Skip to content

Commit be43606

Browse files
author
awstools
committed
Updates SDK to v2.1554.0
1 parent 9938dce commit be43606

18 files changed

+1989
-1125
lines changed

.changes/2.1554.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodePipeline",
5+
"description": "Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "QuickSight",
10+
"description": "General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "WorkSpaces",
15+
"description": "This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter \"WorkspaceName\"."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1553.0-->
2+
<!--LATEST=2.1554.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1554.0
6+
* feature: CodePipeline: Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.
7+
* feature: QuickSight: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
8+
* feature: WorkSpaces: This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName".
9+
510
## 2.1553.0
611
* feature: DataSync: AWS DataSync now supports manifests for specifying files or objects to transfer.
712
* feature: LexModelsV2: This release introduces a new bot replication feature as part of Lex Global Resiliency offering. This feature leverages a new set of APIs that allow customers to create bot replicas and replicate changes to bots across regions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1553.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1554.0.min.js"></script>
7373

7474
You can also build a custom browser SDK with your specified set of AWS services.
7575
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)