Skip to content

Commit ae77b91

Browse files
Release v1.53.19 (2024-06-07) (#5281)
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
1 parent f0707e2 commit ae77b91

File tree

21 files changed

+2864
-391
lines changed

21 files changed

+2864
-391
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.19 (2024-06-07)
2+
===
3+
4+
### Service Client Updates
5+
* `service/auditmanager`: Updates service API and documentation
6+
* `service/b2bi`: Updates service API
7+
* `service/codepipeline`: Updates service API and documentation
8+
* CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides.
9+
* `service/sagemaker`: Updates service API and documentation
10+
* This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant.
11+
* `service/verifiedpermissions`: Updates service API and documentation
12+
113
Release v1.53.18 (2024-06-06)
214
===
315

aws/endpoints/defaults.go

Lines changed: 96 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.18"
8+
const SDKVersion = "1.53.19"

0 commit comments

Comments
 (0)