aws-sdk-chimesdkmediapipelines 1.53.0 → 1.54.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chimesdkmediapipelines/client.rb +1 -1
- data/lib/aws-sdk-chimesdkmediapipelines.rb +1 -1
- data/sig/client.rbs +23 -255
- data/sig/params.rbs +143 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58273c6ef0673add4ca87b2187b32268cfebb89c82a5361f61ab4868bf84b3c9
|
|
4
|
+
data.tar.gz: 2db357f705765c6812b6285df556f492e4281ad0e412d64d9acd5322d6c31632
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73f309e3df60465451328644efc4d8605c738b38a3940f1f6ef6e0ddc6f9dbb9cc00f6f2285232fae98e28e6ff3b7a988bd391be16d618827233caaf8280d1ad
|
|
7
|
+
data.tar.gz: 7b9ff8eaafd8d6e295d727e8bf901d25fb945b72f47f5f0c7aa4890b57d08f91714d77318aad8ee783fbac8625c0d6d392e7a2293683ca22a438148b51959014
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.54.0
|
|
@@ -2622,7 +2622,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
|
2622
2622
|
tracer: tracer
|
|
2623
2623
|
)
|
|
2624
2624
|
context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
|
|
2625
|
-
context[:gem_version] = '1.
|
|
2625
|
+
context[:gem_version] = '1.54.0'
|
|
2626
2626
|
Seahorse::Client::Request.new(handlers, context)
|
|
2627
2627
|
end
|
|
2628
2628
|
|
data/sig/client.rbs
CHANGED
|
@@ -108,38 +108,7 @@ module Aws
|
|
|
108
108
|
state: ("Enabled" | "Disabled"),
|
|
109
109
|
mux_type: ("ContentOnly")?
|
|
110
110
|
},
|
|
111
|
-
composited_video:
|
|
112
|
-
layout: ("GridView")?,
|
|
113
|
-
resolution: ("HD" | "FHD")?,
|
|
114
|
-
grid_view_configuration: {
|
|
115
|
-
content_share_layout: ("PresenterOnly" | "Horizontal" | "Vertical" | "ActiveSpeakerOnly"),
|
|
116
|
-
presenter_only_configuration: {
|
|
117
|
-
presenter_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")?
|
|
118
|
-
}?,
|
|
119
|
-
active_speaker_only_configuration: {
|
|
120
|
-
active_speaker_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")?
|
|
121
|
-
}?,
|
|
122
|
-
horizontal_layout_configuration: {
|
|
123
|
-
tile_order: ("JoinSequence" | "SpeakerSequence")?,
|
|
124
|
-
tile_position: ("Top" | "Bottom")?,
|
|
125
|
-
tile_count: ::Integer?,
|
|
126
|
-
tile_aspect_ratio: ::String?
|
|
127
|
-
}?,
|
|
128
|
-
vertical_layout_configuration: {
|
|
129
|
-
tile_order: ("JoinSequence" | "SpeakerSequence")?,
|
|
130
|
-
tile_position: ("Left" | "Right")?,
|
|
131
|
-
tile_count: ::Integer?,
|
|
132
|
-
tile_aspect_ratio: ::String?
|
|
133
|
-
}?,
|
|
134
|
-
video_attribute: {
|
|
135
|
-
corner_radius: ::Integer?,
|
|
136
|
-
border_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")?,
|
|
137
|
-
highlight_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")?,
|
|
138
|
-
border_thickness: ::Integer?
|
|
139
|
-
}?,
|
|
140
|
-
canvas_orientation: ("Landscape" | "Portrait")?
|
|
141
|
-
}
|
|
142
|
-
}?
|
|
111
|
+
composited_video: Params::composited_video_artifacts_configuration?
|
|
143
112
|
}?
|
|
144
113
|
},
|
|
145
114
|
?sse_aws_key_management_params: {
|
|
@@ -151,7 +120,7 @@ module Aws
|
|
|
151
120
|
{
|
|
152
121
|
key: ::String,
|
|
153
122
|
value: ::String
|
|
154
|
-
}
|
|
123
|
+
}
|
|
155
124
|
]
|
|
156
125
|
) -> _CreateMediaCapturePipelineResponseSuccess
|
|
157
126
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaCapturePipelineResponseSuccess
|
|
@@ -193,7 +162,7 @@ module Aws
|
|
|
193
162
|
}
|
|
194
163
|
}
|
|
195
164
|
}
|
|
196
|
-
}
|
|
165
|
+
}
|
|
197
166
|
],
|
|
198
167
|
sinks: Array[
|
|
199
168
|
{
|
|
@@ -201,14 +170,14 @@ module Aws
|
|
|
201
170
|
s3_bucket_sink_configuration: {
|
|
202
171
|
destination: ::String
|
|
203
172
|
}
|
|
204
|
-
}
|
|
173
|
+
}
|
|
205
174
|
],
|
|
206
175
|
?client_request_token: ::String,
|
|
207
176
|
?tags: Array[
|
|
208
177
|
{
|
|
209
178
|
key: ::String,
|
|
210
179
|
value: ::String
|
|
211
|
-
}
|
|
180
|
+
}
|
|
212
181
|
]
|
|
213
182
|
) -> _CreateMediaConcatenationPipelineResponseSuccess
|
|
214
183
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaConcatenationPipelineResponseSuccess
|
|
@@ -231,10 +200,10 @@ module Aws
|
|
|
231
200
|
{
|
|
232
201
|
channel_id: ::Integer,
|
|
233
202
|
participant_role: ("AGENT" | "CUSTOMER")?
|
|
234
|
-
}
|
|
203
|
+
}
|
|
235
204
|
]?
|
|
236
205
|
}
|
|
237
|
-
}
|
|
206
|
+
}
|
|
238
207
|
],
|
|
239
208
|
media_encoding: ("pcm"),
|
|
240
209
|
media_sample_rate: ::Integer
|
|
@@ -244,7 +213,7 @@ module Aws
|
|
|
244
213
|
streams: Array[
|
|
245
214
|
{
|
|
246
215
|
stream_arn: ::String?
|
|
247
|
-
}
|
|
216
|
+
}
|
|
248
217
|
],
|
|
249
218
|
fragment_selector: {
|
|
250
219
|
fragment_selector_type: ("ProducerTimestamp" | "ServerTimestamp"),
|
|
@@ -262,7 +231,7 @@ module Aws
|
|
|
262
231
|
{
|
|
263
232
|
key: ::String,
|
|
264
233
|
value: ::String
|
|
265
|
-
}
|
|
234
|
+
}
|
|
266
235
|
],
|
|
267
236
|
?client_request_token: ::String
|
|
268
237
|
) -> _CreateMediaInsightsPipelineResponseSuccess
|
|
@@ -276,100 +245,15 @@ module Aws
|
|
|
276
245
|
def create_media_insights_pipeline_configuration: (
|
|
277
246
|
media_insights_pipeline_configuration_name: ::String,
|
|
278
247
|
resource_access_role_arn: ::String,
|
|
279
|
-
?real_time_alert_configuration:
|
|
280
|
-
disabled: bool?,
|
|
281
|
-
rules: Array[
|
|
282
|
-
{
|
|
283
|
-
type: ("KeywordMatch" | "Sentiment" | "IssueDetection"),
|
|
284
|
-
keyword_match_configuration: {
|
|
285
|
-
rule_name: ::String,
|
|
286
|
-
keywords: Array[::String],
|
|
287
|
-
negate: bool?
|
|
288
|
-
}?,
|
|
289
|
-
sentiment_configuration: {
|
|
290
|
-
rule_name: ::String,
|
|
291
|
-
sentiment_type: ("NEGATIVE"),
|
|
292
|
-
time_period: ::Integer
|
|
293
|
-
}?,
|
|
294
|
-
issue_detection_configuration: {
|
|
295
|
-
rule_name: ::String
|
|
296
|
-
}?
|
|
297
|
-
},
|
|
298
|
-
]?
|
|
299
|
-
},
|
|
248
|
+
?real_time_alert_configuration: Params::real_time_alert_configuration,
|
|
300
249
|
elements: Array[
|
|
301
|
-
|
|
302
|
-
type: ("AmazonTranscribeCallAnalyticsProcessor" | "VoiceAnalyticsProcessor" | "AmazonTranscribeProcessor" | "KinesisDataStreamSink" | "LambdaFunctionSink" | "SqsQueueSink" | "SnsTopicSink" | "S3RecordingSink" | "VoiceEnhancementSink"),
|
|
303
|
-
amazon_transcribe_call_analytics_processor_configuration: {
|
|
304
|
-
language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR"),
|
|
305
|
-
vocabulary_name: ::String?,
|
|
306
|
-
vocabulary_filter_name: ::String?,
|
|
307
|
-
vocabulary_filter_method: ("remove" | "mask" | "tag")?,
|
|
308
|
-
language_model_name: ::String?,
|
|
309
|
-
enable_partial_results_stabilization: bool?,
|
|
310
|
-
partial_results_stability: ("high" | "medium" | "low")?,
|
|
311
|
-
content_identification_type: ("PII")?,
|
|
312
|
-
content_redaction_type: ("PII")?,
|
|
313
|
-
pii_entity_types: ::String?,
|
|
314
|
-
filter_partial_results: bool?,
|
|
315
|
-
post_call_analytics_settings: {
|
|
316
|
-
output_location: ::String,
|
|
317
|
-
data_access_role_arn: ::String,
|
|
318
|
-
content_redaction_output: ("redacted" | "redacted_and_unredacted")?,
|
|
319
|
-
output_encryption_kms_key_id: ::String?
|
|
320
|
-
}?,
|
|
321
|
-
call_analytics_stream_categories: Array[::String]?
|
|
322
|
-
}?,
|
|
323
|
-
amazon_transcribe_processor_configuration: {
|
|
324
|
-
language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
|
|
325
|
-
vocabulary_name: ::String?,
|
|
326
|
-
vocabulary_filter_name: ::String?,
|
|
327
|
-
vocabulary_filter_method: ("remove" | "mask" | "tag")?,
|
|
328
|
-
show_speaker_label: bool?,
|
|
329
|
-
enable_partial_results_stabilization: bool?,
|
|
330
|
-
partial_results_stability: ("high" | "medium" | "low")?,
|
|
331
|
-
content_identification_type: ("PII")?,
|
|
332
|
-
content_redaction_type: ("PII")?,
|
|
333
|
-
pii_entity_types: ::String?,
|
|
334
|
-
language_model_name: ::String?,
|
|
335
|
-
filter_partial_results: bool?,
|
|
336
|
-
identify_language: bool?,
|
|
337
|
-
identify_multiple_languages: bool?,
|
|
338
|
-
language_options: ::String?,
|
|
339
|
-
preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
|
|
340
|
-
vocabulary_names: ::String?,
|
|
341
|
-
vocabulary_filter_names: ::String?
|
|
342
|
-
}?,
|
|
343
|
-
kinesis_data_stream_sink_configuration: {
|
|
344
|
-
insights_target: ::String?
|
|
345
|
-
}?,
|
|
346
|
-
s3_recording_sink_configuration: {
|
|
347
|
-
destination: ::String?,
|
|
348
|
-
recording_file_format: ("Wav" | "Opus")?
|
|
349
|
-
}?,
|
|
350
|
-
voice_analytics_processor_configuration: {
|
|
351
|
-
speaker_search_status: ("Enabled" | "Disabled")?,
|
|
352
|
-
voice_tone_analysis_status: ("Enabled" | "Disabled")?
|
|
353
|
-
}?,
|
|
354
|
-
lambda_function_sink_configuration: {
|
|
355
|
-
insights_target: ::String?
|
|
356
|
-
}?,
|
|
357
|
-
sqs_queue_sink_configuration: {
|
|
358
|
-
insights_target: ::String?
|
|
359
|
-
}?,
|
|
360
|
-
sns_topic_sink_configuration: {
|
|
361
|
-
insights_target: ::String?
|
|
362
|
-
}?,
|
|
363
|
-
voice_enhancement_sink_configuration: {
|
|
364
|
-
disabled: bool?
|
|
365
|
-
}?
|
|
366
|
-
},
|
|
250
|
+
Params::media_insights_pipeline_configuration_element
|
|
367
251
|
],
|
|
368
252
|
?tags: Array[
|
|
369
253
|
{
|
|
370
254
|
key: ::String,
|
|
371
255
|
value: ::String
|
|
372
|
-
}
|
|
256
|
+
}
|
|
373
257
|
],
|
|
374
258
|
?client_request_token: ::String
|
|
375
259
|
) -> _CreateMediaInsightsPipelineConfigurationResponseSuccess
|
|
@@ -387,38 +271,7 @@ module Aws
|
|
|
387
271
|
chime_sdk_meeting_live_connector_configuration: {
|
|
388
272
|
arn: ::String,
|
|
389
273
|
mux_type: ("AudioWithCompositedVideo" | "AudioWithActiveSpeakerVideo"),
|
|
390
|
-
composited_video:
|
|
391
|
-
layout: ("GridView")?,
|
|
392
|
-
resolution: ("HD" | "FHD")?,
|
|
393
|
-
grid_view_configuration: {
|
|
394
|
-
content_share_layout: ("PresenterOnly" | "Horizontal" | "Vertical" | "ActiveSpeakerOnly"),
|
|
395
|
-
presenter_only_configuration: {
|
|
396
|
-
presenter_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")?
|
|
397
|
-
}?,
|
|
398
|
-
active_speaker_only_configuration: {
|
|
399
|
-
active_speaker_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")?
|
|
400
|
-
}?,
|
|
401
|
-
horizontal_layout_configuration: {
|
|
402
|
-
tile_order: ("JoinSequence" | "SpeakerSequence")?,
|
|
403
|
-
tile_position: ("Top" | "Bottom")?,
|
|
404
|
-
tile_count: ::Integer?,
|
|
405
|
-
tile_aspect_ratio: ::String?
|
|
406
|
-
}?,
|
|
407
|
-
vertical_layout_configuration: {
|
|
408
|
-
tile_order: ("JoinSequence" | "SpeakerSequence")?,
|
|
409
|
-
tile_position: ("Left" | "Right")?,
|
|
410
|
-
tile_count: ::Integer?,
|
|
411
|
-
tile_aspect_ratio: ::String?
|
|
412
|
-
}?,
|
|
413
|
-
video_attribute: {
|
|
414
|
-
corner_radius: ::Integer?,
|
|
415
|
-
border_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")?,
|
|
416
|
-
highlight_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")?,
|
|
417
|
-
border_thickness: ::Integer?
|
|
418
|
-
}?,
|
|
419
|
-
canvas_orientation: ("Landscape" | "Portrait")?
|
|
420
|
-
}
|
|
421
|
-
}?,
|
|
274
|
+
composited_video: Params::composited_video_artifacts_configuration?,
|
|
422
275
|
source_configuration: {
|
|
423
276
|
selected_video_streams: {
|
|
424
277
|
attendee_ids: Array[::String]?,
|
|
@@ -426,7 +279,7 @@ module Aws
|
|
|
426
279
|
}?
|
|
427
280
|
}?
|
|
428
281
|
}
|
|
429
|
-
}
|
|
282
|
+
}
|
|
430
283
|
],
|
|
431
284
|
sinks: Array[
|
|
432
285
|
{
|
|
@@ -436,14 +289,14 @@ module Aws
|
|
|
436
289
|
audio_channels: ("Stereo" | "Mono")?,
|
|
437
290
|
audio_sample_rate: ::String?
|
|
438
291
|
}
|
|
439
|
-
}
|
|
292
|
+
}
|
|
440
293
|
],
|
|
441
294
|
?client_request_token: ::String,
|
|
442
295
|
?tags: Array[
|
|
443
296
|
{
|
|
444
297
|
key: ::String,
|
|
445
298
|
value: ::String
|
|
446
|
-
}
|
|
299
|
+
}
|
|
447
300
|
]
|
|
448
301
|
) -> _CreateMediaLiveConnectorPipelineResponseSuccess
|
|
449
302
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaLiveConnectorPipelineResponseSuccess
|
|
@@ -464,7 +317,7 @@ module Aws
|
|
|
464
317
|
{
|
|
465
318
|
key: ::String,
|
|
466
319
|
value: ::String
|
|
467
|
-
}
|
|
320
|
+
}
|
|
468
321
|
]
|
|
469
322
|
) -> _CreateMediaPipelineKinesisVideoStreamPoolResponseSuccess
|
|
470
323
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaPipelineKinesisVideoStreamPoolResponseSuccess
|
|
@@ -479,7 +332,7 @@ module Aws
|
|
|
479
332
|
{
|
|
480
333
|
source_type: ("ChimeSdkMeeting"),
|
|
481
334
|
source_arn: ::String
|
|
482
|
-
}
|
|
335
|
+
}
|
|
483
336
|
],
|
|
484
337
|
sinks: Array[
|
|
485
338
|
{
|
|
@@ -487,14 +340,14 @@ module Aws
|
|
|
487
340
|
sink_type: ("KinesisVideoStreamPool"),
|
|
488
341
|
reserved_stream_capacity: ::Integer,
|
|
489
342
|
media_stream_type: ("MixedAudio" | "IndividualAudio")
|
|
490
|
-
}
|
|
343
|
+
}
|
|
491
344
|
],
|
|
492
345
|
?client_request_token: ::String,
|
|
493
346
|
?tags: Array[
|
|
494
347
|
{
|
|
495
348
|
key: ::String,
|
|
496
349
|
value: ::String
|
|
497
|
-
}
|
|
350
|
+
}
|
|
498
351
|
]
|
|
499
352
|
) -> _CreateMediaStreamPipelineResponseSuccess
|
|
500
353
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaStreamPipelineResponseSuccess
|
|
@@ -701,7 +554,7 @@ module Aws
|
|
|
701
554
|
{
|
|
702
555
|
key: ::String,
|
|
703
556
|
value: ::String
|
|
704
|
-
}
|
|
557
|
+
}
|
|
705
558
|
]
|
|
706
559
|
) -> _TagResourceResponseSuccess
|
|
707
560
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -724,94 +577,9 @@ module Aws
|
|
|
724
577
|
def update_media_insights_pipeline_configuration: (
|
|
725
578
|
identifier: ::String,
|
|
726
579
|
resource_access_role_arn: ::String,
|
|
727
|
-
?real_time_alert_configuration:
|
|
728
|
-
disabled: bool?,
|
|
729
|
-
rules: Array[
|
|
730
|
-
{
|
|
731
|
-
type: ("KeywordMatch" | "Sentiment" | "IssueDetection"),
|
|
732
|
-
keyword_match_configuration: {
|
|
733
|
-
rule_name: ::String,
|
|
734
|
-
keywords: Array[::String],
|
|
735
|
-
negate: bool?
|
|
736
|
-
}?,
|
|
737
|
-
sentiment_configuration: {
|
|
738
|
-
rule_name: ::String,
|
|
739
|
-
sentiment_type: ("NEGATIVE"),
|
|
740
|
-
time_period: ::Integer
|
|
741
|
-
}?,
|
|
742
|
-
issue_detection_configuration: {
|
|
743
|
-
rule_name: ::String
|
|
744
|
-
}?
|
|
745
|
-
},
|
|
746
|
-
]?
|
|
747
|
-
},
|
|
580
|
+
?real_time_alert_configuration: Params::real_time_alert_configuration,
|
|
748
581
|
elements: Array[
|
|
749
|
-
|
|
750
|
-
type: ("AmazonTranscribeCallAnalyticsProcessor" | "VoiceAnalyticsProcessor" | "AmazonTranscribeProcessor" | "KinesisDataStreamSink" | "LambdaFunctionSink" | "SqsQueueSink" | "SnsTopicSink" | "S3RecordingSink" | "VoiceEnhancementSink"),
|
|
751
|
-
amazon_transcribe_call_analytics_processor_configuration: {
|
|
752
|
-
language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR"),
|
|
753
|
-
vocabulary_name: ::String?,
|
|
754
|
-
vocabulary_filter_name: ::String?,
|
|
755
|
-
vocabulary_filter_method: ("remove" | "mask" | "tag")?,
|
|
756
|
-
language_model_name: ::String?,
|
|
757
|
-
enable_partial_results_stabilization: bool?,
|
|
758
|
-
partial_results_stability: ("high" | "medium" | "low")?,
|
|
759
|
-
content_identification_type: ("PII")?,
|
|
760
|
-
content_redaction_type: ("PII")?,
|
|
761
|
-
pii_entity_types: ::String?,
|
|
762
|
-
filter_partial_results: bool?,
|
|
763
|
-
post_call_analytics_settings: {
|
|
764
|
-
output_location: ::String,
|
|
765
|
-
data_access_role_arn: ::String,
|
|
766
|
-
content_redaction_output: ("redacted" | "redacted_and_unredacted")?,
|
|
767
|
-
output_encryption_kms_key_id: ::String?
|
|
768
|
-
}?,
|
|
769
|
-
call_analytics_stream_categories: Array[::String]?
|
|
770
|
-
}?,
|
|
771
|
-
amazon_transcribe_processor_configuration: {
|
|
772
|
-
language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
|
|
773
|
-
vocabulary_name: ::String?,
|
|
774
|
-
vocabulary_filter_name: ::String?,
|
|
775
|
-
vocabulary_filter_method: ("remove" | "mask" | "tag")?,
|
|
776
|
-
show_speaker_label: bool?,
|
|
777
|
-
enable_partial_results_stabilization: bool?,
|
|
778
|
-
partial_results_stability: ("high" | "medium" | "low")?,
|
|
779
|
-
content_identification_type: ("PII")?,
|
|
780
|
-
content_redaction_type: ("PII")?,
|
|
781
|
-
pii_entity_types: ::String?,
|
|
782
|
-
language_model_name: ::String?,
|
|
783
|
-
filter_partial_results: bool?,
|
|
784
|
-
identify_language: bool?,
|
|
785
|
-
identify_multiple_languages: bool?,
|
|
786
|
-
language_options: ::String?,
|
|
787
|
-
preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
|
|
788
|
-
vocabulary_names: ::String?,
|
|
789
|
-
vocabulary_filter_names: ::String?
|
|
790
|
-
}?,
|
|
791
|
-
kinesis_data_stream_sink_configuration: {
|
|
792
|
-
insights_target: ::String?
|
|
793
|
-
}?,
|
|
794
|
-
s3_recording_sink_configuration: {
|
|
795
|
-
destination: ::String?,
|
|
796
|
-
recording_file_format: ("Wav" | "Opus")?
|
|
797
|
-
}?,
|
|
798
|
-
voice_analytics_processor_configuration: {
|
|
799
|
-
speaker_search_status: ("Enabled" | "Disabled")?,
|
|
800
|
-
voice_tone_analysis_status: ("Enabled" | "Disabled")?
|
|
801
|
-
}?,
|
|
802
|
-
lambda_function_sink_configuration: {
|
|
803
|
-
insights_target: ::String?
|
|
804
|
-
}?,
|
|
805
|
-
sqs_queue_sink_configuration: {
|
|
806
|
-
insights_target: ::String?
|
|
807
|
-
}?,
|
|
808
|
-
sns_topic_sink_configuration: {
|
|
809
|
-
insights_target: ::String?
|
|
810
|
-
}?,
|
|
811
|
-
voice_enhancement_sink_configuration: {
|
|
812
|
-
disabled: bool?
|
|
813
|
-
}?
|
|
814
|
-
},
|
|
582
|
+
Params::media_insights_pipeline_configuration_element
|
|
815
583
|
]
|
|
816
584
|
) -> _UpdateMediaInsightsPipelineConfigurationResponseSuccess
|
|
817
585
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMediaInsightsPipelineConfigurationResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
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
|
+
module Params
|
|
11
|
+
type grid_view_configuration = {
|
|
12
|
+
content_share_layout: ("PresenterOnly" | "Horizontal" | "Vertical" | "ActiveSpeakerOnly"),
|
|
13
|
+
presenter_only_configuration: {
|
|
14
|
+
presenter_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")?
|
|
15
|
+
}?,
|
|
16
|
+
active_speaker_only_configuration: {
|
|
17
|
+
active_speaker_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")?
|
|
18
|
+
}?,
|
|
19
|
+
horizontal_layout_configuration: {
|
|
20
|
+
tile_order: ("JoinSequence" | "SpeakerSequence")?,
|
|
21
|
+
tile_position: ("Top" | "Bottom")?,
|
|
22
|
+
tile_count: ::Integer?,
|
|
23
|
+
tile_aspect_ratio: ::String?
|
|
24
|
+
}?,
|
|
25
|
+
vertical_layout_configuration: {
|
|
26
|
+
tile_order: ("JoinSequence" | "SpeakerSequence")?,
|
|
27
|
+
tile_position: ("Left" | "Right")?,
|
|
28
|
+
tile_count: ::Integer?,
|
|
29
|
+
tile_aspect_ratio: ::String?
|
|
30
|
+
}?,
|
|
31
|
+
video_attribute: {
|
|
32
|
+
corner_radius: ::Integer?,
|
|
33
|
+
border_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")?,
|
|
34
|
+
highlight_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")?,
|
|
35
|
+
border_thickness: ::Integer?
|
|
36
|
+
}?,
|
|
37
|
+
canvas_orientation: ("Landscape" | "Portrait")?
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
type composited_video_artifacts_configuration = {
|
|
41
|
+
layout: ("GridView")?,
|
|
42
|
+
resolution: ("HD" | "FHD")?,
|
|
43
|
+
grid_view_configuration: Params::grid_view_configuration
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
type real_time_alert_configuration = {
|
|
47
|
+
disabled: bool?,
|
|
48
|
+
rules: Array[
|
|
49
|
+
Params::real_time_alert_rule
|
|
50
|
+
]?
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
type real_time_alert_rule = {
|
|
54
|
+
type: ("KeywordMatch" | "Sentiment" | "IssueDetection"),
|
|
55
|
+
keyword_match_configuration: {
|
|
56
|
+
rule_name: ::String,
|
|
57
|
+
keywords: Array[::String],
|
|
58
|
+
negate: bool?
|
|
59
|
+
}?,
|
|
60
|
+
sentiment_configuration: {
|
|
61
|
+
rule_name: ::String,
|
|
62
|
+
sentiment_type: ("NEGATIVE"),
|
|
63
|
+
time_period: ::Integer
|
|
64
|
+
}?,
|
|
65
|
+
issue_detection_configuration: {
|
|
66
|
+
rule_name: ::String
|
|
67
|
+
}?
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
type amazon_transcribe_call_analytics_processor_configuration = {
|
|
71
|
+
language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR"),
|
|
72
|
+
vocabulary_name: ::String?,
|
|
73
|
+
vocabulary_filter_name: ::String?,
|
|
74
|
+
vocabulary_filter_method: ("remove" | "mask" | "tag")?,
|
|
75
|
+
language_model_name: ::String?,
|
|
76
|
+
enable_partial_results_stabilization: bool?,
|
|
77
|
+
partial_results_stability: ("high" | "medium" | "low")?,
|
|
78
|
+
content_identification_type: ("PII")?,
|
|
79
|
+
content_redaction_type: ("PII")?,
|
|
80
|
+
pii_entity_types: ::String?,
|
|
81
|
+
filter_partial_results: bool?,
|
|
82
|
+
post_call_analytics_settings: {
|
|
83
|
+
output_location: ::String,
|
|
84
|
+
data_access_role_arn: ::String,
|
|
85
|
+
content_redaction_output: ("redacted" | "redacted_and_unredacted")?,
|
|
86
|
+
output_encryption_kms_key_id: ::String?
|
|
87
|
+
}?,
|
|
88
|
+
call_analytics_stream_categories: Array[::String]?
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
type amazon_transcribe_processor_configuration = {
|
|
92
|
+
language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
|
|
93
|
+
vocabulary_name: ::String?,
|
|
94
|
+
vocabulary_filter_name: ::String?,
|
|
95
|
+
vocabulary_filter_method: ("remove" | "mask" | "tag")?,
|
|
96
|
+
show_speaker_label: bool?,
|
|
97
|
+
enable_partial_results_stabilization: bool?,
|
|
98
|
+
partial_results_stability: ("high" | "medium" | "low")?,
|
|
99
|
+
content_identification_type: ("PII")?,
|
|
100
|
+
content_redaction_type: ("PII")?,
|
|
101
|
+
pii_entity_types: ::String?,
|
|
102
|
+
language_model_name: ::String?,
|
|
103
|
+
filter_partial_results: bool?,
|
|
104
|
+
identify_language: bool?,
|
|
105
|
+
identify_multiple_languages: bool?,
|
|
106
|
+
language_options: ::String?,
|
|
107
|
+
preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
|
|
108
|
+
vocabulary_names: ::String?,
|
|
109
|
+
vocabulary_filter_names: ::String?
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
type media_insights_pipeline_configuration_element = {
|
|
113
|
+
type: ("AmazonTranscribeCallAnalyticsProcessor" | "VoiceAnalyticsProcessor" | "AmazonTranscribeProcessor" | "KinesisDataStreamSink" | "LambdaFunctionSink" | "SqsQueueSink" | "SnsTopicSink" | "S3RecordingSink" | "VoiceEnhancementSink"),
|
|
114
|
+
amazon_transcribe_call_analytics_processor_configuration: Params::amazon_transcribe_call_analytics_processor_configuration?,
|
|
115
|
+
amazon_transcribe_processor_configuration: Params::amazon_transcribe_processor_configuration?,
|
|
116
|
+
kinesis_data_stream_sink_configuration: {
|
|
117
|
+
insights_target: ::String?
|
|
118
|
+
}?,
|
|
119
|
+
s3_recording_sink_configuration: {
|
|
120
|
+
destination: ::String?,
|
|
121
|
+
recording_file_format: ("Wav" | "Opus")?
|
|
122
|
+
}?,
|
|
123
|
+
voice_analytics_processor_configuration: {
|
|
124
|
+
speaker_search_status: ("Enabled" | "Disabled")?,
|
|
125
|
+
voice_tone_analysis_status: ("Enabled" | "Disabled")?
|
|
126
|
+
}?,
|
|
127
|
+
lambda_function_sink_configuration: {
|
|
128
|
+
insights_target: ::String?
|
|
129
|
+
}?,
|
|
130
|
+
sqs_queue_sink_configuration: {
|
|
131
|
+
insights_target: ::String?
|
|
132
|
+
}?,
|
|
133
|
+
sns_topic_sink_configuration: {
|
|
134
|
+
insights_target: ::String?
|
|
135
|
+
}?,
|
|
136
|
+
voice_enhancement_sink_configuration: {
|
|
137
|
+
disabled: bool?
|
|
138
|
+
}?
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
end
|
|
142
|
+
end
|
|
143
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-chimesdkmediapipelines
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.54.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-chimesdkmediapipelines/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|