-
- Downloads
Use the orchestrator client for ECS and IMDS credentials in aws-config (#2997)
This ports the direct uses of the `aws_smithy_client::Client` in aws_config to the orchestrator. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Showing
- CHANGELOG.next.toml 12 additions, 0 deletionsCHANGELOG.next.toml
- aws/rust-runtime/aws-config/Cargo.toml 5 additions, 1 deletionaws/rust-runtime/aws-config/Cargo.toml
- aws/rust-runtime/aws-config/examples/imds.rs 2 additions, 2 deletionsaws/rust-runtime/aws-config/examples/imds.rs
- aws/rust-runtime/aws-config/src/ecs.rs 11 additions, 2 deletionsaws/rust-runtime/aws-config/src/ecs.rs
- aws/rust-runtime/aws-config/src/http_credential_provider.rs 231 additions, 196 deletionsaws/rust-runtime/aws-config/src/http_credential_provider.rs
- aws/rust-runtime/aws-config/src/imds/client.rs 293 additions, 252 deletionsaws/rust-runtime/aws-config/src/imds/client.rs
- aws/rust-runtime/aws-config/src/imds/client/error.rs 4 additions, 3 deletionsaws/rust-runtime/aws-config/src/imds/client/error.rs
- aws/rust-runtime/aws-config/src/imds/client/token.rs 199 additions, 132 deletionsaws/rust-runtime/aws-config/src/imds/client/token.rs
- aws/rust-runtime/aws-config/src/imds/credentials.rs 25 additions, 52 deletionsaws/rust-runtime/aws-config/src/imds/credentials.rs
- aws/rust-runtime/aws-config/src/imds/region.rs 6 additions, 13 deletionsaws/rust-runtime/aws-config/src/imds/region.rs
- aws/rust-runtime/aws-config/test-data/imds-config/imds-endpoint-tests.json 0 additions, 0 deletions...aws-config/test-data/imds-config/imds-endpoint-tests.json
- aws/rust-runtime/aws-runtime/src/user_agent.rs 32 additions, 6 deletionsaws/rust-runtime/aws-runtime/src/user_agent.rs
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/customizations/SensitiveOutputDecorator.kt 0 additions, 1 deletion.../client/smithy/customizations/SensitiveOutputDecorator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/OperationCustomization.kt 1 addition, 10 deletions...odegen/client/smithy/generators/OperationCustomization.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/ServiceRuntimePluginGenerator.kt 1 addition, 2 deletions...client/smithy/generators/ServiceRuntimePluginGenerator.kt
- rust-runtime/aws-smithy-client/src/test_connection.rs 1 addition, 1 deletionrust-runtime/aws-smithy-client/src/test_connection.rs
- rust-runtime/aws-smithy-http/src/result.rs 5 additions, 0 deletionsrust-runtime/aws-smithy-http/src/result.rs
- rust-runtime/aws-smithy-runtime-api/src/client/auth.rs 9 additions, 0 deletionsrust-runtime/aws-smithy-runtime-api/src/client/auth.rs
- rust-runtime/aws-smithy-runtime-api/src/client/connectors.rs 3 additions, 0 deletionsrust-runtime/aws-smithy-runtime-api/src/client/connectors.rs
- rust-runtime/aws-smithy-runtime-api/src/client/endpoint.rs 3 additions, 0 deletionsrust-runtime/aws-smithy-runtime-api/src/client/endpoint.rs
Loading
Please register or sign in to comment