Skip to content

Commit 4bb3924

Browse files
author
awstools
committed
Updates SDK to v2.1652.0
1 parent 5fedff2 commit 4bb3924

36 files changed

+3233
-2073
lines changed

.changes/2.1652.0.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "APIGateway",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CognitoIdentity",
10+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Connect",
15+
"description": "Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DocDB",
20+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "EKS",
25+
"description": "Updates EKS managed node groups to support EC2 Capacity Blocks for ML"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "PaymentCryptography",
30+
"description": "Added further restrictions on logging of potentially sensitive inputs and outputs."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "PaymentCryptographyData",
35+
"description": "Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SWF",
40+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "StepFunctions",
45+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
46+
}
47+
]

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1651.0-->
2+
<!--LATEST=2.1652.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1652.0
6+
* feature: APIGateway: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* feature: CognitoIdentity: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8+
* feature: Connect: Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.
9+
* feature: DocDB: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
10+
* feature: EKS: Updates EKS managed node groups to support EC2 Capacity Blocks for ML
11+
* feature: PaymentCryptography: Added further restrictions on logging of potentially sensitive inputs and outputs.
12+
* feature: PaymentCryptographyData: Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.
13+
* feature: SWF: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
14+
* feature: StepFunctions: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
15+
516
## 2.1651.0
617
* feature: ACMPCA: Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.
718
* feature: CloudHSMV2: Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1651.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1652.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/apigateway-2015-07-09.min.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
"apiVersion": "2015-07-09",
55
"endpointPrefix": "apigateway",
66
"protocol": "rest-json",
7+
"protocols": [
8+
"rest-json"
9+
],
710
"serviceFullName": "Amazon API Gateway",
811
"serviceId": "API Gateway",
912
"signatureVersion": "v4",
10-
"uid": "apigateway-2015-07-09"
13+
"uid": "apigateway-2015-07-09",
14+
"auth": [
15+
"aws.auth#sigv4"
16+
]
1117
},
1218
"operations": {
1319
"CreateApiKey": {

apis/apigateway-2015-07-09.normal.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
"apiVersion": "2015-07-09",
55
"endpointPrefix": "apigateway",
66
"protocol": "rest-json",
7+
"protocols": [
8+
"rest-json"
9+
],
710
"serviceFullName": "Amazon API Gateway",
811
"serviceId": "API Gateway",
912
"signatureVersion": "v4",
10-
"uid": "apigateway-2015-07-09"
13+
"uid": "apigateway-2015-07-09",
14+
"auth": [
15+
"aws.auth#sigv4"
16+
]
1117
},
1218
"operations": {
1319
"CreateApiKey": {

apis/cognito-identity-2014-06-30.min.json

+23-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"endpointPrefix": "cognito-identity",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon Cognito Identity",
912
"serviceId": "Cognito Identity",
1013
"signatureVersion": "v4",
1114
"targetPrefix": "AWSCognitoIdentityService",
12-
"uid": "cognito-identity-2014-06-30"
15+
"uid": "cognito-identity-2014-06-30",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"CreateIdentityPool": {
@@ -148,7 +154,10 @@
148154
}
149155
}
150156
},
151-
"authtype": "none"
157+
"authtype": "none",
158+
"auth": [
159+
"smithy.api#noAuth"
160+
]
152161
},
153162
"GetId": {
154163
"input": {
@@ -170,7 +179,10 @@
170179
"IdentityId": {}
171180
}
172181
},
173-
"authtype": "none"
182+
"authtype": "none",
183+
"auth": [
184+
"smithy.api#noAuth"
185+
]
174186
},
175187
"GetIdentityPoolRoles": {
176188
"input": {
@@ -215,7 +227,10 @@
215227
"Token": {}
216228
}
217229
},
218-
"authtype": "none"
230+
"authtype": "none",
231+
"auth": [
232+
"smithy.api#noAuth"
233+
]
219234
},
220235
"GetOpenIdTokenForDeveloperIdentity": {
221236
"input": {
@@ -508,7 +523,10 @@
508523
}
509524
}
510525
},
511-
"authtype": "none"
526+
"authtype": "none",
527+
"auth": [
528+
"smithy.api#noAuth"
529+
]
512530
},
513531
"UntagResource": {
514532
"input": {

apis/cognito-identity-2014-06-30.normal.json

+23-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"endpointPrefix": "cognito-identity",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon Cognito Identity",
912
"serviceId": "Cognito Identity",
1013
"signatureVersion": "v4",
1114
"targetPrefix": "AWSCognitoIdentityService",
12-
"uid": "cognito-identity-2014-06-30"
15+
"uid": "cognito-identity-2014-06-30",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"CreateIdentityPool": {
@@ -200,7 +206,10 @@
200206
}
201207
],
202208
"documentation": "<p>Returns credentials for the provided identity ID. Any provided logins will be validated against supported login providers. If the token is for cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service with the appropriate role for the token.</p> <p>This is a public API. You do not need any credentials to call this API.</p>",
203-
"authtype": "none"
209+
"authtype": "none",
210+
"auth": [
211+
"smithy.api#noAuth"
212+
]
204213
},
205214
"GetId": {
206215
"name": "GetId",
@@ -241,7 +250,10 @@
241250
}
242251
],
243252
"documentation": "<p>Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an implicit linked account.</p> <p>This is a public API. You do not need any credentials to call this API.</p>",
244-
"authtype": "none"
253+
"authtype": "none",
254+
"auth": [
255+
"smithy.api#noAuth"
256+
]
245257
},
246258
"GetIdentityPoolRoles": {
247259
"name": "GetIdentityPoolRoles",
@@ -313,7 +325,10 @@
313325
}
314326
],
315327
"documentation": "<p>Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by <a>GetId</a>. You can optionally add additional logins for the identity. Supplying multiple logins creates an implicit link.</p> <p>The OpenID token is valid for 10 minutes.</p> <p>This is a public API. You do not need any credentials to call this API.</p>",
316-
"authtype": "none"
328+
"authtype": "none",
329+
"auth": [
330+
"smithy.api#noAuth"
331+
]
317332
},
318333
"GetOpenIdTokenForDeveloperIdentity": {
319334
"name": "GetOpenIdTokenForDeveloperIdentity",
@@ -704,7 +719,10 @@
704719
}
705720
],
706721
"documentation": "<p>Unlinks a federated identity from an existing account. Unlinked logins will be considered new identities next time they are seen. Removing the last linked login will make this identity inaccessible.</p> <p>This is a public API. You do not need any credentials to call this API.</p>",
707-
"authtype": "none"
722+
"authtype": "none",
723+
"auth": [
724+
"smithy.api#noAuth"
725+
]
708726
},
709727
"UntagResource": {
710728
"name": "UntagResource",

0 commit comments

Comments
 (0)