aws-sdk 2.1449.0 → 2.1450.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 +6 -1
- package/README.md +1 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +222 -0
- package/apis/connect-2017-08-08.min.json +589 -186
- package/apis/connect-2017-08-08.paginators.json +12 -0
- package/clients/chimesdkmediapipelines.d.ts +201 -1
- package/clients/connect.d.ts +440 -13
- package/clients/identitystore.d.ts +26 -26
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +604 -189
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1450.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
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
|
+
|
5
10
|
## 2.1449.0
|
6
11
|
* feature: ChimeSDKMediaPipelines: This release adds support for feature Voice Enhancement for Call Recording as part of Amazon Chime SDK call analytics.
|
7
12
|
* feature: CloudHSM: Deprecating CloudHSM Classic API Service.
|
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.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1450.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
|
@@ -366,6 +366,70 @@
|
|
366
366
|
}
|
367
367
|
}
|
368
368
|
},
|
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
|
+
},
|
369
433
|
"ListMediaCapturePipelines": {
|
370
434
|
"http": {
|
371
435
|
"method": "GET",
|
@@ -507,6 +571,124 @@
|
|
507
571
|
}
|
508
572
|
}
|
509
573
|
},
|
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
|
+
},
|
510
692
|
"TagResource": {
|
511
693
|
"http": {
|
512
694
|
"requestUri": "/tags?operation=tag-resource",
|
@@ -1414,6 +1596,46 @@
|
|
1414
1596
|
"shape": "S1f"
|
1415
1597
|
}
|
1416
1598
|
}
|
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
|
+
}
|
1417
1639
|
}
|
1418
1640
|
}
|
1419
1641
|
}
|