@aws-sdk/client-medialive 3.136.0 → 3.137.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteCommand.js +2 -2
- package/dist-cjs/commands/BatchStartCommand.js +2 -2
- package/dist-cjs/commands/BatchStopCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -2
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/ClaimDeviceCommand.js +2 -2
- package/dist-cjs/commands/CreateChannelCommand.js +2 -2
- package/dist-cjs/commands/CreateInputCommand.js +2 -2
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiplexCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteInputCommand.js +2 -2
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/DeleteReservationCommand.js +2 -2
- package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
- package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
- package/dist-cjs/commands/ListChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -2
- package/dist-cjs/commands/ListInputDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListInputsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiplexesCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListReservationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-cjs/commands/RebootInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/StartChannelCommand.js +2 -2
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -2
- package/dist-cjs/commands/StartMultiplexCommand.js +2 -2
- package/dist-cjs/commands/StopChannelCommand.js +2 -2
- package/dist-cjs/commands/StopMultiplexCommand.js +2 -2
- package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -2
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/UpdateReservationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +574 -858
- package/dist-cjs/models/models_1.js +774 -1158
- package/dist-cjs/models/models_2.js +45 -67
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/BatchDeleteCommand.js +3 -3
- package/dist-es/commands/BatchStartCommand.js +3 -3
- package/dist-es/commands/BatchStopCommand.js +3 -3
- package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/ClaimDeviceCommand.js +3 -3
- package/dist-es/commands/CreateChannelCommand.js +3 -3
- package/dist-es/commands/CreateInputCommand.js +3 -3
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInputCommand.js +3 -3
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DeleteReservationCommand.js +3 -3
- package/dist-es/commands/DeleteScheduleCommand.js +3 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeChannelCommand.js +3 -3
- package/dist-es/commands/DescribeInputCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DescribeOfferingCommand.js +3 -3
- package/dist-es/commands/DescribeReservationCommand.js +3 -3
- package/dist-es/commands/DescribeScheduleCommand.js +3 -3
- package/dist-es/commands/ListChannelsCommand.js +3 -3
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
- package/dist-es/commands/ListInputDevicesCommand.js +3 -3
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/ListInputsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexesCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListReservationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RebootInputDeviceCommand.js +3 -3
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/StartChannelCommand.js +3 -3
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +3 -3
- package/dist-es/commands/StartMultiplexCommand.js +3 -3
- package/dist-es/commands/StopChannelCommand.js +3 -3
- package/dist-es/commands/StopMultiplexCommand.js +3 -3
- package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
- package/dist-es/commands/UpdateChannelCommand.js +3 -3
- package/dist-es/commands/UpdateInputCommand.js +4 -4
- package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/UpdateReservationCommand.js +3 -3
- package/dist-es/models/models_0.js +142 -568
- package/dist-es/models/models_1.js +192 -768
- package/dist-es/models/models_2.js +11 -44
- package/dist-types/models/models_0.d.ts +568 -852
- package/dist-types/models/models_1.d.ts +768 -1152
- package/dist-types/models/models_2.d.ts +44 -66
- package/dist-types/ts3.4/models/models_0.d.ts +284 -568
- package/dist-types/ts3.4/models/models_1.d.ts +384 -768
- package/dist-types/ts3.4/models/models_2.d.ts +22 -44
- package/package.json +6 -6
|
@@ -5,10 +5,6 @@ export interface InputChannelLevel {
|
|
|
5
5
|
|
|
6
6
|
InputChannel: number | undefined;
|
|
7
7
|
}
|
|
8
|
-
export declare namespace InputChannelLevel {
|
|
9
|
-
|
|
10
|
-
const filterSensitiveLog: (obj: InputChannelLevel) => any;
|
|
11
|
-
}
|
|
12
8
|
|
|
13
9
|
export interface AudioChannelMapping {
|
|
14
10
|
|
|
@@ -16,10 +12,6 @@ export interface AudioChannelMapping {
|
|
|
16
12
|
|
|
17
13
|
OutputChannel: number | undefined;
|
|
18
14
|
}
|
|
19
|
-
export declare namespace AudioChannelMapping {
|
|
20
|
-
|
|
21
|
-
const filterSensitiveLog: (obj: AudioChannelMapping) => any;
|
|
22
|
-
}
|
|
23
15
|
export declare enum AudioNormalizationAlgorithm {
|
|
24
16
|
ITU_1770_1 = "ITU_1770_1",
|
|
25
17
|
ITU_1770_2 = "ITU_1770_2"
|
|
@@ -36,10 +28,6 @@ export interface AudioNormalizationSettings {
|
|
|
36
28
|
|
|
37
29
|
TargetLkfs?: number;
|
|
38
30
|
}
|
|
39
|
-
export declare namespace AudioNormalizationSettings {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: AudioNormalizationSettings) => any;
|
|
42
|
-
}
|
|
43
31
|
export declare enum AudioType {
|
|
44
32
|
CLEAN_EFFECTS = "CLEAN_EFFECTS",
|
|
45
33
|
HEARING_IMPAIRED = "HEARING_IMPAIRED",
|
|
@@ -63,10 +51,6 @@ export interface NielsenCBET {
|
|
|
63
51
|
|
|
64
52
|
Csid: string | undefined;
|
|
65
53
|
}
|
|
66
|
-
export declare namespace NielsenCBET {
|
|
67
|
-
|
|
68
|
-
const filterSensitiveLog: (obj: NielsenCBET) => any;
|
|
69
|
-
}
|
|
70
54
|
export declare enum NielsenWatermarksDistributionTypes {
|
|
71
55
|
FINAL_DISTRIBUTOR = "FINAL_DISTRIBUTOR",
|
|
72
56
|
PROGRAM_CONTENT = "PROGRAM_CONTENT"
|
|
@@ -78,10 +62,6 @@ export interface NielsenNaesIiNw {
|
|
|
78
62
|
|
|
79
63
|
Sid: number | undefined;
|
|
80
64
|
}
|
|
81
|
-
export declare namespace NielsenNaesIiNw {
|
|
82
|
-
|
|
83
|
-
const filterSensitiveLog: (obj: NielsenNaesIiNw) => any;
|
|
84
|
-
}
|
|
85
65
|
|
|
86
66
|
export interface NielsenWatermarksSettings {
|
|
87
67
|
|
|
@@ -91,19 +71,11 @@ export interface NielsenWatermarksSettings {
|
|
|
91
71
|
|
|
92
72
|
NielsenNaesIiNwSettings?: NielsenNaesIiNw;
|
|
93
73
|
}
|
|
94
|
-
export declare namespace NielsenWatermarksSettings {
|
|
95
|
-
|
|
96
|
-
const filterSensitiveLog: (obj: NielsenWatermarksSettings) => any;
|
|
97
|
-
}
|
|
98
74
|
|
|
99
75
|
export interface AudioWatermarkSettings {
|
|
100
76
|
|
|
101
77
|
NielsenWatermarksSettings?: NielsenWatermarksSettings;
|
|
102
78
|
}
|
|
103
|
-
export declare namespace AudioWatermarkSettings {
|
|
104
|
-
|
|
105
|
-
const filterSensitiveLog: (obj: AudioWatermarkSettings) => any;
|
|
106
|
-
}
|
|
107
79
|
export declare enum AacCodingMode {
|
|
108
80
|
AD_RECEIVER_MIX = "AD_RECEIVER_MIX",
|
|
109
81
|
CODING_MODE_1_0 = "CODING_MODE_1_0",
|
|
@@ -159,10 +131,6 @@ export interface AacSettings {
|
|
|
159
131
|
|
|
160
132
|
VbrQuality?: AacVbrQuality | string;
|
|
161
133
|
}
|
|
162
|
-
export declare namespace AacSettings {
|
|
163
|
-
|
|
164
|
-
const filterSensitiveLog: (obj: AacSettings) => any;
|
|
165
|
-
}
|
|
166
134
|
export declare enum Ac3BitstreamMode {
|
|
167
135
|
COMMENTARY = "COMMENTARY",
|
|
168
136
|
COMPLETE_MAIN = "COMPLETE_MAIN",
|
|
@@ -208,10 +176,6 @@ export interface Ac3Settings {
|
|
|
208
176
|
|
|
209
177
|
MetadataControl?: Ac3MetadataControl | string;
|
|
210
178
|
}
|
|
211
|
-
export declare namespace Ac3Settings {
|
|
212
|
-
|
|
213
|
-
const filterSensitiveLog: (obj: Ac3Settings) => any;
|
|
214
|
-
}
|
|
215
179
|
export declare enum Eac3AttenuationControl {
|
|
216
180
|
ATTENUATE_3_DB = "ATTENUATE_3_DB",
|
|
217
181
|
NONE = "NONE"
|
|
@@ -327,10 +291,6 @@ export interface Eac3Settings {
|
|
|
327
291
|
|
|
328
292
|
SurroundMode?: Eac3SurroundMode | string;
|
|
329
293
|
}
|
|
330
|
-
export declare namespace Eac3Settings {
|
|
331
|
-
|
|
332
|
-
const filterSensitiveLog: (obj: Eac3Settings) => any;
|
|
333
|
-
}
|
|
334
294
|
export declare enum Mp2CodingMode {
|
|
335
295
|
CODING_MODE_1_0 = "CODING_MODE_1_0",
|
|
336
296
|
CODING_MODE_2_0 = "CODING_MODE_2_0"
|
|
@@ -344,17 +304,9 @@ export interface Mp2Settings {
|
|
|
344
304
|
|
|
345
305
|
SampleRate?: number;
|
|
346
306
|
}
|
|
347
|
-
export declare namespace Mp2Settings {
|
|
348
|
-
|
|
349
|
-
const filterSensitiveLog: (obj: Mp2Settings) => any;
|
|
350
|
-
}
|
|
351
307
|
|
|
352
308
|
export interface PassThroughSettings {
|
|
353
309
|
}
|
|
354
|
-
export declare namespace PassThroughSettings {
|
|
355
|
-
|
|
356
|
-
const filterSensitiveLog: (obj: PassThroughSettings) => any;
|
|
357
|
-
}
|
|
358
310
|
export declare enum WavCodingMode {
|
|
359
311
|
CODING_MODE_1_0 = "CODING_MODE_1_0",
|
|
360
312
|
CODING_MODE_2_0 = "CODING_MODE_2_0",
|
|
@@ -370,10 +322,6 @@ export interface WavSettings {
|
|
|
370
322
|
|
|
371
323
|
SampleRate?: number;
|
|
372
324
|
}
|
|
373
|
-
export declare namespace WavSettings {
|
|
374
|
-
|
|
375
|
-
const filterSensitiveLog: (obj: WavSettings) => any;
|
|
376
|
-
}
|
|
377
325
|
|
|
378
326
|
export interface AudioCodecSettings {
|
|
379
327
|
|
|
@@ -389,10 +337,6 @@ export interface AudioCodecSettings {
|
|
|
389
337
|
|
|
390
338
|
WavSettings?: WavSettings;
|
|
391
339
|
}
|
|
392
|
-
export declare namespace AudioCodecSettings {
|
|
393
|
-
|
|
394
|
-
const filterSensitiveLog: (obj: AudioCodecSettings) => any;
|
|
395
|
-
}
|
|
396
340
|
export declare enum AudioDescriptionLanguageCodeControl {
|
|
397
341
|
FOLLOW_INPUT = "FOLLOW_INPUT",
|
|
398
342
|
USE_CONFIGURED = "USE_CONFIGURED"
|
|
@@ -406,10 +350,6 @@ export interface RemixSettings {
|
|
|
406
350
|
|
|
407
351
|
ChannelsOut?: number;
|
|
408
352
|
}
|
|
409
|
-
export declare namespace RemixSettings {
|
|
410
|
-
|
|
411
|
-
const filterSensitiveLog: (obj: RemixSettings) => any;
|
|
412
|
-
}
|
|
413
353
|
|
|
414
354
|
export interface AudioDescription {
|
|
415
355
|
|
|
@@ -435,10 +375,6 @@ export interface AudioDescription {
|
|
|
435
375
|
|
|
436
376
|
StreamName?: string;
|
|
437
377
|
}
|
|
438
|
-
export declare namespace AudioDescription {
|
|
439
|
-
|
|
440
|
-
const filterSensitiveLog: (obj: AudioDescription) => any;
|
|
441
|
-
}
|
|
442
378
|
|
|
443
379
|
export interface AudioHlsRenditionSelection {
|
|
444
380
|
|
|
@@ -446,10 +382,6 @@ export interface AudioHlsRenditionSelection {
|
|
|
446
382
|
|
|
447
383
|
Name: string | undefined;
|
|
448
384
|
}
|
|
449
|
-
export declare namespace AudioHlsRenditionSelection {
|
|
450
|
-
|
|
451
|
-
const filterSensitiveLog: (obj: AudioHlsRenditionSelection) => any;
|
|
452
|
-
}
|
|
453
385
|
export declare enum AudioLanguageSelectionPolicy {
|
|
454
386
|
LOOSE = "LOOSE",
|
|
455
387
|
STRICT = "STRICT"
|
|
@@ -461,37 +393,21 @@ export interface AudioLanguageSelection {
|
|
|
461
393
|
|
|
462
394
|
LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | string;
|
|
463
395
|
}
|
|
464
|
-
export declare namespace AudioLanguageSelection {
|
|
465
|
-
|
|
466
|
-
const filterSensitiveLog: (obj: AudioLanguageSelection) => any;
|
|
467
|
-
}
|
|
468
396
|
|
|
469
397
|
export interface AudioPidSelection {
|
|
470
398
|
|
|
471
399
|
Pid: number | undefined;
|
|
472
400
|
}
|
|
473
|
-
export declare namespace AudioPidSelection {
|
|
474
|
-
|
|
475
|
-
const filterSensitiveLog: (obj: AudioPidSelection) => any;
|
|
476
|
-
}
|
|
477
401
|
|
|
478
402
|
export interface AudioTrack {
|
|
479
403
|
|
|
480
404
|
Track: number | undefined;
|
|
481
405
|
}
|
|
482
|
-
export declare namespace AudioTrack {
|
|
483
|
-
|
|
484
|
-
const filterSensitiveLog: (obj: AudioTrack) => any;
|
|
485
|
-
}
|
|
486
406
|
|
|
487
407
|
export interface AudioTrackSelection {
|
|
488
408
|
|
|
489
409
|
Tracks: AudioTrack[] | undefined;
|
|
490
410
|
}
|
|
491
|
-
export declare namespace AudioTrackSelection {
|
|
492
|
-
|
|
493
|
-
const filterSensitiveLog: (obj: AudioTrackSelection) => any;
|
|
494
|
-
}
|
|
495
411
|
|
|
496
412
|
export interface AudioSelectorSettings {
|
|
497
413
|
|
|
@@ -503,10 +419,6 @@ export interface AudioSelectorSettings {
|
|
|
503
419
|
|
|
504
420
|
AudioTrackSelection?: AudioTrackSelection;
|
|
505
421
|
}
|
|
506
|
-
export declare namespace AudioSelectorSettings {
|
|
507
|
-
|
|
508
|
-
const filterSensitiveLog: (obj: AudioSelectorSettings) => any;
|
|
509
|
-
}
|
|
510
422
|
|
|
511
423
|
export interface AudioSelector {
|
|
512
424
|
|
|
@@ -514,10 +426,6 @@ export interface AudioSelector {
|
|
|
514
426
|
|
|
515
427
|
SelectorSettings?: AudioSelectorSettings;
|
|
516
428
|
}
|
|
517
|
-
export declare namespace AudioSelector {
|
|
518
|
-
|
|
519
|
-
const filterSensitiveLog: (obj: AudioSelector) => any;
|
|
520
|
-
}
|
|
521
429
|
|
|
522
430
|
export interface BatchFailedResultModel {
|
|
523
431
|
|
|
@@ -529,10 +437,6 @@ export interface BatchFailedResultModel {
|
|
|
529
437
|
|
|
530
438
|
Message?: string;
|
|
531
439
|
}
|
|
532
|
-
export declare namespace BatchFailedResultModel {
|
|
533
|
-
|
|
534
|
-
const filterSensitiveLog: (obj: BatchFailedResultModel) => any;
|
|
535
|
-
}
|
|
536
440
|
|
|
537
441
|
export interface BatchSuccessfulResultModel {
|
|
538
442
|
|
|
@@ -542,10 +446,6 @@ export interface BatchSuccessfulResultModel {
|
|
|
542
446
|
|
|
543
447
|
State?: string;
|
|
544
448
|
}
|
|
545
|
-
export declare namespace BatchSuccessfulResultModel {
|
|
546
|
-
|
|
547
|
-
const filterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
|
|
548
|
-
}
|
|
549
449
|
export declare enum AccessibilityType {
|
|
550
450
|
DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES",
|
|
551
451
|
IMPLEMENTS_ACCESSIBILITY_FEATURES = "IMPLEMENTS_ACCESSIBILITY_FEATURES"
|
|
@@ -553,10 +453,6 @@ export declare enum AccessibilityType {
|
|
|
553
453
|
|
|
554
454
|
export interface AribDestinationSettings {
|
|
555
455
|
}
|
|
556
|
-
export declare namespace AribDestinationSettings {
|
|
557
|
-
|
|
558
|
-
const filterSensitiveLog: (obj: AribDestinationSettings) => any;
|
|
559
|
-
}
|
|
560
456
|
export declare enum BurnInAlignment {
|
|
561
457
|
CENTERED = "CENTERED",
|
|
562
458
|
LEFT = "LEFT",
|
|
@@ -576,10 +472,6 @@ export interface InputLocation {
|
|
|
576
472
|
|
|
577
473
|
Username?: string;
|
|
578
474
|
}
|
|
579
|
-
export declare namespace InputLocation {
|
|
580
|
-
|
|
581
|
-
const filterSensitiveLog: (obj: InputLocation) => any;
|
|
582
|
-
}
|
|
583
475
|
export declare enum BurnInFontColor {
|
|
584
476
|
BLACK = "BLACK",
|
|
585
477
|
BLUE = "BLUE",
|
|
@@ -642,10 +534,6 @@ export interface BurnInDestinationSettings {
|
|
|
642
534
|
|
|
643
535
|
YPosition?: number;
|
|
644
536
|
}
|
|
645
|
-
export declare namespace BurnInDestinationSettings {
|
|
646
|
-
|
|
647
|
-
const filterSensitiveLog: (obj: BurnInDestinationSettings) => any;
|
|
648
|
-
}
|
|
649
537
|
export declare enum DvbSubDestinationAlignment {
|
|
650
538
|
CENTERED = "CENTERED",
|
|
651
539
|
LEFT = "LEFT",
|
|
@@ -718,10 +606,6 @@ export interface DvbSubDestinationSettings {
|
|
|
718
606
|
|
|
719
607
|
YPosition?: number;
|
|
720
608
|
}
|
|
721
|
-
export declare namespace DvbSubDestinationSettings {
|
|
722
|
-
|
|
723
|
-
const filterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
|
|
724
|
-
}
|
|
725
609
|
export declare enum EbuTtDFillLineGapControl {
|
|
726
610
|
DISABLED = "DISABLED",
|
|
727
611
|
ENABLED = "ENABLED"
|
|
@@ -741,59 +625,27 @@ export interface EbuTtDDestinationSettings {
|
|
|
741
625
|
|
|
742
626
|
StyleControl?: EbuTtDDestinationStyleControl | string;
|
|
743
627
|
}
|
|
744
|
-
export declare namespace EbuTtDDestinationSettings {
|
|
745
|
-
|
|
746
|
-
const filterSensitiveLog: (obj: EbuTtDDestinationSettings) => any;
|
|
747
|
-
}
|
|
748
628
|
|
|
749
629
|
export interface EmbeddedDestinationSettings {
|
|
750
630
|
}
|
|
751
|
-
export declare namespace EmbeddedDestinationSettings {
|
|
752
|
-
|
|
753
|
-
const filterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
|
|
754
|
-
}
|
|
755
631
|
|
|
756
632
|
export interface EmbeddedPlusScte20DestinationSettings {
|
|
757
633
|
}
|
|
758
|
-
export declare namespace EmbeddedPlusScte20DestinationSettings {
|
|
759
|
-
|
|
760
|
-
const filterSensitiveLog: (obj: EmbeddedPlusScte20DestinationSettings) => any;
|
|
761
|
-
}
|
|
762
634
|
|
|
763
635
|
export interface RtmpCaptionInfoDestinationSettings {
|
|
764
636
|
}
|
|
765
|
-
export declare namespace RtmpCaptionInfoDestinationSettings {
|
|
766
|
-
|
|
767
|
-
const filterSensitiveLog: (obj: RtmpCaptionInfoDestinationSettings) => any;
|
|
768
|
-
}
|
|
769
637
|
|
|
770
638
|
export interface Scte20PlusEmbeddedDestinationSettings {
|
|
771
639
|
}
|
|
772
|
-
export declare namespace Scte20PlusEmbeddedDestinationSettings {
|
|
773
|
-
|
|
774
|
-
const filterSensitiveLog: (obj: Scte20PlusEmbeddedDestinationSettings) => any;
|
|
775
|
-
}
|
|
776
640
|
|
|
777
641
|
export interface Scte27DestinationSettings {
|
|
778
642
|
}
|
|
779
|
-
export declare namespace Scte27DestinationSettings {
|
|
780
|
-
|
|
781
|
-
const filterSensitiveLog: (obj: Scte27DestinationSettings) => any;
|
|
782
|
-
}
|
|
783
643
|
|
|
784
644
|
export interface SmpteTtDestinationSettings {
|
|
785
645
|
}
|
|
786
|
-
export declare namespace SmpteTtDestinationSettings {
|
|
787
|
-
|
|
788
|
-
const filterSensitiveLog: (obj: SmpteTtDestinationSettings) => any;
|
|
789
|
-
}
|
|
790
646
|
|
|
791
647
|
export interface TeletextDestinationSettings {
|
|
792
648
|
}
|
|
793
|
-
export declare namespace TeletextDestinationSettings {
|
|
794
|
-
|
|
795
|
-
const filterSensitiveLog: (obj: TeletextDestinationSettings) => any;
|
|
796
|
-
}
|
|
797
649
|
export declare enum TtmlDestinationStyleControl {
|
|
798
650
|
PASSTHROUGH = "PASSTHROUGH",
|
|
799
651
|
USE_CONFIGURED = "USE_CONFIGURED"
|
|
@@ -803,10 +655,6 @@ export interface TtmlDestinationSettings {
|
|
|
803
655
|
|
|
804
656
|
StyleControl?: TtmlDestinationStyleControl | string;
|
|
805
657
|
}
|
|
806
|
-
export declare namespace TtmlDestinationSettings {
|
|
807
|
-
|
|
808
|
-
const filterSensitiveLog: (obj: TtmlDestinationSettings) => any;
|
|
809
|
-
}
|
|
810
658
|
export declare enum WebvttDestinationStyleControl {
|
|
811
659
|
NO_STYLE_DATA = "NO_STYLE_DATA",
|
|
812
660
|
PASSTHROUGH = "PASSTHROUGH"
|
|
@@ -816,10 +664,6 @@ export interface WebvttDestinationSettings {
|
|
|
816
664
|
|
|
817
665
|
StyleControl?: WebvttDestinationStyleControl | string;
|
|
818
666
|
}
|
|
819
|
-
export declare namespace WebvttDestinationSettings {
|
|
820
|
-
|
|
821
|
-
const filterSensitiveLog: (obj: WebvttDestinationSettings) => any;
|
|
822
|
-
}
|
|
823
667
|
|
|
824
668
|
export interface CaptionDestinationSettings {
|
|
825
669
|
|
|
@@ -849,10 +693,6 @@ export interface CaptionDestinationSettings {
|
|
|
849
693
|
|
|
850
694
|
WebvttDestinationSettings?: WebvttDestinationSettings;
|
|
851
695
|
}
|
|
852
|
-
export declare namespace CaptionDestinationSettings {
|
|
853
|
-
|
|
854
|
-
const filterSensitiveLog: (obj: CaptionDestinationSettings) => any;
|
|
855
|
-
}
|
|
856
696
|
|
|
857
697
|
export interface CaptionDescription {
|
|
858
698
|
|
|
@@ -868,10 +708,6 @@ export interface CaptionDescription {
|
|
|
868
708
|
|
|
869
709
|
Name: string | undefined;
|
|
870
710
|
}
|
|
871
|
-
export declare namespace CaptionDescription {
|
|
872
|
-
|
|
873
|
-
const filterSensitiveLog: (obj: CaptionDescription) => any;
|
|
874
|
-
}
|
|
875
711
|
|
|
876
712
|
export interface CaptionLanguageMapping {
|
|
877
713
|
|
|
@@ -881,26 +717,14 @@ export interface CaptionLanguageMapping {
|
|
|
881
717
|
|
|
882
718
|
LanguageDescription: string | undefined;
|
|
883
719
|
}
|
|
884
|
-
export declare namespace CaptionLanguageMapping {
|
|
885
|
-
|
|
886
|
-
const filterSensitiveLog: (obj: CaptionLanguageMapping) => any;
|
|
887
|
-
}
|
|
888
720
|
|
|
889
721
|
export interface AncillarySourceSettings {
|
|
890
722
|
|
|
891
723
|
SourceAncillaryChannelNumber?: number;
|
|
892
724
|
}
|
|
893
|
-
export declare namespace AncillarySourceSettings {
|
|
894
|
-
|
|
895
|
-
const filterSensitiveLog: (obj: AncillarySourceSettings) => any;
|
|
896
|
-
}
|
|
897
725
|
|
|
898
726
|
export interface AribSourceSettings {
|
|
899
727
|
}
|
|
900
|
-
export declare namespace AribSourceSettings {
|
|
901
|
-
|
|
902
|
-
const filterSensitiveLog: (obj: AribSourceSettings) => any;
|
|
903
|
-
}
|
|
904
728
|
export declare enum DvbSubOcrLanguage {
|
|
905
729
|
DEU = "DEU",
|
|
906
730
|
ENG = "ENG",
|
|
@@ -916,10 +740,6 @@ export interface DvbSubSourceSettings {
|
|
|
916
740
|
|
|
917
741
|
Pid?: number;
|
|
918
742
|
}
|
|
919
|
-
export declare namespace DvbSubSourceSettings {
|
|
920
|
-
|
|
921
|
-
const filterSensitiveLog: (obj: DvbSubSourceSettings) => any;
|
|
922
|
-
}
|
|
923
743
|
export declare enum EmbeddedConvert608To708 {
|
|
924
744
|
DISABLED = "DISABLED",
|
|
925
745
|
UPCONVERT = "UPCONVERT"
|
|
@@ -939,10 +759,6 @@ export interface EmbeddedSourceSettings {
|
|
|
939
759
|
|
|
940
760
|
Source608TrackNumber?: number;
|
|
941
761
|
}
|
|
942
|
-
export declare namespace EmbeddedSourceSettings {
|
|
943
|
-
|
|
944
|
-
const filterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
|
|
945
|
-
}
|
|
946
762
|
export declare enum Scte20Convert608To708 {
|
|
947
763
|
DISABLED = "DISABLED",
|
|
948
764
|
UPCONVERT = "UPCONVERT"
|
|
@@ -954,10 +770,6 @@ export interface Scte20SourceSettings {
|
|
|
954
770
|
|
|
955
771
|
Source608ChannelNumber?: number;
|
|
956
772
|
}
|
|
957
|
-
export declare namespace Scte20SourceSettings {
|
|
958
|
-
|
|
959
|
-
const filterSensitiveLog: (obj: Scte20SourceSettings) => any;
|
|
960
|
-
}
|
|
961
773
|
export declare enum Scte27OcrLanguage {
|
|
962
774
|
DEU = "DEU",
|
|
963
775
|
ENG = "ENG",
|
|
@@ -973,10 +785,6 @@ export interface Scte27SourceSettings {
|
|
|
973
785
|
|
|
974
786
|
Pid?: number;
|
|
975
787
|
}
|
|
976
|
-
export declare namespace Scte27SourceSettings {
|
|
977
|
-
|
|
978
|
-
const filterSensitiveLog: (obj: Scte27SourceSettings) => any;
|
|
979
|
-
}
|
|
980
788
|
|
|
981
789
|
export interface CaptionRectangle {
|
|
982
790
|
|
|
@@ -988,10 +796,6 @@ export interface CaptionRectangle {
|
|
|
988
796
|
|
|
989
797
|
Width: number | undefined;
|
|
990
798
|
}
|
|
991
|
-
export declare namespace CaptionRectangle {
|
|
992
|
-
|
|
993
|
-
const filterSensitiveLog: (obj: CaptionRectangle) => any;
|
|
994
|
-
}
|
|
995
799
|
|
|
996
800
|
export interface TeletextSourceSettings {
|
|
997
801
|
|
|
@@ -999,10 +803,6 @@ export interface TeletextSourceSettings {
|
|
|
999
803
|
|
|
1000
804
|
PageNumber?: string;
|
|
1001
805
|
}
|
|
1002
|
-
export declare namespace TeletextSourceSettings {
|
|
1003
|
-
|
|
1004
|
-
const filterSensitiveLog: (obj: TeletextSourceSettings) => any;
|
|
1005
|
-
}
|
|
1006
806
|
|
|
1007
807
|
export interface CaptionSelectorSettings {
|
|
1008
808
|
|
|
@@ -1020,10 +820,6 @@ export interface CaptionSelectorSettings {
|
|
|
1020
820
|
|
|
1021
821
|
TeletextSourceSettings?: TeletextSourceSettings;
|
|
1022
822
|
}
|
|
1023
|
-
export declare namespace CaptionSelectorSettings {
|
|
1024
|
-
|
|
1025
|
-
const filterSensitiveLog: (obj: CaptionSelectorSettings) => any;
|
|
1026
|
-
}
|
|
1027
823
|
|
|
1028
824
|
export interface CaptionSelector {
|
|
1029
825
|
|
|
@@ -1033,19 +829,11 @@ export interface CaptionSelector {
|
|
|
1033
829
|
|
|
1034
830
|
SelectorSettings?: CaptionSelectorSettings;
|
|
1035
831
|
}
|
|
1036
|
-
export declare namespace CaptionSelector {
|
|
1037
|
-
|
|
1038
|
-
const filterSensitiveLog: (obj: CaptionSelector) => any;
|
|
1039
|
-
}
|
|
1040
832
|
|
|
1041
833
|
export interface ChannelEgressEndpoint {
|
|
1042
834
|
|
|
1043
835
|
SourceIp?: string;
|
|
1044
836
|
}
|
|
1045
|
-
export declare namespace ChannelEgressEndpoint {
|
|
1046
|
-
|
|
1047
|
-
const filterSensitiveLog: (obj: ChannelEgressEndpoint) => any;
|
|
1048
|
-
}
|
|
1049
837
|
export declare enum CdiInputResolution {
|
|
1050
838
|
FHD = "FHD",
|
|
1051
839
|
HD = "HD",
|
|
@@ -1057,10 +845,6 @@ export interface CdiInputSpecification {
|
|
|
1057
845
|
|
|
1058
846
|
Resolution?: CdiInputResolution | string;
|
|
1059
847
|
}
|
|
1060
|
-
export declare namespace CdiInputSpecification {
|
|
1061
|
-
|
|
1062
|
-
const filterSensitiveLog: (obj: CdiInputSpecification) => any;
|
|
1063
|
-
}
|
|
1064
848
|
export declare enum ChannelClass {
|
|
1065
849
|
SINGLE_PIPELINE = "SINGLE_PIPELINE",
|
|
1066
850
|
STANDARD = "STANDARD"
|
|
@@ -1070,10 +854,6 @@ export interface MediaPackageOutputDestinationSettings {
|
|
|
1070
854
|
|
|
1071
855
|
ChannelId?: string;
|
|
1072
856
|
}
|
|
1073
|
-
export declare namespace MediaPackageOutputDestinationSettings {
|
|
1074
|
-
|
|
1075
|
-
const filterSensitiveLog: (obj: MediaPackageOutputDestinationSettings) => any;
|
|
1076
|
-
}
|
|
1077
857
|
|
|
1078
858
|
export interface MultiplexProgramChannelDestinationSettings {
|
|
1079
859
|
|
|
@@ -1081,10 +861,6 @@ export interface MultiplexProgramChannelDestinationSettings {
|
|
|
1081
861
|
|
|
1082
862
|
ProgramName?: string;
|
|
1083
863
|
}
|
|
1084
|
-
export declare namespace MultiplexProgramChannelDestinationSettings {
|
|
1085
|
-
|
|
1086
|
-
const filterSensitiveLog: (obj: MultiplexProgramChannelDestinationSettings) => any;
|
|
1087
|
-
}
|
|
1088
864
|
|
|
1089
865
|
export interface OutputDestinationSettings {
|
|
1090
866
|
|
|
@@ -1096,10 +872,6 @@ export interface OutputDestinationSettings {
|
|
|
1096
872
|
|
|
1097
873
|
Username?: string;
|
|
1098
874
|
}
|
|
1099
|
-
export declare namespace OutputDestinationSettings {
|
|
1100
|
-
|
|
1101
|
-
const filterSensitiveLog: (obj: OutputDestinationSettings) => any;
|
|
1102
|
-
}
|
|
1103
875
|
|
|
1104
876
|
export interface OutputDestination {
|
|
1105
877
|
|
|
@@ -1111,10 +883,6 @@ export interface OutputDestination {
|
|
|
1111
883
|
|
|
1112
884
|
Settings?: OutputDestinationSettings[];
|
|
1113
885
|
}
|
|
1114
|
-
export declare namespace OutputDestination {
|
|
1115
|
-
|
|
1116
|
-
const filterSensitiveLog: (obj: OutputDestination) => any;
|
|
1117
|
-
}
|
|
1118
886
|
|
|
1119
887
|
export interface AudioSilenceFailoverSettings {
|
|
1120
888
|
|
|
@@ -1122,19 +890,11 @@ export interface AudioSilenceFailoverSettings {
|
|
|
1122
890
|
|
|
1123
891
|
AudioSilenceThresholdMsec?: number;
|
|
1124
892
|
}
|
|
1125
|
-
export declare namespace AudioSilenceFailoverSettings {
|
|
1126
|
-
|
|
1127
|
-
const filterSensitiveLog: (obj: AudioSilenceFailoverSettings) => any;
|
|
1128
|
-
}
|
|
1129
893
|
|
|
1130
894
|
export interface InputLossFailoverSettings {
|
|
1131
895
|
|
|
1132
896
|
InputLossThresholdMsec?: number;
|
|
1133
897
|
}
|
|
1134
|
-
export declare namespace InputLossFailoverSettings {
|
|
1135
|
-
|
|
1136
|
-
const filterSensitiveLog: (obj: InputLossFailoverSettings) => any;
|
|
1137
|
-
}
|
|
1138
898
|
|
|
1139
899
|
export interface VideoBlackFailoverSettings {
|
|
1140
900
|
|
|
@@ -1142,10 +902,6 @@ export interface VideoBlackFailoverSettings {
|
|
|
1142
902
|
|
|
1143
903
|
VideoBlackThresholdMsec?: number;
|
|
1144
904
|
}
|
|
1145
|
-
export declare namespace VideoBlackFailoverSettings {
|
|
1146
|
-
|
|
1147
|
-
const filterSensitiveLog: (obj: VideoBlackFailoverSettings) => any;
|
|
1148
|
-
}
|
|
1149
905
|
|
|
1150
906
|
export interface FailoverConditionSettings {
|
|
1151
907
|
|
|
@@ -1155,19 +911,11 @@ export interface FailoverConditionSettings {
|
|
|
1155
911
|
|
|
1156
912
|
VideoBlackSettings?: VideoBlackFailoverSettings;
|
|
1157
913
|
}
|
|
1158
|
-
export declare namespace FailoverConditionSettings {
|
|
1159
|
-
|
|
1160
|
-
const filterSensitiveLog: (obj: FailoverConditionSettings) => any;
|
|
1161
|
-
}
|
|
1162
914
|
|
|
1163
915
|
export interface FailoverCondition {
|
|
1164
916
|
|
|
1165
917
|
FailoverConditionSettings?: FailoverConditionSettings;
|
|
1166
918
|
}
|
|
1167
|
-
export declare namespace FailoverCondition {
|
|
1168
|
-
|
|
1169
|
-
const filterSensitiveLog: (obj: FailoverCondition) => any;
|
|
1170
|
-
}
|
|
1171
919
|
export declare enum InputPreference {
|
|
1172
920
|
EQUAL_INPUT_PREFERENCE = "EQUAL_INPUT_PREFERENCE",
|
|
1173
921
|
PRIMARY_INPUT_PREFERRED = "PRIMARY_INPUT_PREFERRED"
|
|
@@ -1183,10 +931,6 @@ export interface AutomaticInputFailoverSettings {
|
|
|
1183
931
|
|
|
1184
932
|
SecondaryInputId: string | undefined;
|
|
1185
933
|
}
|
|
1186
|
-
export declare namespace AutomaticInputFailoverSettings {
|
|
1187
|
-
|
|
1188
|
-
const filterSensitiveLog: (obj: AutomaticInputFailoverSettings) => any;
|
|
1189
|
-
}
|
|
1190
934
|
export declare enum InputDeblockFilter {
|
|
1191
935
|
DISABLED = "DISABLED",
|
|
1192
936
|
ENABLED = "ENABLED"
|
|
@@ -1217,10 +961,6 @@ export interface HlsInputSettings {
|
|
|
1217
961
|
|
|
1218
962
|
Scte35Source?: HlsScte35SourceType | string;
|
|
1219
963
|
}
|
|
1220
|
-
export declare namespace HlsInputSettings {
|
|
1221
|
-
|
|
1222
|
-
const filterSensitiveLog: (obj: HlsInputSettings) => any;
|
|
1223
|
-
}
|
|
1224
964
|
export declare enum NetworkInputServerValidation {
|
|
1225
965
|
CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME",
|
|
1226
966
|
CHECK_CRYPTOGRAPHY_ONLY = "CHECK_CRYPTOGRAPHY_ONLY"
|
|
@@ -1232,10 +972,6 @@ export interface NetworkInputSettings {
|
|
|
1232
972
|
|
|
1233
973
|
ServerValidation?: NetworkInputServerValidation | string;
|
|
1234
974
|
}
|
|
1235
|
-
export declare namespace NetworkInputSettings {
|
|
1236
|
-
|
|
1237
|
-
const filterSensitiveLog: (obj: NetworkInputSettings) => any;
|
|
1238
|
-
}
|
|
1239
975
|
export declare enum Smpte2038DataPreference {
|
|
1240
976
|
IGNORE = "IGNORE",
|
|
1241
977
|
PREFER = "PREFER"
|
|
@@ -1258,19 +994,11 @@ export interface Hdr10Settings {
|
|
|
1258
994
|
|
|
1259
995
|
MaxFall?: number;
|
|
1260
996
|
}
|
|
1261
|
-
export declare namespace Hdr10Settings {
|
|
1262
|
-
|
|
1263
|
-
const filterSensitiveLog: (obj: Hdr10Settings) => any;
|
|
1264
|
-
}
|
|
1265
997
|
|
|
1266
998
|
export interface VideoSelectorColorSpaceSettings {
|
|
1267
999
|
|
|
1268
1000
|
Hdr10Settings?: Hdr10Settings;
|
|
1269
1001
|
}
|
|
1270
|
-
export declare namespace VideoSelectorColorSpaceSettings {
|
|
1271
|
-
|
|
1272
|
-
const filterSensitiveLog: (obj: VideoSelectorColorSpaceSettings) => any;
|
|
1273
|
-
}
|
|
1274
1002
|
export declare enum VideoSelectorColorSpaceUsage {
|
|
1275
1003
|
FALLBACK = "FALLBACK",
|
|
1276
1004
|
FORCE = "FORCE"
|
|
@@ -1280,19 +1008,11 @@ export interface VideoSelectorPid {
|
|
|
1280
1008
|
|
|
1281
1009
|
Pid?: number;
|
|
1282
1010
|
}
|
|
1283
|
-
export declare namespace VideoSelectorPid {
|
|
1284
|
-
|
|
1285
|
-
const filterSensitiveLog: (obj: VideoSelectorPid) => any;
|
|
1286
|
-
}
|
|
1287
1011
|
|
|
1288
1012
|
export interface VideoSelectorProgramId {
|
|
1289
1013
|
|
|
1290
1014
|
ProgramId?: number;
|
|
1291
1015
|
}
|
|
1292
|
-
export declare namespace VideoSelectorProgramId {
|
|
1293
|
-
|
|
1294
|
-
const filterSensitiveLog: (obj: VideoSelectorProgramId) => any;
|
|
1295
|
-
}
|
|
1296
1016
|
|
|
1297
1017
|
export interface VideoSelectorSettings {
|
|
1298
1018
|
|
|
@@ -1300,10 +1020,6 @@ export interface VideoSelectorSettings {
|
|
|
1300
1020
|
|
|
1301
1021
|
VideoSelectorProgramId?: VideoSelectorProgramId;
|
|
1302
1022
|
}
|
|
1303
|
-
export declare namespace VideoSelectorSettings {
|
|
1304
|
-
|
|
1305
|
-
const filterSensitiveLog: (obj: VideoSelectorSettings) => any;
|
|
1306
|
-
}
|
|
1307
1023
|
|
|
1308
1024
|
export interface VideoSelector {
|
|
1309
1025
|
|
|
@@ -1315,10 +1031,6 @@ export interface VideoSelector {
|
|
|
1315
1031
|
|
|
1316
1032
|
SelectorSettings?: VideoSelectorSettings;
|
|
1317
1033
|
}
|
|
1318
|
-
export declare namespace VideoSelector {
|
|
1319
|
-
|
|
1320
|
-
const filterSensitiveLog: (obj: VideoSelector) => any;
|
|
1321
|
-
}
|
|
1322
1034
|
|
|
1323
1035
|
export interface InputSettings {
|
|
1324
1036
|
|
|
@@ -1344,10 +1056,6 @@ export interface InputSettings {
|
|
|
1344
1056
|
|
|
1345
1057
|
VideoSelector?: VideoSelector;
|
|
1346
1058
|
}
|
|
1347
|
-
export declare namespace InputSettings {
|
|
1348
|
-
|
|
1349
|
-
const filterSensitiveLog: (obj: InputSettings) => any;
|
|
1350
|
-
}
|
|
1351
1059
|
|
|
1352
1060
|
export interface InputAttachment {
|
|
1353
1061
|
|
|
@@ -1359,10 +1067,6 @@ export interface InputAttachment {
|
|
|
1359
1067
|
|
|
1360
1068
|
InputSettings?: InputSettings;
|
|
1361
1069
|
}
|
|
1362
|
-
export declare namespace InputAttachment {
|
|
1363
|
-
|
|
1364
|
-
const filterSensitiveLog: (obj: InputAttachment) => any;
|
|
1365
|
-
}
|
|
1366
1070
|
export declare enum InputCodec {
|
|
1367
1071
|
AVC = "AVC",
|
|
1368
1072
|
HEVC = "HEVC",
|
|
@@ -1387,10 +1091,6 @@ export interface InputSpecification {
|
|
|
1387
1091
|
|
|
1388
1092
|
Resolution?: InputResolution | string;
|
|
1389
1093
|
}
|
|
1390
|
-
export declare namespace InputSpecification {
|
|
1391
|
-
|
|
1392
|
-
const filterSensitiveLog: (obj: InputSpecification) => any;
|
|
1393
|
-
}
|
|
1394
1094
|
export declare enum LogLevel {
|
|
1395
1095
|
DEBUG = "DEBUG",
|
|
1396
1096
|
DISABLED = "DISABLED",
|
|
@@ -1418,10 +1118,6 @@ export interface MaintenanceStatus {
|
|
|
1418
1118
|
|
|
1419
1119
|
MaintenanceStartTime?: string;
|
|
1420
1120
|
}
|
|
1421
|
-
export declare namespace MaintenanceStatus {
|
|
1422
|
-
|
|
1423
|
-
const filterSensitiveLog: (obj: MaintenanceStatus) => any;
|
|
1424
|
-
}
|
|
1425
1121
|
export declare enum ChannelState {
|
|
1426
1122
|
CREATE_FAILED = "CREATE_FAILED",
|
|
1427
1123
|
CREATING = "CREATING",
|
|
@@ -1446,10 +1142,6 @@ export interface VpcOutputSettingsDescription {
|
|
|
1446
1142
|
|
|
1447
1143
|
SubnetIds?: string[];
|
|
1448
1144
|
}
|
|
1449
|
-
export declare namespace VpcOutputSettingsDescription {
|
|
1450
|
-
|
|
1451
|
-
const filterSensitiveLog: (obj: VpcOutputSettingsDescription) => any;
|
|
1452
|
-
}
|
|
1453
1145
|
|
|
1454
1146
|
export interface ChannelSummary {
|
|
1455
1147
|
|
|
@@ -1485,10 +1177,6 @@ export interface ChannelSummary {
|
|
|
1485
1177
|
|
|
1486
1178
|
Vpc?: VpcOutputSettingsDescription;
|
|
1487
1179
|
}
|
|
1488
|
-
export declare namespace ChannelSummary {
|
|
1489
|
-
|
|
1490
|
-
const filterSensitiveLog: (obj: ChannelSummary) => any;
|
|
1491
|
-
}
|
|
1492
1180
|
export declare enum HlsAdMarkers {
|
|
1493
1181
|
ADOBE = "ADOBE",
|
|
1494
1182
|
ELEMENTAL = "ELEMENTAL",
|
|
@@ -1501,10 +1189,6 @@ export interface InputDestinationVpc {
|
|
|
1501
1189
|
|
|
1502
1190
|
NetworkInterfaceId?: string;
|
|
1503
1191
|
}
|
|
1504
|
-
export declare namespace InputDestinationVpc {
|
|
1505
|
-
|
|
1506
|
-
const filterSensitiveLog: (obj: InputDestinationVpc) => any;
|
|
1507
|
-
}
|
|
1508
1192
|
|
|
1509
1193
|
export interface InputDestination {
|
|
1510
1194
|
|
|
@@ -1516,10 +1200,6 @@ export interface InputDestination {
|
|
|
1516
1200
|
|
|
1517
1201
|
Vpc?: InputDestinationVpc;
|
|
1518
1202
|
}
|
|
1519
|
-
export declare namespace InputDestination {
|
|
1520
|
-
|
|
1521
|
-
const filterSensitiveLog: (obj: InputDestination) => any;
|
|
1522
|
-
}
|
|
1523
1203
|
export declare enum InputClass {
|
|
1524
1204
|
SINGLE_PIPELINE = "SINGLE_PIPELINE",
|
|
1525
1205
|
STANDARD = "STANDARD"
|
|
@@ -1529,10 +1209,6 @@ export interface InputDeviceSettings {
|
|
|
1529
1209
|
|
|
1530
1210
|
Id?: string;
|
|
1531
1211
|
}
|
|
1532
|
-
export declare namespace InputDeviceSettings {
|
|
1533
|
-
|
|
1534
|
-
const filterSensitiveLog: (obj: InputDeviceSettings) => any;
|
|
1535
|
-
}
|
|
1536
1212
|
export declare enum InputSourceType {
|
|
1537
1213
|
DYNAMIC = "DYNAMIC",
|
|
1538
1214
|
STATIC = "STATIC"
|
|
@@ -1542,10 +1218,6 @@ export interface MediaConnectFlow {
|
|
|
1542
1218
|
|
|
1543
1219
|
FlowArn?: string;
|
|
1544
1220
|
}
|
|
1545
|
-
export declare namespace MediaConnectFlow {
|
|
1546
|
-
|
|
1547
|
-
const filterSensitiveLog: (obj: MediaConnectFlow) => any;
|
|
1548
|
-
}
|
|
1549
1221
|
|
|
1550
1222
|
export interface InputSource {
|
|
1551
1223
|
|
|
@@ -1555,10 +1227,6 @@ export interface InputSource {
|
|
|
1555
1227
|
|
|
1556
1228
|
Username?: string;
|
|
1557
1229
|
}
|
|
1558
|
-
export declare namespace InputSource {
|
|
1559
|
-
|
|
1560
|
-
const filterSensitiveLog: (obj: InputSource) => any;
|
|
1561
|
-
}
|
|
1562
1230
|
export declare enum InputState {
|
|
1563
1231
|
ATTACHED = "ATTACHED",
|
|
1564
1232
|
CREATING = "CREATING",
|
|
@@ -1613,28 +1281,16 @@ export interface Input {
|
|
|
1613
1281
|
|
|
1614
1282
|
Type?: InputType | string;
|
|
1615
1283
|
}
|
|
1616
|
-
export declare namespace Input {
|
|
1617
|
-
|
|
1618
|
-
const filterSensitiveLog: (obj: Input) => any;
|
|
1619
|
-
}
|
|
1620
1284
|
|
|
1621
1285
|
export interface InputDestinationRequest {
|
|
1622
1286
|
|
|
1623
1287
|
StreamName?: string;
|
|
1624
1288
|
}
|
|
1625
|
-
export declare namespace InputDestinationRequest {
|
|
1626
|
-
|
|
1627
|
-
const filterSensitiveLog: (obj: InputDestinationRequest) => any;
|
|
1628
|
-
}
|
|
1629
1289
|
|
|
1630
1290
|
export interface InputDeviceRequest {
|
|
1631
1291
|
|
|
1632
1292
|
Id?: string;
|
|
1633
1293
|
}
|
|
1634
|
-
export declare namespace InputDeviceRequest {
|
|
1635
|
-
|
|
1636
|
-
const filterSensitiveLog: (obj: InputDeviceRequest) => any;
|
|
1637
|
-
}
|
|
1638
1294
|
export declare enum InputDeviceConnectionState {
|
|
1639
1295
|
CONNECTED = "CONNECTED",
|
|
1640
1296
|
DISCONNECTED = "DISCONNECTED"
|
|
@@ -1684,10 +1340,6 @@ export interface InputDeviceHdSettings {
|
|
|
1684
1340
|
|
|
1685
1341
|
Width?: number;
|
|
1686
1342
|
}
|
|
1687
|
-
export declare namespace InputDeviceHdSettings {
|
|
1688
|
-
|
|
1689
|
-
const filterSensitiveLog: (obj: InputDeviceHdSettings) => any;
|
|
1690
|
-
}
|
|
1691
1343
|
export declare enum InputDeviceIpScheme {
|
|
1692
1344
|
DHCP = "DHCP",
|
|
1693
1345
|
STATIC = "STATIC"
|
|
@@ -1705,10 +1357,6 @@ export interface InputDeviceNetworkSettings {
|
|
|
1705
1357
|
|
|
1706
1358
|
SubnetMask?: string;
|
|
1707
1359
|
}
|
|
1708
|
-
export declare namespace InputDeviceNetworkSettings {
|
|
1709
|
-
|
|
1710
|
-
const filterSensitiveLog: (obj: InputDeviceNetworkSettings) => any;
|
|
1711
|
-
}
|
|
1712
1360
|
export declare enum InputDeviceType {
|
|
1713
1361
|
HD = "HD"
|
|
1714
1362
|
}
|
|
@@ -1731,10 +1379,6 @@ export interface InputDeviceUhdSettings {
|
|
|
1731
1379
|
|
|
1732
1380
|
Width?: number;
|
|
1733
1381
|
}
|
|
1734
|
-
export declare namespace InputDeviceUhdSettings {
|
|
1735
|
-
|
|
1736
|
-
const filterSensitiveLog: (obj: InputDeviceUhdSettings) => any;
|
|
1737
|
-
}
|
|
1738
1382
|
|
|
1739
1383
|
export interface InputDeviceSummary {
|
|
1740
1384
|
|
|
@@ -1762,10 +1406,6 @@ export interface InputDeviceSummary {
|
|
|
1762
1406
|
|
|
1763
1407
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
1764
1408
|
}
|
|
1765
|
-
export declare namespace InputDeviceSummary {
|
|
1766
|
-
|
|
1767
|
-
const filterSensitiveLog: (obj: InputDeviceSummary) => any;
|
|
1768
|
-
}
|
|
1769
1409
|
export declare enum InputSecurityGroupState {
|
|
1770
1410
|
DELETED = "DELETED",
|
|
1771
1411
|
IDLE = "IDLE",
|
|
@@ -1777,10 +1417,6 @@ export interface InputWhitelistRule {
|
|
|
1777
1417
|
|
|
1778
1418
|
Cidr?: string;
|
|
1779
1419
|
}
|
|
1780
|
-
export declare namespace InputWhitelistRule {
|
|
1781
|
-
|
|
1782
|
-
const filterSensitiveLog: (obj: InputWhitelistRule) => any;
|
|
1783
|
-
}
|
|
1784
1420
|
|
|
1785
1421
|
export interface InputSecurityGroup {
|
|
1786
1422
|
|
|
@@ -1796,10 +1432,6 @@ export interface InputSecurityGroup {
|
|
|
1796
1432
|
|
|
1797
1433
|
WhitelistRules?: InputWhitelistRule[];
|
|
1798
1434
|
}
|
|
1799
|
-
export declare namespace InputSecurityGroup {
|
|
1800
|
-
|
|
1801
|
-
const filterSensitiveLog: (obj: InputSecurityGroup) => any;
|
|
1802
|
-
}
|
|
1803
1435
|
|
|
1804
1436
|
export interface InputSourceRequest {
|
|
1805
1437
|
|
|
@@ -1809,46 +1441,26 @@ export interface InputSourceRequest {
|
|
|
1809
1441
|
|
|
1810
1442
|
Username?: string;
|
|
1811
1443
|
}
|
|
1812
|
-
export declare namespace InputSourceRequest {
|
|
1813
|
-
|
|
1814
|
-
const filterSensitiveLog: (obj: InputSourceRequest) => any;
|
|
1815
|
-
}
|
|
1816
1444
|
|
|
1817
1445
|
export interface InputWhitelistRuleCidr {
|
|
1818
1446
|
|
|
1819
1447
|
Cidr?: string;
|
|
1820
1448
|
}
|
|
1821
|
-
export declare namespace InputWhitelistRuleCidr {
|
|
1822
|
-
|
|
1823
|
-
const filterSensitiveLog: (obj: InputWhitelistRuleCidr) => any;
|
|
1824
|
-
}
|
|
1825
1449
|
|
|
1826
1450
|
export interface MediaConnectFlowRequest {
|
|
1827
1451
|
|
|
1828
1452
|
FlowArn?: string;
|
|
1829
1453
|
}
|
|
1830
|
-
export declare namespace MediaConnectFlowRequest {
|
|
1831
|
-
|
|
1832
|
-
const filterSensitiveLog: (obj: MediaConnectFlowRequest) => any;
|
|
1833
|
-
}
|
|
1834
1454
|
|
|
1835
1455
|
export interface MultiplexMediaConnectOutputDestinationSettings {
|
|
1836
1456
|
|
|
1837
1457
|
EntitlementArn?: string;
|
|
1838
1458
|
}
|
|
1839
|
-
export declare namespace MultiplexMediaConnectOutputDestinationSettings {
|
|
1840
|
-
|
|
1841
|
-
const filterSensitiveLog: (obj: MultiplexMediaConnectOutputDestinationSettings) => any;
|
|
1842
|
-
}
|
|
1843
1459
|
|
|
1844
1460
|
export interface MultiplexOutputDestination {
|
|
1845
1461
|
|
|
1846
1462
|
MediaConnectSettings?: MultiplexMediaConnectOutputDestinationSettings;
|
|
1847
1463
|
}
|
|
1848
|
-
export declare namespace MultiplexOutputDestination {
|
|
1849
|
-
|
|
1850
|
-
const filterSensitiveLog: (obj: MultiplexOutputDestination) => any;
|
|
1851
|
-
}
|
|
1852
1464
|
|
|
1853
1465
|
export interface MultiplexProgramPipelineDetail {
|
|
1854
1466
|
|
|
@@ -1856,10 +1468,6 @@ export interface MultiplexProgramPipelineDetail {
|
|
|
1856
1468
|
|
|
1857
1469
|
PipelineId?: string;
|
|
1858
1470
|
}
|
|
1859
|
-
export declare namespace MultiplexProgramPipelineDetail {
|
|
1860
|
-
|
|
1861
|
-
const filterSensitiveLog: (obj: MultiplexProgramPipelineDetail) => any;
|
|
1862
|
-
}
|
|
1863
1471
|
|
|
1864
1472
|
export interface MultiplexProgramSummary {
|
|
1865
1473
|
|
|
@@ -1867,19 +1475,11 @@ export interface MultiplexProgramSummary {
|
|
|
1867
1475
|
|
|
1868
1476
|
ProgramName?: string;
|
|
1869
1477
|
}
|
|
1870
|
-
export declare namespace MultiplexProgramSummary {
|
|
1871
|
-
|
|
1872
|
-
const filterSensitiveLog: (obj: MultiplexProgramSummary) => any;
|
|
1873
|
-
}
|
|
1874
1478
|
|
|
1875
1479
|
export interface MultiplexSettingsSummary {
|
|
1876
1480
|
|
|
1877
1481
|
TransportStreamBitrate?: number;
|
|
1878
1482
|
}
|
|
1879
|
-
export declare namespace MultiplexSettingsSummary {
|
|
1880
|
-
|
|
1881
|
-
const filterSensitiveLog: (obj: MultiplexSettingsSummary) => any;
|
|
1882
|
-
}
|
|
1883
1483
|
export declare enum MultiplexState {
|
|
1884
1484
|
CREATE_FAILED = "CREATE_FAILED",
|
|
1885
1485
|
CREATING = "CREATING",
|
|
@@ -1912,10 +1512,6 @@ export interface MultiplexSummary {
|
|
|
1912
1512
|
|
|
1913
1513
|
Tags?: Record<string, string>;
|
|
1914
1514
|
}
|
|
1915
|
-
export declare namespace MultiplexSummary {
|
|
1916
|
-
|
|
1917
|
-
const filterSensitiveLog: (obj: MultiplexSummary) => any;
|
|
1918
|
-
}
|
|
1919
1515
|
export declare enum OfferingDurationUnits {
|
|
1920
1516
|
MONTHS = "MONTHS"
|
|
1921
1517
|
}
|
|
@@ -1980,10 +1576,6 @@ export interface ReservationResourceSpecification {
|
|
|
1980
1576
|
|
|
1981
1577
|
VideoQuality?: ReservationVideoQuality | string;
|
|
1982
1578
|
}
|
|
1983
|
-
export declare namespace ReservationResourceSpecification {
|
|
1984
|
-
|
|
1985
|
-
const filterSensitiveLog: (obj: ReservationResourceSpecification) => any;
|
|
1986
|
-
}
|
|
1987
1579
|
|
|
1988
1580
|
export interface Offering {
|
|
1989
1581
|
|
|
@@ -2009,10 +1601,6 @@ export interface Offering {
|
|
|
2009
1601
|
|
|
2010
1602
|
UsagePrice?: number;
|
|
2011
1603
|
}
|
|
2012
|
-
export declare namespace Offering {
|
|
2013
|
-
|
|
2014
|
-
const filterSensitiveLog: (obj: Offering) => any;
|
|
2015
|
-
}
|
|
2016
1604
|
export declare enum M2tsAbsentInputAudioBehavior {
|
|
2017
1605
|
DROP = "DROP",
|
|
2018
1606
|
ENCODE_SILENCE = "ENCODE_SILENCE"
|
|
@@ -2050,10 +1638,6 @@ export interface DvbNitSettings {
|
|
|
2050
1638
|
|
|
2051
1639
|
RepInterval?: number;
|
|
2052
1640
|
}
|
|
2053
|
-
export declare namespace DvbNitSettings {
|
|
2054
|
-
|
|
2055
|
-
const filterSensitiveLog: (obj: DvbNitSettings) => any;
|
|
2056
|
-
}
|
|
2057
1641
|
export declare enum DvbSdtOutputSdt {
|
|
2058
1642
|
SDT_FOLLOW = "SDT_FOLLOW",
|
|
2059
1643
|
SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
|
|
@@ -2071,19 +1655,11 @@ export interface DvbSdtSettings {
|
|
|
2071
1655
|
|
|
2072
1656
|
ServiceProviderName?: string;
|
|
2073
1657
|
}
|
|
2074
|
-
export declare namespace DvbSdtSettings {
|
|
2075
|
-
|
|
2076
|
-
const filterSensitiveLog: (obj: DvbSdtSettings) => any;
|
|
2077
|
-
}
|
|
2078
1658
|
|
|
2079
1659
|
export interface DvbTdtSettings {
|
|
2080
1660
|
|
|
2081
1661
|
RepInterval?: number;
|
|
2082
1662
|
}
|
|
2083
|
-
export declare namespace DvbTdtSettings {
|
|
2084
|
-
|
|
2085
|
-
const filterSensitiveLog: (obj: DvbTdtSettings) => any;
|
|
2086
|
-
}
|
|
2087
1663
|
export declare enum M2tsEbifControl {
|
|
2088
1664
|
NONE = "NONE",
|
|
2089
1665
|
PASSTHROUGH = "PASSTHROUGH"
|
|
@@ -2233,17 +1809,9 @@ export interface M2tsSettings {
|
|
|
2233
1809
|
|
|
2234
1810
|
VideoPid?: string;
|
|
2235
1811
|
}
|
|
2236
|
-
export declare namespace M2tsSettings {
|
|
2237
|
-
|
|
2238
|
-
const filterSensitiveLog: (obj: M2tsSettings) => any;
|
|
2239
|
-
}
|
|
2240
1812
|
|
|
2241
1813
|
export interface RawSettings {
|
|
2242
1814
|
}
|
|
2243
|
-
export declare namespace RawSettings {
|
|
2244
|
-
|
|
2245
|
-
const filterSensitiveLog: (obj: RawSettings) => any;
|
|
2246
|
-
}
|
|
2247
1815
|
|
|
2248
1816
|
export interface ArchiveContainerSettings {
|
|
2249
1817
|
|
|
@@ -2251,10 +1819,6 @@ export interface ArchiveContainerSettings {
|
|
|
2251
1819
|
|
|
2252
1820
|
RawSettings?: RawSettings;
|
|
2253
1821
|
}
|
|
2254
|
-
export declare namespace ArchiveContainerSettings {
|
|
2255
|
-
|
|
2256
|
-
const filterSensitiveLog: (obj: ArchiveContainerSettings) => any;
|
|
2257
|
-
}
|
|
2258
1822
|
|
|
2259
1823
|
export interface ArchiveOutputSettings {
|
|
2260
1824
|
|
|
@@ -2264,19 +1828,11 @@ export interface ArchiveOutputSettings {
|
|
|
2264
1828
|
|
|
2265
1829
|
NameModifier?: string;
|
|
2266
1830
|
}
|
|
2267
|
-
export declare namespace ArchiveOutputSettings {
|
|
2268
|
-
|
|
2269
|
-
const filterSensitiveLog: (obj: ArchiveOutputSettings) => any;
|
|
2270
|
-
}
|
|
2271
1831
|
|
|
2272
1832
|
export interface FrameCaptureOutputSettings {
|
|
2273
1833
|
|
|
2274
1834
|
NameModifier?: string;
|
|
2275
1835
|
}
|
|
2276
|
-
export declare namespace FrameCaptureOutputSettings {
|
|
2277
|
-
|
|
2278
|
-
const filterSensitiveLog: (obj: FrameCaptureOutputSettings) => any;
|
|
2279
|
-
}
|
|
2280
1836
|
export declare enum HlsH265PackagingType {
|
|
2281
1837
|
HEV1 = "HEV1",
|
|
2282
1838
|
HVC1 = "HVC1"
|
|
@@ -2302,10 +1858,6 @@ export interface AudioOnlyHlsSettings {
|
|
|
2302
1858
|
|
|
2303
1859
|
SegmentType?: AudioOnlyHlsSegmentType | string;
|
|
2304
1860
|
}
|
|
2305
|
-
export declare namespace AudioOnlyHlsSettings {
|
|
2306
|
-
|
|
2307
|
-
const filterSensitiveLog: (obj: AudioOnlyHlsSettings) => any;
|
|
2308
|
-
}
|
|
2309
1861
|
export declare enum Fmp4NielsenId3Behavior {
|
|
2310
1862
|
NO_PASSTHROUGH = "NO_PASSTHROUGH",
|
|
2311
1863
|
PASSTHROUGH = "PASSTHROUGH"
|
|
@@ -2323,17 +1875,9 @@ export interface Fmp4HlsSettings {
|
|
|
2323
1875
|
|
|
2324
1876
|
TimedMetadataBehavior?: Fmp4TimedMetadataBehavior | string;
|
|
2325
1877
|
}
|
|
2326
|
-
export declare namespace Fmp4HlsSettings {
|
|
2327
|
-
|
|
2328
|
-
const filterSensitiveLog: (obj: Fmp4HlsSettings) => any;
|
|
2329
|
-
}
|
|
2330
1878
|
|
|
2331
1879
|
export interface FrameCaptureHlsSettings {
|
|
2332
1880
|
}
|
|
2333
|
-
export declare namespace FrameCaptureHlsSettings {
|
|
2334
|
-
|
|
2335
|
-
const filterSensitiveLog: (obj: FrameCaptureHlsSettings) => any;
|
|
2336
|
-
}
|
|
2337
1881
|
export declare enum M3u8NielsenId3Behavior {
|
|
2338
1882
|
NO_PASSTHROUGH = "NO_PASSTHROUGH",
|
|
2339
1883
|
PASSTHROUGH = "PASSTHROUGH"
|
|
@@ -2387,10 +1931,6 @@ export interface M3u8Settings {
|
|
|
2387
1931
|
|
|
2388
1932
|
VideoPid?: string;
|
|
2389
1933
|
}
|
|
2390
|
-
export declare namespace M3u8Settings {
|
|
2391
|
-
|
|
2392
|
-
const filterSensitiveLog: (obj: M3u8Settings) => any;
|
|
2393
|
-
}
|
|
2394
1934
|
|
|
2395
1935
|
export interface StandardHlsSettings {
|
|
2396
1936
|
|
|
@@ -2398,10 +1938,6 @@ export interface StandardHlsSettings {
|
|
|
2398
1938
|
|
|
2399
1939
|
M3u8Settings: M3u8Settings | undefined;
|
|
2400
1940
|
}
|
|
2401
|
-
export declare namespace StandardHlsSettings {
|
|
2402
|
-
|
|
2403
|
-
const filterSensitiveLog: (obj: StandardHlsSettings) => any;
|
|
2404
|
-
}
|
|
2405
1941
|
|
|
2406
1942
|
export interface HlsSettings {
|
|
2407
1943
|
|
|
@@ -2413,10 +1949,6 @@ export interface HlsSettings {
|
|
|
2413
1949
|
|
|
2414
1950
|
StandardHlsSettings?: StandardHlsSettings;
|
|
2415
1951
|
}
|
|
2416
|
-
export declare namespace HlsSettings {
|
|
2417
|
-
|
|
2418
|
-
const filterSensitiveLog: (obj: HlsSettings) => any;
|
|
2419
|
-
}
|
|
2420
1952
|
|
|
2421
1953
|
export interface HlsOutputSettings {
|
|
2422
1954
|
|
|
@@ -2428,17 +1960,9 @@ export interface HlsOutputSettings {
|
|
|
2428
1960
|
|
|
2429
1961
|
SegmentModifier?: string;
|
|
2430
1962
|
}
|
|
2431
|
-
export declare namespace HlsOutputSettings {
|
|
2432
|
-
|
|
2433
|
-
const filterSensitiveLog: (obj: HlsOutputSettings) => any;
|
|
2434
|
-
}
|
|
2435
1963
|
|
|
2436
1964
|
export interface MediaPackageOutputSettings {
|
|
2437
1965
|
}
|
|
2438
|
-
export declare namespace MediaPackageOutputSettings {
|
|
2439
|
-
|
|
2440
|
-
const filterSensitiveLog: (obj: MediaPackageOutputSettings) => any;
|
|
2441
|
-
}
|
|
2442
1966
|
export declare enum MsSmoothH265PackagingType {
|
|
2443
1967
|
HEV1 = "HEV1",
|
|
2444
1968
|
HVC1 = "HVC1"
|
|
@@ -2450,28 +1974,16 @@ export interface MsSmoothOutputSettings {
|
|
|
2450
1974
|
|
|
2451
1975
|
NameModifier?: string;
|
|
2452
1976
|
}
|
|
2453
|
-
export declare namespace MsSmoothOutputSettings {
|
|
2454
|
-
|
|
2455
|
-
const filterSensitiveLog: (obj: MsSmoothOutputSettings) => any;
|
|
2456
|
-
}
|
|
2457
1977
|
|
|
2458
1978
|
export interface OutputLocationRef {
|
|
2459
1979
|
|
|
2460
1980
|
DestinationRefId?: string;
|
|
2461
1981
|
}
|
|
2462
|
-
export declare namespace OutputLocationRef {
|
|
2463
|
-
|
|
2464
|
-
const filterSensitiveLog: (obj: OutputLocationRef) => any;
|
|
2465
|
-
}
|
|
2466
1982
|
|
|
2467
1983
|
export interface MultiplexOutputSettings {
|
|
2468
1984
|
|
|
2469
1985
|
Destination: OutputLocationRef | undefined;
|
|
2470
1986
|
}
|
|
2471
|
-
export declare namespace MultiplexOutputSettings {
|
|
2472
|
-
|
|
2473
|
-
const filterSensitiveLog: (obj: MultiplexOutputSettings) => any;
|
|
2474
|
-
}
|
|
2475
1987
|
export declare enum RtmpOutputCertificateMode {
|
|
2476
1988
|
SELF_SIGNED = "SELF_SIGNED",
|
|
2477
1989
|
VERIFY_AUTHENTICITY = "VERIFY_AUTHENTICITY"
|
|
@@ -2487,19 +1999,11 @@ export interface RtmpOutputSettings {
|
|
|
2487
1999
|
|
|
2488
2000
|
NumRetries?: number;
|
|
2489
2001
|
}
|
|
2490
|
-
export declare namespace RtmpOutputSettings {
|
|
2491
|
-
|
|
2492
|
-
const filterSensitiveLog: (obj: RtmpOutputSettings) => any;
|
|
2493
|
-
}
|
|
2494
2002
|
|
|
2495
2003
|
export interface UdpContainerSettings {
|
|
2496
2004
|
|
|
2497
2005
|
M2tsSettings?: M2tsSettings;
|
|
2498
2006
|
}
|
|
2499
|
-
export declare namespace UdpContainerSettings {
|
|
2500
|
-
|
|
2501
|
-
const filterSensitiveLog: (obj: UdpContainerSettings) => any;
|
|
2502
|
-
}
|
|
2503
2007
|
export declare enum FecOutputIncludeFec {
|
|
2504
2008
|
COLUMN = "COLUMN",
|
|
2505
2009
|
COLUMN_AND_ROW = "COLUMN_AND_ROW"
|
|
@@ -2513,10 +2017,6 @@ export interface FecOutputSettings {
|
|
|
2513
2017
|
|
|
2514
2018
|
RowLength?: number;
|
|
2515
2019
|
}
|
|
2516
|
-
export declare namespace FecOutputSettings {
|
|
2517
|
-
|
|
2518
|
-
const filterSensitiveLog: (obj: FecOutputSettings) => any;
|
|
2519
|
-
}
|
|
2520
2020
|
|
|
2521
2021
|
export interface UdpOutputSettings {
|
|
2522
2022
|
|
|
@@ -2528,10 +2028,6 @@ export interface UdpOutputSettings {
|
|
|
2528
2028
|
|
|
2529
2029
|
FecOutputSettings?: FecOutputSettings;
|
|
2530
2030
|
}
|
|
2531
|
-
export declare namespace UdpOutputSettings {
|
|
2532
|
-
|
|
2533
|
-
const filterSensitiveLog: (obj: UdpOutputSettings) => any;
|
|
2534
|
-
}
|
|
2535
2031
|
|
|
2536
2032
|
export interface OutputSettings {
|
|
2537
2033
|
|
|
@@ -2551,10 +2047,6 @@ export interface OutputSettings {
|
|
|
2551
2047
|
|
|
2552
2048
|
UdpOutputSettings?: UdpOutputSettings;
|
|
2553
2049
|
}
|
|
2554
|
-
export declare namespace OutputSettings {
|
|
2555
|
-
|
|
2556
|
-
const filterSensitiveLog: (obj: OutputSettings) => any;
|
|
2557
|
-
}
|
|
2558
2050
|
|
|
2559
2051
|
export interface Output {
|
|
2560
2052
|
|
|
@@ -2568,10 +2060,6 @@ export interface Output {
|
|
|
2568
2060
|
|
|
2569
2061
|
VideoDescriptionName?: string;
|
|
2570
2062
|
}
|
|
2571
|
-
export declare namespace Output {
|
|
2572
|
-
|
|
2573
|
-
const filterSensitiveLog: (obj: Output) => any;
|
|
2574
|
-
}
|
|
2575
2063
|
export declare enum S3CannedAcl {
|
|
2576
2064
|
AUTHENTICATED_READ = "AUTHENTICATED_READ",
|
|
2577
2065
|
BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
|
|
@@ -2583,19 +2071,11 @@ export interface ArchiveS3Settings {
|
|
|
2583
2071
|
|
|
2584
2072
|
CannedAcl?: S3CannedAcl | string;
|
|
2585
2073
|
}
|
|
2586
|
-
export declare namespace ArchiveS3Settings {
|
|
2587
|
-
|
|
2588
|
-
const filterSensitiveLog: (obj: ArchiveS3Settings) => any;
|
|
2589
|
-
}
|
|
2590
2074
|
|
|
2591
2075
|
export interface ArchiveCdnSettings {
|
|
2592
2076
|
|
|
2593
2077
|
ArchiveS3Settings?: ArchiveS3Settings;
|
|
2594
2078
|
}
|
|
2595
|
-
export declare namespace ArchiveCdnSettings {
|
|
2596
|
-
|
|
2597
|
-
const filterSensitiveLog: (obj: ArchiveCdnSettings) => any;
|
|
2598
|
-
}
|
|
2599
2079
|
|
|
2600
2080
|
export interface ArchiveGroupSettings {
|
|
2601
2081
|
|
|
@@ -2605,28 +2085,16 @@ export interface ArchiveGroupSettings {
|
|
|
2605
2085
|
|
|
2606
2086
|
RolloverInterval?: number;
|
|
2607
2087
|
}
|
|
2608
|
-
export declare namespace ArchiveGroupSettings {
|
|
2609
|
-
|
|
2610
|
-
const filterSensitiveLog: (obj: ArchiveGroupSettings) => any;
|
|
2611
|
-
}
|
|
2612
2088
|
|
|
2613
2089
|
export interface FrameCaptureS3Settings {
|
|
2614
2090
|
|
|
2615
2091
|
CannedAcl?: S3CannedAcl | string;
|
|
2616
2092
|
}
|
|
2617
|
-
export declare namespace FrameCaptureS3Settings {
|
|
2618
|
-
|
|
2619
|
-
const filterSensitiveLog: (obj: FrameCaptureS3Settings) => any;
|
|
2620
|
-
}
|
|
2621
2093
|
|
|
2622
2094
|
export interface FrameCaptureCdnSettings {
|
|
2623
2095
|
|
|
2624
2096
|
FrameCaptureS3Settings?: FrameCaptureS3Settings;
|
|
2625
2097
|
}
|
|
2626
|
-
export declare namespace FrameCaptureCdnSettings {
|
|
2627
|
-
|
|
2628
|
-
const filterSensitiveLog: (obj: FrameCaptureCdnSettings) => any;
|
|
2629
|
-
}
|
|
2630
2098
|
|
|
2631
2099
|
export interface FrameCaptureGroupSettings {
|
|
2632
2100
|
|
|
@@ -2634,10 +2102,6 @@ export interface FrameCaptureGroupSettings {
|
|
|
2634
2102
|
|
|
2635
2103
|
FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
|
|
2636
2104
|
}
|
|
2637
|
-
export declare namespace FrameCaptureGroupSettings {
|
|
2638
|
-
|
|
2639
|
-
const filterSensitiveLog: (obj: FrameCaptureGroupSettings) => any;
|
|
2640
|
-
}
|
|
2641
2105
|
export declare enum HlsCaptionLanguageSetting {
|
|
2642
2106
|
INSERT = "INSERT",
|
|
2643
2107
|
NONE = "NONE",
|
|
@@ -2684,10 +2148,6 @@ export interface HlsAkamaiSettings {
|
|
|
2684
2148
|
|
|
2685
2149
|
Token?: string;
|
|
2686
2150
|
}
|
|
2687
|
-
export declare namespace HlsAkamaiSettings {
|
|
2688
|
-
|
|
2689
|
-
const filterSensitiveLog: (obj: HlsAkamaiSettings) => any;
|
|
2690
|
-
}
|
|
2691
2151
|
|
|
2692
2152
|
export interface HlsBasicPutSettings {
|
|
2693
2153
|
|
|
@@ -2699,10 +2159,6 @@ export interface HlsBasicPutSettings {
|
|
|
2699
2159
|
|
|
2700
2160
|
RestartDelay?: number;
|
|
2701
2161
|
}
|
|
2702
|
-
export declare namespace HlsBasicPutSettings {
|
|
2703
|
-
|
|
2704
|
-
const filterSensitiveLog: (obj: HlsBasicPutSettings) => any;
|
|
2705
|
-
}
|
|
2706
2162
|
export declare enum HlsMediaStoreStorageClass {
|
|
2707
2163
|
TEMPORAL = "TEMPORAL"
|
|
2708
2164
|
}
|
|
@@ -2719,19 +2175,11 @@ export interface HlsMediaStoreSettings {
|
|
|
2719
2175
|
|
|
2720
2176
|
RestartDelay?: number;
|
|
2721
2177
|
}
|
|
2722
|
-
export declare namespace HlsMediaStoreSettings {
|
|
2723
|
-
|
|
2724
|
-
const filterSensitiveLog: (obj: HlsMediaStoreSettings) => any;
|
|
2725
|
-
}
|
|
2726
2178
|
|
|
2727
2179
|
export interface HlsS3Settings {
|
|
2728
2180
|
|
|
2729
2181
|
CannedAcl?: S3CannedAcl | string;
|
|
2730
2182
|
}
|
|
2731
|
-
export declare namespace HlsS3Settings {
|
|
2732
|
-
|
|
2733
|
-
const filterSensitiveLog: (obj: HlsS3Settings) => any;
|
|
2734
|
-
}
|
|
2735
2183
|
export declare enum HlsWebdavHttpTransferMode {
|
|
2736
2184
|
CHUNKED = "CHUNKED",
|
|
2737
2185
|
NON_CHUNKED = "NON_CHUNKED"
|
|
@@ -2749,10 +2197,6 @@ export interface HlsWebdavSettings {
|
|
|
2749
2197
|
|
|
2750
2198
|
RestartDelay?: number;
|
|
2751
2199
|
}
|
|
2752
|
-
export declare namespace HlsWebdavSettings {
|
|
2753
|
-
|
|
2754
|
-
const filterSensitiveLog: (obj: HlsWebdavSettings) => any;
|
|
2755
|
-
}
|
|
2756
2200
|
|
|
2757
2201
|
export interface HlsCdnSettings {
|
|
2758
2202
|
|
|
@@ -2766,10 +2210,6 @@ export interface HlsCdnSettings {
|
|
|
2766
2210
|
|
|
2767
2211
|
HlsWebdavSettings?: HlsWebdavSettings;
|
|
2768
2212
|
}
|
|
2769
|
-
export declare namespace HlsCdnSettings {
|
|
2770
|
-
|
|
2771
|
-
const filterSensitiveLog: (obj: HlsCdnSettings) => any;
|
|
2772
|
-
}
|
|
2773
2213
|
export declare enum HlsId3SegmentTaggingState {
|
|
2774
2214
|
DISABLED = "DISABLED",
|
|
2775
2215
|
ENABLED = "ENABLED"
|
|
@@ -2801,19 +2241,11 @@ export interface StaticKeySettings {
|
|
|
2801
2241
|
|
|
2802
2242
|
StaticKeyValue: string | undefined;
|
|
2803
2243
|
}
|
|
2804
|
-
export declare namespace StaticKeySettings {
|
|
2805
|
-
|
|
2806
|
-
const filterSensitiveLog: (obj: StaticKeySettings) => any;
|
|
2807
|
-
}
|
|
2808
2244
|
|
|
2809
2245
|
export interface KeyProviderSettings {
|
|
2810
2246
|
|
|
2811
2247
|
StaticKeySettings?: StaticKeySettings;
|
|
2812
2248
|
}
|
|
2813
|
-
export declare namespace KeyProviderSettings {
|
|
2814
|
-
|
|
2815
|
-
const filterSensitiveLog: (obj: KeyProviderSettings) => any;
|
|
2816
|
-
}
|
|
2817
2249
|
export declare enum HlsManifestCompression {
|
|
2818
2250
|
GZIP = "GZIP",
|
|
2819
2251
|
NONE = "NONE"
|
|
@@ -2851,3 +2283,287 @@ export declare enum HlsStreamInfResolution {
|
|
|
2851
2283
|
EXCLUDE = "EXCLUDE",
|
|
2852
2284
|
INCLUDE = "INCLUDE"
|
|
2853
2285
|
}
|
|
2286
|
+
|
|
2287
|
+
export declare const InputChannelLevelFilterSensitiveLog: (obj: InputChannelLevel) => any;
|
|
2288
|
+
|
|
2289
|
+
export declare const AudioChannelMappingFilterSensitiveLog: (obj: AudioChannelMapping) => any;
|
|
2290
|
+
|
|
2291
|
+
export declare const AudioNormalizationSettingsFilterSensitiveLog: (obj: AudioNormalizationSettings) => any;
|
|
2292
|
+
|
|
2293
|
+
export declare const NielsenCBETFilterSensitiveLog: (obj: NielsenCBET) => any;
|
|
2294
|
+
|
|
2295
|
+
export declare const NielsenNaesIiNwFilterSensitiveLog: (obj: NielsenNaesIiNw) => any;
|
|
2296
|
+
|
|
2297
|
+
export declare const NielsenWatermarksSettingsFilterSensitiveLog: (obj: NielsenWatermarksSettings) => any;
|
|
2298
|
+
|
|
2299
|
+
export declare const AudioWatermarkSettingsFilterSensitiveLog: (obj: AudioWatermarkSettings) => any;
|
|
2300
|
+
|
|
2301
|
+
export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
|
|
2302
|
+
|
|
2303
|
+
export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
|
|
2304
|
+
|
|
2305
|
+
export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
|
|
2306
|
+
|
|
2307
|
+
export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
|
|
2308
|
+
|
|
2309
|
+
export declare const PassThroughSettingsFilterSensitiveLog: (obj: PassThroughSettings) => any;
|
|
2310
|
+
|
|
2311
|
+
export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
|
|
2312
|
+
|
|
2313
|
+
export declare const AudioCodecSettingsFilterSensitiveLog: (obj: AudioCodecSettings) => any;
|
|
2314
|
+
|
|
2315
|
+
export declare const RemixSettingsFilterSensitiveLog: (obj: RemixSettings) => any;
|
|
2316
|
+
|
|
2317
|
+
export declare const AudioDescriptionFilterSensitiveLog: (obj: AudioDescription) => any;
|
|
2318
|
+
|
|
2319
|
+
export declare const AudioHlsRenditionSelectionFilterSensitiveLog: (obj: AudioHlsRenditionSelection) => any;
|
|
2320
|
+
|
|
2321
|
+
export declare const AudioLanguageSelectionFilterSensitiveLog: (obj: AudioLanguageSelection) => any;
|
|
2322
|
+
|
|
2323
|
+
export declare const AudioPidSelectionFilterSensitiveLog: (obj: AudioPidSelection) => any;
|
|
2324
|
+
|
|
2325
|
+
export declare const AudioTrackFilterSensitiveLog: (obj: AudioTrack) => any;
|
|
2326
|
+
|
|
2327
|
+
export declare const AudioTrackSelectionFilterSensitiveLog: (obj: AudioTrackSelection) => any;
|
|
2328
|
+
|
|
2329
|
+
export declare const AudioSelectorSettingsFilterSensitiveLog: (obj: AudioSelectorSettings) => any;
|
|
2330
|
+
|
|
2331
|
+
export declare const AudioSelectorFilterSensitiveLog: (obj: AudioSelector) => any;
|
|
2332
|
+
|
|
2333
|
+
export declare const BatchFailedResultModelFilterSensitiveLog: (obj: BatchFailedResultModel) => any;
|
|
2334
|
+
|
|
2335
|
+
export declare const BatchSuccessfulResultModelFilterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
|
|
2336
|
+
|
|
2337
|
+
export declare const AribDestinationSettingsFilterSensitiveLog: (obj: AribDestinationSettings) => any;
|
|
2338
|
+
|
|
2339
|
+
export declare const InputLocationFilterSensitiveLog: (obj: InputLocation) => any;
|
|
2340
|
+
|
|
2341
|
+
export declare const BurnInDestinationSettingsFilterSensitiveLog: (obj: BurnInDestinationSettings) => any;
|
|
2342
|
+
|
|
2343
|
+
export declare const DvbSubDestinationSettingsFilterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
|
|
2344
|
+
|
|
2345
|
+
export declare const EbuTtDDestinationSettingsFilterSensitiveLog: (obj: EbuTtDDestinationSettings) => any;
|
|
2346
|
+
|
|
2347
|
+
export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
|
|
2348
|
+
|
|
2349
|
+
export declare const EmbeddedPlusScte20DestinationSettingsFilterSensitiveLog: (obj: EmbeddedPlusScte20DestinationSettings) => any;
|
|
2350
|
+
|
|
2351
|
+
export declare const RtmpCaptionInfoDestinationSettingsFilterSensitiveLog: (obj: RtmpCaptionInfoDestinationSettings) => any;
|
|
2352
|
+
|
|
2353
|
+
export declare const Scte20PlusEmbeddedDestinationSettingsFilterSensitiveLog: (obj: Scte20PlusEmbeddedDestinationSettings) => any;
|
|
2354
|
+
|
|
2355
|
+
export declare const Scte27DestinationSettingsFilterSensitiveLog: (obj: Scte27DestinationSettings) => any;
|
|
2356
|
+
|
|
2357
|
+
export declare const SmpteTtDestinationSettingsFilterSensitiveLog: (obj: SmpteTtDestinationSettings) => any;
|
|
2358
|
+
|
|
2359
|
+
export declare const TeletextDestinationSettingsFilterSensitiveLog: (obj: TeletextDestinationSettings) => any;
|
|
2360
|
+
|
|
2361
|
+
export declare const TtmlDestinationSettingsFilterSensitiveLog: (obj: TtmlDestinationSettings) => any;
|
|
2362
|
+
|
|
2363
|
+
export declare const WebvttDestinationSettingsFilterSensitiveLog: (obj: WebvttDestinationSettings) => any;
|
|
2364
|
+
|
|
2365
|
+
export declare const CaptionDestinationSettingsFilterSensitiveLog: (obj: CaptionDestinationSettings) => any;
|
|
2366
|
+
|
|
2367
|
+
export declare const CaptionDescriptionFilterSensitiveLog: (obj: CaptionDescription) => any;
|
|
2368
|
+
|
|
2369
|
+
export declare const CaptionLanguageMappingFilterSensitiveLog: (obj: CaptionLanguageMapping) => any;
|
|
2370
|
+
|
|
2371
|
+
export declare const AncillarySourceSettingsFilterSensitiveLog: (obj: AncillarySourceSettings) => any;
|
|
2372
|
+
|
|
2373
|
+
export declare const AribSourceSettingsFilterSensitiveLog: (obj: AribSourceSettings) => any;
|
|
2374
|
+
|
|
2375
|
+
export declare const DvbSubSourceSettingsFilterSensitiveLog: (obj: DvbSubSourceSettings) => any;
|
|
2376
|
+
|
|
2377
|
+
export declare const EmbeddedSourceSettingsFilterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
|
|
2378
|
+
|
|
2379
|
+
export declare const Scte20SourceSettingsFilterSensitiveLog: (obj: Scte20SourceSettings) => any;
|
|
2380
|
+
|
|
2381
|
+
export declare const Scte27SourceSettingsFilterSensitiveLog: (obj: Scte27SourceSettings) => any;
|
|
2382
|
+
|
|
2383
|
+
export declare const CaptionRectangleFilterSensitiveLog: (obj: CaptionRectangle) => any;
|
|
2384
|
+
|
|
2385
|
+
export declare const TeletextSourceSettingsFilterSensitiveLog: (obj: TeletextSourceSettings) => any;
|
|
2386
|
+
|
|
2387
|
+
export declare const CaptionSelectorSettingsFilterSensitiveLog: (obj: CaptionSelectorSettings) => any;
|
|
2388
|
+
|
|
2389
|
+
export declare const CaptionSelectorFilterSensitiveLog: (obj: CaptionSelector) => any;
|
|
2390
|
+
|
|
2391
|
+
export declare const ChannelEgressEndpointFilterSensitiveLog: (obj: ChannelEgressEndpoint) => any;
|
|
2392
|
+
|
|
2393
|
+
export declare const CdiInputSpecificationFilterSensitiveLog: (obj: CdiInputSpecification) => any;
|
|
2394
|
+
|
|
2395
|
+
export declare const MediaPackageOutputDestinationSettingsFilterSensitiveLog: (obj: MediaPackageOutputDestinationSettings) => any;
|
|
2396
|
+
|
|
2397
|
+
export declare const MultiplexProgramChannelDestinationSettingsFilterSensitiveLog: (obj: MultiplexProgramChannelDestinationSettings) => any;
|
|
2398
|
+
|
|
2399
|
+
export declare const OutputDestinationSettingsFilterSensitiveLog: (obj: OutputDestinationSettings) => any;
|
|
2400
|
+
|
|
2401
|
+
export declare const OutputDestinationFilterSensitiveLog: (obj: OutputDestination) => any;
|
|
2402
|
+
|
|
2403
|
+
export declare const AudioSilenceFailoverSettingsFilterSensitiveLog: (obj: AudioSilenceFailoverSettings) => any;
|
|
2404
|
+
|
|
2405
|
+
export declare const InputLossFailoverSettingsFilterSensitiveLog: (obj: InputLossFailoverSettings) => any;
|
|
2406
|
+
|
|
2407
|
+
export declare const VideoBlackFailoverSettingsFilterSensitiveLog: (obj: VideoBlackFailoverSettings) => any;
|
|
2408
|
+
|
|
2409
|
+
export declare const FailoverConditionSettingsFilterSensitiveLog: (obj: FailoverConditionSettings) => any;
|
|
2410
|
+
|
|
2411
|
+
export declare const FailoverConditionFilterSensitiveLog: (obj: FailoverCondition) => any;
|
|
2412
|
+
|
|
2413
|
+
export declare const AutomaticInputFailoverSettingsFilterSensitiveLog: (obj: AutomaticInputFailoverSettings) => any;
|
|
2414
|
+
|
|
2415
|
+
export declare const HlsInputSettingsFilterSensitiveLog: (obj: HlsInputSettings) => any;
|
|
2416
|
+
|
|
2417
|
+
export declare const NetworkInputSettingsFilterSensitiveLog: (obj: NetworkInputSettings) => any;
|
|
2418
|
+
|
|
2419
|
+
export declare const Hdr10SettingsFilterSensitiveLog: (obj: Hdr10Settings) => any;
|
|
2420
|
+
|
|
2421
|
+
export declare const VideoSelectorColorSpaceSettingsFilterSensitiveLog: (obj: VideoSelectorColorSpaceSettings) => any;
|
|
2422
|
+
|
|
2423
|
+
export declare const VideoSelectorPidFilterSensitiveLog: (obj: VideoSelectorPid) => any;
|
|
2424
|
+
|
|
2425
|
+
export declare const VideoSelectorProgramIdFilterSensitiveLog: (obj: VideoSelectorProgramId) => any;
|
|
2426
|
+
|
|
2427
|
+
export declare const VideoSelectorSettingsFilterSensitiveLog: (obj: VideoSelectorSettings) => any;
|
|
2428
|
+
|
|
2429
|
+
export declare const VideoSelectorFilterSensitiveLog: (obj: VideoSelector) => any;
|
|
2430
|
+
|
|
2431
|
+
export declare const InputSettingsFilterSensitiveLog: (obj: InputSettings) => any;
|
|
2432
|
+
|
|
2433
|
+
export declare const InputAttachmentFilterSensitiveLog: (obj: InputAttachment) => any;
|
|
2434
|
+
|
|
2435
|
+
export declare const InputSpecificationFilterSensitiveLog: (obj: InputSpecification) => any;
|
|
2436
|
+
|
|
2437
|
+
export declare const MaintenanceStatusFilterSensitiveLog: (obj: MaintenanceStatus) => any;
|
|
2438
|
+
|
|
2439
|
+
export declare const VpcOutputSettingsDescriptionFilterSensitiveLog: (obj: VpcOutputSettingsDescription) => any;
|
|
2440
|
+
|
|
2441
|
+
export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
|
|
2442
|
+
|
|
2443
|
+
export declare const InputDestinationVpcFilterSensitiveLog: (obj: InputDestinationVpc) => any;
|
|
2444
|
+
|
|
2445
|
+
export declare const InputDestinationFilterSensitiveLog: (obj: InputDestination) => any;
|
|
2446
|
+
|
|
2447
|
+
export declare const InputDeviceSettingsFilterSensitiveLog: (obj: InputDeviceSettings) => any;
|
|
2448
|
+
|
|
2449
|
+
export declare const MediaConnectFlowFilterSensitiveLog: (obj: MediaConnectFlow) => any;
|
|
2450
|
+
|
|
2451
|
+
export declare const InputSourceFilterSensitiveLog: (obj: InputSource) => any;
|
|
2452
|
+
|
|
2453
|
+
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
2454
|
+
|
|
2455
|
+
export declare const InputDestinationRequestFilterSensitiveLog: (obj: InputDestinationRequest) => any;
|
|
2456
|
+
|
|
2457
|
+
export declare const InputDeviceRequestFilterSensitiveLog: (obj: InputDeviceRequest) => any;
|
|
2458
|
+
|
|
2459
|
+
export declare const InputDeviceHdSettingsFilterSensitiveLog: (obj: InputDeviceHdSettings) => any;
|
|
2460
|
+
|
|
2461
|
+
export declare const InputDeviceNetworkSettingsFilterSensitiveLog: (obj: InputDeviceNetworkSettings) => any;
|
|
2462
|
+
|
|
2463
|
+
export declare const InputDeviceUhdSettingsFilterSensitiveLog: (obj: InputDeviceUhdSettings) => any;
|
|
2464
|
+
|
|
2465
|
+
export declare const InputDeviceSummaryFilterSensitiveLog: (obj: InputDeviceSummary) => any;
|
|
2466
|
+
|
|
2467
|
+
export declare const InputWhitelistRuleFilterSensitiveLog: (obj: InputWhitelistRule) => any;
|
|
2468
|
+
|
|
2469
|
+
export declare const InputSecurityGroupFilterSensitiveLog: (obj: InputSecurityGroup) => any;
|
|
2470
|
+
|
|
2471
|
+
export declare const InputSourceRequestFilterSensitiveLog: (obj: InputSourceRequest) => any;
|
|
2472
|
+
|
|
2473
|
+
export declare const InputWhitelistRuleCidrFilterSensitiveLog: (obj: InputWhitelistRuleCidr) => any;
|
|
2474
|
+
|
|
2475
|
+
export declare const MediaConnectFlowRequestFilterSensitiveLog: (obj: MediaConnectFlowRequest) => any;
|
|
2476
|
+
|
|
2477
|
+
export declare const MultiplexMediaConnectOutputDestinationSettingsFilterSensitiveLog: (obj: MultiplexMediaConnectOutputDestinationSettings) => any;
|
|
2478
|
+
|
|
2479
|
+
export declare const MultiplexOutputDestinationFilterSensitiveLog: (obj: MultiplexOutputDestination) => any;
|
|
2480
|
+
|
|
2481
|
+
export declare const MultiplexProgramPipelineDetailFilterSensitiveLog: (obj: MultiplexProgramPipelineDetail) => any;
|
|
2482
|
+
|
|
2483
|
+
export declare const MultiplexProgramSummaryFilterSensitiveLog: (obj: MultiplexProgramSummary) => any;
|
|
2484
|
+
|
|
2485
|
+
export declare const MultiplexSettingsSummaryFilterSensitiveLog: (obj: MultiplexSettingsSummary) => any;
|
|
2486
|
+
|
|
2487
|
+
export declare const MultiplexSummaryFilterSensitiveLog: (obj: MultiplexSummary) => any;
|
|
2488
|
+
|
|
2489
|
+
export declare const ReservationResourceSpecificationFilterSensitiveLog: (obj: ReservationResourceSpecification) => any;
|
|
2490
|
+
|
|
2491
|
+
export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
|
|
2492
|
+
|
|
2493
|
+
export declare const DvbNitSettingsFilterSensitiveLog: (obj: DvbNitSettings) => any;
|
|
2494
|
+
|
|
2495
|
+
export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
|
|
2496
|
+
|
|
2497
|
+
export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
|
|
2498
|
+
|
|
2499
|
+
export declare const M2tsSettingsFilterSensitiveLog: (obj: M2tsSettings) => any;
|
|
2500
|
+
|
|
2501
|
+
export declare const RawSettingsFilterSensitiveLog: (obj: RawSettings) => any;
|
|
2502
|
+
|
|
2503
|
+
export declare const ArchiveContainerSettingsFilterSensitiveLog: (obj: ArchiveContainerSettings) => any;
|
|
2504
|
+
|
|
2505
|
+
export declare const ArchiveOutputSettingsFilterSensitiveLog: (obj: ArchiveOutputSettings) => any;
|
|
2506
|
+
|
|
2507
|
+
export declare const FrameCaptureOutputSettingsFilterSensitiveLog: (obj: FrameCaptureOutputSettings) => any;
|
|
2508
|
+
|
|
2509
|
+
export declare const AudioOnlyHlsSettingsFilterSensitiveLog: (obj: AudioOnlyHlsSettings) => any;
|
|
2510
|
+
|
|
2511
|
+
export declare const Fmp4HlsSettingsFilterSensitiveLog: (obj: Fmp4HlsSettings) => any;
|
|
2512
|
+
|
|
2513
|
+
export declare const FrameCaptureHlsSettingsFilterSensitiveLog: (obj: FrameCaptureHlsSettings) => any;
|
|
2514
|
+
|
|
2515
|
+
export declare const M3u8SettingsFilterSensitiveLog: (obj: M3u8Settings) => any;
|
|
2516
|
+
|
|
2517
|
+
export declare const StandardHlsSettingsFilterSensitiveLog: (obj: StandardHlsSettings) => any;
|
|
2518
|
+
|
|
2519
|
+
export declare const HlsSettingsFilterSensitiveLog: (obj: HlsSettings) => any;
|
|
2520
|
+
|
|
2521
|
+
export declare const HlsOutputSettingsFilterSensitiveLog: (obj: HlsOutputSettings) => any;
|
|
2522
|
+
|
|
2523
|
+
export declare const MediaPackageOutputSettingsFilterSensitiveLog: (obj: MediaPackageOutputSettings) => any;
|
|
2524
|
+
|
|
2525
|
+
export declare const MsSmoothOutputSettingsFilterSensitiveLog: (obj: MsSmoothOutputSettings) => any;
|
|
2526
|
+
|
|
2527
|
+
export declare const OutputLocationRefFilterSensitiveLog: (obj: OutputLocationRef) => any;
|
|
2528
|
+
|
|
2529
|
+
export declare const MultiplexOutputSettingsFilterSensitiveLog: (obj: MultiplexOutputSettings) => any;
|
|
2530
|
+
|
|
2531
|
+
export declare const RtmpOutputSettingsFilterSensitiveLog: (obj: RtmpOutputSettings) => any;
|
|
2532
|
+
|
|
2533
|
+
export declare const UdpContainerSettingsFilterSensitiveLog: (obj: UdpContainerSettings) => any;
|
|
2534
|
+
|
|
2535
|
+
export declare const FecOutputSettingsFilterSensitiveLog: (obj: FecOutputSettings) => any;
|
|
2536
|
+
|
|
2537
|
+
export declare const UdpOutputSettingsFilterSensitiveLog: (obj: UdpOutputSettings) => any;
|
|
2538
|
+
|
|
2539
|
+
export declare const OutputSettingsFilterSensitiveLog: (obj: OutputSettings) => any;
|
|
2540
|
+
|
|
2541
|
+
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
2542
|
+
|
|
2543
|
+
export declare const ArchiveS3SettingsFilterSensitiveLog: (obj: ArchiveS3Settings) => any;
|
|
2544
|
+
|
|
2545
|
+
export declare const ArchiveCdnSettingsFilterSensitiveLog: (obj: ArchiveCdnSettings) => any;
|
|
2546
|
+
|
|
2547
|
+
export declare const ArchiveGroupSettingsFilterSensitiveLog: (obj: ArchiveGroupSettings) => any;
|
|
2548
|
+
|
|
2549
|
+
export declare const FrameCaptureS3SettingsFilterSensitiveLog: (obj: FrameCaptureS3Settings) => any;
|
|
2550
|
+
|
|
2551
|
+
export declare const FrameCaptureCdnSettingsFilterSensitiveLog: (obj: FrameCaptureCdnSettings) => any;
|
|
2552
|
+
|
|
2553
|
+
export declare const FrameCaptureGroupSettingsFilterSensitiveLog: (obj: FrameCaptureGroupSettings) => any;
|
|
2554
|
+
|
|
2555
|
+
export declare const HlsAkamaiSettingsFilterSensitiveLog: (obj: HlsAkamaiSettings) => any;
|
|
2556
|
+
|
|
2557
|
+
export declare const HlsBasicPutSettingsFilterSensitiveLog: (obj: HlsBasicPutSettings) => any;
|
|
2558
|
+
|
|
2559
|
+
export declare const HlsMediaStoreSettingsFilterSensitiveLog: (obj: HlsMediaStoreSettings) => any;
|
|
2560
|
+
|
|
2561
|
+
export declare const HlsS3SettingsFilterSensitiveLog: (obj: HlsS3Settings) => any;
|
|
2562
|
+
|
|
2563
|
+
export declare const HlsWebdavSettingsFilterSensitiveLog: (obj: HlsWebdavSettings) => any;
|
|
2564
|
+
|
|
2565
|
+
export declare const HlsCdnSettingsFilterSensitiveLog: (obj: HlsCdnSettings) => any;
|
|
2566
|
+
|
|
2567
|
+
export declare const StaticKeySettingsFilterSensitiveLog: (obj: StaticKeySettings) => any;
|
|
2568
|
+
|
|
2569
|
+
export declare const KeyProviderSettingsFilterSensitiveLog: (obj: KeyProviderSettings) => any;
|