Skip to content

Commit

Permalink
Release v1.53.21 (2024-06-11) (#5283)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Jun 11, 2024
1 parent b58ff6c commit 0077a79
Show file tree
Hide file tree
Showing 35 changed files with 11,470 additions and 189 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
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.

Release v1.53.20 (2024-06-10)
===

Expand Down
72 changes: 72 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.53.20"
const SDKVersion = "1.53.21"
Loading

0 comments on commit 0077a79

Please sign in to comment.