Skip to content

Commit

Permalink
Updates SDK to v2.1555.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 9, 2024
1 parent be43606 commit e7b95e8
Show file tree
Hide file tree
Showing 25 changed files with 2,309 additions and 2,098 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1555.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Batch",
"description": "This feature allows Batch to support configuration of repository credentials for jobs running on ECS"
},
{
"type": "feature",
"category": "Braket",
"description": "Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device."
},
{
"type": "feature",
"category": "CostOptimizationHub",
"description": "Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API."
},
{
"type": "feature",
"category": "Iot",
"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."
},
{
"type": "feature",
"category": "Pricing",
"description": "Add Throttling Exception to all APIs."
}
]
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.1554.0-->
<!--LATEST=2.1555.0-->
<!--ENTRYINSERT-->

## 2.1555.0
* feature: Batch: This feature allows Batch to support configuration of repository credentials for jobs running on ECS
* feature: Braket: Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.
* feature: CostOptimizationHub: Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.
* 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.
* feature: Pricing: Add Throttling Exception to all APIs.

## 2.1554.0
* 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.
* feature: QuickSight: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1554.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1555.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 e7b95e8

Please sign in to comment.