Skip to content

Commit 03debbd

Browse files
author
awstools
committed
Updates SDK to v2.1674.0
1 parent 17a5cbd commit 03debbd

21 files changed

+1093
-163
lines changed

Diff for: .changes/2.1674.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Amplify",
5+
"description": "Add a new field \"cacheConfig\" that enables users to configure the CDN cache settings for an App"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AppStream",
10+
"description": "This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Fis",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Glue",
20+
"description": "Add AttributesToGet parameter support for Glue GetTables"
21+
}
22+
]

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1673.0-->
2+
<!--LATEST=2.1674.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1674.0
6+
* feature: Amplify: Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App
7+
* feature: AppStream: This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically.
8+
* 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.
9+
* feature: Glue: Add AttributesToGet parameter support for Glue GetTables
10+
511
## 2.1673.0
612
* feature: ConfigService: Documentation update for the OrganizationConfigRuleName regex pattern.
713
* 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.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1673.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1674.0.min.js"></script>
6868

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

0 commit comments

Comments
 (0)