Skip to content

Commit

Permalink
Updates SDK to v2.1022.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 4, 2021
1 parent f527b26 commit d6bed19
Show file tree
Hide file tree
Showing 33 changed files with 6,972 additions and 469 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1022.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ChimeSDKMeetings",
"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."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds CRUD operation support for Security profile resource in Amazon Connect"
},
{
"type": "feature",
"category": "EC2",
"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"
},
{
"type": "feature",
"category": "IoTWireless",
"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."
},
{
"type": "feature",
"category": "SageMaker",
"description": "ListDevices and DescribeDevice now show Edge Manager agent version."
}
]
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.1021.0-->
<!--LATEST=2.1022.0-->
<!--ENTRYINSERT-->

## 2.1022.0
* 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.
* feature: Connect: This release adds CRUD operation support for Security profile resource in Amazon Connect
* 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
* 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.
* feature: SageMaker: ListDevices and DescribeDevice now show Edge Manager agent version.

## 2.1021.0
* 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.
* feature: DataSync: AWS DataSync now supports Hadoop Distributed File System (HDFS) Locations
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1021.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1022.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
5 changes: 5 additions & 0 deletions apis/chime-sdk-meetings-2021-07-15.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit d6bed19

Please sign in to comment.