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.161 #4665

Merged
merged 1 commit into from Dec 15, 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
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
Release v1.44.161 (2022-12-15)
===

### Service Client Updates
* `service/backup-gateway`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
* This release adds support for container port ranges in ECS, a new capability that allows customers to provide container port ranges to simplify use cases where multiple ports are in use in a container. This release updates TaskDefinition mutation APIs and the Task description APIs.
* `service/eks`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
* This release adds support for AWS Glue Crawler with native DeltaLake tables, allowing Crawlers to classify Delta Lake format tables and catalog them for query engines to query against.
* `service/kinesis`: Updates service API, documentation, and paginators
* Added StreamARN parameter for Kinesis Data Streams APIs. Added a new opaque pagination token for ListStreams. SDKs will auto-generate Account Endpoint when accessing Kinesis Data Streams.
* `service/location`: Updates service documentation
* `service/m2`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* SageMaker Inference Recommender now allows customers to load tests their models on various instance types using private VPC.
* `service/securityhub`: Updates service API and documentation
* `service/translate`: Updates service API and documentation

Release v1.44.160 (2022-12-14)
===

Expand Down
24 changes: 24 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.160"
const SDKVersion = "1.44.161"