Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 78aeb73

Browse files
Release v1.47.1 (2023-11-01) (#5051)
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
1 parent f5b95c8 commit 78aeb73

File tree

25 files changed

+4017
-235
lines changed

25 files changed

+4017
-235
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.47.1 (2023-11-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/connect`: Updates service API, documentation, and paginators
6+
* `service/globalaccelerator`: Updates service API, documentation, and paginators
7+
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
8+
* This release adds support for customized networking resources to Amazon RDS Custom.
9+
* `service/redshift`: Updates service API and documentation
10+
* Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability.
11+
* `service/sagemaker`: Updates service API and documentation
12+
* Support for batch transform input in Model dashboard
13+
114
Release v1.47.0 (2023-10-31)
215
===
316

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.47.0"
8+
const SDKVersion = "1.47.1"

0 commit comments

Comments
 (0)