Skip to content

Commit e7b95e8

Browse files
author
awstools
committed
Updates SDK to v2.1555.0
1 parent be43606 commit e7b95e8

25 files changed

+2309
-2098
lines changed

.changes/2.1555.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Batch",
5+
"description": "This feature allows Batch to support configuration of repository credentials for jobs running on ECS"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Braket",
10+
"description": "Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CostOptimizationHub",
15+
"description": "Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Iot",
20+
"description": "This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Pricing",
25+
"description": "Add Throttling Exception to all APIs."
26+
}
27+
]

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1554.0-->
2+
<!--LATEST=2.1555.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1555.0
6+
* feature: Batch: This feature allows Batch to support configuration of repository credentials for jobs running on ECS
7+
* feature: Braket: Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.
8+
* feature: CostOptimizationHub: Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.
9+
* feature: Iot: This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain.
10+
* feature: Pricing: Add Throttling Exception to all APIs.
11+
512
## 2.1554.0
613
* 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.
714
* feature: QuickSight: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update

README.md

+1-1
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.1554.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1555.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)