Skip to content

Commit

Permalink
Release v1.51.12 (2024-04-01) (#5214)
Browse files Browse the repository at this point in the history
Release v1.51.12 (2024-04-01)
===

### Service Client Updates
* `service/datazone`: Updates service API, documentation, and paginators
* `service/deadline`: Updates service API, documentation, waiters, paginators, and examples
* `service/elasticmapreduce`: Updates service documentation
  * This release fixes a broken link in the documentation.
* `service/lightsail`: Updates service API and documentation
  * This release adds support to upgrade the TLS version of the distribution.
* `service/monitoring`: Updates service API and documentation
  * This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field.
  • Loading branch information
aws-sdk-go-automation committed Apr 1, 2024
1 parent 0b7b1fa commit 2d59fa0
Show file tree
Hide file tree
Showing 30 changed files with 58,127 additions and 136 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.51.12 (2024-04-01)
===

### Service Client Updates
* `service/datazone`: Updates service API, documentation, and paginators
* `service/deadline`: Updates service API, documentation, waiters, paginators, and examples
* `service/elasticmapreduce`: Updates service documentation
* This release fixes a broken link in the documentation.
* `service/lightsail`: Updates service API and documentation
* This release adds support to upgrade the TLS version of the distribution.
* `service/monitoring`: Updates service API and documentation
* This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field.

Release v1.51.11 (2024-03-29)
===

Expand Down
3 changes: 3 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.51.11"
const SDKVersion = "1.51.12"

0 comments on commit 2d59fa0

Please sign in to comment.