Skip to content

Commit

Permalink
Updates SDK to v2.854.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 1, 2021
1 parent 7654c4c commit b26bcf2
Show file tree
Hide file tree
Showing 21 changed files with 550 additions and 300 deletions.
22 changes: 22 additions & 0 deletions .changes/2.854.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AlexaForBusiness",
"description": "Added support for optional tags in CreateAddressBook, CreateConferenceProvider, CreateContact, CreateGatewayGroup, CreateNetworkProfile and RegisterAVSDevice APIs."
},
{
"type": "feature",
"category": "CodePipeline",
"description": "Added a new field to the ListPipelines API to allow maximum search results of 1000"
},
{
"type": "feature",
"category": "EKS",
"description": "Adding new error code AdmissionRequestDenied for Addons in EKS"
},
{
"type": "feature",
"category": "SSM",
"description": "Add Support for Patch Manger Baseline Override parameter."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.853.0-->
<!--LATEST=2.854.0-->
<!--ENTRYINSERT-->

## 2.854.0
* feature: AlexaForBusiness: Added support for optional tags in CreateAddressBook, CreateConferenceProvider, CreateContact, CreateGatewayGroup, CreateNetworkProfile and RegisterAVSDevice APIs.
* feature: CodePipeline: Added a new field to the ListPipelines API to allow maximum search results of 1000
* feature: EKS: Adding new error code AdmissionRequestDenied for Addons in EKS
* feature: SSM: Add Support for Patch Manger Baseline Override parameter.

## 2.853.0
* bugfix: s3: Bugfixing the s3 arn endpoint parser
* feature: EKS: Amazon EKS now supports adding KMS envelope encryption to existing clusters to enhance security for secrets
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.853.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.854.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
76 changes: 47 additions & 29 deletions apis/alexaforbusiness-2017-11-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
"Description": {},
"ClientRequestToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "Sl"
}
}
},
Expand All @@ -152,16 +155,16 @@
"S3KeyPrefix": {},
"Format": {},
"ContentRange": {
"shape": "Sr"
"shape": "Sv"
},
"Recurrence": {
"shape": "St"
"shape": "Sx"
},
"ClientRequestToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "Sv"
"shape": "Sl"
}
}
},
Expand Down Expand Up @@ -194,6 +197,9 @@
},
"ClientRequestToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "Sl"
}
}
},
Expand Down Expand Up @@ -225,6 +231,9 @@
},
"ClientRequestToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "Sl"
}
}
},
Expand All @@ -247,6 +256,9 @@
"Description": {},
"ClientRequestToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "Sl"
}
}
},
Expand Down Expand Up @@ -284,6 +296,9 @@
},
"ClientRequestToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "Sl"
}
}
},
Expand Down Expand Up @@ -381,7 +396,7 @@
}
},
"Tags": {
"shape": "Sv"
"shape": "Sl"
}
}
},
Expand All @@ -407,7 +422,7 @@
"idempotencyToken": true
},
"Tags": {
"shape": "Sv"
"shape": "Sl"
}
}
},
Expand All @@ -431,7 +446,7 @@
"idempotencyToken": true
},
"Tags": {
"shape": "Sv"
"shape": "Sl"
}
}
},
Expand All @@ -457,7 +472,7 @@
"idempotencyToken": true
},
"Tags": {
"shape": "Sv"
"shape": "Sl"
}
}
},
Expand Down Expand Up @@ -1168,10 +1183,10 @@
"S3KeyPrefix": {},
"Format": {},
"ContentRange": {
"shape": "Sr"
"shape": "Sv"
},
"Recurrence": {
"shape": "St"
"shape": "Sx"
},
"LastBusinessReport": {
"type": "structure",
Expand Down Expand Up @@ -1510,7 +1525,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "Sv"
"shape": "Sl"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1610,7 +1625,10 @@
"ProductId": {},
"DeviceSerialNumber": {},
"AmazonId": {},
"RoomArn": {}
"RoomArn": {},
"Tags": {
"shape": "Sl"
}
}
},
"output": {
Expand Down Expand Up @@ -2143,7 +2161,7 @@
"members": {
"Arn": {},
"Tags": {
"shape": "Sv"
"shape": "Sl"
}
}
},
Expand Down Expand Up @@ -2202,7 +2220,7 @@
"Format": {},
"ScheduleName": {},
"Recurrence": {
"shape": "St"
"shape": "Sx"
}
}
},
Expand Down Expand Up @@ -2445,22 +2463,7 @@
}
},
"shapes": {
"Sr": {
"type": "structure",
"required": [
"Interval"
],
"members": {
"Interval": {}
}
},
"St": {
"type": "structure",
"members": {
"StartDate": {}
}
},
"Sv": {
"Sl": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -2474,6 +2477,21 @@
}
}
},
"Sv": {
"type": "structure",
"required": [
"Interval"
],
"members": {
"Interval": {}
}
},
"Sx": {
"type": "structure",
"members": {
"StartDate": {}
}
},
"S13": {
"type": "structure",
"required": [
Expand Down
28 changes: 26 additions & 2 deletions apis/alexaforbusiness-2017-11-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@
"shape": "NotFoundException"
}
],
"documentation": "<p>Determines the details for the room from which a skill request was invoked. This operation is used by skill developers.</p>"
"documentation": "<p>Determines the details for the room from which a skill request was invoked. This operation is used by skill developers.</p> <p>To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When the skill is using an AWS Lambda function, the skill is automatically authorized when you publish your skill as a private skill to your AWS account. Skills that are hosted using a custom web service must be manually authorized. To get your skill authorized, contact AWS Support with your AWS account ID that queries the ResolveRoom API and skill ID. </p>"
},
"RevokeInvitation": {
"name": "RevokeInvitation",
Expand Down Expand Up @@ -2561,6 +2561,10 @@
"shape": "ClientRequestToken",
"documentation": "<p>A unique, user-specified identifier for the request that ensures idempotency.</p>",
"idempotencyToken": true
},
"Tags": {
"shape": "TagList",
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
}
}
},
Expand Down Expand Up @@ -2656,6 +2660,10 @@
"shape": "ClientRequestToken",
"documentation": "<p>The request token of the client.</p>",
"idempotencyToken": true
},
"Tags": {
"shape": "TagList",
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
}
}
},
Expand Down Expand Up @@ -2702,6 +2710,10 @@
"shape": "ClientRequestToken",
"documentation": "<p>A unique, user-specified identifier for this request that ensures idempotency.</p>",
"idempotencyToken": true
},
"Tags": {
"shape": "TagList",
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
}
}
},
Expand Down Expand Up @@ -2756,6 +2768,10 @@
"shape": "ClientRequestToken",
"documentation": "<p> A unique, user-specified identifier for the request that ensures idempotency.</p>",
"idempotencyToken": true
},
"Tags": {
"shape": "TagList",
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
}
}
},
Expand Down Expand Up @@ -2855,6 +2871,10 @@
"ClientRequestToken": {
"shape": "ClientRequestToken",
"idempotencyToken": true
},
"Tags": {
"shape": "TagList",
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags. </p>"
}
}
},
Expand Down Expand Up @@ -5160,7 +5180,11 @@
},
"RoomArn": {
"shape": "Arn",
"documentation": "<p>The ARN of the room with which to associate your AVS device.</p>"
"documentation": "<p>The Amazon Resource Name (ARN) of the room with which to associate your AVS device.</p>"
},
"Tags": {
"shape": "TagList",
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
}
}
},
Expand Down
Loading

0 comments on commit b26bcf2

Please sign in to comment.