We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc48cce commit ea918c6Copy full SHA for ea918c6
codegen/protocol-test-codegen/smithy-build.json
@@ -248,6 +248,31 @@
248
"experimentalIdentityAndAuth": true
249
}
250
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
276
277
278
0 commit comments