Skip to content

Commit 8b71138

Browse files
Release v1.54.12 (2024-07-01) (#5300)
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
1 parent 9607ced commit 8b71138

File tree

35 files changed

+2944
-337
lines changed

35 files changed

+2944
-337
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Release v1.54.12 (2024-07-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/apigateway`: Updates service API
6+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* `service/cognito-identity`: Updates service API
8+
* `service/connect`: Updates service API, documentation, and paginators
9+
* `service/docdb`: Updates service API
10+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
11+
* `service/eks`: Updates service API
12+
* `service/payment-cryptography`: Updates service API and documentation
13+
* `service/payment-cryptography-data`: Updates service API, documentation, and waiters
14+
* `service/states`: Updates service API
15+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
16+
* `service/swf`: Updates service API
17+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
18+
* `service/wafv2`: Updates service API and documentation
19+
120
Release v1.54.11 (2024-06-28)
221
===
322

aws/endpoints/defaults.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
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.54.11"
8+
const SDKVersion = "1.54.12"

models/apis/apigateway/2015-07-09/api-2.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"apiVersion":"2015-07-09",
55
"endpointPrefix":"apigateway",
66
"protocol":"rest-json",
7+
"protocols":["rest-json"],
78
"serviceFullName":"Amazon API Gateway",
89
"serviceId":"API Gateway",
910
"signatureVersion":"v4",
10-
"uid":"apigateway-2015-07-09"
11+
"uid":"apigateway-2015-07-09",
12+
"auth":["aws.auth#sigv4"]
1113
},
1214
"operations":{
1315
"CreateApiKey":{
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "GetDomainNamesSuccess",
6+
"operationName": "GetDomainNames",
7+
"input": {},
8+
"expectation": {
9+
"success": {}
10+
},
11+
"config": {
12+
"region": "us-west-2"
13+
}
14+
}
15+
]
16+
}

models/apis/cognito-identity/2014-06-30/api-2.json

+11-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"cognito-identity",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"Amazon Cognito Identity",
910
"serviceId":"Cognito Identity",
1011
"signatureVersion":"v4",
1112
"targetPrefix":"AWSCognitoIdentityService",
12-
"uid":"cognito-identity-2014-06-30"
13+
"uid":"cognito-identity-2014-06-30",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"CreateIdentityPool":{
@@ -108,7 +110,8 @@
108110
{"shape":"InternalErrorException"},
109111
{"shape":"ExternalServiceException"}
110112
],
111-
"authtype":"none"
113+
"authtype":"none",
114+
"auth":["smithy.api#noAuth"]
112115
},
113116
"GetId":{
114117
"name":"GetId",
@@ -128,7 +131,8 @@
128131
{"shape":"LimitExceededException"},
129132
{"shape":"ExternalServiceException"}
130133
],
131-
"authtype":"none"
134+
"authtype":"none",
135+
"auth":["smithy.api#noAuth"]
132136
},
133137
"GetIdentityPoolRoles":{
134138
"name":"GetIdentityPoolRoles",
@@ -164,7 +168,8 @@
164168
{"shape":"InternalErrorException"},
165169
{"shape":"ExternalServiceException"}
166170
],
167-
"authtype":"none"
171+
"authtype":"none",
172+
"auth":["smithy.api#noAuth"]
168173
},
169174
"GetOpenIdTokenForDeveloperIdentity":{
170175
"name":"GetOpenIdTokenForDeveloperIdentity",
@@ -363,7 +368,8 @@
363368
{"shape":"InternalErrorException"},
364369
{"shape":"ExternalServiceException"}
365370
],
366-
"authtype":"none"
371+
"authtype":"none",
372+
"auth":["smithy.api#noAuth"]
367373
},
368374
"UntagResource":{
369375
"name":"UntagResource",

0 commit comments

Comments
 (0)