Skip to content

Commit d21d111

Browse files
author
awstools
committed
Updates SDK to v2.1344.0
1 parent 1c27481 commit d21d111

37 files changed

+7468
-1601
lines changed

.changes/2.1344.0.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Athena",
5+
"description": "Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ChimeSDKVoice",
10+
"description": "Documentation updates for Amazon Chime SDK Voice."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Connect",
15+
"description": "This release introduces support for RelatedContactId in the StartChatContact API. Interactive message and interactive message response have been added to the list of supported message content types for this API as well."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IoTWireless",
20+
"description": "Introducing new APIs that enable Sidewalk devices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MediaLive",
25+
"description": "AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SecurityHub",
30+
"description": "Added new resource detail objects to ASFF, including resources for AwsEksCluster, AWSS3Bucket, AwsEc2RouteTable and AwsEC2Instance."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "ServiceCatalogAppRegistry",
35+
"description": "In this release, we started supporting ARN in applicationSpecifier and attributeGroupSpecifier. GetAttributeGroup, ListAttributeGroups and ListAttributeGroupsForApplication APIs will now have CreatedBy field in the response."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "VoiceID",
40+
"description": "Amazon Connect Voice ID now supports multiple fraudster watchlists. Every domain has a default watchlist where all existing fraudsters are placed by default. Custom watchlists may now be created, managed, and evaluated against for known fraudster detection."
41+
}
42+
]

CHANGELOG.md

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

5+
## 2.1344.0
6+
* feature: Athena: Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries.
7+
* feature: ChimeSDKVoice: Documentation updates for Amazon Chime SDK Voice.
8+
* feature: Connect: This release introduces support for RelatedContactId in the StartChatContact API. Interactive message and interactive message response have been added to the list of supported message content types for this API as well.
9+
* feature: IoTWireless: Introducing new APIs that enable Sidewalk devices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management.
10+
* feature: MediaLive: AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging.
11+
* feature: SecurityHub: Added new resource detail objects to ASFF, including resources for AwsEksCluster, AWSS3Bucket, AwsEc2RouteTable and AwsEC2Instance.
12+
* feature: ServiceCatalogAppRegistry: In this release, we started supporting ARN in applicationSpecifier and attributeGroupSpecifier. GetAttributeGroup, ListAttributeGroups and ListAttributeGroupsForApplication APIs will now have CreatedBy field in the response.
13+
* feature: VoiceID: Amazon Connect Voice ID now supports multiple fraudster watchlists. Every domain has a default watchlist where all existing fraudsters are placed by default. Custom watchlists may now be created, managed, and evaluated against for known fraudster detection.
14+
515
## 2.1343.0
616
* feature: Comprehend: This release adds a new field (FlywheelArn) to the EntitiesDetectionJobProperties object. The FlywheelArn field is returned in the DescribeEntitiesDetectionJob and ListEntitiesDetectionJobs responses when the EntitiesDetection job is started with a FlywheelArn instead of an EntityRecognizerArn .
717
* feature: RDS: Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7070
To use the SDK in the browser, simply add the following script tag to your
7171
HTML pages:
7272

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1343.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1344.0.min.js"></script>
7474

7575
You can also build a custom browser SDK with your specified set of AWS services.
7676
This can allow you to reduce the SDK's size, specify different API versions of

apis/athena-2017-05-18.min.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,9 @@
16641664
"ExecutionRole": {},
16651665
"CustomerContentEncryptionConfiguration": {
16661666
"shape": "S2g"
1667+
},
1668+
"EnableMinimumEncryptionConfiguration": {
1669+
"type": "boolean"
16671670
}
16681671
}
16691672
},
@@ -1910,6 +1913,9 @@
19101913
"ExecutionRole": {},
19111914
"CustomerContentEncryptionConfiguration": {
19121915
"shape": "S2g"
1916+
},
1917+
"EnableMinimumEncryptionConfiguration": {
1918+
"type": "boolean"
19131919
}
19141920
}
19151921
},

0 commit comments

Comments
 (0)