Skip to content

Commit

Permalink
Release v1.45.23 (2023-10-05) (#5012)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Oct 5, 2023
1 parent dacaf77 commit 6c54047
Show file tree
Hide file tree
Showing 27 changed files with 11,643 additions and 4,433 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
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.

Release v1.45.22 (2023-10-04)
===

Expand Down
125 changes: 125 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
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.45.22"
const SDKVersion = "1.45.23"
Loading

0 comments on commit 6c54047

Please sign in to comment.