Skip to content

Commit 223bd59

Browse files
author
awstools
committed
Updates SDK to v2.974.0
1 parent 1127ce8 commit 223bd59

30 files changed

+5728
-1194
lines changed

.changes/2.974.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "APIGateway",
5+
"description": "Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Backup",
10+
"description": "AWS Backup - Features: Evaluate your backup activity and generate audit reports."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DLM",
15+
"description": "Added AMI deprecation support for Amazon Data Lifecycle Manager EBS-backed AMI policies."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DMS",
20+
"description": "Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "FraudDetector",
25+
"description": "Updated an element of the DescribeModelVersion API response (LogitMetrics -> logOddsMetrics) for clarity. Added new exceptions to several APIs to protect against unlikely scenarios."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Glue",
30+
"description": "Add support for Custom Blueprints"
31+
}
32+
]

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.973.0-->
2+
<!--LATEST=2.974.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.974.0
6+
* feature: APIGateway: Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation
7+
* feature: Backup: AWS Backup - Features: Evaluate your backup activity and generate audit reports.
8+
* feature: DLM: Added AMI deprecation support for Amazon Data Lifecycle Manager EBS-backed AMI policies.
9+
* feature: DMS: Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes.
10+
* feature: FraudDetector: Updated an element of the DescribeModelVersion API response (LogitMetrics -> logOddsMetrics) for clarity. Added new exceptions to several APIs to protect against unlikely scenarios.
11+
* feature: Glue: Add support for Custom Blueprints
12+
513
## 2.973.0
614
* feature: Comprehend: Add tagging support for Comprehend async inference job.
715
* feature: EC2: encryptionInTransitSupported added to DescribeInstanceTypes API

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.973.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.974.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)