Skip to content

Commit

Permalink
Updates SDK to v2.1067.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 2, 2022
1 parent 2e253da commit 755f1d5
Show file tree
Hide file tree
Showing 39 changed files with 4,259 additions and 708 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1067.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Appflow",
"description": "Launching Amazon AppFlow Custom Connector SDK."
},
{
"type": "feature",
"category": "Comprehend",
"description": "Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region."
},
{
"type": "feature",
"category": "ES",
"description": "Allows customers to get progress updates for blue/green deployments"
},
{
"type": "feature",
"category": "Fis",
"description": "Added GetTargetResourceType and ListTargetResourceTypesAPI actions. These actions return additional details about resource types and parameters that can be targeted by FIS actions. Added a parameters field for the targets that can be specified in experiment templates."
},
{
"type": "feature",
"category": "Glue",
"description": "Launch Protobuf support for AWS Glue Schema Registry"
},
{
"type": "feature",
"category": "Iot",
"description": "This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID."
},
{
"type": "feature",
"category": "Personalize",
"description": "Adding minRecommendationRequestsPerSecond attribute to recommender APIs."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1066.0-->
<!--LATEST=2.1067.0-->
<!--ENTRYINSERT-->

## 2.1067.0
* feature: Appflow: Launching Amazon AppFlow Custom Connector SDK.
* feature: Comprehend: Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.
* feature: ES: Allows customers to get progress updates for blue/green deployments
* feature: Fis: Added GetTargetResourceType and ListTargetResourceTypesAPI actions. These actions return additional details about resource types and parameters that can be targeted by FIS actions. Added a parameters field for the targets that can be specified in experiment templates.
* feature: Glue: Launch Protobuf support for AWS Glue Schema Registry
* feature: Iot: This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
* feature: Personalize: Adding minRecommendationRequestsPerSecond attribute to recommender APIs.

## 2.1066.0
* feature: Athena: This release adds a field, AthenaError, to the GetQueryExecution response object when a query fails.
* feature: SageMaker: This release added a new NNA accelerator compilation support for Sagemaker Neo.
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.1066.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1067.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 755f1d5

Please sign in to comment.