Skip to content

Commit

Permalink
Release v1.54.13 (2024-07-02) (#5301)
Browse files Browse the repository at this point in the history
Release v1.54.13 (2024-07-02)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Documentation updates for Elastic Compute Cloud (EC2).
* `service/fms`: Updates service API
* `service/s3`: Updates service API, documentation, and examples
  * Added response overrides to Head Object requests.
  • Loading branch information
aws-sdk-go-automation committed Jul 2, 2024
1 parent 8b71138 commit d740a8a
Show file tree
Hide file tree
Showing 11 changed files with 380 additions and 246 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.54.13 (2024-07-02)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Documentation updates for Elastic Compute Cloud (EC2).
* `service/fms`: Updates service API
* `service/s3`: Updates service API, documentation, and examples
* Added response overrides to Head Object requests.

Release v1.54.12 (2024-07-01)
===

Expand Down
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.12"
const SDKVersion = "1.54.13"
1 change: 1 addition & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -25182,6 +25182,7 @@
"HostTenancy":{
"type":"string",
"enum":[
"default",
"dedicated",
"host"
]
Expand Down
16 changes: 8 additions & 8 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions models/apis/fms/2018-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"serviceId":"FMS",
"signatureVersion":"v4",
"targetPrefix":"AWSFMS_20180101",
"uid":"fms-2018-01-01"
"uid":"fms-2018-01-01",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AssociateAdminAccount":{
Expand Down Expand Up @@ -1741,7 +1742,7 @@
},
"ManagedServiceData":{
"type":"string",
"max":10000,
"max":30000,
"min":1,
"pattern":"^((?!\\\\[nr]).)+"
},
Expand Down
36 changes: 34 additions & 2 deletions models/apis/s3/2006-03-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"serviceFullName":"Amazon Simple Storage Service",
"serviceId":"S3",
"signatureVersion":"s3",
"uid":"s3-2006-03-01"
"uid":"s3-2006-03-01",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AbortMultipartUpload":{
Expand Down Expand Up @@ -1301,7 +1302,8 @@
},
"staticContextParams":{
"UseObjectLambdaEndpoint":{"value":true}
}
},
"unsignedPayload":true
}
},
"shapes":{
Expand Down Expand Up @@ -4819,6 +4821,36 @@
"location":"header",
"locationName":"Range"
},
"ResponseCacheControl":{
"shape":"ResponseCacheControl",
"location":"querystring",
"locationName":"response-cache-control"
},
"ResponseContentDisposition":{
"shape":"ResponseContentDisposition",
"location":"querystring",
"locationName":"response-content-disposition"
},
"ResponseContentEncoding":{
"shape":"ResponseContentEncoding",
"location":"querystring",
"locationName":"response-content-encoding"
},
"ResponseContentLanguage":{
"shape":"ResponseContentLanguage",
"location":"querystring",
"locationName":"response-content-language"
},
"ResponseContentType":{
"shape":"ResponseContentType",
"location":"querystring",
"locationName":"response-content-type"
},
"ResponseExpires":{
"shape":"ResponseExpires",
"location":"querystring",
"locationName":"response-expires"
},
"VersionId":{
"shape":"ObjectVersionId",
"location":"querystring",
Expand Down
36 changes: 21 additions & 15 deletions models/apis/s3/2006-03-01/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit d740a8a

Please sign in to comment.