Skip to content

Commit 13a62e6

Browse files
chore: generate protocol tests for aws json 1.0
1 parent dae8f1d commit 13a62e6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

+24
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,30 @@
4949
}
5050
}
5151
},
52+
"aws-json-10": {
53+
"transforms": [
54+
{
55+
"name": "includeServices",
56+
"args": {
57+
"services": ["aws.protocoltests.json10#JsonRpc10"]
58+
}
59+
}
60+
],
61+
"plugins": {
62+
"typescript-codegen": {
63+
"package": "@aws-sdk/aws-json-10",
64+
"packageVersion": "1.0.0-alpha.1",
65+
"packageJson": {
66+
"author": {
67+
"name": "AWS SDK for JavaScript Team",
68+
"url": "https://aws.amazon.com/javascript/"
69+
},
70+
"license": "Apache-2.0"
71+
},
72+
"private": true
73+
}
74+
}
75+
},
5276
"aws-query": {
5377
"transforms": [
5478
{

0 commit comments

Comments
 (0)