Skip to content

Commit 8cc4b4b

Browse files
Release v1.53.13 (2024-05-30) (#5274)
Release v1.53.13 (2024-05-30) === ### Service Client Updates * `service/acm`: Updates service API * add v2 smoke tests and smithy smokeTests trait for SDK testing. * `service/bedrock-agent`: Updates service API and documentation * `service/bedrock-runtime`: Updates service API and documentation * `service/cloudtrail`: Updates service API and documentation * CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. * `service/connect`: Updates service API and documentation * `service/emr-serverless`: Updates service API, documentation, and paginators * `service/rds`: Updates service API, documentation, waiters, paginators, and examples * Updates Amazon RDS documentation for Aurora Postgres DBname. * `service/sagemaker`: Updates service API and documentation * Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.
1 parent a9f0ea3 commit 8cc4b4b

File tree

33 files changed

+7724
-2908
lines changed

33 files changed

+7724
-2908
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Release v1.53.13 (2024-05-30)
2+
===
3+
4+
### Service Client Updates
5+
* `service/acm`: Updates service API
6+
* add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* `service/bedrock-agent`: Updates service API and documentation
8+
* `service/bedrock-runtime`: Updates service API and documentation
9+
* `service/cloudtrail`: Updates service API and documentation
10+
* CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
11+
* `service/connect`: Updates service API and documentation
12+
* `service/emr-serverless`: Updates service API, documentation, and paginators
13+
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
14+
* Updates Amazon RDS documentation for Aurora Postgres DBname.
15+
* `service/sagemaker`: Updates service API and documentation
16+
* Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.
17+
118
Release v1.53.12 (2024-05-29)
219
===
320

aws/endpoints/defaults.go

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
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.53.12"
8+
const SDKVersion = "1.53.13"

models/apis/acm/2015-12-08/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"acm",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"ACM",
910
"serviceFullName":"AWS Certificate Manager",
1011
"serviceId":"ACM",

models/apis/acm/2015-12-08/endpoint-rule-set-1.json

Lines changed: 185 additions & 186 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)