Skip to content

Commit f527b26

Browse files
author
awstools
committed
Updates SDK to v2.1021.0
1 parent 48af065 commit f527b26

20 files changed

+1201
-215
lines changed

.changes/2.1021.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ConnectParticipant",
5+
"description": "This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataSync",
10+
"description": "AWS DataSync now supports Hadoop Distributed File System (HDFS) Locations"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Finspace",
15+
"description": "Adds superuser and data-bundle parameters to CreateEnvironment API"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Macie2",
20+
"description": "This release adds support for specifying the severity of findings that a custom data identifier produces, based on the number of occurrences of text that matches the detection criteria."
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.1021.0
6+
* feature: ConnectParticipant: This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.
7+
* feature: DataSync: AWS DataSync now supports Hadoop Distributed File System (HDFS) Locations
8+
* feature: Finspace: Adds superuser and data-bundle parameters to CreateEnvironment API
9+
* feature: Macie2: This release adds support for specifying the severity of findings that a custom data identifier produces, based on the number of occurrences of text that matches the detection criteria.
10+
511
## 2.1020.0
612
* feature: CloudFront: CloudFront now supports response headers policies to add HTTP headers to the responses that CloudFront sends to viewers. You can use these policies to add CORS headers, control browser caching, and more, without modifying your origin or writing any code.
713
* feature: Connect: Amazon Connect Chat now supports real-time message streaming.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1020.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1021.0.min.js"></script>
3333

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

apis/connectparticipant-2018-09-07.normal.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,7 @@
336336
"MESSAGE",
337337
"EVENT",
338338
"ATTACHMENT",
339-
"CONNECTION_ACK",
340-
"PARTICIPANT_ACTIVE",
341-
"PARTICIPANT_INACTIVE",
342-
"PARTICIPANT_ENGAGED",
343-
"PARTICIPANT_DISENGAGED"
339+
"CONNECTION_ACK"
344340
]
345341
},
346342
"ClientToken": {

0 commit comments

Comments
 (0)