Skip to content

Commit 0cafb20

Browse files
author
awstools
committed
Updates SDK to v2.1281.0
1 parent 4bc1062 commit 0cafb20

27 files changed

+2570
-664
lines changed

.changes/2.1281.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ComputeOptimizer",
5+
"description": "This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for ecs services running on Fargate."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "Amazon Connect Chat introduces the Idle Participant/Autodisconnect feature, which allows users to set timeouts relating to the activity of chat participants, using the new UpdateParticipantRoleConfig API."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IotDeviceAdvisor",
15+
"description": "This release adds the following new features: 1) Documentation updates for IoT Device Advisor APIs. 2) Updated required request parameters for IoT Device Advisor APIs. 3) Added new service feature: ability to provide the test endpoint when customer executing the StartSuiteRun API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "KinesisVideoWebRTCStorage",
20+
"description": "Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RDS",
25+
"description": "Add support for managing master user password in AWS Secrets Manager for the DBInstance and DBCluster."
26+
}
27+
]

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1280.0-->
2+
<!--LATEST=2.1281.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1281.0
6+
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for ecs services running on Fargate.
7+
* feature: Connect: Amazon Connect Chat introduces the Idle Participant/Autodisconnect feature, which allows users to set timeouts relating to the activity of chat participants, using the new UpdateParticipantRoleConfig API.
8+
* feature: IotDeviceAdvisor: This release adds the following new features: 1) Documentation updates for IoT Device Advisor APIs. 2) Updated required request parameters for IoT Device Advisor APIs. 3) Added new service feature: ability to provide the test endpoint when customer executing the StartSuiteRun API.
9+
* feature: KinesisVideoWebRTCStorage: Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud.
10+
* feature: RDS: Add support for managing master user password in AWS Secrets Manager for the DBInstance and DBCluster.
11+
512
## 2.1280.0
613
* feature: Connect: Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API.
714
* feature: ConnectParticipant: Amazon Connect Chat now allows for JSON (application/json) message types to be sent in the SendMessage API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1280.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1281.0.min.js"></script>
6161

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

0 commit comments

Comments
 (0)