Skip to content

Commit

Permalink
Updates SDK to v2.1120.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 22, 2022
1 parent 3427bf5 commit 5244129
Show file tree
Hide file tree
Showing 14 changed files with 313 additions and 131 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1120.0.json
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "ChimeSDKMeetings",
"description": "Include additional exceptions types."
},
{
"type": "feature",
"category": "EC2",
"description": "Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1119.0-->
<!--LATEST=2.1120.0-->
<!--ENTRYINSERT-->

## 2.1120.0
* feature: ChimeSDKMeetings: Include additional exceptions types.
* feature: EC2: Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.

## 2.1119.0
* feature: Glue: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
* feature: IoTSiteWise: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1119.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1120.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
131 changes: 121 additions & 10 deletions apis/chime-sdk-meetings-2021-07-15.normal.json
Expand Up @@ -28,19 +28,28 @@
"shape": "BadRequestException"
},
{
"shape": "UnauthorizedException"
"shape": "ForbiddenException"
},
{
"shape": "ServiceUnavailableException"
"shape": "NotFoundException"
},
{
"shape": "NotFoundException"
"shape": "UnauthorizedException"
},
{
"shape": "ForbiddenException"
"shape": "UnprocessableEntityException"
},
{
"shape": "LimitExceededException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "ServiceFailureException"
},
{
"shape": "ThrottlingException"
}
],
"documentation": "<p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
Expand All @@ -64,20 +73,26 @@
{
"shape": "ForbiddenException"
},
{
"shape": "NotFoundException"
},
{
"shape": "UnauthorizedException"
},
{
"shape": "UnprocessableEntityException"
},
{
"shape": "LimitExceededException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "NotFoundException"
"shape": "ServiceFailureException"
},
{
"shape": "LimitExceededException"
"shape": "ThrottlingException"
}
],
"documentation": "<p> Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>"
Expand All @@ -99,11 +114,20 @@
"shape": "BadRequestException"
},
{
"shape": "ServiceUnavailableException"
"shape": "ForbiddenException"
},
{
"shape": "UnauthorizedException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "ServiceFailureException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "LimitExceededException"
}
Expand All @@ -127,11 +151,20 @@
"shape": "BadRequestException"
},
{
"shape": "ServiceUnavailableException"
"shape": "ForbiddenException"
},
{
"shape": "UnauthorizedException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "ServiceFailureException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "LimitExceededException"
}
Expand All @@ -149,11 +182,26 @@
"shape": "DeleteAttendeeRequest"
},
"errors": [
{
"shape": "BadRequestException"
},
{
"shape": "ForbiddenException"
},
{
"shape": "NotFoundException"
},
{
"shape": "UnauthorizedException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "ServiceFailureException"
},
{
"shape": "ThrottlingException"
}
],
"documentation": "<p>Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
Expand All @@ -174,6 +222,21 @@
},
{
"shape": "ForbiddenException"
},
{
"shape": "UnauthorizedException"
},
{
"shape": "NotFoundException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "ServiceFailureException"
},
{
"shape": "ThrottlingException"
}
],
"documentation": "<p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
Expand All @@ -194,11 +257,23 @@
{
"shape": "BadRequestException"
},
{
"shape": "ForbiddenException"
},
{
"shape": "NotFoundException"
},
{
"shape": "ForbiddenException"
"shape": "UnauthorizedException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "ServiceFailureException"
},
{
"shape": "ThrottlingException"
}
],
"documentation": "<p> Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>"
Expand All @@ -224,6 +299,18 @@
},
{
"shape": "ForbiddenException"
},
{
"shape": "UnauthorizedException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "ServiceFailureException"
},
{
"shape": "ThrottlingException"
}
],
"documentation": "<p>Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
Expand All @@ -245,11 +332,23 @@
{
"shape": "BadRequestException"
},
{
"shape": "ForbiddenException"
},
{
"shape": "NotFoundException"
},
{
"shape": "ForbiddenException"
"shape": "UnauthorizedException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "ServiceFailureException"
},
{
"shape": "ThrottlingException"
}
],
"documentation": "<p> Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>"
Expand Down Expand Up @@ -283,8 +382,14 @@
{
"shape": "UnprocessableEntityException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "ServiceFailureException"
}
],
"documentation": "<p>Starts transcription for the specified <code>meetingId</code>.</p>"
Expand Down Expand Up @@ -315,8 +420,14 @@
{
"shape": "UnprocessableEntityException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "ServiceFailureException"
}
],
"documentation": "<p>Stops transcription for the specified <code>meetingId</code>.</p>"
Expand Down
25 changes: 14 additions & 11 deletions apis/ec2-2016-11-15.min.json
Expand Up @@ -20925,7 +20925,10 @@
"locationName": "SecurityGroup"
},
"SubnetId": {},
"UserData": {},
"UserData": {
"type": "string",
"sensitive": true
},
"AdditionalInfo": {
"locationName": "additionalInfo"
},
Expand Down Expand Up @@ -21190,7 +21193,7 @@
"type": "integer"
},
"Groups": {
"shape": "S20o",
"shape": "S20p",
"locationName": "Group"
},
"Ipv6AddressCount": {
Expand Down Expand Up @@ -21239,7 +21242,7 @@
},
"RamdiskId": {},
"SecurityGroupIds": {
"shape": "S20o",
"shape": "S20p",
"locationName": "SecurityGroupId"
},
"SubnetId": {},
Expand Down Expand Up @@ -21449,7 +21452,7 @@
"type": "structure",
"members": {
"StartingInstances": {
"shape": "S21c",
"shape": "S21d",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -21572,7 +21575,7 @@
"type": "structure",
"members": {
"StoppingInstances": {
"shape": "S21c",
"shape": "S21d",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -21647,7 +21650,7 @@
"type": "structure",
"members": {
"TerminatingInstances": {
"shape": "S21c",
"shape": "S21d",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -21751,7 +21754,7 @@
"shape": "S58"
},
"SecurityGroupRuleDescriptions": {
"shape": "S21y",
"shape": "S21z",
"locationName": "SecurityGroupRuleDescription"
}
}
Expand Down Expand Up @@ -21779,7 +21782,7 @@
"shape": "S58"
},
"SecurityGroupRuleDescriptions": {
"shape": "S21y",
"shape": "S21z",
"locationName": "SecurityGroupRuleDescription"
}
}
Expand Down Expand Up @@ -30289,13 +30292,13 @@
}
}
},
"S20o": {
"S20p": {
"type": "list",
"member": {
"locationName": "SecurityGroupId"
}
},
"S21c": {
"S21d": {
"type": "list",
"member": {
"locationName": "item",
Expand All @@ -30315,7 +30318,7 @@
}
}
},
"S21y": {
"S21z": {
"type": "list",
"member": {
"locationName": "item",
Expand Down

0 comments on commit 5244129

Please sign in to comment.