aws / aws-sdk-go

AWS SDK for the Go programming language.
http://aws.amazon.com/sdk-for-go/
Apache License 2.0
8.58k stars 2.07k forks source link

don't serialize empty lists in ec2query #5265

Closed lucix-aws closed 2 months ago

lucix-aws commented 2 months ago

Backport https://github.com/aws/aws-sdk-go-v2/issues/2627 to v1. Verified correct behavior w/ RevokeSecurityGroupEgress request--

before:

Action=RevokeSecurityGroupEgress&GroupId=asdf&IpPermissions=&Version=2016-11-15

after:

Action=RevokeSecurityGroupEgress&GroupId=asdf&Version=2016-11-15