Skip to content

Commit

Permalink
Release v1.50.19 (2024-02-15) (#5171)
Browse files Browse the repository at this point in the history
Release v1.50.19 (2024-02-15)
===

### Service Client Updates
* `service/artifact`: Updates service API, documentation, paginators, and examples
* `service/codepipeline`: Updates service API and documentation
  * Add ability to override timeout on action level.
* `service/detective`: Updates service documentation
* `service/guardduty`: Updates service API and documentation
  * Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* `service/healthlake`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation
* `service/polly`: Updates service API
  * Amazon Polly adds 1 new voice - Burcu (tr-TR)
* `service/sagemaker`: Updates service API and documentation
  * This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
* `service/secretsmanager`: Updates service documentation
  * Doc only update for Secrets Manager
  • Loading branch information
aws-sdk-go-automation committed Feb 15, 2024
1 parent 56fa93b commit 520610d
Show file tree
Hide file tree
Showing 41 changed files with 4,947 additions and 449 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.50.19 (2024-02-15)
===

### Service Client Updates
* `service/artifact`: Updates service API, documentation, paginators, and examples
* `service/codepipeline`: Updates service API and documentation
* Add ability to override timeout on action level.
* `service/detective`: Updates service documentation
* `service/guardduty`: Updates service API and documentation
* Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* `service/healthlake`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation
* `service/polly`: Updates service API
* Amazon Polly adds 1 new voice - Burcu (tr-TR)
* `service/sagemaker`: Updates service API and documentation
* This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
* `service/secretsmanager`: Updates service documentation
* Doc only update for Secrets Manager

Release v1.50.18 (2024-02-14)
===

Expand Down
18 changes: 18 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.50.18"
const SDKVersion = "1.50.19"
Loading

0 comments on commit 520610d

Please sign in to comment.