-
Notifications
You must be signed in to change notification settings - Fork 672
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EventStream Protocol Fixes for JSON-RPC with Initial Message (#1669)
- Loading branch information
Showing
6 changed files
with
543 additions
and
427 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,11 @@ | ||
{ | ||
"id": "7a2940fd-a430-4318-ae91-a73d3deec4e7", | ||
"type": "bugfix", | ||
"description": "Fixes an issue that caused the unexported constructor function names for EventStream types to be swapped for the event reader and writer respectivly.", | ||
"modules": [ | ||
"service/kinesis", | ||
"service/lexruntimev2", | ||
"service/s3", | ||
"service/transcribestreaming" | ||
] | ||
} |
889 changes: 487 additions & 402 deletions
889
...s-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsEventStreamUtils.java
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.