Skip to content

Commit 7bad38c

Browse files
author
awstools
committed
Updates SDK to v2.1387.0
1 parent 3e813c5 commit 7bad38c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5627
-3392
lines changed

.changes/2.1387.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": "ChimeSDKVoice",
5+
"description": "Added optional CallLeg field to StartSpeakerSearchTask API request"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Glue",
10+
"description": "Added Runtime parameter to allow selection of Ray Runtime"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IoTFleetWise",
15+
"description": "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"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Location",
20+
"description": "This release adds API support for political views for the maps service APIs: CreateMap, UpdateMap, DescribeMap."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MemoryDB",
25+
"description": "Amazon MemoryDB for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Personalize",
30+
"description": "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."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Polly",
35+
"description": "Amazon Polly adds 2 new voices - Sofie (da-DK) and Niamh (en-IE)"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SecurityHub",
40+
"description": "Added new resource detail objects to ASFF, including resources for AwsGuardDutyDetector, AwsAmazonMqBroker, AwsEventSchemasRegistry, AwsAppSyncGraphQlApi and AwsStepFunctionStateMachine."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "SecurityLake",
45+
"description": "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."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "WAFV2",
50+
"description": "This SDK release provides customers the ability to use Header Order as a field to match."
51+
}
52+
]

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

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+
517
## 2.1386.0
618
* feature: Connect: Documentation update for a new Initiation Method value in DescribeContact API
719
* feature: IoTWireless: Add Multicast Group support in Network Analyzer Configuration.

README.md

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

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1386.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1387.0.min.js"></script>
7575

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

apis/chime-sdk-voice-2022-08-03.min.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,7 +2241,8 @@
22412241
},
22422242
"TransactionId": {},
22432243
"VoiceProfileDomainId": {},
2244-
"ClientRequestToken": {}
2244+
"ClientRequestToken": {},
2245+
"CallLeg": {}
22452246
}
22462247
},
22472248
"output": {

apis/chime-sdk-voice-2022-08-03.normal.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3820,6 +3820,13 @@
38203820
},
38213821
"documentation": "<p>The details of an Amazon Chime SDK Voice Connector call.</p>"
38223822
},
3823+
"CallLegType": {
3824+
"type": "string",
3825+
"enum": [
3826+
"Caller",
3827+
"Callee"
3828+
]
3829+
},
38233830
"CallingName": {
38243831
"type": "string",
38253832
"pattern": "^$|^[a-zA-Z0-9 ]{2,15}$",
@@ -6823,6 +6830,10 @@
68236830
"ClientRequestToken": {
68246831
"shape": "ClientRequestId",
68256832
"documentation": "<p>The unique identifier for the client request. Use a different token for different speaker search tasks.</p>"
6833+
},
6834+
"CallLeg": {
6835+
"shape": "CallLegType",
6836+
"documentation": "<p>Specifies which call leg to stream for speaker search.</p>"
68266837
}
68276838
}
68286839
},

0 commit comments

Comments
 (0)