Skip to content

Commit c38e641

Browse files
author
awstools
committed
Updates SDK to v2.1166.0
1 parent 2a87ec1 commit c38e641

37 files changed

+2118
-611
lines changed

.changes/2.1166.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": "Athena",
5+
"description": "This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AwsQueryCompatible",
10+
"description": "Add awsQueryCompatible trait support to service"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CustomerProfiles",
15+
"description": "This release adds the optional MinAllowedConfidenceScoreForMerging parameter to the CreateDomain, UpdateDomain, and GetAutoMergingPreview APIs in Customer Profiles. This parameter is used as a threshold to influence the profile auto-merging step of the Identity Resolution process."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EMR",
20+
"description": "This release adds support for the ExecutionRoleArn parameter in the AddJobFlowSteps and DescribeStep APIs. Customers can use ExecutionRoleArn to specify the IAM role used for each job they submit using the AddJobFlowSteps API."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Glue",
25+
"description": "This release adds tag as an input of CreateDatabase"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Kendra",
30+
"description": "Amazon Kendra now provides a data source connector for alfresco"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "MWAA",
35+
"description": "Documentation updates for Amazon Managed Workflows for Apache Airflow."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Pricing",
40+
"description": "Documentation update for GetProducts Response."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "WellArchitected",
45+
"description": "Added support for UpdateGlobalSettings API. Added status filter to ListWorkloadShares and ListLensShares."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "WorkMail",
50+
"description": "This release adds support for managing user availability configurations in Amazon WorkMail."
51+
}
52+
]

.changes/next-release/feature-AwsQueryCompatible-50f5060a.json

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

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.1165.0-->
2+
<!--LATEST=2.1166.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1166.0
6+
* feature: Athena: This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API.
7+
* feature: AwsQueryCompatible: Add awsQueryCompatible trait support to service
8+
* feature: CustomerProfiles: This release adds the optional MinAllowedConfidenceScoreForMerging parameter to the CreateDomain, UpdateDomain, and GetAutoMergingPreview APIs in Customer Profiles. This parameter is used as a threshold to influence the profile auto-merging step of the Identity Resolution process.
9+
* feature: EMR: This release adds support for the ExecutionRoleArn parameter in the AddJobFlowSteps and DescribeStep APIs. Customers can use ExecutionRoleArn to specify the IAM role used for each job they submit using the AddJobFlowSteps API.
10+
* feature: Glue: This release adds tag as an input of CreateDatabase
11+
* feature: Kendra: Amazon Kendra now provides a data source connector for alfresco
12+
* feature: MWAA: Documentation updates for Amazon Managed Workflows for Apache Airflow.
13+
* feature: Pricing: Documentation update for GetProducts Response.
14+
* feature: WellArchitected: Added support for UpdateGlobalSettings API. Added status filter to ListWorkloadShares and ListLensShares.
15+
* feature: WorkMail: This release adds support for managing user availability configurations in Amazon WorkMail.
16+
517
## 2.1165.0
618
* bugfix: ManagedUpload: fix MalformedXML error for relatively large file via managed upload
719
* feature: AppStream: Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs

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