Skip to content

Commit

Permalink
Updates SDK to v2.1282.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 23, 2022
1 parent 0cafb20 commit 5ac0a5e
Show file tree
Hide file tree
Showing 21 changed files with 797 additions and 357 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1282.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Connect",
"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."
},
{
"type": "feature",
"category": "ConnectParticipant",
"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."
},
{
"type": "feature",
"category": "Detective",
"description": "This release adds a missed AccessDeniedException type to several endpoints."
},
{
"type": "feature",
"category": "FSx",
"description": "Fix a bug where a recent release might break certain existing SDKs."
},
{
"type": "feature",
"category": "Inspector2",
"description": "Amazon Inspector adds support for scanning NodeJS 18.x and Go 1.x AWS Lambda function runtimes."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1281.0-->
<!--LATEST=2.1282.0-->
<!--ENTRYINSERT-->

## 2.1282.0
* 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.
* 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.
* feature: Detective: This release adds a missed AccessDeniedException type to several endpoints.
* feature: FSx: Fix a bug where a recent release might break certain existing SDKs.
* feature: Inspector2: Amazon Inspector adds support for scanning NodeJS 18.x and Go 1.x AWS Lambda function runtimes.

## 2.1281.0
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for ecs services running on Fargate.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1281.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1282.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
Loading

0 comments on commit 5ac0a5e

Please sign in to comment.