Skip to content

Commit

Permalink
Updates SDK to v2.992.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 21, 2021
1 parent 58f7d43 commit fe92416
Show file tree
Hide file tree
Showing 23 changed files with 2,250 additions and 698 deletions.
27 changes: 27 additions & 0 deletions .changes/2.992.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Comprehend",
"description": "Amazon Comprehend now supports versioning of custom models, improved training with ONE_DOC_PER_FILE text documents for custom entity recognition, ability to provide specific test sets during training, and live migration to new model endpoints."
},
{
"type": "feature",
"category": "EC2",
"description": "This update adds support for downloading configuration templates using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices."
},
{
"type": "feature",
"category": "ECR",
"description": "This release adds additional support for repository replication"
},
{
"type": "feature",
"category": "Iot",
"description": "This release adds support for verifying, viewing and filtering AWS IoT Device Defender detect violations with four verification states."
},
{
"type": "feature",
"category": "Kafka",
"description": "Added StateInfo to ClusterInfo"
}
]
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.991.0-->
<!--LATEST=2.992.0-->
<!--ENTRYINSERT-->

## 2.992.0
* feature: Comprehend: Amazon Comprehend now supports versioning of custom models, improved training with ONE_DOC_PER_FILE text documents for custom entity recognition, ability to provide specific test sets during training, and live migration to new model endpoints.
* feature: EC2: This update adds support for downloading configuration templates using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices.
* feature: ECR: This release adds additional support for repository replication
* feature: Iot: This release adds support for verifying, viewing and filtering AWS IoT Device Defender detect violations with four verification states.
* feature: Kafka: Added StateInfo to ClusterInfo

## 2.991.0
* feature: DMS: Optional flag force-planned-failover added to reboot-replication-instance API call. This flag can be used to test a planned failover scenario used during some maintenance operations.
* feature: ES: This release adds an optional parameter in the ListDomainNames API to filter domains based on the engine type (OpenSearch/Elasticsearch).
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.991.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.992.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 fe92416

Please sign in to comment.