Skip to content

Commit

Permalink
Release v1.54.15 (2024-07-05) (#5303)
Browse files Browse the repository at this point in the history
Release v1.54.15 (2024-07-05)
===

### Service Client Updates
* `service/acm`: Updates service API and documentation
  * Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description.
* `service/ecr`: Updates service API
  * This release for Amazon ECR makes change to bring the SDK into sync with the API.
* `service/payment-cryptography-data`: Updates service API and documentation
* `service/qbusiness`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jul 5, 2024
1 parent 7255e05 commit 5eaabf6
Show file tree
Hide file tree
Showing 15 changed files with 816 additions and 414 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.54.15 (2024-07-05)
===

### Service Client Updates
* `service/acm`: Updates service API and documentation
* Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description.
* `service/ecr`: Updates service API
* This release for Amazon ECR makes change to bring the SDK into sync with the API.
* `service/payment-cryptography-data`: Updates service API and documentation
* `service/qbusiness`: Updates service API and documentation

Release v1.54.14 (2024-07-03)
===

Expand Down
12 changes: 12 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.54.14"
const SDKVersion = "1.54.15"
3 changes: 2 additions & 1 deletion models/apis/acm/2015-12-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"serviceId":"ACM",
"signatureVersion":"v4",
"targetPrefix":"CertificateManager",
"uid":"acm-2015-12-08"
"uid":"acm-2015-12-08",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AddTagsToCertificate":{
Expand Down
14 changes: 7 additions & 7 deletions models/apis/acm/2015-12-08/docs-2.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions models/apis/ecr/2015-09-21/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"signatureVersion":"v4",
"signingName":"ecr",
"targetPrefix":"AmazonEC2ContainerRegistry_V20150921",
"uid":"ecr-2015-09-21"
"uid":"ecr-2015-09-21",
"auth":["aws.auth#sigv4"]
},
"operations":{
"BatchCheckLayerAvailability":{
Expand Down Expand Up @@ -2086,7 +2087,7 @@
"ReplicationDestinationList":{
"type":"list",
"member":{"shape":"ReplicationDestination"},
"max":25,
"max":100,
"min":0
},
"ReplicationError":{"type":"string"},
Expand Down
Loading

0 comments on commit 5eaabf6

Please sign in to comment.