aws-sdk-chimesdkmediapipelines 1.17.0 → 1.19.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 +70 -46
- data/lib/aws-sdk-chimesdkmediapipelines/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-chimesdkmediapipelines.rb +1 -1
- data/sig/client.rbs +828 -0
- data/sig/errors.rbs +61 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +959 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,959 @@
|
|
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::ChimeSDKMediaPipelines
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class ActiveSpeakerOnlyConfiguration
|
12
|
+
attr_accessor active_speaker_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AmazonTranscribeCallAnalyticsProcessorConfiguration
|
17
|
+
attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")
|
18
|
+
attr_accessor vocabulary_name: ::String
|
19
|
+
attr_accessor vocabulary_filter_name: ::String
|
20
|
+
attr_accessor vocabulary_filter_method: ("remove" | "mask" | "tag")
|
21
|
+
attr_accessor language_model_name: ::String
|
22
|
+
attr_accessor enable_partial_results_stabilization: bool
|
23
|
+
attr_accessor partial_results_stability: ("high" | "medium" | "low")
|
24
|
+
attr_accessor content_identification_type: ("PII")
|
25
|
+
attr_accessor content_redaction_type: ("PII")
|
26
|
+
attr_accessor pii_entity_types: ::String
|
27
|
+
attr_accessor filter_partial_results: bool
|
28
|
+
attr_accessor post_call_analytics_settings: Types::PostCallAnalyticsSettings
|
29
|
+
attr_accessor call_analytics_stream_categories: ::Array[::String]
|
30
|
+
SENSITIVE: []
|
31
|
+
end
|
32
|
+
|
33
|
+
class AmazonTranscribeProcessorConfiguration
|
34
|
+
attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")
|
35
|
+
attr_accessor vocabulary_name: ::String
|
36
|
+
attr_accessor vocabulary_filter_name: ::String
|
37
|
+
attr_accessor vocabulary_filter_method: ("remove" | "mask" | "tag")
|
38
|
+
attr_accessor show_speaker_label: bool
|
39
|
+
attr_accessor enable_partial_results_stabilization: bool
|
40
|
+
attr_accessor partial_results_stability: ("high" | "medium" | "low")
|
41
|
+
attr_accessor content_identification_type: ("PII")
|
42
|
+
attr_accessor content_redaction_type: ("PII")
|
43
|
+
attr_accessor pii_entity_types: ::String
|
44
|
+
attr_accessor language_model_name: ::String
|
45
|
+
attr_accessor filter_partial_results: bool
|
46
|
+
attr_accessor identify_language: bool
|
47
|
+
attr_accessor language_options: ::String
|
48
|
+
attr_accessor preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")
|
49
|
+
attr_accessor vocabulary_names: ::String
|
50
|
+
attr_accessor vocabulary_filter_names: ::String
|
51
|
+
SENSITIVE: []
|
52
|
+
end
|
53
|
+
|
54
|
+
class ArtifactsConcatenationConfiguration
|
55
|
+
attr_accessor audio: Types::AudioConcatenationConfiguration
|
56
|
+
attr_accessor video: Types::VideoConcatenationConfiguration
|
57
|
+
attr_accessor content: Types::ContentConcatenationConfiguration
|
58
|
+
attr_accessor data_channel: Types::DataChannelConcatenationConfiguration
|
59
|
+
attr_accessor transcription_messages: Types::TranscriptionMessagesConcatenationConfiguration
|
60
|
+
attr_accessor meeting_events: Types::MeetingEventsConcatenationConfiguration
|
61
|
+
attr_accessor composited_video: Types::CompositedVideoConcatenationConfiguration
|
62
|
+
SENSITIVE: []
|
63
|
+
end
|
64
|
+
|
65
|
+
class ArtifactsConfiguration
|
66
|
+
attr_accessor audio: Types::AudioArtifactsConfiguration
|
67
|
+
attr_accessor video: Types::VideoArtifactsConfiguration
|
68
|
+
attr_accessor content: Types::ContentArtifactsConfiguration
|
69
|
+
attr_accessor composited_video: Types::CompositedVideoArtifactsConfiguration
|
70
|
+
SENSITIVE: []
|
71
|
+
end
|
72
|
+
|
73
|
+
class AudioArtifactsConfiguration
|
74
|
+
attr_accessor mux_type: ("AudioOnly" | "AudioWithActiveSpeakerVideo" | "AudioWithCompositedVideo")
|
75
|
+
SENSITIVE: []
|
76
|
+
end
|
77
|
+
|
78
|
+
class AudioConcatenationConfiguration
|
79
|
+
attr_accessor state: ("Enabled")
|
80
|
+
SENSITIVE: []
|
81
|
+
end
|
82
|
+
|
83
|
+
class BadRequestException
|
84
|
+
attr_accessor code: ("BadRequest" | "Forbidden" | "NotFound" | "ResourceLimitExceeded" | "ServiceFailure" | "ServiceUnavailable" | "Throttling")
|
85
|
+
attr_accessor message: ::String
|
86
|
+
attr_accessor request_id: ::String
|
87
|
+
SENSITIVE: []
|
88
|
+
end
|
89
|
+
|
90
|
+
class ChannelDefinition
|
91
|
+
attr_accessor channel_id: ::Integer
|
92
|
+
attr_accessor participant_role: ("AGENT" | "CUSTOMER")
|
93
|
+
SENSITIVE: []
|
94
|
+
end
|
95
|
+
|
96
|
+
class ChimeSdkMeetingConcatenationConfiguration
|
97
|
+
attr_accessor artifacts_configuration: Types::ArtifactsConcatenationConfiguration
|
98
|
+
SENSITIVE: []
|
99
|
+
end
|
100
|
+
|
101
|
+
class ChimeSdkMeetingConfiguration
|
102
|
+
attr_accessor source_configuration: Types::SourceConfiguration
|
103
|
+
attr_accessor artifacts_configuration: Types::ArtifactsConfiguration
|
104
|
+
SENSITIVE: []
|
105
|
+
end
|
106
|
+
|
107
|
+
class ChimeSdkMeetingLiveConnectorConfiguration
|
108
|
+
attr_accessor arn: ::String
|
109
|
+
attr_accessor mux_type: ("AudioWithCompositedVideo" | "AudioWithActiveSpeakerVideo")
|
110
|
+
attr_accessor composited_video: Types::CompositedVideoArtifactsConfiguration
|
111
|
+
attr_accessor source_configuration: Types::SourceConfiguration
|
112
|
+
SENSITIVE: [:arn]
|
113
|
+
end
|
114
|
+
|
115
|
+
class CompositedVideoArtifactsConfiguration
|
116
|
+
attr_accessor layout: ("GridView")
|
117
|
+
attr_accessor resolution: ("HD" | "FHD")
|
118
|
+
attr_accessor grid_view_configuration: Types::GridViewConfiguration
|
119
|
+
SENSITIVE: []
|
120
|
+
end
|
121
|
+
|
122
|
+
class CompositedVideoConcatenationConfiguration
|
123
|
+
attr_accessor state: ("Enabled" | "Disabled")
|
124
|
+
SENSITIVE: []
|
125
|
+
end
|
126
|
+
|
127
|
+
class ConcatenationSink
|
128
|
+
attr_accessor type: ("S3Bucket")
|
129
|
+
attr_accessor s3_bucket_sink_configuration: Types::S3BucketSinkConfiguration
|
130
|
+
SENSITIVE: []
|
131
|
+
end
|
132
|
+
|
133
|
+
class ConcatenationSource
|
134
|
+
attr_accessor type: ("MediaCapturePipeline")
|
135
|
+
attr_accessor media_capture_pipeline_source_configuration: Types::MediaCapturePipelineSourceConfiguration
|
136
|
+
SENSITIVE: []
|
137
|
+
end
|
138
|
+
|
139
|
+
class ConflictException
|
140
|
+
attr_accessor code: ("BadRequest" | "Forbidden" | "NotFound" | "ResourceLimitExceeded" | "ServiceFailure" | "ServiceUnavailable" | "Throttling")
|
141
|
+
attr_accessor message: ::String
|
142
|
+
attr_accessor request_id: ::String
|
143
|
+
SENSITIVE: []
|
144
|
+
end
|
145
|
+
|
146
|
+
class ContentArtifactsConfiguration
|
147
|
+
attr_accessor state: ("Enabled" | "Disabled")
|
148
|
+
attr_accessor mux_type: ("ContentOnly")
|
149
|
+
SENSITIVE: []
|
150
|
+
end
|
151
|
+
|
152
|
+
class ContentConcatenationConfiguration
|
153
|
+
attr_accessor state: ("Enabled" | "Disabled")
|
154
|
+
SENSITIVE: []
|
155
|
+
end
|
156
|
+
|
157
|
+
class CreateMediaCapturePipelineRequest
|
158
|
+
attr_accessor source_type: ("ChimeSdkMeeting")
|
159
|
+
attr_accessor source_arn: ::String
|
160
|
+
attr_accessor sink_type: ("S3Bucket")
|
161
|
+
attr_accessor sink_arn: ::String
|
162
|
+
attr_accessor client_request_token: ::String
|
163
|
+
attr_accessor chime_sdk_meeting_configuration: Types::ChimeSdkMeetingConfiguration
|
164
|
+
attr_accessor tags: ::Array[Types::Tag]
|
165
|
+
SENSITIVE: [:source_arn, :sink_arn, :client_request_token]
|
166
|
+
end
|
167
|
+
|
168
|
+
class CreateMediaCapturePipelineResponse
|
169
|
+
attr_accessor media_capture_pipeline: Types::MediaCapturePipeline
|
170
|
+
SENSITIVE: []
|
171
|
+
end
|
172
|
+
|
173
|
+
class CreateMediaConcatenationPipelineRequest
|
174
|
+
attr_accessor sources: ::Array[Types::ConcatenationSource]
|
175
|
+
attr_accessor sinks: ::Array[Types::ConcatenationSink]
|
176
|
+
attr_accessor client_request_token: ::String
|
177
|
+
attr_accessor tags: ::Array[Types::Tag]
|
178
|
+
SENSITIVE: [:client_request_token]
|
179
|
+
end
|
180
|
+
|
181
|
+
class CreateMediaConcatenationPipelineResponse
|
182
|
+
attr_accessor media_concatenation_pipeline: Types::MediaConcatenationPipeline
|
183
|
+
SENSITIVE: []
|
184
|
+
end
|
185
|
+
|
186
|
+
class CreateMediaInsightsPipelineConfigurationRequest
|
187
|
+
attr_accessor media_insights_pipeline_configuration_name: ::String
|
188
|
+
attr_accessor resource_access_role_arn: ::String
|
189
|
+
attr_accessor real_time_alert_configuration: Types::RealTimeAlertConfiguration
|
190
|
+
attr_accessor elements: ::Array[Types::MediaInsightsPipelineConfigurationElement]
|
191
|
+
attr_accessor tags: ::Array[Types::Tag]
|
192
|
+
attr_accessor client_request_token: ::String
|
193
|
+
SENSITIVE: [:resource_access_role_arn, :client_request_token]
|
194
|
+
end
|
195
|
+
|
196
|
+
class CreateMediaInsightsPipelineConfigurationResponse
|
197
|
+
attr_accessor media_insights_pipeline_configuration: Types::MediaInsightsPipelineConfiguration
|
198
|
+
SENSITIVE: []
|
199
|
+
end
|
200
|
+
|
201
|
+
class CreateMediaInsightsPipelineRequest
|
202
|
+
attr_accessor media_insights_pipeline_configuration_arn: ::String
|
203
|
+
attr_accessor kinesis_video_stream_source_runtime_configuration: Types::KinesisVideoStreamSourceRuntimeConfiguration
|
204
|
+
attr_accessor media_insights_runtime_metadata: ::Hash[::String, ::String]
|
205
|
+
attr_accessor kinesis_video_stream_recording_source_runtime_configuration: Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration
|
206
|
+
attr_accessor s3_recording_sink_runtime_configuration: Types::S3RecordingSinkRuntimeConfiguration
|
207
|
+
attr_accessor tags: ::Array[Types::Tag]
|
208
|
+
attr_accessor client_request_token: ::String
|
209
|
+
SENSITIVE: [:media_insights_pipeline_configuration_arn, :media_insights_runtime_metadata, :client_request_token]
|
210
|
+
end
|
211
|
+
|
212
|
+
class CreateMediaInsightsPipelineResponse
|
213
|
+
attr_accessor media_insights_pipeline: Types::MediaInsightsPipeline
|
214
|
+
SENSITIVE: []
|
215
|
+
end
|
216
|
+
|
217
|
+
class CreateMediaLiveConnectorPipelineRequest
|
218
|
+
attr_accessor sources: ::Array[Types::LiveConnectorSourceConfiguration]
|
219
|
+
attr_accessor sinks: ::Array[Types::LiveConnectorSinkConfiguration]
|
220
|
+
attr_accessor client_request_token: ::String
|
221
|
+
attr_accessor tags: ::Array[Types::Tag]
|
222
|
+
SENSITIVE: [:client_request_token]
|
223
|
+
end
|
224
|
+
|
225
|
+
class CreateMediaLiveConnectorPipelineResponse
|
226
|
+
attr_accessor media_live_connector_pipeline: Types::MediaLiveConnectorPipeline
|
227
|
+
SENSITIVE: []
|
228
|
+
end
|
229
|
+
|
230
|
+
class CreateMediaPipelineKinesisVideoStreamPoolRequest
|
231
|
+
attr_accessor stream_configuration: Types::KinesisVideoStreamConfiguration
|
232
|
+
attr_accessor pool_name: ::String
|
233
|
+
attr_accessor client_request_token: ::String
|
234
|
+
attr_accessor tags: ::Array[Types::Tag]
|
235
|
+
SENSITIVE: [:client_request_token]
|
236
|
+
end
|
237
|
+
|
238
|
+
class CreateMediaPipelineKinesisVideoStreamPoolResponse
|
239
|
+
attr_accessor kinesis_video_stream_pool_configuration: Types::KinesisVideoStreamPoolConfiguration
|
240
|
+
SENSITIVE: []
|
241
|
+
end
|
242
|
+
|
243
|
+
class CreateMediaStreamPipelineRequest
|
244
|
+
attr_accessor sources: ::Array[Types::MediaStreamSource]
|
245
|
+
attr_accessor sinks: ::Array[Types::MediaStreamSink]
|
246
|
+
attr_accessor client_request_token: ::String
|
247
|
+
attr_accessor tags: ::Array[Types::Tag]
|
248
|
+
SENSITIVE: [:client_request_token]
|
249
|
+
end
|
250
|
+
|
251
|
+
class CreateMediaStreamPipelineResponse
|
252
|
+
attr_accessor media_stream_pipeline: Types::MediaStreamPipeline
|
253
|
+
SENSITIVE: []
|
254
|
+
end
|
255
|
+
|
256
|
+
class DataChannelConcatenationConfiguration
|
257
|
+
attr_accessor state: ("Enabled" | "Disabled")
|
258
|
+
SENSITIVE: []
|
259
|
+
end
|
260
|
+
|
261
|
+
class DeleteMediaCapturePipelineRequest
|
262
|
+
attr_accessor media_pipeline_id: ::String
|
263
|
+
SENSITIVE: []
|
264
|
+
end
|
265
|
+
|
266
|
+
class DeleteMediaInsightsPipelineConfigurationRequest
|
267
|
+
attr_accessor identifier: ::String
|
268
|
+
SENSITIVE: []
|
269
|
+
end
|
270
|
+
|
271
|
+
class DeleteMediaPipelineKinesisVideoStreamPoolRequest
|
272
|
+
attr_accessor identifier: ::String
|
273
|
+
SENSITIVE: []
|
274
|
+
end
|
275
|
+
|
276
|
+
class DeleteMediaPipelineRequest
|
277
|
+
attr_accessor media_pipeline_id: ::String
|
278
|
+
SENSITIVE: []
|
279
|
+
end
|
280
|
+
|
281
|
+
class ForbiddenException
|
282
|
+
attr_accessor code: ("BadRequest" | "Forbidden" | "NotFound" | "ResourceLimitExceeded" | "ServiceFailure" | "ServiceUnavailable" | "Throttling")
|
283
|
+
attr_accessor message: ::String
|
284
|
+
attr_accessor request_id: ::String
|
285
|
+
SENSITIVE: []
|
286
|
+
end
|
287
|
+
|
288
|
+
class FragmentSelector
|
289
|
+
attr_accessor fragment_selector_type: ("ProducerTimestamp" | "ServerTimestamp")
|
290
|
+
attr_accessor timestamp_range: Types::TimestampRange
|
291
|
+
SENSITIVE: []
|
292
|
+
end
|
293
|
+
|
294
|
+
class GetMediaCapturePipelineRequest
|
295
|
+
attr_accessor media_pipeline_id: ::String
|
296
|
+
SENSITIVE: []
|
297
|
+
end
|
298
|
+
|
299
|
+
class GetMediaCapturePipelineResponse
|
300
|
+
attr_accessor media_capture_pipeline: Types::MediaCapturePipeline
|
301
|
+
SENSITIVE: []
|
302
|
+
end
|
303
|
+
|
304
|
+
class GetMediaInsightsPipelineConfigurationRequest
|
305
|
+
attr_accessor identifier: ::String
|
306
|
+
SENSITIVE: []
|
307
|
+
end
|
308
|
+
|
309
|
+
class GetMediaInsightsPipelineConfigurationResponse
|
310
|
+
attr_accessor media_insights_pipeline_configuration: Types::MediaInsightsPipelineConfiguration
|
311
|
+
SENSITIVE: []
|
312
|
+
end
|
313
|
+
|
314
|
+
class GetMediaPipelineKinesisVideoStreamPoolRequest
|
315
|
+
attr_accessor identifier: ::String
|
316
|
+
SENSITIVE: []
|
317
|
+
end
|
318
|
+
|
319
|
+
class GetMediaPipelineKinesisVideoStreamPoolResponse
|
320
|
+
attr_accessor kinesis_video_stream_pool_configuration: Types::KinesisVideoStreamPoolConfiguration
|
321
|
+
SENSITIVE: []
|
322
|
+
end
|
323
|
+
|
324
|
+
class GetMediaPipelineRequest
|
325
|
+
attr_accessor media_pipeline_id: ::String
|
326
|
+
SENSITIVE: []
|
327
|
+
end
|
328
|
+
|
329
|
+
class GetMediaPipelineResponse
|
330
|
+
attr_accessor media_pipeline: Types::MediaPipeline
|
331
|
+
SENSITIVE: []
|
332
|
+
end
|
333
|
+
|
334
|
+
class GetSpeakerSearchTaskRequest
|
335
|
+
attr_accessor identifier: ::String
|
336
|
+
attr_accessor speaker_search_task_id: ::String
|
337
|
+
SENSITIVE: []
|
338
|
+
end
|
339
|
+
|
340
|
+
class GetSpeakerSearchTaskResponse
|
341
|
+
attr_accessor speaker_search_task: Types::SpeakerSearchTask
|
342
|
+
SENSITIVE: []
|
343
|
+
end
|
344
|
+
|
345
|
+
class GetVoiceToneAnalysisTaskRequest
|
346
|
+
attr_accessor identifier: ::String
|
347
|
+
attr_accessor voice_tone_analysis_task_id: ::String
|
348
|
+
SENSITIVE: []
|
349
|
+
end
|
350
|
+
|
351
|
+
class GetVoiceToneAnalysisTaskResponse
|
352
|
+
attr_accessor voice_tone_analysis_task: Types::VoiceToneAnalysisTask
|
353
|
+
SENSITIVE: []
|
354
|
+
end
|
355
|
+
|
356
|
+
class GridViewConfiguration
|
357
|
+
attr_accessor content_share_layout: ("PresenterOnly" | "Horizontal" | "Vertical" | "ActiveSpeakerOnly")
|
358
|
+
attr_accessor presenter_only_configuration: Types::PresenterOnlyConfiguration
|
359
|
+
attr_accessor active_speaker_only_configuration: Types::ActiveSpeakerOnlyConfiguration
|
360
|
+
attr_accessor horizontal_layout_configuration: Types::HorizontalLayoutConfiguration
|
361
|
+
attr_accessor vertical_layout_configuration: Types::VerticalLayoutConfiguration
|
362
|
+
attr_accessor video_attribute: Types::VideoAttribute
|
363
|
+
attr_accessor canvas_orientation: ("Landscape" | "Portrait")
|
364
|
+
SENSITIVE: []
|
365
|
+
end
|
366
|
+
|
367
|
+
class HorizontalLayoutConfiguration
|
368
|
+
attr_accessor tile_order: ("JoinSequence" | "SpeakerSequence")
|
369
|
+
attr_accessor tile_position: ("Top" | "Bottom")
|
370
|
+
attr_accessor tile_count: ::Integer
|
371
|
+
attr_accessor tile_aspect_ratio: ::String
|
372
|
+
SENSITIVE: []
|
373
|
+
end
|
374
|
+
|
375
|
+
class IssueDetectionConfiguration
|
376
|
+
attr_accessor rule_name: ::String
|
377
|
+
SENSITIVE: []
|
378
|
+
end
|
379
|
+
|
380
|
+
class KeywordMatchConfiguration
|
381
|
+
attr_accessor rule_name: ::String
|
382
|
+
attr_accessor keywords: ::Array[::String]
|
383
|
+
attr_accessor negate: bool
|
384
|
+
SENSITIVE: []
|
385
|
+
end
|
386
|
+
|
387
|
+
class KinesisDataStreamSinkConfiguration
|
388
|
+
attr_accessor insights_target: ::String
|
389
|
+
SENSITIVE: [:insights_target]
|
390
|
+
end
|
391
|
+
|
392
|
+
class KinesisVideoStreamConfiguration
|
393
|
+
attr_accessor region: ::String
|
394
|
+
attr_accessor data_retention_in_hours: ::Integer
|
395
|
+
SENSITIVE: []
|
396
|
+
end
|
397
|
+
|
398
|
+
class KinesisVideoStreamConfigurationUpdate
|
399
|
+
attr_accessor data_retention_in_hours: ::Integer
|
400
|
+
SENSITIVE: []
|
401
|
+
end
|
402
|
+
|
403
|
+
class KinesisVideoStreamPoolConfiguration
|
404
|
+
attr_accessor pool_arn: ::String
|
405
|
+
attr_accessor pool_name: ::String
|
406
|
+
attr_accessor pool_id: ::String
|
407
|
+
attr_accessor pool_status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "FAILED")
|
408
|
+
attr_accessor pool_size: ::Integer
|
409
|
+
attr_accessor stream_configuration: Types::KinesisVideoStreamConfiguration
|
410
|
+
attr_accessor created_timestamp: ::Time
|
411
|
+
attr_accessor updated_timestamp: ::Time
|
412
|
+
SENSITIVE: [:pool_arn]
|
413
|
+
end
|
414
|
+
|
415
|
+
class KinesisVideoStreamPoolSummary
|
416
|
+
attr_accessor pool_name: ::String
|
417
|
+
attr_accessor pool_id: ::String
|
418
|
+
attr_accessor pool_arn: ::String
|
419
|
+
SENSITIVE: [:pool_arn]
|
420
|
+
end
|
421
|
+
|
422
|
+
class KinesisVideoStreamRecordingSourceRuntimeConfiguration
|
423
|
+
attr_accessor streams: ::Array[Types::RecordingStreamConfiguration]
|
424
|
+
attr_accessor fragment_selector: Types::FragmentSelector
|
425
|
+
SENSITIVE: []
|
426
|
+
end
|
427
|
+
|
428
|
+
class KinesisVideoStreamSourceRuntimeConfiguration
|
429
|
+
attr_accessor streams: ::Array[Types::StreamConfiguration]
|
430
|
+
attr_accessor media_encoding: ("pcm")
|
431
|
+
attr_accessor media_sample_rate: ::Integer
|
432
|
+
SENSITIVE: []
|
433
|
+
end
|
434
|
+
|
435
|
+
class KinesisVideoStreamSourceTaskConfiguration
|
436
|
+
attr_accessor stream_arn: ::String
|
437
|
+
attr_accessor channel_id: ::Integer
|
438
|
+
attr_accessor fragment_number: ::String
|
439
|
+
SENSITIVE: []
|
440
|
+
end
|
441
|
+
|
442
|
+
class LambdaFunctionSinkConfiguration
|
443
|
+
attr_accessor insights_target: ::String
|
444
|
+
SENSITIVE: [:insights_target]
|
445
|
+
end
|
446
|
+
|
447
|
+
class ListMediaCapturePipelinesRequest
|
448
|
+
attr_accessor next_token: ::String
|
449
|
+
attr_accessor max_results: ::Integer
|
450
|
+
SENSITIVE: []
|
451
|
+
end
|
452
|
+
|
453
|
+
class ListMediaCapturePipelinesResponse
|
454
|
+
attr_accessor media_capture_pipelines: ::Array[Types::MediaCapturePipelineSummary]
|
455
|
+
attr_accessor next_token: ::String
|
456
|
+
SENSITIVE: []
|
457
|
+
end
|
458
|
+
|
459
|
+
class ListMediaInsightsPipelineConfigurationsRequest
|
460
|
+
attr_accessor next_token: ::String
|
461
|
+
attr_accessor max_results: ::Integer
|
462
|
+
SENSITIVE: []
|
463
|
+
end
|
464
|
+
|
465
|
+
class ListMediaInsightsPipelineConfigurationsResponse
|
466
|
+
attr_accessor media_insights_pipeline_configurations: ::Array[Types::MediaInsightsPipelineConfigurationSummary]
|
467
|
+
attr_accessor next_token: ::String
|
468
|
+
SENSITIVE: []
|
469
|
+
end
|
470
|
+
|
471
|
+
class ListMediaPipelineKinesisVideoStreamPoolsRequest
|
472
|
+
attr_accessor next_token: ::String
|
473
|
+
attr_accessor max_results: ::Integer
|
474
|
+
SENSITIVE: []
|
475
|
+
end
|
476
|
+
|
477
|
+
class ListMediaPipelineKinesisVideoStreamPoolsResponse
|
478
|
+
attr_accessor kinesis_video_stream_pools: ::Array[Types::KinesisVideoStreamPoolSummary]
|
479
|
+
attr_accessor next_token: ::String
|
480
|
+
SENSITIVE: []
|
481
|
+
end
|
482
|
+
|
483
|
+
class ListMediaPipelinesRequest
|
484
|
+
attr_accessor next_token: ::String
|
485
|
+
attr_accessor max_results: ::Integer
|
486
|
+
SENSITIVE: []
|
487
|
+
end
|
488
|
+
|
489
|
+
class ListMediaPipelinesResponse
|
490
|
+
attr_accessor media_pipelines: ::Array[Types::MediaPipelineSummary]
|
491
|
+
attr_accessor next_token: ::String
|
492
|
+
SENSITIVE: []
|
493
|
+
end
|
494
|
+
|
495
|
+
class ListTagsForResourceRequest
|
496
|
+
attr_accessor resource_arn: ::String
|
497
|
+
SENSITIVE: []
|
498
|
+
end
|
499
|
+
|
500
|
+
class ListTagsForResourceResponse
|
501
|
+
attr_accessor tags: ::Array[Types::Tag]
|
502
|
+
SENSITIVE: []
|
503
|
+
end
|
504
|
+
|
505
|
+
class LiveConnectorRTMPConfiguration
|
506
|
+
attr_accessor url: ::String
|
507
|
+
attr_accessor audio_channels: ("Stereo" | "Mono")
|
508
|
+
attr_accessor audio_sample_rate: ::String
|
509
|
+
SENSITIVE: [:url]
|
510
|
+
end
|
511
|
+
|
512
|
+
class LiveConnectorSinkConfiguration
|
513
|
+
attr_accessor sink_type: ("RTMP")
|
514
|
+
attr_accessor rtmp_configuration: Types::LiveConnectorRTMPConfiguration
|
515
|
+
SENSITIVE: []
|
516
|
+
end
|
517
|
+
|
518
|
+
class LiveConnectorSourceConfiguration
|
519
|
+
attr_accessor source_type: ("ChimeSdkMeeting")
|
520
|
+
attr_accessor chime_sdk_meeting_live_connector_configuration: Types::ChimeSdkMeetingLiveConnectorConfiguration
|
521
|
+
SENSITIVE: []
|
522
|
+
end
|
523
|
+
|
524
|
+
class MediaCapturePipeline
|
525
|
+
attr_accessor media_pipeline_id: ::String
|
526
|
+
attr_accessor media_pipeline_arn: ::String
|
527
|
+
attr_accessor source_type: ("ChimeSdkMeeting")
|
528
|
+
attr_accessor source_arn: ::String
|
529
|
+
attr_accessor status: ("Initializing" | "InProgress" | "Failed" | "Stopping" | "Stopped" | "Paused" | "NotStarted")
|
530
|
+
attr_accessor sink_type: ("S3Bucket")
|
531
|
+
attr_accessor sink_arn: ::String
|
532
|
+
attr_accessor created_timestamp: ::Time
|
533
|
+
attr_accessor updated_timestamp: ::Time
|
534
|
+
attr_accessor chime_sdk_meeting_configuration: Types::ChimeSdkMeetingConfiguration
|
535
|
+
SENSITIVE: [:source_arn, :sink_arn]
|
536
|
+
end
|
537
|
+
|
538
|
+
class MediaCapturePipelineSourceConfiguration
|
539
|
+
attr_accessor media_pipeline_arn: ::String
|
540
|
+
attr_accessor chime_sdk_meeting_configuration: Types::ChimeSdkMeetingConcatenationConfiguration
|
541
|
+
SENSITIVE: [:media_pipeline_arn]
|
542
|
+
end
|
543
|
+
|
544
|
+
class MediaCapturePipelineSummary
|
545
|
+
attr_accessor media_pipeline_id: ::String
|
546
|
+
attr_accessor media_pipeline_arn: ::String
|
547
|
+
SENSITIVE: []
|
548
|
+
end
|
549
|
+
|
550
|
+
class MediaConcatenationPipeline
|
551
|
+
attr_accessor media_pipeline_id: ::String
|
552
|
+
attr_accessor media_pipeline_arn: ::String
|
553
|
+
attr_accessor sources: ::Array[Types::ConcatenationSource]
|
554
|
+
attr_accessor sinks: ::Array[Types::ConcatenationSink]
|
555
|
+
attr_accessor status: ("Initializing" | "InProgress" | "Failed" | "Stopping" | "Stopped" | "Paused" | "NotStarted")
|
556
|
+
attr_accessor created_timestamp: ::Time
|
557
|
+
attr_accessor updated_timestamp: ::Time
|
558
|
+
SENSITIVE: []
|
559
|
+
end
|
560
|
+
|
561
|
+
class MediaInsightsPipeline
|
562
|
+
attr_accessor media_pipeline_id: ::String
|
563
|
+
attr_accessor media_pipeline_arn: ::String
|
564
|
+
attr_accessor media_insights_pipeline_configuration_arn: ::String
|
565
|
+
attr_accessor status: ("Initializing" | "InProgress" | "Failed" | "Stopping" | "Stopped" | "Paused" | "NotStarted")
|
566
|
+
attr_accessor kinesis_video_stream_source_runtime_configuration: Types::KinesisVideoStreamSourceRuntimeConfiguration
|
567
|
+
attr_accessor media_insights_runtime_metadata: ::Hash[::String, ::String]
|
568
|
+
attr_accessor kinesis_video_stream_recording_source_runtime_configuration: Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration
|
569
|
+
attr_accessor s3_recording_sink_runtime_configuration: Types::S3RecordingSinkRuntimeConfiguration
|
570
|
+
attr_accessor created_timestamp: ::Time
|
571
|
+
attr_accessor element_statuses: ::Array[Types::MediaInsightsPipelineElementStatus]
|
572
|
+
SENSITIVE: [:media_pipeline_arn, :media_insights_pipeline_configuration_arn, :media_insights_runtime_metadata]
|
573
|
+
end
|
574
|
+
|
575
|
+
class MediaInsightsPipelineConfiguration
|
576
|
+
attr_accessor media_insights_pipeline_configuration_name: ::String
|
577
|
+
attr_accessor media_insights_pipeline_configuration_arn: ::String
|
578
|
+
attr_accessor resource_access_role_arn: ::String
|
579
|
+
attr_accessor real_time_alert_configuration: Types::RealTimeAlertConfiguration
|
580
|
+
attr_accessor elements: ::Array[Types::MediaInsightsPipelineConfigurationElement]
|
581
|
+
attr_accessor media_insights_pipeline_configuration_id: ::String
|
582
|
+
attr_accessor created_timestamp: ::Time
|
583
|
+
attr_accessor updated_timestamp: ::Time
|
584
|
+
SENSITIVE: [:media_insights_pipeline_configuration_arn, :resource_access_role_arn]
|
585
|
+
end
|
586
|
+
|
587
|
+
class MediaInsightsPipelineConfigurationElement
|
588
|
+
attr_accessor type: ("AmazonTranscribeCallAnalyticsProcessor" | "VoiceAnalyticsProcessor" | "AmazonTranscribeProcessor" | "KinesisDataStreamSink" | "LambdaFunctionSink" | "SqsQueueSink" | "SnsTopicSink" | "S3RecordingSink" | "VoiceEnhancementSink")
|
589
|
+
attr_accessor amazon_transcribe_call_analytics_processor_configuration: Types::AmazonTranscribeCallAnalyticsProcessorConfiguration
|
590
|
+
attr_accessor amazon_transcribe_processor_configuration: Types::AmazonTranscribeProcessorConfiguration
|
591
|
+
attr_accessor kinesis_data_stream_sink_configuration: Types::KinesisDataStreamSinkConfiguration
|
592
|
+
attr_accessor s3_recording_sink_configuration: Types::S3RecordingSinkConfiguration
|
593
|
+
attr_accessor voice_analytics_processor_configuration: Types::VoiceAnalyticsProcessorConfiguration
|
594
|
+
attr_accessor lambda_function_sink_configuration: Types::LambdaFunctionSinkConfiguration
|
595
|
+
attr_accessor sqs_queue_sink_configuration: Types::SqsQueueSinkConfiguration
|
596
|
+
attr_accessor sns_topic_sink_configuration: Types::SnsTopicSinkConfiguration
|
597
|
+
attr_accessor voice_enhancement_sink_configuration: Types::VoiceEnhancementSinkConfiguration
|
598
|
+
SENSITIVE: []
|
599
|
+
end
|
600
|
+
|
601
|
+
class MediaInsightsPipelineConfigurationSummary
|
602
|
+
attr_accessor media_insights_pipeline_configuration_name: ::String
|
603
|
+
attr_accessor media_insights_pipeline_configuration_id: ::String
|
604
|
+
attr_accessor media_insights_pipeline_configuration_arn: ::String
|
605
|
+
SENSITIVE: [:media_insights_pipeline_configuration_arn]
|
606
|
+
end
|
607
|
+
|
608
|
+
class MediaInsightsPipelineElementStatus
|
609
|
+
attr_accessor type: ("AmazonTranscribeCallAnalyticsProcessor" | "VoiceAnalyticsProcessor" | "AmazonTranscribeProcessor" | "KinesisDataStreamSink" | "LambdaFunctionSink" | "SqsQueueSink" | "SnsTopicSink" | "S3RecordingSink" | "VoiceEnhancementSink")
|
610
|
+
attr_accessor status: ("NotStarted" | "NotSupported" | "Initializing" | "InProgress" | "Failed" | "Stopping" | "Stopped" | "Paused")
|
611
|
+
SENSITIVE: []
|
612
|
+
end
|
613
|
+
|
614
|
+
class MediaLiveConnectorPipeline
|
615
|
+
attr_accessor sources: ::Array[Types::LiveConnectorSourceConfiguration]
|
616
|
+
attr_accessor sinks: ::Array[Types::LiveConnectorSinkConfiguration]
|
617
|
+
attr_accessor media_pipeline_id: ::String
|
618
|
+
attr_accessor media_pipeline_arn: ::String
|
619
|
+
attr_accessor status: ("Initializing" | "InProgress" | "Failed" | "Stopping" | "Stopped" | "Paused" | "NotStarted")
|
620
|
+
attr_accessor created_timestamp: ::Time
|
621
|
+
attr_accessor updated_timestamp: ::Time
|
622
|
+
SENSITIVE: []
|
623
|
+
end
|
624
|
+
|
625
|
+
class MediaPipeline
|
626
|
+
attr_accessor media_capture_pipeline: Types::MediaCapturePipeline
|
627
|
+
attr_accessor media_live_connector_pipeline: Types::MediaLiveConnectorPipeline
|
628
|
+
attr_accessor media_concatenation_pipeline: Types::MediaConcatenationPipeline
|
629
|
+
attr_accessor media_insights_pipeline: Types::MediaInsightsPipeline
|
630
|
+
attr_accessor media_stream_pipeline: Types::MediaStreamPipeline
|
631
|
+
SENSITIVE: []
|
632
|
+
end
|
633
|
+
|
634
|
+
class MediaPipelineSummary
|
635
|
+
attr_accessor media_pipeline_id: ::String
|
636
|
+
attr_accessor media_pipeline_arn: ::String
|
637
|
+
SENSITIVE: []
|
638
|
+
end
|
639
|
+
|
640
|
+
class MediaStreamPipeline
|
641
|
+
attr_accessor media_pipeline_id: ::String
|
642
|
+
attr_accessor media_pipeline_arn: ::String
|
643
|
+
attr_accessor created_timestamp: ::Time
|
644
|
+
attr_accessor updated_timestamp: ::Time
|
645
|
+
attr_accessor status: ("Initializing" | "InProgress" | "Failed" | "Stopping" | "Stopped" | "Paused" | "NotStarted")
|
646
|
+
attr_accessor sources: ::Array[Types::MediaStreamSource]
|
647
|
+
attr_accessor sinks: ::Array[Types::MediaStreamSink]
|
648
|
+
SENSITIVE: []
|
649
|
+
end
|
650
|
+
|
651
|
+
class MediaStreamSink
|
652
|
+
attr_accessor sink_arn: ::String
|
653
|
+
attr_accessor sink_type: ("KinesisVideoStreamPool")
|
654
|
+
attr_accessor reserved_stream_capacity: ::Integer
|
655
|
+
attr_accessor media_stream_type: ("MixedAudio" | "IndividualAudio")
|
656
|
+
SENSITIVE: [:sink_arn]
|
657
|
+
end
|
658
|
+
|
659
|
+
class MediaStreamSource
|
660
|
+
attr_accessor source_type: ("ChimeSdkMeeting")
|
661
|
+
attr_accessor source_arn: ::String
|
662
|
+
SENSITIVE: [:source_arn]
|
663
|
+
end
|
664
|
+
|
665
|
+
class MeetingEventsConcatenationConfiguration
|
666
|
+
attr_accessor state: ("Enabled" | "Disabled")
|
667
|
+
SENSITIVE: []
|
668
|
+
end
|
669
|
+
|
670
|
+
class NotFoundException
|
671
|
+
attr_accessor code: ("BadRequest" | "Forbidden" | "NotFound" | "ResourceLimitExceeded" | "ServiceFailure" | "ServiceUnavailable" | "Throttling")
|
672
|
+
attr_accessor message: ::String
|
673
|
+
attr_accessor request_id: ::String
|
674
|
+
SENSITIVE: []
|
675
|
+
end
|
676
|
+
|
677
|
+
class PostCallAnalyticsSettings
|
678
|
+
attr_accessor output_location: ::String
|
679
|
+
attr_accessor data_access_role_arn: ::String
|
680
|
+
attr_accessor content_redaction_output: ("redacted" | "redacted_and_unredacted")
|
681
|
+
attr_accessor output_encryption_kms_key_id: ::String
|
682
|
+
SENSITIVE: []
|
683
|
+
end
|
684
|
+
|
685
|
+
class PresenterOnlyConfiguration
|
686
|
+
attr_accessor presenter_position: ("TopLeft" | "TopRight" | "BottomLeft" | "BottomRight")
|
687
|
+
SENSITIVE: []
|
688
|
+
end
|
689
|
+
|
690
|
+
class RealTimeAlertConfiguration
|
691
|
+
attr_accessor disabled: bool
|
692
|
+
attr_accessor rules: ::Array[Types::RealTimeAlertRule]
|
693
|
+
SENSITIVE: []
|
694
|
+
end
|
695
|
+
|
696
|
+
class RealTimeAlertRule
|
697
|
+
attr_accessor type: ("KeywordMatch" | "Sentiment" | "IssueDetection")
|
698
|
+
attr_accessor keyword_match_configuration: Types::KeywordMatchConfiguration
|
699
|
+
attr_accessor sentiment_configuration: Types::SentimentConfiguration
|
700
|
+
attr_accessor issue_detection_configuration: Types::IssueDetectionConfiguration
|
701
|
+
SENSITIVE: []
|
702
|
+
end
|
703
|
+
|
704
|
+
class RecordingStreamConfiguration
|
705
|
+
attr_accessor stream_arn: ::String
|
706
|
+
SENSITIVE: []
|
707
|
+
end
|
708
|
+
|
709
|
+
class ResourceLimitExceededException
|
710
|
+
attr_accessor code: ("BadRequest" | "Forbidden" | "NotFound" | "ResourceLimitExceeded" | "ServiceFailure" | "ServiceUnavailable" | "Throttling")
|
711
|
+
attr_accessor message: ::String
|
712
|
+
attr_accessor request_id: ::String
|
713
|
+
SENSITIVE: []
|
714
|
+
end
|
715
|
+
|
716
|
+
class S3BucketSinkConfiguration
|
717
|
+
attr_accessor destination: ::String
|
718
|
+
SENSITIVE: [:destination]
|
719
|
+
end
|
720
|
+
|
721
|
+
class S3RecordingSinkConfiguration
|
722
|
+
attr_accessor destination: ::String
|
723
|
+
attr_accessor recording_file_format: ("Wav" | "Opus")
|
724
|
+
SENSITIVE: [:destination]
|
725
|
+
end
|
726
|
+
|
727
|
+
class S3RecordingSinkRuntimeConfiguration
|
728
|
+
attr_accessor destination: ::String
|
729
|
+
attr_accessor recording_file_format: ("Wav" | "Opus")
|
730
|
+
SENSITIVE: [:destination]
|
731
|
+
end
|
732
|
+
|
733
|
+
class SelectedVideoStreams
|
734
|
+
attr_accessor attendee_ids: ::Array[::String]
|
735
|
+
attr_accessor external_user_ids: ::Array[::String]
|
736
|
+
SENSITIVE: []
|
737
|
+
end
|
738
|
+
|
739
|
+
class SentimentConfiguration
|
740
|
+
attr_accessor rule_name: ::String
|
741
|
+
attr_accessor sentiment_type: ("NEGATIVE")
|
742
|
+
attr_accessor time_period: ::Integer
|
743
|
+
SENSITIVE: []
|
744
|
+
end
|
745
|
+
|
746
|
+
class ServiceFailureException
|
747
|
+
attr_accessor code: ("BadRequest" | "Forbidden" | "NotFound" | "ResourceLimitExceeded" | "ServiceFailure" | "ServiceUnavailable" | "Throttling")
|
748
|
+
attr_accessor message: ::String
|
749
|
+
attr_accessor request_id: ::String
|
750
|
+
SENSITIVE: []
|
751
|
+
end
|
752
|
+
|
753
|
+
class ServiceUnavailableException
|
754
|
+
attr_accessor code: ("BadRequest" | "Forbidden" | "NotFound" | "ResourceLimitExceeded" | "ServiceFailure" | "ServiceUnavailable" | "Throttling")
|
755
|
+
attr_accessor message: ::String
|
756
|
+
attr_accessor request_id: ::String
|
757
|
+
SENSITIVE: []
|
758
|
+
end
|
759
|
+
|
760
|
+
class SnsTopicSinkConfiguration
|
761
|
+
attr_accessor insights_target: ::String
|
762
|
+
SENSITIVE: [:insights_target]
|
763
|
+
end
|
764
|
+
|
765
|
+
class SourceConfiguration
|
766
|
+
attr_accessor selected_video_streams: Types::SelectedVideoStreams
|
767
|
+
SENSITIVE: []
|
768
|
+
end
|
769
|
+
|
770
|
+
class SpeakerSearchTask
|
771
|
+
attr_accessor speaker_search_task_id: ::String
|
772
|
+
attr_accessor speaker_search_task_status: ("NotStarted" | "Initializing" | "InProgress" | "Failed" | "Stopping" | "Stopped")
|
773
|
+
attr_accessor created_timestamp: ::Time
|
774
|
+
attr_accessor updated_timestamp: ::Time
|
775
|
+
SENSITIVE: []
|
776
|
+
end
|
777
|
+
|
778
|
+
class SqsQueueSinkConfiguration
|
779
|
+
attr_accessor insights_target: ::String
|
780
|
+
SENSITIVE: [:insights_target]
|
781
|
+
end
|
782
|
+
|
783
|
+
class StartSpeakerSearchTaskRequest
|
784
|
+
attr_accessor identifier: ::String
|
785
|
+
attr_accessor voice_profile_domain_arn: ::String
|
786
|
+
attr_accessor kinesis_video_stream_source_task_configuration: Types::KinesisVideoStreamSourceTaskConfiguration
|
787
|
+
attr_accessor client_request_token: ::String
|
788
|
+
SENSITIVE: [:voice_profile_domain_arn, :client_request_token]
|
789
|
+
end
|
790
|
+
|
791
|
+
class StartSpeakerSearchTaskResponse
|
792
|
+
attr_accessor speaker_search_task: Types::SpeakerSearchTask
|
793
|
+
SENSITIVE: []
|
794
|
+
end
|
795
|
+
|
796
|
+
class StartVoiceToneAnalysisTaskRequest
|
797
|
+
attr_accessor identifier: ::String
|
798
|
+
attr_accessor language_code: ("en-US")
|
799
|
+
attr_accessor kinesis_video_stream_source_task_configuration: Types::KinesisVideoStreamSourceTaskConfiguration
|
800
|
+
attr_accessor client_request_token: ::String
|
801
|
+
SENSITIVE: [:client_request_token]
|
802
|
+
end
|
803
|
+
|
804
|
+
class StartVoiceToneAnalysisTaskResponse
|
805
|
+
attr_accessor voice_tone_analysis_task: Types::VoiceToneAnalysisTask
|
806
|
+
SENSITIVE: []
|
807
|
+
end
|
808
|
+
|
809
|
+
class StopSpeakerSearchTaskRequest
|
810
|
+
attr_accessor identifier: ::String
|
811
|
+
attr_accessor speaker_search_task_id: ::String
|
812
|
+
SENSITIVE: []
|
813
|
+
end
|
814
|
+
|
815
|
+
class StopVoiceToneAnalysisTaskRequest
|
816
|
+
attr_accessor identifier: ::String
|
817
|
+
attr_accessor voice_tone_analysis_task_id: ::String
|
818
|
+
SENSITIVE: []
|
819
|
+
end
|
820
|
+
|
821
|
+
class StreamChannelDefinition
|
822
|
+
attr_accessor number_of_channels: ::Integer
|
823
|
+
attr_accessor channel_definitions: ::Array[Types::ChannelDefinition]
|
824
|
+
SENSITIVE: []
|
825
|
+
end
|
826
|
+
|
827
|
+
class StreamConfiguration
|
828
|
+
attr_accessor stream_arn: ::String
|
829
|
+
attr_accessor fragment_number: ::String
|
830
|
+
attr_accessor stream_channel_definition: Types::StreamChannelDefinition
|
831
|
+
SENSITIVE: []
|
832
|
+
end
|
833
|
+
|
834
|
+
class Tag
|
835
|
+
attr_accessor key: ::String
|
836
|
+
attr_accessor value: ::String
|
837
|
+
SENSITIVE: []
|
838
|
+
end
|
839
|
+
|
840
|
+
class TagResourceRequest
|
841
|
+
attr_accessor resource_arn: ::String
|
842
|
+
attr_accessor tags: ::Array[Types::Tag]
|
843
|
+
SENSITIVE: []
|
844
|
+
end
|
845
|
+
|
846
|
+
class TagResourceResponse < Aws::EmptyStructure
|
847
|
+
end
|
848
|
+
|
849
|
+
class ThrottledClientException
|
850
|
+
attr_accessor code: ("BadRequest" | "Forbidden" | "NotFound" | "ResourceLimitExceeded" | "ServiceFailure" | "ServiceUnavailable" | "Throttling")
|
851
|
+
attr_accessor message: ::String
|
852
|
+
attr_accessor request_id: ::String
|
853
|
+
SENSITIVE: []
|
854
|
+
end
|
855
|
+
|
856
|
+
class TimestampRange
|
857
|
+
attr_accessor start_timestamp: ::Time
|
858
|
+
attr_accessor end_timestamp: ::Time
|
859
|
+
SENSITIVE: []
|
860
|
+
end
|
861
|
+
|
862
|
+
class TranscriptionMessagesConcatenationConfiguration
|
863
|
+
attr_accessor state: ("Enabled" | "Disabled")
|
864
|
+
SENSITIVE: []
|
865
|
+
end
|
866
|
+
|
867
|
+
class UnauthorizedClientException
|
868
|
+
attr_accessor code: ("BadRequest" | "Forbidden" | "NotFound" | "ResourceLimitExceeded" | "ServiceFailure" | "ServiceUnavailable" | "Throttling")
|
869
|
+
attr_accessor message: ::String
|
870
|
+
attr_accessor request_id: ::String
|
871
|
+
SENSITIVE: []
|
872
|
+
end
|
873
|
+
|
874
|
+
class UntagResourceRequest
|
875
|
+
attr_accessor resource_arn: ::String
|
876
|
+
attr_accessor tag_keys: ::Array[::String]
|
877
|
+
SENSITIVE: []
|
878
|
+
end
|
879
|
+
|
880
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
881
|
+
end
|
882
|
+
|
883
|
+
class UpdateMediaInsightsPipelineConfigurationRequest
|
884
|
+
attr_accessor identifier: ::String
|
885
|
+
attr_accessor resource_access_role_arn: ::String
|
886
|
+
attr_accessor real_time_alert_configuration: Types::RealTimeAlertConfiguration
|
887
|
+
attr_accessor elements: ::Array[Types::MediaInsightsPipelineConfigurationElement]
|
888
|
+
SENSITIVE: [:resource_access_role_arn]
|
889
|
+
end
|
890
|
+
|
891
|
+
class UpdateMediaInsightsPipelineConfigurationResponse
|
892
|
+
attr_accessor media_insights_pipeline_configuration: Types::MediaInsightsPipelineConfiguration
|
893
|
+
SENSITIVE: []
|
894
|
+
end
|
895
|
+
|
896
|
+
class UpdateMediaInsightsPipelineStatusRequest
|
897
|
+
attr_accessor identifier: ::String
|
898
|
+
attr_accessor update_status: ("Pause" | "Resume")
|
899
|
+
SENSITIVE: []
|
900
|
+
end
|
901
|
+
|
902
|
+
class UpdateMediaPipelineKinesisVideoStreamPoolRequest
|
903
|
+
attr_accessor identifier: ::String
|
904
|
+
attr_accessor stream_configuration: Types::KinesisVideoStreamConfigurationUpdate
|
905
|
+
SENSITIVE: []
|
906
|
+
end
|
907
|
+
|
908
|
+
class UpdateMediaPipelineKinesisVideoStreamPoolResponse
|
909
|
+
attr_accessor kinesis_video_stream_pool_configuration: Types::KinesisVideoStreamPoolConfiguration
|
910
|
+
SENSITIVE: []
|
911
|
+
end
|
912
|
+
|
913
|
+
class VerticalLayoutConfiguration
|
914
|
+
attr_accessor tile_order: ("JoinSequence" | "SpeakerSequence")
|
915
|
+
attr_accessor tile_position: ("Left" | "Right")
|
916
|
+
attr_accessor tile_count: ::Integer
|
917
|
+
attr_accessor tile_aspect_ratio: ::String
|
918
|
+
SENSITIVE: []
|
919
|
+
end
|
920
|
+
|
921
|
+
class VideoArtifactsConfiguration
|
922
|
+
attr_accessor state: ("Enabled" | "Disabled")
|
923
|
+
attr_accessor mux_type: ("VideoOnly")
|
924
|
+
SENSITIVE: []
|
925
|
+
end
|
926
|
+
|
927
|
+
class VideoAttribute
|
928
|
+
attr_accessor corner_radius: ::Integer
|
929
|
+
attr_accessor border_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")
|
930
|
+
attr_accessor highlight_color: ("Black" | "Blue" | "Red" | "Green" | "White" | "Yellow")
|
931
|
+
attr_accessor border_thickness: ::Integer
|
932
|
+
SENSITIVE: []
|
933
|
+
end
|
934
|
+
|
935
|
+
class VideoConcatenationConfiguration
|
936
|
+
attr_accessor state: ("Enabled" | "Disabled")
|
937
|
+
SENSITIVE: []
|
938
|
+
end
|
939
|
+
|
940
|
+
class VoiceAnalyticsProcessorConfiguration
|
941
|
+
attr_accessor speaker_search_status: ("Enabled" | "Disabled")
|
942
|
+
attr_accessor voice_tone_analysis_status: ("Enabled" | "Disabled")
|
943
|
+
SENSITIVE: []
|
944
|
+
end
|
945
|
+
|
946
|
+
class VoiceEnhancementSinkConfiguration
|
947
|
+
attr_accessor disabled: bool
|
948
|
+
SENSITIVE: []
|
949
|
+
end
|
950
|
+
|
951
|
+
class VoiceToneAnalysisTask
|
952
|
+
attr_accessor voice_tone_analysis_task_id: ::String
|
953
|
+
attr_accessor voice_tone_analysis_task_status: ("NotStarted" | "Initializing" | "InProgress" | "Failed" | "Stopping" | "Stopped")
|
954
|
+
attr_accessor created_timestamp: ::Time
|
955
|
+
attr_accessor updated_timestamp: ::Time
|
956
|
+
SENSITIVE: []
|
957
|
+
end
|
958
|
+
end
|
959
|
+
end
|