You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered:
lucix-aws
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
p1
This is a high priority issue
queued
This issues is on the AWS team's backlog
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
May 2, 2024
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.
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 smithy-lang/smithy#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
The text was updated successfully, but these errors were encountered: