-
- Downloads
Add CredentialsProvider to config (and related refactorings) (#182)
* Add credentials provider config & test * Prepare to use `Features` during Operation Generation * Fix sdk gradle build changes that were previously missed * Utilize the credentials provider in the feature * Update IdempotencyTokenProvider to be Send + Sync * Add accessors for credential providers * Fix build.gradle * Update auth references to be aws-auth * Update idempotency token test
Showing
- aws/rust-runtime/aws-auth/Cargo.toml 1 addition, 0 deletionsaws/rust-runtime/aws-auth/Cargo.toml
- aws/rust-runtime/aws-auth/src/lib.rs 23 additions, 0 deletionsaws/rust-runtime/aws-auth/src/lib.rs
- aws/rust-runtime/aws-auth/src/provider.rs 1 addition, 1 deletionaws/rust-runtime/aws-auth/src/provider.rs
- aws/sdk-codegen/build.gradle.kts 1 addition, 0 deletionsaws/sdk-codegen/build.gradle.kts
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsCodegenDecorator.kt 1 addition, 1 deletion...lin/software/amazon/smithy/rustsdk/AwsCodegenDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/CredentialProviders.kt 99 additions, 0 deletions...lin/software/amazon/smithy/rustsdk/CredentialProviders.kt
- aws/sdk-codegen/src/main/resources/META-INF/services/software.amazon.smithy.rust.codegen.smithy.customize.RustCodegenDecorator 2 additions, 0 deletions...smithy.rust.codegen.smithy.customize.RustCodegenDecorator
- aws/sdk-codegen/src/test/kotlin/software/amazon/smithy/rustsdk/CredentialProviderConfigTest.kt 17 additions, 0 deletions...are/amazon/smithy/rustsdk/CredentialProviderConfigTest.kt
- aws/sdk/build.gradle.kts 12 additions, 4 deletionsaws/sdk/build.gradle.kts
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/rustlang/CargoDependency.kt 2 additions, 2 deletions...re/amazon/smithy/rust/codegen/rustlang/CargoDependency.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/CodegenVisitor.kt 3 additions, 8 deletions...tware/amazon/smithy/rust/codegen/smithy/CodegenVisitor.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/RustCodegenPlugin.kt 1 addition, 0 deletions...re/amazon/smithy/rust/codegen/smithy/RustCodegenPlugin.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/customize/NamedSectionGenerator.kt 1 addition, 1 deletion...hy/rust/codegen/smithy/customize/NamedSectionGenerator.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/customize/RustCodegenDecorator.kt 29 additions, 4 deletions...thy/rust/codegen/smithy/customize/RustCodegenDecorator.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/BuilderGenerator.kt 3 additions, 1 deletion...smithy/rust/codegen/smithy/generators/BuilderGenerator.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/CombinedErrorGenerator.kt 1 addition, 1 deletion.../rust/codegen/smithy/generators/CombinedErrorGenerator.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/HttpProtocolGenerator.kt 4 additions, 2 deletions...y/rust/codegen/smithy/generators/HttpProtocolGenerator.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/OperationCustomization.kt 24 additions, 0 deletions.../rust/codegen/smithy/generators/OperationCustomization.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/ServiceGenerator.kt 12 additions, 4 deletions...smithy/rust/codegen/smithy/generators/ServiceGenerator.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/config/IdempotencyTokenProviderCustomization.kt 3 additions, 2 deletions...enerators/config/IdempotencyTokenProviderCustomization.kt
Loading
Please register or sign in to comment