Skip to content

Commit

Permalink
Release v1.44.101 (2022-09-19) (#4561)
Browse files Browse the repository at this point in the history
Release v1.44.101 (2022-09-19)
===

### Service Client Updates
* `service/cloudtrail`: Updates service API, documentation, and paginators
  * This release includes support for importing existing trails into CloudTrail Lake.
* `service/ec2`: Updates service API and documentation
  * This release adds CapacityAllocations field to DescribeCapacityReservations
* `service/mediaconnect`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release adds support for Amazon RDS Proxy with SQL Server compatibility.
  • Loading branch information
aws-sdk-go-automation committed Sep 19, 2022
1 parent 55b562a commit c20265c
Show file tree
Hide file tree
Showing 19 changed files with 6,423 additions and 3,684 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.44.101 (2022-09-19)
===

### Service Client Updates
* `service/cloudtrail`: Updates service API, documentation, and paginators
* This release includes support for importing existing trails into CloudTrail Lake.
* `service/ec2`: Updates service API and documentation
* This release adds CapacityAllocations field to DescribeCapacityReservations
* `service/mediaconnect`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for Amazon RDS Proxy with SQL Server compatibility.

Release v1.44.100 (2022-09-16)
===

Expand Down
75 changes: 0 additions & 75 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.100"
const SDKVersion = "1.44.101"

0 comments on commit c20265c

Please sign in to comment.