Skip to content

Commit 58f7c4b

Browse files
author
awstools
committed
Updates SDK to v2.1045.0
1 parent f61b67d commit 58f7c4b

32 files changed

+3498
-978
lines changed

.changes/2.1045.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudWatchLogs",
5+
"description": "This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ComprehendMedical",
10+
"description": "This release adds a new set of APIs (synchronous and batch) to support the SNOMED-CT ontology."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Iot",
15+
"description": "This release allows customer to enable caching of custom authorizer on HTTP protocol for clients that use persistent or Keep-Alive connection in order to reduce the number of Lambda invocations."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "LookoutVision",
20+
"description": "This release adds new APIs for packaging an Amazon Lookout for Vision model as an AWS IoT Greengrass component."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Outposts",
25+
"description": "This release adds the UpdateOutpost API."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"description": "This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo."
31+
}
32+
]

CHANGELOG.md

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

5+
## 2.1045.0
6+
* feature: CloudWatchLogs: This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs.
7+
* feature: ComprehendMedical: This release adds a new set of APIs (synchronous and batch) to support the SNOMED-CT ontology.
8+
* feature: Iot: This release allows customer to enable caching of custom authorizer on HTTP protocol for clients that use persistent or Keep-Alive connection in order to reduce the number of Lambda invocations.
9+
* feature: LookoutVision: This release adds new APIs for packaging an Amazon Lookout for Vision model as an AWS IoT Greengrass component.
10+
* feature: Outposts: This release adds the UpdateOutpost API.
11+
* feature: SageMaker: This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
12+
513
## 2.1044.0
614
* feature: AppSync: AWS AppSync now supports custom domain names, allowing you to associate a domain name that you own with an AppSync API in your account.
715
* feature: Location: This release adds support for Accuracy position filtering, position metadata and autocomplete for addresses and points of interest based on partial or misspelled free-form text.

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.1044.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1045.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)