aws-sdk 2.1343.0 → 2.1345.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,22 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1343.0-->
2
+ <!--LATEST=2.1345.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1345.0
6
+ * feature: IotData: Add endpoint ruleset support for cn-north-1.
7
+ * feature: SSMContacts: This release adds 12 new APIs as part of Oncall Schedule feature release, adds support for a new contact type: ONCALL_SCHEDULE. Check public documentation for AWS ssm-contacts for more information
8
+ * feature: SSMIncidents: Increased maximum length of "TriggerDetails.rawData" to 10K characters and "IncidentSummary" to 8K characters.
9
+
10
+ ## 2.1344.0
11
+ * 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.
12
+ * feature: ChimeSDKVoice: Documentation updates for Amazon Chime SDK Voice.
13
+ * 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.
14
+ * 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.
15
+ * feature: MediaLive: AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging.
16
+ * feature: SecurityHub: Added new resource detail objects to ASFF, including resources for AwsEksCluster, AWSS3Bucket, AwsEc2RouteTable and AwsEC2Instance.
17
+ * 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.
18
+ * 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.
19
+
5
20
  ## 2.1343.0
6
21
  * 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 .
7
22
  * feature: RDS: Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails.
package/README.md CHANGED
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
70
70
  To use the SDK in the browser, simply add the following script tag to your
71
71
  HTML pages:
72
72
 
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.1345.0.min.js"></script>
74
74
 
75
75
  You can also build a custom browser SDK with your specified set of AWS services.
76
76
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1664,6 +1664,9 @@
1664
1664
  "ExecutionRole": {},
1665
1665
  "CustomerContentEncryptionConfiguration": {
1666
1666
  "shape": "S2g"
1667
+ },
1668
+ "EnableMinimumEncryptionConfiguration": {
1669
+ "type": "boolean"
1667
1670
  }
1668
1671
  }
1669
1672
  },
@@ -1910,6 +1913,9 @@
1910
1913
  "ExecutionRole": {},
1911
1914
  "CustomerContentEncryptionConfiguration": {
1912
1915
  "shape": "S2g"
1916
+ },
1917
+ "EnableMinimumEncryptionConfiguration": {
1918
+ "type": "boolean"
1913
1919
  }
1914
1920
  }
1915
1921
  },
@@ -5007,7 +5007,8 @@
5007
5007
  "RehydrationType": {},
5008
5008
  "SourceContactId": {}
5009
5009
  }
5010
- }
5010
+ },
5011
+ "RelatedContactId": {}
5011
5012
  }
5012
5013
  },
5013
5014
  "output": {