Skip to content

Commit

Permalink
Updates SDK to v2.695.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 11, 2020
1 parent 4545788 commit b2f928b
Show file tree
Hide file tree
Showing 24 changed files with 3,190 additions and 2,532 deletions.
22 changes: 22 additions & 0 deletions .changes/2.695.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ECS",
"description": "This release adds support for deleting capacity providers."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "EC2 Image Builder now supports specifying a custom working directory for your build and test workflows. In addition, Image Builder now supports defining tags that are applied to ephemeral resources created by EC2 Image Builder as part of the image creation workflow. "
},
{
"type": "feature",
"category": "IotData",
"description": "As part of this release, we are introducing a new feature called named shadow, which extends the capability of AWS IoT Device Shadow to support multiple shadows for a single IoT device. With this release, customers can store different device state data into different shadows, and as a result access only the required state data when needed and reduce individual shadow size."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "This change adds the built-in AMAZON.KendraSearchIntent that enables integration with Amazon Kendra."
}
]
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.694.0-->
<!--LATEST=2.695.0-->
<!--ENTRYINSERT-->

## 2.695.0
* feature: ECS: This release adds support for deleting capacity providers.
* feature: Imagebuilder: EC2 Image Builder now supports specifying a custom working directory for your build and test workflows. In addition, Image Builder now supports defining tags that are applied to ephemeral resources created by EC2 Image Builder as part of the image creation workflow.
* feature: IotData: As part of this release, we are introducing a new feature called named shadow, which extends the capability of AWS IoT Device Shadow to support multiple shadows for a single IoT device. With this release, customers can store different device state data into different shadows, and as a result access only the required state data when needed and reduce individual shadow size.
* feature: LexModelBuildingService: This change adds the built-in AMAZON.KendraSearchIntent that enables integration with Amazon Kendra.

## 2.694.0
* feature: AppConfig: This release allows customers to choose from a list of predefined deployment strategies while starting deployments.
* feature: CodeArtifact: Added support for AWS CodeArtifact.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.694.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.695.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
Loading

0 comments on commit b2f928b

Please sign in to comment.