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

don't serialize empty lists in ec2query #5265

Merged
merged 1 commit into from
May 21, 2024
Merged

don't serialize empty lists in ec2query #5265

merged 1 commit into from
May 21, 2024

Conversation

lucix-aws
Copy link
Contributor

Backport aws/aws-sdk-go-v2#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

@lucix-aws lucix-aws merged commit bc144f9 into main May 21, 2024
9 checks passed
@lucix-aws lucix-aws deleted the fix-ec2querylist branch May 21, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants