Skip to content

Commit

Permalink
Release v1.54.12 (2024-07-01) (#5300)
Browse files Browse the repository at this point in the history
Release v1.54.12 (2024-07-01)
===

### Service Client Updates
* `service/apigateway`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/cognito-identity`: Updates service API
* `service/connect`: Updates service API, documentation, and paginators
* `service/docdb`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/eks`: Updates service API
* `service/payment-cryptography`: Updates service API and documentation
* `service/payment-cryptography-data`: Updates service API, documentation, and waiters
* `service/states`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/swf`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jul 1, 2024
1 parent 9607ced commit 8b71138
Show file tree
Hide file tree
Showing 35 changed files with 2,944 additions and 337 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.54.12 (2024-07-01)
===

### Service Client Updates
* `service/apigateway`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/cognito-identity`: Updates service API
* `service/connect`: Updates service API, documentation, and paginators
* `service/docdb`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/eks`: Updates service API
* `service/payment-cryptography`: Updates service API and documentation
* `service/payment-cryptography-data`: Updates service API, documentation, and waiters
* `service/states`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/swf`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/wafv2`: Updates service API and documentation

Release v1.54.11 (2024-06-28)
===

Expand Down
3 changes: 3 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.11"
const SDKVersion = "1.54.12"
4 changes: 3 additions & 1 deletion models/apis/apigateway/2015-07-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"apiVersion":"2015-07-09",
"endpointPrefix":"apigateway",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceFullName":"Amazon API Gateway",
"serviceId":"API Gateway",
"signatureVersion":"v4",
"uid":"apigateway-2015-07-09"
"uid":"apigateway-2015-07-09",
"auth":["aws.auth#sigv4"]
},
"operations":{
"CreateApiKey":{
Expand Down
16 changes: 16 additions & 0 deletions models/apis/apigateway/2015-07-09/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"testCases": [
{
"id": "GetDomainNamesSuccess",
"operationName": "GetDomainNames",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
}
]
}
16 changes: 11 additions & 5 deletions models/apis/cognito-identity/2014-06-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"endpointPrefix":"cognito-identity",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"Amazon Cognito Identity",
"serviceId":"Cognito Identity",
"signatureVersion":"v4",
"targetPrefix":"AWSCognitoIdentityService",
"uid":"cognito-identity-2014-06-30"
"uid":"cognito-identity-2014-06-30",
"auth":["aws.auth#sigv4"]
},
"operations":{
"CreateIdentityPool":{
Expand Down Expand Up @@ -108,7 +110,8 @@
{"shape":"InternalErrorException"},
{"shape":"ExternalServiceException"}
],
"authtype":"none"
"authtype":"none",
"auth":["smithy.api#noAuth"]
},
"GetId":{
"name":"GetId",
Expand All @@ -128,7 +131,8 @@
{"shape":"LimitExceededException"},
{"shape":"ExternalServiceException"}
],
"authtype":"none"
"authtype":"none",
"auth":["smithy.api#noAuth"]
},
"GetIdentityPoolRoles":{
"name":"GetIdentityPoolRoles",
Expand Down Expand Up @@ -164,7 +168,8 @@
{"shape":"InternalErrorException"},
{"shape":"ExternalServiceException"}
],
"authtype":"none"
"authtype":"none",
"auth":["smithy.api#noAuth"]
},
"GetOpenIdTokenForDeveloperIdentity":{
"name":"GetOpenIdTokenForDeveloperIdentity",
Expand Down Expand Up @@ -363,7 +368,8 @@
{"shape":"InternalErrorException"},
{"shape":"ExternalServiceException"}
],
"authtype":"none"
"authtype":"none",
"auth":["smithy.api#noAuth"]
},
"UntagResource":{
"name":"UntagResource",
Expand Down
Loading

0 comments on commit 8b71138

Please sign in to comment.