aws-sdk 2.1385.0 → 2.1387.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,24 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1385.0-->
2
+ <!--LATEST=2.1387.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1387.0
6
+ * feature: ChimeSDKVoice: Added optional CallLeg field to StartSpeakerSearchTask API request
7
+ * feature: Glue: Added Runtime parameter to allow selection of Ray Runtime
8
+ * feature: IoTFleetWise: Campaigns now support selecting Timestream or S3 as the data destination, Signal catalogs now support "Deprecation" keyword released in VSS v2.1 and "Comment" keyword released in VSS v3.0
9
+ * feature: Location: This release adds API support for political views for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
10
+ * feature: MemoryDB: Amazon MemoryDB for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0
11
+ * feature: Personalize: This release provides support for the exclusion of certain columns for training when creating a solution and creating or updating a recommender with Amazon Personalize.
12
+ * feature: Polly: Amazon Polly adds 2 new voices - Sofie (da-DK) and Niamh (en-IE)
13
+ * feature: SecurityHub: Added new resource detail objects to ASFF, including resources for AwsGuardDutyDetector, AwsAmazonMqBroker, AwsEventSchemasRegistry, AwsAppSyncGraphQlApi and AwsStepFunctionStateMachine.
14
+ * feature: SecurityLake: Log sources are now versioned. AWS log sources and custom sources will now come with a version identifier that enables producers to vend multiple schema versions to subscribers. Security Lake API have been refactored to more closely align with AWS API conventions.
15
+ * feature: WAFV2: This SDK release provides customers the ability to use Header Order as a field to match.
16
+
17
+ ## 2.1386.0
18
+ * feature: Connect: Documentation update for a new Initiation Method value in DescribeContact API
19
+ * feature: IoTWireless: Add Multicast Group support in Network Analyzer Configuration.
20
+ * feature: SageMaker: Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances.
21
+
5
22
  ## 2.1385.0
6
23
  * feature: ApplicationAutoScaling: With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
7
24
  * feature: CodePipeline: Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1385.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1387.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -2241,7 +2241,8 @@
2241
2241
  },
2242
2242
  "TransactionId": {},
2243
2243
  "VoiceProfileDomainId": {},
2244
- "ClientRequestToken": {}
2244
+ "ClientRequestToken": {},
2245
+ "CallLeg": {}
2245
2246
  }
2246
2247
  },
2247
2248
  "output": {