@aws-sdk/client-medialive 3.169.0 → 3.171.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.
Files changed (100) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaLive.d.ts +1013 -300
  3. package/dist-types/ts3.4/MediaLiveClient.d.ts +458 -132
  4. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
  26. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/index.d.ts +59 -59
  64. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  65. package/dist-types/ts3.4/index.d.ts +7 -7
  66. package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +7 -6
  67. package/dist-types/ts3.4/models/index.d.ts +3 -3
  68. package/dist-types/ts3.4/models/models_0.d.ts +1996 -2595
  69. package/dist-types/ts3.4/models/models_1.d.ts +2375 -3144
  70. package/dist-types/ts3.4/models/models_2.d.ts +170 -194
  71. package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  73. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +713 -179
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  88. package/dist-types/ts3.4/waiters/index.d.ts +11 -11
  89. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +11 -7
  90. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +11 -7
  91. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +11 -7
  92. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +11 -7
  93. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +11 -7
  94. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +11 -7
  95. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +11 -7
  96. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +11 -7
  97. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +11 -7
  98. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +11 -7
  99. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +11 -7
  100. package/package.json +35 -35
@@ -1,2595 +1,1996 @@
1
-
2
- export interface InputChannelLevel {
3
-
4
- Gain: number | undefined;
5
-
6
- InputChannel: number | undefined;
7
- }
8
-
9
- export interface AudioChannelMapping {
10
-
11
- InputChannelLevels: InputChannelLevel[] | undefined;
12
-
13
- OutputChannel: number | undefined;
14
- }
15
- export declare enum AudioNormalizationAlgorithm {
16
- ITU_1770_1 = "ITU_1770_1",
17
- ITU_1770_2 = "ITU_1770_2"
18
- }
19
- export declare enum AudioNormalizationAlgorithmControl {
20
- CORRECT_AUDIO = "CORRECT_AUDIO"
21
- }
22
-
23
- export interface AudioNormalizationSettings {
24
-
25
- Algorithm?: AudioNormalizationAlgorithm | string;
26
-
27
- AlgorithmControl?: AudioNormalizationAlgorithmControl | string;
28
-
29
- TargetLkfs?: number;
30
- }
31
- export declare enum AudioType {
32
- CLEAN_EFFECTS = "CLEAN_EFFECTS",
33
- HEARING_IMPAIRED = "HEARING_IMPAIRED",
34
- UNDEFINED = "UNDEFINED",
35
- VISUAL_IMPAIRED_COMMENTARY = "VISUAL_IMPAIRED_COMMENTARY"
36
- }
37
- export declare enum AudioDescriptionAudioTypeControl {
38
- FOLLOW_INPUT = "FOLLOW_INPUT",
39
- USE_CONFIGURED = "USE_CONFIGURED"
40
- }
41
- export declare enum NielsenWatermarksCbetStepaside {
42
- DISABLED = "DISABLED",
43
- ENABLED = "ENABLED"
44
- }
45
-
46
- export interface NielsenCBET {
47
-
48
- CbetCheckDigitString: string | undefined;
49
-
50
- CbetStepaside: NielsenWatermarksCbetStepaside | string | undefined;
51
-
52
- Csid: string | undefined;
53
- }
54
- export declare enum NielsenWatermarksDistributionTypes {
55
- FINAL_DISTRIBUTOR = "FINAL_DISTRIBUTOR",
56
- PROGRAM_CONTENT = "PROGRAM_CONTENT"
57
- }
58
-
59
- export interface NielsenNaesIiNw {
60
-
61
- CheckDigitString: string | undefined;
62
-
63
- Sid: number | undefined;
64
- }
65
-
66
- export interface NielsenWatermarksSettings {
67
-
68
- NielsenCbetSettings?: NielsenCBET;
69
-
70
- NielsenDistributionType?: NielsenWatermarksDistributionTypes | string;
71
-
72
- NielsenNaesIiNwSettings?: NielsenNaesIiNw;
73
- }
74
-
75
- export interface AudioWatermarkSettings {
76
-
77
- NielsenWatermarksSettings?: NielsenWatermarksSettings;
78
- }
79
- export declare enum AacCodingMode {
80
- AD_RECEIVER_MIX = "AD_RECEIVER_MIX",
81
- CODING_MODE_1_0 = "CODING_MODE_1_0",
82
- CODING_MODE_1_1 = "CODING_MODE_1_1",
83
- CODING_MODE_2_0 = "CODING_MODE_2_0",
84
- CODING_MODE_5_1 = "CODING_MODE_5_1"
85
- }
86
- export declare enum AacInputType {
87
- BROADCASTER_MIXED_AD = "BROADCASTER_MIXED_AD",
88
- NORMAL = "NORMAL"
89
- }
90
- export declare enum AacProfile {
91
- HEV1 = "HEV1",
92
- HEV2 = "HEV2",
93
- LC = "LC"
94
- }
95
- export declare enum AacRateControlMode {
96
- CBR = "CBR",
97
- VBR = "VBR"
98
- }
99
- export declare enum AacRawFormat {
100
- LATM_LOAS = "LATM_LOAS",
101
- NONE = "NONE"
102
- }
103
- export declare enum AacSpec {
104
- MPEG2 = "MPEG2",
105
- MPEG4 = "MPEG4"
106
- }
107
- export declare enum AacVbrQuality {
108
- HIGH = "HIGH",
109
- LOW = "LOW",
110
- MEDIUM_HIGH = "MEDIUM_HIGH",
111
- MEDIUM_LOW = "MEDIUM_LOW"
112
- }
113
-
114
- export interface AacSettings {
115
-
116
- Bitrate?: number;
117
-
118
- CodingMode?: AacCodingMode | string;
119
-
120
- InputType?: AacInputType | string;
121
-
122
- Profile?: AacProfile | string;
123
-
124
- RateControlMode?: AacRateControlMode | string;
125
-
126
- RawFormat?: AacRawFormat | string;
127
-
128
- SampleRate?: number;
129
-
130
- Spec?: AacSpec | string;
131
-
132
- VbrQuality?: AacVbrQuality | string;
133
- }
134
- export declare enum Ac3BitstreamMode {
135
- COMMENTARY = "COMMENTARY",
136
- COMPLETE_MAIN = "COMPLETE_MAIN",
137
- DIALOGUE = "DIALOGUE",
138
- EMERGENCY = "EMERGENCY",
139
- HEARING_IMPAIRED = "HEARING_IMPAIRED",
140
- MUSIC_AND_EFFECTS = "MUSIC_AND_EFFECTS",
141
- VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED",
142
- VOICE_OVER = "VOICE_OVER"
143
- }
144
- export declare enum Ac3CodingMode {
145
- CODING_MODE_1_0 = "CODING_MODE_1_0",
146
- CODING_MODE_1_1 = "CODING_MODE_1_1",
147
- CODING_MODE_2_0 = "CODING_MODE_2_0",
148
- CODING_MODE_3_2_LFE = "CODING_MODE_3_2_LFE"
149
- }
150
- export declare enum Ac3DrcProfile {
151
- FILM_STANDARD = "FILM_STANDARD",
152
- NONE = "NONE"
153
- }
154
- export declare enum Ac3LfeFilter {
155
- DISABLED = "DISABLED",
156
- ENABLED = "ENABLED"
157
- }
158
- export declare enum Ac3MetadataControl {
159
- FOLLOW_INPUT = "FOLLOW_INPUT",
160
- USE_CONFIGURED = "USE_CONFIGURED"
161
- }
162
-
163
- export interface Ac3Settings {
164
-
165
- Bitrate?: number;
166
-
167
- BitstreamMode?: Ac3BitstreamMode | string;
168
-
169
- CodingMode?: Ac3CodingMode | string;
170
-
171
- Dialnorm?: number;
172
-
173
- DrcProfile?: Ac3DrcProfile | string;
174
-
175
- LfeFilter?: Ac3LfeFilter | string;
176
-
177
- MetadataControl?: Ac3MetadataControl | string;
178
- }
179
- export declare enum Eac3AtmosCodingMode {
180
- CODING_MODE_5_1_4 = "CODING_MODE_5_1_4",
181
- CODING_MODE_7_1_4 = "CODING_MODE_7_1_4",
182
- CODING_MODE_9_1_6 = "CODING_MODE_9_1_6"
183
- }
184
- export declare enum Eac3AtmosDrcLine {
185
- FILM_LIGHT = "FILM_LIGHT",
186
- FILM_STANDARD = "FILM_STANDARD",
187
- MUSIC_LIGHT = "MUSIC_LIGHT",
188
- MUSIC_STANDARD = "MUSIC_STANDARD",
189
- NONE = "NONE",
190
- SPEECH = "SPEECH"
191
- }
192
- export declare enum Eac3AtmosDrcRf {
193
- FILM_LIGHT = "FILM_LIGHT",
194
- FILM_STANDARD = "FILM_STANDARD",
195
- MUSIC_LIGHT = "MUSIC_LIGHT",
196
- MUSIC_STANDARD = "MUSIC_STANDARD",
197
- NONE = "NONE",
198
- SPEECH = "SPEECH"
199
- }
200
-
201
- export interface Eac3AtmosSettings {
202
-
203
- Bitrate?: number;
204
-
205
- CodingMode?: Eac3AtmosCodingMode | string;
206
-
207
- Dialnorm?: number;
208
-
209
- DrcLine?: Eac3AtmosDrcLine | string;
210
-
211
- DrcRf?: Eac3AtmosDrcRf | string;
212
-
213
- HeightTrim?: number;
214
-
215
- SurroundTrim?: number;
216
- }
217
- export declare enum Eac3AttenuationControl {
218
- ATTENUATE_3_DB = "ATTENUATE_3_DB",
219
- NONE = "NONE"
220
- }
221
- export declare enum Eac3BitstreamMode {
222
- COMMENTARY = "COMMENTARY",
223
- COMPLETE_MAIN = "COMPLETE_MAIN",
224
- EMERGENCY = "EMERGENCY",
225
- HEARING_IMPAIRED = "HEARING_IMPAIRED",
226
- VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED"
227
- }
228
- export declare enum Eac3CodingMode {
229
- CODING_MODE_1_0 = "CODING_MODE_1_0",
230
- CODING_MODE_2_0 = "CODING_MODE_2_0",
231
- CODING_MODE_3_2 = "CODING_MODE_3_2"
232
- }
233
- export declare enum Eac3DcFilter {
234
- DISABLED = "DISABLED",
235
- ENABLED = "ENABLED"
236
- }
237
- export declare enum Eac3DrcLine {
238
- FILM_LIGHT = "FILM_LIGHT",
239
- FILM_STANDARD = "FILM_STANDARD",
240
- MUSIC_LIGHT = "MUSIC_LIGHT",
241
- MUSIC_STANDARD = "MUSIC_STANDARD",
242
- NONE = "NONE",
243
- SPEECH = "SPEECH"
244
- }
245
- export declare enum Eac3DrcRf {
246
- FILM_LIGHT = "FILM_LIGHT",
247
- FILM_STANDARD = "FILM_STANDARD",
248
- MUSIC_LIGHT = "MUSIC_LIGHT",
249
- MUSIC_STANDARD = "MUSIC_STANDARD",
250
- NONE = "NONE",
251
- SPEECH = "SPEECH"
252
- }
253
- export declare enum Eac3LfeControl {
254
- LFE = "LFE",
255
- NO_LFE = "NO_LFE"
256
- }
257
- export declare enum Eac3LfeFilter {
258
- DISABLED = "DISABLED",
259
- ENABLED = "ENABLED"
260
- }
261
- export declare enum Eac3MetadataControl {
262
- FOLLOW_INPUT = "FOLLOW_INPUT",
263
- USE_CONFIGURED = "USE_CONFIGURED"
264
- }
265
- export declare enum Eac3PassthroughControl {
266
- NO_PASSTHROUGH = "NO_PASSTHROUGH",
267
- WHEN_POSSIBLE = "WHEN_POSSIBLE"
268
- }
269
- export declare enum Eac3PhaseControl {
270
- NO_SHIFT = "NO_SHIFT",
271
- SHIFT_90_DEGREES = "SHIFT_90_DEGREES"
272
- }
273
- export declare enum Eac3StereoDownmix {
274
- DPL2 = "DPL2",
275
- LO_RO = "LO_RO",
276
- LT_RT = "LT_RT",
277
- NOT_INDICATED = "NOT_INDICATED"
278
- }
279
- export declare enum Eac3SurroundExMode {
280
- DISABLED = "DISABLED",
281
- ENABLED = "ENABLED",
282
- NOT_INDICATED = "NOT_INDICATED"
283
- }
284
- export declare enum Eac3SurroundMode {
285
- DISABLED = "DISABLED",
286
- ENABLED = "ENABLED",
287
- NOT_INDICATED = "NOT_INDICATED"
288
- }
289
-
290
- export interface Eac3Settings {
291
-
292
- AttenuationControl?: Eac3AttenuationControl | string;
293
-
294
- Bitrate?: number;
295
-
296
- BitstreamMode?: Eac3BitstreamMode | string;
297
-
298
- CodingMode?: Eac3CodingMode | string;
299
-
300
- DcFilter?: Eac3DcFilter | string;
301
-
302
- Dialnorm?: number;
303
-
304
- DrcLine?: Eac3DrcLine | string;
305
-
306
- DrcRf?: Eac3DrcRf | string;
307
-
308
- LfeControl?: Eac3LfeControl | string;
309
-
310
- LfeFilter?: Eac3LfeFilter | string;
311
-
312
- LoRoCenterMixLevel?: number;
313
-
314
- LoRoSurroundMixLevel?: number;
315
-
316
- LtRtCenterMixLevel?: number;
317
-
318
- LtRtSurroundMixLevel?: number;
319
-
320
- MetadataControl?: Eac3MetadataControl | string;
321
-
322
- PassthroughControl?: Eac3PassthroughControl | string;
323
-
324
- PhaseControl?: Eac3PhaseControl | string;
325
-
326
- StereoDownmix?: Eac3StereoDownmix | string;
327
-
328
- SurroundExMode?: Eac3SurroundExMode | string;
329
-
330
- SurroundMode?: Eac3SurroundMode | string;
331
- }
332
- export declare enum Mp2CodingMode {
333
- CODING_MODE_1_0 = "CODING_MODE_1_0",
334
- CODING_MODE_2_0 = "CODING_MODE_2_0"
335
- }
336
-
337
- export interface Mp2Settings {
338
-
339
- Bitrate?: number;
340
-
341
- CodingMode?: Mp2CodingMode | string;
342
-
343
- SampleRate?: number;
344
- }
345
-
346
- export interface PassThroughSettings {
347
- }
348
- export declare enum WavCodingMode {
349
- CODING_MODE_1_0 = "CODING_MODE_1_0",
350
- CODING_MODE_2_0 = "CODING_MODE_2_0",
351
- CODING_MODE_4_0 = "CODING_MODE_4_0",
352
- CODING_MODE_8_0 = "CODING_MODE_8_0"
353
- }
354
-
355
- export interface WavSettings {
356
-
357
- BitDepth?: number;
358
-
359
- CodingMode?: WavCodingMode | string;
360
-
361
- SampleRate?: number;
362
- }
363
-
364
- export interface AudioCodecSettings {
365
-
366
- AacSettings?: AacSettings;
367
-
368
- Ac3Settings?: Ac3Settings;
369
-
370
- Eac3AtmosSettings?: Eac3AtmosSettings;
371
-
372
- Eac3Settings?: Eac3Settings;
373
-
374
- Mp2Settings?: Mp2Settings;
375
-
376
- PassThroughSettings?: PassThroughSettings;
377
-
378
- WavSettings?: WavSettings;
379
- }
380
- export declare enum AudioDescriptionLanguageCodeControl {
381
- FOLLOW_INPUT = "FOLLOW_INPUT",
382
- USE_CONFIGURED = "USE_CONFIGURED"
383
- }
384
-
385
- export interface RemixSettings {
386
-
387
- ChannelMappings: AudioChannelMapping[] | undefined;
388
-
389
- ChannelsIn?: number;
390
-
391
- ChannelsOut?: number;
392
- }
393
-
394
- export interface AudioDescription {
395
-
396
- AudioNormalizationSettings?: AudioNormalizationSettings;
397
-
398
- AudioSelectorName: string | undefined;
399
-
400
- AudioType?: AudioType | string;
401
-
402
- AudioTypeControl?: AudioDescriptionAudioTypeControl | string;
403
-
404
- AudioWatermarkingSettings?: AudioWatermarkSettings;
405
-
406
- CodecSettings?: AudioCodecSettings;
407
-
408
- LanguageCode?: string;
409
-
410
- LanguageCodeControl?: AudioDescriptionLanguageCodeControl | string;
411
-
412
- Name: string | undefined;
413
-
414
- RemixSettings?: RemixSettings;
415
-
416
- StreamName?: string;
417
- }
418
-
419
- export interface AudioHlsRenditionSelection {
420
-
421
- GroupId: string | undefined;
422
-
423
- Name: string | undefined;
424
- }
425
- export declare enum AudioLanguageSelectionPolicy {
426
- LOOSE = "LOOSE",
427
- STRICT = "STRICT"
428
- }
429
-
430
- export interface AudioLanguageSelection {
431
-
432
- LanguageCode: string | undefined;
433
-
434
- LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | string;
435
- }
436
-
437
- export interface AudioPidSelection {
438
-
439
- Pid: number | undefined;
440
- }
441
-
442
- export interface AudioTrack {
443
-
444
- Track: number | undefined;
445
- }
446
-
447
- export interface AudioTrackSelection {
448
-
449
- Tracks: AudioTrack[] | undefined;
450
- }
451
-
452
- export interface AudioSelectorSettings {
453
-
454
- AudioHlsRenditionSelection?: AudioHlsRenditionSelection;
455
-
456
- AudioLanguageSelection?: AudioLanguageSelection;
457
-
458
- AudioPidSelection?: AudioPidSelection;
459
-
460
- AudioTrackSelection?: AudioTrackSelection;
461
- }
462
-
463
- export interface AudioSelector {
464
-
465
- Name: string | undefined;
466
-
467
- SelectorSettings?: AudioSelectorSettings;
468
- }
469
-
470
- export interface BatchFailedResultModel {
471
-
472
- Arn?: string;
473
-
474
- Code?: string;
475
-
476
- Id?: string;
477
-
478
- Message?: string;
479
- }
480
-
481
- export interface BatchSuccessfulResultModel {
482
-
483
- Arn?: string;
484
-
485
- Id?: string;
486
-
487
- State?: string;
488
- }
489
- export declare enum AccessibilityType {
490
- DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES",
491
- IMPLEMENTS_ACCESSIBILITY_FEATURES = "IMPLEMENTS_ACCESSIBILITY_FEATURES"
492
- }
493
-
494
- export interface AribDestinationSettings {
495
- }
496
- export declare enum BurnInAlignment {
497
- CENTERED = "CENTERED",
498
- LEFT = "LEFT",
499
- SMART = "SMART"
500
- }
501
- export declare enum BurnInBackgroundColor {
502
- BLACK = "BLACK",
503
- NONE = "NONE",
504
- WHITE = "WHITE"
505
- }
506
-
507
- export interface InputLocation {
508
-
509
- PasswordParam?: string;
510
-
511
- Uri: string | undefined;
512
-
513
- Username?: string;
514
- }
515
- export declare enum BurnInFontColor {
516
- BLACK = "BLACK",
517
- BLUE = "BLUE",
518
- GREEN = "GREEN",
519
- RED = "RED",
520
- WHITE = "WHITE",
521
- YELLOW = "YELLOW"
522
- }
523
- export declare enum BurnInOutlineColor {
524
- BLACK = "BLACK",
525
- BLUE = "BLUE",
526
- GREEN = "GREEN",
527
- RED = "RED",
528
- WHITE = "WHITE",
529
- YELLOW = "YELLOW"
530
- }
531
- export declare enum BurnInShadowColor {
532
- BLACK = "BLACK",
533
- NONE = "NONE",
534
- WHITE = "WHITE"
535
- }
536
- export declare enum BurnInTeletextGridControl {
537
- FIXED = "FIXED",
538
- SCALED = "SCALED"
539
- }
540
-
541
- export interface BurnInDestinationSettings {
542
-
543
- Alignment?: BurnInAlignment | string;
544
-
545
- BackgroundColor?: BurnInBackgroundColor | string;
546
-
547
- BackgroundOpacity?: number;
548
-
549
- Font?: InputLocation;
550
-
551
- FontColor?: BurnInFontColor | string;
552
-
553
- FontOpacity?: number;
554
-
555
- FontResolution?: number;
556
-
557
- FontSize?: string;
558
-
559
- OutlineColor?: BurnInOutlineColor | string;
560
-
561
- OutlineSize?: number;
562
-
563
- ShadowColor?: BurnInShadowColor | string;
564
-
565
- ShadowOpacity?: number;
566
-
567
- ShadowXOffset?: number;
568
-
569
- ShadowYOffset?: number;
570
-
571
- TeletextGridControl?: BurnInTeletextGridControl | string;
572
-
573
- XPosition?: number;
574
-
575
- YPosition?: number;
576
- }
577
- export declare enum DvbSubDestinationAlignment {
578
- CENTERED = "CENTERED",
579
- LEFT = "LEFT",
580
- SMART = "SMART"
581
- }
582
- export declare enum DvbSubDestinationBackgroundColor {
583
- BLACK = "BLACK",
584
- NONE = "NONE",
585
- WHITE = "WHITE"
586
- }
587
- export declare enum DvbSubDestinationFontColor {
588
- BLACK = "BLACK",
589
- BLUE = "BLUE",
590
- GREEN = "GREEN",
591
- RED = "RED",
592
- WHITE = "WHITE",
593
- YELLOW = "YELLOW"
594
- }
595
- export declare enum DvbSubDestinationOutlineColor {
596
- BLACK = "BLACK",
597
- BLUE = "BLUE",
598
- GREEN = "GREEN",
599
- RED = "RED",
600
- WHITE = "WHITE",
601
- YELLOW = "YELLOW"
602
- }
603
- export declare enum DvbSubDestinationShadowColor {
604
- BLACK = "BLACK",
605
- NONE = "NONE",
606
- WHITE = "WHITE"
607
- }
608
- export declare enum DvbSubDestinationTeletextGridControl {
609
- FIXED = "FIXED",
610
- SCALED = "SCALED"
611
- }
612
-
613
- export interface DvbSubDestinationSettings {
614
-
615
- Alignment?: DvbSubDestinationAlignment | string;
616
-
617
- BackgroundColor?: DvbSubDestinationBackgroundColor | string;
618
-
619
- BackgroundOpacity?: number;
620
-
621
- Font?: InputLocation;
622
-
623
- FontColor?: DvbSubDestinationFontColor | string;
624
-
625
- FontOpacity?: number;
626
-
627
- FontResolution?: number;
628
-
629
- FontSize?: string;
630
-
631
- OutlineColor?: DvbSubDestinationOutlineColor | string;
632
-
633
- OutlineSize?: number;
634
-
635
- ShadowColor?: DvbSubDestinationShadowColor | string;
636
-
637
- ShadowOpacity?: number;
638
-
639
- ShadowXOffset?: number;
640
-
641
- ShadowYOffset?: number;
642
-
643
- TeletextGridControl?: DvbSubDestinationTeletextGridControl | string;
644
-
645
- XPosition?: number;
646
-
647
- YPosition?: number;
648
- }
649
- export declare enum EbuTtDFillLineGapControl {
650
- DISABLED = "DISABLED",
651
- ENABLED = "ENABLED"
652
- }
653
- export declare enum EbuTtDDestinationStyleControl {
654
- EXCLUDE = "EXCLUDE",
655
- INCLUDE = "INCLUDE"
656
- }
657
-
658
- export interface EbuTtDDestinationSettings {
659
-
660
- CopyrightHolder?: string;
661
-
662
- FillLineGap?: EbuTtDFillLineGapControl | string;
663
-
664
- FontFamily?: string;
665
-
666
- StyleControl?: EbuTtDDestinationStyleControl | string;
667
- }
668
-
669
- export interface EmbeddedDestinationSettings {
670
- }
671
-
672
- export interface EmbeddedPlusScte20DestinationSettings {
673
- }
674
-
675
- export interface RtmpCaptionInfoDestinationSettings {
676
- }
677
-
678
- export interface Scte20PlusEmbeddedDestinationSettings {
679
- }
680
-
681
- export interface Scte27DestinationSettings {
682
- }
683
-
684
- export interface SmpteTtDestinationSettings {
685
- }
686
-
687
- export interface TeletextDestinationSettings {
688
- }
689
- export declare enum TtmlDestinationStyleControl {
690
- PASSTHROUGH = "PASSTHROUGH",
691
- USE_CONFIGURED = "USE_CONFIGURED"
692
- }
693
-
694
- export interface TtmlDestinationSettings {
695
-
696
- StyleControl?: TtmlDestinationStyleControl | string;
697
- }
698
- export declare enum WebvttDestinationStyleControl {
699
- NO_STYLE_DATA = "NO_STYLE_DATA",
700
- PASSTHROUGH = "PASSTHROUGH"
701
- }
702
-
703
- export interface WebvttDestinationSettings {
704
-
705
- StyleControl?: WebvttDestinationStyleControl | string;
706
- }
707
-
708
- export interface CaptionDestinationSettings {
709
-
710
- AribDestinationSettings?: AribDestinationSettings;
711
-
712
- BurnInDestinationSettings?: BurnInDestinationSettings;
713
-
714
- DvbSubDestinationSettings?: DvbSubDestinationSettings;
715
-
716
- EbuTtDDestinationSettings?: EbuTtDDestinationSettings;
717
-
718
- EmbeddedDestinationSettings?: EmbeddedDestinationSettings;
719
-
720
- EmbeddedPlusScte20DestinationSettings?: EmbeddedPlusScte20DestinationSettings;
721
-
722
- RtmpCaptionInfoDestinationSettings?: RtmpCaptionInfoDestinationSettings;
723
-
724
- Scte20PlusEmbeddedDestinationSettings?: Scte20PlusEmbeddedDestinationSettings;
725
-
726
- Scte27DestinationSettings?: Scte27DestinationSettings;
727
-
728
- SmpteTtDestinationSettings?: SmpteTtDestinationSettings;
729
-
730
- TeletextDestinationSettings?: TeletextDestinationSettings;
731
-
732
- TtmlDestinationSettings?: TtmlDestinationSettings;
733
-
734
- WebvttDestinationSettings?: WebvttDestinationSettings;
735
- }
736
-
737
- export interface CaptionDescription {
738
-
739
- Accessibility?: AccessibilityType | string;
740
-
741
- CaptionSelectorName: string | undefined;
742
-
743
- DestinationSettings?: CaptionDestinationSettings;
744
-
745
- LanguageCode?: string;
746
-
747
- LanguageDescription?: string;
748
-
749
- Name: string | undefined;
750
- }
751
-
752
- export interface CaptionLanguageMapping {
753
-
754
- CaptionChannel: number | undefined;
755
-
756
- LanguageCode: string | undefined;
757
-
758
- LanguageDescription: string | undefined;
759
- }
760
-
761
- export interface AncillarySourceSettings {
762
-
763
- SourceAncillaryChannelNumber?: number;
764
- }
765
-
766
- export interface AribSourceSettings {
767
- }
768
- export declare enum DvbSubOcrLanguage {
769
- DEU = "DEU",
770
- ENG = "ENG",
771
- FRA = "FRA",
772
- NLD = "NLD",
773
- POR = "POR",
774
- SPA = "SPA"
775
- }
776
-
777
- export interface DvbSubSourceSettings {
778
-
779
- OcrLanguage?: DvbSubOcrLanguage | string;
780
-
781
- Pid?: number;
782
- }
783
- export declare enum EmbeddedConvert608To708 {
784
- DISABLED = "DISABLED",
785
- UPCONVERT = "UPCONVERT"
786
- }
787
- export declare enum EmbeddedScte20Detection {
788
- AUTO = "AUTO",
789
- OFF = "OFF"
790
- }
791
-
792
- export interface EmbeddedSourceSettings {
793
-
794
- Convert608To708?: EmbeddedConvert608To708 | string;
795
-
796
- Scte20Detection?: EmbeddedScte20Detection | string;
797
-
798
- Source608ChannelNumber?: number;
799
-
800
- Source608TrackNumber?: number;
801
- }
802
- export declare enum Scte20Convert608To708 {
803
- DISABLED = "DISABLED",
804
- UPCONVERT = "UPCONVERT"
805
- }
806
-
807
- export interface Scte20SourceSettings {
808
-
809
- Convert608To708?: Scte20Convert608To708 | string;
810
-
811
- Source608ChannelNumber?: number;
812
- }
813
- export declare enum Scte27OcrLanguage {
814
- DEU = "DEU",
815
- ENG = "ENG",
816
- FRA = "FRA",
817
- NLD = "NLD",
818
- POR = "POR",
819
- SPA = "SPA"
820
- }
821
-
822
- export interface Scte27SourceSettings {
823
-
824
- OcrLanguage?: Scte27OcrLanguage | string;
825
-
826
- Pid?: number;
827
- }
828
-
829
- export interface CaptionRectangle {
830
-
831
- Height: number | undefined;
832
-
833
- LeftOffset: number | undefined;
834
-
835
- TopOffset: number | undefined;
836
-
837
- Width: number | undefined;
838
- }
839
-
840
- export interface TeletextSourceSettings {
841
-
842
- OutputRectangle?: CaptionRectangle;
843
-
844
- PageNumber?: string;
845
- }
846
-
847
- export interface CaptionSelectorSettings {
848
-
849
- AncillarySourceSettings?: AncillarySourceSettings;
850
-
851
- AribSourceSettings?: AribSourceSettings;
852
-
853
- DvbSubSourceSettings?: DvbSubSourceSettings;
854
-
855
- EmbeddedSourceSettings?: EmbeddedSourceSettings;
856
-
857
- Scte20SourceSettings?: Scte20SourceSettings;
858
-
859
- Scte27SourceSettings?: Scte27SourceSettings;
860
-
861
- TeletextSourceSettings?: TeletextSourceSettings;
862
- }
863
-
864
- export interface CaptionSelector {
865
-
866
- LanguageCode?: string;
867
-
868
- Name: string | undefined;
869
-
870
- SelectorSettings?: CaptionSelectorSettings;
871
- }
872
-
873
- export interface ChannelEgressEndpoint {
874
-
875
- SourceIp?: string;
876
- }
877
- export declare enum CdiInputResolution {
878
- FHD = "FHD",
879
- HD = "HD",
880
- SD = "SD",
881
- UHD = "UHD"
882
- }
883
-
884
- export interface CdiInputSpecification {
885
-
886
- Resolution?: CdiInputResolution | string;
887
- }
888
- export declare enum ChannelClass {
889
- SINGLE_PIPELINE = "SINGLE_PIPELINE",
890
- STANDARD = "STANDARD"
891
- }
892
-
893
- export interface MediaPackageOutputDestinationSettings {
894
-
895
- ChannelId?: string;
896
- }
897
-
898
- export interface MultiplexProgramChannelDestinationSettings {
899
-
900
- MultiplexId?: string;
901
-
902
- ProgramName?: string;
903
- }
904
-
905
- export interface OutputDestinationSettings {
906
-
907
- PasswordParam?: string;
908
-
909
- StreamName?: string;
910
-
911
- Url?: string;
912
-
913
- Username?: string;
914
- }
915
-
916
- export interface OutputDestination {
917
-
918
- Id?: string;
919
-
920
- MediaPackageSettings?: MediaPackageOutputDestinationSettings[];
921
-
922
- MultiplexSettings?: MultiplexProgramChannelDestinationSettings;
923
-
924
- Settings?: OutputDestinationSettings[];
925
- }
926
-
927
- export interface AudioSilenceFailoverSettings {
928
-
929
- AudioSelectorName: string | undefined;
930
-
931
- AudioSilenceThresholdMsec?: number;
932
- }
933
-
934
- export interface InputLossFailoverSettings {
935
-
936
- InputLossThresholdMsec?: number;
937
- }
938
-
939
- export interface VideoBlackFailoverSettings {
940
-
941
- BlackDetectThreshold?: number;
942
-
943
- VideoBlackThresholdMsec?: number;
944
- }
945
-
946
- export interface FailoverConditionSettings {
947
-
948
- AudioSilenceSettings?: AudioSilenceFailoverSettings;
949
-
950
- InputLossSettings?: InputLossFailoverSettings;
951
-
952
- VideoBlackSettings?: VideoBlackFailoverSettings;
953
- }
954
-
955
- export interface FailoverCondition {
956
-
957
- FailoverConditionSettings?: FailoverConditionSettings;
958
- }
959
- export declare enum InputPreference {
960
- EQUAL_INPUT_PREFERENCE = "EQUAL_INPUT_PREFERENCE",
961
- PRIMARY_INPUT_PREFERRED = "PRIMARY_INPUT_PREFERRED"
962
- }
963
-
964
- export interface AutomaticInputFailoverSettings {
965
-
966
- ErrorClearTimeMsec?: number;
967
-
968
- FailoverConditions?: FailoverCondition[];
969
-
970
- InputPreference?: InputPreference | string;
971
-
972
- SecondaryInputId: string | undefined;
973
- }
974
- export declare enum InputDeblockFilter {
975
- DISABLED = "DISABLED",
976
- ENABLED = "ENABLED"
977
- }
978
- export declare enum InputDenoiseFilter {
979
- DISABLED = "DISABLED",
980
- ENABLED = "ENABLED"
981
- }
982
- export declare enum InputFilter {
983
- AUTO = "AUTO",
984
- DISABLED = "DISABLED",
985
- FORCED = "FORCED"
986
- }
987
- export declare enum HlsScte35SourceType {
988
- MANIFEST = "MANIFEST",
989
- SEGMENTS = "SEGMENTS"
990
- }
991
-
992
- export interface HlsInputSettings {
993
-
994
- Bandwidth?: number;
995
-
996
- BufferSegments?: number;
997
-
998
- Retries?: number;
999
-
1000
- RetryInterval?: number;
1001
-
1002
- Scte35Source?: HlsScte35SourceType | string;
1003
- }
1004
- export declare enum NetworkInputServerValidation {
1005
- CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME",
1006
- CHECK_CRYPTOGRAPHY_ONLY = "CHECK_CRYPTOGRAPHY_ONLY"
1007
- }
1008
-
1009
- export interface NetworkInputSettings {
1010
-
1011
- HlsInputSettings?: HlsInputSettings;
1012
-
1013
- ServerValidation?: NetworkInputServerValidation | string;
1014
- }
1015
- export declare enum Smpte2038DataPreference {
1016
- IGNORE = "IGNORE",
1017
- PREFER = "PREFER"
1018
- }
1019
- export declare enum InputSourceEndBehavior {
1020
- CONTINUE = "CONTINUE",
1021
- LOOP = "LOOP"
1022
- }
1023
- export declare enum VideoSelectorColorSpace {
1024
- FOLLOW = "FOLLOW",
1025
- HDR10 = "HDR10",
1026
- HLG_2020 = "HLG_2020",
1027
- REC_601 = "REC_601",
1028
- REC_709 = "REC_709"
1029
- }
1030
-
1031
- export interface Hdr10Settings {
1032
-
1033
- MaxCll?: number;
1034
-
1035
- MaxFall?: number;
1036
- }
1037
-
1038
- export interface VideoSelectorColorSpaceSettings {
1039
-
1040
- Hdr10Settings?: Hdr10Settings;
1041
- }
1042
- export declare enum VideoSelectorColorSpaceUsage {
1043
- FALLBACK = "FALLBACK",
1044
- FORCE = "FORCE"
1045
- }
1046
-
1047
- export interface VideoSelectorPid {
1048
-
1049
- Pid?: number;
1050
- }
1051
-
1052
- export interface VideoSelectorProgramId {
1053
-
1054
- ProgramId?: number;
1055
- }
1056
-
1057
- export interface VideoSelectorSettings {
1058
-
1059
- VideoSelectorPid?: VideoSelectorPid;
1060
-
1061
- VideoSelectorProgramId?: VideoSelectorProgramId;
1062
- }
1063
-
1064
- export interface VideoSelector {
1065
-
1066
- ColorSpace?: VideoSelectorColorSpace | string;
1067
-
1068
- ColorSpaceSettings?: VideoSelectorColorSpaceSettings;
1069
-
1070
- ColorSpaceUsage?: VideoSelectorColorSpaceUsage | string;
1071
-
1072
- SelectorSettings?: VideoSelectorSettings;
1073
- }
1074
-
1075
- export interface InputSettings {
1076
-
1077
- AudioSelectors?: AudioSelector[];
1078
-
1079
- CaptionSelectors?: CaptionSelector[];
1080
-
1081
- DeblockFilter?: InputDeblockFilter | string;
1082
-
1083
- DenoiseFilter?: InputDenoiseFilter | string;
1084
-
1085
- FilterStrength?: number;
1086
-
1087
- InputFilter?: InputFilter | string;
1088
-
1089
- NetworkInputSettings?: NetworkInputSettings;
1090
-
1091
- Scte35Pid?: number;
1092
-
1093
- Smpte2038DataPreference?: Smpte2038DataPreference | string;
1094
-
1095
- SourceEndBehavior?: InputSourceEndBehavior | string;
1096
-
1097
- VideoSelector?: VideoSelector;
1098
- }
1099
-
1100
- export interface InputAttachment {
1101
-
1102
- AutomaticInputFailoverSettings?: AutomaticInputFailoverSettings;
1103
-
1104
- InputAttachmentName?: string;
1105
-
1106
- InputId?: string;
1107
-
1108
- InputSettings?: InputSettings;
1109
- }
1110
- export declare enum InputCodec {
1111
- AVC = "AVC",
1112
- HEVC = "HEVC",
1113
- MPEG2 = "MPEG2"
1114
- }
1115
- export declare enum InputMaximumBitrate {
1116
- MAX_10_MBPS = "MAX_10_MBPS",
1117
- MAX_20_MBPS = "MAX_20_MBPS",
1118
- MAX_50_MBPS = "MAX_50_MBPS"
1119
- }
1120
- export declare enum InputResolution {
1121
- HD = "HD",
1122
- SD = "SD",
1123
- UHD = "UHD"
1124
- }
1125
-
1126
- export interface InputSpecification {
1127
-
1128
- Codec?: InputCodec | string;
1129
-
1130
- MaximumBitrate?: InputMaximumBitrate | string;
1131
-
1132
- Resolution?: InputResolution | string;
1133
- }
1134
- export declare enum LogLevel {
1135
- DEBUG = "DEBUG",
1136
- DISABLED = "DISABLED",
1137
- ERROR = "ERROR",
1138
- INFO = "INFO",
1139
- WARNING = "WARNING"
1140
- }
1141
- export declare enum MaintenanceDay {
1142
- FRIDAY = "FRIDAY",
1143
- MONDAY = "MONDAY",
1144
- SATURDAY = "SATURDAY",
1145
- SUNDAY = "SUNDAY",
1146
- THURSDAY = "THURSDAY",
1147
- TUESDAY = "TUESDAY",
1148
- WEDNESDAY = "WEDNESDAY"
1149
- }
1150
-
1151
- export interface MaintenanceStatus {
1152
-
1153
- MaintenanceDay?: MaintenanceDay | string;
1154
-
1155
- MaintenanceDeadline?: string;
1156
-
1157
- MaintenanceScheduledDate?: string;
1158
-
1159
- MaintenanceStartTime?: string;
1160
- }
1161
- export declare enum ChannelState {
1162
- CREATE_FAILED = "CREATE_FAILED",
1163
- CREATING = "CREATING",
1164
- DELETED = "DELETED",
1165
- DELETING = "DELETING",
1166
- IDLE = "IDLE",
1167
- RECOVERING = "RECOVERING",
1168
- RUNNING = "RUNNING",
1169
- STARTING = "STARTING",
1170
- STOPPING = "STOPPING",
1171
- UPDATE_FAILED = "UPDATE_FAILED",
1172
- UPDATING = "UPDATING"
1173
- }
1174
-
1175
- export interface VpcOutputSettingsDescription {
1176
-
1177
- AvailabilityZones?: string[];
1178
-
1179
- NetworkInterfaceIds?: string[];
1180
-
1181
- SecurityGroupIds?: string[];
1182
-
1183
- SubnetIds?: string[];
1184
- }
1185
-
1186
- export interface ChannelSummary {
1187
-
1188
- Arn?: string;
1189
-
1190
- CdiInputSpecification?: CdiInputSpecification;
1191
-
1192
- ChannelClass?: ChannelClass | string;
1193
-
1194
- Destinations?: OutputDestination[];
1195
-
1196
- EgressEndpoints?: ChannelEgressEndpoint[];
1197
-
1198
- Id?: string;
1199
-
1200
- InputAttachments?: InputAttachment[];
1201
-
1202
- InputSpecification?: InputSpecification;
1203
-
1204
- LogLevel?: LogLevel | string;
1205
-
1206
- Maintenance?: MaintenanceStatus;
1207
-
1208
- Name?: string;
1209
-
1210
- PipelinesRunningCount?: number;
1211
-
1212
- RoleArn?: string;
1213
-
1214
- State?: ChannelState | string;
1215
-
1216
- Tags?: Record<string, string>;
1217
-
1218
- Vpc?: VpcOutputSettingsDescription;
1219
- }
1220
- export declare enum HlsAdMarkers {
1221
- ADOBE = "ADOBE",
1222
- ELEMENTAL = "ELEMENTAL",
1223
- ELEMENTAL_SCTE35 = "ELEMENTAL_SCTE35"
1224
- }
1225
-
1226
- export interface InputDestinationVpc {
1227
-
1228
- AvailabilityZone?: string;
1229
-
1230
- NetworkInterfaceId?: string;
1231
- }
1232
-
1233
- export interface InputDestination {
1234
-
1235
- Ip?: string;
1236
-
1237
- Port?: string;
1238
-
1239
- Url?: string;
1240
-
1241
- Vpc?: InputDestinationVpc;
1242
- }
1243
- export declare enum InputClass {
1244
- SINGLE_PIPELINE = "SINGLE_PIPELINE",
1245
- STANDARD = "STANDARD"
1246
- }
1247
-
1248
- export interface InputDeviceSettings {
1249
-
1250
- Id?: string;
1251
- }
1252
- export declare enum InputSourceType {
1253
- DYNAMIC = "DYNAMIC",
1254
- STATIC = "STATIC"
1255
- }
1256
-
1257
- export interface MediaConnectFlow {
1258
-
1259
- FlowArn?: string;
1260
- }
1261
-
1262
- export interface InputSource {
1263
-
1264
- PasswordParam?: string;
1265
-
1266
- Url?: string;
1267
-
1268
- Username?: string;
1269
- }
1270
- export declare enum InputState {
1271
- ATTACHED = "ATTACHED",
1272
- CREATING = "CREATING",
1273
- DELETED = "DELETED",
1274
- DELETING = "DELETING",
1275
- DETACHED = "DETACHED"
1276
- }
1277
- export declare enum InputType {
1278
- AWS_CDI = "AWS_CDI",
1279
- INPUT_DEVICE = "INPUT_DEVICE",
1280
- MEDIACONNECT = "MEDIACONNECT",
1281
- MP4_FILE = "MP4_FILE",
1282
- RTMP_PULL = "RTMP_PULL",
1283
- RTMP_PUSH = "RTMP_PUSH",
1284
- RTP_PUSH = "RTP_PUSH",
1285
- TS_FILE = "TS_FILE",
1286
- UDP_PUSH = "UDP_PUSH",
1287
- URL_PULL = "URL_PULL"
1288
- }
1289
-
1290
- export interface Input {
1291
-
1292
- Arn?: string;
1293
-
1294
- AttachedChannels?: string[];
1295
-
1296
- Destinations?: InputDestination[];
1297
-
1298
- Id?: string;
1299
-
1300
- InputClass?: InputClass | string;
1301
-
1302
- InputDevices?: InputDeviceSettings[];
1303
-
1304
- InputPartnerIds?: string[];
1305
-
1306
- InputSourceType?: InputSourceType | string;
1307
-
1308
- MediaConnectFlows?: MediaConnectFlow[];
1309
-
1310
- Name?: string;
1311
-
1312
- RoleArn?: string;
1313
-
1314
- SecurityGroups?: string[];
1315
-
1316
- Sources?: InputSource[];
1317
-
1318
- State?: InputState | string;
1319
-
1320
- Tags?: Record<string, string>;
1321
-
1322
- Type?: InputType | string;
1323
- }
1324
-
1325
- export interface InputDestinationRequest {
1326
-
1327
- StreamName?: string;
1328
- }
1329
-
1330
- export interface InputDeviceRequest {
1331
-
1332
- Id?: string;
1333
- }
1334
- export declare enum InputDeviceConnectionState {
1335
- CONNECTED = "CONNECTED",
1336
- DISCONNECTED = "DISCONNECTED"
1337
- }
1338
- export declare enum DeviceSettingsSyncState {
1339
- SYNCED = "SYNCED",
1340
- SYNCING = "SYNCING"
1341
- }
1342
- export declare enum DeviceUpdateStatus {
1343
- NOT_UP_TO_DATE = "NOT_UP_TO_DATE",
1344
- UPDATING = "UPDATING",
1345
- UP_TO_DATE = "UP_TO_DATE"
1346
- }
1347
- export declare enum InputDeviceActiveInput {
1348
- HDMI = "HDMI",
1349
- SDI = "SDI"
1350
- }
1351
- export declare enum InputDeviceConfiguredInput {
1352
- AUTO = "AUTO",
1353
- HDMI = "HDMI",
1354
- SDI = "SDI"
1355
- }
1356
- export declare enum InputDeviceState {
1357
- IDLE = "IDLE",
1358
- STREAMING = "STREAMING"
1359
- }
1360
- export declare enum InputDeviceScanType {
1361
- INTERLACED = "INTERLACED",
1362
- PROGRESSIVE = "PROGRESSIVE"
1363
- }
1364
-
1365
- export interface InputDeviceHdSettings {
1366
-
1367
- ActiveInput?: InputDeviceActiveInput | string;
1368
-
1369
- ConfiguredInput?: InputDeviceConfiguredInput | string;
1370
-
1371
- DeviceState?: InputDeviceState | string;
1372
-
1373
- Framerate?: number;
1374
-
1375
- Height?: number;
1376
-
1377
- MaxBitrate?: number;
1378
-
1379
- ScanType?: InputDeviceScanType | string;
1380
-
1381
- Width?: number;
1382
- }
1383
- export declare enum InputDeviceIpScheme {
1384
- DHCP = "DHCP",
1385
- STATIC = "STATIC"
1386
- }
1387
-
1388
- export interface InputDeviceNetworkSettings {
1389
-
1390
- DnsAddresses?: string[];
1391
-
1392
- Gateway?: string;
1393
-
1394
- IpAddress?: string;
1395
-
1396
- IpScheme?: InputDeviceIpScheme | string;
1397
-
1398
- SubnetMask?: string;
1399
- }
1400
- export declare enum InputDeviceType {
1401
- HD = "HD"
1402
- }
1403
-
1404
- export interface InputDeviceUhdSettings {
1405
-
1406
- ActiveInput?: InputDeviceActiveInput | string;
1407
-
1408
- ConfiguredInput?: InputDeviceConfiguredInput | string;
1409
-
1410
- DeviceState?: InputDeviceState | string;
1411
-
1412
- Framerate?: number;
1413
-
1414
- Height?: number;
1415
-
1416
- MaxBitrate?: number;
1417
-
1418
- ScanType?: InputDeviceScanType | string;
1419
-
1420
- Width?: number;
1421
- }
1422
-
1423
- export interface InputDeviceSummary {
1424
-
1425
- Arn?: string;
1426
-
1427
- ConnectionState?: InputDeviceConnectionState | string;
1428
-
1429
- DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
1430
-
1431
- DeviceUpdateStatus?: DeviceUpdateStatus | string;
1432
-
1433
- HdDeviceSettings?: InputDeviceHdSettings;
1434
-
1435
- Id?: string;
1436
-
1437
- MacAddress?: string;
1438
-
1439
- Name?: string;
1440
-
1441
- NetworkSettings?: InputDeviceNetworkSettings;
1442
-
1443
- SerialNumber?: string;
1444
-
1445
- Type?: InputDeviceType | string;
1446
-
1447
- UhdDeviceSettings?: InputDeviceUhdSettings;
1448
- }
1449
- export declare enum InputSecurityGroupState {
1450
- DELETED = "DELETED",
1451
- IDLE = "IDLE",
1452
- IN_USE = "IN_USE",
1453
- UPDATING = "UPDATING"
1454
- }
1455
-
1456
- export interface InputWhitelistRule {
1457
-
1458
- Cidr?: string;
1459
- }
1460
-
1461
- export interface InputSecurityGroup {
1462
-
1463
- Arn?: string;
1464
-
1465
- Id?: string;
1466
-
1467
- Inputs?: string[];
1468
-
1469
- State?: InputSecurityGroupState | string;
1470
-
1471
- Tags?: Record<string, string>;
1472
-
1473
- WhitelistRules?: InputWhitelistRule[];
1474
- }
1475
-
1476
- export interface InputSourceRequest {
1477
-
1478
- PasswordParam?: string;
1479
-
1480
- Url?: string;
1481
-
1482
- Username?: string;
1483
- }
1484
-
1485
- export interface InputWhitelistRuleCidr {
1486
-
1487
- Cidr?: string;
1488
- }
1489
-
1490
- export interface MediaConnectFlowRequest {
1491
-
1492
- FlowArn?: string;
1493
- }
1494
-
1495
- export interface MultiplexMediaConnectOutputDestinationSettings {
1496
-
1497
- EntitlementArn?: string;
1498
- }
1499
-
1500
- export interface MultiplexOutputDestination {
1501
-
1502
- MediaConnectSettings?: MultiplexMediaConnectOutputDestinationSettings;
1503
- }
1504
-
1505
- export interface MultiplexProgramPipelineDetail {
1506
-
1507
- ActiveChannelPipeline?: string;
1508
-
1509
- PipelineId?: string;
1510
- }
1511
-
1512
- export interface MultiplexProgramSummary {
1513
-
1514
- ChannelId?: string;
1515
-
1516
- ProgramName?: string;
1517
- }
1518
-
1519
- export interface MultiplexSettingsSummary {
1520
-
1521
- TransportStreamBitrate?: number;
1522
- }
1523
- export declare enum MultiplexState {
1524
- CREATE_FAILED = "CREATE_FAILED",
1525
- CREATING = "CREATING",
1526
- DELETED = "DELETED",
1527
- DELETING = "DELETING",
1528
- IDLE = "IDLE",
1529
- RECOVERING = "RECOVERING",
1530
- RUNNING = "RUNNING",
1531
- STARTING = "STARTING",
1532
- STOPPING = "STOPPING"
1533
- }
1534
-
1535
- export interface MultiplexSummary {
1536
-
1537
- Arn?: string;
1538
-
1539
- AvailabilityZones?: string[];
1540
-
1541
- Id?: string;
1542
-
1543
- MultiplexSettings?: MultiplexSettingsSummary;
1544
-
1545
- Name?: string;
1546
-
1547
- PipelinesRunningCount?: number;
1548
-
1549
- ProgramCount?: number;
1550
-
1551
- State?: MultiplexState | string;
1552
-
1553
- Tags?: Record<string, string>;
1554
- }
1555
- export declare enum OfferingDurationUnits {
1556
- MONTHS = "MONTHS"
1557
- }
1558
- export declare enum OfferingType {
1559
- NO_UPFRONT = "NO_UPFRONT"
1560
- }
1561
- export declare enum ReservationCodec {
1562
- AUDIO = "AUDIO",
1563
- AVC = "AVC",
1564
- HEVC = "HEVC",
1565
- LINK = "LINK",
1566
- MPEG2 = "MPEG2"
1567
- }
1568
- export declare enum ReservationMaximumBitrate {
1569
- MAX_10_MBPS = "MAX_10_MBPS",
1570
- MAX_20_MBPS = "MAX_20_MBPS",
1571
- MAX_50_MBPS = "MAX_50_MBPS"
1572
- }
1573
- export declare enum ReservationMaximumFramerate {
1574
- MAX_30_FPS = "MAX_30_FPS",
1575
- MAX_60_FPS = "MAX_60_FPS"
1576
- }
1577
- export declare enum ReservationResolution {
1578
- FHD = "FHD",
1579
- HD = "HD",
1580
- SD = "SD",
1581
- UHD = "UHD"
1582
- }
1583
- export declare enum ReservationResourceType {
1584
- CHANNEL = "CHANNEL",
1585
- INPUT = "INPUT",
1586
- MULTIPLEX = "MULTIPLEX",
1587
- OUTPUT = "OUTPUT"
1588
- }
1589
- export declare enum ReservationSpecialFeature {
1590
- ADVANCED_AUDIO = "ADVANCED_AUDIO",
1591
- AUDIO_NORMALIZATION = "AUDIO_NORMALIZATION",
1592
- MGHD = "MGHD",
1593
- MGUHD = "MGUHD"
1594
- }
1595
- export declare enum ReservationVideoQuality {
1596
- ENHANCED = "ENHANCED",
1597
- PREMIUM = "PREMIUM",
1598
- STANDARD = "STANDARD"
1599
- }
1600
-
1601
- export interface ReservationResourceSpecification {
1602
-
1603
- ChannelClass?: ChannelClass | string;
1604
-
1605
- Codec?: ReservationCodec | string;
1606
-
1607
- MaximumBitrate?: ReservationMaximumBitrate | string;
1608
-
1609
- MaximumFramerate?: ReservationMaximumFramerate | string;
1610
-
1611
- Resolution?: ReservationResolution | string;
1612
-
1613
- ResourceType?: ReservationResourceType | string;
1614
-
1615
- SpecialFeature?: ReservationSpecialFeature | string;
1616
-
1617
- VideoQuality?: ReservationVideoQuality | string;
1618
- }
1619
-
1620
- export interface Offering {
1621
-
1622
- Arn?: string;
1623
-
1624
- CurrencyCode?: string;
1625
-
1626
- Duration?: number;
1627
-
1628
- DurationUnits?: OfferingDurationUnits | string;
1629
-
1630
- FixedPrice?: number;
1631
-
1632
- OfferingDescription?: string;
1633
-
1634
- OfferingId?: string;
1635
-
1636
- OfferingType?: OfferingType | string;
1637
-
1638
- Region?: string;
1639
-
1640
- ResourceSpecification?: ReservationResourceSpecification;
1641
-
1642
- UsagePrice?: number;
1643
- }
1644
- export declare enum M2tsAbsentInputAudioBehavior {
1645
- DROP = "DROP",
1646
- ENCODE_SILENCE = "ENCODE_SILENCE"
1647
- }
1648
- export declare enum M2tsArib {
1649
- DISABLED = "DISABLED",
1650
- ENABLED = "ENABLED"
1651
- }
1652
- export declare enum M2tsAribCaptionsPidControl {
1653
- AUTO = "AUTO",
1654
- USE_CONFIGURED = "USE_CONFIGURED"
1655
- }
1656
- export declare enum M2tsAudioBufferModel {
1657
- ATSC = "ATSC",
1658
- DVB = "DVB"
1659
- }
1660
- export declare enum M2tsAudioStreamType {
1661
- ATSC = "ATSC",
1662
- DVB = "DVB"
1663
- }
1664
- export declare enum M2tsBufferModel {
1665
- MULTIPLEX = "MULTIPLEX",
1666
- NONE = "NONE"
1667
- }
1668
- export declare enum M2tsCcDescriptor {
1669
- DISABLED = "DISABLED",
1670
- ENABLED = "ENABLED"
1671
- }
1672
-
1673
- export interface DvbNitSettings {
1674
-
1675
- NetworkId: number | undefined;
1676
-
1677
- NetworkName: string | undefined;
1678
-
1679
- RepInterval?: number;
1680
- }
1681
- export declare enum DvbSdtOutputSdt {
1682
- SDT_FOLLOW = "SDT_FOLLOW",
1683
- SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
1684
- SDT_MANUAL = "SDT_MANUAL",
1685
- SDT_NONE = "SDT_NONE"
1686
- }
1687
-
1688
- export interface DvbSdtSettings {
1689
-
1690
- OutputSdt?: DvbSdtOutputSdt | string;
1691
-
1692
- RepInterval?: number;
1693
-
1694
- ServiceName?: string;
1695
-
1696
- ServiceProviderName?: string;
1697
- }
1698
-
1699
- export interface DvbTdtSettings {
1700
-
1701
- RepInterval?: number;
1702
- }
1703
- export declare enum M2tsEbifControl {
1704
- NONE = "NONE",
1705
- PASSTHROUGH = "PASSTHROUGH"
1706
- }
1707
- export declare enum M2tsAudioInterval {
1708
- VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
1709
- VIDEO_INTERVAL = "VIDEO_INTERVAL"
1710
- }
1711
- export declare enum M2tsEbpPlacement {
1712
- VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
1713
- VIDEO_PID = "VIDEO_PID"
1714
- }
1715
- export declare enum M2tsEsRateInPes {
1716
- EXCLUDE = "EXCLUDE",
1717
- INCLUDE = "INCLUDE"
1718
- }
1719
- export declare enum M2tsKlv {
1720
- NONE = "NONE",
1721
- PASSTHROUGH = "PASSTHROUGH"
1722
- }
1723
- export declare enum M2tsNielsenId3Behavior {
1724
- NO_PASSTHROUGH = "NO_PASSTHROUGH",
1725
- PASSTHROUGH = "PASSTHROUGH"
1726
- }
1727
- export declare enum M2tsPcrControl {
1728
- CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
1729
- PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
1730
- }
1731
- export declare enum M2tsRateMode {
1732
- CBR = "CBR",
1733
- VBR = "VBR"
1734
- }
1735
- export declare enum M2tsScte35Control {
1736
- NONE = "NONE",
1737
- PASSTHROUGH = "PASSTHROUGH"
1738
- }
1739
- export declare enum M2tsSegmentationMarkers {
1740
- EBP = "EBP",
1741
- EBP_LEGACY = "EBP_LEGACY",
1742
- NONE = "NONE",
1743
- PSI_SEGSTART = "PSI_SEGSTART",
1744
- RAI_ADAPT = "RAI_ADAPT",
1745
- RAI_SEGSTART = "RAI_SEGSTART"
1746
- }
1747
- export declare enum M2tsSegmentationStyle {
1748
- MAINTAIN_CADENCE = "MAINTAIN_CADENCE",
1749
- RESET_CADENCE = "RESET_CADENCE"
1750
- }
1751
- export declare enum M2tsTimedMetadataBehavior {
1752
- NO_PASSTHROUGH = "NO_PASSTHROUGH",
1753
- PASSTHROUGH = "PASSTHROUGH"
1754
- }
1755
-
1756
- export interface M2tsSettings {
1757
-
1758
- AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior | string;
1759
-
1760
- Arib?: M2tsArib | string;
1761
-
1762
- AribCaptionsPid?: string;
1763
-
1764
- AribCaptionsPidControl?: M2tsAribCaptionsPidControl | string;
1765
-
1766
- AudioBufferModel?: M2tsAudioBufferModel | string;
1767
-
1768
- AudioFramesPerPes?: number;
1769
-
1770
- AudioPids?: string;
1771
-
1772
- AudioStreamType?: M2tsAudioStreamType | string;
1773
-
1774
- Bitrate?: number;
1775
-
1776
- BufferModel?: M2tsBufferModel | string;
1777
-
1778
- CcDescriptor?: M2tsCcDescriptor | string;
1779
-
1780
- DvbNitSettings?: DvbNitSettings;
1781
-
1782
- DvbSdtSettings?: DvbSdtSettings;
1783
-
1784
- DvbSubPids?: string;
1785
-
1786
- DvbTdtSettings?: DvbTdtSettings;
1787
-
1788
- DvbTeletextPid?: string;
1789
-
1790
- Ebif?: M2tsEbifControl | string;
1791
-
1792
- EbpAudioInterval?: M2tsAudioInterval | string;
1793
-
1794
- EbpLookaheadMs?: number;
1795
-
1796
- EbpPlacement?: M2tsEbpPlacement | string;
1797
-
1798
- EcmPid?: string;
1799
-
1800
- EsRateInPes?: M2tsEsRateInPes | string;
1801
-
1802
- EtvPlatformPid?: string;
1803
-
1804
- EtvSignalPid?: string;
1805
-
1806
- FragmentTime?: number;
1807
-
1808
- Klv?: M2tsKlv | string;
1809
-
1810
- KlvDataPids?: string;
1811
-
1812
- NielsenId3Behavior?: M2tsNielsenId3Behavior | string;
1813
-
1814
- NullPacketBitrate?: number;
1815
-
1816
- PatInterval?: number;
1817
-
1818
- PcrControl?: M2tsPcrControl | string;
1819
-
1820
- PcrPeriod?: number;
1821
-
1822
- PcrPid?: string;
1823
-
1824
- PmtInterval?: number;
1825
-
1826
- PmtPid?: string;
1827
-
1828
- ProgramNum?: number;
1829
-
1830
- RateMode?: M2tsRateMode | string;
1831
-
1832
- Scte27Pids?: string;
1833
-
1834
- Scte35Control?: M2tsScte35Control | string;
1835
-
1836
- Scte35Pid?: string;
1837
-
1838
- SegmentationMarkers?: M2tsSegmentationMarkers | string;
1839
-
1840
- SegmentationStyle?: M2tsSegmentationStyle | string;
1841
-
1842
- SegmentationTime?: number;
1843
-
1844
- TimedMetadataBehavior?: M2tsTimedMetadataBehavior | string;
1845
-
1846
- TimedMetadataPid?: string;
1847
-
1848
- TransportStreamId?: number;
1849
-
1850
- VideoPid?: string;
1851
- }
1852
-
1853
- export interface RawSettings {
1854
- }
1855
-
1856
- export interface ArchiveContainerSettings {
1857
-
1858
- M2tsSettings?: M2tsSettings;
1859
-
1860
- RawSettings?: RawSettings;
1861
- }
1862
-
1863
- export interface ArchiveOutputSettings {
1864
-
1865
- ContainerSettings: ArchiveContainerSettings | undefined;
1866
-
1867
- Extension?: string;
1868
-
1869
- NameModifier?: string;
1870
- }
1871
-
1872
- export interface FrameCaptureOutputSettings {
1873
-
1874
- NameModifier?: string;
1875
- }
1876
- export declare enum HlsH265PackagingType {
1877
- HEV1 = "HEV1",
1878
- HVC1 = "HVC1"
1879
- }
1880
- export declare enum AudioOnlyHlsTrackType {
1881
- ALTERNATE_AUDIO_AUTO_SELECT = "ALTERNATE_AUDIO_AUTO_SELECT",
1882
- ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
1883
- ALTERNATE_AUDIO_NOT_AUTO_SELECT = "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
1884
- AUDIO_ONLY_VARIANT_STREAM = "AUDIO_ONLY_VARIANT_STREAM"
1885
- }
1886
- export declare enum AudioOnlyHlsSegmentType {
1887
- AAC = "AAC",
1888
- FMP4 = "FMP4"
1889
- }
1890
-
1891
- export interface AudioOnlyHlsSettings {
1892
-
1893
- AudioGroupId?: string;
1894
-
1895
- AudioOnlyImage?: InputLocation;
1896
-
1897
- AudioTrackType?: AudioOnlyHlsTrackType | string;
1898
-
1899
- SegmentType?: AudioOnlyHlsSegmentType | string;
1900
- }
1901
- export declare enum Fmp4NielsenId3Behavior {
1902
- NO_PASSTHROUGH = "NO_PASSTHROUGH",
1903
- PASSTHROUGH = "PASSTHROUGH"
1904
- }
1905
- export declare enum Fmp4TimedMetadataBehavior {
1906
- NO_PASSTHROUGH = "NO_PASSTHROUGH",
1907
- PASSTHROUGH = "PASSTHROUGH"
1908
- }
1909
-
1910
- export interface Fmp4HlsSettings {
1911
-
1912
- AudioRenditionSets?: string;
1913
-
1914
- NielsenId3Behavior?: Fmp4NielsenId3Behavior | string;
1915
-
1916
- TimedMetadataBehavior?: Fmp4TimedMetadataBehavior | string;
1917
- }
1918
-
1919
- export interface FrameCaptureHlsSettings {
1920
- }
1921
- export declare enum M3u8NielsenId3Behavior {
1922
- NO_PASSTHROUGH = "NO_PASSTHROUGH",
1923
- PASSTHROUGH = "PASSTHROUGH"
1924
- }
1925
- export declare enum M3u8PcrControl {
1926
- CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
1927
- PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
1928
- }
1929
- export declare enum M3u8Scte35Behavior {
1930
- NO_PASSTHROUGH = "NO_PASSTHROUGH",
1931
- PASSTHROUGH = "PASSTHROUGH"
1932
- }
1933
- export declare enum M3u8TimedMetadataBehavior {
1934
- NO_PASSTHROUGH = "NO_PASSTHROUGH",
1935
- PASSTHROUGH = "PASSTHROUGH"
1936
- }
1937
-
1938
- export interface M3u8Settings {
1939
-
1940
- AudioFramesPerPes?: number;
1941
-
1942
- AudioPids?: string;
1943
-
1944
- EcmPid?: string;
1945
-
1946
- NielsenId3Behavior?: M3u8NielsenId3Behavior | string;
1947
-
1948
- PatInterval?: number;
1949
-
1950
- PcrControl?: M3u8PcrControl | string;
1951
-
1952
- PcrPeriod?: number;
1953
-
1954
- PcrPid?: string;
1955
-
1956
- PmtInterval?: number;
1957
-
1958
- PmtPid?: string;
1959
-
1960
- ProgramNum?: number;
1961
-
1962
- Scte35Behavior?: M3u8Scte35Behavior | string;
1963
-
1964
- Scte35Pid?: string;
1965
-
1966
- TimedMetadataBehavior?: M3u8TimedMetadataBehavior | string;
1967
-
1968
- TimedMetadataPid?: string;
1969
-
1970
- TransportStreamId?: number;
1971
-
1972
- VideoPid?: string;
1973
- }
1974
-
1975
- export interface StandardHlsSettings {
1976
-
1977
- AudioRenditionSets?: string;
1978
-
1979
- M3u8Settings: M3u8Settings | undefined;
1980
- }
1981
-
1982
- export interface HlsSettings {
1983
-
1984
- AudioOnlyHlsSettings?: AudioOnlyHlsSettings;
1985
-
1986
- Fmp4HlsSettings?: Fmp4HlsSettings;
1987
-
1988
- FrameCaptureHlsSettings?: FrameCaptureHlsSettings;
1989
-
1990
- StandardHlsSettings?: StandardHlsSettings;
1991
- }
1992
-
1993
- export interface HlsOutputSettings {
1994
-
1995
- H265PackagingType?: HlsH265PackagingType | string;
1996
-
1997
- HlsSettings: HlsSettings | undefined;
1998
-
1999
- NameModifier?: string;
2000
-
2001
- SegmentModifier?: string;
2002
- }
2003
-
2004
- export interface MediaPackageOutputSettings {
2005
- }
2006
- export declare enum MsSmoothH265PackagingType {
2007
- HEV1 = "HEV1",
2008
- HVC1 = "HVC1"
2009
- }
2010
-
2011
- export interface MsSmoothOutputSettings {
2012
-
2013
- H265PackagingType?: MsSmoothH265PackagingType | string;
2014
-
2015
- NameModifier?: string;
2016
- }
2017
-
2018
- export interface OutputLocationRef {
2019
-
2020
- DestinationRefId?: string;
2021
- }
2022
-
2023
- export interface MultiplexOutputSettings {
2024
-
2025
- Destination: OutputLocationRef | undefined;
2026
- }
2027
- export declare enum RtmpOutputCertificateMode {
2028
- SELF_SIGNED = "SELF_SIGNED",
2029
- VERIFY_AUTHENTICITY = "VERIFY_AUTHENTICITY"
2030
- }
2031
-
2032
- export interface RtmpOutputSettings {
2033
-
2034
- CertificateMode?: RtmpOutputCertificateMode | string;
2035
-
2036
- ConnectionRetryInterval?: number;
2037
-
2038
- Destination: OutputLocationRef | undefined;
2039
-
2040
- NumRetries?: number;
2041
- }
2042
-
2043
- export interface UdpContainerSettings {
2044
-
2045
- M2tsSettings?: M2tsSettings;
2046
- }
2047
- export declare enum FecOutputIncludeFec {
2048
- COLUMN = "COLUMN",
2049
- COLUMN_AND_ROW = "COLUMN_AND_ROW"
2050
- }
2051
-
2052
- export interface FecOutputSettings {
2053
-
2054
- ColumnDepth?: number;
2055
-
2056
- IncludeFec?: FecOutputIncludeFec | string;
2057
-
2058
- RowLength?: number;
2059
- }
2060
-
2061
- export interface UdpOutputSettings {
2062
-
2063
- BufferMsec?: number;
2064
-
2065
- ContainerSettings: UdpContainerSettings | undefined;
2066
-
2067
- Destination: OutputLocationRef | undefined;
2068
-
2069
- FecOutputSettings?: FecOutputSettings;
2070
- }
2071
-
2072
- export interface OutputSettings {
2073
-
2074
- ArchiveOutputSettings?: ArchiveOutputSettings;
2075
-
2076
- FrameCaptureOutputSettings?: FrameCaptureOutputSettings;
2077
-
2078
- HlsOutputSettings?: HlsOutputSettings;
2079
-
2080
- MediaPackageOutputSettings?: MediaPackageOutputSettings;
2081
-
2082
- MsSmoothOutputSettings?: MsSmoothOutputSettings;
2083
-
2084
- MultiplexOutputSettings?: MultiplexOutputSettings;
2085
-
2086
- RtmpOutputSettings?: RtmpOutputSettings;
2087
-
2088
- UdpOutputSettings?: UdpOutputSettings;
2089
- }
2090
-
2091
- export interface Output {
2092
-
2093
- AudioDescriptionNames?: string[];
2094
-
2095
- CaptionDescriptionNames?: string[];
2096
-
2097
- OutputName?: string;
2098
-
2099
- OutputSettings: OutputSettings | undefined;
2100
-
2101
- VideoDescriptionName?: string;
2102
- }
2103
- export declare enum S3CannedAcl {
2104
- AUTHENTICATED_READ = "AUTHENTICATED_READ",
2105
- BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
2106
- BUCKET_OWNER_READ = "BUCKET_OWNER_READ",
2107
- PUBLIC_READ = "PUBLIC_READ"
2108
- }
2109
-
2110
- export interface ArchiveS3Settings {
2111
-
2112
- CannedAcl?: S3CannedAcl | string;
2113
- }
2114
-
2115
- export interface ArchiveCdnSettings {
2116
-
2117
- ArchiveS3Settings?: ArchiveS3Settings;
2118
- }
2119
-
2120
- export interface ArchiveGroupSettings {
2121
-
2122
- ArchiveCdnSettings?: ArchiveCdnSettings;
2123
-
2124
- Destination: OutputLocationRef | undefined;
2125
-
2126
- RolloverInterval?: number;
2127
- }
2128
-
2129
- export interface FrameCaptureS3Settings {
2130
-
2131
- CannedAcl?: S3CannedAcl | string;
2132
- }
2133
-
2134
- export interface FrameCaptureCdnSettings {
2135
-
2136
- FrameCaptureS3Settings?: FrameCaptureS3Settings;
2137
- }
2138
-
2139
- export interface FrameCaptureGroupSettings {
2140
-
2141
- Destination: OutputLocationRef | undefined;
2142
-
2143
- FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
2144
- }
2145
- export declare enum HlsCaptionLanguageSetting {
2146
- INSERT = "INSERT",
2147
- NONE = "NONE",
2148
- OMIT = "OMIT"
2149
- }
2150
- export declare enum HlsClientCache {
2151
- DISABLED = "DISABLED",
2152
- ENABLED = "ENABLED"
2153
- }
2154
- export declare enum HlsCodecSpecification {
2155
- RFC_4281 = "RFC_4281",
2156
- RFC_6381 = "RFC_6381"
2157
- }
2158
- export declare enum HlsDirectoryStructure {
2159
- SINGLE_DIRECTORY = "SINGLE_DIRECTORY",
2160
- SUBDIRECTORY_PER_STREAM = "SUBDIRECTORY_PER_STREAM"
2161
- }
2162
- export declare enum HlsDiscontinuityTags {
2163
- INSERT = "INSERT",
2164
- NEVER_INSERT = "NEVER_INSERT"
2165
- }
2166
- export declare enum HlsEncryptionType {
2167
- AES128 = "AES128",
2168
- SAMPLE_AES = "SAMPLE_AES"
2169
- }
2170
- export declare enum HlsAkamaiHttpTransferMode {
2171
- CHUNKED = "CHUNKED",
2172
- NON_CHUNKED = "NON_CHUNKED"
2173
- }
2174
-
2175
- export interface HlsAkamaiSettings {
2176
-
2177
- ConnectionRetryInterval?: number;
2178
-
2179
- FilecacheDuration?: number;
2180
-
2181
- HttpTransferMode?: HlsAkamaiHttpTransferMode | string;
2182
-
2183
- NumRetries?: number;
2184
-
2185
- RestartDelay?: number;
2186
-
2187
- Salt?: string;
2188
-
2189
- Token?: string;
2190
- }
2191
-
2192
- export interface HlsBasicPutSettings {
2193
-
2194
- ConnectionRetryInterval?: number;
2195
-
2196
- FilecacheDuration?: number;
2197
-
2198
- NumRetries?: number;
2199
-
2200
- RestartDelay?: number;
2201
- }
2202
- export declare enum HlsMediaStoreStorageClass {
2203
- TEMPORAL = "TEMPORAL"
2204
- }
2205
-
2206
- export interface HlsMediaStoreSettings {
2207
-
2208
- ConnectionRetryInterval?: number;
2209
-
2210
- FilecacheDuration?: number;
2211
-
2212
- MediaStoreStorageClass?: HlsMediaStoreStorageClass | string;
2213
-
2214
- NumRetries?: number;
2215
-
2216
- RestartDelay?: number;
2217
- }
2218
-
2219
- export interface HlsS3Settings {
2220
-
2221
- CannedAcl?: S3CannedAcl | string;
2222
- }
2223
- export declare enum HlsWebdavHttpTransferMode {
2224
- CHUNKED = "CHUNKED",
2225
- NON_CHUNKED = "NON_CHUNKED"
2226
- }
2227
-
2228
- export interface HlsWebdavSettings {
2229
-
2230
- ConnectionRetryInterval?: number;
2231
-
2232
- FilecacheDuration?: number;
2233
-
2234
- HttpTransferMode?: HlsWebdavHttpTransferMode | string;
2235
-
2236
- NumRetries?: number;
2237
-
2238
- RestartDelay?: number;
2239
- }
2240
-
2241
- export interface HlsCdnSettings {
2242
-
2243
- HlsAkamaiSettings?: HlsAkamaiSettings;
2244
-
2245
- HlsBasicPutSettings?: HlsBasicPutSettings;
2246
-
2247
- HlsMediaStoreSettings?: HlsMediaStoreSettings;
2248
-
2249
- HlsS3Settings?: HlsS3Settings;
2250
-
2251
- HlsWebdavSettings?: HlsWebdavSettings;
2252
- }
2253
- export declare enum HlsId3SegmentTaggingState {
2254
- DISABLED = "DISABLED",
2255
- ENABLED = "ENABLED"
2256
- }
2257
- export declare enum IFrameOnlyPlaylistType {
2258
- DISABLED = "DISABLED",
2259
- STANDARD = "STANDARD"
2260
- }
2261
- export declare enum HlsIncompleteSegmentBehavior {
2262
- AUTO = "AUTO",
2263
- SUPPRESS = "SUPPRESS"
2264
- }
2265
- export declare enum InputLossActionForHlsOut {
2266
- EMIT_OUTPUT = "EMIT_OUTPUT",
2267
- PAUSE_OUTPUT = "PAUSE_OUTPUT"
2268
- }
2269
- export declare enum HlsIvInManifest {
2270
- EXCLUDE = "EXCLUDE",
2271
- INCLUDE = "INCLUDE"
2272
- }
2273
- export declare enum HlsIvSource {
2274
- EXPLICIT = "EXPLICIT",
2275
- FOLLOWS_SEGMENT_NUMBER = "FOLLOWS_SEGMENT_NUMBER"
2276
- }
2277
-
2278
- export interface StaticKeySettings {
2279
-
2280
- KeyProviderServer?: InputLocation;
2281
-
2282
- StaticKeyValue: string | undefined;
2283
- }
2284
-
2285
- export interface KeyProviderSettings {
2286
-
2287
- StaticKeySettings?: StaticKeySettings;
2288
- }
2289
- export declare enum HlsManifestCompression {
2290
- GZIP = "GZIP",
2291
- NONE = "NONE"
2292
- }
2293
- export declare enum HlsManifestDurationFormat {
2294
- FLOATING_POINT = "FLOATING_POINT",
2295
- INTEGER = "INTEGER"
2296
- }
2297
- export declare enum HlsMode {
2298
- LIVE = "LIVE",
2299
- VOD = "VOD"
2300
- }
2301
- export declare enum HlsOutputSelection {
2302
- MANIFESTS_AND_SEGMENTS = "MANIFESTS_AND_SEGMENTS",
2303
- SEGMENTS_ONLY = "SEGMENTS_ONLY",
2304
- VARIANT_MANIFESTS_AND_SEGMENTS = "VARIANT_MANIFESTS_AND_SEGMENTS"
2305
- }
2306
- export declare enum HlsProgramDateTime {
2307
- EXCLUDE = "EXCLUDE",
2308
- INCLUDE = "INCLUDE"
2309
- }
2310
-
2311
- export declare const InputChannelLevelFilterSensitiveLog: (obj: InputChannelLevel) => any;
2312
-
2313
- export declare const AudioChannelMappingFilterSensitiveLog: (obj: AudioChannelMapping) => any;
2314
-
2315
- export declare const AudioNormalizationSettingsFilterSensitiveLog: (obj: AudioNormalizationSettings) => any;
2316
-
2317
- export declare const NielsenCBETFilterSensitiveLog: (obj: NielsenCBET) => any;
2318
-
2319
- export declare const NielsenNaesIiNwFilterSensitiveLog: (obj: NielsenNaesIiNw) => any;
2320
-
2321
- export declare const NielsenWatermarksSettingsFilterSensitiveLog: (obj: NielsenWatermarksSettings) => any;
2322
-
2323
- export declare const AudioWatermarkSettingsFilterSensitiveLog: (obj: AudioWatermarkSettings) => any;
2324
-
2325
- export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
2326
-
2327
- export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
2328
-
2329
- export declare const Eac3AtmosSettingsFilterSensitiveLog: (obj: Eac3AtmosSettings) => any;
2330
-
2331
- export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
2332
-
2333
- export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
2334
-
2335
- export declare const PassThroughSettingsFilterSensitiveLog: (obj: PassThroughSettings) => any;
2336
-
2337
- export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
2338
-
2339
- export declare const AudioCodecSettingsFilterSensitiveLog: (obj: AudioCodecSettings) => any;
2340
-
2341
- export declare const RemixSettingsFilterSensitiveLog: (obj: RemixSettings) => any;
2342
-
2343
- export declare const AudioDescriptionFilterSensitiveLog: (obj: AudioDescription) => any;
2344
-
2345
- export declare const AudioHlsRenditionSelectionFilterSensitiveLog: (obj: AudioHlsRenditionSelection) => any;
2346
-
2347
- export declare const AudioLanguageSelectionFilterSensitiveLog: (obj: AudioLanguageSelection) => any;
2348
-
2349
- export declare const AudioPidSelectionFilterSensitiveLog: (obj: AudioPidSelection) => any;
2350
-
2351
- export declare const AudioTrackFilterSensitiveLog: (obj: AudioTrack) => any;
2352
-
2353
- export declare const AudioTrackSelectionFilterSensitiveLog: (obj: AudioTrackSelection) => any;
2354
-
2355
- export declare const AudioSelectorSettingsFilterSensitiveLog: (obj: AudioSelectorSettings) => any;
2356
-
2357
- export declare const AudioSelectorFilterSensitiveLog: (obj: AudioSelector) => any;
2358
-
2359
- export declare const BatchFailedResultModelFilterSensitiveLog: (obj: BatchFailedResultModel) => any;
2360
-
2361
- export declare const BatchSuccessfulResultModelFilterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
2362
-
2363
- export declare const AribDestinationSettingsFilterSensitiveLog: (obj: AribDestinationSettings) => any;
2364
-
2365
- export declare const InputLocationFilterSensitiveLog: (obj: InputLocation) => any;
2366
-
2367
- export declare const BurnInDestinationSettingsFilterSensitiveLog: (obj: BurnInDestinationSettings) => any;
2368
-
2369
- export declare const DvbSubDestinationSettingsFilterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
2370
-
2371
- export declare const EbuTtDDestinationSettingsFilterSensitiveLog: (obj: EbuTtDDestinationSettings) => any;
2372
-
2373
- export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
2374
-
2375
- export declare const EmbeddedPlusScte20DestinationSettingsFilterSensitiveLog: (obj: EmbeddedPlusScte20DestinationSettings) => any;
2376
-
2377
- export declare const RtmpCaptionInfoDestinationSettingsFilterSensitiveLog: (obj: RtmpCaptionInfoDestinationSettings) => any;
2378
-
2379
- export declare const Scte20PlusEmbeddedDestinationSettingsFilterSensitiveLog: (obj: Scte20PlusEmbeddedDestinationSettings) => any;
2380
-
2381
- export declare const Scte27DestinationSettingsFilterSensitiveLog: (obj: Scte27DestinationSettings) => any;
2382
-
2383
- export declare const SmpteTtDestinationSettingsFilterSensitiveLog: (obj: SmpteTtDestinationSettings) => any;
2384
-
2385
- export declare const TeletextDestinationSettingsFilterSensitiveLog: (obj: TeletextDestinationSettings) => any;
2386
-
2387
- export declare const TtmlDestinationSettingsFilterSensitiveLog: (obj: TtmlDestinationSettings) => any;
2388
-
2389
- export declare const WebvttDestinationSettingsFilterSensitiveLog: (obj: WebvttDestinationSettings) => any;
2390
-
2391
- export declare const CaptionDestinationSettingsFilterSensitiveLog: (obj: CaptionDestinationSettings) => any;
2392
-
2393
- export declare const CaptionDescriptionFilterSensitiveLog: (obj: CaptionDescription) => any;
2394
-
2395
- export declare const CaptionLanguageMappingFilterSensitiveLog: (obj: CaptionLanguageMapping) => any;
2396
-
2397
- export declare const AncillarySourceSettingsFilterSensitiveLog: (obj: AncillarySourceSettings) => any;
2398
-
2399
- export declare const AribSourceSettingsFilterSensitiveLog: (obj: AribSourceSettings) => any;
2400
-
2401
- export declare const DvbSubSourceSettingsFilterSensitiveLog: (obj: DvbSubSourceSettings) => any;
2402
-
2403
- export declare const EmbeddedSourceSettingsFilterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
2404
-
2405
- export declare const Scte20SourceSettingsFilterSensitiveLog: (obj: Scte20SourceSettings) => any;
2406
-
2407
- export declare const Scte27SourceSettingsFilterSensitiveLog: (obj: Scte27SourceSettings) => any;
2408
-
2409
- export declare const CaptionRectangleFilterSensitiveLog: (obj: CaptionRectangle) => any;
2410
-
2411
- export declare const TeletextSourceSettingsFilterSensitiveLog: (obj: TeletextSourceSettings) => any;
2412
-
2413
- export declare const CaptionSelectorSettingsFilterSensitiveLog: (obj: CaptionSelectorSettings) => any;
2414
-
2415
- export declare const CaptionSelectorFilterSensitiveLog: (obj: CaptionSelector) => any;
2416
-
2417
- export declare const ChannelEgressEndpointFilterSensitiveLog: (obj: ChannelEgressEndpoint) => any;
2418
-
2419
- export declare const CdiInputSpecificationFilterSensitiveLog: (obj: CdiInputSpecification) => any;
2420
-
2421
- export declare const MediaPackageOutputDestinationSettingsFilterSensitiveLog: (obj: MediaPackageOutputDestinationSettings) => any;
2422
-
2423
- export declare const MultiplexProgramChannelDestinationSettingsFilterSensitiveLog: (obj: MultiplexProgramChannelDestinationSettings) => any;
2424
-
2425
- export declare const OutputDestinationSettingsFilterSensitiveLog: (obj: OutputDestinationSettings) => any;
2426
-
2427
- export declare const OutputDestinationFilterSensitiveLog: (obj: OutputDestination) => any;
2428
-
2429
- export declare const AudioSilenceFailoverSettingsFilterSensitiveLog: (obj: AudioSilenceFailoverSettings) => any;
2430
-
2431
- export declare const InputLossFailoverSettingsFilterSensitiveLog: (obj: InputLossFailoverSettings) => any;
2432
-
2433
- export declare const VideoBlackFailoverSettingsFilterSensitiveLog: (obj: VideoBlackFailoverSettings) => any;
2434
-
2435
- export declare const FailoverConditionSettingsFilterSensitiveLog: (obj: FailoverConditionSettings) => any;
2436
-
2437
- export declare const FailoverConditionFilterSensitiveLog: (obj: FailoverCondition) => any;
2438
-
2439
- export declare const AutomaticInputFailoverSettingsFilterSensitiveLog: (obj: AutomaticInputFailoverSettings) => any;
2440
-
2441
- export declare const HlsInputSettingsFilterSensitiveLog: (obj: HlsInputSettings) => any;
2442
-
2443
- export declare const NetworkInputSettingsFilterSensitiveLog: (obj: NetworkInputSettings) => any;
2444
-
2445
- export declare const Hdr10SettingsFilterSensitiveLog: (obj: Hdr10Settings) => any;
2446
-
2447
- export declare const VideoSelectorColorSpaceSettingsFilterSensitiveLog: (obj: VideoSelectorColorSpaceSettings) => any;
2448
-
2449
- export declare const VideoSelectorPidFilterSensitiveLog: (obj: VideoSelectorPid) => any;
2450
-
2451
- export declare const VideoSelectorProgramIdFilterSensitiveLog: (obj: VideoSelectorProgramId) => any;
2452
-
2453
- export declare const VideoSelectorSettingsFilterSensitiveLog: (obj: VideoSelectorSettings) => any;
2454
-
2455
- export declare const VideoSelectorFilterSensitiveLog: (obj: VideoSelector) => any;
2456
-
2457
- export declare const InputSettingsFilterSensitiveLog: (obj: InputSettings) => any;
2458
-
2459
- export declare const InputAttachmentFilterSensitiveLog: (obj: InputAttachment) => any;
2460
-
2461
- export declare const InputSpecificationFilterSensitiveLog: (obj: InputSpecification) => any;
2462
-
2463
- export declare const MaintenanceStatusFilterSensitiveLog: (obj: MaintenanceStatus) => any;
2464
-
2465
- export declare const VpcOutputSettingsDescriptionFilterSensitiveLog: (obj: VpcOutputSettingsDescription) => any;
2466
-
2467
- export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
2468
-
2469
- export declare const InputDestinationVpcFilterSensitiveLog: (obj: InputDestinationVpc) => any;
2470
-
2471
- export declare const InputDestinationFilterSensitiveLog: (obj: InputDestination) => any;
2472
-
2473
- export declare const InputDeviceSettingsFilterSensitiveLog: (obj: InputDeviceSettings) => any;
2474
-
2475
- export declare const MediaConnectFlowFilterSensitiveLog: (obj: MediaConnectFlow) => any;
2476
-
2477
- export declare const InputSourceFilterSensitiveLog: (obj: InputSource) => any;
2478
-
2479
- export declare const InputFilterSensitiveLog: (obj: Input) => any;
2480
-
2481
- export declare const InputDestinationRequestFilterSensitiveLog: (obj: InputDestinationRequest) => any;
2482
-
2483
- export declare const InputDeviceRequestFilterSensitiveLog: (obj: InputDeviceRequest) => any;
2484
-
2485
- export declare const InputDeviceHdSettingsFilterSensitiveLog: (obj: InputDeviceHdSettings) => any;
2486
-
2487
- export declare const InputDeviceNetworkSettingsFilterSensitiveLog: (obj: InputDeviceNetworkSettings) => any;
2488
-
2489
- export declare const InputDeviceUhdSettingsFilterSensitiveLog: (obj: InputDeviceUhdSettings) => any;
2490
-
2491
- export declare const InputDeviceSummaryFilterSensitiveLog: (obj: InputDeviceSummary) => any;
2492
-
2493
- export declare const InputWhitelistRuleFilterSensitiveLog: (obj: InputWhitelistRule) => any;
2494
-
2495
- export declare const InputSecurityGroupFilterSensitiveLog: (obj: InputSecurityGroup) => any;
2496
-
2497
- export declare const InputSourceRequestFilterSensitiveLog: (obj: InputSourceRequest) => any;
2498
-
2499
- export declare const InputWhitelistRuleCidrFilterSensitiveLog: (obj: InputWhitelistRuleCidr) => any;
2500
-
2501
- export declare const MediaConnectFlowRequestFilterSensitiveLog: (obj: MediaConnectFlowRequest) => any;
2502
-
2503
- export declare const MultiplexMediaConnectOutputDestinationSettingsFilterSensitiveLog: (obj: MultiplexMediaConnectOutputDestinationSettings) => any;
2504
-
2505
- export declare const MultiplexOutputDestinationFilterSensitiveLog: (obj: MultiplexOutputDestination) => any;
2506
-
2507
- export declare const MultiplexProgramPipelineDetailFilterSensitiveLog: (obj: MultiplexProgramPipelineDetail) => any;
2508
-
2509
- export declare const MultiplexProgramSummaryFilterSensitiveLog: (obj: MultiplexProgramSummary) => any;
2510
-
2511
- export declare const MultiplexSettingsSummaryFilterSensitiveLog: (obj: MultiplexSettingsSummary) => any;
2512
-
2513
- export declare const MultiplexSummaryFilterSensitiveLog: (obj: MultiplexSummary) => any;
2514
-
2515
- export declare const ReservationResourceSpecificationFilterSensitiveLog: (obj: ReservationResourceSpecification) => any;
2516
-
2517
- export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
2518
-
2519
- export declare const DvbNitSettingsFilterSensitiveLog: (obj: DvbNitSettings) => any;
2520
-
2521
- export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
2522
-
2523
- export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
2524
-
2525
- export declare const M2tsSettingsFilterSensitiveLog: (obj: M2tsSettings) => any;
2526
-
2527
- export declare const RawSettingsFilterSensitiveLog: (obj: RawSettings) => any;
2528
-
2529
- export declare const ArchiveContainerSettingsFilterSensitiveLog: (obj: ArchiveContainerSettings) => any;
2530
-
2531
- export declare const ArchiveOutputSettingsFilterSensitiveLog: (obj: ArchiveOutputSettings) => any;
2532
-
2533
- export declare const FrameCaptureOutputSettingsFilterSensitiveLog: (obj: FrameCaptureOutputSettings) => any;
2534
-
2535
- export declare const AudioOnlyHlsSettingsFilterSensitiveLog: (obj: AudioOnlyHlsSettings) => any;
2536
-
2537
- export declare const Fmp4HlsSettingsFilterSensitiveLog: (obj: Fmp4HlsSettings) => any;
2538
-
2539
- export declare const FrameCaptureHlsSettingsFilterSensitiveLog: (obj: FrameCaptureHlsSettings) => any;
2540
-
2541
- export declare const M3u8SettingsFilterSensitiveLog: (obj: M3u8Settings) => any;
2542
-
2543
- export declare const StandardHlsSettingsFilterSensitiveLog: (obj: StandardHlsSettings) => any;
2544
-
2545
- export declare const HlsSettingsFilterSensitiveLog: (obj: HlsSettings) => any;
2546
-
2547
- export declare const HlsOutputSettingsFilterSensitiveLog: (obj: HlsOutputSettings) => any;
2548
-
2549
- export declare const MediaPackageOutputSettingsFilterSensitiveLog: (obj: MediaPackageOutputSettings) => any;
2550
-
2551
- export declare const MsSmoothOutputSettingsFilterSensitiveLog: (obj: MsSmoothOutputSettings) => any;
2552
-
2553
- export declare const OutputLocationRefFilterSensitiveLog: (obj: OutputLocationRef) => any;
2554
-
2555
- export declare const MultiplexOutputSettingsFilterSensitiveLog: (obj: MultiplexOutputSettings) => any;
2556
-
2557
- export declare const RtmpOutputSettingsFilterSensitiveLog: (obj: RtmpOutputSettings) => any;
2558
-
2559
- export declare const UdpContainerSettingsFilterSensitiveLog: (obj: UdpContainerSettings) => any;
2560
-
2561
- export declare const FecOutputSettingsFilterSensitiveLog: (obj: FecOutputSettings) => any;
2562
-
2563
- export declare const UdpOutputSettingsFilterSensitiveLog: (obj: UdpOutputSettings) => any;
2564
-
2565
- export declare const OutputSettingsFilterSensitiveLog: (obj: OutputSettings) => any;
2566
-
2567
- export declare const OutputFilterSensitiveLog: (obj: Output) => any;
2568
-
2569
- export declare const ArchiveS3SettingsFilterSensitiveLog: (obj: ArchiveS3Settings) => any;
2570
-
2571
- export declare const ArchiveCdnSettingsFilterSensitiveLog: (obj: ArchiveCdnSettings) => any;
2572
-
2573
- export declare const ArchiveGroupSettingsFilterSensitiveLog: (obj: ArchiveGroupSettings) => any;
2574
-
2575
- export declare const FrameCaptureS3SettingsFilterSensitiveLog: (obj: FrameCaptureS3Settings) => any;
2576
-
2577
- export declare const FrameCaptureCdnSettingsFilterSensitiveLog: (obj: FrameCaptureCdnSettings) => any;
2578
-
2579
- export declare const FrameCaptureGroupSettingsFilterSensitiveLog: (obj: FrameCaptureGroupSettings) => any;
2580
-
2581
- export declare const HlsAkamaiSettingsFilterSensitiveLog: (obj: HlsAkamaiSettings) => any;
2582
-
2583
- export declare const HlsBasicPutSettingsFilterSensitiveLog: (obj: HlsBasicPutSettings) => any;
2584
-
2585
- export declare const HlsMediaStoreSettingsFilterSensitiveLog: (obj: HlsMediaStoreSettings) => any;
2586
-
2587
- export declare const HlsS3SettingsFilterSensitiveLog: (obj: HlsS3Settings) => any;
2588
-
2589
- export declare const HlsWebdavSettingsFilterSensitiveLog: (obj: HlsWebdavSettings) => any;
2590
-
2591
- export declare const HlsCdnSettingsFilterSensitiveLog: (obj: HlsCdnSettings) => any;
2592
-
2593
- export declare const StaticKeySettingsFilterSensitiveLog: (obj: StaticKeySettings) => any;
2594
-
2595
- export declare const KeyProviderSettingsFilterSensitiveLog: (obj: KeyProviderSettings) => any;
1
+ export interface InputChannelLevel {
2
+ Gain: number | undefined;
3
+ InputChannel: number | undefined;
4
+ }
5
+ export interface AudioChannelMapping {
6
+ InputChannelLevels: InputChannelLevel[] | undefined;
7
+ OutputChannel: number | undefined;
8
+ }
9
+ export declare enum AudioNormalizationAlgorithm {
10
+ ITU_1770_1 = "ITU_1770_1",
11
+ ITU_1770_2 = "ITU_1770_2",
12
+ }
13
+ export declare enum AudioNormalizationAlgorithmControl {
14
+ CORRECT_AUDIO = "CORRECT_AUDIO",
15
+ }
16
+ export interface AudioNormalizationSettings {
17
+ Algorithm?: AudioNormalizationAlgorithm | string;
18
+ AlgorithmControl?: AudioNormalizationAlgorithmControl | string;
19
+ TargetLkfs?: number;
20
+ }
21
+ export declare enum AudioType {
22
+ CLEAN_EFFECTS = "CLEAN_EFFECTS",
23
+ HEARING_IMPAIRED = "HEARING_IMPAIRED",
24
+ UNDEFINED = "UNDEFINED",
25
+ VISUAL_IMPAIRED_COMMENTARY = "VISUAL_IMPAIRED_COMMENTARY",
26
+ }
27
+ export declare enum AudioDescriptionAudioTypeControl {
28
+ FOLLOW_INPUT = "FOLLOW_INPUT",
29
+ USE_CONFIGURED = "USE_CONFIGURED",
30
+ }
31
+ export declare enum NielsenWatermarksCbetStepaside {
32
+ DISABLED = "DISABLED",
33
+ ENABLED = "ENABLED",
34
+ }
35
+ export interface NielsenCBET {
36
+ CbetCheckDigitString: string | undefined;
37
+ CbetStepaside: NielsenWatermarksCbetStepaside | string | undefined;
38
+ Csid: string | undefined;
39
+ }
40
+ export declare enum NielsenWatermarksDistributionTypes {
41
+ FINAL_DISTRIBUTOR = "FINAL_DISTRIBUTOR",
42
+ PROGRAM_CONTENT = "PROGRAM_CONTENT",
43
+ }
44
+ export interface NielsenNaesIiNw {
45
+ CheckDigitString: string | undefined;
46
+ Sid: number | undefined;
47
+ }
48
+ export interface NielsenWatermarksSettings {
49
+ NielsenCbetSettings?: NielsenCBET;
50
+ NielsenDistributionType?: NielsenWatermarksDistributionTypes | string;
51
+ NielsenNaesIiNwSettings?: NielsenNaesIiNw;
52
+ }
53
+ export interface AudioWatermarkSettings {
54
+ NielsenWatermarksSettings?: NielsenWatermarksSettings;
55
+ }
56
+ export declare enum AacCodingMode {
57
+ AD_RECEIVER_MIX = "AD_RECEIVER_MIX",
58
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
59
+ CODING_MODE_1_1 = "CODING_MODE_1_1",
60
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
61
+ CODING_MODE_5_1 = "CODING_MODE_5_1",
62
+ }
63
+ export declare enum AacInputType {
64
+ BROADCASTER_MIXED_AD = "BROADCASTER_MIXED_AD",
65
+ NORMAL = "NORMAL",
66
+ }
67
+ export declare enum AacProfile {
68
+ HEV1 = "HEV1",
69
+ HEV2 = "HEV2",
70
+ LC = "LC",
71
+ }
72
+ export declare enum AacRateControlMode {
73
+ CBR = "CBR",
74
+ VBR = "VBR",
75
+ }
76
+ export declare enum AacRawFormat {
77
+ LATM_LOAS = "LATM_LOAS",
78
+ NONE = "NONE",
79
+ }
80
+ export declare enum AacSpec {
81
+ MPEG2 = "MPEG2",
82
+ MPEG4 = "MPEG4",
83
+ }
84
+ export declare enum AacVbrQuality {
85
+ HIGH = "HIGH",
86
+ LOW = "LOW",
87
+ MEDIUM_HIGH = "MEDIUM_HIGH",
88
+ MEDIUM_LOW = "MEDIUM_LOW",
89
+ }
90
+ export interface AacSettings {
91
+ Bitrate?: number;
92
+ CodingMode?: AacCodingMode | string;
93
+ InputType?: AacInputType | string;
94
+ Profile?: AacProfile | string;
95
+ RateControlMode?: AacRateControlMode | string;
96
+ RawFormat?: AacRawFormat | string;
97
+ SampleRate?: number;
98
+ Spec?: AacSpec | string;
99
+ VbrQuality?: AacVbrQuality | string;
100
+ }
101
+ export declare enum Ac3BitstreamMode {
102
+ COMMENTARY = "COMMENTARY",
103
+ COMPLETE_MAIN = "COMPLETE_MAIN",
104
+ DIALOGUE = "DIALOGUE",
105
+ EMERGENCY = "EMERGENCY",
106
+ HEARING_IMPAIRED = "HEARING_IMPAIRED",
107
+ MUSIC_AND_EFFECTS = "MUSIC_AND_EFFECTS",
108
+ VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED",
109
+ VOICE_OVER = "VOICE_OVER",
110
+ }
111
+ export declare enum Ac3CodingMode {
112
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
113
+ CODING_MODE_1_1 = "CODING_MODE_1_1",
114
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
115
+ CODING_MODE_3_2_LFE = "CODING_MODE_3_2_LFE",
116
+ }
117
+ export declare enum Ac3DrcProfile {
118
+ FILM_STANDARD = "FILM_STANDARD",
119
+ NONE = "NONE",
120
+ }
121
+ export declare enum Ac3LfeFilter {
122
+ DISABLED = "DISABLED",
123
+ ENABLED = "ENABLED",
124
+ }
125
+ export declare enum Ac3MetadataControl {
126
+ FOLLOW_INPUT = "FOLLOW_INPUT",
127
+ USE_CONFIGURED = "USE_CONFIGURED",
128
+ }
129
+ export interface Ac3Settings {
130
+ Bitrate?: number;
131
+ BitstreamMode?: Ac3BitstreamMode | string;
132
+ CodingMode?: Ac3CodingMode | string;
133
+ Dialnorm?: number;
134
+ DrcProfile?: Ac3DrcProfile | string;
135
+ LfeFilter?: Ac3LfeFilter | string;
136
+ MetadataControl?: Ac3MetadataControl | string;
137
+ }
138
+ export declare enum Eac3AtmosCodingMode {
139
+ CODING_MODE_5_1_4 = "CODING_MODE_5_1_4",
140
+ CODING_MODE_7_1_4 = "CODING_MODE_7_1_4",
141
+ CODING_MODE_9_1_6 = "CODING_MODE_9_1_6",
142
+ }
143
+ export declare enum Eac3AtmosDrcLine {
144
+ FILM_LIGHT = "FILM_LIGHT",
145
+ FILM_STANDARD = "FILM_STANDARD",
146
+ MUSIC_LIGHT = "MUSIC_LIGHT",
147
+ MUSIC_STANDARD = "MUSIC_STANDARD",
148
+ NONE = "NONE",
149
+ SPEECH = "SPEECH",
150
+ }
151
+ export declare enum Eac3AtmosDrcRf {
152
+ FILM_LIGHT = "FILM_LIGHT",
153
+ FILM_STANDARD = "FILM_STANDARD",
154
+ MUSIC_LIGHT = "MUSIC_LIGHT",
155
+ MUSIC_STANDARD = "MUSIC_STANDARD",
156
+ NONE = "NONE",
157
+ SPEECH = "SPEECH",
158
+ }
159
+ export interface Eac3AtmosSettings {
160
+ Bitrate?: number;
161
+ CodingMode?: Eac3AtmosCodingMode | string;
162
+ Dialnorm?: number;
163
+ DrcLine?: Eac3AtmosDrcLine | string;
164
+ DrcRf?: Eac3AtmosDrcRf | string;
165
+ HeightTrim?: number;
166
+ SurroundTrim?: number;
167
+ }
168
+ export declare enum Eac3AttenuationControl {
169
+ ATTENUATE_3_DB = "ATTENUATE_3_DB",
170
+ NONE = "NONE",
171
+ }
172
+ export declare enum Eac3BitstreamMode {
173
+ COMMENTARY = "COMMENTARY",
174
+ COMPLETE_MAIN = "COMPLETE_MAIN",
175
+ EMERGENCY = "EMERGENCY",
176
+ HEARING_IMPAIRED = "HEARING_IMPAIRED",
177
+ VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED",
178
+ }
179
+ export declare enum Eac3CodingMode {
180
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
181
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
182
+ CODING_MODE_3_2 = "CODING_MODE_3_2",
183
+ }
184
+ export declare enum Eac3DcFilter {
185
+ DISABLED = "DISABLED",
186
+ ENABLED = "ENABLED",
187
+ }
188
+ export declare enum Eac3DrcLine {
189
+ FILM_LIGHT = "FILM_LIGHT",
190
+ FILM_STANDARD = "FILM_STANDARD",
191
+ MUSIC_LIGHT = "MUSIC_LIGHT",
192
+ MUSIC_STANDARD = "MUSIC_STANDARD",
193
+ NONE = "NONE",
194
+ SPEECH = "SPEECH",
195
+ }
196
+ export declare enum Eac3DrcRf {
197
+ FILM_LIGHT = "FILM_LIGHT",
198
+ FILM_STANDARD = "FILM_STANDARD",
199
+ MUSIC_LIGHT = "MUSIC_LIGHT",
200
+ MUSIC_STANDARD = "MUSIC_STANDARD",
201
+ NONE = "NONE",
202
+ SPEECH = "SPEECH",
203
+ }
204
+ export declare enum Eac3LfeControl {
205
+ LFE = "LFE",
206
+ NO_LFE = "NO_LFE",
207
+ }
208
+ export declare enum Eac3LfeFilter {
209
+ DISABLED = "DISABLED",
210
+ ENABLED = "ENABLED",
211
+ }
212
+ export declare enum Eac3MetadataControl {
213
+ FOLLOW_INPUT = "FOLLOW_INPUT",
214
+ USE_CONFIGURED = "USE_CONFIGURED",
215
+ }
216
+ export declare enum Eac3PassthroughControl {
217
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
218
+ WHEN_POSSIBLE = "WHEN_POSSIBLE",
219
+ }
220
+ export declare enum Eac3PhaseControl {
221
+ NO_SHIFT = "NO_SHIFT",
222
+ SHIFT_90_DEGREES = "SHIFT_90_DEGREES",
223
+ }
224
+ export declare enum Eac3StereoDownmix {
225
+ DPL2 = "DPL2",
226
+ LO_RO = "LO_RO",
227
+ LT_RT = "LT_RT",
228
+ NOT_INDICATED = "NOT_INDICATED",
229
+ }
230
+ export declare enum Eac3SurroundExMode {
231
+ DISABLED = "DISABLED",
232
+ ENABLED = "ENABLED",
233
+ NOT_INDICATED = "NOT_INDICATED",
234
+ }
235
+ export declare enum Eac3SurroundMode {
236
+ DISABLED = "DISABLED",
237
+ ENABLED = "ENABLED",
238
+ NOT_INDICATED = "NOT_INDICATED",
239
+ }
240
+ export interface Eac3Settings {
241
+ AttenuationControl?: Eac3AttenuationControl | string;
242
+ Bitrate?: number;
243
+ BitstreamMode?: Eac3BitstreamMode | string;
244
+ CodingMode?: Eac3CodingMode | string;
245
+ DcFilter?: Eac3DcFilter | string;
246
+ Dialnorm?: number;
247
+ DrcLine?: Eac3DrcLine | string;
248
+ DrcRf?: Eac3DrcRf | string;
249
+ LfeControl?: Eac3LfeControl | string;
250
+ LfeFilter?: Eac3LfeFilter | string;
251
+ LoRoCenterMixLevel?: number;
252
+ LoRoSurroundMixLevel?: number;
253
+ LtRtCenterMixLevel?: number;
254
+ LtRtSurroundMixLevel?: number;
255
+ MetadataControl?: Eac3MetadataControl | string;
256
+ PassthroughControl?: Eac3PassthroughControl | string;
257
+ PhaseControl?: Eac3PhaseControl | string;
258
+ StereoDownmix?: Eac3StereoDownmix | string;
259
+ SurroundExMode?: Eac3SurroundExMode | string;
260
+ SurroundMode?: Eac3SurroundMode | string;
261
+ }
262
+ export declare enum Mp2CodingMode {
263
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
264
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
265
+ }
266
+ export interface Mp2Settings {
267
+ Bitrate?: number;
268
+ CodingMode?: Mp2CodingMode | string;
269
+ SampleRate?: number;
270
+ }
271
+ export interface PassThroughSettings {}
272
+ export declare enum WavCodingMode {
273
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
274
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
275
+ CODING_MODE_4_0 = "CODING_MODE_4_0",
276
+ CODING_MODE_8_0 = "CODING_MODE_8_0",
277
+ }
278
+ export interface WavSettings {
279
+ BitDepth?: number;
280
+ CodingMode?: WavCodingMode | string;
281
+ SampleRate?: number;
282
+ }
283
+ export interface AudioCodecSettings {
284
+ AacSettings?: AacSettings;
285
+ Ac3Settings?: Ac3Settings;
286
+ Eac3AtmosSettings?: Eac3AtmosSettings;
287
+ Eac3Settings?: Eac3Settings;
288
+ Mp2Settings?: Mp2Settings;
289
+ PassThroughSettings?: PassThroughSettings;
290
+ WavSettings?: WavSettings;
291
+ }
292
+ export declare enum AudioDescriptionLanguageCodeControl {
293
+ FOLLOW_INPUT = "FOLLOW_INPUT",
294
+ USE_CONFIGURED = "USE_CONFIGURED",
295
+ }
296
+ export interface RemixSettings {
297
+ ChannelMappings: AudioChannelMapping[] | undefined;
298
+ ChannelsIn?: number;
299
+ ChannelsOut?: number;
300
+ }
301
+ export interface AudioDescription {
302
+ AudioNormalizationSettings?: AudioNormalizationSettings;
303
+ AudioSelectorName: string | undefined;
304
+ AudioType?: AudioType | string;
305
+ AudioTypeControl?: AudioDescriptionAudioTypeControl | string;
306
+ AudioWatermarkingSettings?: AudioWatermarkSettings;
307
+ CodecSettings?: AudioCodecSettings;
308
+ LanguageCode?: string;
309
+ LanguageCodeControl?: AudioDescriptionLanguageCodeControl | string;
310
+ Name: string | undefined;
311
+ RemixSettings?: RemixSettings;
312
+ StreamName?: string;
313
+ }
314
+ export interface AudioHlsRenditionSelection {
315
+ GroupId: string | undefined;
316
+ Name: string | undefined;
317
+ }
318
+ export declare enum AudioLanguageSelectionPolicy {
319
+ LOOSE = "LOOSE",
320
+ STRICT = "STRICT",
321
+ }
322
+ export interface AudioLanguageSelection {
323
+ LanguageCode: string | undefined;
324
+ LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | string;
325
+ }
326
+ export interface AudioPidSelection {
327
+ Pid: number | undefined;
328
+ }
329
+ export interface AudioTrack {
330
+ Track: number | undefined;
331
+ }
332
+ export interface AudioTrackSelection {
333
+ Tracks: AudioTrack[] | undefined;
334
+ }
335
+ export interface AudioSelectorSettings {
336
+ AudioHlsRenditionSelection?: AudioHlsRenditionSelection;
337
+ AudioLanguageSelection?: AudioLanguageSelection;
338
+ AudioPidSelection?: AudioPidSelection;
339
+ AudioTrackSelection?: AudioTrackSelection;
340
+ }
341
+ export interface AudioSelector {
342
+ Name: string | undefined;
343
+ SelectorSettings?: AudioSelectorSettings;
344
+ }
345
+ export interface BatchFailedResultModel {
346
+ Arn?: string;
347
+ Code?: string;
348
+ Id?: string;
349
+ Message?: string;
350
+ }
351
+ export interface BatchSuccessfulResultModel {
352
+ Arn?: string;
353
+ Id?: string;
354
+ State?: string;
355
+ }
356
+ export declare enum AccessibilityType {
357
+ DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES",
358
+ IMPLEMENTS_ACCESSIBILITY_FEATURES = "IMPLEMENTS_ACCESSIBILITY_FEATURES",
359
+ }
360
+ export interface AribDestinationSettings {}
361
+ export declare enum BurnInAlignment {
362
+ CENTERED = "CENTERED",
363
+ LEFT = "LEFT",
364
+ SMART = "SMART",
365
+ }
366
+ export declare enum BurnInBackgroundColor {
367
+ BLACK = "BLACK",
368
+ NONE = "NONE",
369
+ WHITE = "WHITE",
370
+ }
371
+ export interface InputLocation {
372
+ PasswordParam?: string;
373
+ Uri: string | undefined;
374
+ Username?: string;
375
+ }
376
+ export declare enum BurnInFontColor {
377
+ BLACK = "BLACK",
378
+ BLUE = "BLUE",
379
+ GREEN = "GREEN",
380
+ RED = "RED",
381
+ WHITE = "WHITE",
382
+ YELLOW = "YELLOW",
383
+ }
384
+ export declare enum BurnInOutlineColor {
385
+ BLACK = "BLACK",
386
+ BLUE = "BLUE",
387
+ GREEN = "GREEN",
388
+ RED = "RED",
389
+ WHITE = "WHITE",
390
+ YELLOW = "YELLOW",
391
+ }
392
+ export declare enum BurnInShadowColor {
393
+ BLACK = "BLACK",
394
+ NONE = "NONE",
395
+ WHITE = "WHITE",
396
+ }
397
+ export declare enum BurnInTeletextGridControl {
398
+ FIXED = "FIXED",
399
+ SCALED = "SCALED",
400
+ }
401
+ export interface BurnInDestinationSettings {
402
+ Alignment?: BurnInAlignment | string;
403
+ BackgroundColor?: BurnInBackgroundColor | string;
404
+ BackgroundOpacity?: number;
405
+ Font?: InputLocation;
406
+ FontColor?: BurnInFontColor | string;
407
+ FontOpacity?: number;
408
+ FontResolution?: number;
409
+ FontSize?: string;
410
+ OutlineColor?: BurnInOutlineColor | string;
411
+ OutlineSize?: number;
412
+ ShadowColor?: BurnInShadowColor | string;
413
+ ShadowOpacity?: number;
414
+ ShadowXOffset?: number;
415
+ ShadowYOffset?: number;
416
+ TeletextGridControl?: BurnInTeletextGridControl | string;
417
+ XPosition?: number;
418
+ YPosition?: number;
419
+ }
420
+ export declare enum DvbSubDestinationAlignment {
421
+ CENTERED = "CENTERED",
422
+ LEFT = "LEFT",
423
+ SMART = "SMART",
424
+ }
425
+ export declare enum DvbSubDestinationBackgroundColor {
426
+ BLACK = "BLACK",
427
+ NONE = "NONE",
428
+ WHITE = "WHITE",
429
+ }
430
+ export declare enum DvbSubDestinationFontColor {
431
+ BLACK = "BLACK",
432
+ BLUE = "BLUE",
433
+ GREEN = "GREEN",
434
+ RED = "RED",
435
+ WHITE = "WHITE",
436
+ YELLOW = "YELLOW",
437
+ }
438
+ export declare enum DvbSubDestinationOutlineColor {
439
+ BLACK = "BLACK",
440
+ BLUE = "BLUE",
441
+ GREEN = "GREEN",
442
+ RED = "RED",
443
+ WHITE = "WHITE",
444
+ YELLOW = "YELLOW",
445
+ }
446
+ export declare enum DvbSubDestinationShadowColor {
447
+ BLACK = "BLACK",
448
+ NONE = "NONE",
449
+ WHITE = "WHITE",
450
+ }
451
+ export declare enum DvbSubDestinationTeletextGridControl {
452
+ FIXED = "FIXED",
453
+ SCALED = "SCALED",
454
+ }
455
+ export interface DvbSubDestinationSettings {
456
+ Alignment?: DvbSubDestinationAlignment | string;
457
+ BackgroundColor?: DvbSubDestinationBackgroundColor | string;
458
+ BackgroundOpacity?: number;
459
+ Font?: InputLocation;
460
+ FontColor?: DvbSubDestinationFontColor | string;
461
+ FontOpacity?: number;
462
+ FontResolution?: number;
463
+ FontSize?: string;
464
+ OutlineColor?: DvbSubDestinationOutlineColor | string;
465
+ OutlineSize?: number;
466
+ ShadowColor?: DvbSubDestinationShadowColor | string;
467
+ ShadowOpacity?: number;
468
+ ShadowXOffset?: number;
469
+ ShadowYOffset?: number;
470
+ TeletextGridControl?: DvbSubDestinationTeletextGridControl | string;
471
+ XPosition?: number;
472
+ YPosition?: number;
473
+ }
474
+ export declare enum EbuTtDFillLineGapControl {
475
+ DISABLED = "DISABLED",
476
+ ENABLED = "ENABLED",
477
+ }
478
+ export declare enum EbuTtDDestinationStyleControl {
479
+ EXCLUDE = "EXCLUDE",
480
+ INCLUDE = "INCLUDE",
481
+ }
482
+ export interface EbuTtDDestinationSettings {
483
+ CopyrightHolder?: string;
484
+ FillLineGap?: EbuTtDFillLineGapControl | string;
485
+ FontFamily?: string;
486
+ StyleControl?: EbuTtDDestinationStyleControl | string;
487
+ }
488
+ export interface EmbeddedDestinationSettings {}
489
+ export interface EmbeddedPlusScte20DestinationSettings {}
490
+ export interface RtmpCaptionInfoDestinationSettings {}
491
+ export interface Scte20PlusEmbeddedDestinationSettings {}
492
+ export interface Scte27DestinationSettings {}
493
+ export interface SmpteTtDestinationSettings {}
494
+ export interface TeletextDestinationSettings {}
495
+ export declare enum TtmlDestinationStyleControl {
496
+ PASSTHROUGH = "PASSTHROUGH",
497
+ USE_CONFIGURED = "USE_CONFIGURED",
498
+ }
499
+ export interface TtmlDestinationSettings {
500
+ StyleControl?: TtmlDestinationStyleControl | string;
501
+ }
502
+ export declare enum WebvttDestinationStyleControl {
503
+ NO_STYLE_DATA = "NO_STYLE_DATA",
504
+ PASSTHROUGH = "PASSTHROUGH",
505
+ }
506
+ export interface WebvttDestinationSettings {
507
+ StyleControl?: WebvttDestinationStyleControl | string;
508
+ }
509
+ export interface CaptionDestinationSettings {
510
+ AribDestinationSettings?: AribDestinationSettings;
511
+ BurnInDestinationSettings?: BurnInDestinationSettings;
512
+ DvbSubDestinationSettings?: DvbSubDestinationSettings;
513
+ EbuTtDDestinationSettings?: EbuTtDDestinationSettings;
514
+ EmbeddedDestinationSettings?: EmbeddedDestinationSettings;
515
+ EmbeddedPlusScte20DestinationSettings?: EmbeddedPlusScte20DestinationSettings;
516
+ RtmpCaptionInfoDestinationSettings?: RtmpCaptionInfoDestinationSettings;
517
+ Scte20PlusEmbeddedDestinationSettings?: Scte20PlusEmbeddedDestinationSettings;
518
+ Scte27DestinationSettings?: Scte27DestinationSettings;
519
+ SmpteTtDestinationSettings?: SmpteTtDestinationSettings;
520
+ TeletextDestinationSettings?: TeletextDestinationSettings;
521
+ TtmlDestinationSettings?: TtmlDestinationSettings;
522
+ WebvttDestinationSettings?: WebvttDestinationSettings;
523
+ }
524
+ export interface CaptionDescription {
525
+ Accessibility?: AccessibilityType | string;
526
+ CaptionSelectorName: string | undefined;
527
+ DestinationSettings?: CaptionDestinationSettings;
528
+ LanguageCode?: string;
529
+ LanguageDescription?: string;
530
+ Name: string | undefined;
531
+ }
532
+ export interface CaptionLanguageMapping {
533
+ CaptionChannel: number | undefined;
534
+ LanguageCode: string | undefined;
535
+ LanguageDescription: string | undefined;
536
+ }
537
+ export interface AncillarySourceSettings {
538
+ SourceAncillaryChannelNumber?: number;
539
+ }
540
+ export interface AribSourceSettings {}
541
+ export declare enum DvbSubOcrLanguage {
542
+ DEU = "DEU",
543
+ ENG = "ENG",
544
+ FRA = "FRA",
545
+ NLD = "NLD",
546
+ POR = "POR",
547
+ SPA = "SPA",
548
+ }
549
+ export interface DvbSubSourceSettings {
550
+ OcrLanguage?: DvbSubOcrLanguage | string;
551
+ Pid?: number;
552
+ }
553
+ export declare enum EmbeddedConvert608To708 {
554
+ DISABLED = "DISABLED",
555
+ UPCONVERT = "UPCONVERT",
556
+ }
557
+ export declare enum EmbeddedScte20Detection {
558
+ AUTO = "AUTO",
559
+ OFF = "OFF",
560
+ }
561
+ export interface EmbeddedSourceSettings {
562
+ Convert608To708?: EmbeddedConvert608To708 | string;
563
+ Scte20Detection?: EmbeddedScte20Detection | string;
564
+ Source608ChannelNumber?: number;
565
+ Source608TrackNumber?: number;
566
+ }
567
+ export declare enum Scte20Convert608To708 {
568
+ DISABLED = "DISABLED",
569
+ UPCONVERT = "UPCONVERT",
570
+ }
571
+ export interface Scte20SourceSettings {
572
+ Convert608To708?: Scte20Convert608To708 | string;
573
+ Source608ChannelNumber?: number;
574
+ }
575
+ export declare enum Scte27OcrLanguage {
576
+ DEU = "DEU",
577
+ ENG = "ENG",
578
+ FRA = "FRA",
579
+ NLD = "NLD",
580
+ POR = "POR",
581
+ SPA = "SPA",
582
+ }
583
+ export interface Scte27SourceSettings {
584
+ OcrLanguage?: Scte27OcrLanguage | string;
585
+ Pid?: number;
586
+ }
587
+ export interface CaptionRectangle {
588
+ Height: number | undefined;
589
+ LeftOffset: number | undefined;
590
+ TopOffset: number | undefined;
591
+ Width: number | undefined;
592
+ }
593
+ export interface TeletextSourceSettings {
594
+ OutputRectangle?: CaptionRectangle;
595
+ PageNumber?: string;
596
+ }
597
+ export interface CaptionSelectorSettings {
598
+ AncillarySourceSettings?: AncillarySourceSettings;
599
+ AribSourceSettings?: AribSourceSettings;
600
+ DvbSubSourceSettings?: DvbSubSourceSettings;
601
+ EmbeddedSourceSettings?: EmbeddedSourceSettings;
602
+ Scte20SourceSettings?: Scte20SourceSettings;
603
+ Scte27SourceSettings?: Scte27SourceSettings;
604
+ TeletextSourceSettings?: TeletextSourceSettings;
605
+ }
606
+ export interface CaptionSelector {
607
+ LanguageCode?: string;
608
+ Name: string | undefined;
609
+ SelectorSettings?: CaptionSelectorSettings;
610
+ }
611
+ export interface ChannelEgressEndpoint {
612
+ SourceIp?: string;
613
+ }
614
+ export declare enum CdiInputResolution {
615
+ FHD = "FHD",
616
+ HD = "HD",
617
+ SD = "SD",
618
+ UHD = "UHD",
619
+ }
620
+ export interface CdiInputSpecification {
621
+ Resolution?: CdiInputResolution | string;
622
+ }
623
+ export declare enum ChannelClass {
624
+ SINGLE_PIPELINE = "SINGLE_PIPELINE",
625
+ STANDARD = "STANDARD",
626
+ }
627
+ export interface MediaPackageOutputDestinationSettings {
628
+ ChannelId?: string;
629
+ }
630
+ export interface MultiplexProgramChannelDestinationSettings {
631
+ MultiplexId?: string;
632
+ ProgramName?: string;
633
+ }
634
+ export interface OutputDestinationSettings {
635
+ PasswordParam?: string;
636
+ StreamName?: string;
637
+ Url?: string;
638
+ Username?: string;
639
+ }
640
+ export interface OutputDestination {
641
+ Id?: string;
642
+ MediaPackageSettings?: MediaPackageOutputDestinationSettings[];
643
+ MultiplexSettings?: MultiplexProgramChannelDestinationSettings;
644
+ Settings?: OutputDestinationSettings[];
645
+ }
646
+ export interface AudioSilenceFailoverSettings {
647
+ AudioSelectorName: string | undefined;
648
+ AudioSilenceThresholdMsec?: number;
649
+ }
650
+ export interface InputLossFailoverSettings {
651
+ InputLossThresholdMsec?: number;
652
+ }
653
+ export interface VideoBlackFailoverSettings {
654
+ BlackDetectThreshold?: number;
655
+ VideoBlackThresholdMsec?: number;
656
+ }
657
+ export interface FailoverConditionSettings {
658
+ AudioSilenceSettings?: AudioSilenceFailoverSettings;
659
+ InputLossSettings?: InputLossFailoverSettings;
660
+ VideoBlackSettings?: VideoBlackFailoverSettings;
661
+ }
662
+ export interface FailoverCondition {
663
+ FailoverConditionSettings?: FailoverConditionSettings;
664
+ }
665
+ export declare enum InputPreference {
666
+ EQUAL_INPUT_PREFERENCE = "EQUAL_INPUT_PREFERENCE",
667
+ PRIMARY_INPUT_PREFERRED = "PRIMARY_INPUT_PREFERRED",
668
+ }
669
+ export interface AutomaticInputFailoverSettings {
670
+ ErrorClearTimeMsec?: number;
671
+ FailoverConditions?: FailoverCondition[];
672
+ InputPreference?: InputPreference | string;
673
+ SecondaryInputId: string | undefined;
674
+ }
675
+ export declare enum InputDeblockFilter {
676
+ DISABLED = "DISABLED",
677
+ ENABLED = "ENABLED",
678
+ }
679
+ export declare enum InputDenoiseFilter {
680
+ DISABLED = "DISABLED",
681
+ ENABLED = "ENABLED",
682
+ }
683
+ export declare enum InputFilter {
684
+ AUTO = "AUTO",
685
+ DISABLED = "DISABLED",
686
+ FORCED = "FORCED",
687
+ }
688
+ export declare enum HlsScte35SourceType {
689
+ MANIFEST = "MANIFEST",
690
+ SEGMENTS = "SEGMENTS",
691
+ }
692
+ export interface HlsInputSettings {
693
+ Bandwidth?: number;
694
+ BufferSegments?: number;
695
+ Retries?: number;
696
+ RetryInterval?: number;
697
+ Scte35Source?: HlsScte35SourceType | string;
698
+ }
699
+ export declare enum NetworkInputServerValidation {
700
+ CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME",
701
+ CHECK_CRYPTOGRAPHY_ONLY = "CHECK_CRYPTOGRAPHY_ONLY",
702
+ }
703
+ export interface NetworkInputSettings {
704
+ HlsInputSettings?: HlsInputSettings;
705
+ ServerValidation?: NetworkInputServerValidation | string;
706
+ }
707
+ export declare enum Smpte2038DataPreference {
708
+ IGNORE = "IGNORE",
709
+ PREFER = "PREFER",
710
+ }
711
+ export declare enum InputSourceEndBehavior {
712
+ CONTINUE = "CONTINUE",
713
+ LOOP = "LOOP",
714
+ }
715
+ export declare enum VideoSelectorColorSpace {
716
+ FOLLOW = "FOLLOW",
717
+ HDR10 = "HDR10",
718
+ HLG_2020 = "HLG_2020",
719
+ REC_601 = "REC_601",
720
+ REC_709 = "REC_709",
721
+ }
722
+ export interface Hdr10Settings {
723
+ MaxCll?: number;
724
+ MaxFall?: number;
725
+ }
726
+ export interface VideoSelectorColorSpaceSettings {
727
+ Hdr10Settings?: Hdr10Settings;
728
+ }
729
+ export declare enum VideoSelectorColorSpaceUsage {
730
+ FALLBACK = "FALLBACK",
731
+ FORCE = "FORCE",
732
+ }
733
+ export interface VideoSelectorPid {
734
+ Pid?: number;
735
+ }
736
+ export interface VideoSelectorProgramId {
737
+ ProgramId?: number;
738
+ }
739
+ export interface VideoSelectorSettings {
740
+ VideoSelectorPid?: VideoSelectorPid;
741
+ VideoSelectorProgramId?: VideoSelectorProgramId;
742
+ }
743
+ export interface VideoSelector {
744
+ ColorSpace?: VideoSelectorColorSpace | string;
745
+ ColorSpaceSettings?: VideoSelectorColorSpaceSettings;
746
+ ColorSpaceUsage?: VideoSelectorColorSpaceUsage | string;
747
+ SelectorSettings?: VideoSelectorSettings;
748
+ }
749
+ export interface InputSettings {
750
+ AudioSelectors?: AudioSelector[];
751
+ CaptionSelectors?: CaptionSelector[];
752
+ DeblockFilter?: InputDeblockFilter | string;
753
+ DenoiseFilter?: InputDenoiseFilter | string;
754
+ FilterStrength?: number;
755
+ InputFilter?: InputFilter | string;
756
+ NetworkInputSettings?: NetworkInputSettings;
757
+ Scte35Pid?: number;
758
+ Smpte2038DataPreference?: Smpte2038DataPreference | string;
759
+ SourceEndBehavior?: InputSourceEndBehavior | string;
760
+ VideoSelector?: VideoSelector;
761
+ }
762
+ export interface InputAttachment {
763
+ AutomaticInputFailoverSettings?: AutomaticInputFailoverSettings;
764
+ InputAttachmentName?: string;
765
+ InputId?: string;
766
+ InputSettings?: InputSettings;
767
+ }
768
+ export declare enum InputCodec {
769
+ AVC = "AVC",
770
+ HEVC = "HEVC",
771
+ MPEG2 = "MPEG2",
772
+ }
773
+ export declare enum InputMaximumBitrate {
774
+ MAX_10_MBPS = "MAX_10_MBPS",
775
+ MAX_20_MBPS = "MAX_20_MBPS",
776
+ MAX_50_MBPS = "MAX_50_MBPS",
777
+ }
778
+ export declare enum InputResolution {
779
+ HD = "HD",
780
+ SD = "SD",
781
+ UHD = "UHD",
782
+ }
783
+ export interface InputSpecification {
784
+ Codec?: InputCodec | string;
785
+ MaximumBitrate?: InputMaximumBitrate | string;
786
+ Resolution?: InputResolution | string;
787
+ }
788
+ export declare enum LogLevel {
789
+ DEBUG = "DEBUG",
790
+ DISABLED = "DISABLED",
791
+ ERROR = "ERROR",
792
+ INFO = "INFO",
793
+ WARNING = "WARNING",
794
+ }
795
+ export declare enum MaintenanceDay {
796
+ FRIDAY = "FRIDAY",
797
+ MONDAY = "MONDAY",
798
+ SATURDAY = "SATURDAY",
799
+ SUNDAY = "SUNDAY",
800
+ THURSDAY = "THURSDAY",
801
+ TUESDAY = "TUESDAY",
802
+ WEDNESDAY = "WEDNESDAY",
803
+ }
804
+ export interface MaintenanceStatus {
805
+ MaintenanceDay?: MaintenanceDay | string;
806
+ MaintenanceDeadline?: string;
807
+ MaintenanceScheduledDate?: string;
808
+ MaintenanceStartTime?: string;
809
+ }
810
+ export declare enum ChannelState {
811
+ CREATE_FAILED = "CREATE_FAILED",
812
+ CREATING = "CREATING",
813
+ DELETED = "DELETED",
814
+ DELETING = "DELETING",
815
+ IDLE = "IDLE",
816
+ RECOVERING = "RECOVERING",
817
+ RUNNING = "RUNNING",
818
+ STARTING = "STARTING",
819
+ STOPPING = "STOPPING",
820
+ UPDATE_FAILED = "UPDATE_FAILED",
821
+ UPDATING = "UPDATING",
822
+ }
823
+ export interface VpcOutputSettingsDescription {
824
+ AvailabilityZones?: string[];
825
+ NetworkInterfaceIds?: string[];
826
+ SecurityGroupIds?: string[];
827
+ SubnetIds?: string[];
828
+ }
829
+ export interface ChannelSummary {
830
+ Arn?: string;
831
+ CdiInputSpecification?: CdiInputSpecification;
832
+ ChannelClass?: ChannelClass | string;
833
+ Destinations?: OutputDestination[];
834
+ EgressEndpoints?: ChannelEgressEndpoint[];
835
+ Id?: string;
836
+ InputAttachments?: InputAttachment[];
837
+ InputSpecification?: InputSpecification;
838
+ LogLevel?: LogLevel | string;
839
+ Maintenance?: MaintenanceStatus;
840
+ Name?: string;
841
+ PipelinesRunningCount?: number;
842
+ RoleArn?: string;
843
+ State?: ChannelState | string;
844
+ Tags?: Record<string, string>;
845
+ Vpc?: VpcOutputSettingsDescription;
846
+ }
847
+ export declare enum HlsAdMarkers {
848
+ ADOBE = "ADOBE",
849
+ ELEMENTAL = "ELEMENTAL",
850
+ ELEMENTAL_SCTE35 = "ELEMENTAL_SCTE35",
851
+ }
852
+ export interface InputDestinationVpc {
853
+ AvailabilityZone?: string;
854
+ NetworkInterfaceId?: string;
855
+ }
856
+ export interface InputDestination {
857
+ Ip?: string;
858
+ Port?: string;
859
+ Url?: string;
860
+ Vpc?: InputDestinationVpc;
861
+ }
862
+ export declare enum InputClass {
863
+ SINGLE_PIPELINE = "SINGLE_PIPELINE",
864
+ STANDARD = "STANDARD",
865
+ }
866
+ export interface InputDeviceSettings {
867
+ Id?: string;
868
+ }
869
+ export declare enum InputSourceType {
870
+ DYNAMIC = "DYNAMIC",
871
+ STATIC = "STATIC",
872
+ }
873
+ export interface MediaConnectFlow {
874
+ FlowArn?: string;
875
+ }
876
+ export interface InputSource {
877
+ PasswordParam?: string;
878
+ Url?: string;
879
+ Username?: string;
880
+ }
881
+ export declare enum InputState {
882
+ ATTACHED = "ATTACHED",
883
+ CREATING = "CREATING",
884
+ DELETED = "DELETED",
885
+ DELETING = "DELETING",
886
+ DETACHED = "DETACHED",
887
+ }
888
+ export declare enum InputType {
889
+ AWS_CDI = "AWS_CDI",
890
+ INPUT_DEVICE = "INPUT_DEVICE",
891
+ MEDIACONNECT = "MEDIACONNECT",
892
+ MP4_FILE = "MP4_FILE",
893
+ RTMP_PULL = "RTMP_PULL",
894
+ RTMP_PUSH = "RTMP_PUSH",
895
+ RTP_PUSH = "RTP_PUSH",
896
+ TS_FILE = "TS_FILE",
897
+ UDP_PUSH = "UDP_PUSH",
898
+ URL_PULL = "URL_PULL",
899
+ }
900
+ export interface Input {
901
+ Arn?: string;
902
+ AttachedChannels?: string[];
903
+ Destinations?: InputDestination[];
904
+ Id?: string;
905
+ InputClass?: InputClass | string;
906
+ InputDevices?: InputDeviceSettings[];
907
+ InputPartnerIds?: string[];
908
+ InputSourceType?: InputSourceType | string;
909
+ MediaConnectFlows?: MediaConnectFlow[];
910
+ Name?: string;
911
+ RoleArn?: string;
912
+ SecurityGroups?: string[];
913
+ Sources?: InputSource[];
914
+ State?: InputState | string;
915
+ Tags?: Record<string, string>;
916
+ Type?: InputType | string;
917
+ }
918
+ export interface InputDestinationRequest {
919
+ StreamName?: string;
920
+ }
921
+ export interface InputDeviceRequest {
922
+ Id?: string;
923
+ }
924
+ export declare enum InputDeviceConnectionState {
925
+ CONNECTED = "CONNECTED",
926
+ DISCONNECTED = "DISCONNECTED",
927
+ }
928
+ export declare enum DeviceSettingsSyncState {
929
+ SYNCED = "SYNCED",
930
+ SYNCING = "SYNCING",
931
+ }
932
+ export declare enum DeviceUpdateStatus {
933
+ NOT_UP_TO_DATE = "NOT_UP_TO_DATE",
934
+ UPDATING = "UPDATING",
935
+ UP_TO_DATE = "UP_TO_DATE",
936
+ }
937
+ export declare enum InputDeviceActiveInput {
938
+ HDMI = "HDMI",
939
+ SDI = "SDI",
940
+ }
941
+ export declare enum InputDeviceConfiguredInput {
942
+ AUTO = "AUTO",
943
+ HDMI = "HDMI",
944
+ SDI = "SDI",
945
+ }
946
+ export declare enum InputDeviceState {
947
+ IDLE = "IDLE",
948
+ STREAMING = "STREAMING",
949
+ }
950
+ export declare enum InputDeviceScanType {
951
+ INTERLACED = "INTERLACED",
952
+ PROGRESSIVE = "PROGRESSIVE",
953
+ }
954
+ export interface InputDeviceHdSettings {
955
+ ActiveInput?: InputDeviceActiveInput | string;
956
+ ConfiguredInput?: InputDeviceConfiguredInput | string;
957
+ DeviceState?: InputDeviceState | string;
958
+ Framerate?: number;
959
+ Height?: number;
960
+ MaxBitrate?: number;
961
+ ScanType?: InputDeviceScanType | string;
962
+ Width?: number;
963
+ }
964
+ export declare enum InputDeviceIpScheme {
965
+ DHCP = "DHCP",
966
+ STATIC = "STATIC",
967
+ }
968
+ export interface InputDeviceNetworkSettings {
969
+ DnsAddresses?: string[];
970
+ Gateway?: string;
971
+ IpAddress?: string;
972
+ IpScheme?: InputDeviceIpScheme | string;
973
+ SubnetMask?: string;
974
+ }
975
+ export declare enum InputDeviceType {
976
+ HD = "HD",
977
+ }
978
+ export interface InputDeviceUhdSettings {
979
+ ActiveInput?: InputDeviceActiveInput | string;
980
+ ConfiguredInput?: InputDeviceConfiguredInput | string;
981
+ DeviceState?: InputDeviceState | string;
982
+ Framerate?: number;
983
+ Height?: number;
984
+ MaxBitrate?: number;
985
+ ScanType?: InputDeviceScanType | string;
986
+ Width?: number;
987
+ }
988
+ export interface InputDeviceSummary {
989
+ Arn?: string;
990
+ ConnectionState?: InputDeviceConnectionState | string;
991
+ DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
992
+ DeviceUpdateStatus?: DeviceUpdateStatus | string;
993
+ HdDeviceSettings?: InputDeviceHdSettings;
994
+ Id?: string;
995
+ MacAddress?: string;
996
+ Name?: string;
997
+ NetworkSettings?: InputDeviceNetworkSettings;
998
+ SerialNumber?: string;
999
+ Type?: InputDeviceType | string;
1000
+ UhdDeviceSettings?: InputDeviceUhdSettings;
1001
+ }
1002
+ export declare enum InputSecurityGroupState {
1003
+ DELETED = "DELETED",
1004
+ IDLE = "IDLE",
1005
+ IN_USE = "IN_USE",
1006
+ UPDATING = "UPDATING",
1007
+ }
1008
+ export interface InputWhitelistRule {
1009
+ Cidr?: string;
1010
+ }
1011
+ export interface InputSecurityGroup {
1012
+ Arn?: string;
1013
+ Id?: string;
1014
+ Inputs?: string[];
1015
+ State?: InputSecurityGroupState | string;
1016
+ Tags?: Record<string, string>;
1017
+ WhitelistRules?: InputWhitelistRule[];
1018
+ }
1019
+ export interface InputSourceRequest {
1020
+ PasswordParam?: string;
1021
+ Url?: string;
1022
+ Username?: string;
1023
+ }
1024
+ export interface InputWhitelistRuleCidr {
1025
+ Cidr?: string;
1026
+ }
1027
+ export interface MediaConnectFlowRequest {
1028
+ FlowArn?: string;
1029
+ }
1030
+ export interface MultiplexMediaConnectOutputDestinationSettings {
1031
+ EntitlementArn?: string;
1032
+ }
1033
+ export interface MultiplexOutputDestination {
1034
+ MediaConnectSettings?: MultiplexMediaConnectOutputDestinationSettings;
1035
+ }
1036
+ export interface MultiplexProgramPipelineDetail {
1037
+ ActiveChannelPipeline?: string;
1038
+ PipelineId?: string;
1039
+ }
1040
+ export interface MultiplexProgramSummary {
1041
+ ChannelId?: string;
1042
+ ProgramName?: string;
1043
+ }
1044
+ export interface MultiplexSettingsSummary {
1045
+ TransportStreamBitrate?: number;
1046
+ }
1047
+ export declare enum MultiplexState {
1048
+ CREATE_FAILED = "CREATE_FAILED",
1049
+ CREATING = "CREATING",
1050
+ DELETED = "DELETED",
1051
+ DELETING = "DELETING",
1052
+ IDLE = "IDLE",
1053
+ RECOVERING = "RECOVERING",
1054
+ RUNNING = "RUNNING",
1055
+ STARTING = "STARTING",
1056
+ STOPPING = "STOPPING",
1057
+ }
1058
+ export interface MultiplexSummary {
1059
+ Arn?: string;
1060
+ AvailabilityZones?: string[];
1061
+ Id?: string;
1062
+ MultiplexSettings?: MultiplexSettingsSummary;
1063
+ Name?: string;
1064
+ PipelinesRunningCount?: number;
1065
+ ProgramCount?: number;
1066
+ State?: MultiplexState | string;
1067
+ Tags?: Record<string, string>;
1068
+ }
1069
+ export declare enum OfferingDurationUnits {
1070
+ MONTHS = "MONTHS",
1071
+ }
1072
+ export declare enum OfferingType {
1073
+ NO_UPFRONT = "NO_UPFRONT",
1074
+ }
1075
+ export declare enum ReservationCodec {
1076
+ AUDIO = "AUDIO",
1077
+ AVC = "AVC",
1078
+ HEVC = "HEVC",
1079
+ LINK = "LINK",
1080
+ MPEG2 = "MPEG2",
1081
+ }
1082
+ export declare enum ReservationMaximumBitrate {
1083
+ MAX_10_MBPS = "MAX_10_MBPS",
1084
+ MAX_20_MBPS = "MAX_20_MBPS",
1085
+ MAX_50_MBPS = "MAX_50_MBPS",
1086
+ }
1087
+ export declare enum ReservationMaximumFramerate {
1088
+ MAX_30_FPS = "MAX_30_FPS",
1089
+ MAX_60_FPS = "MAX_60_FPS",
1090
+ }
1091
+ export declare enum ReservationResolution {
1092
+ FHD = "FHD",
1093
+ HD = "HD",
1094
+ SD = "SD",
1095
+ UHD = "UHD",
1096
+ }
1097
+ export declare enum ReservationResourceType {
1098
+ CHANNEL = "CHANNEL",
1099
+ INPUT = "INPUT",
1100
+ MULTIPLEX = "MULTIPLEX",
1101
+ OUTPUT = "OUTPUT",
1102
+ }
1103
+ export declare enum ReservationSpecialFeature {
1104
+ ADVANCED_AUDIO = "ADVANCED_AUDIO",
1105
+ AUDIO_NORMALIZATION = "AUDIO_NORMALIZATION",
1106
+ MGHD = "MGHD",
1107
+ MGUHD = "MGUHD",
1108
+ }
1109
+ export declare enum ReservationVideoQuality {
1110
+ ENHANCED = "ENHANCED",
1111
+ PREMIUM = "PREMIUM",
1112
+ STANDARD = "STANDARD",
1113
+ }
1114
+ export interface ReservationResourceSpecification {
1115
+ ChannelClass?: ChannelClass | string;
1116
+ Codec?: ReservationCodec | string;
1117
+ MaximumBitrate?: ReservationMaximumBitrate | string;
1118
+ MaximumFramerate?: ReservationMaximumFramerate | string;
1119
+ Resolution?: ReservationResolution | string;
1120
+ ResourceType?: ReservationResourceType | string;
1121
+ SpecialFeature?: ReservationSpecialFeature | string;
1122
+ VideoQuality?: ReservationVideoQuality | string;
1123
+ }
1124
+ export interface Offering {
1125
+ Arn?: string;
1126
+ CurrencyCode?: string;
1127
+ Duration?: number;
1128
+ DurationUnits?: OfferingDurationUnits | string;
1129
+ FixedPrice?: number;
1130
+ OfferingDescription?: string;
1131
+ OfferingId?: string;
1132
+ OfferingType?: OfferingType | string;
1133
+ Region?: string;
1134
+ ResourceSpecification?: ReservationResourceSpecification;
1135
+ UsagePrice?: number;
1136
+ }
1137
+ export declare enum M2tsAbsentInputAudioBehavior {
1138
+ DROP = "DROP",
1139
+ ENCODE_SILENCE = "ENCODE_SILENCE",
1140
+ }
1141
+ export declare enum M2tsArib {
1142
+ DISABLED = "DISABLED",
1143
+ ENABLED = "ENABLED",
1144
+ }
1145
+ export declare enum M2tsAribCaptionsPidControl {
1146
+ AUTO = "AUTO",
1147
+ USE_CONFIGURED = "USE_CONFIGURED",
1148
+ }
1149
+ export declare enum M2tsAudioBufferModel {
1150
+ ATSC = "ATSC",
1151
+ DVB = "DVB",
1152
+ }
1153
+ export declare enum M2tsAudioStreamType {
1154
+ ATSC = "ATSC",
1155
+ DVB = "DVB",
1156
+ }
1157
+ export declare enum M2tsBufferModel {
1158
+ MULTIPLEX = "MULTIPLEX",
1159
+ NONE = "NONE",
1160
+ }
1161
+ export declare enum M2tsCcDescriptor {
1162
+ DISABLED = "DISABLED",
1163
+ ENABLED = "ENABLED",
1164
+ }
1165
+ export interface DvbNitSettings {
1166
+ NetworkId: number | undefined;
1167
+ NetworkName: string | undefined;
1168
+ RepInterval?: number;
1169
+ }
1170
+ export declare enum DvbSdtOutputSdt {
1171
+ SDT_FOLLOW = "SDT_FOLLOW",
1172
+ SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
1173
+ SDT_MANUAL = "SDT_MANUAL",
1174
+ SDT_NONE = "SDT_NONE",
1175
+ }
1176
+ export interface DvbSdtSettings {
1177
+ OutputSdt?: DvbSdtOutputSdt | string;
1178
+ RepInterval?: number;
1179
+ ServiceName?: string;
1180
+ ServiceProviderName?: string;
1181
+ }
1182
+ export interface DvbTdtSettings {
1183
+ RepInterval?: number;
1184
+ }
1185
+ export declare enum M2tsEbifControl {
1186
+ NONE = "NONE",
1187
+ PASSTHROUGH = "PASSTHROUGH",
1188
+ }
1189
+ export declare enum M2tsAudioInterval {
1190
+ VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
1191
+ VIDEO_INTERVAL = "VIDEO_INTERVAL",
1192
+ }
1193
+ export declare enum M2tsEbpPlacement {
1194
+ VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
1195
+ VIDEO_PID = "VIDEO_PID",
1196
+ }
1197
+ export declare enum M2tsEsRateInPes {
1198
+ EXCLUDE = "EXCLUDE",
1199
+ INCLUDE = "INCLUDE",
1200
+ }
1201
+ export declare enum M2tsKlv {
1202
+ NONE = "NONE",
1203
+ PASSTHROUGH = "PASSTHROUGH",
1204
+ }
1205
+ export declare enum M2tsNielsenId3Behavior {
1206
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
1207
+ PASSTHROUGH = "PASSTHROUGH",
1208
+ }
1209
+ export declare enum M2tsPcrControl {
1210
+ CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
1211
+ PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET",
1212
+ }
1213
+ export declare enum M2tsRateMode {
1214
+ CBR = "CBR",
1215
+ VBR = "VBR",
1216
+ }
1217
+ export declare enum M2tsScte35Control {
1218
+ NONE = "NONE",
1219
+ PASSTHROUGH = "PASSTHROUGH",
1220
+ }
1221
+ export declare enum M2tsSegmentationMarkers {
1222
+ EBP = "EBP",
1223
+ EBP_LEGACY = "EBP_LEGACY",
1224
+ NONE = "NONE",
1225
+ PSI_SEGSTART = "PSI_SEGSTART",
1226
+ RAI_ADAPT = "RAI_ADAPT",
1227
+ RAI_SEGSTART = "RAI_SEGSTART",
1228
+ }
1229
+ export declare enum M2tsSegmentationStyle {
1230
+ MAINTAIN_CADENCE = "MAINTAIN_CADENCE",
1231
+ RESET_CADENCE = "RESET_CADENCE",
1232
+ }
1233
+ export declare enum M2tsTimedMetadataBehavior {
1234
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
1235
+ PASSTHROUGH = "PASSTHROUGH",
1236
+ }
1237
+ export interface M2tsSettings {
1238
+ AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior | string;
1239
+ Arib?: M2tsArib | string;
1240
+ AribCaptionsPid?: string;
1241
+ AribCaptionsPidControl?: M2tsAribCaptionsPidControl | string;
1242
+ AudioBufferModel?: M2tsAudioBufferModel | string;
1243
+ AudioFramesPerPes?: number;
1244
+ AudioPids?: string;
1245
+ AudioStreamType?: M2tsAudioStreamType | string;
1246
+ Bitrate?: number;
1247
+ BufferModel?: M2tsBufferModel | string;
1248
+ CcDescriptor?: M2tsCcDescriptor | string;
1249
+ DvbNitSettings?: DvbNitSettings;
1250
+ DvbSdtSettings?: DvbSdtSettings;
1251
+ DvbSubPids?: string;
1252
+ DvbTdtSettings?: DvbTdtSettings;
1253
+ DvbTeletextPid?: string;
1254
+ Ebif?: M2tsEbifControl | string;
1255
+ EbpAudioInterval?: M2tsAudioInterval | string;
1256
+ EbpLookaheadMs?: number;
1257
+ EbpPlacement?: M2tsEbpPlacement | string;
1258
+ EcmPid?: string;
1259
+ EsRateInPes?: M2tsEsRateInPes | string;
1260
+ EtvPlatformPid?: string;
1261
+ EtvSignalPid?: string;
1262
+ FragmentTime?: number;
1263
+ Klv?: M2tsKlv | string;
1264
+ KlvDataPids?: string;
1265
+ NielsenId3Behavior?: M2tsNielsenId3Behavior | string;
1266
+ NullPacketBitrate?: number;
1267
+ PatInterval?: number;
1268
+ PcrControl?: M2tsPcrControl | string;
1269
+ PcrPeriod?: number;
1270
+ PcrPid?: string;
1271
+ PmtInterval?: number;
1272
+ PmtPid?: string;
1273
+ ProgramNum?: number;
1274
+ RateMode?: M2tsRateMode | string;
1275
+ Scte27Pids?: string;
1276
+ Scte35Control?: M2tsScte35Control | string;
1277
+ Scte35Pid?: string;
1278
+ SegmentationMarkers?: M2tsSegmentationMarkers | string;
1279
+ SegmentationStyle?: M2tsSegmentationStyle | string;
1280
+ SegmentationTime?: number;
1281
+ TimedMetadataBehavior?: M2tsTimedMetadataBehavior | string;
1282
+ TimedMetadataPid?: string;
1283
+ TransportStreamId?: number;
1284
+ VideoPid?: string;
1285
+ }
1286
+ export interface RawSettings {}
1287
+ export interface ArchiveContainerSettings {
1288
+ M2tsSettings?: M2tsSettings;
1289
+ RawSettings?: RawSettings;
1290
+ }
1291
+ export interface ArchiveOutputSettings {
1292
+ ContainerSettings: ArchiveContainerSettings | undefined;
1293
+ Extension?: string;
1294
+ NameModifier?: string;
1295
+ }
1296
+ export interface FrameCaptureOutputSettings {
1297
+ NameModifier?: string;
1298
+ }
1299
+ export declare enum HlsH265PackagingType {
1300
+ HEV1 = "HEV1",
1301
+ HVC1 = "HVC1",
1302
+ }
1303
+ export declare enum AudioOnlyHlsTrackType {
1304
+ ALTERNATE_AUDIO_AUTO_SELECT = "ALTERNATE_AUDIO_AUTO_SELECT",
1305
+ ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
1306
+ ALTERNATE_AUDIO_NOT_AUTO_SELECT = "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
1307
+ AUDIO_ONLY_VARIANT_STREAM = "AUDIO_ONLY_VARIANT_STREAM",
1308
+ }
1309
+ export declare enum AudioOnlyHlsSegmentType {
1310
+ AAC = "AAC",
1311
+ FMP4 = "FMP4",
1312
+ }
1313
+ export interface AudioOnlyHlsSettings {
1314
+ AudioGroupId?: string;
1315
+ AudioOnlyImage?: InputLocation;
1316
+ AudioTrackType?: AudioOnlyHlsTrackType | string;
1317
+ SegmentType?: AudioOnlyHlsSegmentType | string;
1318
+ }
1319
+ export declare enum Fmp4NielsenId3Behavior {
1320
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
1321
+ PASSTHROUGH = "PASSTHROUGH",
1322
+ }
1323
+ export declare enum Fmp4TimedMetadataBehavior {
1324
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
1325
+ PASSTHROUGH = "PASSTHROUGH",
1326
+ }
1327
+ export interface Fmp4HlsSettings {
1328
+ AudioRenditionSets?: string;
1329
+ NielsenId3Behavior?: Fmp4NielsenId3Behavior | string;
1330
+ TimedMetadataBehavior?: Fmp4TimedMetadataBehavior | string;
1331
+ }
1332
+ export interface FrameCaptureHlsSettings {}
1333
+ export declare enum M3u8NielsenId3Behavior {
1334
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
1335
+ PASSTHROUGH = "PASSTHROUGH",
1336
+ }
1337
+ export declare enum M3u8PcrControl {
1338
+ CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
1339
+ PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET",
1340
+ }
1341
+ export declare enum M3u8Scte35Behavior {
1342
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
1343
+ PASSTHROUGH = "PASSTHROUGH",
1344
+ }
1345
+ export declare enum M3u8TimedMetadataBehavior {
1346
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
1347
+ PASSTHROUGH = "PASSTHROUGH",
1348
+ }
1349
+ export interface M3u8Settings {
1350
+ AudioFramesPerPes?: number;
1351
+ AudioPids?: string;
1352
+ EcmPid?: string;
1353
+ NielsenId3Behavior?: M3u8NielsenId3Behavior | string;
1354
+ PatInterval?: number;
1355
+ PcrControl?: M3u8PcrControl | string;
1356
+ PcrPeriod?: number;
1357
+ PcrPid?: string;
1358
+ PmtInterval?: number;
1359
+ PmtPid?: string;
1360
+ ProgramNum?: number;
1361
+ Scte35Behavior?: M3u8Scte35Behavior | string;
1362
+ Scte35Pid?: string;
1363
+ TimedMetadataBehavior?: M3u8TimedMetadataBehavior | string;
1364
+ TimedMetadataPid?: string;
1365
+ TransportStreamId?: number;
1366
+ VideoPid?: string;
1367
+ }
1368
+ export interface StandardHlsSettings {
1369
+ AudioRenditionSets?: string;
1370
+ M3u8Settings: M3u8Settings | undefined;
1371
+ }
1372
+ export interface HlsSettings {
1373
+ AudioOnlyHlsSettings?: AudioOnlyHlsSettings;
1374
+ Fmp4HlsSettings?: Fmp4HlsSettings;
1375
+ FrameCaptureHlsSettings?: FrameCaptureHlsSettings;
1376
+ StandardHlsSettings?: StandardHlsSettings;
1377
+ }
1378
+ export interface HlsOutputSettings {
1379
+ H265PackagingType?: HlsH265PackagingType | string;
1380
+ HlsSettings: HlsSettings | undefined;
1381
+ NameModifier?: string;
1382
+ SegmentModifier?: string;
1383
+ }
1384
+ export interface MediaPackageOutputSettings {}
1385
+ export declare enum MsSmoothH265PackagingType {
1386
+ HEV1 = "HEV1",
1387
+ HVC1 = "HVC1",
1388
+ }
1389
+ export interface MsSmoothOutputSettings {
1390
+ H265PackagingType?: MsSmoothH265PackagingType | string;
1391
+ NameModifier?: string;
1392
+ }
1393
+ export interface OutputLocationRef {
1394
+ DestinationRefId?: string;
1395
+ }
1396
+ export interface MultiplexOutputSettings {
1397
+ Destination: OutputLocationRef | undefined;
1398
+ }
1399
+ export declare enum RtmpOutputCertificateMode {
1400
+ SELF_SIGNED = "SELF_SIGNED",
1401
+ VERIFY_AUTHENTICITY = "VERIFY_AUTHENTICITY",
1402
+ }
1403
+ export interface RtmpOutputSettings {
1404
+ CertificateMode?: RtmpOutputCertificateMode | string;
1405
+ ConnectionRetryInterval?: number;
1406
+ Destination: OutputLocationRef | undefined;
1407
+ NumRetries?: number;
1408
+ }
1409
+ export interface UdpContainerSettings {
1410
+ M2tsSettings?: M2tsSettings;
1411
+ }
1412
+ export declare enum FecOutputIncludeFec {
1413
+ COLUMN = "COLUMN",
1414
+ COLUMN_AND_ROW = "COLUMN_AND_ROW",
1415
+ }
1416
+ export interface FecOutputSettings {
1417
+ ColumnDepth?: number;
1418
+ IncludeFec?: FecOutputIncludeFec | string;
1419
+ RowLength?: number;
1420
+ }
1421
+ export interface UdpOutputSettings {
1422
+ BufferMsec?: number;
1423
+ ContainerSettings: UdpContainerSettings | undefined;
1424
+ Destination: OutputLocationRef | undefined;
1425
+ FecOutputSettings?: FecOutputSettings;
1426
+ }
1427
+ export interface OutputSettings {
1428
+ ArchiveOutputSettings?: ArchiveOutputSettings;
1429
+ FrameCaptureOutputSettings?: FrameCaptureOutputSettings;
1430
+ HlsOutputSettings?: HlsOutputSettings;
1431
+ MediaPackageOutputSettings?: MediaPackageOutputSettings;
1432
+ MsSmoothOutputSettings?: MsSmoothOutputSettings;
1433
+ MultiplexOutputSettings?: MultiplexOutputSettings;
1434
+ RtmpOutputSettings?: RtmpOutputSettings;
1435
+ UdpOutputSettings?: UdpOutputSettings;
1436
+ }
1437
+ export interface Output {
1438
+ AudioDescriptionNames?: string[];
1439
+ CaptionDescriptionNames?: string[];
1440
+ OutputName?: string;
1441
+ OutputSettings: OutputSettings | undefined;
1442
+ VideoDescriptionName?: string;
1443
+ }
1444
+ export declare enum S3CannedAcl {
1445
+ AUTHENTICATED_READ = "AUTHENTICATED_READ",
1446
+ BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
1447
+ BUCKET_OWNER_READ = "BUCKET_OWNER_READ",
1448
+ PUBLIC_READ = "PUBLIC_READ",
1449
+ }
1450
+ export interface ArchiveS3Settings {
1451
+ CannedAcl?: S3CannedAcl | string;
1452
+ }
1453
+ export interface ArchiveCdnSettings {
1454
+ ArchiveS3Settings?: ArchiveS3Settings;
1455
+ }
1456
+ export interface ArchiveGroupSettings {
1457
+ ArchiveCdnSettings?: ArchiveCdnSettings;
1458
+ Destination: OutputLocationRef | undefined;
1459
+ RolloverInterval?: number;
1460
+ }
1461
+ export interface FrameCaptureS3Settings {
1462
+ CannedAcl?: S3CannedAcl | string;
1463
+ }
1464
+ export interface FrameCaptureCdnSettings {
1465
+ FrameCaptureS3Settings?: FrameCaptureS3Settings;
1466
+ }
1467
+ export interface FrameCaptureGroupSettings {
1468
+ Destination: OutputLocationRef | undefined;
1469
+ FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
1470
+ }
1471
+ export declare enum HlsCaptionLanguageSetting {
1472
+ INSERT = "INSERT",
1473
+ NONE = "NONE",
1474
+ OMIT = "OMIT",
1475
+ }
1476
+ export declare enum HlsClientCache {
1477
+ DISABLED = "DISABLED",
1478
+ ENABLED = "ENABLED",
1479
+ }
1480
+ export declare enum HlsCodecSpecification {
1481
+ RFC_4281 = "RFC_4281",
1482
+ RFC_6381 = "RFC_6381",
1483
+ }
1484
+ export declare enum HlsDirectoryStructure {
1485
+ SINGLE_DIRECTORY = "SINGLE_DIRECTORY",
1486
+ SUBDIRECTORY_PER_STREAM = "SUBDIRECTORY_PER_STREAM",
1487
+ }
1488
+ export declare enum HlsDiscontinuityTags {
1489
+ INSERT = "INSERT",
1490
+ NEVER_INSERT = "NEVER_INSERT",
1491
+ }
1492
+ export declare enum HlsEncryptionType {
1493
+ AES128 = "AES128",
1494
+ SAMPLE_AES = "SAMPLE_AES",
1495
+ }
1496
+ export declare enum HlsAkamaiHttpTransferMode {
1497
+ CHUNKED = "CHUNKED",
1498
+ NON_CHUNKED = "NON_CHUNKED",
1499
+ }
1500
+ export interface HlsAkamaiSettings {
1501
+ ConnectionRetryInterval?: number;
1502
+ FilecacheDuration?: number;
1503
+ HttpTransferMode?: HlsAkamaiHttpTransferMode | string;
1504
+ NumRetries?: number;
1505
+ RestartDelay?: number;
1506
+ Salt?: string;
1507
+ Token?: string;
1508
+ }
1509
+ export interface HlsBasicPutSettings {
1510
+ ConnectionRetryInterval?: number;
1511
+ FilecacheDuration?: number;
1512
+ NumRetries?: number;
1513
+ RestartDelay?: number;
1514
+ }
1515
+ export declare enum HlsMediaStoreStorageClass {
1516
+ TEMPORAL = "TEMPORAL",
1517
+ }
1518
+ export interface HlsMediaStoreSettings {
1519
+ ConnectionRetryInterval?: number;
1520
+ FilecacheDuration?: number;
1521
+ MediaStoreStorageClass?: HlsMediaStoreStorageClass | string;
1522
+ NumRetries?: number;
1523
+ RestartDelay?: number;
1524
+ }
1525
+ export interface HlsS3Settings {
1526
+ CannedAcl?: S3CannedAcl | string;
1527
+ }
1528
+ export declare enum HlsWebdavHttpTransferMode {
1529
+ CHUNKED = "CHUNKED",
1530
+ NON_CHUNKED = "NON_CHUNKED",
1531
+ }
1532
+ export interface HlsWebdavSettings {
1533
+ ConnectionRetryInterval?: number;
1534
+ FilecacheDuration?: number;
1535
+ HttpTransferMode?: HlsWebdavHttpTransferMode | string;
1536
+ NumRetries?: number;
1537
+ RestartDelay?: number;
1538
+ }
1539
+ export interface HlsCdnSettings {
1540
+ HlsAkamaiSettings?: HlsAkamaiSettings;
1541
+ HlsBasicPutSettings?: HlsBasicPutSettings;
1542
+ HlsMediaStoreSettings?: HlsMediaStoreSettings;
1543
+ HlsS3Settings?: HlsS3Settings;
1544
+ HlsWebdavSettings?: HlsWebdavSettings;
1545
+ }
1546
+ export declare enum HlsId3SegmentTaggingState {
1547
+ DISABLED = "DISABLED",
1548
+ ENABLED = "ENABLED",
1549
+ }
1550
+ export declare enum IFrameOnlyPlaylistType {
1551
+ DISABLED = "DISABLED",
1552
+ STANDARD = "STANDARD",
1553
+ }
1554
+ export declare enum HlsIncompleteSegmentBehavior {
1555
+ AUTO = "AUTO",
1556
+ SUPPRESS = "SUPPRESS",
1557
+ }
1558
+ export declare enum InputLossActionForHlsOut {
1559
+ EMIT_OUTPUT = "EMIT_OUTPUT",
1560
+ PAUSE_OUTPUT = "PAUSE_OUTPUT",
1561
+ }
1562
+ export declare enum HlsIvInManifest {
1563
+ EXCLUDE = "EXCLUDE",
1564
+ INCLUDE = "INCLUDE",
1565
+ }
1566
+ export declare enum HlsIvSource {
1567
+ EXPLICIT = "EXPLICIT",
1568
+ FOLLOWS_SEGMENT_NUMBER = "FOLLOWS_SEGMENT_NUMBER",
1569
+ }
1570
+ export interface StaticKeySettings {
1571
+ KeyProviderServer?: InputLocation;
1572
+ StaticKeyValue: string | undefined;
1573
+ }
1574
+ export interface KeyProviderSettings {
1575
+ StaticKeySettings?: StaticKeySettings;
1576
+ }
1577
+ export declare enum HlsManifestCompression {
1578
+ GZIP = "GZIP",
1579
+ NONE = "NONE",
1580
+ }
1581
+ export declare enum HlsManifestDurationFormat {
1582
+ FLOATING_POINT = "FLOATING_POINT",
1583
+ INTEGER = "INTEGER",
1584
+ }
1585
+ export declare enum HlsMode {
1586
+ LIVE = "LIVE",
1587
+ VOD = "VOD",
1588
+ }
1589
+ export declare enum HlsOutputSelection {
1590
+ MANIFESTS_AND_SEGMENTS = "MANIFESTS_AND_SEGMENTS",
1591
+ SEGMENTS_ONLY = "SEGMENTS_ONLY",
1592
+ VARIANT_MANIFESTS_AND_SEGMENTS = "VARIANT_MANIFESTS_AND_SEGMENTS",
1593
+ }
1594
+ export declare enum HlsProgramDateTime {
1595
+ EXCLUDE = "EXCLUDE",
1596
+ INCLUDE = "INCLUDE",
1597
+ }
1598
+ export declare const InputChannelLevelFilterSensitiveLog: (
1599
+ obj: InputChannelLevel
1600
+ ) => any;
1601
+ export declare const AudioChannelMappingFilterSensitiveLog: (
1602
+ obj: AudioChannelMapping
1603
+ ) => any;
1604
+ export declare const AudioNormalizationSettingsFilterSensitiveLog: (
1605
+ obj: AudioNormalizationSettings
1606
+ ) => any;
1607
+ export declare const NielsenCBETFilterSensitiveLog: (obj: NielsenCBET) => any;
1608
+ export declare const NielsenNaesIiNwFilterSensitiveLog: (
1609
+ obj: NielsenNaesIiNw
1610
+ ) => any;
1611
+ export declare const NielsenWatermarksSettingsFilterSensitiveLog: (
1612
+ obj: NielsenWatermarksSettings
1613
+ ) => any;
1614
+ export declare const AudioWatermarkSettingsFilterSensitiveLog: (
1615
+ obj: AudioWatermarkSettings
1616
+ ) => any;
1617
+ export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
1618
+ export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
1619
+ export declare const Eac3AtmosSettingsFilterSensitiveLog: (
1620
+ obj: Eac3AtmosSettings
1621
+ ) => any;
1622
+ export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
1623
+ export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
1624
+ export declare const PassThroughSettingsFilterSensitiveLog: (
1625
+ obj: PassThroughSettings
1626
+ ) => any;
1627
+ export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
1628
+ export declare const AudioCodecSettingsFilterSensitiveLog: (
1629
+ obj: AudioCodecSettings
1630
+ ) => any;
1631
+ export declare const RemixSettingsFilterSensitiveLog: (
1632
+ obj: RemixSettings
1633
+ ) => any;
1634
+ export declare const AudioDescriptionFilterSensitiveLog: (
1635
+ obj: AudioDescription
1636
+ ) => any;
1637
+ export declare const AudioHlsRenditionSelectionFilterSensitiveLog: (
1638
+ obj: AudioHlsRenditionSelection
1639
+ ) => any;
1640
+ export declare const AudioLanguageSelectionFilterSensitiveLog: (
1641
+ obj: AudioLanguageSelection
1642
+ ) => any;
1643
+ export declare const AudioPidSelectionFilterSensitiveLog: (
1644
+ obj: AudioPidSelection
1645
+ ) => any;
1646
+ export declare const AudioTrackFilterSensitiveLog: (obj: AudioTrack) => any;
1647
+ export declare const AudioTrackSelectionFilterSensitiveLog: (
1648
+ obj: AudioTrackSelection
1649
+ ) => any;
1650
+ export declare const AudioSelectorSettingsFilterSensitiveLog: (
1651
+ obj: AudioSelectorSettings
1652
+ ) => any;
1653
+ export declare const AudioSelectorFilterSensitiveLog: (
1654
+ obj: AudioSelector
1655
+ ) => any;
1656
+ export declare const BatchFailedResultModelFilterSensitiveLog: (
1657
+ obj: BatchFailedResultModel
1658
+ ) => any;
1659
+ export declare const BatchSuccessfulResultModelFilterSensitiveLog: (
1660
+ obj: BatchSuccessfulResultModel
1661
+ ) => any;
1662
+ export declare const AribDestinationSettingsFilterSensitiveLog: (
1663
+ obj: AribDestinationSettings
1664
+ ) => any;
1665
+ export declare const InputLocationFilterSensitiveLog: (
1666
+ obj: InputLocation
1667
+ ) => any;
1668
+ export declare const BurnInDestinationSettingsFilterSensitiveLog: (
1669
+ obj: BurnInDestinationSettings
1670
+ ) => any;
1671
+ export declare const DvbSubDestinationSettingsFilterSensitiveLog: (
1672
+ obj: DvbSubDestinationSettings
1673
+ ) => any;
1674
+ export declare const EbuTtDDestinationSettingsFilterSensitiveLog: (
1675
+ obj: EbuTtDDestinationSettings
1676
+ ) => any;
1677
+ export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (
1678
+ obj: EmbeddedDestinationSettings
1679
+ ) => any;
1680
+ export declare const EmbeddedPlusScte20DestinationSettingsFilterSensitiveLog: (
1681
+ obj: EmbeddedPlusScte20DestinationSettings
1682
+ ) => any;
1683
+ export declare const RtmpCaptionInfoDestinationSettingsFilterSensitiveLog: (
1684
+ obj: RtmpCaptionInfoDestinationSettings
1685
+ ) => any;
1686
+ export declare const Scte20PlusEmbeddedDestinationSettingsFilterSensitiveLog: (
1687
+ obj: Scte20PlusEmbeddedDestinationSettings
1688
+ ) => any;
1689
+ export declare const Scte27DestinationSettingsFilterSensitiveLog: (
1690
+ obj: Scte27DestinationSettings
1691
+ ) => any;
1692
+ export declare const SmpteTtDestinationSettingsFilterSensitiveLog: (
1693
+ obj: SmpteTtDestinationSettings
1694
+ ) => any;
1695
+ export declare const TeletextDestinationSettingsFilterSensitiveLog: (
1696
+ obj: TeletextDestinationSettings
1697
+ ) => any;
1698
+ export declare const TtmlDestinationSettingsFilterSensitiveLog: (
1699
+ obj: TtmlDestinationSettings
1700
+ ) => any;
1701
+ export declare const WebvttDestinationSettingsFilterSensitiveLog: (
1702
+ obj: WebvttDestinationSettings
1703
+ ) => any;
1704
+ export declare const CaptionDestinationSettingsFilterSensitiveLog: (
1705
+ obj: CaptionDestinationSettings
1706
+ ) => any;
1707
+ export declare const CaptionDescriptionFilterSensitiveLog: (
1708
+ obj: CaptionDescription
1709
+ ) => any;
1710
+ export declare const CaptionLanguageMappingFilterSensitiveLog: (
1711
+ obj: CaptionLanguageMapping
1712
+ ) => any;
1713
+ export declare const AncillarySourceSettingsFilterSensitiveLog: (
1714
+ obj: AncillarySourceSettings
1715
+ ) => any;
1716
+ export declare const AribSourceSettingsFilterSensitiveLog: (
1717
+ obj: AribSourceSettings
1718
+ ) => any;
1719
+ export declare const DvbSubSourceSettingsFilterSensitiveLog: (
1720
+ obj: DvbSubSourceSettings
1721
+ ) => any;
1722
+ export declare const EmbeddedSourceSettingsFilterSensitiveLog: (
1723
+ obj: EmbeddedSourceSettings
1724
+ ) => any;
1725
+ export declare const Scte20SourceSettingsFilterSensitiveLog: (
1726
+ obj: Scte20SourceSettings
1727
+ ) => any;
1728
+ export declare const Scte27SourceSettingsFilterSensitiveLog: (
1729
+ obj: Scte27SourceSettings
1730
+ ) => any;
1731
+ export declare const CaptionRectangleFilterSensitiveLog: (
1732
+ obj: CaptionRectangle
1733
+ ) => any;
1734
+ export declare const TeletextSourceSettingsFilterSensitiveLog: (
1735
+ obj: TeletextSourceSettings
1736
+ ) => any;
1737
+ export declare const CaptionSelectorSettingsFilterSensitiveLog: (
1738
+ obj: CaptionSelectorSettings
1739
+ ) => any;
1740
+ export declare const CaptionSelectorFilterSensitiveLog: (
1741
+ obj: CaptionSelector
1742
+ ) => any;
1743
+ export declare const ChannelEgressEndpointFilterSensitiveLog: (
1744
+ obj: ChannelEgressEndpoint
1745
+ ) => any;
1746
+ export declare const CdiInputSpecificationFilterSensitiveLog: (
1747
+ obj: CdiInputSpecification
1748
+ ) => any;
1749
+ export declare const MediaPackageOutputDestinationSettingsFilterSensitiveLog: (
1750
+ obj: MediaPackageOutputDestinationSettings
1751
+ ) => any;
1752
+ export declare const MultiplexProgramChannelDestinationSettingsFilterSensitiveLog: (
1753
+ obj: MultiplexProgramChannelDestinationSettings
1754
+ ) => any;
1755
+ export declare const OutputDestinationSettingsFilterSensitiveLog: (
1756
+ obj: OutputDestinationSettings
1757
+ ) => any;
1758
+ export declare const OutputDestinationFilterSensitiveLog: (
1759
+ obj: OutputDestination
1760
+ ) => any;
1761
+ export declare const AudioSilenceFailoverSettingsFilterSensitiveLog: (
1762
+ obj: AudioSilenceFailoverSettings
1763
+ ) => any;
1764
+ export declare const InputLossFailoverSettingsFilterSensitiveLog: (
1765
+ obj: InputLossFailoverSettings
1766
+ ) => any;
1767
+ export declare const VideoBlackFailoverSettingsFilterSensitiveLog: (
1768
+ obj: VideoBlackFailoverSettings
1769
+ ) => any;
1770
+ export declare const FailoverConditionSettingsFilterSensitiveLog: (
1771
+ obj: FailoverConditionSettings
1772
+ ) => any;
1773
+ export declare const FailoverConditionFilterSensitiveLog: (
1774
+ obj: FailoverCondition
1775
+ ) => any;
1776
+ export declare const AutomaticInputFailoverSettingsFilterSensitiveLog: (
1777
+ obj: AutomaticInputFailoverSettings
1778
+ ) => any;
1779
+ export declare const HlsInputSettingsFilterSensitiveLog: (
1780
+ obj: HlsInputSettings
1781
+ ) => any;
1782
+ export declare const NetworkInputSettingsFilterSensitiveLog: (
1783
+ obj: NetworkInputSettings
1784
+ ) => any;
1785
+ export declare const Hdr10SettingsFilterSensitiveLog: (
1786
+ obj: Hdr10Settings
1787
+ ) => any;
1788
+ export declare const VideoSelectorColorSpaceSettingsFilterSensitiveLog: (
1789
+ obj: VideoSelectorColorSpaceSettings
1790
+ ) => any;
1791
+ export declare const VideoSelectorPidFilterSensitiveLog: (
1792
+ obj: VideoSelectorPid
1793
+ ) => any;
1794
+ export declare const VideoSelectorProgramIdFilterSensitiveLog: (
1795
+ obj: VideoSelectorProgramId
1796
+ ) => any;
1797
+ export declare const VideoSelectorSettingsFilterSensitiveLog: (
1798
+ obj: VideoSelectorSettings
1799
+ ) => any;
1800
+ export declare const VideoSelectorFilterSensitiveLog: (
1801
+ obj: VideoSelector
1802
+ ) => any;
1803
+ export declare const InputSettingsFilterSensitiveLog: (
1804
+ obj: InputSettings
1805
+ ) => any;
1806
+ export declare const InputAttachmentFilterSensitiveLog: (
1807
+ obj: InputAttachment
1808
+ ) => any;
1809
+ export declare const InputSpecificationFilterSensitiveLog: (
1810
+ obj: InputSpecification
1811
+ ) => any;
1812
+ export declare const MaintenanceStatusFilterSensitiveLog: (
1813
+ obj: MaintenanceStatus
1814
+ ) => any;
1815
+ export declare const VpcOutputSettingsDescriptionFilterSensitiveLog: (
1816
+ obj: VpcOutputSettingsDescription
1817
+ ) => any;
1818
+ export declare const ChannelSummaryFilterSensitiveLog: (
1819
+ obj: ChannelSummary
1820
+ ) => any;
1821
+ export declare const InputDestinationVpcFilterSensitiveLog: (
1822
+ obj: InputDestinationVpc
1823
+ ) => any;
1824
+ export declare const InputDestinationFilterSensitiveLog: (
1825
+ obj: InputDestination
1826
+ ) => any;
1827
+ export declare const InputDeviceSettingsFilterSensitiveLog: (
1828
+ obj: InputDeviceSettings
1829
+ ) => any;
1830
+ export declare const MediaConnectFlowFilterSensitiveLog: (
1831
+ obj: MediaConnectFlow
1832
+ ) => any;
1833
+ export declare const InputSourceFilterSensitiveLog: (obj: InputSource) => any;
1834
+ export declare const InputFilterSensitiveLog: (obj: Input) => any;
1835
+ export declare const InputDestinationRequestFilterSensitiveLog: (
1836
+ obj: InputDestinationRequest
1837
+ ) => any;
1838
+ export declare const InputDeviceRequestFilterSensitiveLog: (
1839
+ obj: InputDeviceRequest
1840
+ ) => any;
1841
+ export declare const InputDeviceHdSettingsFilterSensitiveLog: (
1842
+ obj: InputDeviceHdSettings
1843
+ ) => any;
1844
+ export declare const InputDeviceNetworkSettingsFilterSensitiveLog: (
1845
+ obj: InputDeviceNetworkSettings
1846
+ ) => any;
1847
+ export declare const InputDeviceUhdSettingsFilterSensitiveLog: (
1848
+ obj: InputDeviceUhdSettings
1849
+ ) => any;
1850
+ export declare const InputDeviceSummaryFilterSensitiveLog: (
1851
+ obj: InputDeviceSummary
1852
+ ) => any;
1853
+ export declare const InputWhitelistRuleFilterSensitiveLog: (
1854
+ obj: InputWhitelistRule
1855
+ ) => any;
1856
+ export declare const InputSecurityGroupFilterSensitiveLog: (
1857
+ obj: InputSecurityGroup
1858
+ ) => any;
1859
+ export declare const InputSourceRequestFilterSensitiveLog: (
1860
+ obj: InputSourceRequest
1861
+ ) => any;
1862
+ export declare const InputWhitelistRuleCidrFilterSensitiveLog: (
1863
+ obj: InputWhitelistRuleCidr
1864
+ ) => any;
1865
+ export declare const MediaConnectFlowRequestFilterSensitiveLog: (
1866
+ obj: MediaConnectFlowRequest
1867
+ ) => any;
1868
+ export declare const MultiplexMediaConnectOutputDestinationSettingsFilterSensitiveLog: (
1869
+ obj: MultiplexMediaConnectOutputDestinationSettings
1870
+ ) => any;
1871
+ export declare const MultiplexOutputDestinationFilterSensitiveLog: (
1872
+ obj: MultiplexOutputDestination
1873
+ ) => any;
1874
+ export declare const MultiplexProgramPipelineDetailFilterSensitiveLog: (
1875
+ obj: MultiplexProgramPipelineDetail
1876
+ ) => any;
1877
+ export declare const MultiplexProgramSummaryFilterSensitiveLog: (
1878
+ obj: MultiplexProgramSummary
1879
+ ) => any;
1880
+ export declare const MultiplexSettingsSummaryFilterSensitiveLog: (
1881
+ obj: MultiplexSettingsSummary
1882
+ ) => any;
1883
+ export declare const MultiplexSummaryFilterSensitiveLog: (
1884
+ obj: MultiplexSummary
1885
+ ) => any;
1886
+ export declare const ReservationResourceSpecificationFilterSensitiveLog: (
1887
+ obj: ReservationResourceSpecification
1888
+ ) => any;
1889
+ export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
1890
+ export declare const DvbNitSettingsFilterSensitiveLog: (
1891
+ obj: DvbNitSettings
1892
+ ) => any;
1893
+ export declare const DvbSdtSettingsFilterSensitiveLog: (
1894
+ obj: DvbSdtSettings
1895
+ ) => any;
1896
+ export declare const DvbTdtSettingsFilterSensitiveLog: (
1897
+ obj: DvbTdtSettings
1898
+ ) => any;
1899
+ export declare const M2tsSettingsFilterSensitiveLog: (obj: M2tsSettings) => any;
1900
+ export declare const RawSettingsFilterSensitiveLog: (obj: RawSettings) => any;
1901
+ export declare const ArchiveContainerSettingsFilterSensitiveLog: (
1902
+ obj: ArchiveContainerSettings
1903
+ ) => any;
1904
+ export declare const ArchiveOutputSettingsFilterSensitiveLog: (
1905
+ obj: ArchiveOutputSettings
1906
+ ) => any;
1907
+ export declare const FrameCaptureOutputSettingsFilterSensitiveLog: (
1908
+ obj: FrameCaptureOutputSettings
1909
+ ) => any;
1910
+ export declare const AudioOnlyHlsSettingsFilterSensitiveLog: (
1911
+ obj: AudioOnlyHlsSettings
1912
+ ) => any;
1913
+ export declare const Fmp4HlsSettingsFilterSensitiveLog: (
1914
+ obj: Fmp4HlsSettings
1915
+ ) => any;
1916
+ export declare const FrameCaptureHlsSettingsFilterSensitiveLog: (
1917
+ obj: FrameCaptureHlsSettings
1918
+ ) => any;
1919
+ export declare const M3u8SettingsFilterSensitiveLog: (obj: M3u8Settings) => any;
1920
+ export declare const StandardHlsSettingsFilterSensitiveLog: (
1921
+ obj: StandardHlsSettings
1922
+ ) => any;
1923
+ export declare const HlsSettingsFilterSensitiveLog: (obj: HlsSettings) => any;
1924
+ export declare const HlsOutputSettingsFilterSensitiveLog: (
1925
+ obj: HlsOutputSettings
1926
+ ) => any;
1927
+ export declare const MediaPackageOutputSettingsFilterSensitiveLog: (
1928
+ obj: MediaPackageOutputSettings
1929
+ ) => any;
1930
+ export declare const MsSmoothOutputSettingsFilterSensitiveLog: (
1931
+ obj: MsSmoothOutputSettings
1932
+ ) => any;
1933
+ export declare const OutputLocationRefFilterSensitiveLog: (
1934
+ obj: OutputLocationRef
1935
+ ) => any;
1936
+ export declare const MultiplexOutputSettingsFilterSensitiveLog: (
1937
+ obj: MultiplexOutputSettings
1938
+ ) => any;
1939
+ export declare const RtmpOutputSettingsFilterSensitiveLog: (
1940
+ obj: RtmpOutputSettings
1941
+ ) => any;
1942
+ export declare const UdpContainerSettingsFilterSensitiveLog: (
1943
+ obj: UdpContainerSettings
1944
+ ) => any;
1945
+ export declare const FecOutputSettingsFilterSensitiveLog: (
1946
+ obj: FecOutputSettings
1947
+ ) => any;
1948
+ export declare const UdpOutputSettingsFilterSensitiveLog: (
1949
+ obj: UdpOutputSettings
1950
+ ) => any;
1951
+ export declare const OutputSettingsFilterSensitiveLog: (
1952
+ obj: OutputSettings
1953
+ ) => any;
1954
+ export declare const OutputFilterSensitiveLog: (obj: Output) => any;
1955
+ export declare const ArchiveS3SettingsFilterSensitiveLog: (
1956
+ obj: ArchiveS3Settings
1957
+ ) => any;
1958
+ export declare const ArchiveCdnSettingsFilterSensitiveLog: (
1959
+ obj: ArchiveCdnSettings
1960
+ ) => any;
1961
+ export declare const ArchiveGroupSettingsFilterSensitiveLog: (
1962
+ obj: ArchiveGroupSettings
1963
+ ) => any;
1964
+ export declare const FrameCaptureS3SettingsFilterSensitiveLog: (
1965
+ obj: FrameCaptureS3Settings
1966
+ ) => any;
1967
+ export declare const FrameCaptureCdnSettingsFilterSensitiveLog: (
1968
+ obj: FrameCaptureCdnSettings
1969
+ ) => any;
1970
+ export declare const FrameCaptureGroupSettingsFilterSensitiveLog: (
1971
+ obj: FrameCaptureGroupSettings
1972
+ ) => any;
1973
+ export declare const HlsAkamaiSettingsFilterSensitiveLog: (
1974
+ obj: HlsAkamaiSettings
1975
+ ) => any;
1976
+ export declare const HlsBasicPutSettingsFilterSensitiveLog: (
1977
+ obj: HlsBasicPutSettings
1978
+ ) => any;
1979
+ export declare const HlsMediaStoreSettingsFilterSensitiveLog: (
1980
+ obj: HlsMediaStoreSettings
1981
+ ) => any;
1982
+ export declare const HlsS3SettingsFilterSensitiveLog: (
1983
+ obj: HlsS3Settings
1984
+ ) => any;
1985
+ export declare const HlsWebdavSettingsFilterSensitiveLog: (
1986
+ obj: HlsWebdavSettings
1987
+ ) => any;
1988
+ export declare const HlsCdnSettingsFilterSensitiveLog: (
1989
+ obj: HlsCdnSettings
1990
+ ) => any;
1991
+ export declare const StaticKeySettingsFilterSensitiveLog: (
1992
+ obj: StaticKeySettings
1993
+ ) => any;
1994
+ export declare const KeyProviderSettingsFilterSensitiveLog: (
1995
+ obj: KeyProviderSettings
1996
+ ) => any;