aws-sdk-chimesdkmediapipelines 1.11.0 → 1.13.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chimesdkmediapipelines/client.rb +283 -15
- data/lib/aws-sdk-chimesdkmediapipelines/client_api.rb +182 -0
- data/lib/aws-sdk-chimesdkmediapipelines/endpoints.rb +84 -0
- data/lib/aws-sdk-chimesdkmediapipelines/plugins/endpoints.rb +12 -0
- data/lib/aws-sdk-chimesdkmediapipelines/types.rb +326 -6
- data/lib/aws-sdk-chimesdkmediapipelines.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3c74e2b71fa3e83c1d5cdc447d806460ed214464291935dfc7f9d02e9b2379d
|
4
|
+
data.tar.gz: 998b77b7e9775f625661688d5ed30266d1a57a86e994ae8e583e7e3e9ab943ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a06ae80e3b2743eb8d0e399397970cf457da1b4afc099d9fd8e10edd2471168cfa572ab6c0f7afeb562b36e9a0bf03d3ece8b70e1a738fe30f5f5da5d96ea1b0
|
7
|
+
data.tar.gz: 67fb10bbc6a952b2e2a436823b94edc70cc1109cea9290256cb5999d20460c58e8c957d4d1070c8055e0da2fb4a50e0026721ab4cad126247e6bbb0a4a998014
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.13.0 (2023-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics.
|
8
|
+
|
9
|
+
1.12.0 (2023-08-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for feature Voice Enhancement for Call Recording as part of Amazon Chime SDK call analytics.
|
13
|
+
|
4
14
|
1.11.0 (2023-07-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.13.0
|
@@ -498,7 +498,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
498
498
|
# resp.media_capture_pipeline.media_pipeline_arn #=> String
|
499
499
|
# resp.media_capture_pipeline.source_type #=> String, one of "ChimeSdkMeeting"
|
500
500
|
# resp.media_capture_pipeline.source_arn #=> String
|
501
|
-
# resp.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
501
|
+
# resp.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused", "NotStarted"
|
502
502
|
# resp.media_capture_pipeline.sink_type #=> String, one of "S3Bucket"
|
503
503
|
# resp.media_capture_pipeline.sink_arn #=> String
|
504
504
|
# resp.media_capture_pipeline.created_timestamp #=> Time
|
@@ -635,7 +635,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
635
635
|
# resp.media_concatenation_pipeline.sinks #=> Array
|
636
636
|
# resp.media_concatenation_pipeline.sinks[0].type #=> String, one of "S3Bucket"
|
637
637
|
# resp.media_concatenation_pipeline.sinks[0].s3_bucket_sink_configuration.destination #=> String
|
638
|
-
# resp.media_concatenation_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
638
|
+
# resp.media_concatenation_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused", "NotStarted"
|
639
639
|
# resp.media_concatenation_pipeline.created_timestamp #=> Time
|
640
640
|
# resp.media_concatenation_pipeline.updated_timestamp #=> Time
|
641
641
|
#
|
@@ -741,7 +741,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
741
741
|
# resp.media_insights_pipeline.media_pipeline_id #=> String
|
742
742
|
# resp.media_insights_pipeline.media_pipeline_arn #=> String
|
743
743
|
# resp.media_insights_pipeline.media_insights_pipeline_configuration_arn #=> String
|
744
|
-
# resp.media_insights_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
744
|
+
# resp.media_insights_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused", "NotStarted"
|
745
745
|
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams #=> Array
|
746
746
|
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_arn #=> String
|
747
747
|
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].fragment_number #=> String
|
@@ -761,6 +761,9 @@ module Aws::ChimeSDKMediaPipelines
|
|
761
761
|
# resp.media_insights_pipeline.s3_recording_sink_runtime_configuration.destination #=> String
|
762
762
|
# resp.media_insights_pipeline.s3_recording_sink_runtime_configuration.recording_file_format #=> String, one of "Wav", "Opus"
|
763
763
|
# resp.media_insights_pipeline.created_timestamp #=> Time
|
764
|
+
# resp.media_insights_pipeline.element_statuses #=> Array
|
765
|
+
# resp.media_insights_pipeline.element_statuses[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink", "VoiceEnhancementSink"
|
766
|
+
# resp.media_insights_pipeline.element_statuses[0].status #=> String, one of "NotStarted", "NotSupported", "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
764
767
|
#
|
765
768
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline AWS API Documentation
|
766
769
|
#
|
@@ -832,7 +835,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
832
835
|
# },
|
833
836
|
# elements: [ # required
|
834
837
|
# {
|
835
|
-
# type: "AmazonTranscribeCallAnalyticsProcessor", # required, accepts AmazonTranscribeCallAnalyticsProcessor, VoiceAnalyticsProcessor, AmazonTranscribeProcessor, KinesisDataStreamSink, LambdaFunctionSink, SqsQueueSink, SnsTopicSink, S3RecordingSink
|
838
|
+
# type: "AmazonTranscribeCallAnalyticsProcessor", # required, accepts AmazonTranscribeCallAnalyticsProcessor, VoiceAnalyticsProcessor, AmazonTranscribeProcessor, KinesisDataStreamSink, LambdaFunctionSink, SqsQueueSink, SnsTopicSink, S3RecordingSink, VoiceEnhancementSink
|
836
839
|
# amazon_transcribe_call_analytics_processor_configuration: {
|
837
840
|
# language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR
|
838
841
|
# vocabulary_name: "VocabularyName",
|
@@ -892,6 +895,9 @@ module Aws::ChimeSDKMediaPipelines
|
|
892
895
|
# sns_topic_sink_configuration: {
|
893
896
|
# insights_target: "Arn",
|
894
897
|
# },
|
898
|
+
# voice_enhancement_sink_configuration: {
|
899
|
+
# disabled: false,
|
900
|
+
# },
|
895
901
|
# },
|
896
902
|
# ],
|
897
903
|
# tags: [
|
@@ -920,7 +926,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
920
926
|
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.time_period #=> Integer
|
921
927
|
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].issue_detection_configuration.rule_name #=> String
|
922
928
|
# resp.media_insights_pipeline_configuration.elements #=> Array
|
923
|
-
# resp.media_insights_pipeline_configuration.elements[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink"
|
929
|
+
# resp.media_insights_pipeline_configuration.elements[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink", "VoiceEnhancementSink"
|
924
930
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
925
931
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_name #=> String
|
926
932
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_filter_name #=> String
|
@@ -963,6 +969,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
963
969
|
# resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
|
964
970
|
# resp.media_insights_pipeline_configuration.elements[0].sqs_queue_sink_configuration.insights_target #=> String
|
965
971
|
# resp.media_insights_pipeline_configuration.elements[0].sns_topic_sink_configuration.insights_target #=> String
|
972
|
+
# resp.media_insights_pipeline_configuration.elements[0].voice_enhancement_sink_configuration.disabled #=> Boolean
|
966
973
|
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_id #=> String
|
967
974
|
# resp.media_insights_pipeline_configuration.created_timestamp #=> Time
|
968
975
|
# resp.media_insights_pipeline_configuration.updated_timestamp #=> Time
|
@@ -1102,7 +1109,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1102
1109
|
# resp.media_live_connector_pipeline.sinks[0].rtmp_configuration.audio_sample_rate #=> String
|
1103
1110
|
# resp.media_live_connector_pipeline.media_pipeline_id #=> String
|
1104
1111
|
# resp.media_live_connector_pipeline.media_pipeline_arn #=> String
|
1105
|
-
# resp.media_live_connector_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
1112
|
+
# resp.media_live_connector_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused", "NotStarted"
|
1106
1113
|
# resp.media_live_connector_pipeline.created_timestamp #=> Time
|
1107
1114
|
# resp.media_live_connector_pipeline.updated_timestamp #=> Time
|
1108
1115
|
#
|
@@ -1203,7 +1210,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1203
1210
|
# resp.media_capture_pipeline.media_pipeline_arn #=> String
|
1204
1211
|
# resp.media_capture_pipeline.source_type #=> String, one of "ChimeSdkMeeting"
|
1205
1212
|
# resp.media_capture_pipeline.source_arn #=> String
|
1206
|
-
# resp.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
1213
|
+
# resp.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused", "NotStarted"
|
1207
1214
|
# resp.media_capture_pipeline.sink_type #=> String, one of "S3Bucket"
|
1208
1215
|
# resp.media_capture_pipeline.sink_arn #=> String
|
1209
1216
|
# resp.media_capture_pipeline.created_timestamp #=> Time
|
@@ -1278,7 +1285,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1278
1285
|
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.time_period #=> Integer
|
1279
1286
|
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].issue_detection_configuration.rule_name #=> String
|
1280
1287
|
# resp.media_insights_pipeline_configuration.elements #=> Array
|
1281
|
-
# resp.media_insights_pipeline_configuration.elements[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink"
|
1288
|
+
# resp.media_insights_pipeline_configuration.elements[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink", "VoiceEnhancementSink"
|
1282
1289
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
1283
1290
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_name #=> String
|
1284
1291
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_filter_name #=> String
|
@@ -1321,6 +1328,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1321
1328
|
# resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
|
1322
1329
|
# resp.media_insights_pipeline_configuration.elements[0].sqs_queue_sink_configuration.insights_target #=> String
|
1323
1330
|
# resp.media_insights_pipeline_configuration.elements[0].sns_topic_sink_configuration.insights_target #=> String
|
1331
|
+
# resp.media_insights_pipeline_configuration.elements[0].voice_enhancement_sink_configuration.disabled #=> Boolean
|
1324
1332
|
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_id #=> String
|
1325
1333
|
# resp.media_insights_pipeline_configuration.created_timestamp #=> Time
|
1326
1334
|
# resp.media_insights_pipeline_configuration.updated_timestamp #=> Time
|
@@ -1355,7 +1363,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1355
1363
|
# resp.media_pipeline.media_capture_pipeline.media_pipeline_arn #=> String
|
1356
1364
|
# resp.media_pipeline.media_capture_pipeline.source_type #=> String, one of "ChimeSdkMeeting"
|
1357
1365
|
# resp.media_pipeline.media_capture_pipeline.source_arn #=> String
|
1358
|
-
# resp.media_pipeline.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
1366
|
+
# resp.media_pipeline.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused", "NotStarted"
|
1359
1367
|
# resp.media_pipeline.media_capture_pipeline.sink_type #=> String, one of "S3Bucket"
|
1360
1368
|
# resp.media_pipeline.media_capture_pipeline.sink_arn #=> String
|
1361
1369
|
# resp.media_pipeline.media_capture_pipeline.created_timestamp #=> Time
|
@@ -1420,7 +1428,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1420
1428
|
# resp.media_pipeline.media_live_connector_pipeline.sinks[0].rtmp_configuration.audio_sample_rate #=> String
|
1421
1429
|
# resp.media_pipeline.media_live_connector_pipeline.media_pipeline_id #=> String
|
1422
1430
|
# resp.media_pipeline.media_live_connector_pipeline.media_pipeline_arn #=> String
|
1423
|
-
# resp.media_pipeline.media_live_connector_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
1431
|
+
# resp.media_pipeline.media_live_connector_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused", "NotStarted"
|
1424
1432
|
# resp.media_pipeline.media_live_connector_pipeline.created_timestamp #=> Time
|
1425
1433
|
# resp.media_pipeline.media_live_connector_pipeline.updated_timestamp #=> Time
|
1426
1434
|
# resp.media_pipeline.media_concatenation_pipeline.media_pipeline_id #=> String
|
@@ -1438,13 +1446,13 @@ module Aws::ChimeSDKMediaPipelines
|
|
1438
1446
|
# resp.media_pipeline.media_concatenation_pipeline.sinks #=> Array
|
1439
1447
|
# resp.media_pipeline.media_concatenation_pipeline.sinks[0].type #=> String, one of "S3Bucket"
|
1440
1448
|
# resp.media_pipeline.media_concatenation_pipeline.sinks[0].s3_bucket_sink_configuration.destination #=> String
|
1441
|
-
# resp.media_pipeline.media_concatenation_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
1449
|
+
# resp.media_pipeline.media_concatenation_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused", "NotStarted"
|
1442
1450
|
# resp.media_pipeline.media_concatenation_pipeline.created_timestamp #=> Time
|
1443
1451
|
# resp.media_pipeline.media_concatenation_pipeline.updated_timestamp #=> Time
|
1444
1452
|
# resp.media_pipeline.media_insights_pipeline.media_pipeline_id #=> String
|
1445
1453
|
# resp.media_pipeline.media_insights_pipeline.media_pipeline_arn #=> String
|
1446
1454
|
# resp.media_pipeline.media_insights_pipeline.media_insights_pipeline_configuration_arn #=> String
|
1447
|
-
# resp.media_pipeline.media_insights_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
1455
|
+
# resp.media_pipeline.media_insights_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused", "NotStarted"
|
1448
1456
|
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams #=> Array
|
1449
1457
|
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_arn #=> String
|
1450
1458
|
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].fragment_number #=> String
|
@@ -1464,6 +1472,9 @@ module Aws::ChimeSDKMediaPipelines
|
|
1464
1472
|
# resp.media_pipeline.media_insights_pipeline.s3_recording_sink_runtime_configuration.destination #=> String
|
1465
1473
|
# resp.media_pipeline.media_insights_pipeline.s3_recording_sink_runtime_configuration.recording_file_format #=> String, one of "Wav", "Opus"
|
1466
1474
|
# resp.media_pipeline.media_insights_pipeline.created_timestamp #=> Time
|
1475
|
+
# resp.media_pipeline.media_insights_pipeline.element_statuses #=> Array
|
1476
|
+
# resp.media_pipeline.media_insights_pipeline.element_statuses[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink", "VoiceEnhancementSink"
|
1477
|
+
# resp.media_pipeline.media_insights_pipeline.element_statuses[0].status #=> String, one of "NotStarted", "NotSupported", "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
1467
1478
|
#
|
1468
1479
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline AWS API Documentation
|
1469
1480
|
#
|
@@ -1474,6 +1485,78 @@ module Aws::ChimeSDKMediaPipelines
|
|
1474
1485
|
req.send_request(options)
|
1475
1486
|
end
|
1476
1487
|
|
1488
|
+
# Retrieves the details of the specified speaker search task.
|
1489
|
+
#
|
1490
|
+
# @option params [required, String] :identifier
|
1491
|
+
# The unique identifier of the resource to be updated. Valid values
|
1492
|
+
# include the ID and ARN of the media insights pipeline.
|
1493
|
+
#
|
1494
|
+
# @option params [required, String] :speaker_search_task_id
|
1495
|
+
# The ID of the speaker search task.
|
1496
|
+
#
|
1497
|
+
# @return [Types::GetSpeakerSearchTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1498
|
+
#
|
1499
|
+
# * {Types::GetSpeakerSearchTaskResponse#speaker_search_task #speaker_search_task} => Types::SpeakerSearchTask
|
1500
|
+
#
|
1501
|
+
# @example Request syntax with placeholder values
|
1502
|
+
#
|
1503
|
+
# resp = client.get_speaker_search_task({
|
1504
|
+
# identifier: "NonEmptyString", # required
|
1505
|
+
# speaker_search_task_id: "GuidString", # required
|
1506
|
+
# })
|
1507
|
+
#
|
1508
|
+
# @example Response structure
|
1509
|
+
#
|
1510
|
+
# resp.speaker_search_task.speaker_search_task_id #=> String
|
1511
|
+
# resp.speaker_search_task.speaker_search_task_status #=> String, one of "NotStarted", "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
1512
|
+
# resp.speaker_search_task.created_timestamp #=> Time
|
1513
|
+
# resp.speaker_search_task.updated_timestamp #=> Time
|
1514
|
+
#
|
1515
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetSpeakerSearchTask AWS API Documentation
|
1516
|
+
#
|
1517
|
+
# @overload get_speaker_search_task(params = {})
|
1518
|
+
# @param [Hash] params ({})
|
1519
|
+
def get_speaker_search_task(params = {}, options = {})
|
1520
|
+
req = build_request(:get_speaker_search_task, params)
|
1521
|
+
req.send_request(options)
|
1522
|
+
end
|
1523
|
+
|
1524
|
+
# Retrieves the details of a voice tone analysis task.
|
1525
|
+
#
|
1526
|
+
# @option params [required, String] :identifier
|
1527
|
+
# The unique identifier of the resource to be updated. Valid values
|
1528
|
+
# include the ID and ARN of the media insights pipeline.
|
1529
|
+
#
|
1530
|
+
# @option params [required, String] :voice_tone_analysis_task_id
|
1531
|
+
# The ID of the voice tone anlysis task.
|
1532
|
+
#
|
1533
|
+
# @return [Types::GetVoiceToneAnalysisTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1534
|
+
#
|
1535
|
+
# * {Types::GetVoiceToneAnalysisTaskResponse#voice_tone_analysis_task #voice_tone_analysis_task} => Types::VoiceToneAnalysisTask
|
1536
|
+
#
|
1537
|
+
# @example Request syntax with placeholder values
|
1538
|
+
#
|
1539
|
+
# resp = client.get_voice_tone_analysis_task({
|
1540
|
+
# identifier: "NonEmptyString", # required
|
1541
|
+
# voice_tone_analysis_task_id: "GuidString", # required
|
1542
|
+
# })
|
1543
|
+
#
|
1544
|
+
# @example Response structure
|
1545
|
+
#
|
1546
|
+
# resp.voice_tone_analysis_task.voice_tone_analysis_task_id #=> String
|
1547
|
+
# resp.voice_tone_analysis_task.voice_tone_analysis_task_status #=> String, one of "NotStarted", "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
1548
|
+
# resp.voice_tone_analysis_task.created_timestamp #=> Time
|
1549
|
+
# resp.voice_tone_analysis_task.updated_timestamp #=> Time
|
1550
|
+
#
|
1551
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetVoiceToneAnalysisTask AWS API Documentation
|
1552
|
+
#
|
1553
|
+
# @overload get_voice_tone_analysis_task(params = {})
|
1554
|
+
# @param [Hash] params ({})
|
1555
|
+
def get_voice_tone_analysis_task(params = {}, options = {})
|
1556
|
+
req = build_request(:get_voice_tone_analysis_task, params)
|
1557
|
+
req.send_request(options)
|
1558
|
+
end
|
1559
|
+
|
1477
1560
|
# Returns a list of media pipelines.
|
1478
1561
|
#
|
1479
1562
|
# @option params [String] :next_token
|
@@ -1622,6 +1705,187 @@ module Aws::ChimeSDKMediaPipelines
|
|
1622
1705
|
req.send_request(options)
|
1623
1706
|
end
|
1624
1707
|
|
1708
|
+
# Starts a speaker search task.
|
1709
|
+
#
|
1710
|
+
# Before starting any speaker search tasks, you must provide all notices
|
1711
|
+
# and obtain all consents from the speaker as required under applicable
|
1712
|
+
# privacy and biometrics laws, and as required under the [AWS service
|
1713
|
+
# terms][1] for the Amazon Chime SDK.
|
1714
|
+
#
|
1715
|
+
#
|
1716
|
+
#
|
1717
|
+
# [1]: https://aws.amazon.com/service-terms/
|
1718
|
+
#
|
1719
|
+
# @option params [required, String] :identifier
|
1720
|
+
# The unique identifier of the resource to be updated. Valid values
|
1721
|
+
# include the ID and ARN of the media insights pipeline.
|
1722
|
+
#
|
1723
|
+
# @option params [required, String] :voice_profile_domain_arn
|
1724
|
+
# The ARN of the voice profile domain that will store the voice profile.
|
1725
|
+
#
|
1726
|
+
# @option params [Types::KinesisVideoStreamSourceTaskConfiguration] :kinesis_video_stream_source_task_configuration
|
1727
|
+
# The task configuration for the Kinesis video stream source of the
|
1728
|
+
# media insights pipeline.
|
1729
|
+
#
|
1730
|
+
# @option params [String] :client_request_token
|
1731
|
+
# The unique identifier for the client request. Use a different token
|
1732
|
+
# for different speaker search tasks.
|
1733
|
+
#
|
1734
|
+
# **A suitable default value is auto-generated.** You should normally
|
1735
|
+
# not need to pass this option.**
|
1736
|
+
#
|
1737
|
+
# @return [Types::StartSpeakerSearchTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1738
|
+
#
|
1739
|
+
# * {Types::StartSpeakerSearchTaskResponse#speaker_search_task #speaker_search_task} => Types::SpeakerSearchTask
|
1740
|
+
#
|
1741
|
+
# @example Request syntax with placeholder values
|
1742
|
+
#
|
1743
|
+
# resp = client.start_speaker_search_task({
|
1744
|
+
# identifier: "NonEmptyString", # required
|
1745
|
+
# voice_profile_domain_arn: "Arn", # required
|
1746
|
+
# kinesis_video_stream_source_task_configuration: {
|
1747
|
+
# stream_arn: "KinesisVideoStreamArn", # required
|
1748
|
+
# channel_id: 1, # required
|
1749
|
+
# fragment_number: "FragmentNumberString",
|
1750
|
+
# },
|
1751
|
+
# client_request_token: "ClientRequestToken",
|
1752
|
+
# })
|
1753
|
+
#
|
1754
|
+
# @example Response structure
|
1755
|
+
#
|
1756
|
+
# resp.speaker_search_task.speaker_search_task_id #=> String
|
1757
|
+
# resp.speaker_search_task.speaker_search_task_status #=> String, one of "NotStarted", "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
1758
|
+
# resp.speaker_search_task.created_timestamp #=> Time
|
1759
|
+
# resp.speaker_search_task.updated_timestamp #=> Time
|
1760
|
+
#
|
1761
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/StartSpeakerSearchTask AWS API Documentation
|
1762
|
+
#
|
1763
|
+
# @overload start_speaker_search_task(params = {})
|
1764
|
+
# @param [Hash] params ({})
|
1765
|
+
def start_speaker_search_task(params = {}, options = {})
|
1766
|
+
req = build_request(:start_speaker_search_task, params)
|
1767
|
+
req.send_request(options)
|
1768
|
+
end
|
1769
|
+
|
1770
|
+
# Starts a voice tone analysis task. For more information about voice
|
1771
|
+
# tone analysis, see [Using Amazon Chime SDK voice analytics][1] in the
|
1772
|
+
# *Amazon Chime SDK Developer Guide*.
|
1773
|
+
#
|
1774
|
+
# Before starting any voice tone analysis tasks, you must provide all
|
1775
|
+
# notices and obtain all consents from the speaker as required under
|
1776
|
+
# applicable privacy and biometrics laws, and as required under the [AWS
|
1777
|
+
# service terms][2] for the Amazon Chime SDK.
|
1778
|
+
#
|
1779
|
+
#
|
1780
|
+
#
|
1781
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/voice-analytics.html
|
1782
|
+
# [2]: https://aws.amazon.com/service-terms/
|
1783
|
+
#
|
1784
|
+
# @option params [required, String] :identifier
|
1785
|
+
# The unique identifier of the resource to be updated. Valid values
|
1786
|
+
# include the ID and ARN of the media insights pipeline.
|
1787
|
+
#
|
1788
|
+
# @option params [required, String] :language_code
|
1789
|
+
# The language code.
|
1790
|
+
#
|
1791
|
+
# @option params [Types::KinesisVideoStreamSourceTaskConfiguration] :kinesis_video_stream_source_task_configuration
|
1792
|
+
# The task configuration for the Kinesis video stream source of the
|
1793
|
+
# media insights pipeline.
|
1794
|
+
#
|
1795
|
+
# @option params [String] :client_request_token
|
1796
|
+
# The unique identifier for the client request. Use a different token
|
1797
|
+
# for different voice tone analysis tasks.
|
1798
|
+
#
|
1799
|
+
# **A suitable default value is auto-generated.** You should normally
|
1800
|
+
# not need to pass this option.**
|
1801
|
+
#
|
1802
|
+
# @return [Types::StartVoiceToneAnalysisTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1803
|
+
#
|
1804
|
+
# * {Types::StartVoiceToneAnalysisTaskResponse#voice_tone_analysis_task #voice_tone_analysis_task} => Types::VoiceToneAnalysisTask
|
1805
|
+
#
|
1806
|
+
# @example Request syntax with placeholder values
|
1807
|
+
#
|
1808
|
+
# resp = client.start_voice_tone_analysis_task({
|
1809
|
+
# identifier: "NonEmptyString", # required
|
1810
|
+
# language_code: "en-US", # required, accepts en-US
|
1811
|
+
# kinesis_video_stream_source_task_configuration: {
|
1812
|
+
# stream_arn: "KinesisVideoStreamArn", # required
|
1813
|
+
# channel_id: 1, # required
|
1814
|
+
# fragment_number: "FragmentNumberString",
|
1815
|
+
# },
|
1816
|
+
# client_request_token: "ClientRequestToken",
|
1817
|
+
# })
|
1818
|
+
#
|
1819
|
+
# @example Response structure
|
1820
|
+
#
|
1821
|
+
# resp.voice_tone_analysis_task.voice_tone_analysis_task_id #=> String
|
1822
|
+
# resp.voice_tone_analysis_task.voice_tone_analysis_task_status #=> String, one of "NotStarted", "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
1823
|
+
# resp.voice_tone_analysis_task.created_timestamp #=> Time
|
1824
|
+
# resp.voice_tone_analysis_task.updated_timestamp #=> Time
|
1825
|
+
#
|
1826
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/StartVoiceToneAnalysisTask AWS API Documentation
|
1827
|
+
#
|
1828
|
+
# @overload start_voice_tone_analysis_task(params = {})
|
1829
|
+
# @param [Hash] params ({})
|
1830
|
+
def start_voice_tone_analysis_task(params = {}, options = {})
|
1831
|
+
req = build_request(:start_voice_tone_analysis_task, params)
|
1832
|
+
req.send_request(options)
|
1833
|
+
end
|
1834
|
+
|
1835
|
+
# Stops a speaker search task.
|
1836
|
+
#
|
1837
|
+
# @option params [required, String] :identifier
|
1838
|
+
# The unique identifier of the resource to be updated. Valid values
|
1839
|
+
# include the ID and ARN of the media insights pipeline.
|
1840
|
+
#
|
1841
|
+
# @option params [required, String] :speaker_search_task_id
|
1842
|
+
# The speaker search task ID.
|
1843
|
+
#
|
1844
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1845
|
+
#
|
1846
|
+
# @example Request syntax with placeholder values
|
1847
|
+
#
|
1848
|
+
# resp = client.stop_speaker_search_task({
|
1849
|
+
# identifier: "NonEmptyString", # required
|
1850
|
+
# speaker_search_task_id: "GuidString", # required
|
1851
|
+
# })
|
1852
|
+
#
|
1853
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/StopSpeakerSearchTask AWS API Documentation
|
1854
|
+
#
|
1855
|
+
# @overload stop_speaker_search_task(params = {})
|
1856
|
+
# @param [Hash] params ({})
|
1857
|
+
def stop_speaker_search_task(params = {}, options = {})
|
1858
|
+
req = build_request(:stop_speaker_search_task, params)
|
1859
|
+
req.send_request(options)
|
1860
|
+
end
|
1861
|
+
|
1862
|
+
# Stops a voice tone analysis task.
|
1863
|
+
#
|
1864
|
+
# @option params [required, String] :identifier
|
1865
|
+
# The unique identifier of the resource to be updated. Valid values
|
1866
|
+
# include the ID and ARN of the media insights pipeline.
|
1867
|
+
#
|
1868
|
+
# @option params [required, String] :voice_tone_analysis_task_id
|
1869
|
+
# The ID of the voice tone analysis task.
|
1870
|
+
#
|
1871
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1872
|
+
#
|
1873
|
+
# @example Request syntax with placeholder values
|
1874
|
+
#
|
1875
|
+
# resp = client.stop_voice_tone_analysis_task({
|
1876
|
+
# identifier: "NonEmptyString", # required
|
1877
|
+
# voice_tone_analysis_task_id: "GuidString", # required
|
1878
|
+
# })
|
1879
|
+
#
|
1880
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/StopVoiceToneAnalysisTask AWS API Documentation
|
1881
|
+
#
|
1882
|
+
# @overload stop_voice_tone_analysis_task(params = {})
|
1883
|
+
# @param [Hash] params ({})
|
1884
|
+
def stop_voice_tone_analysis_task(params = {}, options = {})
|
1885
|
+
req = build_request(:stop_voice_tone_analysis_task, params)
|
1886
|
+
req.send_request(options)
|
1887
|
+
end
|
1888
|
+
|
1625
1889
|
# The ARN of the media pipeline that you want to tag. Consists of the
|
1626
1890
|
# pipeline's endpoint region, resource ID, and pipeline ID.
|
1627
1891
|
#
|
@@ -1732,7 +1996,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1732
1996
|
# },
|
1733
1997
|
# elements: [ # required
|
1734
1998
|
# {
|
1735
|
-
# type: "AmazonTranscribeCallAnalyticsProcessor", # required, accepts AmazonTranscribeCallAnalyticsProcessor, VoiceAnalyticsProcessor, AmazonTranscribeProcessor, KinesisDataStreamSink, LambdaFunctionSink, SqsQueueSink, SnsTopicSink, S3RecordingSink
|
1999
|
+
# type: "AmazonTranscribeCallAnalyticsProcessor", # required, accepts AmazonTranscribeCallAnalyticsProcessor, VoiceAnalyticsProcessor, AmazonTranscribeProcessor, KinesisDataStreamSink, LambdaFunctionSink, SqsQueueSink, SnsTopicSink, S3RecordingSink, VoiceEnhancementSink
|
1736
2000
|
# amazon_transcribe_call_analytics_processor_configuration: {
|
1737
2001
|
# language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR
|
1738
2002
|
# vocabulary_name: "VocabularyName",
|
@@ -1792,6 +2056,9 @@ module Aws::ChimeSDKMediaPipelines
|
|
1792
2056
|
# sns_topic_sink_configuration: {
|
1793
2057
|
# insights_target: "Arn",
|
1794
2058
|
# },
|
2059
|
+
# voice_enhancement_sink_configuration: {
|
2060
|
+
# disabled: false,
|
2061
|
+
# },
|
1795
2062
|
# },
|
1796
2063
|
# ],
|
1797
2064
|
# })
|
@@ -1813,7 +2080,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1813
2080
|
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.time_period #=> Integer
|
1814
2081
|
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].issue_detection_configuration.rule_name #=> String
|
1815
2082
|
# resp.media_insights_pipeline_configuration.elements #=> Array
|
1816
|
-
# resp.media_insights_pipeline_configuration.elements[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink"
|
2083
|
+
# resp.media_insights_pipeline_configuration.elements[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink", "VoiceEnhancementSink"
|
1817
2084
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
1818
2085
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_name #=> String
|
1819
2086
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_filter_name #=> String
|
@@ -1856,6 +2123,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1856
2123
|
# resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
|
1857
2124
|
# resp.media_insights_pipeline_configuration.elements[0].sqs_queue_sink_configuration.insights_target #=> String
|
1858
2125
|
# resp.media_insights_pipeline_configuration.elements[0].sns_topic_sink_configuration.insights_target #=> String
|
2126
|
+
# resp.media_insights_pipeline_configuration.elements[0].voice_enhancement_sink_configuration.disabled #=> Boolean
|
1859
2127
|
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_id #=> String
|
1860
2128
|
# resp.media_insights_pipeline_configuration.created_timestamp #=> Time
|
1861
2129
|
# resp.media_insights_pipeline_configuration.updated_timestamp #=> Time
|
@@ -1909,7 +2177,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1909
2177
|
params: params,
|
1910
2178
|
config: config)
|
1911
2179
|
context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
|
1912
|
-
context[:gem_version] = '1.
|
2180
|
+
context[:gem_version] = '1.13.0'
|
1913
2181
|
Seahorse::Client::Request.new(handlers, context)
|
1914
2182
|
end
|
1915
2183
|
|