Skip to content

Commit ea918c6

Browse files
committed
test(codegen): add model for aws-protocoltests-restxml-s3
1 parent bc48cce commit ea918c6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

codegen/protocol-test-codegen/smithy-build.json

+25
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,31 @@
248248
"experimentalIdentityAndAuth": true
249249
}
250250
}
251+
},
252+
"aws-protocoltests-restxml-s3": {
253+
"transforms": [
254+
{
255+
"name": "includeServices",
256+
"args": {
257+
"services": ["com.amazonaws.s3#AmazonS3"]
258+
}
259+
}
260+
],
261+
"plugins": {
262+
"typescript-codegen": {
263+
"package": "@aws-sdk/aws-protocoltests-restxml-s3",
264+
"packageVersion": "1.0.0-alpha.1",
265+
"packageJson": {
266+
"author": {
267+
"name": "AWS SDK for JavaScript Team",
268+
"url": "https://aws.amazon.com/javascript/"
269+
},
270+
"license": "Apache-2.0"
271+
},
272+
"private": true,
273+
"experimentalIdentityAndAuth": true
274+
}
275+
}
251276
}
252277
}
253278
}

0 commit comments

Comments
 (0)