Unverified Commit 6201a383 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

drop timestream services from full SDK (#613)

* drop timestream services from full SDK

* update changelog
parent 08961db5
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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
+5 −1
Original line number Diff line number Diff line
@@ -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(