Skip to content

Commit

Permalink
Release v1.44.161 (2022-12-15) (#4665)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation committed Dec 15, 2022
1 parent d7b4743 commit a9faefa
Show file tree
Hide file tree
Showing 60 changed files with 29,323 additions and 13,784 deletions.
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"

0 comments on commit a9faefa

Please sign in to comment.