smithy-lang / smithy-rs

Code generation for the AWS SDK for Rust, as well as server and generic smithy client generation.
Apache License 2.0
504 stars 188 forks source link

S3 SelectObjectContent event stream errors customization #671

Open jdisanti opened 3 years ago

jdisanti commented 3 years ago

S3 SelectObjectContent has unmodeled event stream errors: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#SelectObjectContentErrorCodeList

These could be added in by customizing the streaming response union with new error types.

jdisanti commented 2 years ago

Solution can be shared with aws-sdk-kotlin and aws-sdk-swift