aws-sdk-chimesdkmediapipelines 1.17.0 → 1.18.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,828 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ChimeSDKMediaPipelines
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CreateMediaCapturePipelineResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMediaCapturePipelineResponse]
77
+ def media_capture_pipeline: () -> Types::MediaCapturePipeline
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#create_media_capture_pipeline-instance_method
80
+ def create_media_capture_pipeline: (
81
+ source_type: ("ChimeSdkMeeting"),
82
+ source_arn: ::String,
83
+ sink_type: ("S3Bucket"),
84
+ sink_arn: ::String,
85
+ ?client_request_token: ::String,
86
+ ?chime_sdk_meeting_configuration: {
87
+ source_configuration: {
88
+ selected_video_streams: {
89
+ attendee_ids: Array[::String]?,
90
+ external_user_ids: Array[::String]?
91
+ }?
92
+ }?,
93
+ artifacts_configuration: {
94
+ audio: {
95
+ mux_type: ("AudioOnly" | "AudioWithActiveSpeakerVideo" | "AudioWithCompositedVideo")
96
+ },
97
+ video: {
98
+ state: ("Enabled" | "Disabled"),
99
+ mux_type: ("VideoOnly")?
100
+ },
101
+ content: {
102
+ state: ("Enabled" | "Disabled"),
103
+ mux_type: ("ContentOnly")?
104
+ },
105
+ composited_video: {
106
+ layout: ("GridView")?,
107
+ resolution: ("HD" | "FHD")?,
108
+ grid_view_configuration: {
109
+ content_share_layout: ("PresenterOnly" | "Horizontal" | "Vertical" | "ActiveSpeakerOnly"),
110
+ presenter_only_configuration: {
111
+ presenter_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")?
112
+ }?,
113
+ active_speaker_only_configuration: {
114
+ active_speaker_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")?
115
+ }?,
116
+ horizontal_layout_configuration: {
117
+ tile_order: ("JoinSequence" | "SpeakerSequence")?,
118
+ tile_position: ("Top" | "Bottom")?,
119
+ tile_count: ::Integer?,
120
+ tile_aspect_ratio: ::String?
121
+ }?,
122
+ vertical_layout_configuration: {
123
+ tile_order: ("JoinSequence" | "SpeakerSequence")?,
124
+ tile_position: ("Left" | "Right")?,
125
+ tile_count: ::Integer?,
126
+ tile_aspect_ratio: ::String?
127
+ }?,
128
+ video_attribute: {
129
+ corner_radius: ::Integer?,
130
+ border_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")?,
131
+ highlight_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")?,
132
+ border_thickness: ::Integer?
133
+ }?,
134
+ canvas_orientation: ("Landscape" | "Portrait")?
135
+ }
136
+ }?
137
+ }?
138
+ },
139
+ ?tags: Array[
140
+ {
141
+ key: ::String,
142
+ value: ::String
143
+ },
144
+ ]
145
+ ) -> _CreateMediaCapturePipelineResponseSuccess
146
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaCapturePipelineResponseSuccess
147
+
148
+ interface _CreateMediaConcatenationPipelineResponseSuccess
149
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMediaConcatenationPipelineResponse]
150
+ def media_concatenation_pipeline: () -> Types::MediaConcatenationPipeline
151
+ end
152
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#create_media_concatenation_pipeline-instance_method
153
+ def create_media_concatenation_pipeline: (
154
+ sources: Array[
155
+ {
156
+ type: ("MediaCapturePipeline"),
157
+ media_capture_pipeline_source_configuration: {
158
+ media_pipeline_arn: ::String,
159
+ chime_sdk_meeting_configuration: {
160
+ artifacts_configuration: {
161
+ audio: {
162
+ state: ("Enabled")
163
+ },
164
+ video: {
165
+ state: ("Enabled" | "Disabled")
166
+ },
167
+ content: {
168
+ state: ("Enabled" | "Disabled")
169
+ },
170
+ data_channel: {
171
+ state: ("Enabled" | "Disabled")
172
+ },
173
+ transcription_messages: {
174
+ state: ("Enabled" | "Disabled")
175
+ },
176
+ meeting_events: {
177
+ state: ("Enabled" | "Disabled")
178
+ },
179
+ composited_video: {
180
+ state: ("Enabled" | "Disabled")
181
+ }
182
+ }
183
+ }
184
+ }
185
+ },
186
+ ],
187
+ sinks: Array[
188
+ {
189
+ type: ("S3Bucket"),
190
+ s3_bucket_sink_configuration: {
191
+ destination: ::String
192
+ }
193
+ },
194
+ ],
195
+ ?client_request_token: ::String,
196
+ ?tags: Array[
197
+ {
198
+ key: ::String,
199
+ value: ::String
200
+ },
201
+ ]
202
+ ) -> _CreateMediaConcatenationPipelineResponseSuccess
203
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaConcatenationPipelineResponseSuccess
204
+
205
+ interface _CreateMediaInsightsPipelineResponseSuccess
206
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMediaInsightsPipelineResponse]
207
+ def media_insights_pipeline: () -> Types::MediaInsightsPipeline
208
+ end
209
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#create_media_insights_pipeline-instance_method
210
+ def create_media_insights_pipeline: (
211
+ media_insights_pipeline_configuration_arn: ::String,
212
+ ?kinesis_video_stream_source_runtime_configuration: {
213
+ streams: Array[
214
+ {
215
+ stream_arn: ::String,
216
+ fragment_number: ::String?,
217
+ stream_channel_definition: {
218
+ number_of_channels: ::Integer,
219
+ channel_definitions: Array[
220
+ {
221
+ channel_id: ::Integer,
222
+ participant_role: ("AGENT" | "CUSTOMER")?
223
+ },
224
+ ]?
225
+ }
226
+ },
227
+ ],
228
+ media_encoding: ("pcm"),
229
+ media_sample_rate: ::Integer
230
+ },
231
+ ?media_insights_runtime_metadata: Hash[::String, ::String],
232
+ ?kinesis_video_stream_recording_source_runtime_configuration: {
233
+ streams: Array[
234
+ {
235
+ stream_arn: ::String?
236
+ },
237
+ ],
238
+ fragment_selector: {
239
+ fragment_selector_type: ("ProducerTimestamp" | "ServerTimestamp"),
240
+ timestamp_range: {
241
+ start_timestamp: ::Time,
242
+ end_timestamp: ::Time
243
+ }
244
+ }
245
+ },
246
+ ?s3_recording_sink_runtime_configuration: {
247
+ destination: ::String,
248
+ recording_file_format: ("Wav" | "Opus")
249
+ },
250
+ ?tags: Array[
251
+ {
252
+ key: ::String,
253
+ value: ::String
254
+ },
255
+ ],
256
+ ?client_request_token: ::String
257
+ ) -> _CreateMediaInsightsPipelineResponseSuccess
258
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaInsightsPipelineResponseSuccess
259
+
260
+ interface _CreateMediaInsightsPipelineConfigurationResponseSuccess
261
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMediaInsightsPipelineConfigurationResponse]
262
+ def media_insights_pipeline_configuration: () -> Types::MediaInsightsPipelineConfiguration
263
+ end
264
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#create_media_insights_pipeline_configuration-instance_method
265
+ def create_media_insights_pipeline_configuration: (
266
+ media_insights_pipeline_configuration_name: ::String,
267
+ resource_access_role_arn: ::String,
268
+ ?real_time_alert_configuration: {
269
+ disabled: bool?,
270
+ rules: Array[
271
+ {
272
+ type: ("KeywordMatch" | "Sentiment" | "IssueDetection"),
273
+ keyword_match_configuration: {
274
+ rule_name: ::String,
275
+ keywords: Array[::String],
276
+ negate: bool?
277
+ }?,
278
+ sentiment_configuration: {
279
+ rule_name: ::String,
280
+ sentiment_type: ("NEGATIVE"),
281
+ time_period: ::Integer
282
+ }?,
283
+ issue_detection_configuration: {
284
+ rule_name: ::String
285
+ }?
286
+ },
287
+ ]?
288
+ },
289
+ elements: Array[
290
+ {
291
+ type: ("AmazonTranscribeCallAnalyticsProcessor" | "VoiceAnalyticsProcessor" | "AmazonTranscribeProcessor" | "KinesisDataStreamSink" | "LambdaFunctionSink" | "SqsQueueSink" | "SnsTopicSink" | "S3RecordingSink" | "VoiceEnhancementSink"),
292
+ amazon_transcribe_call_analytics_processor_configuration: {
293
+ language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR"),
294
+ vocabulary_name: ::String?,
295
+ vocabulary_filter_name: ::String?,
296
+ vocabulary_filter_method: ("remove" | "mask" | "tag")?,
297
+ language_model_name: ::String?,
298
+ enable_partial_results_stabilization: bool?,
299
+ partial_results_stability: ("high" | "medium" | "low")?,
300
+ content_identification_type: ("PII")?,
301
+ content_redaction_type: ("PII")?,
302
+ pii_entity_types: ::String?,
303
+ filter_partial_results: bool?,
304
+ post_call_analytics_settings: {
305
+ output_location: ::String,
306
+ data_access_role_arn: ::String,
307
+ content_redaction_output: ("redacted" | "redacted_and_unredacted")?,
308
+ output_encryption_kms_key_id: ::String?
309
+ }?,
310
+ call_analytics_stream_categories: Array[::String]?
311
+ }?,
312
+ amazon_transcribe_processor_configuration: {
313
+ language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
314
+ vocabulary_name: ::String?,
315
+ vocabulary_filter_name: ::String?,
316
+ vocabulary_filter_method: ("remove" | "mask" | "tag")?,
317
+ show_speaker_label: bool?,
318
+ enable_partial_results_stabilization: bool?,
319
+ partial_results_stability: ("high" | "medium" | "low")?,
320
+ content_identification_type: ("PII")?,
321
+ content_redaction_type: ("PII")?,
322
+ pii_entity_types: ::String?,
323
+ language_model_name: ::String?,
324
+ filter_partial_results: bool?,
325
+ identify_language: bool?,
326
+ language_options: ::String?,
327
+ preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
328
+ vocabulary_names: ::String?,
329
+ vocabulary_filter_names: ::String?
330
+ }?,
331
+ kinesis_data_stream_sink_configuration: {
332
+ insights_target: ::String?
333
+ }?,
334
+ s3_recording_sink_configuration: {
335
+ destination: ::String?,
336
+ recording_file_format: ("Wav" | "Opus")?
337
+ }?,
338
+ voice_analytics_processor_configuration: {
339
+ speaker_search_status: ("Enabled" | "Disabled")?,
340
+ voice_tone_analysis_status: ("Enabled" | "Disabled")?
341
+ }?,
342
+ lambda_function_sink_configuration: {
343
+ insights_target: ::String?
344
+ }?,
345
+ sqs_queue_sink_configuration: {
346
+ insights_target: ::String?
347
+ }?,
348
+ sns_topic_sink_configuration: {
349
+ insights_target: ::String?
350
+ }?,
351
+ voice_enhancement_sink_configuration: {
352
+ disabled: bool?
353
+ }?
354
+ },
355
+ ],
356
+ ?tags: Array[
357
+ {
358
+ key: ::String,
359
+ value: ::String
360
+ },
361
+ ],
362
+ ?client_request_token: ::String
363
+ ) -> _CreateMediaInsightsPipelineConfigurationResponseSuccess
364
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaInsightsPipelineConfigurationResponseSuccess
365
+
366
+ interface _CreateMediaLiveConnectorPipelineResponseSuccess
367
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMediaLiveConnectorPipelineResponse]
368
+ def media_live_connector_pipeline: () -> Types::MediaLiveConnectorPipeline
369
+ end
370
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#create_media_live_connector_pipeline-instance_method
371
+ def create_media_live_connector_pipeline: (
372
+ sources: Array[
373
+ {
374
+ source_type: ("ChimeSdkMeeting"),
375
+ chime_sdk_meeting_live_connector_configuration: {
376
+ arn: ::String,
377
+ mux_type: ("AudioWithCompositedVideo" | "AudioWithActiveSpeakerVideo"),
378
+ composited_video: {
379
+ layout: ("GridView")?,
380
+ resolution: ("HD" | "FHD")?,
381
+ grid_view_configuration: {
382
+ content_share_layout: ("PresenterOnly" | "Horizontal" | "Vertical" | "ActiveSpeakerOnly"),
383
+ presenter_only_configuration: {
384
+ presenter_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")?
385
+ }?,
386
+ active_speaker_only_configuration: {
387
+ active_speaker_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")?
388
+ }?,
389
+ horizontal_layout_configuration: {
390
+ tile_order: ("JoinSequence" | "SpeakerSequence")?,
391
+ tile_position: ("Top" | "Bottom")?,
392
+ tile_count: ::Integer?,
393
+ tile_aspect_ratio: ::String?
394
+ }?,
395
+ vertical_layout_configuration: {
396
+ tile_order: ("JoinSequence" | "SpeakerSequence")?,
397
+ tile_position: ("Left" | "Right")?,
398
+ tile_count: ::Integer?,
399
+ tile_aspect_ratio: ::String?
400
+ }?,
401
+ video_attribute: {
402
+ corner_radius: ::Integer?,
403
+ border_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")?,
404
+ highlight_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")?,
405
+ border_thickness: ::Integer?
406
+ }?,
407
+ canvas_orientation: ("Landscape" | "Portrait")?
408
+ }
409
+ }?,
410
+ source_configuration: {
411
+ selected_video_streams: {
412
+ attendee_ids: Array[::String]?,
413
+ external_user_ids: Array[::String]?
414
+ }?
415
+ }?
416
+ }
417
+ },
418
+ ],
419
+ sinks: Array[
420
+ {
421
+ sink_type: ("RTMP"),
422
+ rtmp_configuration: {
423
+ url: ::String,
424
+ audio_channels: ("Stereo" | "Mono")?,
425
+ audio_sample_rate: ::String?
426
+ }
427
+ },
428
+ ],
429
+ ?client_request_token: ::String,
430
+ ?tags: Array[
431
+ {
432
+ key: ::String,
433
+ value: ::String
434
+ },
435
+ ]
436
+ ) -> _CreateMediaLiveConnectorPipelineResponseSuccess
437
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaLiveConnectorPipelineResponseSuccess
438
+
439
+ interface _CreateMediaPipelineKinesisVideoStreamPoolResponseSuccess
440
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMediaPipelineKinesisVideoStreamPoolResponse]
441
+ def kinesis_video_stream_pool_configuration: () -> Types::KinesisVideoStreamPoolConfiguration
442
+ end
443
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#create_media_pipeline_kinesis_video_stream_pool-instance_method
444
+ def create_media_pipeline_kinesis_video_stream_pool: (
445
+ stream_configuration: {
446
+ region: ::String,
447
+ data_retention_in_hours: ::Integer?
448
+ },
449
+ pool_name: ::String,
450
+ ?client_request_token: ::String,
451
+ ?tags: Array[
452
+ {
453
+ key: ::String,
454
+ value: ::String
455
+ },
456
+ ]
457
+ ) -> _CreateMediaPipelineKinesisVideoStreamPoolResponseSuccess
458
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaPipelineKinesisVideoStreamPoolResponseSuccess
459
+
460
+ interface _CreateMediaStreamPipelineResponseSuccess
461
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMediaStreamPipelineResponse]
462
+ def media_stream_pipeline: () -> Types::MediaStreamPipeline
463
+ end
464
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#create_media_stream_pipeline-instance_method
465
+ def create_media_stream_pipeline: (
466
+ sources: Array[
467
+ {
468
+ source_type: ("ChimeSdkMeeting"),
469
+ source_arn: ::String
470
+ },
471
+ ],
472
+ sinks: Array[
473
+ {
474
+ sink_arn: ::String,
475
+ sink_type: ("KinesisVideoStreamPool"),
476
+ reserved_stream_capacity: ::Integer,
477
+ media_stream_type: ("MixedAudio" | "IndividualAudio")
478
+ },
479
+ ],
480
+ ?client_request_token: ::String,
481
+ ?tags: Array[
482
+ {
483
+ key: ::String,
484
+ value: ::String
485
+ },
486
+ ]
487
+ ) -> _CreateMediaStreamPipelineResponseSuccess
488
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaStreamPipelineResponseSuccess
489
+
490
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#delete_media_capture_pipeline-instance_method
491
+ def delete_media_capture_pipeline: (
492
+ media_pipeline_id: ::String
493
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
494
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
495
+
496
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#delete_media_insights_pipeline_configuration-instance_method
497
+ def delete_media_insights_pipeline_configuration: (
498
+ identifier: ::String
499
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
500
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
501
+
502
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#delete_media_pipeline-instance_method
503
+ def delete_media_pipeline: (
504
+ media_pipeline_id: ::String
505
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
506
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
507
+
508
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#delete_media_pipeline_kinesis_video_stream_pool-instance_method
509
+ def delete_media_pipeline_kinesis_video_stream_pool: (
510
+ identifier: ::String
511
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
512
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
513
+
514
+ interface _GetMediaCapturePipelineResponseSuccess
515
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMediaCapturePipelineResponse]
516
+ def media_capture_pipeline: () -> Types::MediaCapturePipeline
517
+ end
518
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#get_media_capture_pipeline-instance_method
519
+ def get_media_capture_pipeline: (
520
+ media_pipeline_id: ::String
521
+ ) -> _GetMediaCapturePipelineResponseSuccess
522
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMediaCapturePipelineResponseSuccess
523
+
524
+ interface _GetMediaInsightsPipelineConfigurationResponseSuccess
525
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMediaInsightsPipelineConfigurationResponse]
526
+ def media_insights_pipeline_configuration: () -> Types::MediaInsightsPipelineConfiguration
527
+ end
528
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#get_media_insights_pipeline_configuration-instance_method
529
+ def get_media_insights_pipeline_configuration: (
530
+ identifier: ::String
531
+ ) -> _GetMediaInsightsPipelineConfigurationResponseSuccess
532
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMediaInsightsPipelineConfigurationResponseSuccess
533
+
534
+ interface _GetMediaPipelineResponseSuccess
535
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMediaPipelineResponse]
536
+ def media_pipeline: () -> Types::MediaPipeline
537
+ end
538
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#get_media_pipeline-instance_method
539
+ def get_media_pipeline: (
540
+ media_pipeline_id: ::String
541
+ ) -> _GetMediaPipelineResponseSuccess
542
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMediaPipelineResponseSuccess
543
+
544
+ interface _GetMediaPipelineKinesisVideoStreamPoolResponseSuccess
545
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMediaPipelineKinesisVideoStreamPoolResponse]
546
+ def kinesis_video_stream_pool_configuration: () -> Types::KinesisVideoStreamPoolConfiguration
547
+ end
548
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#get_media_pipeline_kinesis_video_stream_pool-instance_method
549
+ def get_media_pipeline_kinesis_video_stream_pool: (
550
+ identifier: ::String
551
+ ) -> _GetMediaPipelineKinesisVideoStreamPoolResponseSuccess
552
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMediaPipelineKinesisVideoStreamPoolResponseSuccess
553
+
554
+ interface _GetSpeakerSearchTaskResponseSuccess
555
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSpeakerSearchTaskResponse]
556
+ def speaker_search_task: () -> Types::SpeakerSearchTask
557
+ end
558
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#get_speaker_search_task-instance_method
559
+ def get_speaker_search_task: (
560
+ identifier: ::String,
561
+ speaker_search_task_id: ::String
562
+ ) -> _GetSpeakerSearchTaskResponseSuccess
563
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSpeakerSearchTaskResponseSuccess
564
+
565
+ interface _GetVoiceToneAnalysisTaskResponseSuccess
566
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceToneAnalysisTaskResponse]
567
+ def voice_tone_analysis_task: () -> Types::VoiceToneAnalysisTask
568
+ end
569
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#get_voice_tone_analysis_task-instance_method
570
+ def get_voice_tone_analysis_task: (
571
+ identifier: ::String,
572
+ voice_tone_analysis_task_id: ::String
573
+ ) -> _GetVoiceToneAnalysisTaskResponseSuccess
574
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceToneAnalysisTaskResponseSuccess
575
+
576
+ interface _ListMediaCapturePipelinesResponseSuccess
577
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMediaCapturePipelinesResponse]
578
+ def media_capture_pipelines: () -> ::Array[Types::MediaCapturePipelineSummary]
579
+ def next_token: () -> ::String
580
+ end
581
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#list_media_capture_pipelines-instance_method
582
+ def list_media_capture_pipelines: (
583
+ ?next_token: ::String,
584
+ ?max_results: ::Integer
585
+ ) -> _ListMediaCapturePipelinesResponseSuccess
586
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMediaCapturePipelinesResponseSuccess
587
+
588
+ interface _ListMediaInsightsPipelineConfigurationsResponseSuccess
589
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMediaInsightsPipelineConfigurationsResponse]
590
+ def media_insights_pipeline_configurations: () -> ::Array[Types::MediaInsightsPipelineConfigurationSummary]
591
+ def next_token: () -> ::String
592
+ end
593
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#list_media_insights_pipeline_configurations-instance_method
594
+ def list_media_insights_pipeline_configurations: (
595
+ ?next_token: ::String,
596
+ ?max_results: ::Integer
597
+ ) -> _ListMediaInsightsPipelineConfigurationsResponseSuccess
598
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMediaInsightsPipelineConfigurationsResponseSuccess
599
+
600
+ interface _ListMediaPipelineKinesisVideoStreamPoolsResponseSuccess
601
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMediaPipelineKinesisVideoStreamPoolsResponse]
602
+ def kinesis_video_stream_pools: () -> ::Array[Types::KinesisVideoStreamPoolSummary]
603
+ def next_token: () -> ::String
604
+ end
605
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#list_media_pipeline_kinesis_video_stream_pools-instance_method
606
+ def list_media_pipeline_kinesis_video_stream_pools: (
607
+ ?next_token: ::String,
608
+ ?max_results: ::Integer
609
+ ) -> _ListMediaPipelineKinesisVideoStreamPoolsResponseSuccess
610
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMediaPipelineKinesisVideoStreamPoolsResponseSuccess
611
+
612
+ interface _ListMediaPipelinesResponseSuccess
613
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMediaPipelinesResponse]
614
+ def media_pipelines: () -> ::Array[Types::MediaPipelineSummary]
615
+ def next_token: () -> ::String
616
+ end
617
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#list_media_pipelines-instance_method
618
+ def list_media_pipelines: (
619
+ ?next_token: ::String,
620
+ ?max_results: ::Integer
621
+ ) -> _ListMediaPipelinesResponseSuccess
622
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMediaPipelinesResponseSuccess
623
+
624
+ interface _ListTagsForResourceResponseSuccess
625
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
626
+ def tags: () -> ::Array[Types::Tag]
627
+ end
628
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#list_tags_for_resource-instance_method
629
+ def list_tags_for_resource: (
630
+ resource_arn: ::String
631
+ ) -> _ListTagsForResourceResponseSuccess
632
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
633
+
634
+ interface _StartSpeakerSearchTaskResponseSuccess
635
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartSpeakerSearchTaskResponse]
636
+ def speaker_search_task: () -> Types::SpeakerSearchTask
637
+ end
638
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#start_speaker_search_task-instance_method
639
+ def start_speaker_search_task: (
640
+ identifier: ::String,
641
+ voice_profile_domain_arn: ::String,
642
+ ?kinesis_video_stream_source_task_configuration: {
643
+ stream_arn: ::String,
644
+ channel_id: ::Integer,
645
+ fragment_number: ::String?
646
+ },
647
+ ?client_request_token: ::String
648
+ ) -> _StartSpeakerSearchTaskResponseSuccess
649
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartSpeakerSearchTaskResponseSuccess
650
+
651
+ interface _StartVoiceToneAnalysisTaskResponseSuccess
652
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartVoiceToneAnalysisTaskResponse]
653
+ def voice_tone_analysis_task: () -> Types::VoiceToneAnalysisTask
654
+ end
655
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#start_voice_tone_analysis_task-instance_method
656
+ def start_voice_tone_analysis_task: (
657
+ identifier: ::String,
658
+ language_code: ("en-US"),
659
+ ?kinesis_video_stream_source_task_configuration: {
660
+ stream_arn: ::String,
661
+ channel_id: ::Integer,
662
+ fragment_number: ::String?
663
+ },
664
+ ?client_request_token: ::String
665
+ ) -> _StartVoiceToneAnalysisTaskResponseSuccess
666
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartVoiceToneAnalysisTaskResponseSuccess
667
+
668
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#stop_speaker_search_task-instance_method
669
+ def stop_speaker_search_task: (
670
+ identifier: ::String,
671
+ speaker_search_task_id: ::String
672
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
673
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
674
+
675
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#stop_voice_tone_analysis_task-instance_method
676
+ def stop_voice_tone_analysis_task: (
677
+ identifier: ::String,
678
+ voice_tone_analysis_task_id: ::String
679
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
680
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
681
+
682
+ interface _TagResourceResponseSuccess
683
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
684
+ end
685
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#tag_resource-instance_method
686
+ def tag_resource: (
687
+ resource_arn: ::String,
688
+ tags: Array[
689
+ {
690
+ key: ::String,
691
+ value: ::String
692
+ },
693
+ ]
694
+ ) -> _TagResourceResponseSuccess
695
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
696
+
697
+ interface _UntagResourceResponseSuccess
698
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
699
+ end
700
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#untag_resource-instance_method
701
+ def untag_resource: (
702
+ resource_arn: ::String,
703
+ tag_keys: Array[::String]
704
+ ) -> _UntagResourceResponseSuccess
705
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
706
+
707
+ interface _UpdateMediaInsightsPipelineConfigurationResponseSuccess
708
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMediaInsightsPipelineConfigurationResponse]
709
+ def media_insights_pipeline_configuration: () -> Types::MediaInsightsPipelineConfiguration
710
+ end
711
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#update_media_insights_pipeline_configuration-instance_method
712
+ def update_media_insights_pipeline_configuration: (
713
+ identifier: ::String,
714
+ resource_access_role_arn: ::String,
715
+ ?real_time_alert_configuration: {
716
+ disabled: bool?,
717
+ rules: Array[
718
+ {
719
+ type: ("KeywordMatch" | "Sentiment" | "IssueDetection"),
720
+ keyword_match_configuration: {
721
+ rule_name: ::String,
722
+ keywords: Array[::String],
723
+ negate: bool?
724
+ }?,
725
+ sentiment_configuration: {
726
+ rule_name: ::String,
727
+ sentiment_type: ("NEGATIVE"),
728
+ time_period: ::Integer
729
+ }?,
730
+ issue_detection_configuration: {
731
+ rule_name: ::String
732
+ }?
733
+ },
734
+ ]?
735
+ },
736
+ elements: Array[
737
+ {
738
+ type: ("AmazonTranscribeCallAnalyticsProcessor" | "VoiceAnalyticsProcessor" | "AmazonTranscribeProcessor" | "KinesisDataStreamSink" | "LambdaFunctionSink" | "SqsQueueSink" | "SnsTopicSink" | "S3RecordingSink" | "VoiceEnhancementSink"),
739
+ amazon_transcribe_call_analytics_processor_configuration: {
740
+ language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR"),
741
+ vocabulary_name: ::String?,
742
+ vocabulary_filter_name: ::String?,
743
+ vocabulary_filter_method: ("remove" | "mask" | "tag")?,
744
+ language_model_name: ::String?,
745
+ enable_partial_results_stabilization: bool?,
746
+ partial_results_stability: ("high" | "medium" | "low")?,
747
+ content_identification_type: ("PII")?,
748
+ content_redaction_type: ("PII")?,
749
+ pii_entity_types: ::String?,
750
+ filter_partial_results: bool?,
751
+ post_call_analytics_settings: {
752
+ output_location: ::String,
753
+ data_access_role_arn: ::String,
754
+ content_redaction_output: ("redacted" | "redacted_and_unredacted")?,
755
+ output_encryption_kms_key_id: ::String?
756
+ }?,
757
+ call_analytics_stream_categories: Array[::String]?
758
+ }?,
759
+ amazon_transcribe_processor_configuration: {
760
+ language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
761
+ vocabulary_name: ::String?,
762
+ vocabulary_filter_name: ::String?,
763
+ vocabulary_filter_method: ("remove" | "mask" | "tag")?,
764
+ show_speaker_label: bool?,
765
+ enable_partial_results_stabilization: bool?,
766
+ partial_results_stability: ("high" | "medium" | "low")?,
767
+ content_identification_type: ("PII")?,
768
+ content_redaction_type: ("PII")?,
769
+ pii_entity_types: ::String?,
770
+ language_model_name: ::String?,
771
+ filter_partial_results: bool?,
772
+ identify_language: bool?,
773
+ language_options: ::String?,
774
+ preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
775
+ vocabulary_names: ::String?,
776
+ vocabulary_filter_names: ::String?
777
+ }?,
778
+ kinesis_data_stream_sink_configuration: {
779
+ insights_target: ::String?
780
+ }?,
781
+ s3_recording_sink_configuration: {
782
+ destination: ::String?,
783
+ recording_file_format: ("Wav" | "Opus")?
784
+ }?,
785
+ voice_analytics_processor_configuration: {
786
+ speaker_search_status: ("Enabled" | "Disabled")?,
787
+ voice_tone_analysis_status: ("Enabled" | "Disabled")?
788
+ }?,
789
+ lambda_function_sink_configuration: {
790
+ insights_target: ::String?
791
+ }?,
792
+ sqs_queue_sink_configuration: {
793
+ insights_target: ::String?
794
+ }?,
795
+ sns_topic_sink_configuration: {
796
+ insights_target: ::String?
797
+ }?,
798
+ voice_enhancement_sink_configuration: {
799
+ disabled: bool?
800
+ }?
801
+ },
802
+ ]
803
+ ) -> _UpdateMediaInsightsPipelineConfigurationResponseSuccess
804
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMediaInsightsPipelineConfigurationResponseSuccess
805
+
806
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#update_media_insights_pipeline_status-instance_method
807
+ def update_media_insights_pipeline_status: (
808
+ identifier: ::String,
809
+ update_status: ("Pause" | "Resume")
810
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
811
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
812
+
813
+ interface _UpdateMediaPipelineKinesisVideoStreamPoolResponseSuccess
814
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMediaPipelineKinesisVideoStreamPoolResponse]
815
+ def kinesis_video_stream_pool_configuration: () -> Types::KinesisVideoStreamPoolConfiguration
816
+ end
817
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMediaPipelines/Client.html#update_media_pipeline_kinesis_video_stream_pool-instance_method
818
+ def update_media_pipeline_kinesis_video_stream_pool: (
819
+ identifier: ::String,
820
+ ?stream_configuration: {
821
+ data_retention_in_hours: ::Integer?
822
+ }
823
+ ) -> _UpdateMediaPipelineKinesisVideoStreamPoolResponseSuccess
824
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMediaPipelineKinesisVideoStreamPoolResponseSuccess
825
+ end
826
+ end
827
+ end
828
+