Skip to content

Commit

Permalink
Release v1.47.1 (2023-11-01) (#5051)
Browse files Browse the repository at this point in the history
Release v1.47.1 (2023-11-01)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/globalaccelerator`: Updates service API, documentation, and paginators
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release adds support for customized networking resources to Amazon RDS Custom.
* `service/redshift`: Updates service API and documentation
  * Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability.
* `service/sagemaker`: Updates service API and documentation
  * Support for batch transform input in Model dashboard
  • Loading branch information
aws-sdk-go-automation authored Nov 1, 2023
1 parent f5b95c8 commit 78aeb73
Show file tree
Hide file tree
Showing 25 changed files with 4,017 additions and 235 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.47.1 (2023-11-01)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/globalaccelerator`: Updates service API, documentation, and paginators
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for customized networking resources to Amazon RDS Custom.
* `service/redshift`: Updates service API and documentation
* Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability.
* `service/sagemaker`: Updates service API and documentation
* Support for batch transform input in Model dashboard

Release v1.47.0 (2023-10-31)
===

Expand Down
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.47.0"
const SDKVersion = "1.47.1"
Loading

0 comments on commit 78aeb73

Please sign in to comment.