Skip to content

Commit

Permalink
Updates SDK to v2.1344.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 27, 2023
1 parent 1c27481 commit d21d111
Show file tree
Hide file tree
Showing 37 changed files with 7,468 additions and 1,601 deletions.
42 changes: 42 additions & 0 deletions .changes/2.1344.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "Athena",
"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."
},
{
"type": "feature",
"category": "ChimeSDKVoice",
"description": "Documentation updates for Amazon Chime SDK Voice."
},
{
"type": "feature",
"category": "Connect",
"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."
},
{
"type": "feature",
"category": "IoTWireless",
"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."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Added new resource detail objects to ASFF, including resources for AwsEksCluster, AWSS3Bucket, AwsEc2RouteTable and AwsEC2Instance."
},
{
"type": "feature",
"category": "ServiceCatalogAppRegistry",
"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."
},
{
"type": "feature",
"category": "VoiceID",
"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."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1343.0-->
<!--LATEST=2.1344.0-->
<!--ENTRYINSERT-->

## 2.1344.0
* 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.
* feature: ChimeSDKVoice: Documentation updates for Amazon Chime SDK Voice.
* 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.
* 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.
* feature: MediaLive: AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging.
* feature: SecurityHub: Added new resource detail objects to ASFF, including resources for AwsEksCluster, AWSS3Bucket, AwsEc2RouteTable and AwsEC2Instance.
* 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.
* 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.

## 2.1343.0
* 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 .
* feature: RDS: Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
6 changes: 6 additions & 0 deletions apis/athena-2017-05-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,9 @@
"ExecutionRole": {},
"CustomerContentEncryptionConfiguration": {
"shape": "S2g"
},
"EnableMinimumEncryptionConfiguration": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -1910,6 +1913,9 @@
"ExecutionRole": {},
"CustomerContentEncryptionConfiguration": {
"shape": "S2g"
},
"EnableMinimumEncryptionConfiguration": {
"type": "boolean"
}
}
},
Expand Down
Loading

0 comments on commit d21d111

Please sign in to comment.