-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Smithy to 1.52.1 * Update protocol tests after Smithy 1.52.1 update * Remove unused shapes when generating protocol tests
- Loading branch information
Showing
62 changed files
with
4,927 additions
and
118 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"id": "f2df419d-89d4-4856-b08d-3e5afb013b83", | ||
"type": "dependency", | ||
"description": "Update Smithy to 1.52.1 and update tests", | ||
"modules": [ | ||
"internal/protocoltest/awsrestjson", | ||
"internal/protocoltest/jsonrpc", | ||
"internal/protocoltest/jsonrpc10", | ||
"internal/protocoltest/restxml", | ||
"internal/protocoltest/smithyrpcv2cbor" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e6338ca9b5ee30c6317ea908173a369a9d3eb236 | ||
a4c9efcda6aa54c75d1a130d1320a2709eebf51d |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
smithyVersion=1.50.0 | ||
smithyVersion=1.52.1 | ||
smithyGradleVersion=0.7.0 |
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
19 changes: 18 additions & 1 deletion
19
internal/protocoltest/awsrestjson/api_op_HttpPrefixHeaders_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
144 changes: 144 additions & 0 deletions
144
internal/protocoltest/awsrestjson/api_op_MalformedContentTypeWithoutBodyEmptyInput.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
13 changes: 6 additions & 7 deletions
13
internal/protocoltest/awsrestjson/api_op_NullAndEmptyHeadersClient_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
internal/protocoltest/awsrestjson/api_op_OperationWithDefaults_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.