Skip to content

Commit

Permalink
Release v1.53.19 (2024-06-07) (aws#5281)
Browse files Browse the repository at this point in the history
Release v1.53.19 (2024-06-07)
===

### Service Client Updates
* `service/auditmanager`: Updates service API and documentation
* `service/b2bi`: Updates service API
* `service/codepipeline`: Updates service API and documentation
  * CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides.
* `service/sagemaker`: Updates service API and documentation
  * This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant.
* `service/verifiedpermissions`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Jun 7, 2024
1 parent f0707e2 commit ae77b91
Show file tree
Hide file tree
Showing 21 changed files with 2,864 additions and 391 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.19 (2024-06-07)
===

### Service Client Updates
* `service/auditmanager`: Updates service API and documentation
* `service/b2bi`: Updates service API
* `service/codepipeline`: Updates service API and documentation
* CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides.
* `service/sagemaker`: Updates service API and documentation
* This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant.
* `service/verifiedpermissions`: Updates service API and documentation

Release v1.53.18 (2024-06-06)
===

Expand Down
96 changes: 96 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.18"
const SDKVersion = "1.53.19"
Loading

0 comments on commit ae77b91

Please sign in to comment.