Skip to content

Commit e9cc0bc

Browse files
author
awstools
committed
Updates SDK to v2.1032.0
1 parent 2ef74c7 commit e9cc0bc

Some content is hidden

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

50 files changed

+8507
-1310
lines changed

.changes/2.1032.0.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "EC2",
5+
"description": "Add customization for EC2 legacy dualstack endpoints"
6+
},
7+
{
8+
"type": "bugfix",
9+
"category": "S3/S3Control",
10+
"description": "Check for config.useDualstackEndpoint in customizations"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "AppConfig",
15+
"description": "Add Type to support feature flag configuration profiles"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AuditManager",
20+
"description": "This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Chime",
25+
"description": "Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "ChimeSDKMeetings",
30+
"description": "Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "CloudWatch",
35+
"description": "CloudWatch Anomaly Detection now supports anomaly detectors that use metric math as input."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "DataBrew",
40+
"description": "This SDK release adds the following new features: 1) PII detection in profile jobs, 2) Data quality rules, enabling validation of data quality in profile jobs, 3) SQL query-based datasets for Amazon Redshift and Snowflake data sources, and 4) Connecting DataBrew datasets with Amazon AppFlow flows."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "ForecastService",
45+
"description": "NEW CreateExplanability API that helps you understand how attributes such as price, promotion, etc. contributes to your forecasted values; NEW CreateAutoPredictor API that trains up to 40% more accurate forecasting model, saves up to 50% of retraining time, and provides model level explainability."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "IVS",
50+
"description": "Add APIs for retrieving stream session information and support for filtering live streams by health. For more information, see https://docs.aws.amazon.com/ivs/latest/userguide/stream-health.html"
51+
},
52+
{
53+
"type": "feature",
54+
"category": "Kafka",
55+
"description": "Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility."
56+
},
57+
{
58+
"type": "feature",
59+
"category": "Lambda",
60+
"description": "Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings."
61+
},
62+
{
63+
"type": "feature",
64+
"category": "LexModelsV2",
65+
"description": "Added support for Polly Neural TTS (NTTS) voices. Customers can choose between 'standard' and 'neural' for Polly Engine configuration per locale when creating or updating an Amazon Lex bot."
66+
},
67+
{
68+
"type": "feature",
69+
"category": "RedshiftData",
70+
"description": "Rolling back Data API serverless features until dependencies are live."
71+
}
72+
]

.changes/next-release/bugfix-EC2-a3dc85ca.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/bugfix-S3-S3Control-30d32e7a.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1032.0
6+
* bugfix: EC2: Add customization for EC2 legacy dualstack endpoints
7+
* bugfix: S3/S3Control: Check for config.useDualstackEndpoint in customizations
8+
* feature: AppConfig: Add Type to support feature flag configuration profiles
9+
* feature: AuditManager: This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated.
10+
* feature: Chime: Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
11+
* feature: ChimeSDKMeetings: Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
12+
* feature: CloudWatch: CloudWatch Anomaly Detection now supports anomaly detectors that use metric math as input.
13+
* feature: DataBrew: This SDK release adds the following new features: 1) PII detection in profile jobs, 2) Data quality rules, enabling validation of data quality in profile jobs, 3) SQL query-based datasets for Amazon Redshift and Snowflake data sources, and 4) Connecting DataBrew datasets with Amazon AppFlow flows.
14+
* feature: ForecastService: NEW CreateExplanability API that helps you understand how attributes such as price, promotion, etc. contributes to your forecasted values; NEW CreateAutoPredictor API that trains up to 40% more accurate forecasting model, saves up to 50% of retraining time, and provides model level explainability.
15+
* feature: IVS: Add APIs for retrieving stream session information and support for filtering live streams by health. For more information, see https://docs.aws.amazon.com/ivs/latest/userguide/stream-health.html
16+
* feature: Kafka: Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility.
17+
* feature: Lambda: Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings.
18+
* feature: LexModelsV2: Added support for Polly Neural TTS (NTTS) voices. Customers can choose between 'standard' and 'neural' for Polly Engine configuration per locale when creating or updating an Amazon Lex bot.
19+
* feature: RedshiftData: Rolling back Data API serverless features until dependencies are live.
20+
521
## 2.1031.0
622
* bugfix: S3: Support FIPS for S3 Accesspoint & Object Lambda
723
* feature: AmplifyBackend: New APIs to support the Amplify Storage category. Add and manage file storage in your Amplify app backend.

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