@aws-sdk/client-medialive 3.428.0 → 3.429.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/dist-types/models/models_0.d.ts +152 -152
- package/dist-types/models/models_1.d.ts +168 -168
- package/dist-types/models/models_2.d.ts +17 -17
- package/dist-types/ts3.4/models/models_0.d.ts +152 -152
- package/dist-types/ts3.4/models/models_1.d.ts +168 -177
- package/dist-types/ts3.4/models/models_2.d.ts +17 -17
- package/package.json +5 -5
|
@@ -18,8 +18,8 @@ export declare const AudioNormalizationAlgorithmControl: {
|
|
|
18
18
|
export type AudioNormalizationAlgorithmControl =
|
|
19
19
|
(typeof AudioNormalizationAlgorithmControl)[keyof typeof AudioNormalizationAlgorithmControl];
|
|
20
20
|
export interface AudioNormalizationSettings {
|
|
21
|
-
Algorithm?: AudioNormalizationAlgorithm
|
|
22
|
-
AlgorithmControl?: AudioNormalizationAlgorithmControl
|
|
21
|
+
Algorithm?: AudioNormalizationAlgorithm;
|
|
22
|
+
AlgorithmControl?: AudioNormalizationAlgorithmControl;
|
|
23
23
|
TargetLkfs?: number;
|
|
24
24
|
}
|
|
25
25
|
export declare const AudioType: {
|
|
@@ -43,7 +43,7 @@ export type NielsenWatermarksCbetStepaside =
|
|
|
43
43
|
(typeof NielsenWatermarksCbetStepaside)[keyof typeof NielsenWatermarksCbetStepaside];
|
|
44
44
|
export interface NielsenCBET {
|
|
45
45
|
CbetCheckDigitString: string | undefined;
|
|
46
|
-
CbetStepaside: NielsenWatermarksCbetStepaside |
|
|
46
|
+
CbetStepaside: NielsenWatermarksCbetStepaside | undefined;
|
|
47
47
|
Csid: string | undefined;
|
|
48
48
|
}
|
|
49
49
|
export declare const NielsenWatermarksDistributionTypes: {
|
|
@@ -69,11 +69,11 @@ export type NielsenWatermarkTimezones =
|
|
|
69
69
|
export interface NielsenNaesIiNw {
|
|
70
70
|
CheckDigitString: string | undefined;
|
|
71
71
|
Sid: number | undefined;
|
|
72
|
-
Timezone?: NielsenWatermarkTimezones
|
|
72
|
+
Timezone?: NielsenWatermarkTimezones;
|
|
73
73
|
}
|
|
74
74
|
export interface NielsenWatermarksSettings {
|
|
75
75
|
NielsenCbetSettings?: NielsenCBET;
|
|
76
|
-
NielsenDistributionType?: NielsenWatermarksDistributionTypes
|
|
76
|
+
NielsenDistributionType?: NielsenWatermarksDistributionTypes;
|
|
77
77
|
NielsenNaesIiNwSettings?: NielsenNaesIiNw;
|
|
78
78
|
}
|
|
79
79
|
export interface AudioWatermarkSettings {
|
|
@@ -123,14 +123,14 @@ export declare const AacVbrQuality: {
|
|
|
123
123
|
export type AacVbrQuality = (typeof AacVbrQuality)[keyof typeof AacVbrQuality];
|
|
124
124
|
export interface AacSettings {
|
|
125
125
|
Bitrate?: number;
|
|
126
|
-
CodingMode?: AacCodingMode
|
|
127
|
-
InputType?: AacInputType
|
|
128
|
-
Profile?: AacProfile
|
|
129
|
-
RateControlMode?: AacRateControlMode
|
|
130
|
-
RawFormat?: AacRawFormat
|
|
126
|
+
CodingMode?: AacCodingMode;
|
|
127
|
+
InputType?: AacInputType;
|
|
128
|
+
Profile?: AacProfile;
|
|
129
|
+
RateControlMode?: AacRateControlMode;
|
|
130
|
+
RawFormat?: AacRawFormat;
|
|
131
131
|
SampleRate?: number;
|
|
132
|
-
Spec?: AacSpec
|
|
133
|
-
VbrQuality?: AacVbrQuality
|
|
132
|
+
Spec?: AacSpec;
|
|
133
|
+
VbrQuality?: AacVbrQuality;
|
|
134
134
|
}
|
|
135
135
|
export declare const Ac3AttenuationControl: {
|
|
136
136
|
readonly ATTENUATE_3_DB: "ATTENUATE_3_DB";
|
|
@@ -175,13 +175,13 @@ export type Ac3MetadataControl =
|
|
|
175
175
|
(typeof Ac3MetadataControl)[keyof typeof Ac3MetadataControl];
|
|
176
176
|
export interface Ac3Settings {
|
|
177
177
|
Bitrate?: number;
|
|
178
|
-
BitstreamMode?: Ac3BitstreamMode
|
|
179
|
-
CodingMode?: Ac3CodingMode
|
|
178
|
+
BitstreamMode?: Ac3BitstreamMode;
|
|
179
|
+
CodingMode?: Ac3CodingMode;
|
|
180
180
|
Dialnorm?: number;
|
|
181
|
-
DrcProfile?: Ac3DrcProfile
|
|
182
|
-
LfeFilter?: Ac3LfeFilter
|
|
183
|
-
MetadataControl?: Ac3MetadataControl
|
|
184
|
-
AttenuationControl?: Ac3AttenuationControl
|
|
181
|
+
DrcProfile?: Ac3DrcProfile;
|
|
182
|
+
LfeFilter?: Ac3LfeFilter;
|
|
183
|
+
MetadataControl?: Ac3MetadataControl;
|
|
184
|
+
AttenuationControl?: Ac3AttenuationControl;
|
|
185
185
|
}
|
|
186
186
|
export declare const Eac3AtmosCodingMode: {
|
|
187
187
|
readonly CODING_MODE_5_1_4: "CODING_MODE_5_1_4";
|
|
@@ -212,10 +212,10 @@ export type Eac3AtmosDrcRf =
|
|
|
212
212
|
(typeof Eac3AtmosDrcRf)[keyof typeof Eac3AtmosDrcRf];
|
|
213
213
|
export interface Eac3AtmosSettings {
|
|
214
214
|
Bitrate?: number;
|
|
215
|
-
CodingMode?: Eac3AtmosCodingMode
|
|
215
|
+
CodingMode?: Eac3AtmosCodingMode;
|
|
216
216
|
Dialnorm?: number;
|
|
217
|
-
DrcLine?: Eac3AtmosDrcLine
|
|
218
|
-
DrcRf?: Eac3AtmosDrcRf
|
|
217
|
+
DrcLine?: Eac3AtmosDrcLine;
|
|
218
|
+
DrcRf?: Eac3AtmosDrcRf;
|
|
219
219
|
HeightTrim?: number;
|
|
220
220
|
SurroundTrim?: number;
|
|
221
221
|
}
|
|
@@ -316,26 +316,26 @@ export declare const Eac3SurroundMode: {
|
|
|
316
316
|
export type Eac3SurroundMode =
|
|
317
317
|
(typeof Eac3SurroundMode)[keyof typeof Eac3SurroundMode];
|
|
318
318
|
export interface Eac3Settings {
|
|
319
|
-
AttenuationControl?: Eac3AttenuationControl
|
|
319
|
+
AttenuationControl?: Eac3AttenuationControl;
|
|
320
320
|
Bitrate?: number;
|
|
321
|
-
BitstreamMode?: Eac3BitstreamMode
|
|
322
|
-
CodingMode?: Eac3CodingMode
|
|
323
|
-
DcFilter?: Eac3DcFilter
|
|
321
|
+
BitstreamMode?: Eac3BitstreamMode;
|
|
322
|
+
CodingMode?: Eac3CodingMode;
|
|
323
|
+
DcFilter?: Eac3DcFilter;
|
|
324
324
|
Dialnorm?: number;
|
|
325
|
-
DrcLine?: Eac3DrcLine
|
|
326
|
-
DrcRf?: Eac3DrcRf
|
|
327
|
-
LfeControl?: Eac3LfeControl
|
|
328
|
-
LfeFilter?: Eac3LfeFilter
|
|
325
|
+
DrcLine?: Eac3DrcLine;
|
|
326
|
+
DrcRf?: Eac3DrcRf;
|
|
327
|
+
LfeControl?: Eac3LfeControl;
|
|
328
|
+
LfeFilter?: Eac3LfeFilter;
|
|
329
329
|
LoRoCenterMixLevel?: number;
|
|
330
330
|
LoRoSurroundMixLevel?: number;
|
|
331
331
|
LtRtCenterMixLevel?: number;
|
|
332
332
|
LtRtSurroundMixLevel?: number;
|
|
333
|
-
MetadataControl?: Eac3MetadataControl
|
|
334
|
-
PassthroughControl?: Eac3PassthroughControl
|
|
335
|
-
PhaseControl?: Eac3PhaseControl
|
|
336
|
-
StereoDownmix?: Eac3StereoDownmix
|
|
337
|
-
SurroundExMode?: Eac3SurroundExMode
|
|
338
|
-
SurroundMode?: Eac3SurroundMode
|
|
333
|
+
MetadataControl?: Eac3MetadataControl;
|
|
334
|
+
PassthroughControl?: Eac3PassthroughControl;
|
|
335
|
+
PhaseControl?: Eac3PhaseControl;
|
|
336
|
+
StereoDownmix?: Eac3StereoDownmix;
|
|
337
|
+
SurroundExMode?: Eac3SurroundExMode;
|
|
338
|
+
SurroundMode?: Eac3SurroundMode;
|
|
339
339
|
}
|
|
340
340
|
export declare const Mp2CodingMode: {
|
|
341
341
|
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
@@ -344,7 +344,7 @@ export declare const Mp2CodingMode: {
|
|
|
344
344
|
export type Mp2CodingMode = (typeof Mp2CodingMode)[keyof typeof Mp2CodingMode];
|
|
345
345
|
export interface Mp2Settings {
|
|
346
346
|
Bitrate?: number;
|
|
347
|
-
CodingMode?: Mp2CodingMode
|
|
347
|
+
CodingMode?: Mp2CodingMode;
|
|
348
348
|
SampleRate?: number;
|
|
349
349
|
}
|
|
350
350
|
export interface PassThroughSettings {}
|
|
@@ -357,7 +357,7 @@ export declare const WavCodingMode: {
|
|
|
357
357
|
export type WavCodingMode = (typeof WavCodingMode)[keyof typeof WavCodingMode];
|
|
358
358
|
export interface WavSettings {
|
|
359
359
|
BitDepth?: number;
|
|
360
|
-
CodingMode?: WavCodingMode
|
|
360
|
+
CodingMode?: WavCodingMode;
|
|
361
361
|
SampleRate?: number;
|
|
362
362
|
}
|
|
363
363
|
export interface AudioCodecSettings {
|
|
@@ -383,12 +383,12 @@ export interface RemixSettings {
|
|
|
383
383
|
export interface AudioDescription {
|
|
384
384
|
AudioNormalizationSettings?: AudioNormalizationSettings;
|
|
385
385
|
AudioSelectorName: string | undefined;
|
|
386
|
-
AudioType?: AudioType
|
|
387
|
-
AudioTypeControl?: AudioDescriptionAudioTypeControl
|
|
386
|
+
AudioType?: AudioType;
|
|
387
|
+
AudioTypeControl?: AudioDescriptionAudioTypeControl;
|
|
388
388
|
AudioWatermarkingSettings?: AudioWatermarkSettings;
|
|
389
389
|
CodecSettings?: AudioCodecSettings;
|
|
390
390
|
LanguageCode?: string;
|
|
391
|
-
LanguageCodeControl?: AudioDescriptionLanguageCodeControl
|
|
391
|
+
LanguageCodeControl?: AudioDescriptionLanguageCodeControl;
|
|
392
392
|
Name: string | undefined;
|
|
393
393
|
RemixSettings?: RemixSettings;
|
|
394
394
|
StreamName?: string;
|
|
@@ -405,7 +405,7 @@ export type AudioLanguageSelectionPolicy =
|
|
|
405
405
|
(typeof AudioLanguageSelectionPolicy)[keyof typeof AudioLanguageSelectionPolicy];
|
|
406
406
|
export interface AudioLanguageSelection {
|
|
407
407
|
LanguageCode: string | undefined;
|
|
408
|
-
LanguageSelectionPolicy?: AudioLanguageSelectionPolicy
|
|
408
|
+
LanguageSelectionPolicy?: AudioLanguageSelectionPolicy;
|
|
409
409
|
}
|
|
410
410
|
export interface AudioPidSelection {
|
|
411
411
|
Pid: number | undefined;
|
|
@@ -424,7 +424,7 @@ export declare const DolbyEProgramSelection: {
|
|
|
424
424
|
export type DolbyEProgramSelection =
|
|
425
425
|
(typeof DolbyEProgramSelection)[keyof typeof DolbyEProgramSelection];
|
|
426
426
|
export interface AudioDolbyEDecode {
|
|
427
|
-
ProgramSelection: DolbyEProgramSelection |
|
|
427
|
+
ProgramSelection: DolbyEProgramSelection | undefined;
|
|
428
428
|
}
|
|
429
429
|
export interface AudioTrack {
|
|
430
430
|
Track: number | undefined;
|
|
@@ -514,21 +514,21 @@ export declare const BurnInTeletextGridControl: {
|
|
|
514
514
|
export type BurnInTeletextGridControl =
|
|
515
515
|
(typeof BurnInTeletextGridControl)[keyof typeof BurnInTeletextGridControl];
|
|
516
516
|
export interface BurnInDestinationSettings {
|
|
517
|
-
Alignment?: BurnInAlignment
|
|
518
|
-
BackgroundColor?: BurnInBackgroundColor
|
|
517
|
+
Alignment?: BurnInAlignment;
|
|
518
|
+
BackgroundColor?: BurnInBackgroundColor;
|
|
519
519
|
BackgroundOpacity?: number;
|
|
520
520
|
Font?: InputLocation;
|
|
521
|
-
FontColor?: BurnInFontColor
|
|
521
|
+
FontColor?: BurnInFontColor;
|
|
522
522
|
FontOpacity?: number;
|
|
523
523
|
FontResolution?: number;
|
|
524
524
|
FontSize?: string;
|
|
525
|
-
OutlineColor?: BurnInOutlineColor
|
|
525
|
+
OutlineColor?: BurnInOutlineColor;
|
|
526
526
|
OutlineSize?: number;
|
|
527
|
-
ShadowColor?: BurnInShadowColor
|
|
527
|
+
ShadowColor?: BurnInShadowColor;
|
|
528
528
|
ShadowOpacity?: number;
|
|
529
529
|
ShadowXOffset?: number;
|
|
530
530
|
ShadowYOffset?: number;
|
|
531
|
-
TeletextGridControl?: BurnInTeletextGridControl
|
|
531
|
+
TeletextGridControl?: BurnInTeletextGridControl;
|
|
532
532
|
XPosition?: number;
|
|
533
533
|
YPosition?: number;
|
|
534
534
|
}
|
|
@@ -580,21 +580,21 @@ export declare const DvbSubDestinationTeletextGridControl: {
|
|
|
580
580
|
export type DvbSubDestinationTeletextGridControl =
|
|
581
581
|
(typeof DvbSubDestinationTeletextGridControl)[keyof typeof DvbSubDestinationTeletextGridControl];
|
|
582
582
|
export interface DvbSubDestinationSettings {
|
|
583
|
-
Alignment?: DvbSubDestinationAlignment
|
|
584
|
-
BackgroundColor?: DvbSubDestinationBackgroundColor
|
|
583
|
+
Alignment?: DvbSubDestinationAlignment;
|
|
584
|
+
BackgroundColor?: DvbSubDestinationBackgroundColor;
|
|
585
585
|
BackgroundOpacity?: number;
|
|
586
586
|
Font?: InputLocation;
|
|
587
|
-
FontColor?: DvbSubDestinationFontColor
|
|
587
|
+
FontColor?: DvbSubDestinationFontColor;
|
|
588
588
|
FontOpacity?: number;
|
|
589
589
|
FontResolution?: number;
|
|
590
590
|
FontSize?: string;
|
|
591
|
-
OutlineColor?: DvbSubDestinationOutlineColor
|
|
591
|
+
OutlineColor?: DvbSubDestinationOutlineColor;
|
|
592
592
|
OutlineSize?: number;
|
|
593
|
-
ShadowColor?: DvbSubDestinationShadowColor
|
|
593
|
+
ShadowColor?: DvbSubDestinationShadowColor;
|
|
594
594
|
ShadowOpacity?: number;
|
|
595
595
|
ShadowXOffset?: number;
|
|
596
596
|
ShadowYOffset?: number;
|
|
597
|
-
TeletextGridControl?: DvbSubDestinationTeletextGridControl
|
|
597
|
+
TeletextGridControl?: DvbSubDestinationTeletextGridControl;
|
|
598
598
|
XPosition?: number;
|
|
599
599
|
YPosition?: number;
|
|
600
600
|
}
|
|
@@ -612,9 +612,9 @@ export type EbuTtDDestinationStyleControl =
|
|
|
612
612
|
(typeof EbuTtDDestinationStyleControl)[keyof typeof EbuTtDDestinationStyleControl];
|
|
613
613
|
export interface EbuTtDDestinationSettings {
|
|
614
614
|
CopyrightHolder?: string;
|
|
615
|
-
FillLineGap?: EbuTtDFillLineGapControl
|
|
615
|
+
FillLineGap?: EbuTtDFillLineGapControl;
|
|
616
616
|
FontFamily?: string;
|
|
617
|
-
StyleControl?: EbuTtDDestinationStyleControl
|
|
617
|
+
StyleControl?: EbuTtDDestinationStyleControl;
|
|
618
618
|
}
|
|
619
619
|
export interface EmbeddedDestinationSettings {}
|
|
620
620
|
export interface EmbeddedPlusScte20DestinationSettings {}
|
|
@@ -630,7 +630,7 @@ export declare const TtmlDestinationStyleControl: {
|
|
|
630
630
|
export type TtmlDestinationStyleControl =
|
|
631
631
|
(typeof TtmlDestinationStyleControl)[keyof typeof TtmlDestinationStyleControl];
|
|
632
632
|
export interface TtmlDestinationSettings {
|
|
633
|
-
StyleControl?: TtmlDestinationStyleControl
|
|
633
|
+
StyleControl?: TtmlDestinationStyleControl;
|
|
634
634
|
}
|
|
635
635
|
export declare const WebvttDestinationStyleControl: {
|
|
636
636
|
readonly NO_STYLE_DATA: "NO_STYLE_DATA";
|
|
@@ -639,7 +639,7 @@ export declare const WebvttDestinationStyleControl: {
|
|
|
639
639
|
export type WebvttDestinationStyleControl =
|
|
640
640
|
(typeof WebvttDestinationStyleControl)[keyof typeof WebvttDestinationStyleControl];
|
|
641
641
|
export interface WebvttDestinationSettings {
|
|
642
|
-
StyleControl?: WebvttDestinationStyleControl
|
|
642
|
+
StyleControl?: WebvttDestinationStyleControl;
|
|
643
643
|
}
|
|
644
644
|
export interface CaptionDestinationSettings {
|
|
645
645
|
AribDestinationSettings?: AribDestinationSettings;
|
|
@@ -657,7 +657,7 @@ export interface CaptionDestinationSettings {
|
|
|
657
657
|
WebvttDestinationSettings?: WebvttDestinationSettings;
|
|
658
658
|
}
|
|
659
659
|
export interface CaptionDescription {
|
|
660
|
-
Accessibility?: AccessibilityType
|
|
660
|
+
Accessibility?: AccessibilityType;
|
|
661
661
|
CaptionSelectorName: string | undefined;
|
|
662
662
|
DestinationSettings?: CaptionDestinationSettings;
|
|
663
663
|
LanguageCode?: string;
|
|
@@ -684,7 +684,7 @@ export declare const DvbSubOcrLanguage: {
|
|
|
684
684
|
export type DvbSubOcrLanguage =
|
|
685
685
|
(typeof DvbSubOcrLanguage)[keyof typeof DvbSubOcrLanguage];
|
|
686
686
|
export interface DvbSubSourceSettings {
|
|
687
|
-
OcrLanguage?: DvbSubOcrLanguage
|
|
687
|
+
OcrLanguage?: DvbSubOcrLanguage;
|
|
688
688
|
Pid?: number;
|
|
689
689
|
}
|
|
690
690
|
export declare const EmbeddedConvert608To708: {
|
|
@@ -700,8 +700,8 @@ export declare const EmbeddedScte20Detection: {
|
|
|
700
700
|
export type EmbeddedScte20Detection =
|
|
701
701
|
(typeof EmbeddedScte20Detection)[keyof typeof EmbeddedScte20Detection];
|
|
702
702
|
export interface EmbeddedSourceSettings {
|
|
703
|
-
Convert608To708?: EmbeddedConvert608To708
|
|
704
|
-
Scte20Detection?: EmbeddedScte20Detection
|
|
703
|
+
Convert608To708?: EmbeddedConvert608To708;
|
|
704
|
+
Scte20Detection?: EmbeddedScte20Detection;
|
|
705
705
|
Source608ChannelNumber?: number;
|
|
706
706
|
Source608TrackNumber?: number;
|
|
707
707
|
}
|
|
@@ -712,7 +712,7 @@ export declare const Scte20Convert608To708: {
|
|
|
712
712
|
export type Scte20Convert608To708 =
|
|
713
713
|
(typeof Scte20Convert608To708)[keyof typeof Scte20Convert608To708];
|
|
714
714
|
export interface Scte20SourceSettings {
|
|
715
|
-
Convert608To708?: Scte20Convert608To708
|
|
715
|
+
Convert608To708?: Scte20Convert608To708;
|
|
716
716
|
Source608ChannelNumber?: number;
|
|
717
717
|
}
|
|
718
718
|
export declare const Scte27OcrLanguage: {
|
|
@@ -726,7 +726,7 @@ export declare const Scte27OcrLanguage: {
|
|
|
726
726
|
export type Scte27OcrLanguage =
|
|
727
727
|
(typeof Scte27OcrLanguage)[keyof typeof Scte27OcrLanguage];
|
|
728
728
|
export interface Scte27SourceSettings {
|
|
729
|
-
OcrLanguage?: Scte27OcrLanguage
|
|
729
|
+
OcrLanguage?: Scte27OcrLanguage;
|
|
730
730
|
Pid?: number;
|
|
731
731
|
}
|
|
732
732
|
export interface CaptionRectangle {
|
|
@@ -765,7 +765,7 @@ export declare const CdiInputResolution: {
|
|
|
765
765
|
export type CdiInputResolution =
|
|
766
766
|
(typeof CdiInputResolution)[keyof typeof CdiInputResolution];
|
|
767
767
|
export interface CdiInputSpecification {
|
|
768
|
-
Resolution?: CdiInputResolution
|
|
768
|
+
Resolution?: CdiInputResolution;
|
|
769
769
|
}
|
|
770
770
|
export declare const ChannelClass: {
|
|
771
771
|
readonly SINGLE_PIPELINE: "SINGLE_PIPELINE";
|
|
@@ -819,7 +819,7 @@ export type InputPreference =
|
|
|
819
819
|
export interface AutomaticInputFailoverSettings {
|
|
820
820
|
ErrorClearTimeMsec?: number;
|
|
821
821
|
FailoverConditions?: FailoverCondition[];
|
|
822
|
-
InputPreference?: InputPreference
|
|
822
|
+
InputPreference?: InputPreference;
|
|
823
823
|
SecondaryInputId: string | undefined;
|
|
824
824
|
}
|
|
825
825
|
export declare const InputDeblockFilter: {
|
|
@@ -851,7 +851,7 @@ export interface HlsInputSettings {
|
|
|
851
851
|
BufferSegments?: number;
|
|
852
852
|
Retries?: number;
|
|
853
853
|
RetryInterval?: number;
|
|
854
|
-
Scte35Source?: HlsScte35SourceType
|
|
854
|
+
Scte35Source?: HlsScte35SourceType;
|
|
855
855
|
}
|
|
856
856
|
export declare const NetworkInputServerValidation: {
|
|
857
857
|
readonly CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME";
|
|
@@ -861,7 +861,7 @@ export type NetworkInputServerValidation =
|
|
|
861
861
|
(typeof NetworkInputServerValidation)[keyof typeof NetworkInputServerValidation];
|
|
862
862
|
export interface NetworkInputSettings {
|
|
863
863
|
HlsInputSettings?: HlsInputSettings;
|
|
864
|
-
ServerValidation?: NetworkInputServerValidation
|
|
864
|
+
ServerValidation?: NetworkInputServerValidation;
|
|
865
865
|
}
|
|
866
866
|
export declare const Smpte2038DataPreference: {
|
|
867
867
|
readonly IGNORE: "IGNORE";
|
|
@@ -908,22 +908,22 @@ export interface VideoSelectorSettings {
|
|
|
908
908
|
VideoSelectorProgramId?: VideoSelectorProgramId;
|
|
909
909
|
}
|
|
910
910
|
export interface VideoSelector {
|
|
911
|
-
ColorSpace?: VideoSelectorColorSpace
|
|
911
|
+
ColorSpace?: VideoSelectorColorSpace;
|
|
912
912
|
ColorSpaceSettings?: VideoSelectorColorSpaceSettings;
|
|
913
|
-
ColorSpaceUsage?: VideoSelectorColorSpaceUsage
|
|
913
|
+
ColorSpaceUsage?: VideoSelectorColorSpaceUsage;
|
|
914
914
|
SelectorSettings?: VideoSelectorSettings;
|
|
915
915
|
}
|
|
916
916
|
export interface InputSettings {
|
|
917
917
|
AudioSelectors?: AudioSelector[];
|
|
918
918
|
CaptionSelectors?: CaptionSelector[];
|
|
919
|
-
DeblockFilter?: InputDeblockFilter
|
|
920
|
-
DenoiseFilter?: InputDenoiseFilter
|
|
919
|
+
DeblockFilter?: InputDeblockFilter;
|
|
920
|
+
DenoiseFilter?: InputDenoiseFilter;
|
|
921
921
|
FilterStrength?: number;
|
|
922
|
-
InputFilter?: InputFilter
|
|
922
|
+
InputFilter?: InputFilter;
|
|
923
923
|
NetworkInputSettings?: NetworkInputSettings;
|
|
924
924
|
Scte35Pid?: number;
|
|
925
|
-
Smpte2038DataPreference?: Smpte2038DataPreference
|
|
926
|
-
SourceEndBehavior?: InputSourceEndBehavior
|
|
925
|
+
Smpte2038DataPreference?: Smpte2038DataPreference;
|
|
926
|
+
SourceEndBehavior?: InputSourceEndBehavior;
|
|
927
927
|
VideoSelector?: VideoSelector;
|
|
928
928
|
}
|
|
929
929
|
export interface InputAttachment {
|
|
@@ -953,9 +953,9 @@ export declare const InputResolution: {
|
|
|
953
953
|
export type InputResolution =
|
|
954
954
|
(typeof InputResolution)[keyof typeof InputResolution];
|
|
955
955
|
export interface InputSpecification {
|
|
956
|
-
Codec?: InputCodec
|
|
957
|
-
MaximumBitrate?: InputMaximumBitrate
|
|
958
|
-
Resolution?: InputResolution
|
|
956
|
+
Codec?: InputCodec;
|
|
957
|
+
MaximumBitrate?: InputMaximumBitrate;
|
|
958
|
+
Resolution?: InputResolution;
|
|
959
959
|
}
|
|
960
960
|
export declare const LogLevel: {
|
|
961
961
|
readonly DEBUG: "DEBUG";
|
|
@@ -977,7 +977,7 @@ export declare const MaintenanceDay: {
|
|
|
977
977
|
export type MaintenanceDay =
|
|
978
978
|
(typeof MaintenanceDay)[keyof typeof MaintenanceDay];
|
|
979
979
|
export interface MaintenanceStatus {
|
|
980
|
-
MaintenanceDay?: MaintenanceDay
|
|
980
|
+
MaintenanceDay?: MaintenanceDay;
|
|
981
981
|
MaintenanceDeadline?: string;
|
|
982
982
|
MaintenanceScheduledDate?: string;
|
|
983
983
|
MaintenanceStartTime?: string;
|
|
@@ -1005,18 +1005,18 @@ export interface VpcOutputSettingsDescription {
|
|
|
1005
1005
|
export interface ChannelSummary {
|
|
1006
1006
|
Arn?: string;
|
|
1007
1007
|
CdiInputSpecification?: CdiInputSpecification;
|
|
1008
|
-
ChannelClass?: ChannelClass
|
|
1008
|
+
ChannelClass?: ChannelClass;
|
|
1009
1009
|
Destinations?: OutputDestination[];
|
|
1010
1010
|
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
1011
1011
|
Id?: string;
|
|
1012
1012
|
InputAttachments?: InputAttachment[];
|
|
1013
1013
|
InputSpecification?: InputSpecification;
|
|
1014
|
-
LogLevel?: LogLevel
|
|
1014
|
+
LogLevel?: LogLevel;
|
|
1015
1015
|
Maintenance?: MaintenanceStatus;
|
|
1016
1016
|
Name?: string;
|
|
1017
1017
|
PipelinesRunningCount?: number;
|
|
1018
1018
|
RoleArn?: string;
|
|
1019
|
-
State?: ChannelState
|
|
1019
|
+
State?: ChannelState;
|
|
1020
1020
|
Tags?: Record<string, string>;
|
|
1021
1021
|
Vpc?: VpcOutputSettingsDescription;
|
|
1022
1022
|
}
|
|
@@ -1084,18 +1084,18 @@ export interface Input {
|
|
|
1084
1084
|
AttachedChannels?: string[];
|
|
1085
1085
|
Destinations?: InputDestination[];
|
|
1086
1086
|
Id?: string;
|
|
1087
|
-
InputClass?: InputClass
|
|
1087
|
+
InputClass?: InputClass;
|
|
1088
1088
|
InputDevices?: InputDeviceSettings[];
|
|
1089
1089
|
InputPartnerIds?: string[];
|
|
1090
|
-
InputSourceType?: InputSourceType
|
|
1090
|
+
InputSourceType?: InputSourceType;
|
|
1091
1091
|
MediaConnectFlows?: MediaConnectFlow[];
|
|
1092
1092
|
Name?: string;
|
|
1093
1093
|
RoleArn?: string;
|
|
1094
1094
|
SecurityGroups?: string[];
|
|
1095
1095
|
Sources?: InputSource[];
|
|
1096
|
-
State?: InputState
|
|
1096
|
+
State?: InputState;
|
|
1097
1097
|
Tags?: Record<string, string>;
|
|
1098
|
-
Type?: InputType
|
|
1098
|
+
Type?: InputType;
|
|
1099
1099
|
}
|
|
1100
1100
|
export interface InputDestinationRequest {
|
|
1101
1101
|
StreamName?: string;
|
|
@@ -1148,13 +1148,13 @@ export declare const InputDeviceScanType: {
|
|
|
1148
1148
|
export type InputDeviceScanType =
|
|
1149
1149
|
(typeof InputDeviceScanType)[keyof typeof InputDeviceScanType];
|
|
1150
1150
|
export interface InputDeviceHdSettings {
|
|
1151
|
-
ActiveInput?: InputDeviceActiveInput
|
|
1152
|
-
ConfiguredInput?: InputDeviceConfiguredInput
|
|
1153
|
-
DeviceState?: InputDeviceState
|
|
1151
|
+
ActiveInput?: InputDeviceActiveInput;
|
|
1152
|
+
ConfiguredInput?: InputDeviceConfiguredInput;
|
|
1153
|
+
DeviceState?: InputDeviceState;
|
|
1154
1154
|
Framerate?: number;
|
|
1155
1155
|
Height?: number;
|
|
1156
1156
|
MaxBitrate?: number;
|
|
1157
|
-
ScanType?: InputDeviceScanType
|
|
1157
|
+
ScanType?: InputDeviceScanType;
|
|
1158
1158
|
Width?: number;
|
|
1159
1159
|
LatencyMs?: number;
|
|
1160
1160
|
}
|
|
@@ -1168,7 +1168,7 @@ export interface InputDeviceNetworkSettings {
|
|
|
1168
1168
|
DnsAddresses?: string[];
|
|
1169
1169
|
Gateway?: string;
|
|
1170
1170
|
IpAddress?: string;
|
|
1171
|
-
IpScheme?: InputDeviceIpScheme
|
|
1171
|
+
IpScheme?: InputDeviceIpScheme;
|
|
1172
1172
|
SubnetMask?: string;
|
|
1173
1173
|
}
|
|
1174
1174
|
export declare const InputDeviceOutputType: {
|
|
@@ -1197,35 +1197,35 @@ export interface InputDeviceMediaConnectSettings {
|
|
|
1197
1197
|
SourceName?: string;
|
|
1198
1198
|
}
|
|
1199
1199
|
export interface InputDeviceUhdSettings {
|
|
1200
|
-
ActiveInput?: InputDeviceActiveInput
|
|
1201
|
-
ConfiguredInput?: InputDeviceConfiguredInput
|
|
1202
|
-
DeviceState?: InputDeviceState
|
|
1200
|
+
ActiveInput?: InputDeviceActiveInput;
|
|
1201
|
+
ConfiguredInput?: InputDeviceConfiguredInput;
|
|
1202
|
+
DeviceState?: InputDeviceState;
|
|
1203
1203
|
Framerate?: number;
|
|
1204
1204
|
Height?: number;
|
|
1205
1205
|
MaxBitrate?: number;
|
|
1206
|
-
ScanType?: InputDeviceScanType
|
|
1206
|
+
ScanType?: InputDeviceScanType;
|
|
1207
1207
|
Width?: number;
|
|
1208
1208
|
LatencyMs?: number;
|
|
1209
|
-
Codec?: InputDeviceCodec
|
|
1209
|
+
Codec?: InputDeviceCodec;
|
|
1210
1210
|
MediaconnectSettings?: InputDeviceMediaConnectSettings;
|
|
1211
1211
|
}
|
|
1212
1212
|
export interface InputDeviceSummary {
|
|
1213
1213
|
Arn?: string;
|
|
1214
|
-
ConnectionState?: InputDeviceConnectionState
|
|
1215
|
-
DeviceSettingsSyncState?: DeviceSettingsSyncState
|
|
1216
|
-
DeviceUpdateStatus?: DeviceUpdateStatus
|
|
1214
|
+
ConnectionState?: InputDeviceConnectionState;
|
|
1215
|
+
DeviceSettingsSyncState?: DeviceSettingsSyncState;
|
|
1216
|
+
DeviceUpdateStatus?: DeviceUpdateStatus;
|
|
1217
1217
|
HdDeviceSettings?: InputDeviceHdSettings;
|
|
1218
1218
|
Id?: string;
|
|
1219
1219
|
MacAddress?: string;
|
|
1220
1220
|
Name?: string;
|
|
1221
1221
|
NetworkSettings?: InputDeviceNetworkSettings;
|
|
1222
1222
|
SerialNumber?: string;
|
|
1223
|
-
Type?: InputDeviceType
|
|
1223
|
+
Type?: InputDeviceType;
|
|
1224
1224
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
1225
1225
|
Tags?: Record<string, string>;
|
|
1226
1226
|
AvailabilityZone?: string;
|
|
1227
1227
|
MedialiveInputArns?: string[];
|
|
1228
|
-
OutputType?: InputDeviceOutputType
|
|
1228
|
+
OutputType?: InputDeviceOutputType;
|
|
1229
1229
|
}
|
|
1230
1230
|
export declare const InputSecurityGroupState: {
|
|
1231
1231
|
readonly DELETED: "DELETED";
|
|
@@ -1242,7 +1242,7 @@ export interface InputSecurityGroup {
|
|
|
1242
1242
|
Arn?: string;
|
|
1243
1243
|
Id?: string;
|
|
1244
1244
|
Inputs?: string[];
|
|
1245
|
-
State?: InputSecurityGroupState
|
|
1245
|
+
State?: InputSecurityGroupState;
|
|
1246
1246
|
Tags?: Record<string, string>;
|
|
1247
1247
|
WhitelistRules?: InputWhitelistRule[];
|
|
1248
1248
|
}
|
|
@@ -1295,7 +1295,7 @@ export interface MultiplexSummary {
|
|
|
1295
1295
|
Name?: string;
|
|
1296
1296
|
PipelinesRunningCount?: number;
|
|
1297
1297
|
ProgramCount?: number;
|
|
1298
|
-
State?: MultiplexState
|
|
1298
|
+
State?: MultiplexState;
|
|
1299
1299
|
Tags?: Record<string, string>;
|
|
1300
1300
|
}
|
|
1301
1301
|
export declare const OfferingDurationUnits: {
|
|
@@ -1361,24 +1361,24 @@ export declare const ReservationVideoQuality: {
|
|
|
1361
1361
|
export type ReservationVideoQuality =
|
|
1362
1362
|
(typeof ReservationVideoQuality)[keyof typeof ReservationVideoQuality];
|
|
1363
1363
|
export interface ReservationResourceSpecification {
|
|
1364
|
-
ChannelClass?: ChannelClass
|
|
1365
|
-
Codec?: ReservationCodec
|
|
1366
|
-
MaximumBitrate?: ReservationMaximumBitrate
|
|
1367
|
-
MaximumFramerate?: ReservationMaximumFramerate
|
|
1368
|
-
Resolution?: ReservationResolution
|
|
1369
|
-
ResourceType?: ReservationResourceType
|
|
1370
|
-
SpecialFeature?: ReservationSpecialFeature
|
|
1371
|
-
VideoQuality?: ReservationVideoQuality
|
|
1364
|
+
ChannelClass?: ChannelClass;
|
|
1365
|
+
Codec?: ReservationCodec;
|
|
1366
|
+
MaximumBitrate?: ReservationMaximumBitrate;
|
|
1367
|
+
MaximumFramerate?: ReservationMaximumFramerate;
|
|
1368
|
+
Resolution?: ReservationResolution;
|
|
1369
|
+
ResourceType?: ReservationResourceType;
|
|
1370
|
+
SpecialFeature?: ReservationSpecialFeature;
|
|
1371
|
+
VideoQuality?: ReservationVideoQuality;
|
|
1372
1372
|
}
|
|
1373
1373
|
export interface Offering {
|
|
1374
1374
|
Arn?: string;
|
|
1375
1375
|
CurrencyCode?: string;
|
|
1376
1376
|
Duration?: number;
|
|
1377
|
-
DurationUnits?: OfferingDurationUnits
|
|
1377
|
+
DurationUnits?: OfferingDurationUnits;
|
|
1378
1378
|
FixedPrice?: number;
|
|
1379
1379
|
OfferingDescription?: string;
|
|
1380
1380
|
OfferingId?: string;
|
|
1381
|
-
OfferingType?: OfferingType
|
|
1381
|
+
OfferingType?: OfferingType;
|
|
1382
1382
|
Region?: string;
|
|
1383
1383
|
ResourceSpecification?: ReservationResourceSpecification;
|
|
1384
1384
|
UsagePrice?: number;
|
|
@@ -1438,7 +1438,7 @@ export declare const DvbSdtOutputSdt: {
|
|
|
1438
1438
|
export type DvbSdtOutputSdt =
|
|
1439
1439
|
(typeof DvbSdtOutputSdt)[keyof typeof DvbSdtOutputSdt];
|
|
1440
1440
|
export interface DvbSdtSettings {
|
|
1441
|
-
OutputSdt?: DvbSdtOutputSdt
|
|
1441
|
+
OutputSdt?: DvbSdtOutputSdt;
|
|
1442
1442
|
RepInterval?: number;
|
|
1443
1443
|
ServiceName?: string;
|
|
1444
1444
|
ServiceProviderName?: string;
|
|
@@ -1521,50 +1521,50 @@ export declare const M2tsTimedMetadataBehavior: {
|
|
|
1521
1521
|
export type M2tsTimedMetadataBehavior =
|
|
1522
1522
|
(typeof M2tsTimedMetadataBehavior)[keyof typeof M2tsTimedMetadataBehavior];
|
|
1523
1523
|
export interface M2tsSettings {
|
|
1524
|
-
AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior
|
|
1525
|
-
Arib?: M2tsArib
|
|
1524
|
+
AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior;
|
|
1525
|
+
Arib?: M2tsArib;
|
|
1526
1526
|
AribCaptionsPid?: string;
|
|
1527
|
-
AribCaptionsPidControl?: M2tsAribCaptionsPidControl
|
|
1528
|
-
AudioBufferModel?: M2tsAudioBufferModel
|
|
1527
|
+
AribCaptionsPidControl?: M2tsAribCaptionsPidControl;
|
|
1528
|
+
AudioBufferModel?: M2tsAudioBufferModel;
|
|
1529
1529
|
AudioFramesPerPes?: number;
|
|
1530
1530
|
AudioPids?: string;
|
|
1531
|
-
AudioStreamType?: M2tsAudioStreamType
|
|
1531
|
+
AudioStreamType?: M2tsAudioStreamType;
|
|
1532
1532
|
Bitrate?: number;
|
|
1533
|
-
BufferModel?: M2tsBufferModel
|
|
1534
|
-
CcDescriptor?: M2tsCcDescriptor
|
|
1533
|
+
BufferModel?: M2tsBufferModel;
|
|
1534
|
+
CcDescriptor?: M2tsCcDescriptor;
|
|
1535
1535
|
DvbNitSettings?: DvbNitSettings;
|
|
1536
1536
|
DvbSdtSettings?: DvbSdtSettings;
|
|
1537
1537
|
DvbSubPids?: string;
|
|
1538
1538
|
DvbTdtSettings?: DvbTdtSettings;
|
|
1539
1539
|
DvbTeletextPid?: string;
|
|
1540
|
-
Ebif?: M2tsEbifControl
|
|
1541
|
-
EbpAudioInterval?: M2tsAudioInterval
|
|
1540
|
+
Ebif?: M2tsEbifControl;
|
|
1541
|
+
EbpAudioInterval?: M2tsAudioInterval;
|
|
1542
1542
|
EbpLookaheadMs?: number;
|
|
1543
|
-
EbpPlacement?: M2tsEbpPlacement
|
|
1543
|
+
EbpPlacement?: M2tsEbpPlacement;
|
|
1544
1544
|
EcmPid?: string;
|
|
1545
|
-
EsRateInPes?: M2tsEsRateInPes
|
|
1545
|
+
EsRateInPes?: M2tsEsRateInPes;
|
|
1546
1546
|
EtvPlatformPid?: string;
|
|
1547
1547
|
EtvSignalPid?: string;
|
|
1548
1548
|
FragmentTime?: number;
|
|
1549
|
-
Klv?: M2tsKlv
|
|
1549
|
+
Klv?: M2tsKlv;
|
|
1550
1550
|
KlvDataPids?: string;
|
|
1551
|
-
NielsenId3Behavior?: M2tsNielsenId3Behavior
|
|
1551
|
+
NielsenId3Behavior?: M2tsNielsenId3Behavior;
|
|
1552
1552
|
NullPacketBitrate?: number;
|
|
1553
1553
|
PatInterval?: number;
|
|
1554
|
-
PcrControl?: M2tsPcrControl
|
|
1554
|
+
PcrControl?: M2tsPcrControl;
|
|
1555
1555
|
PcrPeriod?: number;
|
|
1556
1556
|
PcrPid?: string;
|
|
1557
1557
|
PmtInterval?: number;
|
|
1558
1558
|
PmtPid?: string;
|
|
1559
1559
|
ProgramNum?: number;
|
|
1560
|
-
RateMode?: M2tsRateMode
|
|
1560
|
+
RateMode?: M2tsRateMode;
|
|
1561
1561
|
Scte27Pids?: string;
|
|
1562
|
-
Scte35Control?: M2tsScte35Control
|
|
1562
|
+
Scte35Control?: M2tsScte35Control;
|
|
1563
1563
|
Scte35Pid?: string;
|
|
1564
|
-
SegmentationMarkers?: M2tsSegmentationMarkers
|
|
1565
|
-
SegmentationStyle?: M2tsSegmentationStyle
|
|
1564
|
+
SegmentationMarkers?: M2tsSegmentationMarkers;
|
|
1565
|
+
SegmentationStyle?: M2tsSegmentationStyle;
|
|
1566
1566
|
SegmentationTime?: number;
|
|
1567
|
-
TimedMetadataBehavior?: M2tsTimedMetadataBehavior
|
|
1567
|
+
TimedMetadataBehavior?: M2tsTimedMetadataBehavior;
|
|
1568
1568
|
TimedMetadataPid?: string;
|
|
1569
1569
|
TransportStreamId?: number;
|
|
1570
1570
|
VideoPid?: string;
|
|
@@ -1606,8 +1606,8 @@ export type AudioOnlyHlsSegmentType =
|
|
|
1606
1606
|
export interface AudioOnlyHlsSettings {
|
|
1607
1607
|
AudioGroupId?: string;
|
|
1608
1608
|
AudioOnlyImage?: InputLocation;
|
|
1609
|
-
AudioTrackType?: AudioOnlyHlsTrackType
|
|
1610
|
-
SegmentType?: AudioOnlyHlsSegmentType
|
|
1609
|
+
AudioTrackType?: AudioOnlyHlsTrackType;
|
|
1610
|
+
SegmentType?: AudioOnlyHlsSegmentType;
|
|
1611
1611
|
}
|
|
1612
1612
|
export declare const Fmp4NielsenId3Behavior: {
|
|
1613
1613
|
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
@@ -1623,8 +1623,8 @@ export type Fmp4TimedMetadataBehavior =
|
|
|
1623
1623
|
(typeof Fmp4TimedMetadataBehavior)[keyof typeof Fmp4TimedMetadataBehavior];
|
|
1624
1624
|
export interface Fmp4HlsSettings {
|
|
1625
1625
|
AudioRenditionSets?: string;
|
|
1626
|
-
NielsenId3Behavior?: Fmp4NielsenId3Behavior
|
|
1627
|
-
TimedMetadataBehavior?: Fmp4TimedMetadataBehavior
|
|
1626
|
+
NielsenId3Behavior?: Fmp4NielsenId3Behavior;
|
|
1627
|
+
TimedMetadataBehavior?: Fmp4TimedMetadataBehavior;
|
|
1628
1628
|
}
|
|
1629
1629
|
export interface FrameCaptureHlsSettings {}
|
|
1630
1630
|
export declare const M3u8KlvBehavior: {
|
|
@@ -1661,21 +1661,21 @@ export interface M3u8Settings {
|
|
|
1661
1661
|
AudioFramesPerPes?: number;
|
|
1662
1662
|
AudioPids?: string;
|
|
1663
1663
|
EcmPid?: string;
|
|
1664
|
-
NielsenId3Behavior?: M3u8NielsenId3Behavior
|
|
1664
|
+
NielsenId3Behavior?: M3u8NielsenId3Behavior;
|
|
1665
1665
|
PatInterval?: number;
|
|
1666
|
-
PcrControl?: M3u8PcrControl
|
|
1666
|
+
PcrControl?: M3u8PcrControl;
|
|
1667
1667
|
PcrPeriod?: number;
|
|
1668
1668
|
PcrPid?: string;
|
|
1669
1669
|
PmtInterval?: number;
|
|
1670
1670
|
PmtPid?: string;
|
|
1671
1671
|
ProgramNum?: number;
|
|
1672
|
-
Scte35Behavior?: M3u8Scte35Behavior
|
|
1672
|
+
Scte35Behavior?: M3u8Scte35Behavior;
|
|
1673
1673
|
Scte35Pid?: string;
|
|
1674
|
-
TimedMetadataBehavior?: M3u8TimedMetadataBehavior
|
|
1674
|
+
TimedMetadataBehavior?: M3u8TimedMetadataBehavior;
|
|
1675
1675
|
TimedMetadataPid?: string;
|
|
1676
1676
|
TransportStreamId?: number;
|
|
1677
1677
|
VideoPid?: string;
|
|
1678
|
-
KlvBehavior?: M3u8KlvBehavior
|
|
1678
|
+
KlvBehavior?: M3u8KlvBehavior;
|
|
1679
1679
|
KlvDataPids?: string;
|
|
1680
1680
|
}
|
|
1681
1681
|
export interface StandardHlsSettings {
|
|
@@ -1689,7 +1689,7 @@ export interface HlsSettings {
|
|
|
1689
1689
|
StandardHlsSettings?: StandardHlsSettings;
|
|
1690
1690
|
}
|
|
1691
1691
|
export interface HlsOutputSettings {
|
|
1692
|
-
H265PackagingType?: HlsH265PackagingType
|
|
1692
|
+
H265PackagingType?: HlsH265PackagingType;
|
|
1693
1693
|
HlsSettings: HlsSettings | undefined;
|
|
1694
1694
|
NameModifier?: string;
|
|
1695
1695
|
SegmentModifier?: string;
|
|
@@ -1702,7 +1702,7 @@ export declare const MsSmoothH265PackagingType: {
|
|
|
1702
1702
|
export type MsSmoothH265PackagingType =
|
|
1703
1703
|
(typeof MsSmoothH265PackagingType)[keyof typeof MsSmoothH265PackagingType];
|
|
1704
1704
|
export interface MsSmoothOutputSettings {
|
|
1705
|
-
H265PackagingType?: MsSmoothH265PackagingType
|
|
1705
|
+
H265PackagingType?: MsSmoothH265PackagingType;
|
|
1706
1706
|
NameModifier?: string;
|
|
1707
1707
|
}
|
|
1708
1708
|
export interface OutputLocationRef {
|
|
@@ -1718,7 +1718,7 @@ export declare const RtmpOutputCertificateMode: {
|
|
|
1718
1718
|
export type RtmpOutputCertificateMode =
|
|
1719
1719
|
(typeof RtmpOutputCertificateMode)[keyof typeof RtmpOutputCertificateMode];
|
|
1720
1720
|
export interface RtmpOutputSettings {
|
|
1721
|
-
CertificateMode?: RtmpOutputCertificateMode
|
|
1721
|
+
CertificateMode?: RtmpOutputCertificateMode;
|
|
1722
1722
|
ConnectionRetryInterval?: number;
|
|
1723
1723
|
Destination: OutputLocationRef | undefined;
|
|
1724
1724
|
NumRetries?: number;
|
|
@@ -1734,7 +1734,7 @@ export type FecOutputIncludeFec =
|
|
|
1734
1734
|
(typeof FecOutputIncludeFec)[keyof typeof FecOutputIncludeFec];
|
|
1735
1735
|
export interface FecOutputSettings {
|
|
1736
1736
|
ColumnDepth?: number;
|
|
1737
|
-
IncludeFec?: FecOutputIncludeFec
|
|
1737
|
+
IncludeFec?: FecOutputIncludeFec;
|
|
1738
1738
|
RowLength?: number;
|
|
1739
1739
|
}
|
|
1740
1740
|
export interface UdpOutputSettings {
|
|
@@ -1768,7 +1768,7 @@ export declare const S3CannedAcl: {
|
|
|
1768
1768
|
};
|
|
1769
1769
|
export type S3CannedAcl = (typeof S3CannedAcl)[keyof typeof S3CannedAcl];
|
|
1770
1770
|
export interface ArchiveS3Settings {
|
|
1771
|
-
CannedAcl?: S3CannedAcl
|
|
1771
|
+
CannedAcl?: S3CannedAcl;
|
|
1772
1772
|
}
|
|
1773
1773
|
export interface ArchiveCdnSettings {
|
|
1774
1774
|
ArchiveS3Settings?: ArchiveS3Settings;
|
|
@@ -1779,7 +1779,7 @@ export interface ArchiveGroupSettings {
|
|
|
1779
1779
|
RolloverInterval?: number;
|
|
1780
1780
|
}
|
|
1781
1781
|
export interface FrameCaptureS3Settings {
|
|
1782
|
-
CannedAcl?: S3CannedAcl
|
|
1782
|
+
CannedAcl?: S3CannedAcl;
|
|
1783
1783
|
}
|
|
1784
1784
|
export interface FrameCaptureCdnSettings {
|
|
1785
1785
|
FrameCaptureS3Settings?: FrameCaptureS3Settings;
|
|
@@ -1834,7 +1834,7 @@ export type HlsAkamaiHttpTransferMode =
|
|
|
1834
1834
|
export interface HlsAkamaiSettings {
|
|
1835
1835
|
ConnectionRetryInterval?: number;
|
|
1836
1836
|
FilecacheDuration?: number;
|
|
1837
|
-
HttpTransferMode?: HlsAkamaiHttpTransferMode
|
|
1837
|
+
HttpTransferMode?: HlsAkamaiHttpTransferMode;
|
|
1838
1838
|
NumRetries?: number;
|
|
1839
1839
|
RestartDelay?: number;
|
|
1840
1840
|
Salt?: string;
|
|
@@ -1854,12 +1854,12 @@ export type HlsMediaStoreStorageClass =
|
|
|
1854
1854
|
export interface HlsMediaStoreSettings {
|
|
1855
1855
|
ConnectionRetryInterval?: number;
|
|
1856
1856
|
FilecacheDuration?: number;
|
|
1857
|
-
MediaStoreStorageClass?: HlsMediaStoreStorageClass
|
|
1857
|
+
MediaStoreStorageClass?: HlsMediaStoreStorageClass;
|
|
1858
1858
|
NumRetries?: number;
|
|
1859
1859
|
RestartDelay?: number;
|
|
1860
1860
|
}
|
|
1861
1861
|
export interface HlsS3Settings {
|
|
1862
|
-
CannedAcl?: S3CannedAcl
|
|
1862
|
+
CannedAcl?: S3CannedAcl;
|
|
1863
1863
|
}
|
|
1864
1864
|
export declare const HlsWebdavHttpTransferMode: {
|
|
1865
1865
|
readonly CHUNKED: "CHUNKED";
|
|
@@ -1870,7 +1870,7 @@ export type HlsWebdavHttpTransferMode =
|
|
|
1870
1870
|
export interface HlsWebdavSettings {
|
|
1871
1871
|
ConnectionRetryInterval?: number;
|
|
1872
1872
|
FilecacheDuration?: number;
|
|
1873
|
-
HttpTransferMode?: HlsWebdavHttpTransferMode
|
|
1873
|
+
HttpTransferMode?: HlsWebdavHttpTransferMode;
|
|
1874
1874
|
NumRetries?: number;
|
|
1875
1875
|
RestartDelay?: number;
|
|
1876
1876
|
}
|