Skip to content

Commit

Permalink
Release v1.53.13 (2024-05-30) (#5274)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed May 30, 2024
1 parent a9f0ea3 commit 8cc4b4b
Show file tree
Hide file tree
Showing 33 changed files with 7,724 additions and 2,908 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
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.

Release v1.53.12 (2024-05-29)
===

Expand Down
7 changes: 0 additions & 7 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.53.12"
const SDKVersion = "1.53.13"
1 change: 1 addition & 0 deletions models/apis/acm/2015-12-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"acm",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceAbbreviation":"ACM",
"serviceFullName":"AWS Certificate Manager",
"serviceId":"ACM",
Expand Down
371 changes: 185 additions & 186 deletions models/apis/acm/2015-12-08/endpoint-rule-set-1.json

Large diffs are not rendered by default.

0 comments on commit 8cc4b4b

Please sign in to comment.