Skip to content

Commit

Permalink
Updates SDK to v2.974.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 23, 2021
1 parent 1127ce8 commit 223bd59
Show file tree
Hide file tree
Showing 30 changed files with 5,728 additions and 1,194 deletions.
32 changes: 32 additions & 0 deletions .changes/2.974.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "APIGateway",
"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"
},
{
"type": "feature",
"category": "Backup",
"description": "AWS Backup - Features: Evaluate your backup activity and generate audit reports."
},
{
"type": "feature",
"category": "DLM",
"description": "Added AMI deprecation support for Amazon Data Lifecycle Manager EBS-backed AMI policies."
},
{
"type": "feature",
"category": "DMS",
"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."
},
{
"type": "feature",
"category": "FraudDetector",
"description": "Updated an element of the DescribeModelVersion API response (LogitMetrics -> logOddsMetrics) for clarity. Added new exceptions to several APIs to protect against unlikely scenarios."
},
{
"type": "feature",
"category": "Glue",
"description": "Add support for Custom Blueprints"
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.973.0-->
<!--LATEST=2.974.0-->
<!--ENTRYINSERT-->

## 2.974.0
* 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
* feature: Backup: AWS Backup - Features: Evaluate your backup activity and generate audit reports.
* feature: DLM: Added AMI deprecation support for Amazon Data Lifecycle Manager EBS-backed AMI policies.
* 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.
* 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.
* feature: Glue: Add support for Custom Blueprints

## 2.973.0
* feature: Comprehend: Add tagging support for Comprehend async inference job.
* feature: EC2: encryptionInTransitSupported added to DescribeInstanceTypes API
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.973.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.974.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 223bd59

Please sign in to comment.