Skip to content

Commit

Permalink
Release v1.36.9 (2020-12-15) (#3698)
Browse files Browse the repository at this point in the history
Release v1.36.9 (2020-12-15)
===

### Service Client Updates
* `service/amp`: Adds new service
* `service/greengrassv2`: Adds new service
* `service/iot`: Updates service API, documentation, and paginators
  * AWS IoT Rules Engine adds Kafka Action that allows sending data to Apache Kafka clusters inside a VPC. AWS IoT Device Defender adds custom metrics and machine-learning based anomaly detection.
* `service/iotanalytics`: Updates service API and documentation
* `service/iotdeviceadvisor`: Adds new service
* `service/iotfleethub`: Adds new service
* `service/iotwireless`: Adds new service
* `service/lambda`: Updates service API, documentation, and examples
  * Added support for Apache Kafka as a event source. Added support for TumblingWindowInSeconds for streams event source mappings. Added support for FunctionResponseTypes for streams event source mappings
* `service/ssm`: Updates service API, documentation, and paginators
  * Adding support for Change Manager API content
  • Loading branch information
aws-sdk-go-automation committed Dec 15, 2020
1 parent 9617ad0 commit 0adb4d1
Show file tree
Hide file tree
Showing 66 changed files with 46,980 additions and 361 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
Release v1.36.9 (2020-12-15)
===

### Service Client Updates
* `service/amp`: Adds new service
* `service/greengrassv2`: Adds new service
* `service/iot`: Updates service API, documentation, and paginators
* AWS IoT Rules Engine adds Kafka Action that allows sending data to Apache Kafka clusters inside a VPC. AWS IoT Device Defender adds custom metrics and machine-learning based anomaly detection.
* `service/iotanalytics`: Updates service API and documentation
* `service/iotdeviceadvisor`: Adds new service
* `service/iotfleethub`: Adds new service
* `service/iotwireless`: Adds new service
* `service/lambda`: Updates service API, documentation, and examples
* Added support for Apache Kafka as a event source. Added support for TumblingWindowInSeconds for streams event source mappings. Added support for FunctionResponseTypes for streams event source mappings
* `service/ssm`: Updates service API, documentation, and paginators
* Adding support for Change Manager API content

Release v1.36.8 (2020-12-14)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.36.8"
const SDKVersion = "1.36.9"

0 comments on commit 0adb4d1

Please sign in to comment.