Skip to content

Commit

Permalink
Release v1.44.147 (2022-11-29) (#4639)
Browse files Browse the repository at this point in the history
Release v1.44.147 (2022-11-29)
===

### Service Client Updates
* `service/arc-zonal-shift`: Adds new service
* `service/compute-optimizer`: Updates service API and documentation
* `service/config`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API, documentation, and paginators
  * Introduces ENA Express, which uses AWS SRD and dynamic routing to increase throughput and minimize latency, adds support for trust relationships between Reachability Analyzer and AWS Organizations to enable cross-account analysis, and adds support for Infrastructure Performance metric subscriptions.
* `service/eks`: Updates service API and documentation
* `service/fsx`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
  * This release allows the creation of Custom Visual Transforms (Dynamic Transforms) to be created via AWS Glue CLI/SDK.
* `service/inspector2`: Updates service API and documentation
* `service/lambda`: Updates service API, documentation, and waiters
  * Adds support for Lambda SnapStart, which helps improve the startup performance of functions. Customers can now manage SnapStart based functions via CreateFunction and UpdateFunctionConfiguration APIs
* `service/license-manager-user-subscriptions`: Updates service API and documentation
* `service/macie2`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
  * This release adds new Describe APIs and updates Create and Update APIs to support the data model for Dashboards, Analyses, and Templates.
* `service/s3control`: Updates service API and documentation
  * Added two new APIs to support Amazon S3 Multi-Region Access Point failover controls: GetMultiRegionAccessPointRoutes and SubmitMultiRegionAccessPointRoutes. The failover control APIs are supported in the following Regions: us-east-1, us-west-2, eu-west-1, ap-southeast-2, and ap-northeast-1.
* `service/securityhub`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Nov 29, 2022
1 parent d9261b2 commit 4133cb1
Show file tree
Hide file tree
Showing 92 changed files with 98,855 additions and 24,841 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Release v1.44.147 (2022-11-29)
===

### Service Client Updates
* `service/arc-zonal-shift`: Adds new service
* `service/compute-optimizer`: Updates service API and documentation
* `service/config`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API, documentation, and paginators
* Introduces ENA Express, which uses AWS SRD and dynamic routing to increase throughput and minimize latency, adds support for trust relationships between Reachability Analyzer and AWS Organizations to enable cross-account analysis, and adds support for Infrastructure Performance metric subscriptions.
* `service/eks`: Updates service API and documentation
* `service/fsx`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
* This release allows the creation of Custom Visual Transforms (Dynamic Transforms) to be created via AWS Glue CLI/SDK.
* `service/inspector2`: Updates service API and documentation
* `service/lambda`: Updates service API, documentation, and waiters
* Adds support for Lambda SnapStart, which helps improve the startup performance of functions. Customers can now manage SnapStart based functions via CreateFunction and UpdateFunctionConfiguration APIs
* `service/license-manager-user-subscriptions`: Updates service API and documentation
* `service/macie2`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
* This release adds new Describe APIs and updates Create and Update APIs to support the data model for Dashboards, Analyses, and Templates.
* `service/s3control`: Updates service API and documentation
* Added two new APIs to support Amazon S3 Multi-Region Access Point failover controls: GetMultiRegionAccessPointRoutes and SubmitMultiRegionAccessPointRoutes. The failover control APIs are supported in the following Regions: us-east-1, us-west-2, eu-west-1, ap-southeast-2, and ap-northeast-1.
* `service/securityhub`: Updates service API and documentation

Release v1.44.146 (2022-11-28)
===

Expand Down
31 changes: 31 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.146"
const SDKVersion = "1.44.147"

0 comments on commit 4133cb1

Please sign in to comment.