Skip to content

Commit

Permalink
Release v1.41.10 (2021-10-25) (#4146)
Browse files Browse the repository at this point in the history
Release v1.41.10 (2021-10-25)
===

### Service Client Updates
* `service/auditmanager`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API and documentation
  * This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release adds support for Amazon RDS Custom, which is a new RDS management type that gives you full access to your database and operating system. For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html
* `service/route53resolver`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation committed Oct 25, 2021
1 parent 2c3daca commit f259b68
Show file tree
Hide file tree
Showing 24 changed files with 6,413 additions and 1,299 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.41.10 (2021-10-25)
===

### Service Client Updates
* `service/auditmanager`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API and documentation
* This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for Amazon RDS Custom, which is a new RDS management type that gives you full access to your database and operating system. For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html
* `service/route53resolver`: Updates service API, documentation, and paginators

Release v1.41.9 (2021-10-22)
===

Expand Down
60 changes: 60 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.41.9"
const SDKVersion = "1.41.10"

0 comments on commit f259b68

Please sign in to comment.