Skip to content

Commit

Permalink
Remove unused shapes when generating protocol tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Madrigal committed Oct 31, 2024
1 parent 4ec954a commit a879d00
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions codegen/protocol-test-codegen/smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"args": {
"services": ["aws.protocoltests.ec2#AwsEc2"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
Expand All @@ -24,6 +26,8 @@
"args": {
"services": ["aws.protocoltests.json#JsonProtocol"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
Expand All @@ -40,6 +44,8 @@
"args": {
"services": ["aws.protocoltests.json10#JsonRpc10"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
Expand All @@ -56,6 +62,8 @@
"args": {
"services": ["aws.protocoltests.query#AwsQuery"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
Expand All @@ -72,6 +80,8 @@
"args": {
"services": ["aws.protocoltests.restjson#RestJson"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
Expand All @@ -88,6 +98,8 @@
"args": {
"services": ["aws.protocoltests.restxml#RestXml"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
Expand All @@ -104,6 +116,8 @@
"args": {
"services": ["aws.protocoltests.restxml.xmlns#RestXmlWithNamespace"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
Expand All @@ -120,6 +134,8 @@
"args": {
"services": ["smithy.protocoltests.rpcv2Cbor#RpcV2Protocol"]
}
},{
"name": "removeUnusedShapes"
}
],
"plugins": {
Expand Down

0 comments on commit a879d00

Please sign in to comment.