Skip to content

Commit 5ac0a5e

Browse files
author
awstools
committed
Updates SDK to v2.1282.0
1 parent 0cafb20 commit 5ac0a5e

21 files changed

+797
-357
lines changed

.changes/2.1282.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": "Connect",
5+
"description": "Support for Routing Profile filter, SortCriteria, and grouping by Routing Profiles for GetCurrentMetricData API. Support for RoutingProfiles, UserHierarchyGroups, and Agents as filters, NextStatus and AgentStatusName for GetCurrentUserData. Adds ApproximateTotalCount to both APIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConnectParticipant",
10+
"description": "Amazon Connect Chat introduces the Message Receipts feature. This feature allows agents and customers to receive message delivered and read receipts after they send a chat message."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Detective",
15+
"description": "This release adds a missed AccessDeniedException type to several endpoints."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "FSx",
20+
"description": "Fix a bug where a recent release might break certain existing SDKs."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Inspector2",
25+
"description": "Amazon Inspector adds support for scanning NodeJS 18.x and Go 1.x AWS Lambda function runtimes."
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.1281.0-->
2+
<!--LATEST=2.1282.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1282.0
6+
* feature: Connect: Support for Routing Profile filter, SortCriteria, and grouping by Routing Profiles for GetCurrentMetricData API. Support for RoutingProfiles, UserHierarchyGroups, and Agents as filters, NextStatus and AgentStatusName for GetCurrentUserData. Adds ApproximateTotalCount to both APIs.
7+
* feature: ConnectParticipant: Amazon Connect Chat introduces the Message Receipts feature. This feature allows agents and customers to receive message delivered and read receipts after they send a chat message.
8+
* feature: Detective: This release adds a missed AccessDeniedException type to several endpoints.
9+
* feature: FSx: Fix a bug where a recent release might break certain existing SDKs.
10+
* feature: Inspector2: Amazon Inspector adds support for scanning NodeJS 18.x and Go 1.x AWS Lambda function runtimes.
11+
512
## 2.1281.0
613
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for ecs services running on Fargate.
714
* 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.

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.1281.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1282.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)