Skip to content

Commit 755f1d5

Browse files
author
awstools
committed
Updates SDK to v2.1067.0
1 parent 2e253da commit 755f1d5

39 files changed

+4259
-708
lines changed

.changes/2.1067.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Appflow",
5+
"description": "Launching Amazon AppFlow Custom Connector SDK."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Comprehend",
10+
"description": "Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ES",
15+
"description": "Allows customers to get progress updates for blue/green deployments"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Fis",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Glue",
25+
"description": "Launch Protobuf support for AWS Glue Schema Registry"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Iot",
30+
"description": "This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Personalize",
35+
"description": "Adding minRecommendationRequestsPerSecond attribute to recommender APIs."
36+
}
37+
]

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1066.0-->
2+
<!--LATEST=2.1067.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1067.0
6+
* feature: Appflow: Launching Amazon AppFlow Custom Connector SDK.
7+
* feature: Comprehend: Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.
8+
* feature: ES: Allows customers to get progress updates for blue/green deployments
9+
* 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.
10+
* feature: Glue: Launch Protobuf support for AWS Glue Schema Registry
11+
* feature: Iot: This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
12+
* feature: Personalize: Adding minRecommendationRequestsPerSecond attribute to recommender APIs.
13+
514
## 2.1066.0
615
* feature: Athena: This release adds a field, AthenaError, to the GetQueryExecution response object when a query fails.
716
* feature: SageMaker: This release added a new NNA accelerator compilation support for Sagemaker Neo.

README.md

Lines changed: 1 addition & 1 deletion
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.1066.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1067.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)