Skip to content

Commit

Permalink
Updates SDK to v2.883.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 8, 2021
1 parent 345852e commit bd687d6
Show file tree
Hide file tree
Showing 36 changed files with 6,149 additions and 552 deletions.
27 changes: 27 additions & 0 deletions .changes/2.883.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "ManagedUpload",
"description": "Use resolved credentials if customer supplies configured S3 Client"
},
{
"type": "feature",
"category": "AppStream",
"description": "This release provides support for image updates"
},
{
"type": "feature",
"category": "AutoScaling",
"description": "Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances"
},
{
"type": "feature",
"category": "LookoutEquipment",
"description": "This release introduces support for Amazon Lookout for Equipment."
},
{
"type": "feature",
"category": "RoboMaker",
"description": "This release allows RoboMaker customers to specify custom tools to run with their simulation job"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-ManagedUpload-2bd31158.json

This file was deleted.

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.882.0-->
<!--LATEST=2.883.0-->
<!--ENTRYINSERT-->

## 2.883.0
* bugfix: ManagedUpload: Use resolved credentials if customer supplies configured S3 Client
* feature: AppStream: This release provides support for image updates
* feature: AutoScaling: Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances
* feature: LookoutEquipment: This release introduces support for Amazon Lookout for Equipment.
* feature: RoboMaker: This release allows RoboMaker customers to specify custom tools to run with their simulation job

## 2.882.0
* bugfix: Credentials: Do not require credentials file when loading region from config.
* feature: AccessAnalyzer: IAM Access Analyzer now analyzes your CloudTrail events to identify actions and services that have been used by an IAM entity (user or role) and generates an IAM policy that is based on that activity.
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.882.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.883.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
104 changes: 71 additions & 33 deletions apis/appstream-2016-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,38 @@
}
}
},
"CreateUpdatedImage": {
"input": {
"type": "structure",
"required": [
"existingImageName",
"newImageName"
],
"members": {
"existingImageName": {},
"newImageName": {},
"newImageDescription": {},
"newImageDisplayName": {},
"newImageTags": {
"shape": "S16"
},
"dryRun": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"image": {
"shape": "S2q"
},
"canUpdateImage": {
"type": "boolean"
}
}
}
},
"CreateUsageReportSubscription": {
"input": {
"type": "structure",
Expand All @@ -334,10 +366,10 @@
},
"MessageAction": {},
"FirstName": {
"shape": "S2t"
"shape": "S34"
},
"LastName": {
"shape": "S2t"
"shape": "S34"
},
"AuthenticationType": {}
}
Expand Down Expand Up @@ -391,7 +423,7 @@
"type": "structure",
"members": {
"Image": {
"shape": "S31"
"shape": "S2q"
}
}
}
Expand Down Expand Up @@ -508,7 +540,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3q"
"shape": "S3s"
},
"NextToken": {}
}
Expand All @@ -531,7 +563,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3q"
"shape": "S3s"
},
"MaxResults": {
"type": "integer"
Expand Down Expand Up @@ -585,7 +617,7 @@
"members": {
"sharedAccountId": {},
"imagePermissions": {
"shape": "S39"
"shape": "S2y"
}
}
}
Expand All @@ -599,7 +631,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3q"
"shape": "S3s"
},
"Arns": {
"type": "list",
Expand All @@ -618,7 +650,7 @@
"Images": {
"type": "list",
"member": {
"shape": "S31"
"shape": "S2q"
}
},
"NextToken": {}
Expand Down Expand Up @@ -686,7 +718,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3q"
"shape": "S3s"
},
"NextToken": {}
}
Expand Down Expand Up @@ -803,10 +835,10 @@
},
"Status": {},
"FirstName": {
"shape": "S2t"
"shape": "S34"
},
"LastName": {
"shape": "S2t"
"shape": "S34"
},
"CreatedTime": {
"type": "timestamp"
Expand Down Expand Up @@ -904,7 +936,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3q"
"shape": "S3s"
},
"NextToken": {}
}
Expand All @@ -925,7 +957,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3q"
"shape": "S3s"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1147,7 +1179,7 @@
"Name": {},
"SharedAccountId": {},
"ImagePermissions": {
"shape": "S39"
"shape": "S2y"
}
}
},
Expand Down Expand Up @@ -1445,17 +1477,7 @@
"shape": "S1s"
},
"ImageBuilderErrors": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ErrorCode": {},
"ErrorMessage": {},
"ErrorTimestamp": {
"type": "timestamp"
}
}
}
"shape": "S1t"
},
"AppstreamAgentVersion": {},
"AccessEndpoints": {
Expand All @@ -1470,6 +1492,19 @@
"EniId": {}
}
},
"S1t": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ErrorCode": {},
"ErrorMessage": {},
"ErrorTimestamp": {
"type": "timestamp"
}
}
}
},
"S1z": {
"type": "list",
"member": {
Expand Down Expand Up @@ -1566,11 +1601,7 @@
}
}
},
"S2t": {
"type": "string",
"sensitive": true
},
"S31": {
"S2q": {
"type": "structure",
"required": [
"Name"
Expand Down Expand Up @@ -1624,11 +1655,14 @@
},
"AppstreamAgentVersion": {},
"ImagePermissions": {
"shape": "S39"
"shape": "S2y"
},
"ImageErrors": {
"shape": "S1t"
}
}
},
"S39": {
"S2y": {
"type": "structure",
"members": {
"allowFleet": {
Expand All @@ -1639,7 +1673,11 @@
}
}
},
"S3q": {
"S34": {
"type": "string",
"sensitive": true
},
"S3s": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit bd687d6

Please sign in to comment.