Skip to content

Commit 0077a79

Browse files
Release v1.53.21 (2024-06-11) (#5283)
Release v1.53.21 (2024-06-11) === ### Service Client Updates * `service/accessanalyzer`: Updates service API, documentation, paginators, and examples * `service/guardduty`: Updates service API and documentation * Added API support for GuardDuty Malware Protection for S3. * `service/networkmanager`: Updates service API and documentation * `service/pca-connector-scep`: Adds new service * `service/sagemaker`: Updates service API and documentation * Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable.
1 parent b58ff6c commit 0077a79

File tree

35 files changed

+11470
-189
lines changed

35 files changed

+11470
-189
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.53.21 (2024-06-11)
2+
===
3+
4+
### Service Client Updates
5+
* `service/accessanalyzer`: Updates service API, documentation, paginators, and examples
6+
* `service/guardduty`: Updates service API and documentation
7+
* Added API support for GuardDuty Malware Protection for S3.
8+
* `service/networkmanager`: Updates service API and documentation
9+
* `service/pca-connector-scep`: Adds new service
10+
* `service/sagemaker`: Updates service API and documentation
11+
* Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable.
12+
113
Release v1.53.20 (2024-06-10)
214
===
315

aws/endpoints/defaults.go

Lines changed: 72 additions & 0 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.20"
8+
const SDKVersion = "1.53.21"

0 commit comments

Comments
 (0)