Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.93 #4550

Merged
merged 1 commit into from Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"