We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaba411 commit cd39ae2Copy full SHA for cd39ae2
packages/smithy/smithy_codegen/lib/src/util/shape_ext.dart
@@ -621,7 +621,7 @@ extension OperationShapeUtil on OperationShape {
621
AwsJson1_0Trait.id,
622
AwsJson1_1Trait.id,
623
AwsQueryTrait.id,
624
- Ec2QueryTrait.id
+ Ec2QueryTrait.id,
625
];
626
if (rpcProtocols.contains(protocol.singleOrNull?.shapeId)) {
627
return const HttpTrait(method: 'POST', uri: '/');
0 commit comments