Skip to content

Commit 54c37cf

Browse files
committed
test(private): add s3 rest-xml protocol tests
1 parent dd06bc1 commit 54c37cf

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed

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

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,31 @@
240240
}
241241
}
242242
},
243+
"aws-protocoltests-restxml-s3": {
244+
"transforms": [
245+
{
246+
"name": "includeServices",
247+
"args": {
248+
"services": ["com.amazonaws.s3#AmazonS3"]
249+
}
250+
}
251+
],
252+
"plugins": {
253+
"typescript-codegen": {
254+
"package": "@aws-sdk/aws-protocoltests-restxml-s3",
255+
"packageVersion": "1.0.0-alpha.1",
256+
"packageJson": {
257+
"author": {
258+
"name": "AWS SDK for JavaScript Team",
259+
"url": "https://aws.amazon.com/javascript/"
260+
},
261+
"license": "Apache-2.0"
262+
},
263+
"private": true,
264+
"experimentalIdentityAndAuth": false
265+
}
266+
}
267+
},
243268
"aws-smithy-rpcv2-cbor": {
244269
"transforms": [
245270
{
@@ -314,6 +339,31 @@
314339
}
315340
}
316341
},
342+
"aws-protocoltests-json-schema-machinelearning": {
343+
"transforms": [
344+
{
345+
"name": "includeServices",
346+
"args": {
347+
"services": ["com.amazonaws.machinelearning#AmazonML_20141212"]
348+
}
349+
}
350+
],
351+
"plugins": {
352+
"typescript-codegen": {
353+
"package": "@aws-sdk/aws-protocoltests-json-schema-machinelearning",
354+
"generateSchemas": true,
355+
"packageVersion": "1.0.0-alpha.1",
356+
"packageJson": {
357+
"author": {
358+
"name": "AWS SDK for JavaScript Team",
359+
"url": "https://aws.amazon.com/javascript/"
360+
},
361+
"license": "Apache-2.0"
362+
},
363+
"private": true
364+
}
365+
}
366+
},
317367
"aws-protocoltests-json-10-schema": {
318368
"transforms": [
319369
{
@@ -389,6 +439,56 @@
389439
}
390440
}
391441
},
442+
"aws-protocoltests-restjson-schema-apigateway": {
443+
"transforms": [
444+
{
445+
"name": "includeServices",
446+
"args": {
447+
"services": ["com.amazonaws.apigateway#BackplaneControlService"]
448+
}
449+
}
450+
],
451+
"plugins": {
452+
"typescript-codegen": {
453+
"package": "@aws-sdk/aws-protocoltests-restjson-schema-apigateway",
454+
"generateSchemas": true,
455+
"packageVersion": "1.0.0-alpha.1",
456+
"packageJson": {
457+
"author": {
458+
"name": "AWS SDK for JavaScript Team",
459+
"url": "https://aws.amazon.com/javascript/"
460+
},
461+
"license": "Apache-2.0"
462+
},
463+
"private": true
464+
}
465+
}
466+
},
467+
"aws-protocoltests-restjson-schema-glacier": {
468+
"transforms": [
469+
{
470+
"name": "includeServices",
471+
"args": {
472+
"services": ["com.amazonaws.glacier#Glacier"]
473+
}
474+
}
475+
],
476+
"plugins": {
477+
"typescript-codegen": {
478+
"package": "@aws-sdk/aws-protocoltests-restjson-schema-glacier",
479+
"generateSchemas": true,
480+
"packageVersion": "1.0.0-alpha.1",
481+
"packageJson": {
482+
"author": {
483+
"name": "AWS SDK for JavaScript Team",
484+
"url": "https://aws.amazon.com/javascript/"
485+
},
486+
"license": "Apache-2.0"
487+
},
488+
"private": true
489+
}
490+
}
491+
},
392492
"aws-protocoltests-restxml-schema": {
393493
"transforms": [
394494
{
@@ -414,6 +514,32 @@
414514
}
415515
}
416516
},
517+
"aws-protocoltests-restxml-schema-s3": {
518+
"transforms": [
519+
{
520+
"name": "includeServices",
521+
"args": {
522+
"services": ["com.amazonaws.s3#AmazonS3"]
523+
}
524+
}
525+
],
526+
"plugins": {
527+
"typescript-codegen": {
528+
"package": "@aws-sdk/aws-protocoltests-restxml-schema-s3",
529+
"generateSchemas": true,
530+
"packageVersion": "1.0.0-alpha.1",
531+
"packageJson": {
532+
"author": {
533+
"name": "AWS SDK for JavaScript Team",
534+
"url": "https://aws.amazon.com/javascript/"
535+
},
536+
"license": "Apache-2.0"
537+
},
538+
"private": true,
539+
"experimentalIdentityAndAuth": false
540+
}
541+
}
542+
},
417543
"aws-smithy-rpcv2-cbor-schema": {
418544
"transforms": [
419545
{

0 commit comments

Comments
 (0)