aws-sdk-medialive 1.113.0 → 1.115.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-medialive/client.rb +22 -1
- data/lib/aws-sdk-medialive/client_api.rb +20 -0
- data/lib/aws-sdk-medialive/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-medialive/types.rb +72 -3
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +3423 -0
- data/sig/errors.rbs +44 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +3466 -0
- data/sig/waiters.rbs +123 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,3466 @@
|
|
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::MediaLive
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AacSettings
|
12
|
+
attr_accessor bitrate: ::Float
|
13
|
+
attr_accessor coding_mode: ("AD_RECEIVER_MIX" | "CODING_MODE_1_0" | "CODING_MODE_1_1" | "CODING_MODE_2_0" | "CODING_MODE_5_1")
|
14
|
+
attr_accessor input_type: ("BROADCASTER_MIXED_AD" | "NORMAL")
|
15
|
+
attr_accessor profile: ("HEV1" | "HEV2" | "LC")
|
16
|
+
attr_accessor rate_control_mode: ("CBR" | "VBR")
|
17
|
+
attr_accessor raw_format: ("LATM_LOAS" | "NONE")
|
18
|
+
attr_accessor sample_rate: ::Float
|
19
|
+
attr_accessor spec: ("MPEG2" | "MPEG4")
|
20
|
+
attr_accessor vbr_quality: ("HIGH" | "LOW" | "MEDIUM_HIGH" | "MEDIUM_LOW")
|
21
|
+
SENSITIVE: []
|
22
|
+
end
|
23
|
+
|
24
|
+
class Ac3Settings
|
25
|
+
attr_accessor bitrate: ::Float
|
26
|
+
attr_accessor bitstream_mode: ("COMMENTARY" | "COMPLETE_MAIN" | "DIALOGUE" | "EMERGENCY" | "HEARING_IMPAIRED" | "MUSIC_AND_EFFECTS" | "VISUALLY_IMPAIRED" | "VOICE_OVER")
|
27
|
+
attr_accessor coding_mode: ("CODING_MODE_1_0" | "CODING_MODE_1_1" | "CODING_MODE_2_0" | "CODING_MODE_3_2_LFE")
|
28
|
+
attr_accessor dialnorm: ::Integer
|
29
|
+
attr_accessor drc_profile: ("FILM_STANDARD" | "NONE")
|
30
|
+
attr_accessor lfe_filter: ("DISABLED" | "ENABLED")
|
31
|
+
attr_accessor metadata_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")
|
32
|
+
attr_accessor attenuation_control: ("ATTENUATE_3_DB" | "NONE")
|
33
|
+
SENSITIVE: []
|
34
|
+
end
|
35
|
+
|
36
|
+
class AcceptInputDeviceTransferRequest
|
37
|
+
attr_accessor input_device_id: ::String
|
38
|
+
SENSITIVE: []
|
39
|
+
end
|
40
|
+
|
41
|
+
class AcceptInputDeviceTransferResponse < Aws::EmptyStructure
|
42
|
+
end
|
43
|
+
|
44
|
+
class AccessDenied
|
45
|
+
attr_accessor message: ::String
|
46
|
+
SENSITIVE: []
|
47
|
+
end
|
48
|
+
|
49
|
+
class AccountConfiguration
|
50
|
+
attr_accessor kms_key_id: ::String
|
51
|
+
SENSITIVE: []
|
52
|
+
end
|
53
|
+
|
54
|
+
class AncillarySourceSettings
|
55
|
+
attr_accessor source_ancillary_channel_number: ::Integer
|
56
|
+
SENSITIVE: []
|
57
|
+
end
|
58
|
+
|
59
|
+
class ArchiveCdnSettings
|
60
|
+
attr_accessor archive_s3_settings: Types::ArchiveS3Settings
|
61
|
+
SENSITIVE: []
|
62
|
+
end
|
63
|
+
|
64
|
+
class ArchiveContainerSettings
|
65
|
+
attr_accessor m2ts_settings: Types::M2tsSettings
|
66
|
+
attr_accessor raw_settings: Types::RawSettings
|
67
|
+
SENSITIVE: []
|
68
|
+
end
|
69
|
+
|
70
|
+
class ArchiveGroupSettings
|
71
|
+
attr_accessor archive_cdn_settings: Types::ArchiveCdnSettings
|
72
|
+
attr_accessor destination: Types::OutputLocationRef
|
73
|
+
attr_accessor rollover_interval: ::Integer
|
74
|
+
SENSITIVE: []
|
75
|
+
end
|
76
|
+
|
77
|
+
class ArchiveOutputSettings
|
78
|
+
attr_accessor container_settings: Types::ArchiveContainerSettings
|
79
|
+
attr_accessor extension: ::String
|
80
|
+
attr_accessor name_modifier: ::String
|
81
|
+
SENSITIVE: []
|
82
|
+
end
|
83
|
+
|
84
|
+
class ArchiveS3Settings
|
85
|
+
attr_accessor canned_acl: ("AUTHENTICATED_READ" | "BUCKET_OWNER_FULL_CONTROL" | "BUCKET_OWNER_READ" | "PUBLIC_READ")
|
86
|
+
SENSITIVE: []
|
87
|
+
end
|
88
|
+
|
89
|
+
class AribDestinationSettings < Aws::EmptyStructure
|
90
|
+
end
|
91
|
+
|
92
|
+
class AribSourceSettings < Aws::EmptyStructure
|
93
|
+
end
|
94
|
+
|
95
|
+
class AudioChannelMapping
|
96
|
+
attr_accessor input_channel_levels: ::Array[Types::InputChannelLevel]
|
97
|
+
attr_accessor output_channel: ::Integer
|
98
|
+
SENSITIVE: []
|
99
|
+
end
|
100
|
+
|
101
|
+
class AudioCodecSettings
|
102
|
+
attr_accessor aac_settings: Types::AacSettings
|
103
|
+
attr_accessor ac_3_settings: Types::Ac3Settings
|
104
|
+
attr_accessor eac_3_atmos_settings: Types::Eac3AtmosSettings
|
105
|
+
attr_accessor eac_3_settings: Types::Eac3Settings
|
106
|
+
attr_accessor mp_2_settings: Types::Mp2Settings
|
107
|
+
attr_accessor pass_through_settings: Types::PassThroughSettings
|
108
|
+
attr_accessor wav_settings: Types::WavSettings
|
109
|
+
SENSITIVE: []
|
110
|
+
end
|
111
|
+
|
112
|
+
class AudioDescription
|
113
|
+
attr_accessor audio_normalization_settings: Types::AudioNormalizationSettings
|
114
|
+
attr_accessor audio_selector_name: ::String
|
115
|
+
attr_accessor audio_type: ("CLEAN_EFFECTS" | "HEARING_IMPAIRED" | "UNDEFINED" | "VISUAL_IMPAIRED_COMMENTARY")
|
116
|
+
attr_accessor audio_type_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")
|
117
|
+
attr_accessor audio_watermarking_settings: Types::AudioWatermarkSettings
|
118
|
+
attr_accessor codec_settings: Types::AudioCodecSettings
|
119
|
+
attr_accessor language_code: ::String
|
120
|
+
attr_accessor language_code_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")
|
121
|
+
attr_accessor name: ::String
|
122
|
+
attr_accessor remix_settings: Types::RemixSettings
|
123
|
+
attr_accessor stream_name: ::String
|
124
|
+
SENSITIVE: []
|
125
|
+
end
|
126
|
+
|
127
|
+
class AudioDolbyEDecode
|
128
|
+
attr_accessor program_selection: ("ALL_CHANNELS" | "PROGRAM_1" | "PROGRAM_2" | "PROGRAM_3" | "PROGRAM_4" | "PROGRAM_5" | "PROGRAM_6" | "PROGRAM_7" | "PROGRAM_8")
|
129
|
+
SENSITIVE: []
|
130
|
+
end
|
131
|
+
|
132
|
+
class AudioHlsRenditionSelection
|
133
|
+
attr_accessor group_id: ::String
|
134
|
+
attr_accessor name: ::String
|
135
|
+
SENSITIVE: []
|
136
|
+
end
|
137
|
+
|
138
|
+
class AudioLanguageSelection
|
139
|
+
attr_accessor language_code: ::String
|
140
|
+
attr_accessor language_selection_policy: ("LOOSE" | "STRICT")
|
141
|
+
SENSITIVE: []
|
142
|
+
end
|
143
|
+
|
144
|
+
class AudioNormalizationSettings
|
145
|
+
attr_accessor algorithm: ("ITU_1770_1" | "ITU_1770_2")
|
146
|
+
attr_accessor algorithm_control: ("CORRECT_AUDIO")
|
147
|
+
attr_accessor target_lkfs: ::Float
|
148
|
+
SENSITIVE: []
|
149
|
+
end
|
150
|
+
|
151
|
+
class AudioOnlyHlsSettings
|
152
|
+
attr_accessor audio_group_id: ::String
|
153
|
+
attr_accessor audio_only_image: Types::InputLocation
|
154
|
+
attr_accessor audio_track_type: ("ALTERNATE_AUDIO_AUTO_SELECT" | "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" | "ALTERNATE_AUDIO_NOT_AUTO_SELECT" | "AUDIO_ONLY_VARIANT_STREAM")
|
155
|
+
attr_accessor segment_type: ("AAC" | "FMP4")
|
156
|
+
SENSITIVE: []
|
157
|
+
end
|
158
|
+
|
159
|
+
class AudioPidSelection
|
160
|
+
attr_accessor pid: ::Integer
|
161
|
+
SENSITIVE: []
|
162
|
+
end
|
163
|
+
|
164
|
+
class AudioSelector
|
165
|
+
attr_accessor name: ::String
|
166
|
+
attr_accessor selector_settings: Types::AudioSelectorSettings
|
167
|
+
SENSITIVE: []
|
168
|
+
end
|
169
|
+
|
170
|
+
class AudioSelectorSettings
|
171
|
+
attr_accessor audio_hls_rendition_selection: Types::AudioHlsRenditionSelection
|
172
|
+
attr_accessor audio_language_selection: Types::AudioLanguageSelection
|
173
|
+
attr_accessor audio_pid_selection: Types::AudioPidSelection
|
174
|
+
attr_accessor audio_track_selection: Types::AudioTrackSelection
|
175
|
+
SENSITIVE: []
|
176
|
+
end
|
177
|
+
|
178
|
+
class AudioSilenceFailoverSettings
|
179
|
+
attr_accessor audio_selector_name: ::String
|
180
|
+
attr_accessor audio_silence_threshold_msec: ::Integer
|
181
|
+
SENSITIVE: []
|
182
|
+
end
|
183
|
+
|
184
|
+
class AudioTrack
|
185
|
+
attr_accessor track: ::Integer
|
186
|
+
SENSITIVE: []
|
187
|
+
end
|
188
|
+
|
189
|
+
class AudioTrackSelection
|
190
|
+
attr_accessor tracks: ::Array[Types::AudioTrack]
|
191
|
+
attr_accessor dolby_e_decode: Types::AudioDolbyEDecode
|
192
|
+
SENSITIVE: []
|
193
|
+
end
|
194
|
+
|
195
|
+
class AudioWatermarkSettings
|
196
|
+
attr_accessor nielsen_watermarks_settings: Types::NielsenWatermarksSettings
|
197
|
+
SENSITIVE: []
|
198
|
+
end
|
199
|
+
|
200
|
+
class AutomaticInputFailoverSettings
|
201
|
+
attr_accessor error_clear_time_msec: ::Integer
|
202
|
+
attr_accessor failover_conditions: ::Array[Types::FailoverCondition]
|
203
|
+
attr_accessor input_preference: ("EQUAL_INPUT_PREFERENCE" | "PRIMARY_INPUT_PREFERRED")
|
204
|
+
attr_accessor secondary_input_id: ::String
|
205
|
+
SENSITIVE: []
|
206
|
+
end
|
207
|
+
|
208
|
+
class AvailBlanking
|
209
|
+
attr_accessor avail_blanking_image: Types::InputLocation
|
210
|
+
attr_accessor state: ("DISABLED" | "ENABLED")
|
211
|
+
SENSITIVE: []
|
212
|
+
end
|
213
|
+
|
214
|
+
class AvailConfiguration
|
215
|
+
attr_accessor avail_settings: Types::AvailSettings
|
216
|
+
SENSITIVE: []
|
217
|
+
end
|
218
|
+
|
219
|
+
class AvailSettings
|
220
|
+
attr_accessor esam: Types::Esam
|
221
|
+
attr_accessor scte_35_splice_insert: Types::Scte35SpliceInsert
|
222
|
+
attr_accessor scte_35_time_signal_apos: Types::Scte35TimeSignalApos
|
223
|
+
SENSITIVE: []
|
224
|
+
end
|
225
|
+
|
226
|
+
class BadGatewayException
|
227
|
+
attr_accessor message: ::String
|
228
|
+
SENSITIVE: []
|
229
|
+
end
|
230
|
+
|
231
|
+
class BadRequestException
|
232
|
+
attr_accessor message: ::String
|
233
|
+
SENSITIVE: []
|
234
|
+
end
|
235
|
+
|
236
|
+
class BatchDelete
|
237
|
+
attr_accessor channel_ids: ::Array[::String]
|
238
|
+
attr_accessor input_ids: ::Array[::String]
|
239
|
+
attr_accessor input_security_group_ids: ::Array[::String]
|
240
|
+
attr_accessor multiplex_ids: ::Array[::String]
|
241
|
+
SENSITIVE: []
|
242
|
+
end
|
243
|
+
|
244
|
+
class BatchDeleteRequest
|
245
|
+
attr_accessor channel_ids: ::Array[::String]
|
246
|
+
attr_accessor input_ids: ::Array[::String]
|
247
|
+
attr_accessor input_security_group_ids: ::Array[::String]
|
248
|
+
attr_accessor multiplex_ids: ::Array[::String]
|
249
|
+
SENSITIVE: []
|
250
|
+
end
|
251
|
+
|
252
|
+
class BatchDeleteResponse
|
253
|
+
attr_accessor failed: ::Array[Types::BatchFailedResultModel]
|
254
|
+
attr_accessor successful: ::Array[Types::BatchSuccessfulResultModel]
|
255
|
+
SENSITIVE: []
|
256
|
+
end
|
257
|
+
|
258
|
+
class BatchDeleteResultModel
|
259
|
+
attr_accessor failed: ::Array[Types::BatchFailedResultModel]
|
260
|
+
attr_accessor successful: ::Array[Types::BatchSuccessfulResultModel]
|
261
|
+
SENSITIVE: []
|
262
|
+
end
|
263
|
+
|
264
|
+
class BatchFailedResultModel
|
265
|
+
attr_accessor arn: ::String
|
266
|
+
attr_accessor code: ::String
|
267
|
+
attr_accessor id: ::String
|
268
|
+
attr_accessor message: ::String
|
269
|
+
SENSITIVE: []
|
270
|
+
end
|
271
|
+
|
272
|
+
class BatchScheduleActionCreateRequest
|
273
|
+
attr_accessor schedule_actions: ::Array[Types::ScheduleAction]
|
274
|
+
SENSITIVE: []
|
275
|
+
end
|
276
|
+
|
277
|
+
class BatchScheduleActionCreateResult
|
278
|
+
attr_accessor schedule_actions: ::Array[Types::ScheduleAction]
|
279
|
+
SENSITIVE: []
|
280
|
+
end
|
281
|
+
|
282
|
+
class BatchScheduleActionDeleteRequest
|
283
|
+
attr_accessor action_names: ::Array[::String]
|
284
|
+
SENSITIVE: []
|
285
|
+
end
|
286
|
+
|
287
|
+
class BatchScheduleActionDeleteResult
|
288
|
+
attr_accessor schedule_actions: ::Array[Types::ScheduleAction]
|
289
|
+
SENSITIVE: []
|
290
|
+
end
|
291
|
+
|
292
|
+
class BatchStart
|
293
|
+
attr_accessor channel_ids: ::Array[::String]
|
294
|
+
attr_accessor multiplex_ids: ::Array[::String]
|
295
|
+
SENSITIVE: []
|
296
|
+
end
|
297
|
+
|
298
|
+
class BatchStartRequest
|
299
|
+
attr_accessor channel_ids: ::Array[::String]
|
300
|
+
attr_accessor multiplex_ids: ::Array[::String]
|
301
|
+
SENSITIVE: []
|
302
|
+
end
|
303
|
+
|
304
|
+
class BatchStartResponse
|
305
|
+
attr_accessor failed: ::Array[Types::BatchFailedResultModel]
|
306
|
+
attr_accessor successful: ::Array[Types::BatchSuccessfulResultModel]
|
307
|
+
SENSITIVE: []
|
308
|
+
end
|
309
|
+
|
310
|
+
class BatchStartResultModel
|
311
|
+
attr_accessor failed: ::Array[Types::BatchFailedResultModel]
|
312
|
+
attr_accessor successful: ::Array[Types::BatchSuccessfulResultModel]
|
313
|
+
SENSITIVE: []
|
314
|
+
end
|
315
|
+
|
316
|
+
class BatchStop
|
317
|
+
attr_accessor channel_ids: ::Array[::String]
|
318
|
+
attr_accessor multiplex_ids: ::Array[::String]
|
319
|
+
SENSITIVE: []
|
320
|
+
end
|
321
|
+
|
322
|
+
class BatchStopRequest
|
323
|
+
attr_accessor channel_ids: ::Array[::String]
|
324
|
+
attr_accessor multiplex_ids: ::Array[::String]
|
325
|
+
SENSITIVE: []
|
326
|
+
end
|
327
|
+
|
328
|
+
class BatchStopResponse
|
329
|
+
attr_accessor failed: ::Array[Types::BatchFailedResultModel]
|
330
|
+
attr_accessor successful: ::Array[Types::BatchSuccessfulResultModel]
|
331
|
+
SENSITIVE: []
|
332
|
+
end
|
333
|
+
|
334
|
+
class BatchStopResultModel
|
335
|
+
attr_accessor failed: ::Array[Types::BatchFailedResultModel]
|
336
|
+
attr_accessor successful: ::Array[Types::BatchSuccessfulResultModel]
|
337
|
+
SENSITIVE: []
|
338
|
+
end
|
339
|
+
|
340
|
+
class BatchSuccessfulResultModel
|
341
|
+
attr_accessor arn: ::String
|
342
|
+
attr_accessor id: ::String
|
343
|
+
attr_accessor state: ::String
|
344
|
+
SENSITIVE: []
|
345
|
+
end
|
346
|
+
|
347
|
+
class BatchUpdateScheduleRequest
|
348
|
+
attr_accessor channel_id: ::String
|
349
|
+
attr_accessor creates: Types::BatchScheduleActionCreateRequest
|
350
|
+
attr_accessor deletes: Types::BatchScheduleActionDeleteRequest
|
351
|
+
SENSITIVE: []
|
352
|
+
end
|
353
|
+
|
354
|
+
class BatchUpdateScheduleResponse
|
355
|
+
attr_accessor creates: Types::BatchScheduleActionCreateResult
|
356
|
+
attr_accessor deletes: Types::BatchScheduleActionDeleteResult
|
357
|
+
SENSITIVE: []
|
358
|
+
end
|
359
|
+
|
360
|
+
class BatchUpdateScheduleResult
|
361
|
+
attr_accessor creates: Types::BatchScheduleActionCreateResult
|
362
|
+
attr_accessor deletes: Types::BatchScheduleActionDeleteResult
|
363
|
+
SENSITIVE: []
|
364
|
+
end
|
365
|
+
|
366
|
+
class BlackoutSlate
|
367
|
+
attr_accessor blackout_slate_image: Types::InputLocation
|
368
|
+
attr_accessor network_end_blackout: ("DISABLED" | "ENABLED")
|
369
|
+
attr_accessor network_end_blackout_image: Types::InputLocation
|
370
|
+
attr_accessor network_id: ::String
|
371
|
+
attr_accessor state: ("DISABLED" | "ENABLED")
|
372
|
+
SENSITIVE: []
|
373
|
+
end
|
374
|
+
|
375
|
+
class BurnInDestinationSettings
|
376
|
+
attr_accessor alignment: ("CENTERED" | "LEFT" | "SMART")
|
377
|
+
attr_accessor background_color: ("BLACK" | "NONE" | "WHITE")
|
378
|
+
attr_accessor background_opacity: ::Integer
|
379
|
+
attr_accessor font: Types::InputLocation
|
380
|
+
attr_accessor font_color: ("BLACK" | "BLUE" | "GREEN" | "RED" | "WHITE" | "YELLOW")
|
381
|
+
attr_accessor font_opacity: ::Integer
|
382
|
+
attr_accessor font_resolution: ::Integer
|
383
|
+
attr_accessor font_size: ::String
|
384
|
+
attr_accessor outline_color: ("BLACK" | "BLUE" | "GREEN" | "RED" | "WHITE" | "YELLOW")
|
385
|
+
attr_accessor outline_size: ::Integer
|
386
|
+
attr_accessor shadow_color: ("BLACK" | "NONE" | "WHITE")
|
387
|
+
attr_accessor shadow_opacity: ::Integer
|
388
|
+
attr_accessor shadow_x_offset: ::Integer
|
389
|
+
attr_accessor shadow_y_offset: ::Integer
|
390
|
+
attr_accessor teletext_grid_control: ("FIXED" | "SCALED")
|
391
|
+
attr_accessor x_position: ::Integer
|
392
|
+
attr_accessor y_position: ::Integer
|
393
|
+
SENSITIVE: []
|
394
|
+
end
|
395
|
+
|
396
|
+
class CancelInputDeviceTransferRequest
|
397
|
+
attr_accessor input_device_id: ::String
|
398
|
+
SENSITIVE: []
|
399
|
+
end
|
400
|
+
|
401
|
+
class CancelInputDeviceTransferResponse < Aws::EmptyStructure
|
402
|
+
end
|
403
|
+
|
404
|
+
class CaptionDescription
|
405
|
+
attr_accessor accessibility: ("DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES" | "IMPLEMENTS_ACCESSIBILITY_FEATURES")
|
406
|
+
attr_accessor caption_selector_name: ::String
|
407
|
+
attr_accessor destination_settings: Types::CaptionDestinationSettings
|
408
|
+
attr_accessor language_code: ::String
|
409
|
+
attr_accessor language_description: ::String
|
410
|
+
attr_accessor name: ::String
|
411
|
+
SENSITIVE: []
|
412
|
+
end
|
413
|
+
|
414
|
+
class CaptionDestinationSettings
|
415
|
+
attr_accessor arib_destination_settings: Types::AribDestinationSettings
|
416
|
+
attr_accessor burn_in_destination_settings: Types::BurnInDestinationSettings
|
417
|
+
attr_accessor dvb_sub_destination_settings: Types::DvbSubDestinationSettings
|
418
|
+
attr_accessor ebu_tt_d_destination_settings: Types::EbuTtDDestinationSettings
|
419
|
+
attr_accessor embedded_destination_settings: Types::EmbeddedDestinationSettings
|
420
|
+
attr_accessor embedded_plus_scte_20_destination_settings: Types::EmbeddedPlusScte20DestinationSettings
|
421
|
+
attr_accessor rtmp_caption_info_destination_settings: Types::RtmpCaptionInfoDestinationSettings
|
422
|
+
attr_accessor scte_20_plus_embedded_destination_settings: Types::Scte20PlusEmbeddedDestinationSettings
|
423
|
+
attr_accessor scte_27_destination_settings: Types::Scte27DestinationSettings
|
424
|
+
attr_accessor smpte_tt_destination_settings: Types::SmpteTtDestinationSettings
|
425
|
+
attr_accessor teletext_destination_settings: Types::TeletextDestinationSettings
|
426
|
+
attr_accessor ttml_destination_settings: Types::TtmlDestinationSettings
|
427
|
+
attr_accessor webvtt_destination_settings: Types::WebvttDestinationSettings
|
428
|
+
SENSITIVE: []
|
429
|
+
end
|
430
|
+
|
431
|
+
class CaptionLanguageMapping
|
432
|
+
attr_accessor caption_channel: ::Integer
|
433
|
+
attr_accessor language_code: ::String
|
434
|
+
attr_accessor language_description: ::String
|
435
|
+
SENSITIVE: []
|
436
|
+
end
|
437
|
+
|
438
|
+
class CaptionRectangle
|
439
|
+
attr_accessor height: ::Float
|
440
|
+
attr_accessor left_offset: ::Float
|
441
|
+
attr_accessor top_offset: ::Float
|
442
|
+
attr_accessor width: ::Float
|
443
|
+
SENSITIVE: []
|
444
|
+
end
|
445
|
+
|
446
|
+
class CaptionSelector
|
447
|
+
attr_accessor language_code: ::String
|
448
|
+
attr_accessor name: ::String
|
449
|
+
attr_accessor selector_settings: Types::CaptionSelectorSettings
|
450
|
+
SENSITIVE: []
|
451
|
+
end
|
452
|
+
|
453
|
+
class CaptionSelectorSettings
|
454
|
+
attr_accessor ancillary_source_settings: Types::AncillarySourceSettings
|
455
|
+
attr_accessor arib_source_settings: Types::AribSourceSettings
|
456
|
+
attr_accessor dvb_sub_source_settings: Types::DvbSubSourceSettings
|
457
|
+
attr_accessor embedded_source_settings: Types::EmbeddedSourceSettings
|
458
|
+
attr_accessor scte_20_source_settings: Types::Scte20SourceSettings
|
459
|
+
attr_accessor scte_27_source_settings: Types::Scte27SourceSettings
|
460
|
+
attr_accessor teletext_source_settings: Types::TeletextSourceSettings
|
461
|
+
SENSITIVE: []
|
462
|
+
end
|
463
|
+
|
464
|
+
class CdiInputSpecification
|
465
|
+
attr_accessor resolution: ("SD" | "HD" | "FHD" | "UHD")
|
466
|
+
SENSITIVE: []
|
467
|
+
end
|
468
|
+
|
469
|
+
class Channel
|
470
|
+
attr_accessor arn: ::String
|
471
|
+
attr_accessor cdi_input_specification: Types::CdiInputSpecification
|
472
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
473
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
474
|
+
attr_accessor egress_endpoints: ::Array[Types::ChannelEgressEndpoint]
|
475
|
+
attr_accessor encoder_settings: Types::EncoderSettings
|
476
|
+
attr_accessor id: ::String
|
477
|
+
attr_accessor input_attachments: ::Array[Types::InputAttachment]
|
478
|
+
attr_accessor input_specification: Types::InputSpecification
|
479
|
+
attr_accessor log_level: ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
480
|
+
attr_accessor maintenance: Types::MaintenanceStatus
|
481
|
+
attr_accessor name: ::String
|
482
|
+
attr_accessor pipeline_details: ::Array[Types::PipelineDetail]
|
483
|
+
attr_accessor pipelines_running_count: ::Integer
|
484
|
+
attr_accessor role_arn: ::String
|
485
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
486
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
487
|
+
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
488
|
+
SENSITIVE: []
|
489
|
+
end
|
490
|
+
|
491
|
+
class ChannelConfigurationValidationError
|
492
|
+
attr_accessor message: ::String
|
493
|
+
attr_accessor validation_errors: ::Array[Types::ValidationError]
|
494
|
+
SENSITIVE: []
|
495
|
+
end
|
496
|
+
|
497
|
+
class ChannelEgressEndpoint
|
498
|
+
attr_accessor source_ip: ::String
|
499
|
+
SENSITIVE: []
|
500
|
+
end
|
501
|
+
|
502
|
+
class ChannelSummary
|
503
|
+
attr_accessor arn: ::String
|
504
|
+
attr_accessor cdi_input_specification: Types::CdiInputSpecification
|
505
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
506
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
507
|
+
attr_accessor egress_endpoints: ::Array[Types::ChannelEgressEndpoint]
|
508
|
+
attr_accessor id: ::String
|
509
|
+
attr_accessor input_attachments: ::Array[Types::InputAttachment]
|
510
|
+
attr_accessor input_specification: Types::InputSpecification
|
511
|
+
attr_accessor log_level: ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
512
|
+
attr_accessor maintenance: Types::MaintenanceStatus
|
513
|
+
attr_accessor name: ::String
|
514
|
+
attr_accessor pipelines_running_count: ::Integer
|
515
|
+
attr_accessor role_arn: ::String
|
516
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
517
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
518
|
+
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
519
|
+
SENSITIVE: []
|
520
|
+
end
|
521
|
+
|
522
|
+
class ClaimDeviceRequest
|
523
|
+
attr_accessor id: ::String
|
524
|
+
SENSITIVE: []
|
525
|
+
end
|
526
|
+
|
527
|
+
class ClaimDeviceResponse < Aws::EmptyStructure
|
528
|
+
end
|
529
|
+
|
530
|
+
class ColorCorrection
|
531
|
+
attr_accessor input_color_space: ("HDR10" | "HLG_2020" | "REC_601" | "REC_709")
|
532
|
+
attr_accessor output_color_space: ("HDR10" | "HLG_2020" | "REC_601" | "REC_709")
|
533
|
+
attr_accessor uri: ::String
|
534
|
+
SENSITIVE: []
|
535
|
+
end
|
536
|
+
|
537
|
+
class ColorCorrectionSettings
|
538
|
+
attr_accessor global_color_corrections: ::Array[Types::ColorCorrection]
|
539
|
+
SENSITIVE: []
|
540
|
+
end
|
541
|
+
|
542
|
+
class ColorSpacePassthroughSettings < Aws::EmptyStructure
|
543
|
+
end
|
544
|
+
|
545
|
+
class ConflictException
|
546
|
+
attr_accessor message: ::String
|
547
|
+
SENSITIVE: []
|
548
|
+
end
|
549
|
+
|
550
|
+
class CreateChannel
|
551
|
+
attr_accessor cdi_input_specification: Types::CdiInputSpecification
|
552
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
553
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
554
|
+
attr_accessor encoder_settings: Types::EncoderSettings
|
555
|
+
attr_accessor input_attachments: ::Array[Types::InputAttachment]
|
556
|
+
attr_accessor input_specification: Types::InputSpecification
|
557
|
+
attr_accessor log_level: ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
558
|
+
attr_accessor maintenance: Types::MaintenanceCreateSettings
|
559
|
+
attr_accessor name: ::String
|
560
|
+
attr_accessor request_id: ::String
|
561
|
+
attr_accessor reserved: ::String
|
562
|
+
attr_accessor role_arn: ::String
|
563
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
564
|
+
attr_accessor vpc: Types::VpcOutputSettings
|
565
|
+
SENSITIVE: []
|
566
|
+
end
|
567
|
+
|
568
|
+
class CreateChannelRequest
|
569
|
+
attr_accessor cdi_input_specification: Types::CdiInputSpecification
|
570
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
571
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
572
|
+
attr_accessor encoder_settings: Types::EncoderSettings
|
573
|
+
attr_accessor input_attachments: ::Array[Types::InputAttachment]
|
574
|
+
attr_accessor input_specification: Types::InputSpecification
|
575
|
+
attr_accessor log_level: ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
576
|
+
attr_accessor maintenance: Types::MaintenanceCreateSettings
|
577
|
+
attr_accessor name: ::String
|
578
|
+
attr_accessor request_id: ::String
|
579
|
+
attr_accessor reserved: ::String
|
580
|
+
attr_accessor role_arn: ::String
|
581
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
582
|
+
attr_accessor vpc: Types::VpcOutputSettings
|
583
|
+
SENSITIVE: []
|
584
|
+
end
|
585
|
+
|
586
|
+
class CreateChannelResponse
|
587
|
+
attr_accessor channel: Types::Channel
|
588
|
+
SENSITIVE: []
|
589
|
+
end
|
590
|
+
|
591
|
+
class CreateChannelResultModel
|
592
|
+
attr_accessor channel: Types::Channel
|
593
|
+
SENSITIVE: []
|
594
|
+
end
|
595
|
+
|
596
|
+
class CreateInput
|
597
|
+
attr_accessor destinations: ::Array[Types::InputDestinationRequest]
|
598
|
+
attr_accessor input_devices: ::Array[Types::InputDeviceSettings]
|
599
|
+
attr_accessor input_security_groups: ::Array[::String]
|
600
|
+
attr_accessor media_connect_flows: ::Array[Types::MediaConnectFlowRequest]
|
601
|
+
attr_accessor name: ::String
|
602
|
+
attr_accessor request_id: ::String
|
603
|
+
attr_accessor role_arn: ::String
|
604
|
+
attr_accessor sources: ::Array[Types::InputSourceRequest]
|
605
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
606
|
+
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE")
|
607
|
+
attr_accessor vpc: Types::InputVpcRequest
|
608
|
+
SENSITIVE: []
|
609
|
+
end
|
610
|
+
|
611
|
+
class CreateInputRequest
|
612
|
+
attr_accessor destinations: ::Array[Types::InputDestinationRequest]
|
613
|
+
attr_accessor input_devices: ::Array[Types::InputDeviceSettings]
|
614
|
+
attr_accessor input_security_groups: ::Array[::String]
|
615
|
+
attr_accessor media_connect_flows: ::Array[Types::MediaConnectFlowRequest]
|
616
|
+
attr_accessor name: ::String
|
617
|
+
attr_accessor request_id: ::String
|
618
|
+
attr_accessor role_arn: ::String
|
619
|
+
attr_accessor sources: ::Array[Types::InputSourceRequest]
|
620
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
621
|
+
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE")
|
622
|
+
attr_accessor vpc: Types::InputVpcRequest
|
623
|
+
SENSITIVE: []
|
624
|
+
end
|
625
|
+
|
626
|
+
class CreateInputResponse
|
627
|
+
attr_accessor input: Types::Input
|
628
|
+
SENSITIVE: []
|
629
|
+
end
|
630
|
+
|
631
|
+
class CreateInputResultModel
|
632
|
+
attr_accessor input: Types::Input
|
633
|
+
SENSITIVE: []
|
634
|
+
end
|
635
|
+
|
636
|
+
class CreateInputSecurityGroupRequest
|
637
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
638
|
+
attr_accessor whitelist_rules: ::Array[Types::InputWhitelistRuleCidr]
|
639
|
+
SENSITIVE: []
|
640
|
+
end
|
641
|
+
|
642
|
+
class CreateInputSecurityGroupResponse
|
643
|
+
attr_accessor security_group: Types::InputSecurityGroup
|
644
|
+
SENSITIVE: []
|
645
|
+
end
|
646
|
+
|
647
|
+
class CreateInputSecurityGroupResultModel
|
648
|
+
attr_accessor security_group: Types::InputSecurityGroup
|
649
|
+
SENSITIVE: []
|
650
|
+
end
|
651
|
+
|
652
|
+
class CreateMultiplex
|
653
|
+
attr_accessor availability_zones: ::Array[::String]
|
654
|
+
attr_accessor multiplex_settings: Types::MultiplexSettings
|
655
|
+
attr_accessor name: ::String
|
656
|
+
attr_accessor request_id: ::String
|
657
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
658
|
+
SENSITIVE: []
|
659
|
+
end
|
660
|
+
|
661
|
+
class CreateMultiplexProgram
|
662
|
+
attr_accessor multiplex_program_settings: Types::MultiplexProgramSettings
|
663
|
+
attr_accessor program_name: ::String
|
664
|
+
attr_accessor request_id: ::String
|
665
|
+
SENSITIVE: []
|
666
|
+
end
|
667
|
+
|
668
|
+
class CreateMultiplexProgramRequest
|
669
|
+
attr_accessor multiplex_id: ::String
|
670
|
+
attr_accessor multiplex_program_settings: Types::MultiplexProgramSettings
|
671
|
+
attr_accessor program_name: ::String
|
672
|
+
attr_accessor request_id: ::String
|
673
|
+
SENSITIVE: []
|
674
|
+
end
|
675
|
+
|
676
|
+
class CreateMultiplexProgramResponse
|
677
|
+
attr_accessor multiplex_program: Types::MultiplexProgram
|
678
|
+
SENSITIVE: []
|
679
|
+
end
|
680
|
+
|
681
|
+
class CreateMultiplexProgramResultModel
|
682
|
+
attr_accessor multiplex_program: Types::MultiplexProgram
|
683
|
+
SENSITIVE: []
|
684
|
+
end
|
685
|
+
|
686
|
+
class CreateMultiplexRequest
|
687
|
+
attr_accessor availability_zones: ::Array[::String]
|
688
|
+
attr_accessor multiplex_settings: Types::MultiplexSettings
|
689
|
+
attr_accessor name: ::String
|
690
|
+
attr_accessor request_id: ::String
|
691
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
692
|
+
SENSITIVE: []
|
693
|
+
end
|
694
|
+
|
695
|
+
class CreateMultiplexResponse
|
696
|
+
attr_accessor multiplex: Types::Multiplex
|
697
|
+
SENSITIVE: []
|
698
|
+
end
|
699
|
+
|
700
|
+
class CreateMultiplexResultModel
|
701
|
+
attr_accessor multiplex: Types::Multiplex
|
702
|
+
SENSITIVE: []
|
703
|
+
end
|
704
|
+
|
705
|
+
class CreatePartnerInput
|
706
|
+
attr_accessor request_id: ::String
|
707
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
708
|
+
SENSITIVE: []
|
709
|
+
end
|
710
|
+
|
711
|
+
class CreatePartnerInputRequest
|
712
|
+
attr_accessor input_id: ::String
|
713
|
+
attr_accessor request_id: ::String
|
714
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
715
|
+
SENSITIVE: []
|
716
|
+
end
|
717
|
+
|
718
|
+
class CreatePartnerInputResponse
|
719
|
+
attr_accessor input: Types::Input
|
720
|
+
SENSITIVE: []
|
721
|
+
end
|
722
|
+
|
723
|
+
class CreatePartnerInputResultModel
|
724
|
+
attr_accessor input: Types::Input
|
725
|
+
SENSITIVE: []
|
726
|
+
end
|
727
|
+
|
728
|
+
class CreateTagsRequest
|
729
|
+
attr_accessor resource_arn: ::String
|
730
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
731
|
+
SENSITIVE: []
|
732
|
+
end
|
733
|
+
|
734
|
+
class DeleteChannelRequest
|
735
|
+
attr_accessor channel_id: ::String
|
736
|
+
SENSITIVE: []
|
737
|
+
end
|
738
|
+
|
739
|
+
class DeleteChannelResponse
|
740
|
+
attr_accessor arn: ::String
|
741
|
+
attr_accessor cdi_input_specification: Types::CdiInputSpecification
|
742
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
743
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
744
|
+
attr_accessor egress_endpoints: ::Array[Types::ChannelEgressEndpoint]
|
745
|
+
attr_accessor encoder_settings: Types::EncoderSettings
|
746
|
+
attr_accessor id: ::String
|
747
|
+
attr_accessor input_attachments: ::Array[Types::InputAttachment]
|
748
|
+
attr_accessor input_specification: Types::InputSpecification
|
749
|
+
attr_accessor log_level: ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
750
|
+
attr_accessor maintenance: Types::MaintenanceStatus
|
751
|
+
attr_accessor name: ::String
|
752
|
+
attr_accessor pipeline_details: ::Array[Types::PipelineDetail]
|
753
|
+
attr_accessor pipelines_running_count: ::Integer
|
754
|
+
attr_accessor role_arn: ::String
|
755
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
756
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
757
|
+
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
758
|
+
SENSITIVE: []
|
759
|
+
end
|
760
|
+
|
761
|
+
class DeleteInputRequest
|
762
|
+
attr_accessor input_id: ::String
|
763
|
+
SENSITIVE: []
|
764
|
+
end
|
765
|
+
|
766
|
+
class DeleteInputResponse < Aws::EmptyStructure
|
767
|
+
end
|
768
|
+
|
769
|
+
class DeleteInputSecurityGroupRequest
|
770
|
+
attr_accessor input_security_group_id: ::String
|
771
|
+
SENSITIVE: []
|
772
|
+
end
|
773
|
+
|
774
|
+
class DeleteInputSecurityGroupResponse < Aws::EmptyStructure
|
775
|
+
end
|
776
|
+
|
777
|
+
class DeleteMultiplexProgramRequest
|
778
|
+
attr_accessor multiplex_id: ::String
|
779
|
+
attr_accessor program_name: ::String
|
780
|
+
SENSITIVE: []
|
781
|
+
end
|
782
|
+
|
783
|
+
class DeleteMultiplexProgramResponse
|
784
|
+
attr_accessor channel_id: ::String
|
785
|
+
attr_accessor multiplex_program_settings: Types::MultiplexProgramSettings
|
786
|
+
attr_accessor packet_identifiers_map: Types::MultiplexProgramPacketIdentifiersMap
|
787
|
+
attr_accessor pipeline_details: ::Array[Types::MultiplexProgramPipelineDetail]
|
788
|
+
attr_accessor program_name: ::String
|
789
|
+
SENSITIVE: []
|
790
|
+
end
|
791
|
+
|
792
|
+
class DeleteMultiplexRequest
|
793
|
+
attr_accessor multiplex_id: ::String
|
794
|
+
SENSITIVE: []
|
795
|
+
end
|
796
|
+
|
797
|
+
class DeleteMultiplexResponse
|
798
|
+
attr_accessor arn: ::String
|
799
|
+
attr_accessor availability_zones: ::Array[::String]
|
800
|
+
attr_accessor destinations: ::Array[Types::MultiplexOutputDestination]
|
801
|
+
attr_accessor id: ::String
|
802
|
+
attr_accessor multiplex_settings: Types::MultiplexSettings
|
803
|
+
attr_accessor name: ::String
|
804
|
+
attr_accessor pipelines_running_count: ::Integer
|
805
|
+
attr_accessor program_count: ::Integer
|
806
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
807
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
808
|
+
SENSITIVE: []
|
809
|
+
end
|
810
|
+
|
811
|
+
class DeleteReservationRequest
|
812
|
+
attr_accessor reservation_id: ::String
|
813
|
+
SENSITIVE: []
|
814
|
+
end
|
815
|
+
|
816
|
+
class DeleteReservationResponse
|
817
|
+
attr_accessor arn: ::String
|
818
|
+
attr_accessor count: ::Integer
|
819
|
+
attr_accessor currency_code: ::String
|
820
|
+
attr_accessor duration: ::Integer
|
821
|
+
attr_accessor duration_units: ("MONTHS")
|
822
|
+
attr_accessor end: ::String
|
823
|
+
attr_accessor fixed_price: ::Float
|
824
|
+
attr_accessor name: ::String
|
825
|
+
attr_accessor offering_description: ::String
|
826
|
+
attr_accessor offering_id: ::String
|
827
|
+
attr_accessor offering_type: ("NO_UPFRONT")
|
828
|
+
attr_accessor region: ::String
|
829
|
+
attr_accessor renewal_settings: Types::RenewalSettings
|
830
|
+
attr_accessor reservation_id: ::String
|
831
|
+
attr_accessor resource_specification: Types::ReservationResourceSpecification
|
832
|
+
attr_accessor start: ::String
|
833
|
+
attr_accessor state: ("ACTIVE" | "EXPIRED" | "CANCELED" | "DELETED")
|
834
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
835
|
+
attr_accessor usage_price: ::Float
|
836
|
+
SENSITIVE: []
|
837
|
+
end
|
838
|
+
|
839
|
+
class DeleteScheduleRequest
|
840
|
+
attr_accessor channel_id: ::String
|
841
|
+
SENSITIVE: []
|
842
|
+
end
|
843
|
+
|
844
|
+
class DeleteScheduleResponse < Aws::EmptyStructure
|
845
|
+
end
|
846
|
+
|
847
|
+
class DeleteTagsRequest
|
848
|
+
attr_accessor resource_arn: ::String
|
849
|
+
attr_accessor tag_keys: ::Array[::String]
|
850
|
+
SENSITIVE: []
|
851
|
+
end
|
852
|
+
|
853
|
+
class DescribeAccountConfigurationRequest < Aws::EmptyStructure
|
854
|
+
end
|
855
|
+
|
856
|
+
class DescribeAccountConfigurationResponse
|
857
|
+
attr_accessor account_configuration: Types::AccountConfiguration
|
858
|
+
SENSITIVE: []
|
859
|
+
end
|
860
|
+
|
861
|
+
class DescribeAccountConfigurationResultModel
|
862
|
+
attr_accessor account_configuration: Types::AccountConfiguration
|
863
|
+
SENSITIVE: []
|
864
|
+
end
|
865
|
+
|
866
|
+
class DescribeChannelRequest
|
867
|
+
attr_accessor channel_id: ::String
|
868
|
+
SENSITIVE: []
|
869
|
+
end
|
870
|
+
|
871
|
+
class DescribeChannelResponse
|
872
|
+
attr_accessor arn: ::String
|
873
|
+
attr_accessor cdi_input_specification: Types::CdiInputSpecification
|
874
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
875
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
876
|
+
attr_accessor egress_endpoints: ::Array[Types::ChannelEgressEndpoint]
|
877
|
+
attr_accessor encoder_settings: Types::EncoderSettings
|
878
|
+
attr_accessor id: ::String
|
879
|
+
attr_accessor input_attachments: ::Array[Types::InputAttachment]
|
880
|
+
attr_accessor input_specification: Types::InputSpecification
|
881
|
+
attr_accessor log_level: ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
882
|
+
attr_accessor maintenance: Types::MaintenanceStatus
|
883
|
+
attr_accessor name: ::String
|
884
|
+
attr_accessor pipeline_details: ::Array[Types::PipelineDetail]
|
885
|
+
attr_accessor pipelines_running_count: ::Integer
|
886
|
+
attr_accessor role_arn: ::String
|
887
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
888
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
889
|
+
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
890
|
+
SENSITIVE: []
|
891
|
+
end
|
892
|
+
|
893
|
+
class DescribeInputDeviceRequest
|
894
|
+
attr_accessor input_device_id: ::String
|
895
|
+
SENSITIVE: []
|
896
|
+
end
|
897
|
+
|
898
|
+
class DescribeInputDeviceResponse
|
899
|
+
attr_accessor arn: ::String
|
900
|
+
attr_accessor connection_state: ("DISCONNECTED" | "CONNECTED")
|
901
|
+
attr_accessor device_settings_sync_state: ("SYNCED" | "SYNCING")
|
902
|
+
attr_accessor device_update_status: ("UP_TO_DATE" | "NOT_UP_TO_DATE" | "UPDATING")
|
903
|
+
attr_accessor hd_device_settings: Types::InputDeviceHdSettings
|
904
|
+
attr_accessor id: ::String
|
905
|
+
attr_accessor mac_address: ::String
|
906
|
+
attr_accessor name: ::String
|
907
|
+
attr_accessor network_settings: Types::InputDeviceNetworkSettings
|
908
|
+
attr_accessor serial_number: ::String
|
909
|
+
attr_accessor type: ("HD" | "UHD")
|
910
|
+
attr_accessor uhd_device_settings: Types::InputDeviceUhdSettings
|
911
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
912
|
+
attr_accessor availability_zone: ::String
|
913
|
+
attr_accessor medialive_input_arns: ::Array[::String]
|
914
|
+
attr_accessor output_type: ("NONE" | "MEDIALIVE_INPUT" | "MEDIACONNECT_FLOW")
|
915
|
+
SENSITIVE: []
|
916
|
+
end
|
917
|
+
|
918
|
+
class DescribeInputDeviceThumbnailRequest
|
919
|
+
attr_accessor input_device_id: ::String
|
920
|
+
attr_accessor accept: ("image/jpeg")
|
921
|
+
SENSITIVE: []
|
922
|
+
end
|
923
|
+
|
924
|
+
class DescribeInputDeviceThumbnailResponse
|
925
|
+
attr_accessor body: ::IO
|
926
|
+
attr_accessor content_type: ("image/jpeg")
|
927
|
+
attr_accessor content_length: ::Integer
|
928
|
+
attr_accessor etag: ::String
|
929
|
+
attr_accessor last_modified: ::Time
|
930
|
+
SENSITIVE: []
|
931
|
+
end
|
932
|
+
|
933
|
+
class DescribeInputRequest
|
934
|
+
attr_accessor input_id: ::String
|
935
|
+
SENSITIVE: []
|
936
|
+
end
|
937
|
+
|
938
|
+
class DescribeInputResponse
|
939
|
+
attr_accessor arn: ::String
|
940
|
+
attr_accessor attached_channels: ::Array[::String]
|
941
|
+
attr_accessor destinations: ::Array[Types::InputDestination]
|
942
|
+
attr_accessor id: ::String
|
943
|
+
attr_accessor input_class: ("STANDARD" | "SINGLE_PIPELINE")
|
944
|
+
attr_accessor input_devices: ::Array[Types::InputDeviceSettings]
|
945
|
+
attr_accessor input_partner_ids: ::Array[::String]
|
946
|
+
attr_accessor input_source_type: ("STATIC" | "DYNAMIC")
|
947
|
+
attr_accessor media_connect_flows: ::Array[Types::MediaConnectFlow]
|
948
|
+
attr_accessor name: ::String
|
949
|
+
attr_accessor role_arn: ::String
|
950
|
+
attr_accessor security_groups: ::Array[::String]
|
951
|
+
attr_accessor sources: ::Array[Types::InputSource]
|
952
|
+
attr_accessor state: ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
|
953
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
954
|
+
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE")
|
955
|
+
SENSITIVE: []
|
956
|
+
end
|
957
|
+
|
958
|
+
class DescribeInputSecurityGroupRequest
|
959
|
+
attr_accessor input_security_group_id: ::String
|
960
|
+
SENSITIVE: []
|
961
|
+
end
|
962
|
+
|
963
|
+
class DescribeInputSecurityGroupResponse
|
964
|
+
attr_accessor arn: ::String
|
965
|
+
attr_accessor id: ::String
|
966
|
+
attr_accessor inputs: ::Array[::String]
|
967
|
+
attr_accessor state: ("IDLE" | "IN_USE" | "UPDATING" | "DELETED")
|
968
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
969
|
+
attr_accessor whitelist_rules: ::Array[Types::InputWhitelistRule]
|
970
|
+
SENSITIVE: []
|
971
|
+
end
|
972
|
+
|
973
|
+
class DescribeMultiplexProgramRequest
|
974
|
+
attr_accessor multiplex_id: ::String
|
975
|
+
attr_accessor program_name: ::String
|
976
|
+
SENSITIVE: []
|
977
|
+
end
|
978
|
+
|
979
|
+
class DescribeMultiplexProgramResponse
|
980
|
+
attr_accessor channel_id: ::String
|
981
|
+
attr_accessor multiplex_program_settings: Types::MultiplexProgramSettings
|
982
|
+
attr_accessor packet_identifiers_map: Types::MultiplexProgramPacketIdentifiersMap
|
983
|
+
attr_accessor pipeline_details: ::Array[Types::MultiplexProgramPipelineDetail]
|
984
|
+
attr_accessor program_name: ::String
|
985
|
+
SENSITIVE: []
|
986
|
+
end
|
987
|
+
|
988
|
+
class DescribeMultiplexRequest
|
989
|
+
attr_accessor multiplex_id: ::String
|
990
|
+
SENSITIVE: []
|
991
|
+
end
|
992
|
+
|
993
|
+
class DescribeMultiplexResponse
|
994
|
+
attr_accessor arn: ::String
|
995
|
+
attr_accessor availability_zones: ::Array[::String]
|
996
|
+
attr_accessor destinations: ::Array[Types::MultiplexOutputDestination]
|
997
|
+
attr_accessor id: ::String
|
998
|
+
attr_accessor multiplex_settings: Types::MultiplexSettings
|
999
|
+
attr_accessor name: ::String
|
1000
|
+
attr_accessor pipelines_running_count: ::Integer
|
1001
|
+
attr_accessor program_count: ::Integer
|
1002
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
1003
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1004
|
+
SENSITIVE: []
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
class DescribeOfferingRequest
|
1008
|
+
attr_accessor offering_id: ::String
|
1009
|
+
SENSITIVE: []
|
1010
|
+
end
|
1011
|
+
|
1012
|
+
class DescribeOfferingResponse
|
1013
|
+
attr_accessor arn: ::String
|
1014
|
+
attr_accessor currency_code: ::String
|
1015
|
+
attr_accessor duration: ::Integer
|
1016
|
+
attr_accessor duration_units: ("MONTHS")
|
1017
|
+
attr_accessor fixed_price: ::Float
|
1018
|
+
attr_accessor offering_description: ::String
|
1019
|
+
attr_accessor offering_id: ::String
|
1020
|
+
attr_accessor offering_type: ("NO_UPFRONT")
|
1021
|
+
attr_accessor region: ::String
|
1022
|
+
attr_accessor resource_specification: Types::ReservationResourceSpecification
|
1023
|
+
attr_accessor usage_price: ::Float
|
1024
|
+
SENSITIVE: []
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class DescribeReservationRequest
|
1028
|
+
attr_accessor reservation_id: ::String
|
1029
|
+
SENSITIVE: []
|
1030
|
+
end
|
1031
|
+
|
1032
|
+
class DescribeReservationResponse
|
1033
|
+
attr_accessor arn: ::String
|
1034
|
+
attr_accessor count: ::Integer
|
1035
|
+
attr_accessor currency_code: ::String
|
1036
|
+
attr_accessor duration: ::Integer
|
1037
|
+
attr_accessor duration_units: ("MONTHS")
|
1038
|
+
attr_accessor end: ::String
|
1039
|
+
attr_accessor fixed_price: ::Float
|
1040
|
+
attr_accessor name: ::String
|
1041
|
+
attr_accessor offering_description: ::String
|
1042
|
+
attr_accessor offering_id: ::String
|
1043
|
+
attr_accessor offering_type: ("NO_UPFRONT")
|
1044
|
+
attr_accessor region: ::String
|
1045
|
+
attr_accessor renewal_settings: Types::RenewalSettings
|
1046
|
+
attr_accessor reservation_id: ::String
|
1047
|
+
attr_accessor resource_specification: Types::ReservationResourceSpecification
|
1048
|
+
attr_accessor start: ::String
|
1049
|
+
attr_accessor state: ("ACTIVE" | "EXPIRED" | "CANCELED" | "DELETED")
|
1050
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1051
|
+
attr_accessor usage_price: ::Float
|
1052
|
+
SENSITIVE: []
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
class DescribeScheduleRequest
|
1056
|
+
attr_accessor channel_id: ::String
|
1057
|
+
attr_accessor max_results: ::Integer
|
1058
|
+
attr_accessor next_token: ::String
|
1059
|
+
SENSITIVE: []
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class DescribeScheduleResponse
|
1063
|
+
attr_accessor next_token: ::String
|
1064
|
+
attr_accessor schedule_actions: ::Array[Types::ScheduleAction]
|
1065
|
+
SENSITIVE: []
|
1066
|
+
end
|
1067
|
+
|
1068
|
+
class DescribeThumbnailsRequest
|
1069
|
+
attr_accessor channel_id: ::String
|
1070
|
+
attr_accessor pipeline_id: ::String
|
1071
|
+
attr_accessor thumbnail_type: ::String
|
1072
|
+
SENSITIVE: []
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class DescribeThumbnailsResponse
|
1076
|
+
attr_accessor thumbnail_details: ::Array[Types::ThumbnailDetail]
|
1077
|
+
SENSITIVE: []
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class DescribeThumbnailsResultModel
|
1081
|
+
attr_accessor thumbnail_details: ::Array[Types::ThumbnailDetail]
|
1082
|
+
SENSITIVE: []
|
1083
|
+
end
|
1084
|
+
|
1085
|
+
class DolbyVision81Settings < Aws::EmptyStructure
|
1086
|
+
end
|
1087
|
+
|
1088
|
+
class DvbNitSettings
|
1089
|
+
attr_accessor network_id: ::Integer
|
1090
|
+
attr_accessor network_name: ::String
|
1091
|
+
attr_accessor rep_interval: ::Integer
|
1092
|
+
SENSITIVE: []
|
1093
|
+
end
|
1094
|
+
|
1095
|
+
class DvbSdtSettings
|
1096
|
+
attr_accessor output_sdt: ("SDT_FOLLOW" | "SDT_FOLLOW_IF_PRESENT" | "SDT_MANUAL" | "SDT_NONE")
|
1097
|
+
attr_accessor rep_interval: ::Integer
|
1098
|
+
attr_accessor service_name: ::String
|
1099
|
+
attr_accessor service_provider_name: ::String
|
1100
|
+
SENSITIVE: []
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
class DvbSubDestinationSettings
|
1104
|
+
attr_accessor alignment: ("CENTERED" | "LEFT" | "SMART")
|
1105
|
+
attr_accessor background_color: ("BLACK" | "NONE" | "WHITE")
|
1106
|
+
attr_accessor background_opacity: ::Integer
|
1107
|
+
attr_accessor font: Types::InputLocation
|
1108
|
+
attr_accessor font_color: ("BLACK" | "BLUE" | "GREEN" | "RED" | "WHITE" | "YELLOW")
|
1109
|
+
attr_accessor font_opacity: ::Integer
|
1110
|
+
attr_accessor font_resolution: ::Integer
|
1111
|
+
attr_accessor font_size: ::String
|
1112
|
+
attr_accessor outline_color: ("BLACK" | "BLUE" | "GREEN" | "RED" | "WHITE" | "YELLOW")
|
1113
|
+
attr_accessor outline_size: ::Integer
|
1114
|
+
attr_accessor shadow_color: ("BLACK" | "NONE" | "WHITE")
|
1115
|
+
attr_accessor shadow_opacity: ::Integer
|
1116
|
+
attr_accessor shadow_x_offset: ::Integer
|
1117
|
+
attr_accessor shadow_y_offset: ::Integer
|
1118
|
+
attr_accessor teletext_grid_control: ("FIXED" | "SCALED")
|
1119
|
+
attr_accessor x_position: ::Integer
|
1120
|
+
attr_accessor y_position: ::Integer
|
1121
|
+
SENSITIVE: []
|
1122
|
+
end
|
1123
|
+
|
1124
|
+
class DvbSubSourceSettings
|
1125
|
+
attr_accessor ocr_language: ("DEU" | "ENG" | "FRA" | "NLD" | "POR" | "SPA")
|
1126
|
+
attr_accessor pid: ::Integer
|
1127
|
+
SENSITIVE: []
|
1128
|
+
end
|
1129
|
+
|
1130
|
+
class DvbTdtSettings
|
1131
|
+
attr_accessor rep_interval: ::Integer
|
1132
|
+
SENSITIVE: []
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class Eac3AtmosSettings
|
1136
|
+
attr_accessor bitrate: ::Float
|
1137
|
+
attr_accessor coding_mode: ("CODING_MODE_5_1_4" | "CODING_MODE_7_1_4" | "CODING_MODE_9_1_6")
|
1138
|
+
attr_accessor dialnorm: ::Integer
|
1139
|
+
attr_accessor drc_line: ("FILM_LIGHT" | "FILM_STANDARD" | "MUSIC_LIGHT" | "MUSIC_STANDARD" | "NONE" | "SPEECH")
|
1140
|
+
attr_accessor drc_rf: ("FILM_LIGHT" | "FILM_STANDARD" | "MUSIC_LIGHT" | "MUSIC_STANDARD" | "NONE" | "SPEECH")
|
1141
|
+
attr_accessor height_trim: ::Float
|
1142
|
+
attr_accessor surround_trim: ::Float
|
1143
|
+
SENSITIVE: []
|
1144
|
+
end
|
1145
|
+
|
1146
|
+
class Eac3Settings
|
1147
|
+
attr_accessor attenuation_control: ("ATTENUATE_3_DB" | "NONE")
|
1148
|
+
attr_accessor bitrate: ::Float
|
1149
|
+
attr_accessor bitstream_mode: ("COMMENTARY" | "COMPLETE_MAIN" | "EMERGENCY" | "HEARING_IMPAIRED" | "VISUALLY_IMPAIRED")
|
1150
|
+
attr_accessor coding_mode: ("CODING_MODE_1_0" | "CODING_MODE_2_0" | "CODING_MODE_3_2")
|
1151
|
+
attr_accessor dc_filter: ("DISABLED" | "ENABLED")
|
1152
|
+
attr_accessor dialnorm: ::Integer
|
1153
|
+
attr_accessor drc_line: ("FILM_LIGHT" | "FILM_STANDARD" | "MUSIC_LIGHT" | "MUSIC_STANDARD" | "NONE" | "SPEECH")
|
1154
|
+
attr_accessor drc_rf: ("FILM_LIGHT" | "FILM_STANDARD" | "MUSIC_LIGHT" | "MUSIC_STANDARD" | "NONE" | "SPEECH")
|
1155
|
+
attr_accessor lfe_control: ("LFE" | "NO_LFE")
|
1156
|
+
attr_accessor lfe_filter: ("DISABLED" | "ENABLED")
|
1157
|
+
attr_accessor lo_ro_center_mix_level: ::Float
|
1158
|
+
attr_accessor lo_ro_surround_mix_level: ::Float
|
1159
|
+
attr_accessor lt_rt_center_mix_level: ::Float
|
1160
|
+
attr_accessor lt_rt_surround_mix_level: ::Float
|
1161
|
+
attr_accessor metadata_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")
|
1162
|
+
attr_accessor passthrough_control: ("NO_PASSTHROUGH" | "WHEN_POSSIBLE")
|
1163
|
+
attr_accessor phase_control: ("NO_SHIFT" | "SHIFT_90_DEGREES")
|
1164
|
+
attr_accessor stereo_downmix: ("DPL2" | "LO_RO" | "LT_RT" | "NOT_INDICATED")
|
1165
|
+
attr_accessor surround_ex_mode: ("DISABLED" | "ENABLED" | "NOT_INDICATED")
|
1166
|
+
attr_accessor surround_mode: ("DISABLED" | "ENABLED" | "NOT_INDICATED")
|
1167
|
+
SENSITIVE: []
|
1168
|
+
end
|
1169
|
+
|
1170
|
+
class EbuTtDDestinationSettings
|
1171
|
+
attr_accessor copyright_holder: ::String
|
1172
|
+
attr_accessor fill_line_gap: ("DISABLED" | "ENABLED")
|
1173
|
+
attr_accessor font_family: ::String
|
1174
|
+
attr_accessor style_control: ("EXCLUDE" | "INCLUDE")
|
1175
|
+
SENSITIVE: []
|
1176
|
+
end
|
1177
|
+
|
1178
|
+
class EmbeddedDestinationSettings < Aws::EmptyStructure
|
1179
|
+
end
|
1180
|
+
|
1181
|
+
class EmbeddedPlusScte20DestinationSettings < Aws::EmptyStructure
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
class EmbeddedSourceSettings
|
1185
|
+
attr_accessor convert_608_to_708: ("DISABLED" | "UPCONVERT")
|
1186
|
+
attr_accessor scte_20_detection: ("AUTO" | "OFF")
|
1187
|
+
attr_accessor source_608_channel_number: ::Integer
|
1188
|
+
attr_accessor source_608_track_number: ::Integer
|
1189
|
+
SENSITIVE: []
|
1190
|
+
end
|
1191
|
+
|
1192
|
+
class Empty < Aws::EmptyStructure
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
class EncoderSettings
|
1196
|
+
attr_accessor audio_descriptions: ::Array[Types::AudioDescription]
|
1197
|
+
attr_accessor avail_blanking: Types::AvailBlanking
|
1198
|
+
attr_accessor avail_configuration: Types::AvailConfiguration
|
1199
|
+
attr_accessor blackout_slate: Types::BlackoutSlate
|
1200
|
+
attr_accessor caption_descriptions: ::Array[Types::CaptionDescription]
|
1201
|
+
attr_accessor feature_activations: Types::FeatureActivations
|
1202
|
+
attr_accessor global_configuration: Types::GlobalConfiguration
|
1203
|
+
attr_accessor motion_graphics_configuration: Types::MotionGraphicsConfiguration
|
1204
|
+
attr_accessor nielsen_configuration: Types::NielsenConfiguration
|
1205
|
+
attr_accessor output_groups: ::Array[Types::OutputGroup]
|
1206
|
+
attr_accessor timecode_config: Types::TimecodeConfig
|
1207
|
+
attr_accessor video_descriptions: ::Array[Types::VideoDescription]
|
1208
|
+
attr_accessor thumbnail_configuration: Types::ThumbnailConfiguration
|
1209
|
+
attr_accessor color_correction_settings: Types::ColorCorrectionSettings
|
1210
|
+
SENSITIVE: []
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class EpochLockingSettings
|
1214
|
+
attr_accessor custom_epoch: ::String
|
1215
|
+
attr_accessor jam_sync_time: ::String
|
1216
|
+
SENSITIVE: []
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class Esam
|
1220
|
+
attr_accessor acquisition_point_id: ::String
|
1221
|
+
attr_accessor ad_avail_offset: ::Integer
|
1222
|
+
attr_accessor password_param: ::String
|
1223
|
+
attr_accessor pois_endpoint: ::String
|
1224
|
+
attr_accessor username: ::String
|
1225
|
+
attr_accessor zone_identity: ::String
|
1226
|
+
SENSITIVE: []
|
1227
|
+
end
|
1228
|
+
|
1229
|
+
class FailoverCondition
|
1230
|
+
attr_accessor failover_condition_settings: Types::FailoverConditionSettings
|
1231
|
+
SENSITIVE: []
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
class FailoverConditionSettings
|
1235
|
+
attr_accessor audio_silence_settings: Types::AudioSilenceFailoverSettings
|
1236
|
+
attr_accessor input_loss_settings: Types::InputLossFailoverSettings
|
1237
|
+
attr_accessor video_black_settings: Types::VideoBlackFailoverSettings
|
1238
|
+
SENSITIVE: []
|
1239
|
+
end
|
1240
|
+
|
1241
|
+
class FeatureActivations
|
1242
|
+
attr_accessor input_prepare_schedule_actions: ("DISABLED" | "ENABLED")
|
1243
|
+
attr_accessor output_static_image_overlay_schedule_actions: ("DISABLED" | "ENABLED")
|
1244
|
+
SENSITIVE: []
|
1245
|
+
end
|
1246
|
+
|
1247
|
+
class FecOutputSettings
|
1248
|
+
attr_accessor column_depth: ::Integer
|
1249
|
+
attr_accessor include_fec: ("COLUMN" | "COLUMN_AND_ROW")
|
1250
|
+
attr_accessor row_length: ::Integer
|
1251
|
+
SENSITIVE: []
|
1252
|
+
end
|
1253
|
+
|
1254
|
+
class FixedModeScheduleActionStartSettings
|
1255
|
+
attr_accessor time: ::String
|
1256
|
+
SENSITIVE: []
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
class Fmp4HlsSettings
|
1260
|
+
attr_accessor audio_rendition_sets: ::String
|
1261
|
+
attr_accessor nielsen_id_3_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")
|
1262
|
+
attr_accessor timed_metadata_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")
|
1263
|
+
SENSITIVE: []
|
1264
|
+
end
|
1265
|
+
|
1266
|
+
class FollowModeScheduleActionStartSettings
|
1267
|
+
attr_accessor follow_point: ("END" | "START")
|
1268
|
+
attr_accessor reference_action_name: ::String
|
1269
|
+
SENSITIVE: []
|
1270
|
+
end
|
1271
|
+
|
1272
|
+
class ForbiddenException
|
1273
|
+
attr_accessor message: ::String
|
1274
|
+
SENSITIVE: []
|
1275
|
+
end
|
1276
|
+
|
1277
|
+
class FrameCaptureCdnSettings
|
1278
|
+
attr_accessor frame_capture_s3_settings: Types::FrameCaptureS3Settings
|
1279
|
+
SENSITIVE: []
|
1280
|
+
end
|
1281
|
+
|
1282
|
+
class FrameCaptureGroupSettings
|
1283
|
+
attr_accessor destination: Types::OutputLocationRef
|
1284
|
+
attr_accessor frame_capture_cdn_settings: Types::FrameCaptureCdnSettings
|
1285
|
+
SENSITIVE: []
|
1286
|
+
end
|
1287
|
+
|
1288
|
+
class FrameCaptureHlsSettings < Aws::EmptyStructure
|
1289
|
+
end
|
1290
|
+
|
1291
|
+
class FrameCaptureOutputSettings
|
1292
|
+
attr_accessor name_modifier: ::String
|
1293
|
+
SENSITIVE: []
|
1294
|
+
end
|
1295
|
+
|
1296
|
+
class FrameCaptureS3Settings
|
1297
|
+
attr_accessor canned_acl: ("AUTHENTICATED_READ" | "BUCKET_OWNER_FULL_CONTROL" | "BUCKET_OWNER_READ" | "PUBLIC_READ")
|
1298
|
+
SENSITIVE: []
|
1299
|
+
end
|
1300
|
+
|
1301
|
+
class FrameCaptureSettings
|
1302
|
+
attr_accessor capture_interval: ::Integer
|
1303
|
+
attr_accessor capture_interval_units: ("MILLISECONDS" | "SECONDS")
|
1304
|
+
attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
|
1305
|
+
SENSITIVE: []
|
1306
|
+
end
|
1307
|
+
|
1308
|
+
class GatewayTimeoutException
|
1309
|
+
attr_accessor message: ::String
|
1310
|
+
SENSITIVE: []
|
1311
|
+
end
|
1312
|
+
|
1313
|
+
class GlobalConfiguration
|
1314
|
+
attr_accessor initial_audio_gain: ::Integer
|
1315
|
+
attr_accessor input_end_action: ("NONE" | "SWITCH_AND_LOOP_INPUTS")
|
1316
|
+
attr_accessor input_loss_behavior: Types::InputLossBehavior
|
1317
|
+
attr_accessor output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING")
|
1318
|
+
attr_accessor output_timing_source: ("INPUT_CLOCK" | "SYSTEM_CLOCK")
|
1319
|
+
attr_accessor support_low_framerate_inputs: ("DISABLED" | "ENABLED")
|
1320
|
+
attr_accessor output_locking_settings: Types::OutputLockingSettings
|
1321
|
+
SENSITIVE: []
|
1322
|
+
end
|
1323
|
+
|
1324
|
+
class H264ColorSpaceSettings
|
1325
|
+
attr_accessor color_space_passthrough_settings: Types::ColorSpacePassthroughSettings
|
1326
|
+
attr_accessor rec_601_settings: Types::Rec601Settings
|
1327
|
+
attr_accessor rec_709_settings: Types::Rec709Settings
|
1328
|
+
SENSITIVE: []
|
1329
|
+
end
|
1330
|
+
|
1331
|
+
class H264FilterSettings
|
1332
|
+
attr_accessor temporal_filter_settings: Types::TemporalFilterSettings
|
1333
|
+
SENSITIVE: []
|
1334
|
+
end
|
1335
|
+
|
1336
|
+
class H264Settings
|
1337
|
+
attr_accessor adaptive_quantization: ("AUTO" | "HIGH" | "HIGHER" | "LOW" | "MAX" | "MEDIUM" | "OFF")
|
1338
|
+
attr_accessor afd_signaling: ("AUTO" | "FIXED" | "NONE")
|
1339
|
+
attr_accessor bitrate: ::Integer
|
1340
|
+
attr_accessor buf_fill_pct: ::Integer
|
1341
|
+
attr_accessor buf_size: ::Integer
|
1342
|
+
attr_accessor color_metadata: ("IGNORE" | "INSERT")
|
1343
|
+
attr_accessor color_space_settings: Types::H264ColorSpaceSettings
|
1344
|
+
attr_accessor entropy_encoding: ("CABAC" | "CAVLC")
|
1345
|
+
attr_accessor filter_settings: Types::H264FilterSettings
|
1346
|
+
attr_accessor fixed_afd: ("AFD_0000" | "AFD_0010" | "AFD_0011" | "AFD_0100" | "AFD_1000" | "AFD_1001" | "AFD_1010" | "AFD_1011" | "AFD_1101" | "AFD_1110" | "AFD_1111")
|
1347
|
+
attr_accessor flicker_aq: ("DISABLED" | "ENABLED")
|
1348
|
+
attr_accessor force_field_pictures: ("DISABLED" | "ENABLED")
|
1349
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
1350
|
+
attr_accessor framerate_denominator: ::Integer
|
1351
|
+
attr_accessor framerate_numerator: ::Integer
|
1352
|
+
attr_accessor gop_b_reference: ("DISABLED" | "ENABLED")
|
1353
|
+
attr_accessor gop_closed_cadence: ::Integer
|
1354
|
+
attr_accessor gop_num_b_frames: ::Integer
|
1355
|
+
attr_accessor gop_size: ::Float
|
1356
|
+
attr_accessor gop_size_units: ("FRAMES" | "SECONDS")
|
1357
|
+
attr_accessor level: ("H264_LEVEL_1" | "H264_LEVEL_1_1" | "H264_LEVEL_1_2" | "H264_LEVEL_1_3" | "H264_LEVEL_2" | "H264_LEVEL_2_1" | "H264_LEVEL_2_2" | "H264_LEVEL_3" | "H264_LEVEL_3_1" | "H264_LEVEL_3_2" | "H264_LEVEL_4" | "H264_LEVEL_4_1" | "H264_LEVEL_4_2" | "H264_LEVEL_5" | "H264_LEVEL_5_1" | "H264_LEVEL_5_2" | "H264_LEVEL_AUTO")
|
1358
|
+
attr_accessor look_ahead_rate_control: ("HIGH" | "LOW" | "MEDIUM")
|
1359
|
+
attr_accessor max_bitrate: ::Integer
|
1360
|
+
attr_accessor min_i_interval: ::Integer
|
1361
|
+
attr_accessor num_ref_frames: ::Integer
|
1362
|
+
attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
1363
|
+
attr_accessor par_denominator: ::Integer
|
1364
|
+
attr_accessor par_numerator: ::Integer
|
1365
|
+
attr_accessor profile: ("BASELINE" | "HIGH" | "HIGH_10BIT" | "HIGH_422" | "HIGH_422_10BIT" | "MAIN")
|
1366
|
+
attr_accessor quality_level: ("ENHANCED_QUALITY" | "STANDARD_QUALITY")
|
1367
|
+
attr_accessor qvbr_quality_level: ::Integer
|
1368
|
+
attr_accessor rate_control_mode: ("CBR" | "MULTIPLEX" | "QVBR" | "VBR")
|
1369
|
+
attr_accessor scan_type: ("INTERLACED" | "PROGRESSIVE")
|
1370
|
+
attr_accessor scene_change_detect: ("DISABLED" | "ENABLED")
|
1371
|
+
attr_accessor slices: ::Integer
|
1372
|
+
attr_accessor softness: ::Integer
|
1373
|
+
attr_accessor spatial_aq: ("DISABLED" | "ENABLED")
|
1374
|
+
attr_accessor subgop_length: ("DYNAMIC" | "FIXED")
|
1375
|
+
attr_accessor syntax: ("DEFAULT" | "RP2027")
|
1376
|
+
attr_accessor temporal_aq: ("DISABLED" | "ENABLED")
|
1377
|
+
attr_accessor timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")
|
1378
|
+
attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
|
1379
|
+
SENSITIVE: []
|
1380
|
+
end
|
1381
|
+
|
1382
|
+
class H265ColorSpaceSettings
|
1383
|
+
attr_accessor color_space_passthrough_settings: Types::ColorSpacePassthroughSettings
|
1384
|
+
attr_accessor dolby_vision_81_settings: Types::DolbyVision81Settings
|
1385
|
+
attr_accessor hdr_10_settings: Types::Hdr10Settings
|
1386
|
+
attr_accessor rec_601_settings: Types::Rec601Settings
|
1387
|
+
attr_accessor rec_709_settings: Types::Rec709Settings
|
1388
|
+
SENSITIVE: []
|
1389
|
+
end
|
1390
|
+
|
1391
|
+
class H265FilterSettings
|
1392
|
+
attr_accessor temporal_filter_settings: Types::TemporalFilterSettings
|
1393
|
+
SENSITIVE: []
|
1394
|
+
end
|
1395
|
+
|
1396
|
+
class H265Settings
|
1397
|
+
attr_accessor adaptive_quantization: ("AUTO" | "HIGH" | "HIGHER" | "LOW" | "MAX" | "MEDIUM" | "OFF")
|
1398
|
+
attr_accessor afd_signaling: ("AUTO" | "FIXED" | "NONE")
|
1399
|
+
attr_accessor alternative_transfer_function: ("INSERT" | "OMIT")
|
1400
|
+
attr_accessor bitrate: ::Integer
|
1401
|
+
attr_accessor buf_size: ::Integer
|
1402
|
+
attr_accessor color_metadata: ("IGNORE" | "INSERT")
|
1403
|
+
attr_accessor color_space_settings: Types::H265ColorSpaceSettings
|
1404
|
+
attr_accessor filter_settings: Types::H265FilterSettings
|
1405
|
+
attr_accessor fixed_afd: ("AFD_0000" | "AFD_0010" | "AFD_0011" | "AFD_0100" | "AFD_1000" | "AFD_1001" | "AFD_1010" | "AFD_1011" | "AFD_1101" | "AFD_1110" | "AFD_1111")
|
1406
|
+
attr_accessor flicker_aq: ("DISABLED" | "ENABLED")
|
1407
|
+
attr_accessor framerate_denominator: ::Integer
|
1408
|
+
attr_accessor framerate_numerator: ::Integer
|
1409
|
+
attr_accessor gop_closed_cadence: ::Integer
|
1410
|
+
attr_accessor gop_size: ::Float
|
1411
|
+
attr_accessor gop_size_units: ("FRAMES" | "SECONDS")
|
1412
|
+
attr_accessor level: ("H265_LEVEL_1" | "H265_LEVEL_2" | "H265_LEVEL_2_1" | "H265_LEVEL_3" | "H265_LEVEL_3_1" | "H265_LEVEL_4" | "H265_LEVEL_4_1" | "H265_LEVEL_5" | "H265_LEVEL_5_1" | "H265_LEVEL_5_2" | "H265_LEVEL_6" | "H265_LEVEL_6_1" | "H265_LEVEL_6_2" | "H265_LEVEL_AUTO")
|
1413
|
+
attr_accessor look_ahead_rate_control: ("HIGH" | "LOW" | "MEDIUM")
|
1414
|
+
attr_accessor max_bitrate: ::Integer
|
1415
|
+
attr_accessor min_i_interval: ::Integer
|
1416
|
+
attr_accessor par_denominator: ::Integer
|
1417
|
+
attr_accessor par_numerator: ::Integer
|
1418
|
+
attr_accessor profile: ("MAIN" | "MAIN_10BIT")
|
1419
|
+
attr_accessor qvbr_quality_level: ::Integer
|
1420
|
+
attr_accessor rate_control_mode: ("CBR" | "MULTIPLEX" | "QVBR")
|
1421
|
+
attr_accessor scan_type: ("INTERLACED" | "PROGRESSIVE")
|
1422
|
+
attr_accessor scene_change_detect: ("DISABLED" | "ENABLED")
|
1423
|
+
attr_accessor slices: ::Integer
|
1424
|
+
attr_accessor tier: ("HIGH" | "MAIN")
|
1425
|
+
attr_accessor timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")
|
1426
|
+
attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
|
1427
|
+
SENSITIVE: []
|
1428
|
+
end
|
1429
|
+
|
1430
|
+
class Hdr10Settings
|
1431
|
+
attr_accessor max_cll: ::Integer
|
1432
|
+
attr_accessor max_fall: ::Integer
|
1433
|
+
SENSITIVE: []
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
class HlsAkamaiSettings
|
1437
|
+
attr_accessor connection_retry_interval: ::Integer
|
1438
|
+
attr_accessor filecache_duration: ::Integer
|
1439
|
+
attr_accessor http_transfer_mode: ("CHUNKED" | "NON_CHUNKED")
|
1440
|
+
attr_accessor num_retries: ::Integer
|
1441
|
+
attr_accessor restart_delay: ::Integer
|
1442
|
+
attr_accessor salt: ::String
|
1443
|
+
attr_accessor token: ::String
|
1444
|
+
SENSITIVE: []
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class HlsBasicPutSettings
|
1448
|
+
attr_accessor connection_retry_interval: ::Integer
|
1449
|
+
attr_accessor filecache_duration: ::Integer
|
1450
|
+
attr_accessor num_retries: ::Integer
|
1451
|
+
attr_accessor restart_delay: ::Integer
|
1452
|
+
SENSITIVE: []
|
1453
|
+
end
|
1454
|
+
|
1455
|
+
class HlsCdnSettings
|
1456
|
+
attr_accessor hls_akamai_settings: Types::HlsAkamaiSettings
|
1457
|
+
attr_accessor hls_basic_put_settings: Types::HlsBasicPutSettings
|
1458
|
+
attr_accessor hls_media_store_settings: Types::HlsMediaStoreSettings
|
1459
|
+
attr_accessor hls_s3_settings: Types::HlsS3Settings
|
1460
|
+
attr_accessor hls_webdav_settings: Types::HlsWebdavSettings
|
1461
|
+
SENSITIVE: []
|
1462
|
+
end
|
1463
|
+
|
1464
|
+
class HlsGroupSettings
|
1465
|
+
attr_accessor ad_markers: ::Array[("ADOBE" | "ELEMENTAL" | "ELEMENTAL_SCTE35")]
|
1466
|
+
attr_accessor base_url_content: ::String
|
1467
|
+
attr_accessor base_url_content_1: ::String
|
1468
|
+
attr_accessor base_url_manifest: ::String
|
1469
|
+
attr_accessor base_url_manifest_1: ::String
|
1470
|
+
attr_accessor caption_language_mappings: ::Array[Types::CaptionLanguageMapping]
|
1471
|
+
attr_accessor caption_language_setting: ("INSERT" | "NONE" | "OMIT")
|
1472
|
+
attr_accessor client_cache: ("DISABLED" | "ENABLED")
|
1473
|
+
attr_accessor codec_specification: ("RFC_4281" | "RFC_6381")
|
1474
|
+
attr_accessor constant_iv: ::String
|
1475
|
+
attr_accessor destination: Types::OutputLocationRef
|
1476
|
+
attr_accessor directory_structure: ("SINGLE_DIRECTORY" | "SUBDIRECTORY_PER_STREAM")
|
1477
|
+
attr_accessor discontinuity_tags: ("INSERT" | "NEVER_INSERT")
|
1478
|
+
attr_accessor encryption_type: ("AES128" | "SAMPLE_AES")
|
1479
|
+
attr_accessor hls_cdn_settings: Types::HlsCdnSettings
|
1480
|
+
attr_accessor hls_id_3_segment_tagging: ("DISABLED" | "ENABLED")
|
1481
|
+
attr_accessor i_frame_only_playlists: ("DISABLED" | "STANDARD")
|
1482
|
+
attr_accessor incomplete_segment_behavior: ("AUTO" | "SUPPRESS")
|
1483
|
+
attr_accessor index_n_segments: ::Integer
|
1484
|
+
attr_accessor input_loss_action: ("EMIT_OUTPUT" | "PAUSE_OUTPUT")
|
1485
|
+
attr_accessor iv_in_manifest: ("EXCLUDE" | "INCLUDE")
|
1486
|
+
attr_accessor iv_source: ("EXPLICIT" | "FOLLOWS_SEGMENT_NUMBER")
|
1487
|
+
attr_accessor keep_segments: ::Integer
|
1488
|
+
attr_accessor key_format: ::String
|
1489
|
+
attr_accessor key_format_versions: ::String
|
1490
|
+
attr_accessor key_provider_settings: Types::KeyProviderSettings
|
1491
|
+
attr_accessor manifest_compression: ("GZIP" | "NONE")
|
1492
|
+
attr_accessor manifest_duration_format: ("FLOATING_POINT" | "INTEGER")
|
1493
|
+
attr_accessor min_segment_length: ::Integer
|
1494
|
+
attr_accessor mode: ("LIVE" | "VOD")
|
1495
|
+
attr_accessor output_selection: ("MANIFESTS_AND_SEGMENTS" | "SEGMENTS_ONLY" | "VARIANT_MANIFESTS_AND_SEGMENTS")
|
1496
|
+
attr_accessor program_date_time: ("EXCLUDE" | "INCLUDE")
|
1497
|
+
attr_accessor program_date_time_clock: ("INITIALIZE_FROM_OUTPUT_TIMECODE" | "SYSTEM_CLOCK")
|
1498
|
+
attr_accessor program_date_time_period: ::Integer
|
1499
|
+
attr_accessor redundant_manifest: ("DISABLED" | "ENABLED")
|
1500
|
+
attr_accessor segment_length: ::Integer
|
1501
|
+
attr_accessor segmentation_mode: ("USE_INPUT_SEGMENTATION" | "USE_SEGMENT_DURATION")
|
1502
|
+
attr_accessor segments_per_subdirectory: ::Integer
|
1503
|
+
attr_accessor stream_inf_resolution: ("EXCLUDE" | "INCLUDE")
|
1504
|
+
attr_accessor timed_metadata_id_3_frame: ("NONE" | "PRIV" | "TDRL")
|
1505
|
+
attr_accessor timed_metadata_id_3_period: ::Integer
|
1506
|
+
attr_accessor timestamp_delta_milliseconds: ::Integer
|
1507
|
+
attr_accessor ts_file_mode: ("SEGMENTED_FILES" | "SINGLE_FILE")
|
1508
|
+
SENSITIVE: []
|
1509
|
+
end
|
1510
|
+
|
1511
|
+
class HlsId3SegmentTaggingScheduleActionSettings
|
1512
|
+
attr_accessor tag: ::String
|
1513
|
+
attr_accessor id_3: ::String
|
1514
|
+
SENSITIVE: []
|
1515
|
+
end
|
1516
|
+
|
1517
|
+
class HlsInputSettings
|
1518
|
+
attr_accessor bandwidth: ::Integer
|
1519
|
+
attr_accessor buffer_segments: ::Integer
|
1520
|
+
attr_accessor retries: ::Integer
|
1521
|
+
attr_accessor retry_interval: ::Integer
|
1522
|
+
attr_accessor scte_35_source: ("MANIFEST" | "SEGMENTS")
|
1523
|
+
SENSITIVE: []
|
1524
|
+
end
|
1525
|
+
|
1526
|
+
class HlsMediaStoreSettings
|
1527
|
+
attr_accessor connection_retry_interval: ::Integer
|
1528
|
+
attr_accessor filecache_duration: ::Integer
|
1529
|
+
attr_accessor media_store_storage_class: ("TEMPORAL")
|
1530
|
+
attr_accessor num_retries: ::Integer
|
1531
|
+
attr_accessor restart_delay: ::Integer
|
1532
|
+
SENSITIVE: []
|
1533
|
+
end
|
1534
|
+
|
1535
|
+
class HlsOutputSettings
|
1536
|
+
attr_accessor h265_packaging_type: ("HEV1" | "HVC1")
|
1537
|
+
attr_accessor hls_settings: Types::HlsSettings
|
1538
|
+
attr_accessor name_modifier: ::String
|
1539
|
+
attr_accessor segment_modifier: ::String
|
1540
|
+
SENSITIVE: []
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
class HlsS3Settings
|
1544
|
+
attr_accessor canned_acl: ("AUTHENTICATED_READ" | "BUCKET_OWNER_FULL_CONTROL" | "BUCKET_OWNER_READ" | "PUBLIC_READ")
|
1545
|
+
SENSITIVE: []
|
1546
|
+
end
|
1547
|
+
|
1548
|
+
class HlsSettings
|
1549
|
+
attr_accessor audio_only_hls_settings: Types::AudioOnlyHlsSettings
|
1550
|
+
attr_accessor fmp_4_hls_settings: Types::Fmp4HlsSettings
|
1551
|
+
attr_accessor frame_capture_hls_settings: Types::FrameCaptureHlsSettings
|
1552
|
+
attr_accessor standard_hls_settings: Types::StandardHlsSettings
|
1553
|
+
SENSITIVE: []
|
1554
|
+
end
|
1555
|
+
|
1556
|
+
class HlsTimedMetadataScheduleActionSettings
|
1557
|
+
attr_accessor id_3: ::String
|
1558
|
+
SENSITIVE: []
|
1559
|
+
end
|
1560
|
+
|
1561
|
+
class HlsWebdavSettings
|
1562
|
+
attr_accessor connection_retry_interval: ::Integer
|
1563
|
+
attr_accessor filecache_duration: ::Integer
|
1564
|
+
attr_accessor http_transfer_mode: ("CHUNKED" | "NON_CHUNKED")
|
1565
|
+
attr_accessor num_retries: ::Integer
|
1566
|
+
attr_accessor restart_delay: ::Integer
|
1567
|
+
SENSITIVE: []
|
1568
|
+
end
|
1569
|
+
|
1570
|
+
class HtmlMotionGraphicsSettings < Aws::EmptyStructure
|
1571
|
+
end
|
1572
|
+
|
1573
|
+
class ImmediateModeScheduleActionStartSettings < Aws::EmptyStructure
|
1574
|
+
end
|
1575
|
+
|
1576
|
+
class Input
|
1577
|
+
attr_accessor arn: ::String
|
1578
|
+
attr_accessor attached_channels: ::Array[::String]
|
1579
|
+
attr_accessor destinations: ::Array[Types::InputDestination]
|
1580
|
+
attr_accessor id: ::String
|
1581
|
+
attr_accessor input_class: ("STANDARD" | "SINGLE_PIPELINE")
|
1582
|
+
attr_accessor input_devices: ::Array[Types::InputDeviceSettings]
|
1583
|
+
attr_accessor input_partner_ids: ::Array[::String]
|
1584
|
+
attr_accessor input_source_type: ("STATIC" | "DYNAMIC")
|
1585
|
+
attr_accessor media_connect_flows: ::Array[Types::MediaConnectFlow]
|
1586
|
+
attr_accessor name: ::String
|
1587
|
+
attr_accessor role_arn: ::String
|
1588
|
+
attr_accessor security_groups: ::Array[::String]
|
1589
|
+
attr_accessor sources: ::Array[Types::InputSource]
|
1590
|
+
attr_accessor state: ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
|
1591
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1592
|
+
attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE")
|
1593
|
+
SENSITIVE: []
|
1594
|
+
end
|
1595
|
+
|
1596
|
+
class InputAttachment
|
1597
|
+
attr_accessor automatic_input_failover_settings: Types::AutomaticInputFailoverSettings
|
1598
|
+
attr_accessor input_attachment_name: ::String
|
1599
|
+
attr_accessor input_id: ::String
|
1600
|
+
attr_accessor input_settings: Types::InputSettings
|
1601
|
+
SENSITIVE: []
|
1602
|
+
end
|
1603
|
+
|
1604
|
+
class InputChannelLevel
|
1605
|
+
attr_accessor gain: ::Integer
|
1606
|
+
attr_accessor input_channel: ::Integer
|
1607
|
+
SENSITIVE: []
|
1608
|
+
end
|
1609
|
+
|
1610
|
+
class InputClippingSettings
|
1611
|
+
attr_accessor input_timecode_source: ("ZEROBASED" | "EMBEDDED")
|
1612
|
+
attr_accessor start_timecode: Types::StartTimecode
|
1613
|
+
attr_accessor stop_timecode: Types::StopTimecode
|
1614
|
+
SENSITIVE: []
|
1615
|
+
end
|
1616
|
+
|
1617
|
+
class InputDestination
|
1618
|
+
attr_accessor ip: ::String
|
1619
|
+
attr_accessor port: ::String
|
1620
|
+
attr_accessor url: ::String
|
1621
|
+
attr_accessor vpc: Types::InputDestinationVpc
|
1622
|
+
SENSITIVE: []
|
1623
|
+
end
|
1624
|
+
|
1625
|
+
class InputDestinationRequest
|
1626
|
+
attr_accessor stream_name: ::String
|
1627
|
+
SENSITIVE: []
|
1628
|
+
end
|
1629
|
+
|
1630
|
+
class InputDestinationVpc
|
1631
|
+
attr_accessor availability_zone: ::String
|
1632
|
+
attr_accessor network_interface_id: ::String
|
1633
|
+
SENSITIVE: []
|
1634
|
+
end
|
1635
|
+
|
1636
|
+
class InputDevice
|
1637
|
+
attr_accessor arn: ::String
|
1638
|
+
attr_accessor connection_state: ("DISCONNECTED" | "CONNECTED")
|
1639
|
+
attr_accessor device_settings_sync_state: ("SYNCED" | "SYNCING")
|
1640
|
+
attr_accessor device_update_status: ("UP_TO_DATE" | "NOT_UP_TO_DATE" | "UPDATING")
|
1641
|
+
attr_accessor hd_device_settings: Types::InputDeviceHdSettings
|
1642
|
+
attr_accessor id: ::String
|
1643
|
+
attr_accessor mac_address: ::String
|
1644
|
+
attr_accessor name: ::String
|
1645
|
+
attr_accessor network_settings: Types::InputDeviceNetworkSettings
|
1646
|
+
attr_accessor serial_number: ::String
|
1647
|
+
attr_accessor type: ("HD" | "UHD")
|
1648
|
+
attr_accessor uhd_device_settings: Types::InputDeviceUhdSettings
|
1649
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1650
|
+
attr_accessor availability_zone: ::String
|
1651
|
+
attr_accessor medialive_input_arns: ::Array[::String]
|
1652
|
+
attr_accessor output_type: ("NONE" | "MEDIALIVE_INPUT" | "MEDIACONNECT_FLOW")
|
1653
|
+
SENSITIVE: []
|
1654
|
+
end
|
1655
|
+
|
1656
|
+
class InputDeviceConfigurableSettings
|
1657
|
+
attr_accessor configured_input: ("AUTO" | "HDMI" | "SDI")
|
1658
|
+
attr_accessor max_bitrate: ::Integer
|
1659
|
+
attr_accessor latency_ms: ::Integer
|
1660
|
+
attr_accessor codec: ("HEVC" | "AVC")
|
1661
|
+
attr_accessor mediaconnect_settings: Types::InputDeviceMediaConnectConfigurableSettings
|
1662
|
+
attr_accessor audio_channel_pairs: ::Array[Types::InputDeviceConfigurableAudioChannelPairConfig]
|
1663
|
+
SENSITIVE: []
|
1664
|
+
end
|
1665
|
+
|
1666
|
+
class InputDeviceConfigurationValidationError
|
1667
|
+
attr_accessor message: ::String
|
1668
|
+
attr_accessor validation_errors: ::Array[Types::ValidationError]
|
1669
|
+
SENSITIVE: []
|
1670
|
+
end
|
1671
|
+
|
1672
|
+
class InputDeviceHdSettings
|
1673
|
+
attr_accessor active_input: ("HDMI" | "SDI")
|
1674
|
+
attr_accessor configured_input: ("AUTO" | "HDMI" | "SDI")
|
1675
|
+
attr_accessor device_state: ("IDLE" | "STREAMING")
|
1676
|
+
attr_accessor framerate: ::Float
|
1677
|
+
attr_accessor height: ::Integer
|
1678
|
+
attr_accessor max_bitrate: ::Integer
|
1679
|
+
attr_accessor scan_type: ("INTERLACED" | "PROGRESSIVE")
|
1680
|
+
attr_accessor width: ::Integer
|
1681
|
+
attr_accessor latency_ms: ::Integer
|
1682
|
+
SENSITIVE: []
|
1683
|
+
end
|
1684
|
+
|
1685
|
+
class InputDeviceMediaConnectConfigurableSettings
|
1686
|
+
attr_accessor flow_arn: ::String
|
1687
|
+
attr_accessor role_arn: ::String
|
1688
|
+
attr_accessor secret_arn: ::String
|
1689
|
+
attr_accessor source_name: ::String
|
1690
|
+
SENSITIVE: []
|
1691
|
+
end
|
1692
|
+
|
1693
|
+
class InputDeviceMediaConnectSettings
|
1694
|
+
attr_accessor flow_arn: ::String
|
1695
|
+
attr_accessor role_arn: ::String
|
1696
|
+
attr_accessor secret_arn: ::String
|
1697
|
+
attr_accessor source_name: ::String
|
1698
|
+
SENSITIVE: []
|
1699
|
+
end
|
1700
|
+
|
1701
|
+
class InputDeviceNetworkSettings
|
1702
|
+
attr_accessor dns_addresses: ::Array[::String]
|
1703
|
+
attr_accessor gateway: ::String
|
1704
|
+
attr_accessor ip_address: ::String
|
1705
|
+
attr_accessor ip_scheme: ("STATIC" | "DHCP")
|
1706
|
+
attr_accessor subnet_mask: ::String
|
1707
|
+
SENSITIVE: []
|
1708
|
+
end
|
1709
|
+
|
1710
|
+
class InputDeviceRequest
|
1711
|
+
attr_accessor id: ::String
|
1712
|
+
SENSITIVE: []
|
1713
|
+
end
|
1714
|
+
|
1715
|
+
class InputDeviceSettings
|
1716
|
+
attr_accessor id: ::String
|
1717
|
+
SENSITIVE: []
|
1718
|
+
end
|
1719
|
+
|
1720
|
+
class InputDeviceSummary
|
1721
|
+
attr_accessor arn: ::String
|
1722
|
+
attr_accessor connection_state: ("DISCONNECTED" | "CONNECTED")
|
1723
|
+
attr_accessor device_settings_sync_state: ("SYNCED" | "SYNCING")
|
1724
|
+
attr_accessor device_update_status: ("UP_TO_DATE" | "NOT_UP_TO_DATE" | "UPDATING")
|
1725
|
+
attr_accessor hd_device_settings: Types::InputDeviceHdSettings
|
1726
|
+
attr_accessor id: ::String
|
1727
|
+
attr_accessor mac_address: ::String
|
1728
|
+
attr_accessor name: ::String
|
1729
|
+
attr_accessor network_settings: Types::InputDeviceNetworkSettings
|
1730
|
+
attr_accessor serial_number: ::String
|
1731
|
+
attr_accessor type: ("HD" | "UHD")
|
1732
|
+
attr_accessor uhd_device_settings: Types::InputDeviceUhdSettings
|
1733
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1734
|
+
attr_accessor availability_zone: ::String
|
1735
|
+
attr_accessor medialive_input_arns: ::Array[::String]
|
1736
|
+
attr_accessor output_type: ("NONE" | "MEDIALIVE_INPUT" | "MEDIACONNECT_FLOW")
|
1737
|
+
SENSITIVE: []
|
1738
|
+
end
|
1739
|
+
|
1740
|
+
class InputDeviceUhdSettings
|
1741
|
+
attr_accessor active_input: ("HDMI" | "SDI")
|
1742
|
+
attr_accessor configured_input: ("AUTO" | "HDMI" | "SDI")
|
1743
|
+
attr_accessor device_state: ("IDLE" | "STREAMING")
|
1744
|
+
attr_accessor framerate: ::Float
|
1745
|
+
attr_accessor height: ::Integer
|
1746
|
+
attr_accessor max_bitrate: ::Integer
|
1747
|
+
attr_accessor scan_type: ("INTERLACED" | "PROGRESSIVE")
|
1748
|
+
attr_accessor width: ::Integer
|
1749
|
+
attr_accessor latency_ms: ::Integer
|
1750
|
+
attr_accessor codec: ("HEVC" | "AVC")
|
1751
|
+
attr_accessor mediaconnect_settings: Types::InputDeviceMediaConnectSettings
|
1752
|
+
attr_accessor audio_channel_pairs: ::Array[Types::InputDeviceUhdAudioChannelPairConfig]
|
1753
|
+
SENSITIVE: []
|
1754
|
+
end
|
1755
|
+
|
1756
|
+
class InputLocation
|
1757
|
+
attr_accessor password_param: ::String
|
1758
|
+
attr_accessor uri: ::String
|
1759
|
+
attr_accessor username: ::String
|
1760
|
+
SENSITIVE: []
|
1761
|
+
end
|
1762
|
+
|
1763
|
+
class InputLossBehavior
|
1764
|
+
attr_accessor black_frame_msec: ::Integer
|
1765
|
+
attr_accessor input_loss_image_color: ::String
|
1766
|
+
attr_accessor input_loss_image_slate: Types::InputLocation
|
1767
|
+
attr_accessor input_loss_image_type: ("COLOR" | "SLATE")
|
1768
|
+
attr_accessor repeat_frame_msec: ::Integer
|
1769
|
+
SENSITIVE: []
|
1770
|
+
end
|
1771
|
+
|
1772
|
+
class InputLossFailoverSettings
|
1773
|
+
attr_accessor input_loss_threshold_msec: ::Integer
|
1774
|
+
SENSITIVE: []
|
1775
|
+
end
|
1776
|
+
|
1777
|
+
class InputPrepareScheduleActionSettings
|
1778
|
+
attr_accessor input_attachment_name_reference: ::String
|
1779
|
+
attr_accessor input_clipping_settings: Types::InputClippingSettings
|
1780
|
+
attr_accessor url_path: ::Array[::String]
|
1781
|
+
SENSITIVE: []
|
1782
|
+
end
|
1783
|
+
|
1784
|
+
class InputSecurityGroup
|
1785
|
+
attr_accessor arn: ::String
|
1786
|
+
attr_accessor id: ::String
|
1787
|
+
attr_accessor inputs: ::Array[::String]
|
1788
|
+
attr_accessor state: ("IDLE" | "IN_USE" | "UPDATING" | "DELETED")
|
1789
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1790
|
+
attr_accessor whitelist_rules: ::Array[Types::InputWhitelistRule]
|
1791
|
+
SENSITIVE: []
|
1792
|
+
end
|
1793
|
+
|
1794
|
+
class InputSecurityGroupWhitelistRequest
|
1795
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1796
|
+
attr_accessor whitelist_rules: ::Array[Types::InputWhitelistRuleCidr]
|
1797
|
+
SENSITIVE: []
|
1798
|
+
end
|
1799
|
+
|
1800
|
+
class InputSettings
|
1801
|
+
attr_accessor audio_selectors: ::Array[Types::AudioSelector]
|
1802
|
+
attr_accessor caption_selectors: ::Array[Types::CaptionSelector]
|
1803
|
+
attr_accessor deblock_filter: ("DISABLED" | "ENABLED")
|
1804
|
+
attr_accessor denoise_filter: ("DISABLED" | "ENABLED")
|
1805
|
+
attr_accessor filter_strength: ::Integer
|
1806
|
+
attr_accessor input_filter: ("AUTO" | "DISABLED" | "FORCED")
|
1807
|
+
attr_accessor network_input_settings: Types::NetworkInputSettings
|
1808
|
+
attr_accessor scte_35_pid: ::Integer
|
1809
|
+
attr_accessor smpte_2038_data_preference: ("IGNORE" | "PREFER")
|
1810
|
+
attr_accessor source_end_behavior: ("CONTINUE" | "LOOP")
|
1811
|
+
attr_accessor video_selector: Types::VideoSelector
|
1812
|
+
SENSITIVE: []
|
1813
|
+
end
|
1814
|
+
|
1815
|
+
class InputSource
|
1816
|
+
attr_accessor password_param: ::String
|
1817
|
+
attr_accessor url: ::String
|
1818
|
+
attr_accessor username: ::String
|
1819
|
+
SENSITIVE: []
|
1820
|
+
end
|
1821
|
+
|
1822
|
+
class InputSourceRequest
|
1823
|
+
attr_accessor password_param: ::String
|
1824
|
+
attr_accessor url: ::String
|
1825
|
+
attr_accessor username: ::String
|
1826
|
+
SENSITIVE: []
|
1827
|
+
end
|
1828
|
+
|
1829
|
+
class InputSpecification
|
1830
|
+
attr_accessor codec: ("MPEG2" | "AVC" | "HEVC")
|
1831
|
+
attr_accessor maximum_bitrate: ("MAX_10_MBPS" | "MAX_20_MBPS" | "MAX_50_MBPS")
|
1832
|
+
attr_accessor resolution: ("SD" | "HD" | "UHD")
|
1833
|
+
SENSITIVE: []
|
1834
|
+
end
|
1835
|
+
|
1836
|
+
class InputSwitchScheduleActionSettings
|
1837
|
+
attr_accessor input_attachment_name_reference: ::String
|
1838
|
+
attr_accessor input_clipping_settings: Types::InputClippingSettings
|
1839
|
+
attr_accessor url_path: ::Array[::String]
|
1840
|
+
SENSITIVE: []
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
class InputVpcRequest
|
1844
|
+
attr_accessor security_group_ids: ::Array[::String]
|
1845
|
+
attr_accessor subnet_ids: ::Array[::String]
|
1846
|
+
SENSITIVE: []
|
1847
|
+
end
|
1848
|
+
|
1849
|
+
class InputWhitelistRule
|
1850
|
+
attr_accessor cidr: ::String
|
1851
|
+
SENSITIVE: []
|
1852
|
+
end
|
1853
|
+
|
1854
|
+
class InputWhitelistRuleCidr
|
1855
|
+
attr_accessor cidr: ::String
|
1856
|
+
SENSITIVE: []
|
1857
|
+
end
|
1858
|
+
|
1859
|
+
class InternalServerErrorException
|
1860
|
+
attr_accessor message: ::String
|
1861
|
+
SENSITIVE: []
|
1862
|
+
end
|
1863
|
+
|
1864
|
+
class InternalServiceError
|
1865
|
+
attr_accessor message: ::String
|
1866
|
+
SENSITIVE: []
|
1867
|
+
end
|
1868
|
+
|
1869
|
+
class InvalidRequest
|
1870
|
+
attr_accessor message: ::String
|
1871
|
+
SENSITIVE: []
|
1872
|
+
end
|
1873
|
+
|
1874
|
+
class KeyProviderSettings
|
1875
|
+
attr_accessor static_key_settings: Types::StaticKeySettings
|
1876
|
+
SENSITIVE: []
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
class LimitExceeded
|
1880
|
+
attr_accessor message: ::String
|
1881
|
+
SENSITIVE: []
|
1882
|
+
end
|
1883
|
+
|
1884
|
+
class ListChannelsRequest
|
1885
|
+
attr_accessor max_results: ::Integer
|
1886
|
+
attr_accessor next_token: ::String
|
1887
|
+
SENSITIVE: []
|
1888
|
+
end
|
1889
|
+
|
1890
|
+
class ListChannelsResponse
|
1891
|
+
attr_accessor channels: ::Array[Types::ChannelSummary]
|
1892
|
+
attr_accessor next_token: ::String
|
1893
|
+
SENSITIVE: []
|
1894
|
+
end
|
1895
|
+
|
1896
|
+
class ListChannelsResultModel
|
1897
|
+
attr_accessor channels: ::Array[Types::ChannelSummary]
|
1898
|
+
attr_accessor next_token: ::String
|
1899
|
+
SENSITIVE: []
|
1900
|
+
end
|
1901
|
+
|
1902
|
+
class ListInputDeviceTransfersRequest
|
1903
|
+
attr_accessor max_results: ::Integer
|
1904
|
+
attr_accessor next_token: ::String
|
1905
|
+
attr_accessor transfer_type: ::String
|
1906
|
+
SENSITIVE: []
|
1907
|
+
end
|
1908
|
+
|
1909
|
+
class ListInputDeviceTransfersResponse
|
1910
|
+
attr_accessor input_device_transfers: ::Array[Types::TransferringInputDeviceSummary]
|
1911
|
+
attr_accessor next_token: ::String
|
1912
|
+
SENSITIVE: []
|
1913
|
+
end
|
1914
|
+
|
1915
|
+
class ListInputDeviceTransfersResultModel
|
1916
|
+
attr_accessor input_device_transfers: ::Array[Types::TransferringInputDeviceSummary]
|
1917
|
+
attr_accessor next_token: ::String
|
1918
|
+
SENSITIVE: []
|
1919
|
+
end
|
1920
|
+
|
1921
|
+
class ListInputDevicesRequest
|
1922
|
+
attr_accessor max_results: ::Integer
|
1923
|
+
attr_accessor next_token: ::String
|
1924
|
+
SENSITIVE: []
|
1925
|
+
end
|
1926
|
+
|
1927
|
+
class ListInputDevicesResponse
|
1928
|
+
attr_accessor input_devices: ::Array[Types::InputDeviceSummary]
|
1929
|
+
attr_accessor next_token: ::String
|
1930
|
+
SENSITIVE: []
|
1931
|
+
end
|
1932
|
+
|
1933
|
+
class ListInputDevicesResultModel
|
1934
|
+
attr_accessor input_devices: ::Array[Types::InputDeviceSummary]
|
1935
|
+
attr_accessor next_token: ::String
|
1936
|
+
SENSITIVE: []
|
1937
|
+
end
|
1938
|
+
|
1939
|
+
class ListInputSecurityGroupsRequest
|
1940
|
+
attr_accessor max_results: ::Integer
|
1941
|
+
attr_accessor next_token: ::String
|
1942
|
+
SENSITIVE: []
|
1943
|
+
end
|
1944
|
+
|
1945
|
+
class ListInputSecurityGroupsResponse
|
1946
|
+
attr_accessor input_security_groups: ::Array[Types::InputSecurityGroup]
|
1947
|
+
attr_accessor next_token: ::String
|
1948
|
+
SENSITIVE: []
|
1949
|
+
end
|
1950
|
+
|
1951
|
+
class ListInputSecurityGroupsResultModel
|
1952
|
+
attr_accessor input_security_groups: ::Array[Types::InputSecurityGroup]
|
1953
|
+
attr_accessor next_token: ::String
|
1954
|
+
SENSITIVE: []
|
1955
|
+
end
|
1956
|
+
|
1957
|
+
class ListInputsRequest
|
1958
|
+
attr_accessor max_results: ::Integer
|
1959
|
+
attr_accessor next_token: ::String
|
1960
|
+
SENSITIVE: []
|
1961
|
+
end
|
1962
|
+
|
1963
|
+
class ListInputsResponse
|
1964
|
+
attr_accessor inputs: ::Array[Types::Input]
|
1965
|
+
attr_accessor next_token: ::String
|
1966
|
+
SENSITIVE: []
|
1967
|
+
end
|
1968
|
+
|
1969
|
+
class ListInputsResultModel
|
1970
|
+
attr_accessor inputs: ::Array[Types::Input]
|
1971
|
+
attr_accessor next_token: ::String
|
1972
|
+
SENSITIVE: []
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
class ListMultiplexProgramsRequest
|
1976
|
+
attr_accessor max_results: ::Integer
|
1977
|
+
attr_accessor multiplex_id: ::String
|
1978
|
+
attr_accessor next_token: ::String
|
1979
|
+
SENSITIVE: []
|
1980
|
+
end
|
1981
|
+
|
1982
|
+
class ListMultiplexProgramsResponse
|
1983
|
+
attr_accessor multiplex_programs: ::Array[Types::MultiplexProgramSummary]
|
1984
|
+
attr_accessor next_token: ::String
|
1985
|
+
SENSITIVE: []
|
1986
|
+
end
|
1987
|
+
|
1988
|
+
class ListMultiplexProgramsResultModel
|
1989
|
+
attr_accessor multiplex_programs: ::Array[Types::MultiplexProgramSummary]
|
1990
|
+
attr_accessor next_token: ::String
|
1991
|
+
SENSITIVE: []
|
1992
|
+
end
|
1993
|
+
|
1994
|
+
class ListMultiplexesRequest
|
1995
|
+
attr_accessor max_results: ::Integer
|
1996
|
+
attr_accessor next_token: ::String
|
1997
|
+
SENSITIVE: []
|
1998
|
+
end
|
1999
|
+
|
2000
|
+
class ListMultiplexesResponse
|
2001
|
+
attr_accessor multiplexes: ::Array[Types::MultiplexSummary]
|
2002
|
+
attr_accessor next_token: ::String
|
2003
|
+
SENSITIVE: []
|
2004
|
+
end
|
2005
|
+
|
2006
|
+
class ListMultiplexesResultModel
|
2007
|
+
attr_accessor multiplexes: ::Array[Types::MultiplexSummary]
|
2008
|
+
attr_accessor next_token: ::String
|
2009
|
+
SENSITIVE: []
|
2010
|
+
end
|
2011
|
+
|
2012
|
+
class ListOfferingsRequest
|
2013
|
+
attr_accessor channel_class: ::String
|
2014
|
+
attr_accessor channel_configuration: ::String
|
2015
|
+
attr_accessor codec: ::String
|
2016
|
+
attr_accessor duration: ::String
|
2017
|
+
attr_accessor max_results: ::Integer
|
2018
|
+
attr_accessor maximum_bitrate: ::String
|
2019
|
+
attr_accessor maximum_framerate: ::String
|
2020
|
+
attr_accessor next_token: ::String
|
2021
|
+
attr_accessor resolution: ::String
|
2022
|
+
attr_accessor resource_type: ::String
|
2023
|
+
attr_accessor special_feature: ::String
|
2024
|
+
attr_accessor video_quality: ::String
|
2025
|
+
SENSITIVE: []
|
2026
|
+
end
|
2027
|
+
|
2028
|
+
class ListOfferingsResponse
|
2029
|
+
attr_accessor next_token: ::String
|
2030
|
+
attr_accessor offerings: ::Array[Types::Offering]
|
2031
|
+
SENSITIVE: []
|
2032
|
+
end
|
2033
|
+
|
2034
|
+
class ListOfferingsResultModel
|
2035
|
+
attr_accessor next_token: ::String
|
2036
|
+
attr_accessor offerings: ::Array[Types::Offering]
|
2037
|
+
SENSITIVE: []
|
2038
|
+
end
|
2039
|
+
|
2040
|
+
class ListReservationsRequest
|
2041
|
+
attr_accessor channel_class: ::String
|
2042
|
+
attr_accessor codec: ::String
|
2043
|
+
attr_accessor max_results: ::Integer
|
2044
|
+
attr_accessor maximum_bitrate: ::String
|
2045
|
+
attr_accessor maximum_framerate: ::String
|
2046
|
+
attr_accessor next_token: ::String
|
2047
|
+
attr_accessor resolution: ::String
|
2048
|
+
attr_accessor resource_type: ::String
|
2049
|
+
attr_accessor special_feature: ::String
|
2050
|
+
attr_accessor video_quality: ::String
|
2051
|
+
SENSITIVE: []
|
2052
|
+
end
|
2053
|
+
|
2054
|
+
class ListReservationsResponse
|
2055
|
+
attr_accessor next_token: ::String
|
2056
|
+
attr_accessor reservations: ::Array[Types::Reservation]
|
2057
|
+
SENSITIVE: []
|
2058
|
+
end
|
2059
|
+
|
2060
|
+
class ListReservationsResultModel
|
2061
|
+
attr_accessor next_token: ::String
|
2062
|
+
attr_accessor reservations: ::Array[Types::Reservation]
|
2063
|
+
SENSITIVE: []
|
2064
|
+
end
|
2065
|
+
|
2066
|
+
class ListTagsForResourceRequest
|
2067
|
+
attr_accessor resource_arn: ::String
|
2068
|
+
SENSITIVE: []
|
2069
|
+
end
|
2070
|
+
|
2071
|
+
class ListTagsForResourceResponse
|
2072
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2073
|
+
SENSITIVE: []
|
2074
|
+
end
|
2075
|
+
|
2076
|
+
class M2tsSettings
|
2077
|
+
attr_accessor absent_input_audio_behavior: ("DROP" | "ENCODE_SILENCE")
|
2078
|
+
attr_accessor arib: ("DISABLED" | "ENABLED")
|
2079
|
+
attr_accessor arib_captions_pid: ::String
|
2080
|
+
attr_accessor arib_captions_pid_control: ("AUTO" | "USE_CONFIGURED")
|
2081
|
+
attr_accessor audio_buffer_model: ("ATSC" | "DVB")
|
2082
|
+
attr_accessor audio_frames_per_pes: ::Integer
|
2083
|
+
attr_accessor audio_pids: ::String
|
2084
|
+
attr_accessor audio_stream_type: ("ATSC" | "DVB")
|
2085
|
+
attr_accessor bitrate: ::Integer
|
2086
|
+
attr_accessor buffer_model: ("MULTIPLEX" | "NONE")
|
2087
|
+
attr_accessor cc_descriptor: ("DISABLED" | "ENABLED")
|
2088
|
+
attr_accessor dvb_nit_settings: Types::DvbNitSettings
|
2089
|
+
attr_accessor dvb_sdt_settings: Types::DvbSdtSettings
|
2090
|
+
attr_accessor dvb_sub_pids: ::String
|
2091
|
+
attr_accessor dvb_tdt_settings: Types::DvbTdtSettings
|
2092
|
+
attr_accessor dvb_teletext_pid: ::String
|
2093
|
+
attr_accessor ebif: ("NONE" | "PASSTHROUGH")
|
2094
|
+
attr_accessor ebp_audio_interval: ("VIDEO_AND_FIXED_INTERVALS" | "VIDEO_INTERVAL")
|
2095
|
+
attr_accessor ebp_lookahead_ms: ::Integer
|
2096
|
+
attr_accessor ebp_placement: ("VIDEO_AND_AUDIO_PIDS" | "VIDEO_PID")
|
2097
|
+
attr_accessor ecm_pid: ::String
|
2098
|
+
attr_accessor es_rate_in_pes: ("EXCLUDE" | "INCLUDE")
|
2099
|
+
attr_accessor etv_platform_pid: ::String
|
2100
|
+
attr_accessor etv_signal_pid: ::String
|
2101
|
+
attr_accessor fragment_time: ::Float
|
2102
|
+
attr_accessor klv: ("NONE" | "PASSTHROUGH")
|
2103
|
+
attr_accessor klv_data_pids: ::String
|
2104
|
+
attr_accessor nielsen_id_3_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")
|
2105
|
+
attr_accessor null_packet_bitrate: ::Float
|
2106
|
+
attr_accessor pat_interval: ::Integer
|
2107
|
+
attr_accessor pcr_control: ("CONFIGURED_PCR_PERIOD" | "PCR_EVERY_PES_PACKET")
|
2108
|
+
attr_accessor pcr_period: ::Integer
|
2109
|
+
attr_accessor pcr_pid: ::String
|
2110
|
+
attr_accessor pmt_interval: ::Integer
|
2111
|
+
attr_accessor pmt_pid: ::String
|
2112
|
+
attr_accessor program_num: ::Integer
|
2113
|
+
attr_accessor rate_mode: ("CBR" | "VBR")
|
2114
|
+
attr_accessor scte_27_pids: ::String
|
2115
|
+
attr_accessor scte_35_control: ("NONE" | "PASSTHROUGH")
|
2116
|
+
attr_accessor scte_35_pid: ::String
|
2117
|
+
attr_accessor scte_35_preroll_pullup_milliseconds: ::Float
|
2118
|
+
attr_accessor segmentation_markers: ("EBP" | "EBP_LEGACY" | "NONE" | "PSI_SEGSTART" | "RAI_ADAPT" | "RAI_SEGSTART")
|
2119
|
+
attr_accessor segmentation_style: ("MAINTAIN_CADENCE" | "RESET_CADENCE")
|
2120
|
+
attr_accessor segmentation_time: ::Float
|
2121
|
+
attr_accessor timed_metadata_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")
|
2122
|
+
attr_accessor timed_metadata_pid: ::String
|
2123
|
+
attr_accessor transport_stream_id: ::Integer
|
2124
|
+
attr_accessor video_pid: ::String
|
2125
|
+
SENSITIVE: []
|
2126
|
+
end
|
2127
|
+
|
2128
|
+
class M3u8Settings
|
2129
|
+
attr_accessor audio_frames_per_pes: ::Integer
|
2130
|
+
attr_accessor audio_pids: ::String
|
2131
|
+
attr_accessor ecm_pid: ::String
|
2132
|
+
attr_accessor nielsen_id_3_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")
|
2133
|
+
attr_accessor pat_interval: ::Integer
|
2134
|
+
attr_accessor pcr_control: ("CONFIGURED_PCR_PERIOD" | "PCR_EVERY_PES_PACKET")
|
2135
|
+
attr_accessor pcr_period: ::Integer
|
2136
|
+
attr_accessor pcr_pid: ::String
|
2137
|
+
attr_accessor pmt_interval: ::Integer
|
2138
|
+
attr_accessor pmt_pid: ::String
|
2139
|
+
attr_accessor program_num: ::Integer
|
2140
|
+
attr_accessor scte_35_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")
|
2141
|
+
attr_accessor scte_35_pid: ::String
|
2142
|
+
attr_accessor timed_metadata_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")
|
2143
|
+
attr_accessor timed_metadata_pid: ::String
|
2144
|
+
attr_accessor transport_stream_id: ::Integer
|
2145
|
+
attr_accessor video_pid: ::String
|
2146
|
+
attr_accessor klv_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")
|
2147
|
+
attr_accessor klv_data_pids: ::String
|
2148
|
+
SENSITIVE: []
|
2149
|
+
end
|
2150
|
+
|
2151
|
+
class MaintenanceCreateSettings
|
2152
|
+
attr_accessor maintenance_day: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")
|
2153
|
+
attr_accessor maintenance_start_time: ::String
|
2154
|
+
SENSITIVE: []
|
2155
|
+
end
|
2156
|
+
|
2157
|
+
class MaintenanceStatus
|
2158
|
+
attr_accessor maintenance_day: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")
|
2159
|
+
attr_accessor maintenance_deadline: ::String
|
2160
|
+
attr_accessor maintenance_scheduled_date: ::String
|
2161
|
+
attr_accessor maintenance_start_time: ::String
|
2162
|
+
SENSITIVE: []
|
2163
|
+
end
|
2164
|
+
|
2165
|
+
class MaintenanceUpdateSettings
|
2166
|
+
attr_accessor maintenance_day: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")
|
2167
|
+
attr_accessor maintenance_scheduled_date: ::String
|
2168
|
+
attr_accessor maintenance_start_time: ::String
|
2169
|
+
SENSITIVE: []
|
2170
|
+
end
|
2171
|
+
|
2172
|
+
class MediaConnectFlow
|
2173
|
+
attr_accessor flow_arn: ::String
|
2174
|
+
SENSITIVE: []
|
2175
|
+
end
|
2176
|
+
|
2177
|
+
class MediaConnectFlowRequest
|
2178
|
+
attr_accessor flow_arn: ::String
|
2179
|
+
SENSITIVE: []
|
2180
|
+
end
|
2181
|
+
|
2182
|
+
class MediaPackageGroupSettings
|
2183
|
+
attr_accessor destination: Types::OutputLocationRef
|
2184
|
+
SENSITIVE: []
|
2185
|
+
end
|
2186
|
+
|
2187
|
+
class MediaPackageOutputDestinationSettings
|
2188
|
+
attr_accessor channel_id: ::String
|
2189
|
+
SENSITIVE: []
|
2190
|
+
end
|
2191
|
+
|
2192
|
+
class MediaPackageOutputSettings < Aws::EmptyStructure
|
2193
|
+
end
|
2194
|
+
|
2195
|
+
class MotionGraphicsActivateScheduleActionSettings
|
2196
|
+
attr_accessor duration: ::Integer
|
2197
|
+
attr_accessor password_param: ::String
|
2198
|
+
attr_accessor url: ::String
|
2199
|
+
attr_accessor username: ::String
|
2200
|
+
SENSITIVE: []
|
2201
|
+
end
|
2202
|
+
|
2203
|
+
class MotionGraphicsConfiguration
|
2204
|
+
attr_accessor motion_graphics_insertion: ("DISABLED" | "ENABLED")
|
2205
|
+
attr_accessor motion_graphics_settings: Types::MotionGraphicsSettings
|
2206
|
+
SENSITIVE: []
|
2207
|
+
end
|
2208
|
+
|
2209
|
+
class MotionGraphicsDeactivateScheduleActionSettings < Aws::EmptyStructure
|
2210
|
+
end
|
2211
|
+
|
2212
|
+
class MotionGraphicsSettings
|
2213
|
+
attr_accessor html_motion_graphics_settings: Types::HtmlMotionGraphicsSettings
|
2214
|
+
SENSITIVE: []
|
2215
|
+
end
|
2216
|
+
|
2217
|
+
class Mp2Settings
|
2218
|
+
attr_accessor bitrate: ::Float
|
2219
|
+
attr_accessor coding_mode: ("CODING_MODE_1_0" | "CODING_MODE_2_0")
|
2220
|
+
attr_accessor sample_rate: ::Float
|
2221
|
+
SENSITIVE: []
|
2222
|
+
end
|
2223
|
+
|
2224
|
+
class Mpeg2FilterSettings
|
2225
|
+
attr_accessor temporal_filter_settings: Types::TemporalFilterSettings
|
2226
|
+
SENSITIVE: []
|
2227
|
+
end
|
2228
|
+
|
2229
|
+
class Mpeg2Settings
|
2230
|
+
attr_accessor adaptive_quantization: ("AUTO" | "HIGH" | "LOW" | "MEDIUM" | "OFF")
|
2231
|
+
attr_accessor afd_signaling: ("AUTO" | "FIXED" | "NONE")
|
2232
|
+
attr_accessor color_metadata: ("IGNORE" | "INSERT")
|
2233
|
+
attr_accessor color_space: ("AUTO" | "PASSTHROUGH")
|
2234
|
+
attr_accessor display_aspect_ratio: ("DISPLAYRATIO16X9" | "DISPLAYRATIO4X3")
|
2235
|
+
attr_accessor filter_settings: Types::Mpeg2FilterSettings
|
2236
|
+
attr_accessor fixed_afd: ("AFD_0000" | "AFD_0010" | "AFD_0011" | "AFD_0100" | "AFD_1000" | "AFD_1001" | "AFD_1010" | "AFD_1011" | "AFD_1101" | "AFD_1110" | "AFD_1111")
|
2237
|
+
attr_accessor framerate_denominator: ::Integer
|
2238
|
+
attr_accessor framerate_numerator: ::Integer
|
2239
|
+
attr_accessor gop_closed_cadence: ::Integer
|
2240
|
+
attr_accessor gop_num_b_frames: ::Integer
|
2241
|
+
attr_accessor gop_size: ::Float
|
2242
|
+
attr_accessor gop_size_units: ("FRAMES" | "SECONDS")
|
2243
|
+
attr_accessor scan_type: ("INTERLACED" | "PROGRESSIVE")
|
2244
|
+
attr_accessor subgop_length: ("DYNAMIC" | "FIXED")
|
2245
|
+
attr_accessor timecode_insertion: ("DISABLED" | "GOP_TIMECODE")
|
2246
|
+
attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
|
2247
|
+
SENSITIVE: []
|
2248
|
+
end
|
2249
|
+
|
2250
|
+
class MsSmoothGroupSettings
|
2251
|
+
attr_accessor acquisition_point_id: ::String
|
2252
|
+
attr_accessor audio_only_timecode_control: ("PASSTHROUGH" | "USE_CONFIGURED_CLOCK")
|
2253
|
+
attr_accessor certificate_mode: ("SELF_SIGNED" | "VERIFY_AUTHENTICITY")
|
2254
|
+
attr_accessor connection_retry_interval: ::Integer
|
2255
|
+
attr_accessor destination: Types::OutputLocationRef
|
2256
|
+
attr_accessor event_id: ::String
|
2257
|
+
attr_accessor event_id_mode: ("NO_EVENT_ID" | "USE_CONFIGURED" | "USE_TIMESTAMP")
|
2258
|
+
attr_accessor event_stop_behavior: ("NONE" | "SEND_EOS")
|
2259
|
+
attr_accessor filecache_duration: ::Integer
|
2260
|
+
attr_accessor fragment_length: ::Integer
|
2261
|
+
attr_accessor input_loss_action: ("EMIT_OUTPUT" | "PAUSE_OUTPUT")
|
2262
|
+
attr_accessor num_retries: ::Integer
|
2263
|
+
attr_accessor restart_delay: ::Integer
|
2264
|
+
attr_accessor segmentation_mode: ("USE_INPUT_SEGMENTATION" | "USE_SEGMENT_DURATION")
|
2265
|
+
attr_accessor send_delay_ms: ::Integer
|
2266
|
+
attr_accessor sparse_track_type: ("NONE" | "SCTE_35" | "SCTE_35_WITHOUT_SEGMENTATION")
|
2267
|
+
attr_accessor stream_manifest_behavior: ("DO_NOT_SEND" | "SEND")
|
2268
|
+
attr_accessor timestamp_offset: ::String
|
2269
|
+
attr_accessor timestamp_offset_mode: ("USE_CONFIGURED_OFFSET" | "USE_EVENT_START_DATE")
|
2270
|
+
SENSITIVE: []
|
2271
|
+
end
|
2272
|
+
|
2273
|
+
class MsSmoothOutputSettings
|
2274
|
+
attr_accessor h265_packaging_type: ("HEV1" | "HVC1")
|
2275
|
+
attr_accessor name_modifier: ::String
|
2276
|
+
SENSITIVE: []
|
2277
|
+
end
|
2278
|
+
|
2279
|
+
class Multiplex
|
2280
|
+
attr_accessor arn: ::String
|
2281
|
+
attr_accessor availability_zones: ::Array[::String]
|
2282
|
+
attr_accessor destinations: ::Array[Types::MultiplexOutputDestination]
|
2283
|
+
attr_accessor id: ::String
|
2284
|
+
attr_accessor multiplex_settings: Types::MultiplexSettings
|
2285
|
+
attr_accessor name: ::String
|
2286
|
+
attr_accessor pipelines_running_count: ::Integer
|
2287
|
+
attr_accessor program_count: ::Integer
|
2288
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
2289
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2290
|
+
SENSITIVE: []
|
2291
|
+
end
|
2292
|
+
|
2293
|
+
class MultiplexConfigurationValidationError
|
2294
|
+
attr_accessor message: ::String
|
2295
|
+
attr_accessor validation_errors: ::Array[Types::ValidationError]
|
2296
|
+
SENSITIVE: []
|
2297
|
+
end
|
2298
|
+
|
2299
|
+
class MultiplexGroupSettings < Aws::EmptyStructure
|
2300
|
+
end
|
2301
|
+
|
2302
|
+
class MultiplexMediaConnectOutputDestinationSettings
|
2303
|
+
attr_accessor entitlement_arn: ::String
|
2304
|
+
SENSITIVE: []
|
2305
|
+
end
|
2306
|
+
|
2307
|
+
class MultiplexOutputDestination
|
2308
|
+
attr_accessor media_connect_settings: Types::MultiplexMediaConnectOutputDestinationSettings
|
2309
|
+
SENSITIVE: []
|
2310
|
+
end
|
2311
|
+
|
2312
|
+
class MultiplexOutputSettings
|
2313
|
+
attr_accessor destination: Types::OutputLocationRef
|
2314
|
+
SENSITIVE: []
|
2315
|
+
end
|
2316
|
+
|
2317
|
+
class MultiplexProgram
|
2318
|
+
attr_accessor channel_id: ::String
|
2319
|
+
attr_accessor multiplex_program_settings: Types::MultiplexProgramSettings
|
2320
|
+
attr_accessor packet_identifiers_map: Types::MultiplexProgramPacketIdentifiersMap
|
2321
|
+
attr_accessor pipeline_details: ::Array[Types::MultiplexProgramPipelineDetail]
|
2322
|
+
attr_accessor program_name: ::String
|
2323
|
+
SENSITIVE: []
|
2324
|
+
end
|
2325
|
+
|
2326
|
+
class MultiplexProgramChannelDestinationSettings
|
2327
|
+
attr_accessor multiplex_id: ::String
|
2328
|
+
attr_accessor program_name: ::String
|
2329
|
+
SENSITIVE: []
|
2330
|
+
end
|
2331
|
+
|
2332
|
+
class MultiplexProgramPacketIdentifiersMap
|
2333
|
+
attr_accessor audio_pids: ::Array[::Integer]
|
2334
|
+
attr_accessor dvb_sub_pids: ::Array[::Integer]
|
2335
|
+
attr_accessor dvb_teletext_pid: ::Integer
|
2336
|
+
attr_accessor etv_platform_pid: ::Integer
|
2337
|
+
attr_accessor etv_signal_pid: ::Integer
|
2338
|
+
attr_accessor klv_data_pids: ::Array[::Integer]
|
2339
|
+
attr_accessor pcr_pid: ::Integer
|
2340
|
+
attr_accessor pmt_pid: ::Integer
|
2341
|
+
attr_accessor private_metadata_pid: ::Integer
|
2342
|
+
attr_accessor scte_27_pids: ::Array[::Integer]
|
2343
|
+
attr_accessor scte_35_pid: ::Integer
|
2344
|
+
attr_accessor timed_metadata_pid: ::Integer
|
2345
|
+
attr_accessor video_pid: ::Integer
|
2346
|
+
SENSITIVE: []
|
2347
|
+
end
|
2348
|
+
|
2349
|
+
class MultiplexProgramPipelineDetail
|
2350
|
+
attr_accessor active_channel_pipeline: ::String
|
2351
|
+
attr_accessor pipeline_id: ::String
|
2352
|
+
SENSITIVE: []
|
2353
|
+
end
|
2354
|
+
|
2355
|
+
class MultiplexProgramServiceDescriptor
|
2356
|
+
attr_accessor provider_name: ::String
|
2357
|
+
attr_accessor service_name: ::String
|
2358
|
+
SENSITIVE: []
|
2359
|
+
end
|
2360
|
+
|
2361
|
+
class MultiplexProgramSettings
|
2362
|
+
attr_accessor preferred_channel_pipeline: ("CURRENTLY_ACTIVE" | "PIPELINE_0" | "PIPELINE_1")
|
2363
|
+
attr_accessor program_number: ::Integer
|
2364
|
+
attr_accessor service_descriptor: Types::MultiplexProgramServiceDescriptor
|
2365
|
+
attr_accessor video_settings: Types::MultiplexVideoSettings
|
2366
|
+
SENSITIVE: []
|
2367
|
+
end
|
2368
|
+
|
2369
|
+
class MultiplexProgramSummary
|
2370
|
+
attr_accessor channel_id: ::String
|
2371
|
+
attr_accessor program_name: ::String
|
2372
|
+
SENSITIVE: []
|
2373
|
+
end
|
2374
|
+
|
2375
|
+
class MultiplexSettings
|
2376
|
+
attr_accessor maximum_video_buffer_delay_milliseconds: ::Integer
|
2377
|
+
attr_accessor transport_stream_bitrate: ::Integer
|
2378
|
+
attr_accessor transport_stream_id: ::Integer
|
2379
|
+
attr_accessor transport_stream_reserved_bitrate: ::Integer
|
2380
|
+
SENSITIVE: []
|
2381
|
+
end
|
2382
|
+
|
2383
|
+
class MultiplexSettingsSummary
|
2384
|
+
attr_accessor transport_stream_bitrate: ::Integer
|
2385
|
+
SENSITIVE: []
|
2386
|
+
end
|
2387
|
+
|
2388
|
+
class MultiplexStatmuxVideoSettings
|
2389
|
+
attr_accessor maximum_bitrate: ::Integer
|
2390
|
+
attr_accessor minimum_bitrate: ::Integer
|
2391
|
+
attr_accessor priority: ::Integer
|
2392
|
+
SENSITIVE: []
|
2393
|
+
end
|
2394
|
+
|
2395
|
+
class MultiplexSummary
|
2396
|
+
attr_accessor arn: ::String
|
2397
|
+
attr_accessor availability_zones: ::Array[::String]
|
2398
|
+
attr_accessor id: ::String
|
2399
|
+
attr_accessor multiplex_settings: Types::MultiplexSettingsSummary
|
2400
|
+
attr_accessor name: ::String
|
2401
|
+
attr_accessor pipelines_running_count: ::Integer
|
2402
|
+
attr_accessor program_count: ::Integer
|
2403
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
2404
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2405
|
+
SENSITIVE: []
|
2406
|
+
end
|
2407
|
+
|
2408
|
+
class MultiplexVideoSettings
|
2409
|
+
attr_accessor constant_bitrate: ::Integer
|
2410
|
+
attr_accessor statmux_settings: Types::MultiplexStatmuxVideoSettings
|
2411
|
+
SENSITIVE: []
|
2412
|
+
end
|
2413
|
+
|
2414
|
+
class NetworkInputSettings
|
2415
|
+
attr_accessor hls_input_settings: Types::HlsInputSettings
|
2416
|
+
attr_accessor server_validation: ("CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME" | "CHECK_CRYPTOGRAPHY_ONLY")
|
2417
|
+
SENSITIVE: []
|
2418
|
+
end
|
2419
|
+
|
2420
|
+
class NielsenCBET
|
2421
|
+
attr_accessor cbet_check_digit_string: ::String
|
2422
|
+
attr_accessor cbet_stepaside: ("DISABLED" | "ENABLED")
|
2423
|
+
attr_accessor csid: ::String
|
2424
|
+
SENSITIVE: []
|
2425
|
+
end
|
2426
|
+
|
2427
|
+
class NielsenConfiguration
|
2428
|
+
attr_accessor distributor_id: ::String
|
2429
|
+
attr_accessor nielsen_pcm_to_id_3_tagging: ("DISABLED" | "ENABLED")
|
2430
|
+
SENSITIVE: []
|
2431
|
+
end
|
2432
|
+
|
2433
|
+
class NielsenNaesIiNw
|
2434
|
+
attr_accessor check_digit_string: ::String
|
2435
|
+
attr_accessor sid: ::Float
|
2436
|
+
attr_accessor timezone: ("AMERICA_PUERTO_RICO" | "US_ALASKA" | "US_ARIZONA" | "US_CENTRAL" | "US_EASTERN" | "US_HAWAII" | "US_MOUNTAIN" | "US_PACIFIC" | "US_SAMOA" | "UTC")
|
2437
|
+
SENSITIVE: []
|
2438
|
+
end
|
2439
|
+
|
2440
|
+
class NielsenWatermarksSettings
|
2441
|
+
attr_accessor nielsen_cbet_settings: Types::NielsenCBET
|
2442
|
+
attr_accessor nielsen_distribution_type: ("FINAL_DISTRIBUTOR" | "PROGRAM_CONTENT")
|
2443
|
+
attr_accessor nielsen_naes_ii_nw_settings: Types::NielsenNaesIiNw
|
2444
|
+
SENSITIVE: []
|
2445
|
+
end
|
2446
|
+
|
2447
|
+
class NotFoundException
|
2448
|
+
attr_accessor message: ::String
|
2449
|
+
SENSITIVE: []
|
2450
|
+
end
|
2451
|
+
|
2452
|
+
class Offering
|
2453
|
+
attr_accessor arn: ::String
|
2454
|
+
attr_accessor currency_code: ::String
|
2455
|
+
attr_accessor duration: ::Integer
|
2456
|
+
attr_accessor duration_units: ("MONTHS")
|
2457
|
+
attr_accessor fixed_price: ::Float
|
2458
|
+
attr_accessor offering_description: ::String
|
2459
|
+
attr_accessor offering_id: ::String
|
2460
|
+
attr_accessor offering_type: ("NO_UPFRONT")
|
2461
|
+
attr_accessor region: ::String
|
2462
|
+
attr_accessor resource_specification: Types::ReservationResourceSpecification
|
2463
|
+
attr_accessor usage_price: ::Float
|
2464
|
+
SENSITIVE: []
|
2465
|
+
end
|
2466
|
+
|
2467
|
+
class Output
|
2468
|
+
attr_accessor audio_description_names: ::Array[::String]
|
2469
|
+
attr_accessor caption_description_names: ::Array[::String]
|
2470
|
+
attr_accessor output_name: ::String
|
2471
|
+
attr_accessor output_settings: Types::OutputSettings
|
2472
|
+
attr_accessor video_description_name: ::String
|
2473
|
+
SENSITIVE: []
|
2474
|
+
end
|
2475
|
+
|
2476
|
+
class OutputDestination
|
2477
|
+
attr_accessor id: ::String
|
2478
|
+
attr_accessor media_package_settings: ::Array[Types::MediaPackageOutputDestinationSettings]
|
2479
|
+
attr_accessor multiplex_settings: Types::MultiplexProgramChannelDestinationSettings
|
2480
|
+
attr_accessor settings: ::Array[Types::OutputDestinationSettings]
|
2481
|
+
SENSITIVE: []
|
2482
|
+
end
|
2483
|
+
|
2484
|
+
class OutputDestinationSettings
|
2485
|
+
attr_accessor password_param: ::String
|
2486
|
+
attr_accessor stream_name: ::String
|
2487
|
+
attr_accessor url: ::String
|
2488
|
+
attr_accessor username: ::String
|
2489
|
+
SENSITIVE: []
|
2490
|
+
end
|
2491
|
+
|
2492
|
+
class OutputGroup
|
2493
|
+
attr_accessor name: ::String
|
2494
|
+
attr_accessor output_group_settings: Types::OutputGroupSettings
|
2495
|
+
attr_accessor outputs: ::Array[Types::Output]
|
2496
|
+
SENSITIVE: []
|
2497
|
+
end
|
2498
|
+
|
2499
|
+
class OutputGroupSettings
|
2500
|
+
attr_accessor archive_group_settings: Types::ArchiveGroupSettings
|
2501
|
+
attr_accessor frame_capture_group_settings: Types::FrameCaptureGroupSettings
|
2502
|
+
attr_accessor hls_group_settings: Types::HlsGroupSettings
|
2503
|
+
attr_accessor media_package_group_settings: Types::MediaPackageGroupSettings
|
2504
|
+
attr_accessor ms_smooth_group_settings: Types::MsSmoothGroupSettings
|
2505
|
+
attr_accessor multiplex_group_settings: Types::MultiplexGroupSettings
|
2506
|
+
attr_accessor rtmp_group_settings: Types::RtmpGroupSettings
|
2507
|
+
attr_accessor udp_group_settings: Types::UdpGroupSettings
|
2508
|
+
SENSITIVE: []
|
2509
|
+
end
|
2510
|
+
|
2511
|
+
class OutputLocationRef
|
2512
|
+
attr_accessor destination_ref_id: ::String
|
2513
|
+
SENSITIVE: []
|
2514
|
+
end
|
2515
|
+
|
2516
|
+
class OutputLockingSettings
|
2517
|
+
attr_accessor epoch_locking_settings: Types::EpochLockingSettings
|
2518
|
+
attr_accessor pipeline_locking_settings: Types::PipelineLockingSettings
|
2519
|
+
SENSITIVE: []
|
2520
|
+
end
|
2521
|
+
|
2522
|
+
class OutputSettings
|
2523
|
+
attr_accessor archive_output_settings: Types::ArchiveOutputSettings
|
2524
|
+
attr_accessor frame_capture_output_settings: Types::FrameCaptureOutputSettings
|
2525
|
+
attr_accessor hls_output_settings: Types::HlsOutputSettings
|
2526
|
+
attr_accessor media_package_output_settings: Types::MediaPackageOutputSettings
|
2527
|
+
attr_accessor ms_smooth_output_settings: Types::MsSmoothOutputSettings
|
2528
|
+
attr_accessor multiplex_output_settings: Types::MultiplexOutputSettings
|
2529
|
+
attr_accessor rtmp_output_settings: Types::RtmpOutputSettings
|
2530
|
+
attr_accessor udp_output_settings: Types::UdpOutputSettings
|
2531
|
+
SENSITIVE: []
|
2532
|
+
end
|
2533
|
+
|
2534
|
+
class PassThroughSettings < Aws::EmptyStructure
|
2535
|
+
end
|
2536
|
+
|
2537
|
+
class PauseStateScheduleActionSettings
|
2538
|
+
attr_accessor pipelines: ::Array[Types::PipelinePauseStateSettings]
|
2539
|
+
SENSITIVE: []
|
2540
|
+
end
|
2541
|
+
|
2542
|
+
class PipelineDetail
|
2543
|
+
attr_accessor active_input_attachment_name: ::String
|
2544
|
+
attr_accessor active_input_switch_action_name: ::String
|
2545
|
+
attr_accessor active_motion_graphics_action_name: ::String
|
2546
|
+
attr_accessor active_motion_graphics_uri: ::String
|
2547
|
+
attr_accessor pipeline_id: ::String
|
2548
|
+
SENSITIVE: []
|
2549
|
+
end
|
2550
|
+
|
2551
|
+
class PipelineLockingSettings < Aws::EmptyStructure
|
2552
|
+
end
|
2553
|
+
|
2554
|
+
class PipelinePauseStateSettings
|
2555
|
+
attr_accessor pipeline_id: ("PIPELINE_0" | "PIPELINE_1")
|
2556
|
+
SENSITIVE: []
|
2557
|
+
end
|
2558
|
+
|
2559
|
+
class PurchaseOffering
|
2560
|
+
attr_accessor count: ::Integer
|
2561
|
+
attr_accessor name: ::String
|
2562
|
+
attr_accessor renewal_settings: Types::RenewalSettings
|
2563
|
+
attr_accessor request_id: ::String
|
2564
|
+
attr_accessor start: ::String
|
2565
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2566
|
+
SENSITIVE: []
|
2567
|
+
end
|
2568
|
+
|
2569
|
+
class PurchaseOfferingRequest
|
2570
|
+
attr_accessor count: ::Integer
|
2571
|
+
attr_accessor name: ::String
|
2572
|
+
attr_accessor offering_id: ::String
|
2573
|
+
attr_accessor renewal_settings: Types::RenewalSettings
|
2574
|
+
attr_accessor request_id: ::String
|
2575
|
+
attr_accessor start: ::String
|
2576
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2577
|
+
SENSITIVE: []
|
2578
|
+
end
|
2579
|
+
|
2580
|
+
class PurchaseOfferingResponse
|
2581
|
+
attr_accessor reservation: Types::Reservation
|
2582
|
+
SENSITIVE: []
|
2583
|
+
end
|
2584
|
+
|
2585
|
+
class PurchaseOfferingResultModel
|
2586
|
+
attr_accessor reservation: Types::Reservation
|
2587
|
+
SENSITIVE: []
|
2588
|
+
end
|
2589
|
+
|
2590
|
+
class RawSettings < Aws::EmptyStructure
|
2591
|
+
end
|
2592
|
+
|
2593
|
+
class RebootInputDevice
|
2594
|
+
attr_accessor force: ("NO" | "YES")
|
2595
|
+
SENSITIVE: []
|
2596
|
+
end
|
2597
|
+
|
2598
|
+
class RebootInputDeviceRequest
|
2599
|
+
attr_accessor force: ("NO" | "YES")
|
2600
|
+
attr_accessor input_device_id: ::String
|
2601
|
+
SENSITIVE: []
|
2602
|
+
end
|
2603
|
+
|
2604
|
+
class RebootInputDeviceResponse < Aws::EmptyStructure
|
2605
|
+
end
|
2606
|
+
|
2607
|
+
class Rec601Settings < Aws::EmptyStructure
|
2608
|
+
end
|
2609
|
+
|
2610
|
+
class Rec709Settings < Aws::EmptyStructure
|
2611
|
+
end
|
2612
|
+
|
2613
|
+
class RejectInputDeviceTransferRequest
|
2614
|
+
attr_accessor input_device_id: ::String
|
2615
|
+
SENSITIVE: []
|
2616
|
+
end
|
2617
|
+
|
2618
|
+
class RejectInputDeviceTransferResponse < Aws::EmptyStructure
|
2619
|
+
end
|
2620
|
+
|
2621
|
+
class RemixSettings
|
2622
|
+
attr_accessor channel_mappings: ::Array[Types::AudioChannelMapping]
|
2623
|
+
attr_accessor channels_in: ::Integer
|
2624
|
+
attr_accessor channels_out: ::Integer
|
2625
|
+
SENSITIVE: []
|
2626
|
+
end
|
2627
|
+
|
2628
|
+
class RenewalSettings
|
2629
|
+
attr_accessor automatic_renewal: ("DISABLED" | "ENABLED" | "UNAVAILABLE")
|
2630
|
+
attr_accessor renewal_count: ::Integer
|
2631
|
+
SENSITIVE: []
|
2632
|
+
end
|
2633
|
+
|
2634
|
+
class Reservation
|
2635
|
+
attr_accessor arn: ::String
|
2636
|
+
attr_accessor count: ::Integer
|
2637
|
+
attr_accessor currency_code: ::String
|
2638
|
+
attr_accessor duration: ::Integer
|
2639
|
+
attr_accessor duration_units: ("MONTHS")
|
2640
|
+
attr_accessor end: ::String
|
2641
|
+
attr_accessor fixed_price: ::Float
|
2642
|
+
attr_accessor name: ::String
|
2643
|
+
attr_accessor offering_description: ::String
|
2644
|
+
attr_accessor offering_id: ::String
|
2645
|
+
attr_accessor offering_type: ("NO_UPFRONT")
|
2646
|
+
attr_accessor region: ::String
|
2647
|
+
attr_accessor renewal_settings: Types::RenewalSettings
|
2648
|
+
attr_accessor reservation_id: ::String
|
2649
|
+
attr_accessor resource_specification: Types::ReservationResourceSpecification
|
2650
|
+
attr_accessor start: ::String
|
2651
|
+
attr_accessor state: ("ACTIVE" | "EXPIRED" | "CANCELED" | "DELETED")
|
2652
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2653
|
+
attr_accessor usage_price: ::Float
|
2654
|
+
SENSITIVE: []
|
2655
|
+
end
|
2656
|
+
|
2657
|
+
class ReservationResourceSpecification
|
2658
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
2659
|
+
attr_accessor codec: ("MPEG2" | "AVC" | "HEVC" | "AUDIO" | "LINK")
|
2660
|
+
attr_accessor maximum_bitrate: ("MAX_10_MBPS" | "MAX_20_MBPS" | "MAX_50_MBPS")
|
2661
|
+
attr_accessor maximum_framerate: ("MAX_30_FPS" | "MAX_60_FPS")
|
2662
|
+
attr_accessor resolution: ("SD" | "HD" | "FHD" | "UHD")
|
2663
|
+
attr_accessor resource_type: ("INPUT" | "OUTPUT" | "MULTIPLEX" | "CHANNEL")
|
2664
|
+
attr_accessor special_feature: ("ADVANCED_AUDIO" | "AUDIO_NORMALIZATION" | "MGHD" | "MGUHD")
|
2665
|
+
attr_accessor video_quality: ("STANDARD" | "ENHANCED" | "PREMIUM")
|
2666
|
+
SENSITIVE: []
|
2667
|
+
end
|
2668
|
+
|
2669
|
+
class ResourceConflict
|
2670
|
+
attr_accessor message: ::String
|
2671
|
+
SENSITIVE: []
|
2672
|
+
end
|
2673
|
+
|
2674
|
+
class ResourceNotFound
|
2675
|
+
attr_accessor message: ::String
|
2676
|
+
SENSITIVE: []
|
2677
|
+
end
|
2678
|
+
|
2679
|
+
class RtmpCaptionInfoDestinationSettings < Aws::EmptyStructure
|
2680
|
+
end
|
2681
|
+
|
2682
|
+
class RtmpGroupSettings
|
2683
|
+
attr_accessor ad_markers: ::Array[("ON_CUE_POINT_SCTE35")]
|
2684
|
+
attr_accessor authentication_scheme: ("AKAMAI" | "COMMON")
|
2685
|
+
attr_accessor cache_full_behavior: ("DISCONNECT_IMMEDIATELY" | "WAIT_FOR_SERVER")
|
2686
|
+
attr_accessor cache_length: ::Integer
|
2687
|
+
attr_accessor caption_data: ("ALL" | "FIELD1_608" | "FIELD1_AND_FIELD2_608")
|
2688
|
+
attr_accessor input_loss_action: ("EMIT_OUTPUT" | "PAUSE_OUTPUT")
|
2689
|
+
attr_accessor restart_delay: ::Integer
|
2690
|
+
attr_accessor include_filler_nal_units: ("AUTO" | "DROP" | "INCLUDE")
|
2691
|
+
SENSITIVE: []
|
2692
|
+
end
|
2693
|
+
|
2694
|
+
class RtmpOutputSettings
|
2695
|
+
attr_accessor certificate_mode: ("SELF_SIGNED" | "VERIFY_AUTHENTICITY")
|
2696
|
+
attr_accessor connection_retry_interval: ::Integer
|
2697
|
+
attr_accessor destination: Types::OutputLocationRef
|
2698
|
+
attr_accessor num_retries: ::Integer
|
2699
|
+
SENSITIVE: []
|
2700
|
+
end
|
2701
|
+
|
2702
|
+
class ScheduleAction
|
2703
|
+
attr_accessor action_name: ::String
|
2704
|
+
attr_accessor schedule_action_settings: Types::ScheduleActionSettings
|
2705
|
+
attr_accessor schedule_action_start_settings: Types::ScheduleActionStartSettings
|
2706
|
+
SENSITIVE: []
|
2707
|
+
end
|
2708
|
+
|
2709
|
+
class ScheduleActionSettings
|
2710
|
+
attr_accessor hls_id_3_segment_tagging_settings: Types::HlsId3SegmentTaggingScheduleActionSettings
|
2711
|
+
attr_accessor hls_timed_metadata_settings: Types::HlsTimedMetadataScheduleActionSettings
|
2712
|
+
attr_accessor input_prepare_settings: Types::InputPrepareScheduleActionSettings
|
2713
|
+
attr_accessor input_switch_settings: Types::InputSwitchScheduleActionSettings
|
2714
|
+
attr_accessor motion_graphics_image_activate_settings: Types::MotionGraphicsActivateScheduleActionSettings
|
2715
|
+
attr_accessor motion_graphics_image_deactivate_settings: Types::MotionGraphicsDeactivateScheduleActionSettings
|
2716
|
+
attr_accessor pause_state_settings: Types::PauseStateScheduleActionSettings
|
2717
|
+
attr_accessor scte_35_input_settings: Types::Scte35InputScheduleActionSettings
|
2718
|
+
attr_accessor scte_35_return_to_network_settings: Types::Scte35ReturnToNetworkScheduleActionSettings
|
2719
|
+
attr_accessor scte_35_splice_insert_settings: Types::Scte35SpliceInsertScheduleActionSettings
|
2720
|
+
attr_accessor scte_35_time_signal_settings: Types::Scte35TimeSignalScheduleActionSettings
|
2721
|
+
attr_accessor static_image_activate_settings: Types::StaticImageActivateScheduleActionSettings
|
2722
|
+
attr_accessor static_image_deactivate_settings: Types::StaticImageDeactivateScheduleActionSettings
|
2723
|
+
attr_accessor static_image_output_activate_settings: Types::StaticImageOutputActivateScheduleActionSettings
|
2724
|
+
attr_accessor static_image_output_deactivate_settings: Types::StaticImageOutputDeactivateScheduleActionSettings
|
2725
|
+
SENSITIVE: []
|
2726
|
+
end
|
2727
|
+
|
2728
|
+
class ScheduleActionStartSettings
|
2729
|
+
attr_accessor fixed_mode_schedule_action_start_settings: Types::FixedModeScheduleActionStartSettings
|
2730
|
+
attr_accessor follow_mode_schedule_action_start_settings: Types::FollowModeScheduleActionStartSettings
|
2731
|
+
attr_accessor immediate_mode_schedule_action_start_settings: Types::ImmediateModeScheduleActionStartSettings
|
2732
|
+
SENSITIVE: []
|
2733
|
+
end
|
2734
|
+
|
2735
|
+
class ScheduleDeleteResultModel < Aws::EmptyStructure
|
2736
|
+
end
|
2737
|
+
|
2738
|
+
class ScheduleDescribeResultModel
|
2739
|
+
attr_accessor next_token: ::String
|
2740
|
+
attr_accessor schedule_actions: ::Array[Types::ScheduleAction]
|
2741
|
+
SENSITIVE: []
|
2742
|
+
end
|
2743
|
+
|
2744
|
+
class Scte20PlusEmbeddedDestinationSettings < Aws::EmptyStructure
|
2745
|
+
end
|
2746
|
+
|
2747
|
+
class Scte20SourceSettings
|
2748
|
+
attr_accessor convert_608_to_708: ("DISABLED" | "UPCONVERT")
|
2749
|
+
attr_accessor source_608_channel_number: ::Integer
|
2750
|
+
SENSITIVE: []
|
2751
|
+
end
|
2752
|
+
|
2753
|
+
class Scte27DestinationSettings < Aws::EmptyStructure
|
2754
|
+
end
|
2755
|
+
|
2756
|
+
class Scte27SourceSettings
|
2757
|
+
attr_accessor ocr_language: ("DEU" | "ENG" | "FRA" | "NLD" | "POR" | "SPA")
|
2758
|
+
attr_accessor pid: ::Integer
|
2759
|
+
SENSITIVE: []
|
2760
|
+
end
|
2761
|
+
|
2762
|
+
class Scte35DeliveryRestrictions
|
2763
|
+
attr_accessor archive_allowed_flag: ("ARCHIVE_NOT_ALLOWED" | "ARCHIVE_ALLOWED")
|
2764
|
+
attr_accessor device_restrictions: ("NONE" | "RESTRICT_GROUP0" | "RESTRICT_GROUP1" | "RESTRICT_GROUP2")
|
2765
|
+
attr_accessor no_regional_blackout_flag: ("REGIONAL_BLACKOUT" | "NO_REGIONAL_BLACKOUT")
|
2766
|
+
attr_accessor web_delivery_allowed_flag: ("WEB_DELIVERY_NOT_ALLOWED" | "WEB_DELIVERY_ALLOWED")
|
2767
|
+
SENSITIVE: []
|
2768
|
+
end
|
2769
|
+
|
2770
|
+
class Scte35Descriptor
|
2771
|
+
attr_accessor scte_35_descriptor_settings: Types::Scte35DescriptorSettings
|
2772
|
+
SENSITIVE: []
|
2773
|
+
end
|
2774
|
+
|
2775
|
+
class Scte35DescriptorSettings
|
2776
|
+
attr_accessor segmentation_descriptor_scte_35_descriptor_settings: Types::Scte35SegmentationDescriptor
|
2777
|
+
SENSITIVE: []
|
2778
|
+
end
|
2779
|
+
|
2780
|
+
class Scte35InputScheduleActionSettings
|
2781
|
+
attr_accessor input_attachment_name_reference: ::String
|
2782
|
+
attr_accessor mode: ("FIXED" | "FOLLOW_ACTIVE")
|
2783
|
+
SENSITIVE: []
|
2784
|
+
end
|
2785
|
+
|
2786
|
+
class Scte35ReturnToNetworkScheduleActionSettings
|
2787
|
+
attr_accessor splice_event_id: ::Integer
|
2788
|
+
SENSITIVE: []
|
2789
|
+
end
|
2790
|
+
|
2791
|
+
class Scte35SegmentationDescriptor
|
2792
|
+
attr_accessor delivery_restrictions: Types::Scte35DeliveryRestrictions
|
2793
|
+
attr_accessor segment_num: ::Integer
|
2794
|
+
attr_accessor segmentation_cancel_indicator: ("SEGMENTATION_EVENT_NOT_CANCELED" | "SEGMENTATION_EVENT_CANCELED")
|
2795
|
+
attr_accessor segmentation_duration: ::Integer
|
2796
|
+
attr_accessor segmentation_event_id: ::Integer
|
2797
|
+
attr_accessor segmentation_type_id: ::Integer
|
2798
|
+
attr_accessor segmentation_upid: ::String
|
2799
|
+
attr_accessor segmentation_upid_type: ::Integer
|
2800
|
+
attr_accessor segments_expected: ::Integer
|
2801
|
+
attr_accessor sub_segment_num: ::Integer
|
2802
|
+
attr_accessor sub_segments_expected: ::Integer
|
2803
|
+
SENSITIVE: []
|
2804
|
+
end
|
2805
|
+
|
2806
|
+
class Scte35SpliceInsert
|
2807
|
+
attr_accessor ad_avail_offset: ::Integer
|
2808
|
+
attr_accessor no_regional_blackout_flag: ("FOLLOW" | "IGNORE")
|
2809
|
+
attr_accessor web_delivery_allowed_flag: ("FOLLOW" | "IGNORE")
|
2810
|
+
SENSITIVE: []
|
2811
|
+
end
|
2812
|
+
|
2813
|
+
class Scte35SpliceInsertScheduleActionSettings
|
2814
|
+
attr_accessor duration: ::Integer
|
2815
|
+
attr_accessor splice_event_id: ::Integer
|
2816
|
+
SENSITIVE: []
|
2817
|
+
end
|
2818
|
+
|
2819
|
+
class Scte35TimeSignalApos
|
2820
|
+
attr_accessor ad_avail_offset: ::Integer
|
2821
|
+
attr_accessor no_regional_blackout_flag: ("FOLLOW" | "IGNORE")
|
2822
|
+
attr_accessor web_delivery_allowed_flag: ("FOLLOW" | "IGNORE")
|
2823
|
+
SENSITIVE: []
|
2824
|
+
end
|
2825
|
+
|
2826
|
+
class Scte35TimeSignalScheduleActionSettings
|
2827
|
+
attr_accessor scte_35_descriptors: ::Array[Types::Scte35Descriptor]
|
2828
|
+
SENSITIVE: []
|
2829
|
+
end
|
2830
|
+
|
2831
|
+
class SmpteTtDestinationSettings < Aws::EmptyStructure
|
2832
|
+
end
|
2833
|
+
|
2834
|
+
class StandardHlsSettings
|
2835
|
+
attr_accessor audio_rendition_sets: ::String
|
2836
|
+
attr_accessor m3u_8_settings: Types::M3u8Settings
|
2837
|
+
SENSITIVE: []
|
2838
|
+
end
|
2839
|
+
|
2840
|
+
class StartChannelRequest
|
2841
|
+
attr_accessor channel_id: ::String
|
2842
|
+
SENSITIVE: []
|
2843
|
+
end
|
2844
|
+
|
2845
|
+
class StartChannelResponse
|
2846
|
+
attr_accessor arn: ::String
|
2847
|
+
attr_accessor cdi_input_specification: Types::CdiInputSpecification
|
2848
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
2849
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
2850
|
+
attr_accessor egress_endpoints: ::Array[Types::ChannelEgressEndpoint]
|
2851
|
+
attr_accessor encoder_settings: Types::EncoderSettings
|
2852
|
+
attr_accessor id: ::String
|
2853
|
+
attr_accessor input_attachments: ::Array[Types::InputAttachment]
|
2854
|
+
attr_accessor input_specification: Types::InputSpecification
|
2855
|
+
attr_accessor log_level: ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
2856
|
+
attr_accessor maintenance: Types::MaintenanceStatus
|
2857
|
+
attr_accessor name: ::String
|
2858
|
+
attr_accessor pipeline_details: ::Array[Types::PipelineDetail]
|
2859
|
+
attr_accessor pipelines_running_count: ::Integer
|
2860
|
+
attr_accessor role_arn: ::String
|
2861
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
2862
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2863
|
+
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
2864
|
+
SENSITIVE: []
|
2865
|
+
end
|
2866
|
+
|
2867
|
+
class StartInputDeviceMaintenanceWindowRequest
|
2868
|
+
attr_accessor input_device_id: ::String
|
2869
|
+
SENSITIVE: []
|
2870
|
+
end
|
2871
|
+
|
2872
|
+
class StartInputDeviceMaintenanceWindowResponse < Aws::EmptyStructure
|
2873
|
+
end
|
2874
|
+
|
2875
|
+
class StartInputDeviceRequest
|
2876
|
+
attr_accessor input_device_id: ::String
|
2877
|
+
SENSITIVE: []
|
2878
|
+
end
|
2879
|
+
|
2880
|
+
class StartInputDeviceResponse < Aws::EmptyStructure
|
2881
|
+
end
|
2882
|
+
|
2883
|
+
class StartMultiplexRequest
|
2884
|
+
attr_accessor multiplex_id: ::String
|
2885
|
+
SENSITIVE: []
|
2886
|
+
end
|
2887
|
+
|
2888
|
+
class StartMultiplexResponse
|
2889
|
+
attr_accessor arn: ::String
|
2890
|
+
attr_accessor availability_zones: ::Array[::String]
|
2891
|
+
attr_accessor destinations: ::Array[Types::MultiplexOutputDestination]
|
2892
|
+
attr_accessor id: ::String
|
2893
|
+
attr_accessor multiplex_settings: Types::MultiplexSettings
|
2894
|
+
attr_accessor name: ::String
|
2895
|
+
attr_accessor pipelines_running_count: ::Integer
|
2896
|
+
attr_accessor program_count: ::Integer
|
2897
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
2898
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2899
|
+
SENSITIVE: []
|
2900
|
+
end
|
2901
|
+
|
2902
|
+
class StartTimecode
|
2903
|
+
attr_accessor timecode: ::String
|
2904
|
+
SENSITIVE: []
|
2905
|
+
end
|
2906
|
+
|
2907
|
+
class StaticImageActivateScheduleActionSettings
|
2908
|
+
attr_accessor duration: ::Integer
|
2909
|
+
attr_accessor fade_in: ::Integer
|
2910
|
+
attr_accessor fade_out: ::Integer
|
2911
|
+
attr_accessor height: ::Integer
|
2912
|
+
attr_accessor image: Types::InputLocation
|
2913
|
+
attr_accessor image_x: ::Integer
|
2914
|
+
attr_accessor image_y: ::Integer
|
2915
|
+
attr_accessor layer: ::Integer
|
2916
|
+
attr_accessor opacity: ::Integer
|
2917
|
+
attr_accessor width: ::Integer
|
2918
|
+
SENSITIVE: []
|
2919
|
+
end
|
2920
|
+
|
2921
|
+
class StaticImageDeactivateScheduleActionSettings
|
2922
|
+
attr_accessor fade_out: ::Integer
|
2923
|
+
attr_accessor layer: ::Integer
|
2924
|
+
SENSITIVE: []
|
2925
|
+
end
|
2926
|
+
|
2927
|
+
class StaticImageOutputActivateScheduleActionSettings
|
2928
|
+
attr_accessor duration: ::Integer
|
2929
|
+
attr_accessor fade_in: ::Integer
|
2930
|
+
attr_accessor fade_out: ::Integer
|
2931
|
+
attr_accessor height: ::Integer
|
2932
|
+
attr_accessor image: Types::InputLocation
|
2933
|
+
attr_accessor image_x: ::Integer
|
2934
|
+
attr_accessor image_y: ::Integer
|
2935
|
+
attr_accessor layer: ::Integer
|
2936
|
+
attr_accessor opacity: ::Integer
|
2937
|
+
attr_accessor output_names: ::Array[::String]
|
2938
|
+
attr_accessor width: ::Integer
|
2939
|
+
SENSITIVE: []
|
2940
|
+
end
|
2941
|
+
|
2942
|
+
class StaticImageOutputDeactivateScheduleActionSettings
|
2943
|
+
attr_accessor fade_out: ::Integer
|
2944
|
+
attr_accessor layer: ::Integer
|
2945
|
+
attr_accessor output_names: ::Array[::String]
|
2946
|
+
SENSITIVE: []
|
2947
|
+
end
|
2948
|
+
|
2949
|
+
class StaticKeySettings
|
2950
|
+
attr_accessor key_provider_server: Types::InputLocation
|
2951
|
+
attr_accessor static_key_value: ::String
|
2952
|
+
SENSITIVE: []
|
2953
|
+
end
|
2954
|
+
|
2955
|
+
class StopChannelRequest
|
2956
|
+
attr_accessor channel_id: ::String
|
2957
|
+
SENSITIVE: []
|
2958
|
+
end
|
2959
|
+
|
2960
|
+
class StopChannelResponse
|
2961
|
+
attr_accessor arn: ::String
|
2962
|
+
attr_accessor cdi_input_specification: Types::CdiInputSpecification
|
2963
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
2964
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
2965
|
+
attr_accessor egress_endpoints: ::Array[Types::ChannelEgressEndpoint]
|
2966
|
+
attr_accessor encoder_settings: Types::EncoderSettings
|
2967
|
+
attr_accessor id: ::String
|
2968
|
+
attr_accessor input_attachments: ::Array[Types::InputAttachment]
|
2969
|
+
attr_accessor input_specification: Types::InputSpecification
|
2970
|
+
attr_accessor log_level: ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
2971
|
+
attr_accessor maintenance: Types::MaintenanceStatus
|
2972
|
+
attr_accessor name: ::String
|
2973
|
+
attr_accessor pipeline_details: ::Array[Types::PipelineDetail]
|
2974
|
+
attr_accessor pipelines_running_count: ::Integer
|
2975
|
+
attr_accessor role_arn: ::String
|
2976
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
2977
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2978
|
+
attr_accessor vpc: Types::VpcOutputSettingsDescription
|
2979
|
+
SENSITIVE: []
|
2980
|
+
end
|
2981
|
+
|
2982
|
+
class StopInputDeviceRequest
|
2983
|
+
attr_accessor input_device_id: ::String
|
2984
|
+
SENSITIVE: []
|
2985
|
+
end
|
2986
|
+
|
2987
|
+
class StopInputDeviceResponse < Aws::EmptyStructure
|
2988
|
+
end
|
2989
|
+
|
2990
|
+
class StopMultiplexRequest
|
2991
|
+
attr_accessor multiplex_id: ::String
|
2992
|
+
SENSITIVE: []
|
2993
|
+
end
|
2994
|
+
|
2995
|
+
class StopMultiplexResponse
|
2996
|
+
attr_accessor arn: ::String
|
2997
|
+
attr_accessor availability_zones: ::Array[::String]
|
2998
|
+
attr_accessor destinations: ::Array[Types::MultiplexOutputDestination]
|
2999
|
+
attr_accessor id: ::String
|
3000
|
+
attr_accessor multiplex_settings: Types::MultiplexSettings
|
3001
|
+
attr_accessor name: ::String
|
3002
|
+
attr_accessor pipelines_running_count: ::Integer
|
3003
|
+
attr_accessor program_count: ::Integer
|
3004
|
+
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
3005
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
3006
|
+
SENSITIVE: []
|
3007
|
+
end
|
3008
|
+
|
3009
|
+
class StopTimecode
|
3010
|
+
attr_accessor last_frame_clipping_behavior: ("EXCLUDE_LAST_FRAME" | "INCLUDE_LAST_FRAME")
|
3011
|
+
attr_accessor timecode: ::String
|
3012
|
+
SENSITIVE: []
|
3013
|
+
end
|
3014
|
+
|
3015
|
+
class TagsModel
|
3016
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
3017
|
+
SENSITIVE: []
|
3018
|
+
end
|
3019
|
+
|
3020
|
+
class TeletextDestinationSettings < Aws::EmptyStructure
|
3021
|
+
end
|
3022
|
+
|
3023
|
+
class TeletextSourceSettings
|
3024
|
+
attr_accessor output_rectangle: Types::CaptionRectangle
|
3025
|
+
attr_accessor page_number: ::String
|
3026
|
+
SENSITIVE: []
|
3027
|
+
end
|
3028
|
+
|
3029
|
+
class TemporalFilterSettings
|
3030
|
+
attr_accessor post_filter_sharpening: ("AUTO" | "DISABLED" | "ENABLED")
|
3031
|
+
attr_accessor strength: ("AUTO" | "STRENGTH_1" | "STRENGTH_2" | "STRENGTH_3" | "STRENGTH_4" | "STRENGTH_5" | "STRENGTH_6" | "STRENGTH_7" | "STRENGTH_8" | "STRENGTH_9" | "STRENGTH_10" | "STRENGTH_11" | "STRENGTH_12" | "STRENGTH_13" | "STRENGTH_14" | "STRENGTH_15" | "STRENGTH_16")
|
3032
|
+
SENSITIVE: []
|
3033
|
+
end
|
3034
|
+
|
3035
|
+
class Thumbnail
|
3036
|
+
attr_accessor body: ::String
|
3037
|
+
attr_accessor content_type: ::String
|
3038
|
+
attr_accessor thumbnail_type: ("UNSPECIFIED" | "CURRENT_ACTIVE")
|
3039
|
+
attr_accessor time_stamp: ::Time
|
3040
|
+
SENSITIVE: []
|
3041
|
+
end
|
3042
|
+
|
3043
|
+
class ThumbnailConfiguration
|
3044
|
+
attr_accessor state: ("AUTO" | "DISABLED")
|
3045
|
+
SENSITIVE: []
|
3046
|
+
end
|
3047
|
+
|
3048
|
+
class ThumbnailData
|
3049
|
+
attr_accessor body: ::String
|
3050
|
+
SENSITIVE: []
|
3051
|
+
end
|
3052
|
+
|
3053
|
+
class ThumbnailDetail
|
3054
|
+
attr_accessor pipeline_id: ::String
|
3055
|
+
attr_accessor thumbnails: ::Array[Types::Thumbnail]
|
3056
|
+
SENSITIVE: []
|
3057
|
+
end
|
3058
|
+
|
3059
|
+
class ThumbnailNoData < Aws::EmptyStructure
|
3060
|
+
end
|
3061
|
+
|
3062
|
+
class TimecodeBurninSettings
|
3063
|
+
attr_accessor font_size: ("EXTRA_SMALL_10" | "LARGE_48" | "MEDIUM_32" | "SMALL_16")
|
3064
|
+
attr_accessor position: ("BOTTOM_CENTER" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "MIDDLE_CENTER" | "MIDDLE_LEFT" | "MIDDLE_RIGHT" | "TOP_CENTER" | "TOP_LEFT" | "TOP_RIGHT")
|
3065
|
+
attr_accessor prefix: ::String
|
3066
|
+
SENSITIVE: []
|
3067
|
+
end
|
3068
|
+
|
3069
|
+
class TimecodeConfig
|
3070
|
+
attr_accessor source: ("EMBEDDED" | "SYSTEMCLOCK" | "ZEROBASED")
|
3071
|
+
attr_accessor sync_threshold: ::Integer
|
3072
|
+
SENSITIVE: []
|
3073
|
+
end
|
3074
|
+
|
3075
|
+
class TooManyRequestsException
|
3076
|
+
attr_accessor message: ::String
|
3077
|
+
SENSITIVE: []
|
3078
|
+
end
|
3079
|
+
|
3080
|
+
class TransferInputDevice
|
3081
|
+
attr_accessor target_customer_id: ::String
|
3082
|
+
attr_accessor target_region: ::String
|
3083
|
+
attr_accessor transfer_message: ::String
|
3084
|
+
SENSITIVE: []
|
3085
|
+
end
|
3086
|
+
|
3087
|
+
class TransferInputDeviceRequest
|
3088
|
+
attr_accessor input_device_id: ::String
|
3089
|
+
attr_accessor target_customer_id: ::String
|
3090
|
+
attr_accessor target_region: ::String
|
3091
|
+
attr_accessor transfer_message: ::String
|
3092
|
+
SENSITIVE: []
|
3093
|
+
end
|
3094
|
+
|
3095
|
+
class TransferInputDeviceResponse < Aws::EmptyStructure
|
3096
|
+
end
|
3097
|
+
|
3098
|
+
class TransferringInputDeviceSummary
|
3099
|
+
attr_accessor id: ::String
|
3100
|
+
attr_accessor message: ::String
|
3101
|
+
attr_accessor target_customer_id: ::String
|
3102
|
+
attr_accessor transfer_type: ("OUTGOING" | "INCOMING")
|
3103
|
+
SENSITIVE: []
|
3104
|
+
end
|
3105
|
+
|
3106
|
+
class TtmlDestinationSettings
|
3107
|
+
attr_accessor style_control: ("PASSTHROUGH" | "USE_CONFIGURED")
|
3108
|
+
SENSITIVE: []
|
3109
|
+
end
|
3110
|
+
|
3111
|
+
class UdpContainerSettings
|
3112
|
+
attr_accessor m2ts_settings: Types::M2tsSettings
|
3113
|
+
SENSITIVE: []
|
3114
|
+
end
|
3115
|
+
|
3116
|
+
class UdpGroupSettings
|
3117
|
+
attr_accessor input_loss_action: ("DROP_PROGRAM" | "DROP_TS" | "EMIT_PROGRAM")
|
3118
|
+
attr_accessor timed_metadata_id_3_frame: ("NONE" | "PRIV" | "TDRL")
|
3119
|
+
attr_accessor timed_metadata_id_3_period: ::Integer
|
3120
|
+
SENSITIVE: []
|
3121
|
+
end
|
3122
|
+
|
3123
|
+
class UdpOutputSettings
|
3124
|
+
attr_accessor buffer_msec: ::Integer
|
3125
|
+
attr_accessor container_settings: Types::UdpContainerSettings
|
3126
|
+
attr_accessor destination: Types::OutputLocationRef
|
3127
|
+
attr_accessor fec_output_settings: Types::FecOutputSettings
|
3128
|
+
SENSITIVE: []
|
3129
|
+
end
|
3130
|
+
|
3131
|
+
class UnprocessableEntityException
|
3132
|
+
attr_accessor element_path: ::String
|
3133
|
+
attr_accessor error_message: ::String
|
3134
|
+
SENSITIVE: []
|
3135
|
+
end
|
3136
|
+
|
3137
|
+
class UpdateAccountConfigurationRequest
|
3138
|
+
attr_accessor account_configuration: Types::AccountConfiguration
|
3139
|
+
SENSITIVE: []
|
3140
|
+
end
|
3141
|
+
|
3142
|
+
class UpdateAccountConfigurationRequestModel
|
3143
|
+
attr_accessor account_configuration: Types::AccountConfiguration
|
3144
|
+
SENSITIVE: []
|
3145
|
+
end
|
3146
|
+
|
3147
|
+
class UpdateAccountConfigurationResponse
|
3148
|
+
attr_accessor account_configuration: Types::AccountConfiguration
|
3149
|
+
SENSITIVE: []
|
3150
|
+
end
|
3151
|
+
|
3152
|
+
class UpdateAccountConfigurationResultModel
|
3153
|
+
attr_accessor account_configuration: Types::AccountConfiguration
|
3154
|
+
SENSITIVE: []
|
3155
|
+
end
|
3156
|
+
|
3157
|
+
class UpdateChannel
|
3158
|
+
attr_accessor cdi_input_specification: Types::CdiInputSpecification
|
3159
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
3160
|
+
attr_accessor encoder_settings: Types::EncoderSettings
|
3161
|
+
attr_accessor input_attachments: ::Array[Types::InputAttachment]
|
3162
|
+
attr_accessor input_specification: Types::InputSpecification
|
3163
|
+
attr_accessor log_level: ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
3164
|
+
attr_accessor maintenance: Types::MaintenanceUpdateSettings
|
3165
|
+
attr_accessor name: ::String
|
3166
|
+
attr_accessor role_arn: ::String
|
3167
|
+
SENSITIVE: []
|
3168
|
+
end
|
3169
|
+
|
3170
|
+
class UpdateChannelClass
|
3171
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
3172
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
3173
|
+
SENSITIVE: []
|
3174
|
+
end
|
3175
|
+
|
3176
|
+
class UpdateChannelClassRequest
|
3177
|
+
attr_accessor channel_class: ("STANDARD" | "SINGLE_PIPELINE")
|
3178
|
+
attr_accessor channel_id: ::String
|
3179
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
3180
|
+
SENSITIVE: []
|
3181
|
+
end
|
3182
|
+
|
3183
|
+
class UpdateChannelClassResponse
|
3184
|
+
attr_accessor channel: Types::Channel
|
3185
|
+
SENSITIVE: []
|
3186
|
+
end
|
3187
|
+
|
3188
|
+
class UpdateChannelRequest
|
3189
|
+
attr_accessor cdi_input_specification: Types::CdiInputSpecification
|
3190
|
+
attr_accessor channel_id: ::String
|
3191
|
+
attr_accessor destinations: ::Array[Types::OutputDestination]
|
3192
|
+
attr_accessor encoder_settings: Types::EncoderSettings
|
3193
|
+
attr_accessor input_attachments: ::Array[Types::InputAttachment]
|
3194
|
+
attr_accessor input_specification: Types::InputSpecification
|
3195
|
+
attr_accessor log_level: ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
3196
|
+
attr_accessor maintenance: Types::MaintenanceUpdateSettings
|
3197
|
+
attr_accessor name: ::String
|
3198
|
+
attr_accessor role_arn: ::String
|
3199
|
+
SENSITIVE: []
|
3200
|
+
end
|
3201
|
+
|
3202
|
+
class UpdateChannelResponse
|
3203
|
+
attr_accessor channel: Types::Channel
|
3204
|
+
SENSITIVE: []
|
3205
|
+
end
|
3206
|
+
|
3207
|
+
class UpdateChannelResultModel
|
3208
|
+
attr_accessor channel: Types::Channel
|
3209
|
+
SENSITIVE: []
|
3210
|
+
end
|
3211
|
+
|
3212
|
+
class UpdateInput
|
3213
|
+
attr_accessor destinations: ::Array[Types::InputDestinationRequest]
|
3214
|
+
attr_accessor input_devices: ::Array[Types::InputDeviceRequest]
|
3215
|
+
attr_accessor input_security_groups: ::Array[::String]
|
3216
|
+
attr_accessor media_connect_flows: ::Array[Types::MediaConnectFlowRequest]
|
3217
|
+
attr_accessor name: ::String
|
3218
|
+
attr_accessor role_arn: ::String
|
3219
|
+
attr_accessor sources: ::Array[Types::InputSourceRequest]
|
3220
|
+
SENSITIVE: []
|
3221
|
+
end
|
3222
|
+
|
3223
|
+
class UpdateInputDevice
|
3224
|
+
attr_accessor hd_device_settings: Types::InputDeviceConfigurableSettings
|
3225
|
+
attr_accessor name: ::String
|
3226
|
+
attr_accessor uhd_device_settings: Types::InputDeviceConfigurableSettings
|
3227
|
+
attr_accessor availability_zone: ::String
|
3228
|
+
SENSITIVE: []
|
3229
|
+
end
|
3230
|
+
|
3231
|
+
class UpdateInputDeviceRequest
|
3232
|
+
attr_accessor hd_device_settings: Types::InputDeviceConfigurableSettings
|
3233
|
+
attr_accessor input_device_id: ::String
|
3234
|
+
attr_accessor name: ::String
|
3235
|
+
attr_accessor uhd_device_settings: Types::InputDeviceConfigurableSettings
|
3236
|
+
attr_accessor availability_zone: ::String
|
3237
|
+
SENSITIVE: []
|
3238
|
+
end
|
3239
|
+
|
3240
|
+
class UpdateInputDeviceResponse
|
3241
|
+
attr_accessor arn: ::String
|
3242
|
+
attr_accessor connection_state: ("DISCONNECTED" | "CONNECTED")
|
3243
|
+
attr_accessor device_settings_sync_state: ("SYNCED" | "SYNCING")
|
3244
|
+
attr_accessor device_update_status: ("UP_TO_DATE" | "NOT_UP_TO_DATE" | "UPDATING")
|
3245
|
+
attr_accessor hd_device_settings: Types::InputDeviceHdSettings
|
3246
|
+
attr_accessor id: ::String
|
3247
|
+
attr_accessor mac_address: ::String
|
3248
|
+
attr_accessor name: ::String
|
3249
|
+
attr_accessor network_settings: Types::InputDeviceNetworkSettings
|
3250
|
+
attr_accessor serial_number: ::String
|
3251
|
+
attr_accessor type: ("HD" | "UHD")
|
3252
|
+
attr_accessor uhd_device_settings: Types::InputDeviceUhdSettings
|
3253
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
3254
|
+
attr_accessor availability_zone: ::String
|
3255
|
+
attr_accessor medialive_input_arns: ::Array[::String]
|
3256
|
+
attr_accessor output_type: ("NONE" | "MEDIALIVE_INPUT" | "MEDIACONNECT_FLOW")
|
3257
|
+
SENSITIVE: []
|
3258
|
+
end
|
3259
|
+
|
3260
|
+
class UpdateInputRequest
|
3261
|
+
attr_accessor destinations: ::Array[Types::InputDestinationRequest]
|
3262
|
+
attr_accessor input_devices: ::Array[Types::InputDeviceRequest]
|
3263
|
+
attr_accessor input_id: ::String
|
3264
|
+
attr_accessor input_security_groups: ::Array[::String]
|
3265
|
+
attr_accessor media_connect_flows: ::Array[Types::MediaConnectFlowRequest]
|
3266
|
+
attr_accessor name: ::String
|
3267
|
+
attr_accessor role_arn: ::String
|
3268
|
+
attr_accessor sources: ::Array[Types::InputSourceRequest]
|
3269
|
+
SENSITIVE: []
|
3270
|
+
end
|
3271
|
+
|
3272
|
+
class UpdateInputResponse
|
3273
|
+
attr_accessor input: Types::Input
|
3274
|
+
SENSITIVE: []
|
3275
|
+
end
|
3276
|
+
|
3277
|
+
class UpdateInputResultModel
|
3278
|
+
attr_accessor input: Types::Input
|
3279
|
+
SENSITIVE: []
|
3280
|
+
end
|
3281
|
+
|
3282
|
+
class UpdateInputSecurityGroupRequest
|
3283
|
+
attr_accessor input_security_group_id: ::String
|
3284
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
3285
|
+
attr_accessor whitelist_rules: ::Array[Types::InputWhitelistRuleCidr]
|
3286
|
+
SENSITIVE: []
|
3287
|
+
end
|
3288
|
+
|
3289
|
+
class UpdateInputSecurityGroupResponse
|
3290
|
+
attr_accessor security_group: Types::InputSecurityGroup
|
3291
|
+
SENSITIVE: []
|
3292
|
+
end
|
3293
|
+
|
3294
|
+
class UpdateInputSecurityGroupResultModel
|
3295
|
+
attr_accessor security_group: Types::InputSecurityGroup
|
3296
|
+
SENSITIVE: []
|
3297
|
+
end
|
3298
|
+
|
3299
|
+
class UpdateMultiplex
|
3300
|
+
attr_accessor multiplex_settings: Types::MultiplexSettings
|
3301
|
+
attr_accessor name: ::String
|
3302
|
+
SENSITIVE: []
|
3303
|
+
end
|
3304
|
+
|
3305
|
+
class UpdateMultiplexProgram
|
3306
|
+
attr_accessor multiplex_program_settings: Types::MultiplexProgramSettings
|
3307
|
+
SENSITIVE: []
|
3308
|
+
end
|
3309
|
+
|
3310
|
+
class UpdateMultiplexProgramRequest
|
3311
|
+
attr_accessor multiplex_id: ::String
|
3312
|
+
attr_accessor multiplex_program_settings: Types::MultiplexProgramSettings
|
3313
|
+
attr_accessor program_name: ::String
|
3314
|
+
SENSITIVE: []
|
3315
|
+
end
|
3316
|
+
|
3317
|
+
class UpdateMultiplexProgramResponse
|
3318
|
+
attr_accessor multiplex_program: Types::MultiplexProgram
|
3319
|
+
SENSITIVE: []
|
3320
|
+
end
|
3321
|
+
|
3322
|
+
class UpdateMultiplexProgramResultModel
|
3323
|
+
attr_accessor multiplex_program: Types::MultiplexProgram
|
3324
|
+
SENSITIVE: []
|
3325
|
+
end
|
3326
|
+
|
3327
|
+
class UpdateMultiplexRequest
|
3328
|
+
attr_accessor multiplex_id: ::String
|
3329
|
+
attr_accessor multiplex_settings: Types::MultiplexSettings
|
3330
|
+
attr_accessor name: ::String
|
3331
|
+
SENSITIVE: []
|
3332
|
+
end
|
3333
|
+
|
3334
|
+
class UpdateMultiplexResponse
|
3335
|
+
attr_accessor multiplex: Types::Multiplex
|
3336
|
+
SENSITIVE: []
|
3337
|
+
end
|
3338
|
+
|
3339
|
+
class UpdateMultiplexResultModel
|
3340
|
+
attr_accessor multiplex: Types::Multiplex
|
3341
|
+
SENSITIVE: []
|
3342
|
+
end
|
3343
|
+
|
3344
|
+
class UpdateReservation
|
3345
|
+
attr_accessor name: ::String
|
3346
|
+
attr_accessor renewal_settings: Types::RenewalSettings
|
3347
|
+
SENSITIVE: []
|
3348
|
+
end
|
3349
|
+
|
3350
|
+
class UpdateReservationRequest
|
3351
|
+
attr_accessor name: ::String
|
3352
|
+
attr_accessor renewal_settings: Types::RenewalSettings
|
3353
|
+
attr_accessor reservation_id: ::String
|
3354
|
+
SENSITIVE: []
|
3355
|
+
end
|
3356
|
+
|
3357
|
+
class UpdateReservationResponse
|
3358
|
+
attr_accessor reservation: Types::Reservation
|
3359
|
+
SENSITIVE: []
|
3360
|
+
end
|
3361
|
+
|
3362
|
+
class UpdateReservationResultModel
|
3363
|
+
attr_accessor reservation: Types::Reservation
|
3364
|
+
SENSITIVE: []
|
3365
|
+
end
|
3366
|
+
|
3367
|
+
class ValidationError
|
3368
|
+
attr_accessor element_path: ::String
|
3369
|
+
attr_accessor error_message: ::String
|
3370
|
+
SENSITIVE: []
|
3371
|
+
end
|
3372
|
+
|
3373
|
+
class VideoBlackFailoverSettings
|
3374
|
+
attr_accessor black_detect_threshold: ::Float
|
3375
|
+
attr_accessor video_black_threshold_msec: ::Integer
|
3376
|
+
SENSITIVE: []
|
3377
|
+
end
|
3378
|
+
|
3379
|
+
class VideoCodecSettings
|
3380
|
+
attr_accessor frame_capture_settings: Types::FrameCaptureSettings
|
3381
|
+
attr_accessor h264_settings: Types::H264Settings
|
3382
|
+
attr_accessor h265_settings: Types::H265Settings
|
3383
|
+
attr_accessor mpeg_2_settings: Types::Mpeg2Settings
|
3384
|
+
SENSITIVE: []
|
3385
|
+
end
|
3386
|
+
|
3387
|
+
class VideoDescription
|
3388
|
+
attr_accessor codec_settings: Types::VideoCodecSettings
|
3389
|
+
attr_accessor height: ::Integer
|
3390
|
+
attr_accessor name: ::String
|
3391
|
+
attr_accessor respond_to_afd: ("NONE" | "PASSTHROUGH" | "RESPOND")
|
3392
|
+
attr_accessor scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT")
|
3393
|
+
attr_accessor sharpness: ::Integer
|
3394
|
+
attr_accessor width: ::Integer
|
3395
|
+
SENSITIVE: []
|
3396
|
+
end
|
3397
|
+
|
3398
|
+
class VideoSelector
|
3399
|
+
attr_accessor color_space: ("FOLLOW" | "HDR10" | "HLG_2020" | "REC_601" | "REC_709")
|
3400
|
+
attr_accessor color_space_settings: Types::VideoSelectorColorSpaceSettings
|
3401
|
+
attr_accessor color_space_usage: ("FALLBACK" | "FORCE")
|
3402
|
+
attr_accessor selector_settings: Types::VideoSelectorSettings
|
3403
|
+
SENSITIVE: []
|
3404
|
+
end
|
3405
|
+
|
3406
|
+
class VideoSelectorColorSpaceSettings
|
3407
|
+
attr_accessor hdr_10_settings: Types::Hdr10Settings
|
3408
|
+
SENSITIVE: []
|
3409
|
+
end
|
3410
|
+
|
3411
|
+
class VideoSelectorPid
|
3412
|
+
attr_accessor pid: ::Integer
|
3413
|
+
SENSITIVE: []
|
3414
|
+
end
|
3415
|
+
|
3416
|
+
class VideoSelectorProgramId
|
3417
|
+
attr_accessor program_id: ::Integer
|
3418
|
+
SENSITIVE: []
|
3419
|
+
end
|
3420
|
+
|
3421
|
+
class VideoSelectorSettings
|
3422
|
+
attr_accessor video_selector_pid: Types::VideoSelectorPid
|
3423
|
+
attr_accessor video_selector_program_id: Types::VideoSelectorProgramId
|
3424
|
+
SENSITIVE: []
|
3425
|
+
end
|
3426
|
+
|
3427
|
+
class VpcOutputSettings
|
3428
|
+
attr_accessor public_address_allocation_ids: ::Array[::String]
|
3429
|
+
attr_accessor security_group_ids: ::Array[::String]
|
3430
|
+
attr_accessor subnet_ids: ::Array[::String]
|
3431
|
+
SENSITIVE: []
|
3432
|
+
end
|
3433
|
+
|
3434
|
+
class VpcOutputSettingsDescription
|
3435
|
+
attr_accessor availability_zones: ::Array[::String]
|
3436
|
+
attr_accessor network_interface_ids: ::Array[::String]
|
3437
|
+
attr_accessor security_group_ids: ::Array[::String]
|
3438
|
+
attr_accessor subnet_ids: ::Array[::String]
|
3439
|
+
SENSITIVE: []
|
3440
|
+
end
|
3441
|
+
|
3442
|
+
class WavSettings
|
3443
|
+
attr_accessor bit_depth: ::Float
|
3444
|
+
attr_accessor coding_mode: ("CODING_MODE_1_0" | "CODING_MODE_2_0" | "CODING_MODE_4_0" | "CODING_MODE_8_0")
|
3445
|
+
attr_accessor sample_rate: ::Float
|
3446
|
+
SENSITIVE: []
|
3447
|
+
end
|
3448
|
+
|
3449
|
+
class WebvttDestinationSettings
|
3450
|
+
attr_accessor style_control: ("NO_STYLE_DATA" | "PASSTHROUGH")
|
3451
|
+
SENSITIVE: []
|
3452
|
+
end
|
3453
|
+
|
3454
|
+
class InputDeviceConfigurableAudioChannelPairConfig
|
3455
|
+
attr_accessor id: ::Integer
|
3456
|
+
attr_accessor profile: ("DISABLED" | "VBR-AAC_HHE-16000" | "VBR-AAC_HE-64000" | "VBR-AAC_LC-128000" | "CBR-AAC_HQ-192000" | "CBR-AAC_HQ-256000" | "CBR-AAC_HQ-384000" | "CBR-AAC_HQ-512000")
|
3457
|
+
SENSITIVE: []
|
3458
|
+
end
|
3459
|
+
|
3460
|
+
class InputDeviceUhdAudioChannelPairConfig
|
3461
|
+
attr_accessor id: ::Integer
|
3462
|
+
attr_accessor profile: ("DISABLED" | "VBR-AAC_HHE-16000" | "VBR-AAC_HE-64000" | "VBR-AAC_LC-128000" | "CBR-AAC_HQ-192000" | "CBR-AAC_HQ-256000" | "CBR-AAC_HQ-384000" | "CBR-AAC_HQ-512000")
|
3463
|
+
SENSITIVE: []
|
3464
|
+
end
|
3465
|
+
end
|
3466
|
+
end
|