Loading CHANGELOG.md +5 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ **New This Week** - (When complete) Add profile file provider for region (#594, #xyz) ## v0.18.1 (July 27th 2021) * Remove timestreamwrite and timestreamquery from the generated services (#613) ## v0.18 (July 27th 2021) **Breaking changes** * `test-util` has been made an optional dependency and has moved from Loading aws/sdk/build.gradle.kts +5 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,11 @@ private val disableServices = setOf( // https://github.com/awslabs/smithy-rs/issues/137 "glacier", // https://github.com/awslabs/smithy-rs/issues/606 "iotdataplane" "iotdataplane", // timestream requires endpoint discovery // https://github.com/awslabs/aws-sdk-rust/issues/114 "timestreamwrite", "timestreamquery" ) data class AwsService( Loading Loading
CHANGELOG.md +5 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ **New This Week** - (When complete) Add profile file provider for region (#594, #xyz) ## v0.18.1 (July 27th 2021) * Remove timestreamwrite and timestreamquery from the generated services (#613) ## v0.18 (July 27th 2021) **Breaking changes** * `test-util` has been made an optional dependency and has moved from Loading
aws/sdk/build.gradle.kts +5 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,11 @@ private val disableServices = setOf( // https://github.com/awslabs/smithy-rs/issues/137 "glacier", // https://github.com/awslabs/smithy-rs/issues/606 "iotdataplane" "iotdataplane", // timestream requires endpoint discovery // https://github.com/awslabs/aws-sdk-rust/issues/114 "timestreamwrite", "timestreamquery" ) data class AwsService( Loading