Skip to content

Commit d6bed19

Browse files
author
awstools
committed
Updates SDK to v2.1022.0
1 parent f527b26 commit d6bed19

33 files changed

+6972
-469
lines changed

.changes/2.1022.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": "ChimeSDKMeetings",
5+
"description": "The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "This release adds CRUD operation support for Security profile resource in Amazon Connect"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "This release adds a new instance replacement strategy for EC2 Fleet, Spot Fleet. Now you can select an action to perform when your instance gets a rebalance notification. EC2 Fleet, Spot Fleet can launch a replacement then terminate the instance that received notification after a termination delay"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IoTWireless",
20+
"description": "Adding APIs for the FUOTA (firmware update over the air) and multicast for LoRaWAN devices and APIs to support event notification opt-in feature for Sidewalk related events. A few existing APIs need to be modified for this new feature."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "ListDevices and DescribeDevice now show Edge Manager agent version."
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.1021.0-->
2+
<!--LATEST=2.1022.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1022.0
6+
* feature: ChimeSDKMeetings: The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK.
7+
* feature: Connect: This release adds CRUD operation support for Security profile resource in Amazon Connect
8+
* feature: EC2: This release adds a new instance replacement strategy for EC2 Fleet, Spot Fleet. Now you can select an action to perform when your instance gets a rebalance notification. EC2 Fleet, Spot Fleet can launch a replacement then terminate the instance that received notification after a termination delay
9+
* feature: IoTWireless: Adding APIs for the FUOTA (firmware update over the air) and multicast for LoRaWAN devices and APIs to support event notification opt-in feature for Sidewalk related events. A few existing APIs need to be modified for this new feature.
10+
* feature: SageMaker: ListDevices and DescribeDevice now show Edge Manager agent version.
11+
512
## 2.1021.0
613
* 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.
714
* feature: DataSync: AWS DataSync now supports Hadoop Distributed File System (HDFS) Locations

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.1021.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1022.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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)