Skip to content

Commit ffcad20

Browse files
author
awstools
committed
Updates SDK to v2.806.0
1 parent 2f37893 commit ffcad20

File tree

56 files changed

+25488
-3122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+25488
-3122
lines changed

.changes/2.806.0.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AuditManager",
5+
"description": "AWS Audit Manager helps you continuously audit your AWS usage to simplify how you manage risk and compliance. This update releases the first version of the AWS Audit Manager APIs and SDK."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ECR",
10+
"description": "This release adds support for configuring cross-region and cross-account replication of your Amazon ECR images."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EMRcontainers",
15+
"description": "This release adds support for Amazon EMR on EKS, a simple way to run Spark on Kubernetes."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ForecastService",
20+
"description": "This release adds support for the Amazon Forecast Weather Index which can increase forecasting accuracy by automatically including weather forecasts in demand forecasts."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "HealthLake",
25+
"description": "This release introduces Amazon HealthLake (preview), a HIPAA-eligible service that enables healthcare and life sciences customers to store, transform, query, and analyze health data in the AWS Cloud."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Kendra",
30+
"description": "1. Amazon Kendra connector for Google Drive repositories 2. Amazon Kendra's relevance ranking models are regularly tuned for each customer by capturing end-user search patterns and feedback."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "QuickSight",
35+
"description": "Added new parameters for join optimization."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SageMaker",
40+
"description": "This feature helps you monitor model performance characteristics such as accuracy, identify undesired bias in your ML models, and explain model decisions better with explainability drift detection."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "SageMakerRuntime",
45+
"description": "This feature allows customers to invoke their endpoint with an inference ID. If used and data capture for the endpoint is enabled, this ID will be captured along with request data."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "SagemakerEdge",
50+
"description": "Amazon SageMaker Edge Manager makes it easy to optimize, secure, monitor, and maintain machine learning (ML) models across fleets of edge devices such as smart cameras, smart speakers, and robots."
51+
}
52+
]

CHANGELOG.md

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

5+
## 2.806.0
6+
* feature: AuditManager: AWS Audit Manager helps you continuously audit your AWS usage to simplify how you manage risk and compliance. This update releases the first version of the AWS Audit Manager APIs and SDK.
7+
* feature: ECR: This release adds support for configuring cross-region and cross-account replication of your Amazon ECR images.
8+
* feature: EMRcontainers: This release adds support for Amazon EMR on EKS, a simple way to run Spark on Kubernetes.
9+
* feature: ForecastService: This release adds support for the Amazon Forecast Weather Index which can increase forecasting accuracy by automatically including weather forecasts in demand forecasts.
10+
* feature: HealthLake: This release introduces Amazon HealthLake (preview), a HIPAA-eligible service that enables healthcare and life sciences customers to store, transform, query, and analyze health data in the AWS Cloud.
11+
* feature: Kendra: 1. Amazon Kendra connector for Google Drive repositories 2. Amazon Kendra's relevance ranking models are regularly tuned for each customer by capturing end-user search patterns and feedback.
12+
* feature: QuickSight: Added new parameters for join optimization.
13+
* feature: SageMaker: This feature helps you monitor model performance characteristics such as accuracy, identify undesired bias in your ML models, and explain model decisions better with explainability drift detection.
14+
* feature: SageMakerRuntime: This feature allows customers to invoke their endpoint with an inference ID. If used and data capture for the endpoint is enabled, this ID will be captured along with request data.
15+
* feature: SagemakerEdge: Amazon SageMaker Edge Manager makes it easy to optimize, secure, monitor, and maintain machine learning (ML) models across fleets of edge devices such as smart cameras, smart speakers, and robots.
16+
517
## 2.805.0
618
* bugfix: S3: fixed a bug where createPresignedPost could result in a process crash.
719
* feature: DMS: Added PreserveTransaction setting to preserve order of CDC for S3 as target. Added CsvNoSupValue setting to replace empty value for columns not included in the supplemental log for S3 as target.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.805.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.806.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)