aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.61k stars 627 forks source link

EC2Query empty list serialization behavior is incorrect #2627

Closed lucix-aws closed 4 months ago

lucix-aws commented 5 months ago

A previous change to the query protocols was made to explicitly serialize empty lists as list=. While this is correct for regular query it does not seem to apply to ec2query (which is only used by EC2).

Smithy has corrected this in the protocol tests in https://github.com/smithy-lang/smithy/pull/2269.

My inclination right now is to just revert the behavior without opt-in, since we technically handled it this way before and it only affects the EC2 service.

Related

github-actions[bot] commented 4 months ago

This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.