We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#2230 throws an exception if a non-streaming member and a streaming-member are in the payload of an AwsJson 1.0 request/response.
smithy-lang/smithy#1584 confirmed this constraint is not required and we should relax it. Note that this is backwards compatible.
The text was updated successfully, but these errors were encountered:
Relevant code:
https://github.com/awslabs/smithy-rs/blob/c901c0b1c69ddbae350529c0f8116c4ab06fd348/codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/AwsJson.kt#L51-L59
In other words, this issue is saying we haven't implemented initial messages in the awsJson1.x protocols.
Sorry, something went wrong.
Duplicate of #121
No branches or pull requests
#2230 throws an exception if a non-streaming member and a streaming-member are in the payload of an AwsJson 1.0 request/response.
smithy-lang/smithy#1584 confirmed this constraint is not required and we should relax it. Note that this is backwards compatible.
The text was updated successfully, but these errors were encountered: