forked from aws/aws-sdk-go-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update serializing empty lists for query protocols
Update serializing empty lists for query protocols (see references) to pass protocol tests. Previous Behavior: `{ "ListArg": [] }` serializes to ``. Current Behavior: `{ "ListArg": [] }` serializes to `?ListArg=`. References: - smithy-lang/smithy#1444 - [AWS query protocol](https://awslabs.github.io/smithy/2.0/aws/protocols/aws-query-protocol.html) - [AWS EC2 query protocol](https://awslabs.github.io/smithy/2.0/aws/protocols/aws-ec2-query-protocol.html)
- Loading branch information
Steven Yuan
committed
Nov 11, 2022
1 parent
04dbe8b
commit 96308bf
Showing
3 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters