Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Smithy to 1.52.1 #2881

Merged
merged 9 commits into from
Nov 1, 2024
Prev Previous commit
Remove unused shapes when generating protocol tests
Madrigal committed Oct 31, 2024
commit a879d008da2b49267ad38b5bb7c09558c3f77d0a
16 changes: 16 additions & 0 deletions codegen/protocol-test-codegen/smithy-build.json
Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@
"args": {
"services": ["aws.protocoltests.ec2#AwsEc2"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
@@ -24,6 +26,8 @@
"args": {
"services": ["aws.protocoltests.json#JsonProtocol"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
@@ -40,6 +44,8 @@
"args": {
"services": ["aws.protocoltests.json10#JsonRpc10"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
@@ -56,6 +62,8 @@
"args": {
"services": ["aws.protocoltests.query#AwsQuery"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
@@ -72,6 +80,8 @@
"args": {
"services": ["aws.protocoltests.restjson#RestJson"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
@@ -88,6 +98,8 @@
"args": {
"services": ["aws.protocoltests.restxml#RestXml"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
@@ -104,6 +116,8 @@
"args": {
"services": ["aws.protocoltests.restxml.xmlns#RestXmlWithNamespace"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
@@ -120,6 +134,8 @@
"args": {
"services": ["smithy.protocoltests.rpcv2Cbor#RpcV2Protocol"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {