We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae8f1d commit 13a62e6Copy full SHA for 13a62e6
codegen/protocol-test-codegen/smithy-build.json
@@ -49,6 +49,30 @@
49
}
50
51
},
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
76
"aws-query": {
77
"transforms": [
78
{
0 commit comments