Skip to content

Commit

Permalink
Release v1.44.127 (2022-10-31) (#4604)
Browse files Browse the repository at this point in the history
Release v1.44.127 (2022-10-31)
===

### Service Client Updates
* `service/apprunner`: Updates service API, documentation, and paginators
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, and paginators
  * Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
* `service/iot`: Updates service API and documentation
  * This release adds the Amazon Location action to IoT Rules Engine.
* `service/logs`: Updates service API and documentation
  * SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
* `service/sesv2`: Updates service API, documentation, and paginators
* `service/textract`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Oct 31, 2022
1 parent cbc0967 commit 3896c7a
Show file tree
Hide file tree
Showing 45 changed files with 12,459 additions and 506 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.44.127 (2022-10-31)
===

### Service Client Updates
* `service/apprunner`: Updates service API, documentation, and paginators
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, and paginators
* Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
* `service/iot`: Updates service API and documentation
* This release adds the Amazon Location action to IoT Rules Engine.
* `service/logs`: Updates service API and documentation
* SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
* `service/sesv2`: Updates service API, documentation, and paginators
* `service/textract`: Updates service API and documentation

Release v1.44.126 (2022-10-28)
===

Expand Down
6 changes: 6 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.126"
const SDKVersion = "1.44.127"

0 comments on commit 3896c7a

Please sign in to comment.