Skip to content

Commit

Permalink
Updates SDK to v2.1078.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 21, 2022
1 parent 6fce545 commit 80a8c31
Show file tree
Hide file tree
Showing 19 changed files with 1,910 additions and 318 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1078.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CustomerProfiles",
"description": "This release introduces apis CreateIntegrationWorkflow, DeleteWorkflow, ListWorkflows, GetWorkflow and GetWorkflowSteps. These apis are used to manage and view integration workflows."
},
{
"type": "feature",
"category": "DynamoDB",
"description": "DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "This release adds support to enable faster launching for Windows AMIs created by EC2 Image Builder."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1077.0-->
<!--LATEST=2.1078.0-->
<!--ENTRYINSERT-->

## 2.1078.0
* feature: CustomerProfiles: This release introduces apis CreateIntegrationWorkflow, DeleteWorkflow, ListWorkflows, GetWorkflow and GetWorkflowSteps. These apis are used to manage and view integration workflows.
* feature: DynamoDB: DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation.
* feature: Imagebuilder: This release adds support to enable faster launching for Windows AMIs created by EC2 Image Builder.

## 2.1077.0
* feature: Budgets: This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account
* feature: Transfer: Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.
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.1077.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1078.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 80a8c31

Please sign in to comment.