Skip to content

Commit 39e7e8a

Browse files
author
awstools
committed
Updates SDK to v2.1450.0
1 parent e53e02d commit 39e7e8a

19 files changed

+3702
-576
lines changed

.changes/2.1450.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ChimeSDKMediaPipelines",
5+
"description": "This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IdentityStore",
15+
"description": "New Identity Store content for China Region launch"
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1450.0
6+
* feature: ChimeSDKMediaPipelines: This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics.
7+
* feature: Connect: Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions.
8+
* feature: IdentityStore: New Identity Store content for China Region launch
9+
510
## 2.1449.0
611
* feature: ChimeSDKMediaPipelines: This release adds support for feature Voice Enhancement for Call Recording as part of Amazon Chime SDK call analytics.
712
* feature: CloudHSM: Deprecating CloudHSM Classic API Service.

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.1449.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1450.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-media-pipelines-2021-07-15.min.json

Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,70 @@
366366
}
367367
}
368368
},
369+
"GetSpeakerSearchTask": {
370+
"http": {
371+
"method": "GET",
372+
"requestUri": "/media-insights-pipelines/{identifier}/speaker-search-tasks/{speakerSearchTaskId}",
373+
"responseCode": 200
374+
},
375+
"input": {
376+
"type": "structure",
377+
"required": [
378+
"Identifier",
379+
"SpeakerSearchTaskId"
380+
],
381+
"members": {
382+
"Identifier": {
383+
"location": "uri",
384+
"locationName": "identifier"
385+
},
386+
"SpeakerSearchTaskId": {
387+
"location": "uri",
388+
"locationName": "speakerSearchTaskId"
389+
}
390+
}
391+
},
392+
"output": {
393+
"type": "structure",
394+
"members": {
395+
"SpeakerSearchTask": {
396+
"shape": "S4x"
397+
}
398+
}
399+
}
400+
},
401+
"GetVoiceToneAnalysisTask": {
402+
"http": {
403+
"method": "GET",
404+
"requestUri": "/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks/{voiceToneAnalysisTaskId}",
405+
"responseCode": 200
406+
},
407+
"input": {
408+
"type": "structure",
409+
"required": [
410+
"Identifier",
411+
"VoiceToneAnalysisTaskId"
412+
],
413+
"members": {
414+
"Identifier": {
415+
"location": "uri",
416+
"locationName": "identifier"
417+
},
418+
"VoiceToneAnalysisTaskId": {
419+
"location": "uri",
420+
"locationName": "voiceToneAnalysisTaskId"
421+
}
422+
}
423+
},
424+
"output": {
425+
"type": "structure",
426+
"members": {
427+
"VoiceToneAnalysisTask": {
428+
"shape": "S51"
429+
}
430+
}
431+
}
432+
},
369433
"ListMediaCapturePipelines": {
370434
"http": {
371435
"method": "GET",
@@ -507,6 +571,124 @@
507571
}
508572
}
509573
},
574+
"StartSpeakerSearchTask": {
575+
"http": {
576+
"requestUri": "/media-insights-pipelines/{identifier}/speaker-search-tasks?operation=start",
577+
"responseCode": 201
578+
},
579+
"input": {
580+
"type": "structure",
581+
"required": [
582+
"Identifier",
583+
"VoiceProfileDomainArn"
584+
],
585+
"members": {
586+
"Identifier": {
587+
"location": "uri",
588+
"locationName": "identifier"
589+
},
590+
"VoiceProfileDomainArn": {
591+
"shape": "S3"
592+
},
593+
"KinesisVideoStreamSourceTaskConfiguration": {
594+
"shape": "S5i"
595+
},
596+
"ClientRequestToken": {
597+
"shape": "S5",
598+
"idempotencyToken": true
599+
}
600+
}
601+
},
602+
"output": {
603+
"type": "structure",
604+
"members": {
605+
"SpeakerSearchTask": {
606+
"shape": "S4x"
607+
}
608+
}
609+
}
610+
},
611+
"StartVoiceToneAnalysisTask": {
612+
"http": {
613+
"requestUri": "/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks?operation=start",
614+
"responseCode": 201
615+
},
616+
"input": {
617+
"type": "structure",
618+
"required": [
619+
"Identifier",
620+
"LanguageCode"
621+
],
622+
"members": {
623+
"Identifier": {
624+
"location": "uri",
625+
"locationName": "identifier"
626+
},
627+
"LanguageCode": {},
628+
"KinesisVideoStreamSourceTaskConfiguration": {
629+
"shape": "S5i"
630+
},
631+
"ClientRequestToken": {
632+
"shape": "S5",
633+
"idempotencyToken": true
634+
}
635+
}
636+
},
637+
"output": {
638+
"type": "structure",
639+
"members": {
640+
"VoiceToneAnalysisTask": {
641+
"shape": "S51"
642+
}
643+
}
644+
}
645+
},
646+
"StopSpeakerSearchTask": {
647+
"http": {
648+
"requestUri": "/media-insights-pipelines/{identifier}/speaker-search-tasks/{speakerSearchTaskId}?operation=stop",
649+
"responseCode": 204
650+
},
651+
"input": {
652+
"type": "structure",
653+
"required": [
654+
"Identifier",
655+
"SpeakerSearchTaskId"
656+
],
657+
"members": {
658+
"Identifier": {
659+
"location": "uri",
660+
"locationName": "identifier"
661+
},
662+
"SpeakerSearchTaskId": {
663+
"location": "uri",
664+
"locationName": "speakerSearchTaskId"
665+
}
666+
}
667+
}
668+
},
669+
"StopVoiceToneAnalysisTask": {
670+
"http": {
671+
"requestUri": "/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks/{voiceToneAnalysisTaskId}?operation=stop",
672+
"responseCode": 204
673+
},
674+
"input": {
675+
"type": "structure",
676+
"required": [
677+
"Identifier",
678+
"VoiceToneAnalysisTaskId"
679+
],
680+
"members": {
681+
"Identifier": {
682+
"location": "uri",
683+
"locationName": "identifier"
684+
},
685+
"VoiceToneAnalysisTaskId": {
686+
"location": "uri",
687+
"locationName": "voiceToneAnalysisTaskId"
688+
}
689+
}
690+
}
691+
},
510692
"TagResource": {
511693
"http": {
512694
"requestUri": "/tags?operation=tag-resource",
@@ -1414,6 +1596,46 @@
14141596
"shape": "S1f"
14151597
}
14161598
}
1599+
},
1600+
"S4x": {
1601+
"type": "structure",
1602+
"members": {
1603+
"SpeakerSearchTaskId": {},
1604+
"SpeakerSearchTaskStatus": {},
1605+
"CreatedTimestamp": {
1606+
"shape": "S1f"
1607+
},
1608+
"UpdatedTimestamp": {
1609+
"shape": "S1f"
1610+
}
1611+
}
1612+
},
1613+
"S51": {
1614+
"type": "structure",
1615+
"members": {
1616+
"VoiceToneAnalysisTaskId": {},
1617+
"VoiceToneAnalysisTaskStatus": {},
1618+
"CreatedTimestamp": {
1619+
"shape": "S1f"
1620+
},
1621+
"UpdatedTimestamp": {
1622+
"shape": "S1f"
1623+
}
1624+
}
1625+
},
1626+
"S5i": {
1627+
"type": "structure",
1628+
"required": [
1629+
"StreamArn",
1630+
"ChannelId"
1631+
],
1632+
"members": {
1633+
"StreamArn": {},
1634+
"ChannelId": {
1635+
"type": "integer"
1636+
},
1637+
"FragmentNumber": {}
1638+
}
14171639
}
14181640
}
14191641
}

0 commit comments

Comments
 (0)