Skip to content

Commit 4133cb1

Browse files
Release v1.44.147 (2022-11-29) (#4639)
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
1 parent d9261b2 commit 4133cb1

File tree

92 files changed

+98855
-24841
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+98855
-24841
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
Release v1.44.147 (2022-11-29)
2+
===
3+
4+
### Service Client Updates
5+
* `service/arc-zonal-shift`: Adds new service
6+
* `service/compute-optimizer`: Updates service API and documentation
7+
* `service/config`: Updates service API, documentation, and paginators
8+
* `service/ec2`: Updates service API, documentation, and paginators
9+
* 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.
10+
* `service/eks`: Updates service API and documentation
11+
* `service/fsx`: Updates service API and documentation
12+
* `service/glue`: Updates service API and documentation
13+
* This release allows the creation of Custom Visual Transforms (Dynamic Transforms) to be created via AWS Glue CLI/SDK.
14+
* `service/inspector2`: Updates service API and documentation
15+
* `service/lambda`: Updates service API, documentation, and waiters
16+
* 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
17+
* `service/license-manager-user-subscriptions`: Updates service API and documentation
18+
* `service/macie2`: Updates service API, documentation, and paginators
19+
* `service/quicksight`: Updates service API and documentation
20+
* This release adds new Describe APIs and updates Create and Update APIs to support the data model for Dashboards, Analyses, and Templates.
21+
* `service/s3control`: Updates service API and documentation
22+
* 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.
23+
* `service/securityhub`: Updates service API and documentation
24+
125
Release v1.44.146 (2022-11-28)
226
===
327

aws/endpoints/defaults.go

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.146"
8+
const SDKVersion = "1.44.147"

0 commit comments

Comments
 (0)