Skip to content

Commit

Permalink
Updates SDK to v2.1674.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 13, 2024
1 parent 17a5cbd commit 03debbd
Show file tree
Hide file tree
Showing 21 changed files with 1,093 additions and 163 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1674.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Amplify",
"description": "Add a new field \"cacheConfig\" that enables users to configure the CDN cache settings for an App"
},
{
"type": "feature",
"category": "AppStream",
"description": "This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically."
},
{
"type": "feature",
"category": "Fis",
"description": "This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses."
},
{
"type": "feature",
"category": "Glue",
"description": "Add AttributesToGet parameter support for Glue GetTables"
}
]
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.1673.0-->
<!--LATEST=2.1674.0-->
<!--ENTRYINSERT-->

## 2.1674.0
* feature: Amplify: Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App
* feature: AppStream: This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically.
* feature: Fis: This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses.
* feature: Glue: Add AttributesToGet parameter support for Glue GetTables

## 2.1673.0
* feature: ConfigService: Documentation update for the OrganizationConfigRuleName regex pattern.
* feature: EC2: This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1673.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1674.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 03debbd

Please sign in to comment.