Skip to content

Commit 6c54047

Browse files
Release v1.45.23 (2023-10-05) (#5012)
Release v1.45.23 (2023-10-05) === ### Service Client Updates * `service/omics`: Updates service API and documentation * `service/rds`: Updates service API, documentation, waiters, paginators, and examples * Updates Amazon RDS documentation for corrections and minor improvements. * `service/route53`: Updates service API and documentation * Add hostedzonetype filter to ListHostedZones API. * `service/securityhub`: Updates service API and documentation * `service/storagegateway`: Updates service API and documentation * Add SoftwareVersion to response of DescribeGatewayInformation. * `service/workspaces`: Updates service API, documentation, and paginators * This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.
1 parent dacaf77 commit 6c54047

File tree

27 files changed

+11643
-4433
lines changed

27 files changed

+11643
-4433
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release v1.45.23 (2023-10-05)
2+
===
3+
4+
### Service Client Updates
5+
* `service/omics`: Updates service API and documentation
6+
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
7+
* Updates Amazon RDS documentation for corrections and minor improvements.
8+
* `service/route53`: Updates service API and documentation
9+
* Add hostedzonetype filter to ListHostedZones API.
10+
* `service/securityhub`: Updates service API and documentation
11+
* `service/storagegateway`: Updates service API and documentation
12+
* Add SoftwareVersion to response of DescribeGatewayInformation.
13+
* `service/workspaces`: Updates service API, documentation, and paginators
14+
* This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.
15+
116
Release v1.45.22 (2023-10-04)
217
===
318

aws/endpoints/defaults.go

+125
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
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.45.22"
8+
const SDKVersion = "1.45.23"

0 commit comments

Comments
 (0)