Skip to content

Commit

Permalink
Updates SDK to v2.1652.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 1, 2024
1 parent 5fedff2 commit 4bb3924
Show file tree
Hide file tree
Showing 36 changed files with 3,233 additions and 2,073 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1652.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "APIGateway",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "CognitoIdentity",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "Connect",
"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."
},
{
"type": "feature",
"category": "DocDB",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "EKS",
"description": "Updates EKS managed node groups to support EC2 Capacity Blocks for ML"
},
{
"type": "feature",
"category": "PaymentCryptography",
"description": "Added further restrictions on logging of potentially sensitive inputs and outputs."
},
{
"type": "feature",
"category": "PaymentCryptographyData",
"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."
},
{
"type": "feature",
"category": "SWF",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "StepFunctions",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1651.0-->
<!--LATEST=2.1652.0-->
<!--ENTRYINSERT-->

## 2.1652.0
* feature: APIGateway: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: CognitoIdentity: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* 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.
* feature: DocDB: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: EKS: Updates EKS managed node groups to support EC2 Capacity Blocks for ML
* feature: PaymentCryptography: Added further restrictions on logging of potentially sensitive inputs and outputs.
* 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.
* feature: SWF: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: StepFunctions: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

## 2.1651.0
* feature: ACMPCA: Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
8 changes: 7 additions & 1 deletion apis/apigateway-2015-07-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
"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
8 changes: 7 additions & 1 deletion apis/apigateway-2015-07-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
"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
28 changes: 23 additions & 5 deletions apis/cognito-identity-2014-06-30.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
"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 @@ -148,7 +154,10 @@
}
}
},
"authtype": "none"
"authtype": "none",
"auth": [
"smithy.api#noAuth"
]
},
"GetId": {
"input": {
Expand All @@ -170,7 +179,10 @@
"IdentityId": {}
}
},
"authtype": "none"
"authtype": "none",
"auth": [
"smithy.api#noAuth"
]
},
"GetIdentityPoolRoles": {
"input": {
Expand Down Expand Up @@ -215,7 +227,10 @@
"Token": {}
}
},
"authtype": "none"
"authtype": "none",
"auth": [
"smithy.api#noAuth"
]
},
"GetOpenIdTokenForDeveloperIdentity": {
"input": {
Expand Down Expand Up @@ -508,7 +523,10 @@
}
}
},
"authtype": "none"
"authtype": "none",
"auth": [
"smithy.api#noAuth"
]
},
"UntagResource": {
"input": {
Expand Down
28 changes: 23 additions & 5 deletions apis/cognito-identity-2014-06-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
"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 @@ -200,7 +206,10 @@
}
],
"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>",
"authtype": "none"
"authtype": "none",
"auth": [
"smithy.api#noAuth"
]
},
"GetId": {
"name": "GetId",
Expand Down Expand Up @@ -241,7 +250,10 @@
}
],
"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>",
"authtype": "none"
"authtype": "none",
"auth": [
"smithy.api#noAuth"
]
},
"GetIdentityPoolRoles": {
"name": "GetIdentityPoolRoles",
Expand Down Expand Up @@ -313,7 +325,10 @@
}
],
"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>",
"authtype": "none"
"authtype": "none",
"auth": [
"smithy.api#noAuth"
]
},
"GetOpenIdTokenForDeveloperIdentity": {
"name": "GetOpenIdTokenForDeveloperIdentity",
Expand Down Expand Up @@ -704,7 +719,10 @@
}
],
"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>",
"authtype": "none"
"authtype": "none",
"auth": [
"smithy.api#noAuth"
]
},
"UntagResource": {
"name": "UntagResource",
Expand Down
Loading

0 comments on commit 4bb3924

Please sign in to comment.