Skip to content

Commit 2d59fa0

Browse files
Release v1.51.12 (2024-04-01) (#5214)
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.
1 parent 0b7b1fa commit 2d59fa0

File tree

30 files changed

+58127
-136
lines changed

30 files changed

+58127
-136
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.51.12 (2024-04-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/datazone`: Updates service API, documentation, and paginators
6+
* `service/deadline`: Updates service API, documentation, waiters, paginators, and examples
7+
* `service/elasticmapreduce`: Updates service documentation
8+
* This release fixes a broken link in the documentation.
9+
* `service/lightsail`: Updates service API and documentation
10+
* This release adds support to upgrade the TLS version of the distribution.
11+
* `service/monitoring`: Updates service API and documentation
12+
* 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.
13+
114
Release v1.51.11 (2024-03-29)
215
===
316

aws/endpoints/defaults.go

+3
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.51.11"
8+
const SDKVersion = "1.51.12"

0 commit comments

Comments
 (0)