-
- Downloads
Revamp errors in `aws-smithy-types-convert` and `aws-smithy-xml` (#1917)
Showing
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/customize/s3/S3Decorator.kt 2 additions, 2 deletions...oftware/amazon/smithy/rustsdk/customize/s3/S3Decorator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/AwsQuery.kt 3 additions, 3 deletions...zon/smithy/rust/codegen/core/smithy/protocols/AwsQuery.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/Ec2Query.kt 3 additions, 3 deletions...zon/smithy/rust/codegen/core/smithy/protocols/Ec2Query.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/RestXml.kt 3 additions, 3 deletions...azon/smithy/rust/codegen/core/smithy/protocols/RestXml.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/parse/AwsQueryParserGenerator.kt 5 additions, 5 deletions...en/core/smithy/protocols/parse/AwsQueryParserGenerator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/parse/Ec2QueryParserGenerator.kt 2 additions, 2 deletions...en/core/smithy/protocols/parse/Ec2QueryParserGenerator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/parse/RestXmlParserGenerator.kt 2 additions, 2 deletions...gen/core/smithy/protocols/parse/RestXmlParserGenerator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/parse/StructuredDataParserGenerator.kt 3 additions, 3 deletions...e/smithy/protocols/parse/StructuredDataParserGenerator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/parse/XmlBindingTraitParserGenerator.kt 31 additions, 31 deletions.../smithy/protocols/parse/XmlBindingTraitParserGenerator.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/protocols/ServerHttpBoundProtocolGenerator.kt 1 addition, 1 deletion...rver/smithy/protocols/ServerHttpBoundProtocolGenerator.kt
- rust-runtime/aws-smithy-http-server/src/rejection.rs 1 addition, 1 deletionrust-runtime/aws-smithy-http-server/src/rejection.rs
- rust-runtime/aws-smithy-types-convert/src/date_time.rs 47 additions, 24 deletionsrust-runtime/aws-smithy-types-convert/src/date_time.rs
- rust-runtime/aws-smithy-xml/src/decode.rs 51 additions, 25 deletionsrust-runtime/aws-smithy-xml/src/decode.rs
- rust-runtime/aws-smithy-xml/src/encode.rs 7 additions, 3 deletionsrust-runtime/aws-smithy-xml/src/encode.rs
- rust-runtime/aws-smithy-xml/src/unescape.rs 14 additions, 20 deletionsrust-runtime/aws-smithy-xml/src/unescape.rs
- rust-runtime/aws-smithy-xml/tests/handwritten_parsers.rs 12 additions, 12 deletionsrust-runtime/aws-smithy-xml/tests/handwritten_parsers.rs
- rust-runtime/aws-smithy-xml/tests/handwritten_serializers.rs 5 additions, 8 deletionsrust-runtime/aws-smithy-xml/tests/handwritten_serializers.rs
- rust-runtime/inlineable/src/ec2_query_errors.rs 9 additions, 7 deletionsrust-runtime/inlineable/src/ec2_query_errors.rs
- rust-runtime/inlineable/src/rest_xml_unwrapped_errors.rs 7 additions, 5 deletionsrust-runtime/inlineable/src/rest_xml_unwrapped_errors.rs
- rust-runtime/inlineable/src/rest_xml_wrapped_errors.rs 11 additions, 7 deletionsrust-runtime/inlineable/src/rest_xml_wrapped_errors.rs
Loading
Please register or sign in to comment