Skip to content

Commit

Permalink
Updates SDK to v2.1065.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 27, 2022
1 parent 889624d commit 320d642
Show file tree
Hide file tree
Showing 22 changed files with 709 additions and 246 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1065.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes)."
},
{
"type": "feature",
"category": "EC2",
"description": "X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth"
},
{
"type": "feature",
"category": "Kafka",
"description": "Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "Allows customers to get progress updates for blue/green deployments"
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1064.0-->
<!--LATEST=2.1065.0-->
<!--ENTRYINSERT-->

## 2.1065.0
* feature: Connect: This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes).
* feature: EC2: X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
* feature: Kafka: Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates.
* feature: OpenSearch: Allows customers to get progress updates for blue/green deployments

## 2.1064.0
* feature: CodeGuruReviewer: Added failure state and adjusted timeout in waiter
* feature: FraudDetector: Added new APIs for viewing past predictions and obtaining prediction metadata including prediction explanations: ListEventPredictions and GetEventPredictionMetadata
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1064.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1065.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
14 changes: 7 additions & 7 deletions apis/amplify-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@
},
"basicAuthCredentials": {
"shape": "BasicAuthCredentials",
"documentation": "<p> The basic authorization credentials for branches for the Amplify app. </p>"
"documentation": "<p> The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
},
"customRules": {
"shape": "CustomRules",
Expand Down Expand Up @@ -1309,7 +1309,7 @@
},
"basicAuthCredentials": {
"shape": "BasicAuthCredentials",
"documentation": "<p> The basic authorization credentials for the autocreated branch. </p>"
"documentation": "<p> The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
},
"enableBasicAuth": {
"shape": "EnableBasicAuth",
Expand Down Expand Up @@ -1509,7 +1509,7 @@
},
"basicAuthCredentials": {
"shape": "BasicAuthCredentials",
"documentation": "<p> The basic authorization credentials for a branch of an Amplify app. </p>"
"documentation": "<p> The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
},
"buildSpec": {
"shape": "BuildSpec",
Expand Down Expand Up @@ -1643,7 +1643,7 @@
},
"basicAuthCredentials": {
"shape": "BasicAuthCredentials",
"documentation": "<p> The credentials for basic authorization for an Amplify app. </p>"
"documentation": "<p> The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
},
"customRules": {
"shape": "CustomRules",
Expand Down Expand Up @@ -1771,7 +1771,7 @@
},
"basicAuthCredentials": {
"shape": "BasicAuthCredentials",
"documentation": "<p> The basic authorization credentials for the branch. </p>"
"documentation": "<p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
},
"enableBasicAuth": {
"shape": "EnableBasicAuth",
Expand Down Expand Up @@ -3664,7 +3664,7 @@
},
"basicAuthCredentials": {
"shape": "BasicAuthCredentials",
"documentation": "<p> The basic authorization credentials for an Amplify app. </p>"
"documentation": "<p> The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
},
"customRules": {
"shape": "CustomRules",
Expand Down Expand Up @@ -3763,7 +3763,7 @@
},
"basicAuthCredentials": {
"shape": "BasicAuthCredentials",
"documentation": "<p> The basic authorization credentials for the branch. </p>"
"documentation": "<p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
},
"enableBasicAuth": {
"shape": "EnableBasicAuth",
Expand Down
21 changes: 12 additions & 9 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3604,6 +3604,9 @@
},
"ClientToken": {
"idempotencyToken": true
},
"ChatDurationInMinutes": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -3751,7 +3754,7 @@
},
"Name": {},
"References": {
"shape": "Scl"
"shape": "Scm"
},
"Description": {},
"ClientToken": {
Expand Down Expand Up @@ -3954,7 +3957,7 @@
"Name": {},
"Description": {},
"References": {
"shape": "Scl"
"shape": "Scm"
}
}
},
Expand Down Expand Up @@ -4585,19 +4588,19 @@
"type": "structure",
"members": {
"LevelOne": {
"shape": "Sdz"
"shape": "Se0"
},
"LevelTwo": {
"shape": "Sdz"
"shape": "Se0"
},
"LevelThree": {
"shape": "Sdz"
"shape": "Se0"
},
"LevelFour": {
"shape": "Sdz"
"shape": "Se0"
},
"LevelFive": {
"shape": "Sdz"
"shape": "Se0"
}
}
},
Expand Down Expand Up @@ -5070,7 +5073,7 @@
}
}
},
"Scl": {
"Scm": {
"type": "map",
"key": {},
"value": {
Expand All @@ -5085,7 +5088,7 @@
}
}
},
"Sdz": {
"Se0": {
"type": "structure",
"required": [
"Name"
Expand Down
13 changes: 11 additions & 2 deletions apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@
"shape": "LimitExceededException"
}
],
"documentation": "<p>Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p> <p>When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p> <p>A 429 error occurs in two situations:</p> <ul> <li> <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code> exception.</p> </li> <li> <p>The <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">quota for concurrent active chats</a> is exceeded. Active chat throttling returns a <code>LimitExceededException</code>.</p> </li> </ul> <p>For more information about chat, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat.html\">Chat</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
"documentation": "<p>Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p> <p>When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p> <p>A 429 error occurs in the following situations:</p> <ul> <li> <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code> exception.</p> </li> <li> <p>The <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">quota for concurrent active chats</a> is exceeded. Active chat throttling returns a <code>LimitExceededException</code>.</p> </li> </ul> <p>If you use the <code>ChatDurationInMinutes</code> parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support. </p> <p>For more information about chat, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat.html\">Chat</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
},
"StartContactRecording": {
"name": "StartContactRecording",
Expand Down Expand Up @@ -4626,6 +4626,11 @@
"max": 100,
"min": 1
},
"ChatDurationInMinutes": {
"type": "integer",
"max": 10080,
"min": 60
},
"ChatMessage": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -10290,6 +10295,10 @@
"shape": "ClientToken",
"documentation": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
"idempotencyToken": true
},
"ChatDurationInMinutes": {
"shape": "ChatDurationInMinutes",
"documentation": "<p>The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minumum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).</p>"
}
}
},
Expand Down Expand Up @@ -10854,7 +10863,7 @@
},
"Name": {
"shape": "ContactFlowName",
"documentation": "<p>The name of the contact flow.</p>"
"documentation": "<p>TThe name of the contact flow.</p>"
},
"Description": {
"shape": "ContactFlowDescription",
Expand Down
6 changes: 6 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -33294,6 +33294,12 @@
"x1e.8xlarge",
"x1e.16xlarge",
"x1e.32xlarge",
"x2iezn.2xlarge",
"x2iezn.4xlarge",
"x2iezn.6xlarge",
"x2iezn.8xlarge",
"x2iezn.12xlarge",
"x2iezn.metal",
"x2gd.medium",
"x2gd.large",
"x2gd.xlarge",
Expand Down
Loading

0 comments on commit 320d642

Please sign in to comment.