Skip to content

Commit

Permalink
Release v1.44.93 (2022-09-07) (#4550)
Browse files Browse the repository at this point in the history
Release v1.44.93 (2022-09-07)
===

### Service Client Updates
* `service/dataexchange`: Updates service API, documentation, waiters, paginators, and examples
* `service/ec2`: Updates service API
  * Documentation updates for Amazon EC2.
* `service/eks`: Updates service API and documentation
* `service/fsx`: Updates service documentation
* `service/inspector2`: Updates service API and documentation
* `service/iotsitewise`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API.
* `service/sns`: Updates service API and documentation
  * Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.
  • Loading branch information
aws-sdk-go-automation committed Sep 7, 2022
1 parent 0fd00b9 commit e758063
Show file tree
Hide file tree
Showing 30 changed files with 4,158 additions and 4,010 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
Release v1.44.93 (2022-09-07)
===

### Service Client Updates
* `service/dataexchange`: Updates service API, documentation, waiters, paginators, and examples
* `service/ec2`: Updates service API
* Documentation updates for Amazon EC2.
* `service/eks`: Updates service API and documentation
* `service/fsx`: Updates service documentation
* `service/inspector2`: Updates service API and documentation
* `service/iotsitewise`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API.
* `service/sns`: Updates service API and documentation
* Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.

Release v1.44.92 (2022-09-06)
===

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.44.92"
const SDKVersion = "1.44.93"

0 comments on commit e758063

Please sign in to comment.