@aws-sdk/client-medialive 3.686.0 → 3.691.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.
@@ -30,9 +30,9 @@ export declare const AudioNormalizationAlgorithmControl: {
30
30
  export type AudioNormalizationAlgorithmControl =
31
31
  (typeof AudioNormalizationAlgorithmControl)[keyof typeof AudioNormalizationAlgorithmControl];
32
32
  export interface AudioNormalizationSettings {
33
- Algorithm?: AudioNormalizationAlgorithm;
34
- AlgorithmControl?: AudioNormalizationAlgorithmControl;
35
- TargetLkfs?: number;
33
+ Algorithm?: AudioNormalizationAlgorithm | undefined;
34
+ AlgorithmControl?: AudioNormalizationAlgorithmControl | undefined;
35
+ TargetLkfs?: number | undefined;
36
36
  }
37
37
  export declare const AudioType: {
38
38
  readonly CLEAN_EFFECTS: "CLEAN_EFFECTS";
@@ -81,15 +81,15 @@ export type NielsenWatermarkTimezones =
81
81
  export interface NielsenNaesIiNw {
82
82
  CheckDigitString: string | undefined;
83
83
  Sid: number | undefined;
84
- Timezone?: NielsenWatermarkTimezones;
84
+ Timezone?: NielsenWatermarkTimezones | undefined;
85
85
  }
86
86
  export interface NielsenWatermarksSettings {
87
- NielsenCbetSettings?: NielsenCBET;
88
- NielsenDistributionType?: NielsenWatermarksDistributionTypes;
89
- NielsenNaesIiNwSettings?: NielsenNaesIiNw;
87
+ NielsenCbetSettings?: NielsenCBET | undefined;
88
+ NielsenDistributionType?: NielsenWatermarksDistributionTypes | undefined;
89
+ NielsenNaesIiNwSettings?: NielsenNaesIiNw | undefined;
90
90
  }
91
91
  export interface AudioWatermarkSettings {
92
- NielsenWatermarksSettings?: NielsenWatermarksSettings;
92
+ NielsenWatermarksSettings?: NielsenWatermarksSettings | undefined;
93
93
  }
94
94
  export declare const AacCodingMode: {
95
95
  readonly AD_RECEIVER_MIX: "AD_RECEIVER_MIX";
@@ -134,15 +134,15 @@ export declare const AacVbrQuality: {
134
134
  };
135
135
  export type AacVbrQuality = (typeof AacVbrQuality)[keyof typeof AacVbrQuality];
136
136
  export interface AacSettings {
137
- Bitrate?: number;
138
- CodingMode?: AacCodingMode;
139
- InputType?: AacInputType;
140
- Profile?: AacProfile;
141
- RateControlMode?: AacRateControlMode;
142
- RawFormat?: AacRawFormat;
143
- SampleRate?: number;
144
- Spec?: AacSpec;
145
- VbrQuality?: AacVbrQuality;
137
+ Bitrate?: number | undefined;
138
+ CodingMode?: AacCodingMode | undefined;
139
+ InputType?: AacInputType | undefined;
140
+ Profile?: AacProfile | undefined;
141
+ RateControlMode?: AacRateControlMode | undefined;
142
+ RawFormat?: AacRawFormat | undefined;
143
+ SampleRate?: number | undefined;
144
+ Spec?: AacSpec | undefined;
145
+ VbrQuality?: AacVbrQuality | undefined;
146
146
  }
147
147
  export declare const Ac3AttenuationControl: {
148
148
  readonly ATTENUATE_3_DB: "ATTENUATE_3_DB";
@@ -186,14 +186,14 @@ export declare const Ac3MetadataControl: {
186
186
  export type Ac3MetadataControl =
187
187
  (typeof Ac3MetadataControl)[keyof typeof Ac3MetadataControl];
188
188
  export interface Ac3Settings {
189
- Bitrate?: number;
190
- BitstreamMode?: Ac3BitstreamMode;
191
- CodingMode?: Ac3CodingMode;
192
- Dialnorm?: number;
193
- DrcProfile?: Ac3DrcProfile;
194
- LfeFilter?: Ac3LfeFilter;
195
- MetadataControl?: Ac3MetadataControl;
196
- AttenuationControl?: Ac3AttenuationControl;
189
+ Bitrate?: number | undefined;
190
+ BitstreamMode?: Ac3BitstreamMode | undefined;
191
+ CodingMode?: Ac3CodingMode | undefined;
192
+ Dialnorm?: number | undefined;
193
+ DrcProfile?: Ac3DrcProfile | undefined;
194
+ LfeFilter?: Ac3LfeFilter | undefined;
195
+ MetadataControl?: Ac3MetadataControl | undefined;
196
+ AttenuationControl?: Ac3AttenuationControl | undefined;
197
197
  }
198
198
  export declare const Eac3AtmosCodingMode: {
199
199
  readonly CODING_MODE_5_1_4: "CODING_MODE_5_1_4";
@@ -223,13 +223,13 @@ export declare const Eac3AtmosDrcRf: {
223
223
  export type Eac3AtmosDrcRf =
224
224
  (typeof Eac3AtmosDrcRf)[keyof typeof Eac3AtmosDrcRf];
225
225
  export interface Eac3AtmosSettings {
226
- Bitrate?: number;
227
- CodingMode?: Eac3AtmosCodingMode;
228
- Dialnorm?: number;
229
- DrcLine?: Eac3AtmosDrcLine;
230
- DrcRf?: Eac3AtmosDrcRf;
231
- HeightTrim?: number;
232
- SurroundTrim?: number;
226
+ Bitrate?: number | undefined;
227
+ CodingMode?: Eac3AtmosCodingMode | undefined;
228
+ Dialnorm?: number | undefined;
229
+ DrcLine?: Eac3AtmosDrcLine | undefined;
230
+ DrcRf?: Eac3AtmosDrcRf | undefined;
231
+ HeightTrim?: number | undefined;
232
+ SurroundTrim?: number | undefined;
233
233
  }
234
234
  export declare const Eac3AttenuationControl: {
235
235
  readonly ATTENUATE_3_DB: "ATTENUATE_3_DB";
@@ -328,26 +328,26 @@ export declare const Eac3SurroundMode: {
328
328
  export type Eac3SurroundMode =
329
329
  (typeof Eac3SurroundMode)[keyof typeof Eac3SurroundMode];
330
330
  export interface Eac3Settings {
331
- AttenuationControl?: Eac3AttenuationControl;
332
- Bitrate?: number;
333
- BitstreamMode?: Eac3BitstreamMode;
334
- CodingMode?: Eac3CodingMode;
335
- DcFilter?: Eac3DcFilter;
336
- Dialnorm?: number;
337
- DrcLine?: Eac3DrcLine;
338
- DrcRf?: Eac3DrcRf;
339
- LfeControl?: Eac3LfeControl;
340
- LfeFilter?: Eac3LfeFilter;
341
- LoRoCenterMixLevel?: number;
342
- LoRoSurroundMixLevel?: number;
343
- LtRtCenterMixLevel?: number;
344
- LtRtSurroundMixLevel?: number;
345
- MetadataControl?: Eac3MetadataControl;
346
- PassthroughControl?: Eac3PassthroughControl;
347
- PhaseControl?: Eac3PhaseControl;
348
- StereoDownmix?: Eac3StereoDownmix;
349
- SurroundExMode?: Eac3SurroundExMode;
350
- SurroundMode?: Eac3SurroundMode;
331
+ AttenuationControl?: Eac3AttenuationControl | undefined;
332
+ Bitrate?: number | undefined;
333
+ BitstreamMode?: Eac3BitstreamMode | undefined;
334
+ CodingMode?: Eac3CodingMode | undefined;
335
+ DcFilter?: Eac3DcFilter | undefined;
336
+ Dialnorm?: number | undefined;
337
+ DrcLine?: Eac3DrcLine | undefined;
338
+ DrcRf?: Eac3DrcRf | undefined;
339
+ LfeControl?: Eac3LfeControl | undefined;
340
+ LfeFilter?: Eac3LfeFilter | undefined;
341
+ LoRoCenterMixLevel?: number | undefined;
342
+ LoRoSurroundMixLevel?: number | undefined;
343
+ LtRtCenterMixLevel?: number | undefined;
344
+ LtRtSurroundMixLevel?: number | undefined;
345
+ MetadataControl?: Eac3MetadataControl | undefined;
346
+ PassthroughControl?: Eac3PassthroughControl | undefined;
347
+ PhaseControl?: Eac3PhaseControl | undefined;
348
+ StereoDownmix?: Eac3StereoDownmix | undefined;
349
+ SurroundExMode?: Eac3SurroundExMode | undefined;
350
+ SurroundMode?: Eac3SurroundMode | undefined;
351
351
  }
352
352
  export declare const Mp2CodingMode: {
353
353
  readonly CODING_MODE_1_0: "CODING_MODE_1_0";
@@ -355,9 +355,9 @@ export declare const Mp2CodingMode: {
355
355
  };
356
356
  export type Mp2CodingMode = (typeof Mp2CodingMode)[keyof typeof Mp2CodingMode];
357
357
  export interface Mp2Settings {
358
- Bitrate?: number;
359
- CodingMode?: Mp2CodingMode;
360
- SampleRate?: number;
358
+ Bitrate?: number | undefined;
359
+ CodingMode?: Mp2CodingMode | undefined;
360
+ SampleRate?: number | undefined;
361
361
  }
362
362
  export interface PassThroughSettings {}
363
363
  export declare const WavCodingMode: {
@@ -368,18 +368,18 @@ export declare const WavCodingMode: {
368
368
  };
369
369
  export type WavCodingMode = (typeof WavCodingMode)[keyof typeof WavCodingMode];
370
370
  export interface WavSettings {
371
- BitDepth?: number;
372
- CodingMode?: WavCodingMode;
373
- SampleRate?: number;
371
+ BitDepth?: number | undefined;
372
+ CodingMode?: WavCodingMode | undefined;
373
+ SampleRate?: number | undefined;
374
374
  }
375
375
  export interface AudioCodecSettings {
376
- AacSettings?: AacSettings;
377
- Ac3Settings?: Ac3Settings;
378
- Eac3AtmosSettings?: Eac3AtmosSettings;
379
- Eac3Settings?: Eac3Settings;
380
- Mp2Settings?: Mp2Settings;
381
- PassThroughSettings?: PassThroughSettings;
382
- WavSettings?: WavSettings;
376
+ AacSettings?: AacSettings | undefined;
377
+ Ac3Settings?: Ac3Settings | undefined;
378
+ Eac3AtmosSettings?: Eac3AtmosSettings | undefined;
379
+ Eac3Settings?: Eac3Settings | undefined;
380
+ Mp2Settings?: Mp2Settings | undefined;
381
+ PassThroughSettings?: PassThroughSettings | undefined;
382
+ WavSettings?: WavSettings | undefined;
383
383
  }
384
384
  export declare const DvbDashAccessibility: {
385
385
  readonly DVBDASH_1_VISUALLY_IMPAIRED: "DVBDASH_1_VISUALLY_IMPAIRED";
@@ -400,23 +400,23 @@ export type AudioDescriptionLanguageCodeControl =
400
400
  (typeof AudioDescriptionLanguageCodeControl)[keyof typeof AudioDescriptionLanguageCodeControl];
401
401
  export interface RemixSettings {
402
402
  ChannelMappings: AudioChannelMapping[] | undefined;
403
- ChannelsIn?: number;
404
- ChannelsOut?: number;
403
+ ChannelsIn?: number | undefined;
404
+ ChannelsOut?: number | undefined;
405
405
  }
406
406
  export interface AudioDescription {
407
- AudioNormalizationSettings?: AudioNormalizationSettings;
407
+ AudioNormalizationSettings?: AudioNormalizationSettings | undefined;
408
408
  AudioSelectorName: string | undefined;
409
- AudioType?: AudioType;
410
- AudioTypeControl?: AudioDescriptionAudioTypeControl;
411
- AudioWatermarkingSettings?: AudioWatermarkSettings;
412
- CodecSettings?: AudioCodecSettings;
413
- LanguageCode?: string;
414
- LanguageCodeControl?: AudioDescriptionLanguageCodeControl;
409
+ AudioType?: AudioType | undefined;
410
+ AudioTypeControl?: AudioDescriptionAudioTypeControl | undefined;
411
+ AudioWatermarkingSettings?: AudioWatermarkSettings | undefined;
412
+ CodecSettings?: AudioCodecSettings | undefined;
413
+ LanguageCode?: string | undefined;
414
+ LanguageCodeControl?: AudioDescriptionLanguageCodeControl | undefined;
415
415
  Name: string | undefined;
416
- RemixSettings?: RemixSettings;
417
- StreamName?: string;
418
- AudioDashRoles?: DashRoleAudio[];
419
- DvbDashAccessibility?: DvbDashAccessibility;
416
+ RemixSettings?: RemixSettings | undefined;
417
+ StreamName?: string | undefined;
418
+ AudioDashRoles?: DashRoleAudio[] | undefined;
419
+ DvbDashAccessibility?: DvbDashAccessibility | undefined;
420
420
  }
421
421
  export interface AudioHlsRenditionSelection {
422
422
  GroupId: string | undefined;
@@ -430,7 +430,7 @@ export type AudioLanguageSelectionPolicy =
430
430
  (typeof AudioLanguageSelectionPolicy)[keyof typeof AudioLanguageSelectionPolicy];
431
431
  export interface AudioLanguageSelection {
432
432
  LanguageCode: string | undefined;
433
- LanguageSelectionPolicy?: AudioLanguageSelectionPolicy;
433
+ LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | undefined;
434
434
  }
435
435
  export interface AudioPidSelection {
436
436
  Pid: number | undefined;
@@ -456,28 +456,28 @@ export interface AudioTrack {
456
456
  }
457
457
  export interface AudioTrackSelection {
458
458
  Tracks: AudioTrack[] | undefined;
459
- DolbyEDecode?: AudioDolbyEDecode;
459
+ DolbyEDecode?: AudioDolbyEDecode | undefined;
460
460
  }
461
461
  export interface AudioSelectorSettings {
462
- AudioHlsRenditionSelection?: AudioHlsRenditionSelection;
463
- AudioLanguageSelection?: AudioLanguageSelection;
464
- AudioPidSelection?: AudioPidSelection;
465
- AudioTrackSelection?: AudioTrackSelection;
462
+ AudioHlsRenditionSelection?: AudioHlsRenditionSelection | undefined;
463
+ AudioLanguageSelection?: AudioLanguageSelection | undefined;
464
+ AudioPidSelection?: AudioPidSelection | undefined;
465
+ AudioTrackSelection?: AudioTrackSelection | undefined;
466
466
  }
467
467
  export interface AudioSelector {
468
468
  Name: string | undefined;
469
- SelectorSettings?: AudioSelectorSettings;
469
+ SelectorSettings?: AudioSelectorSettings | undefined;
470
470
  }
471
471
  export interface BatchFailedResultModel {
472
- Arn?: string;
473
- Code?: string;
474
- Id?: string;
475
- Message?: string;
472
+ Arn?: string | undefined;
473
+ Code?: string | undefined;
474
+ Id?: string | undefined;
475
+ Message?: string | undefined;
476
476
  }
477
477
  export interface BatchSuccessfulResultModel {
478
- Arn?: string;
479
- Id?: string;
480
- State?: string;
478
+ Arn?: string | undefined;
479
+ Id?: string | undefined;
480
+ State?: string | undefined;
481
481
  }
482
482
  export declare const AccessibilityType: {
483
483
  readonly DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES";
@@ -518,9 +518,9 @@ export declare const BurnInBackgroundColor: {
518
518
  export type BurnInBackgroundColor =
519
519
  (typeof BurnInBackgroundColor)[keyof typeof BurnInBackgroundColor];
520
520
  export interface InputLocation {
521
- PasswordParam?: string;
521
+ PasswordParam?: string | undefined;
522
522
  Uri: string | undefined;
523
- Username?: string;
523
+ Username?: string | undefined;
524
524
  }
525
525
  export declare const BurnInFontColor: {
526
526
  readonly BLACK: "BLACK";
@@ -556,23 +556,23 @@ export declare const BurnInTeletextGridControl: {
556
556
  export type BurnInTeletextGridControl =
557
557
  (typeof BurnInTeletextGridControl)[keyof typeof BurnInTeletextGridControl];
558
558
  export interface BurnInDestinationSettings {
559
- Alignment?: BurnInAlignment;
560
- BackgroundColor?: BurnInBackgroundColor;
561
- BackgroundOpacity?: number;
562
- Font?: InputLocation;
563
- FontColor?: BurnInFontColor;
564
- FontOpacity?: number;
565
- FontResolution?: number;
566
- FontSize?: string;
567
- OutlineColor?: BurnInOutlineColor;
568
- OutlineSize?: number;
569
- ShadowColor?: BurnInShadowColor;
570
- ShadowOpacity?: number;
571
- ShadowXOffset?: number;
572
- ShadowYOffset?: number;
573
- TeletextGridControl?: BurnInTeletextGridControl;
574
- XPosition?: number;
575
- YPosition?: number;
559
+ Alignment?: BurnInAlignment | undefined;
560
+ BackgroundColor?: BurnInBackgroundColor | undefined;
561
+ BackgroundOpacity?: number | undefined;
562
+ Font?: InputLocation | undefined;
563
+ FontColor?: BurnInFontColor | undefined;
564
+ FontOpacity?: number | undefined;
565
+ FontResolution?: number | undefined;
566
+ FontSize?: string | undefined;
567
+ OutlineColor?: BurnInOutlineColor | undefined;
568
+ OutlineSize?: number | undefined;
569
+ ShadowColor?: BurnInShadowColor | undefined;
570
+ ShadowOpacity?: number | undefined;
571
+ ShadowXOffset?: number | undefined;
572
+ ShadowYOffset?: number | undefined;
573
+ TeletextGridControl?: BurnInTeletextGridControl | undefined;
574
+ XPosition?: number | undefined;
575
+ YPosition?: number | undefined;
576
576
  }
577
577
  export declare const DvbSubDestinationAlignment: {
578
578
  readonly CENTERED: "CENTERED";
@@ -622,23 +622,23 @@ export declare const DvbSubDestinationTeletextGridControl: {
622
622
  export type DvbSubDestinationTeletextGridControl =
623
623
  (typeof DvbSubDestinationTeletextGridControl)[keyof typeof DvbSubDestinationTeletextGridControl];
624
624
  export interface DvbSubDestinationSettings {
625
- Alignment?: DvbSubDestinationAlignment;
626
- BackgroundColor?: DvbSubDestinationBackgroundColor;
627
- BackgroundOpacity?: number;
628
- Font?: InputLocation;
629
- FontColor?: DvbSubDestinationFontColor;
630
- FontOpacity?: number;
631
- FontResolution?: number;
632
- FontSize?: string;
633
- OutlineColor?: DvbSubDestinationOutlineColor;
634
- OutlineSize?: number;
635
- ShadowColor?: DvbSubDestinationShadowColor;
636
- ShadowOpacity?: number;
637
- ShadowXOffset?: number;
638
- ShadowYOffset?: number;
639
- TeletextGridControl?: DvbSubDestinationTeletextGridControl;
640
- XPosition?: number;
641
- YPosition?: number;
625
+ Alignment?: DvbSubDestinationAlignment | undefined;
626
+ BackgroundColor?: DvbSubDestinationBackgroundColor | undefined;
627
+ BackgroundOpacity?: number | undefined;
628
+ Font?: InputLocation | undefined;
629
+ FontColor?: DvbSubDestinationFontColor | undefined;
630
+ FontOpacity?: number | undefined;
631
+ FontResolution?: number | undefined;
632
+ FontSize?: string | undefined;
633
+ OutlineColor?: DvbSubDestinationOutlineColor | undefined;
634
+ OutlineSize?: number | undefined;
635
+ ShadowColor?: DvbSubDestinationShadowColor | undefined;
636
+ ShadowOpacity?: number | undefined;
637
+ ShadowXOffset?: number | undefined;
638
+ ShadowYOffset?: number | undefined;
639
+ TeletextGridControl?: DvbSubDestinationTeletextGridControl | undefined;
640
+ XPosition?: number | undefined;
641
+ YPosition?: number | undefined;
642
642
  }
643
643
  export declare const EbuTtDFillLineGapControl: {
644
644
  readonly DISABLED: "DISABLED";
@@ -653,10 +653,10 @@ export declare const EbuTtDDestinationStyleControl: {
653
653
  export type EbuTtDDestinationStyleControl =
654
654
  (typeof EbuTtDDestinationStyleControl)[keyof typeof EbuTtDDestinationStyleControl];
655
655
  export interface EbuTtDDestinationSettings {
656
- CopyrightHolder?: string;
657
- FillLineGap?: EbuTtDFillLineGapControl;
658
- FontFamily?: string;
659
- StyleControl?: EbuTtDDestinationStyleControl;
656
+ CopyrightHolder?: string | undefined;
657
+ FillLineGap?: EbuTtDFillLineGapControl | undefined;
658
+ FontFamily?: string | undefined;
659
+ StyleControl?: EbuTtDDestinationStyleControl | undefined;
660
660
  }
661
661
  export interface EmbeddedDestinationSettings {}
662
662
  export interface EmbeddedPlusScte20DestinationSettings {}
@@ -672,7 +672,7 @@ export declare const TtmlDestinationStyleControl: {
672
672
  export type TtmlDestinationStyleControl =
673
673
  (typeof TtmlDestinationStyleControl)[keyof typeof TtmlDestinationStyleControl];
674
674
  export interface TtmlDestinationSettings {
675
- StyleControl?: TtmlDestinationStyleControl;
675
+ StyleControl?: TtmlDestinationStyleControl | undefined;
676
676
  }
677
677
  export declare const WebvttDestinationStyleControl: {
678
678
  readonly NO_STYLE_DATA: "NO_STYLE_DATA";
@@ -681,32 +681,38 @@ export declare const WebvttDestinationStyleControl: {
681
681
  export type WebvttDestinationStyleControl =
682
682
  (typeof WebvttDestinationStyleControl)[keyof typeof WebvttDestinationStyleControl];
683
683
  export interface WebvttDestinationSettings {
684
- StyleControl?: WebvttDestinationStyleControl;
684
+ StyleControl?: WebvttDestinationStyleControl | undefined;
685
685
  }
686
686
  export interface CaptionDestinationSettings {
687
- AribDestinationSettings?: AribDestinationSettings;
688
- BurnInDestinationSettings?: BurnInDestinationSettings;
689
- DvbSubDestinationSettings?: DvbSubDestinationSettings;
690
- EbuTtDDestinationSettings?: EbuTtDDestinationSettings;
691
- EmbeddedDestinationSettings?: EmbeddedDestinationSettings;
692
- EmbeddedPlusScte20DestinationSettings?: EmbeddedPlusScte20DestinationSettings;
693
- RtmpCaptionInfoDestinationSettings?: RtmpCaptionInfoDestinationSettings;
694
- Scte20PlusEmbeddedDestinationSettings?: Scte20PlusEmbeddedDestinationSettings;
695
- Scte27DestinationSettings?: Scte27DestinationSettings;
696
- SmpteTtDestinationSettings?: SmpteTtDestinationSettings;
697
- TeletextDestinationSettings?: TeletextDestinationSettings;
698
- TtmlDestinationSettings?: TtmlDestinationSettings;
699
- WebvttDestinationSettings?: WebvttDestinationSettings;
687
+ AribDestinationSettings?: AribDestinationSettings | undefined;
688
+ BurnInDestinationSettings?: BurnInDestinationSettings | undefined;
689
+ DvbSubDestinationSettings?: DvbSubDestinationSettings | undefined;
690
+ EbuTtDDestinationSettings?: EbuTtDDestinationSettings | undefined;
691
+ EmbeddedDestinationSettings?: EmbeddedDestinationSettings | undefined;
692
+ EmbeddedPlusScte20DestinationSettings?:
693
+ | EmbeddedPlusScte20DestinationSettings
694
+ | undefined;
695
+ RtmpCaptionInfoDestinationSettings?:
696
+ | RtmpCaptionInfoDestinationSettings
697
+ | undefined;
698
+ Scte20PlusEmbeddedDestinationSettings?:
699
+ | Scte20PlusEmbeddedDestinationSettings
700
+ | undefined;
701
+ Scte27DestinationSettings?: Scte27DestinationSettings | undefined;
702
+ SmpteTtDestinationSettings?: SmpteTtDestinationSettings | undefined;
703
+ TeletextDestinationSettings?: TeletextDestinationSettings | undefined;
704
+ TtmlDestinationSettings?: TtmlDestinationSettings | undefined;
705
+ WebvttDestinationSettings?: WebvttDestinationSettings | undefined;
700
706
  }
701
707
  export interface CaptionDescription {
702
- Accessibility?: AccessibilityType;
708
+ Accessibility?: AccessibilityType | undefined;
703
709
  CaptionSelectorName: string | undefined;
704
- DestinationSettings?: CaptionDestinationSettings;
705
- LanguageCode?: string;
706
- LanguageDescription?: string;
710
+ DestinationSettings?: CaptionDestinationSettings | undefined;
711
+ LanguageCode?: string | undefined;
712
+ LanguageDescription?: string | undefined;
707
713
  Name: string | undefined;
708
- CaptionDashRoles?: DashRoleCaption[];
709
- DvbDashAccessibility?: DvbDashAccessibility;
714
+ CaptionDashRoles?: DashRoleCaption[] | undefined;
715
+ DvbDashAccessibility?: DvbDashAccessibility | undefined;
710
716
  }
711
717
  export interface CaptionLanguageMapping {
712
718
  CaptionChannel: number | undefined;
@@ -714,7 +720,7 @@ export interface CaptionLanguageMapping {
714
720
  LanguageDescription: string | undefined;
715
721
  }
716
722
  export interface AncillarySourceSettings {
717
- SourceAncillaryChannelNumber?: number;
723
+ SourceAncillaryChannelNumber?: number | undefined;
718
724
  }
719
725
  export interface AribSourceSettings {}
720
726
  export declare const DvbSubOcrLanguage: {
@@ -728,8 +734,8 @@ export declare const DvbSubOcrLanguage: {
728
734
  export type DvbSubOcrLanguage =
729
735
  (typeof DvbSubOcrLanguage)[keyof typeof DvbSubOcrLanguage];
730
736
  export interface DvbSubSourceSettings {
731
- OcrLanguage?: DvbSubOcrLanguage;
732
- Pid?: number;
737
+ OcrLanguage?: DvbSubOcrLanguage | undefined;
738
+ Pid?: number | undefined;
733
739
  }
734
740
  export declare const EmbeddedConvert608To708: {
735
741
  readonly DISABLED: "DISABLED";
@@ -744,10 +750,10 @@ export declare const EmbeddedScte20Detection: {
744
750
  export type EmbeddedScte20Detection =
745
751
  (typeof EmbeddedScte20Detection)[keyof typeof EmbeddedScte20Detection];
746
752
  export interface EmbeddedSourceSettings {
747
- Convert608To708?: EmbeddedConvert608To708;
748
- Scte20Detection?: EmbeddedScte20Detection;
749
- Source608ChannelNumber?: number;
750
- Source608TrackNumber?: number;
753
+ Convert608To708?: EmbeddedConvert608To708 | undefined;
754
+ Scte20Detection?: EmbeddedScte20Detection | undefined;
755
+ Source608ChannelNumber?: number | undefined;
756
+ Source608TrackNumber?: number | undefined;
751
757
  }
752
758
  export declare const Scte20Convert608To708: {
753
759
  readonly DISABLED: "DISABLED";
@@ -756,8 +762,8 @@ export declare const Scte20Convert608To708: {
756
762
  export type Scte20Convert608To708 =
757
763
  (typeof Scte20Convert608To708)[keyof typeof Scte20Convert608To708];
758
764
  export interface Scte20SourceSettings {
759
- Convert608To708?: Scte20Convert608To708;
760
- Source608ChannelNumber?: number;
765
+ Convert608To708?: Scte20Convert608To708 | undefined;
766
+ Source608ChannelNumber?: number | undefined;
761
767
  }
762
768
  export declare const Scte27OcrLanguage: {
763
769
  readonly DEU: "DEU";
@@ -770,8 +776,8 @@ export declare const Scte27OcrLanguage: {
770
776
  export type Scte27OcrLanguage =
771
777
  (typeof Scte27OcrLanguage)[keyof typeof Scte27OcrLanguage];
772
778
  export interface Scte27SourceSettings {
773
- OcrLanguage?: Scte27OcrLanguage;
774
- Pid?: number;
779
+ OcrLanguage?: Scte27OcrLanguage | undefined;
780
+ Pid?: number | undefined;
775
781
  }
776
782
  export interface CaptionRectangle {
777
783
  Height: number | undefined;
@@ -780,25 +786,25 @@ export interface CaptionRectangle {
780
786
  Width: number | undefined;
781
787
  }
782
788
  export interface TeletextSourceSettings {
783
- OutputRectangle?: CaptionRectangle;
784
- PageNumber?: string;
789
+ OutputRectangle?: CaptionRectangle | undefined;
790
+ PageNumber?: string | undefined;
785
791
  }
786
792
  export interface CaptionSelectorSettings {
787
- AncillarySourceSettings?: AncillarySourceSettings;
788
- AribSourceSettings?: AribSourceSettings;
789
- DvbSubSourceSettings?: DvbSubSourceSettings;
790
- EmbeddedSourceSettings?: EmbeddedSourceSettings;
791
- Scte20SourceSettings?: Scte20SourceSettings;
792
- Scte27SourceSettings?: Scte27SourceSettings;
793
- TeletextSourceSettings?: TeletextSourceSettings;
793
+ AncillarySourceSettings?: AncillarySourceSettings | undefined;
794
+ AribSourceSettings?: AribSourceSettings | undefined;
795
+ DvbSubSourceSettings?: DvbSubSourceSettings | undefined;
796
+ EmbeddedSourceSettings?: EmbeddedSourceSettings | undefined;
797
+ Scte20SourceSettings?: Scte20SourceSettings | undefined;
798
+ Scte27SourceSettings?: Scte27SourceSettings | undefined;
799
+ TeletextSourceSettings?: TeletextSourceSettings | undefined;
794
800
  }
795
801
  export interface CaptionSelector {
796
- LanguageCode?: string;
802
+ LanguageCode?: string | undefined;
797
803
  Name: string | undefined;
798
- SelectorSettings?: CaptionSelectorSettings;
804
+ SelectorSettings?: CaptionSelectorSettings | undefined;
799
805
  }
800
806
  export interface ChannelEgressEndpoint {
801
- SourceIp?: string;
807
+ SourceIp?: string | undefined;
802
808
  }
803
809
  export declare const ChannelPipelineIdToRestart: {
804
810
  readonly PIPELINE_0: "PIPELINE_0";
@@ -807,8 +813,8 @@ export declare const ChannelPipelineIdToRestart: {
807
813
  export type ChannelPipelineIdToRestart =
808
814
  (typeof ChannelPipelineIdToRestart)[keyof typeof ChannelPipelineIdToRestart];
809
815
  export interface DescribeAnywhereSettings {
810
- ChannelPlacementGroupId?: string;
811
- ClusterId?: string;
816
+ ChannelPlacementGroupId?: string | undefined;
817
+ ClusterId?: string | undefined;
812
818
  }
813
819
  export declare const CdiInputResolution: {
814
820
  readonly FHD: "FHD";
@@ -819,7 +825,7 @@ export declare const CdiInputResolution: {
819
825
  export type CdiInputResolution =
820
826
  (typeof CdiInputResolution)[keyof typeof CdiInputResolution];
821
827
  export interface CdiInputSpecification {
822
- Resolution?: CdiInputResolution;
828
+ Resolution?: CdiInputResolution | undefined;
823
829
  }
824
830
  export declare const ChannelClass: {
825
831
  readonly SINGLE_PIPELINE: "SINGLE_PIPELINE";
@@ -827,48 +833,48 @@ export declare const ChannelClass: {
827
833
  };
828
834
  export type ChannelClass = (typeof ChannelClass)[keyof typeof ChannelClass];
829
835
  export interface MediaPackageOutputDestinationSettings {
830
- ChannelId?: string;
836
+ ChannelId?: string | undefined;
831
837
  }
832
838
  export interface MultiplexProgramChannelDestinationSettings {
833
- MultiplexId?: string;
834
- ProgramName?: string;
839
+ MultiplexId?: string | undefined;
840
+ ProgramName?: string | undefined;
835
841
  }
836
842
  export interface OutputDestinationSettings {
837
- PasswordParam?: string;
838
- StreamName?: string;
839
- Url?: string;
840
- Username?: string;
843
+ PasswordParam?: string | undefined;
844
+ StreamName?: string | undefined;
845
+ Url?: string | undefined;
846
+ Username?: string | undefined;
841
847
  }
842
848
  export interface SrtOutputDestinationSettings {
843
- EncryptionPassphraseSecretArn?: string;
844
- StreamId?: string;
845
- Url?: string;
849
+ EncryptionPassphraseSecretArn?: string | undefined;
850
+ StreamId?: string | undefined;
851
+ Url?: string | undefined;
846
852
  }
847
853
  export interface OutputDestination {
848
- Id?: string;
849
- MediaPackageSettings?: MediaPackageOutputDestinationSettings[];
850
- MultiplexSettings?: MultiplexProgramChannelDestinationSettings;
851
- Settings?: OutputDestinationSettings[];
852
- SrtSettings?: SrtOutputDestinationSettings[];
854
+ Id?: string | undefined;
855
+ MediaPackageSettings?: MediaPackageOutputDestinationSettings[] | undefined;
856
+ MultiplexSettings?: MultiplexProgramChannelDestinationSettings | undefined;
857
+ Settings?: OutputDestinationSettings[] | undefined;
858
+ SrtSettings?: SrtOutputDestinationSettings[] | undefined;
853
859
  }
854
860
  export interface AudioSilenceFailoverSettings {
855
861
  AudioSelectorName: string | undefined;
856
- AudioSilenceThresholdMsec?: number;
862
+ AudioSilenceThresholdMsec?: number | undefined;
857
863
  }
858
864
  export interface InputLossFailoverSettings {
859
- InputLossThresholdMsec?: number;
865
+ InputLossThresholdMsec?: number | undefined;
860
866
  }
861
867
  export interface VideoBlackFailoverSettings {
862
- BlackDetectThreshold?: number;
863
- VideoBlackThresholdMsec?: number;
868
+ BlackDetectThreshold?: number | undefined;
869
+ VideoBlackThresholdMsec?: number | undefined;
864
870
  }
865
871
  export interface FailoverConditionSettings {
866
- AudioSilenceSettings?: AudioSilenceFailoverSettings;
867
- InputLossSettings?: InputLossFailoverSettings;
868
- VideoBlackSettings?: VideoBlackFailoverSettings;
872
+ AudioSilenceSettings?: AudioSilenceFailoverSettings | undefined;
873
+ InputLossSettings?: InputLossFailoverSettings | undefined;
874
+ VideoBlackSettings?: VideoBlackFailoverSettings | undefined;
869
875
  }
870
876
  export interface FailoverCondition {
871
- FailoverConditionSettings?: FailoverConditionSettings;
877
+ FailoverConditionSettings?: FailoverConditionSettings | undefined;
872
878
  }
873
879
  export declare const InputPreference: {
874
880
  readonly EQUAL_INPUT_PREFERENCE: "EQUAL_INPUT_PREFERENCE";
@@ -877,9 +883,9 @@ export declare const InputPreference: {
877
883
  export type InputPreference =
878
884
  (typeof InputPreference)[keyof typeof InputPreference];
879
885
  export interface AutomaticInputFailoverSettings {
880
- ErrorClearTimeMsec?: number;
881
- FailoverConditions?: FailoverCondition[];
882
- InputPreference?: InputPreference;
886
+ ErrorClearTimeMsec?: number | undefined;
887
+ FailoverConditions?: FailoverCondition[] | undefined;
888
+ InputPreference?: InputPreference | undefined;
883
889
  SecondaryInputId: string | undefined;
884
890
  }
885
891
  export declare const InputDeblockFilter: {
@@ -907,14 +913,14 @@ export declare const HlsScte35SourceType: {
907
913
  export type HlsScte35SourceType =
908
914
  (typeof HlsScte35SourceType)[keyof typeof HlsScte35SourceType];
909
915
  export interface HlsInputSettings {
910
- Bandwidth?: number;
911
- BufferSegments?: number;
912
- Retries?: number;
913
- RetryInterval?: number;
914
- Scte35Source?: HlsScte35SourceType;
916
+ Bandwidth?: number | undefined;
917
+ BufferSegments?: number | undefined;
918
+ Retries?: number | undefined;
919
+ RetryInterval?: number | undefined;
920
+ Scte35Source?: HlsScte35SourceType | undefined;
915
921
  }
916
922
  export interface MulticastInputSettings {
917
- SourceIpAddress?: string;
923
+ SourceIpAddress?: string | undefined;
918
924
  }
919
925
  export declare const NetworkInputServerValidation: {
920
926
  readonly CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME";
@@ -923,9 +929,9 @@ export declare const NetworkInputServerValidation: {
923
929
  export type NetworkInputServerValidation =
924
930
  (typeof NetworkInputServerValidation)[keyof typeof NetworkInputServerValidation];
925
931
  export interface NetworkInputSettings {
926
- HlsInputSettings?: HlsInputSettings;
927
- ServerValidation?: NetworkInputServerValidation;
928
- MulticastInputSettings?: MulticastInputSettings;
932
+ HlsInputSettings?: HlsInputSettings | undefined;
933
+ ServerValidation?: NetworkInputServerValidation | undefined;
934
+ MulticastInputSettings?: MulticastInputSettings | undefined;
929
935
  }
930
936
  export declare const Smpte2038DataPreference: {
931
937
  readonly IGNORE: "IGNORE";
@@ -949,11 +955,11 @@ export declare const VideoSelectorColorSpace: {
949
955
  export type VideoSelectorColorSpace =
950
956
  (typeof VideoSelectorColorSpace)[keyof typeof VideoSelectorColorSpace];
951
957
  export interface Hdr10Settings {
952
- MaxCll?: number;
953
- MaxFall?: number;
958
+ MaxCll?: number | undefined;
959
+ MaxFall?: number | undefined;
954
960
  }
955
961
  export interface VideoSelectorColorSpaceSettings {
956
- Hdr10Settings?: Hdr10Settings;
962
+ Hdr10Settings?: Hdr10Settings | undefined;
957
963
  }
958
964
  export declare const VideoSelectorColorSpaceUsage: {
959
965
  readonly FALLBACK: "FALLBACK";
@@ -962,40 +968,40 @@ export declare const VideoSelectorColorSpaceUsage: {
962
968
  export type VideoSelectorColorSpaceUsage =
963
969
  (typeof VideoSelectorColorSpaceUsage)[keyof typeof VideoSelectorColorSpaceUsage];
964
970
  export interface VideoSelectorPid {
965
- Pid?: number;
971
+ Pid?: number | undefined;
966
972
  }
967
973
  export interface VideoSelectorProgramId {
968
- ProgramId?: number;
974
+ ProgramId?: number | undefined;
969
975
  }
970
976
  export interface VideoSelectorSettings {
971
- VideoSelectorPid?: VideoSelectorPid;
972
- VideoSelectorProgramId?: VideoSelectorProgramId;
977
+ VideoSelectorPid?: VideoSelectorPid | undefined;
978
+ VideoSelectorProgramId?: VideoSelectorProgramId | undefined;
973
979
  }
974
980
  export interface VideoSelector {
975
- ColorSpace?: VideoSelectorColorSpace;
976
- ColorSpaceSettings?: VideoSelectorColorSpaceSettings;
977
- ColorSpaceUsage?: VideoSelectorColorSpaceUsage;
978
- SelectorSettings?: VideoSelectorSettings;
981
+ ColorSpace?: VideoSelectorColorSpace | undefined;
982
+ ColorSpaceSettings?: VideoSelectorColorSpaceSettings | undefined;
983
+ ColorSpaceUsage?: VideoSelectorColorSpaceUsage | undefined;
984
+ SelectorSettings?: VideoSelectorSettings | undefined;
979
985
  }
980
986
  export interface InputSettings {
981
- AudioSelectors?: AudioSelector[];
982
- CaptionSelectors?: CaptionSelector[];
983
- DeblockFilter?: InputDeblockFilter;
984
- DenoiseFilter?: InputDenoiseFilter;
985
- FilterStrength?: number;
986
- InputFilter?: InputFilter;
987
- NetworkInputSettings?: NetworkInputSettings;
988
- Scte35Pid?: number;
989
- Smpte2038DataPreference?: Smpte2038DataPreference;
990
- SourceEndBehavior?: InputSourceEndBehavior;
991
- VideoSelector?: VideoSelector;
987
+ AudioSelectors?: AudioSelector[] | undefined;
988
+ CaptionSelectors?: CaptionSelector[] | undefined;
989
+ DeblockFilter?: InputDeblockFilter | undefined;
990
+ DenoiseFilter?: InputDenoiseFilter | undefined;
991
+ FilterStrength?: number | undefined;
992
+ InputFilter?: InputFilter | undefined;
993
+ NetworkInputSettings?: NetworkInputSettings | undefined;
994
+ Scte35Pid?: number | undefined;
995
+ Smpte2038DataPreference?: Smpte2038DataPreference | undefined;
996
+ SourceEndBehavior?: InputSourceEndBehavior | undefined;
997
+ VideoSelector?: VideoSelector | undefined;
992
998
  }
993
999
  export interface InputAttachment {
994
- AutomaticInputFailoverSettings?: AutomaticInputFailoverSettings;
995
- InputAttachmentName?: string;
996
- InputId?: string;
997
- InputSettings?: InputSettings;
998
- LogicalInterfaceNames?: string[];
1000
+ AutomaticInputFailoverSettings?: AutomaticInputFailoverSettings | undefined;
1001
+ InputAttachmentName?: string | undefined;
1002
+ InputId?: string | undefined;
1003
+ InputSettings?: InputSettings | undefined;
1004
+ LogicalInterfaceNames?: string[] | undefined;
999
1005
  }
1000
1006
  export declare const InputCodec: {
1001
1007
  readonly AVC: "AVC";
@@ -1018,9 +1024,9 @@ export declare const InputResolution: {
1018
1024
  export type InputResolution =
1019
1025
  (typeof InputResolution)[keyof typeof InputResolution];
1020
1026
  export interface InputSpecification {
1021
- Codec?: InputCodec;
1022
- MaximumBitrate?: InputMaximumBitrate;
1023
- Resolution?: InputResolution;
1027
+ Codec?: InputCodec | undefined;
1028
+ MaximumBitrate?: InputMaximumBitrate | undefined;
1029
+ Resolution?: InputResolution | undefined;
1024
1030
  }
1025
1031
  export declare const LogLevel: {
1026
1032
  readonly DEBUG: "DEBUG";
@@ -1042,10 +1048,10 @@ export declare const MaintenanceDay: {
1042
1048
  export type MaintenanceDay =
1043
1049
  (typeof MaintenanceDay)[keyof typeof MaintenanceDay];
1044
1050
  export interface MaintenanceStatus {
1045
- MaintenanceDay?: MaintenanceDay;
1046
- MaintenanceDeadline?: string;
1047
- MaintenanceScheduledDate?: string;
1048
- MaintenanceStartTime?: string;
1051
+ MaintenanceDay?: MaintenanceDay | undefined;
1052
+ MaintenanceDeadline?: string | undefined;
1053
+ MaintenanceScheduledDate?: string | undefined;
1054
+ MaintenanceStartTime?: string | undefined;
1049
1055
  }
1050
1056
  export declare const ChannelState: {
1051
1057
  readonly CREATE_FAILED: "CREATE_FAILED";
@@ -1062,38 +1068,38 @@ export declare const ChannelState: {
1062
1068
  };
1063
1069
  export type ChannelState = (typeof ChannelState)[keyof typeof ChannelState];
1064
1070
  export interface VpcOutputSettingsDescription {
1065
- AvailabilityZones?: string[];
1066
- NetworkInterfaceIds?: string[];
1067
- SecurityGroupIds?: string[];
1068
- SubnetIds?: string[];
1071
+ AvailabilityZones?: string[] | undefined;
1072
+ NetworkInterfaceIds?: string[] | undefined;
1073
+ SecurityGroupIds?: string[] | undefined;
1074
+ SubnetIds?: string[] | undefined;
1069
1075
  }
1070
1076
  export interface ChannelSummary {
1071
- Arn?: string;
1072
- CdiInputSpecification?: CdiInputSpecification;
1073
- ChannelClass?: ChannelClass;
1074
- Destinations?: OutputDestination[];
1075
- EgressEndpoints?: ChannelEgressEndpoint[];
1076
- Id?: string;
1077
- InputAttachments?: InputAttachment[];
1078
- InputSpecification?: InputSpecification;
1079
- LogLevel?: LogLevel;
1080
- Maintenance?: MaintenanceStatus;
1081
- Name?: string;
1082
- PipelinesRunningCount?: number;
1083
- RoleArn?: string;
1084
- State?: ChannelState;
1085
- Tags?: Record<string, string>;
1086
- Vpc?: VpcOutputSettingsDescription;
1087
- AnywhereSettings?: DescribeAnywhereSettings;
1077
+ Arn?: string | undefined;
1078
+ CdiInputSpecification?: CdiInputSpecification | undefined;
1079
+ ChannelClass?: ChannelClass | undefined;
1080
+ Destinations?: OutputDestination[] | undefined;
1081
+ EgressEndpoints?: ChannelEgressEndpoint[] | undefined;
1082
+ Id?: string | undefined;
1083
+ InputAttachments?: InputAttachment[] | undefined;
1084
+ InputSpecification?: InputSpecification | undefined;
1085
+ LogLevel?: LogLevel | undefined;
1086
+ Maintenance?: MaintenanceStatus | undefined;
1087
+ Name?: string | undefined;
1088
+ PipelinesRunningCount?: number | undefined;
1089
+ RoleArn?: string | undefined;
1090
+ State?: ChannelState | undefined;
1091
+ Tags?: Record<string, string> | undefined;
1092
+ Vpc?: VpcOutputSettingsDescription | undefined;
1093
+ AnywhereSettings?: DescribeAnywhereSettings | undefined;
1088
1094
  }
1089
1095
  export interface CloudWatchAlarmTemplateGroupSummary {
1090
1096
  Arn: string | undefined;
1091
1097
  CreatedAt: Date | undefined;
1092
- Description?: string;
1098
+ Description?: string | undefined;
1093
1099
  Id: string | undefined;
1094
- ModifiedAt?: Date;
1100
+ ModifiedAt?: Date | undefined;
1095
1101
  Name: string | undefined;
1096
- Tags?: Record<string, string>;
1102
+ Tags?: Record<string, string> | undefined;
1097
1103
  TemplateCount: number | undefined;
1098
1104
  }
1099
1105
  export declare const CloudWatchAlarmTemplateComparisonOperator: {
@@ -1137,17 +1143,17 @@ export interface CloudWatchAlarmTemplateSummary {
1137
1143
  Arn: string | undefined;
1138
1144
  ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator | undefined;
1139
1145
  CreatedAt: Date | undefined;
1140
- DatapointsToAlarm?: number;
1141
- Description?: string;
1146
+ DatapointsToAlarm?: number | undefined;
1147
+ Description?: string | undefined;
1142
1148
  EvaluationPeriods: number | undefined;
1143
1149
  GroupId: string | undefined;
1144
1150
  Id: string | undefined;
1145
1151
  MetricName: string | undefined;
1146
- ModifiedAt?: Date;
1152
+ ModifiedAt?: Date | undefined;
1147
1153
  Name: string | undefined;
1148
1154
  Period: number | undefined;
1149
1155
  Statistic: CloudWatchAlarmTemplateStatistic | undefined;
1150
- Tags?: Record<string, string>;
1156
+ Tags?: Record<string, string> | undefined;
1151
1157
  TargetResourceType: CloudWatchAlarmTemplateTargetResourceType | undefined;
1152
1158
  Threshold: number | undefined;
1153
1159
  TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
@@ -1176,25 +1182,25 @@ export declare const ChannelPlacementGroupState: {
1176
1182
  export type ChannelPlacementGroupState =
1177
1183
  (typeof ChannelPlacementGroupState)[keyof typeof ChannelPlacementGroupState];
1178
1184
  export interface DescribeChannelPlacementGroupSummary {
1179
- Arn?: string;
1180
- Channels?: string[];
1181
- ClusterId?: string;
1182
- Id?: string;
1183
- Name?: string;
1184
- Nodes?: string[];
1185
- State?: ChannelPlacementGroupState;
1185
+ Arn?: string | undefined;
1186
+ Channels?: string[] | undefined;
1187
+ ClusterId?: string | undefined;
1188
+ Id?: string | undefined;
1189
+ Name?: string | undefined;
1190
+ Nodes?: string[] | undefined;
1191
+ State?: ChannelPlacementGroupState | undefined;
1186
1192
  }
1187
1193
  export declare const ClusterType: {
1188
1194
  readonly ON_PREMISES: "ON_PREMISES";
1189
1195
  };
1190
1196
  export type ClusterType = (typeof ClusterType)[keyof typeof ClusterType];
1191
1197
  export interface InterfaceMapping {
1192
- LogicalInterfaceName?: string;
1193
- NetworkId?: string;
1198
+ LogicalInterfaceName?: string | undefined;
1199
+ NetworkId?: string | undefined;
1194
1200
  }
1195
1201
  export interface ClusterNetworkSettings {
1196
- DefaultRoute?: string;
1197
- InterfaceMappings?: InterfaceMapping[];
1202
+ DefaultRoute?: string | undefined;
1203
+ InterfaceMappings?: InterfaceMapping[] | undefined;
1198
1204
  }
1199
1205
  export declare const ClusterState: {
1200
1206
  readonly ACTIVE: "ACTIVE";
@@ -1206,21 +1212,21 @@ export declare const ClusterState: {
1206
1212
  };
1207
1213
  export type ClusterState = (typeof ClusterState)[keyof typeof ClusterState];
1208
1214
  export interface DescribeClusterSummary {
1209
- Arn?: string;
1210
- ChannelIds?: string[];
1211
- ClusterType?: ClusterType;
1212
- Id?: string;
1213
- InstanceRoleArn?: string;
1214
- Name?: string;
1215
- NetworkSettings?: ClusterNetworkSettings;
1216
- State?: ClusterState;
1215
+ Arn?: string | undefined;
1216
+ ChannelIds?: string[] | undefined;
1217
+ ClusterType?: ClusterType | undefined;
1218
+ Id?: string | undefined;
1219
+ InstanceRoleArn?: string | undefined;
1220
+ Name?: string | undefined;
1221
+ NetworkSettings?: ClusterNetworkSettings | undefined;
1222
+ State?: ClusterState | undefined;
1217
1223
  }
1218
1224
  export interface IpPool {
1219
- Cidr?: string;
1225
+ Cidr?: string | undefined;
1220
1226
  }
1221
1227
  export interface Route {
1222
- Cidr?: string;
1223
- Gateway?: string;
1228
+ Cidr?: string | undefined;
1229
+ Gateway?: string | undefined;
1224
1230
  }
1225
1231
  export declare const NetworkState: {
1226
1232
  readonly ACTIVE: "ACTIVE";
@@ -1235,13 +1241,13 @@ export declare const NetworkState: {
1235
1241
  };
1236
1242
  export type NetworkState = (typeof NetworkState)[keyof typeof NetworkState];
1237
1243
  export interface DescribeNetworkSummary {
1238
- Arn?: string;
1239
- AssociatedClusterIds?: string[];
1240
- Id?: string;
1241
- IpPools?: IpPool[];
1242
- Name?: string;
1243
- Routes?: Route[];
1244
- State?: NetworkState;
1244
+ Arn?: string | undefined;
1245
+ AssociatedClusterIds?: string[] | undefined;
1246
+ Id?: string | undefined;
1247
+ IpPools?: IpPool[] | undefined;
1248
+ Name?: string | undefined;
1249
+ Routes?: Route[] | undefined;
1250
+ State?: NetworkState | undefined;
1245
1251
  }
1246
1252
  export declare const NodeConnectionState: {
1247
1253
  readonly CONNECTED: "CONNECTED";
@@ -1256,9 +1262,9 @@ export declare const NetworkInterfaceMode: {
1256
1262
  export type NetworkInterfaceMode =
1257
1263
  (typeof NetworkInterfaceMode)[keyof typeof NetworkInterfaceMode];
1258
1264
  export interface NodeInterfaceMapping {
1259
- LogicalInterfaceName?: string;
1260
- NetworkInterfaceMode?: NetworkInterfaceMode;
1261
- PhysicalInterfaceName?: string;
1265
+ LogicalInterfaceName?: string | undefined;
1266
+ NetworkInterfaceMode?: NetworkInterfaceMode | undefined;
1267
+ PhysicalInterfaceName?: string | undefined;
1262
1268
  }
1263
1269
  export declare const NodeRole: {
1264
1270
  readonly ACTIVE: "ACTIVE";
@@ -1281,26 +1287,26 @@ export declare const NodeState: {
1281
1287
  };
1282
1288
  export type NodeState = (typeof NodeState)[keyof typeof NodeState];
1283
1289
  export interface DescribeNodeSummary {
1284
- Arn?: string;
1285
- ChannelPlacementGroups?: string[];
1286
- ClusterId?: string;
1287
- ConnectionState?: NodeConnectionState;
1288
- Id?: string;
1289
- InstanceArn?: string;
1290
- ManagedInstanceId?: string;
1291
- Name?: string;
1292
- NodeInterfaceMappings?: NodeInterfaceMapping[];
1293
- Role?: NodeRole;
1294
- State?: NodeState;
1290
+ Arn?: string | undefined;
1291
+ ChannelPlacementGroups?: string[] | undefined;
1292
+ ClusterId?: string | undefined;
1293
+ ConnectionState?: NodeConnectionState | undefined;
1294
+ Id?: string | undefined;
1295
+ InstanceArn?: string | undefined;
1296
+ ManagedInstanceId?: string | undefined;
1297
+ Name?: string | undefined;
1298
+ NodeInterfaceMappings?: NodeInterfaceMapping[] | undefined;
1299
+ Role?: NodeRole | undefined;
1300
+ State?: NodeState | undefined;
1295
1301
  }
1296
1302
  export interface EventBridgeRuleTemplateGroupSummary {
1297
1303
  Arn: string | undefined;
1298
1304
  CreatedAt: Date | undefined;
1299
- Description?: string;
1305
+ Description?: string | undefined;
1300
1306
  Id: string | undefined;
1301
- ModifiedAt?: Date;
1307
+ ModifiedAt?: Date | undefined;
1302
1308
  Name: string | undefined;
1303
- Tags?: Record<string, string>;
1309
+ Tags?: Record<string, string> | undefined;
1304
1310
  TemplateCount: number | undefined;
1305
1311
  }
1306
1312
  export declare const EventBridgeRuleTemplateEventType: {
@@ -1323,14 +1329,14 @@ export type EventBridgeRuleTemplateEventType =
1323
1329
  export interface EventBridgeRuleTemplateSummary {
1324
1330
  Arn: string | undefined;
1325
1331
  CreatedAt: Date | undefined;
1326
- Description?: string;
1332
+ Description?: string | undefined;
1327
1333
  EventTargetCount: number | undefined;
1328
1334
  EventType: EventBridgeRuleTemplateEventType | undefined;
1329
1335
  GroupId: string | undefined;
1330
1336
  Id: string | undefined;
1331
- ModifiedAt?: Date;
1337
+ ModifiedAt?: Date | undefined;
1332
1338
  Name: string | undefined;
1333
- Tags?: Record<string, string>;
1339
+ Tags?: Record<string, string> | undefined;
1334
1340
  }
1335
1341
  export interface EventBridgeRuleTemplateTarget {
1336
1342
  Arn: string | undefined;
@@ -1342,20 +1348,20 @@ export declare const HlsAdMarkers: {
1342
1348
  };
1343
1349
  export type HlsAdMarkers = (typeof HlsAdMarkers)[keyof typeof HlsAdMarkers];
1344
1350
  export interface InputDestinationRoute {
1345
- Cidr?: string;
1346
- Gateway?: string;
1351
+ Cidr?: string | undefined;
1352
+ Gateway?: string | undefined;
1347
1353
  }
1348
1354
  export interface InputDestinationVpc {
1349
- AvailabilityZone?: string;
1350
- NetworkInterfaceId?: string;
1355
+ AvailabilityZone?: string | undefined;
1356
+ NetworkInterfaceId?: string | undefined;
1351
1357
  }
1352
1358
  export interface InputDestination {
1353
- Ip?: string;
1354
- Port?: string;
1355
- Url?: string;
1356
- Vpc?: InputDestinationVpc;
1357
- Network?: string;
1358
- NetworkRoutes?: InputDestinationRoute[];
1359
+ Ip?: string | undefined;
1360
+ Port?: string | undefined;
1361
+ Url?: string | undefined;
1362
+ Vpc?: InputDestinationVpc | undefined;
1363
+ Network?: string | undefined;
1364
+ NetworkRoutes?: InputDestinationRoute[] | undefined;
1359
1365
  }
1360
1366
  export declare const InputClass: {
1361
1367
  readonly SINGLE_PIPELINE: "SINGLE_PIPELINE";
@@ -1363,7 +1369,7 @@ export declare const InputClass: {
1363
1369
  };
1364
1370
  export type InputClass = (typeof InputClass)[keyof typeof InputClass];
1365
1371
  export interface InputDeviceSettings {
1366
- Id?: string;
1372
+ Id?: string | undefined;
1367
1373
  }
1368
1374
  export declare const InputNetworkLocation: {
1369
1375
  readonly AWS: "AWS";
@@ -1378,19 +1384,19 @@ export declare const InputSourceType: {
1378
1384
  export type InputSourceType =
1379
1385
  (typeof InputSourceType)[keyof typeof InputSourceType];
1380
1386
  export interface MediaConnectFlow {
1381
- FlowArn?: string;
1387
+ FlowArn?: string | undefined;
1382
1388
  }
1383
1389
  export interface MulticastSource {
1384
- SourceIp?: string;
1390
+ SourceIp?: string | undefined;
1385
1391
  Url: string | undefined;
1386
1392
  }
1387
1393
  export interface MulticastSettings {
1388
- Sources?: MulticastSource[];
1394
+ Sources?: MulticastSource[] | undefined;
1389
1395
  }
1390
1396
  export interface InputSource {
1391
- PasswordParam?: string;
1392
- Url?: string;
1393
- Username?: string;
1397
+ PasswordParam?: string | undefined;
1398
+ Url?: string | undefined;
1399
+ Username?: string | undefined;
1394
1400
  }
1395
1401
  export declare const Algorithm: {
1396
1402
  readonly AES128: "AES128";
@@ -1399,18 +1405,18 @@ export declare const Algorithm: {
1399
1405
  };
1400
1406
  export type Algorithm = (typeof Algorithm)[keyof typeof Algorithm];
1401
1407
  export interface SrtCallerDecryption {
1402
- Algorithm?: Algorithm;
1403
- PassphraseSecretArn?: string;
1408
+ Algorithm?: Algorithm | undefined;
1409
+ PassphraseSecretArn?: string | undefined;
1404
1410
  }
1405
1411
  export interface SrtCallerSource {
1406
- Decryption?: SrtCallerDecryption;
1407
- MinimumLatency?: number;
1408
- SrtListenerAddress?: string;
1409
- SrtListenerPort?: string;
1410
- StreamId?: string;
1412
+ Decryption?: SrtCallerDecryption | undefined;
1413
+ MinimumLatency?: number | undefined;
1414
+ SrtListenerAddress?: string | undefined;
1415
+ SrtListenerPort?: string | undefined;
1416
+ StreamId?: string | undefined;
1411
1417
  }
1412
1418
  export interface SrtSettings {
1413
- SrtCallerSources?: SrtCallerSource[];
1419
+ SrtCallerSources?: SrtCallerSource[] | undefined;
1414
1420
  }
1415
1421
  export declare const InputState: {
1416
1422
  readonly ATTACHED: "ATTACHED";
@@ -1436,35 +1442,35 @@ export declare const InputType: {
1436
1442
  };
1437
1443
  export type InputType = (typeof InputType)[keyof typeof InputType];
1438
1444
  export interface Input {
1439
- Arn?: string;
1440
- AttachedChannels?: string[];
1441
- Destinations?: InputDestination[];
1442
- Id?: string;
1443
- InputClass?: InputClass;
1444
- InputDevices?: InputDeviceSettings[];
1445
- InputPartnerIds?: string[];
1446
- InputSourceType?: InputSourceType;
1447
- MediaConnectFlows?: MediaConnectFlow[];
1448
- Name?: string;
1449
- RoleArn?: string;
1450
- SecurityGroups?: string[];
1451
- Sources?: InputSource[];
1452
- State?: InputState;
1453
- Tags?: Record<string, string>;
1454
- Type?: InputType;
1455
- SrtSettings?: SrtSettings;
1456
- InputNetworkLocation?: InputNetworkLocation;
1457
- MulticastSettings?: MulticastSettings;
1445
+ Arn?: string | undefined;
1446
+ AttachedChannels?: string[] | undefined;
1447
+ Destinations?: InputDestination[] | undefined;
1448
+ Id?: string | undefined;
1449
+ InputClass?: InputClass | undefined;
1450
+ InputDevices?: InputDeviceSettings[] | undefined;
1451
+ InputPartnerIds?: string[] | undefined;
1452
+ InputSourceType?: InputSourceType | undefined;
1453
+ MediaConnectFlows?: MediaConnectFlow[] | undefined;
1454
+ Name?: string | undefined;
1455
+ RoleArn?: string | undefined;
1456
+ SecurityGroups?: string[] | undefined;
1457
+ Sources?: InputSource[] | undefined;
1458
+ State?: InputState | undefined;
1459
+ Tags?: Record<string, string> | undefined;
1460
+ Type?: InputType | undefined;
1461
+ SrtSettings?: SrtSettings | undefined;
1462
+ InputNetworkLocation?: InputNetworkLocation | undefined;
1463
+ MulticastSettings?: MulticastSettings | undefined;
1458
1464
  }
1459
1465
  export interface InputRequestDestinationRoute {
1460
- Cidr?: string;
1461
- Gateway?: string;
1466
+ Cidr?: string | undefined;
1467
+ Gateway?: string | undefined;
1462
1468
  }
1463
1469
  export interface InputDestinationRequest {
1464
- StreamName?: string;
1465
- Network?: string;
1466
- NetworkRoutes?: InputRequestDestinationRoute[];
1467
- StaticIpAddress?: string;
1470
+ StreamName?: string | undefined;
1471
+ Network?: string | undefined;
1472
+ NetworkRoutes?: InputRequestDestinationRoute[] | undefined;
1473
+ StaticIpAddress?: string | undefined;
1468
1474
  }
1469
1475
  export declare const InputDeviceConfigurableAudioChannelPairProfile: {
1470
1476
  readonly CBR_AAC_HQ_192000: "CBR-AAC_HQ-192000";
@@ -1479,11 +1485,11 @@ export declare const InputDeviceConfigurableAudioChannelPairProfile: {
1479
1485
  export type InputDeviceConfigurableAudioChannelPairProfile =
1480
1486
  (typeof InputDeviceConfigurableAudioChannelPairProfile)[keyof typeof InputDeviceConfigurableAudioChannelPairProfile];
1481
1487
  export interface InputDeviceConfigurableAudioChannelPairConfig {
1482
- Id?: number;
1483
- Profile?: InputDeviceConfigurableAudioChannelPairProfile;
1488
+ Id?: number | undefined;
1489
+ Profile?: InputDeviceConfigurableAudioChannelPairProfile | undefined;
1484
1490
  }
1485
1491
  export interface InputDeviceRequest {
1486
- Id?: string;
1492
+ Id?: string | undefined;
1487
1493
  }
1488
1494
  export declare const InputDeviceConnectionState: {
1489
1495
  readonly CONNECTED: "CONNECTED";
@@ -1530,15 +1536,15 @@ export declare const InputDeviceScanType: {
1530
1536
  export type InputDeviceScanType =
1531
1537
  (typeof InputDeviceScanType)[keyof typeof InputDeviceScanType];
1532
1538
  export interface InputDeviceHdSettings {
1533
- ActiveInput?: InputDeviceActiveInput;
1534
- ConfiguredInput?: InputDeviceConfiguredInput;
1535
- DeviceState?: InputDeviceState;
1536
- Framerate?: number;
1537
- Height?: number;
1538
- MaxBitrate?: number;
1539
- ScanType?: InputDeviceScanType;
1540
- Width?: number;
1541
- LatencyMs?: number;
1539
+ ActiveInput?: InputDeviceActiveInput | undefined;
1540
+ ConfiguredInput?: InputDeviceConfiguredInput | undefined;
1541
+ DeviceState?: InputDeviceState | undefined;
1542
+ Framerate?: number | undefined;
1543
+ Height?: number | undefined;
1544
+ MaxBitrate?: number | undefined;
1545
+ ScanType?: InputDeviceScanType | undefined;
1546
+ Width?: number | undefined;
1547
+ LatencyMs?: number | undefined;
1542
1548
  }
1543
1549
  export declare const InputDeviceIpScheme: {
1544
1550
  readonly DHCP: "DHCP";
@@ -1547,11 +1553,11 @@ export declare const InputDeviceIpScheme: {
1547
1553
  export type InputDeviceIpScheme =
1548
1554
  (typeof InputDeviceIpScheme)[keyof typeof InputDeviceIpScheme];
1549
1555
  export interface InputDeviceNetworkSettings {
1550
- DnsAddresses?: string[];
1551
- Gateway?: string;
1552
- IpAddress?: string;
1553
- IpScheme?: InputDeviceIpScheme;
1554
- SubnetMask?: string;
1556
+ DnsAddresses?: string[] | undefined;
1557
+ Gateway?: string | undefined;
1558
+ IpAddress?: string | undefined;
1559
+ IpScheme?: InputDeviceIpScheme | undefined;
1560
+ SubnetMask?: string | undefined;
1555
1561
  }
1556
1562
  export declare const InputDeviceOutputType: {
1557
1563
  readonly MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW";
@@ -1579,8 +1585,8 @@ export declare const InputDeviceUhdAudioChannelPairProfile: {
1579
1585
  export type InputDeviceUhdAudioChannelPairProfile =
1580
1586
  (typeof InputDeviceUhdAudioChannelPairProfile)[keyof typeof InputDeviceUhdAudioChannelPairProfile];
1581
1587
  export interface InputDeviceUhdAudioChannelPairConfig {
1582
- Id?: number;
1583
- Profile?: InputDeviceUhdAudioChannelPairProfile;
1588
+ Id?: number | undefined;
1589
+ Profile?: InputDeviceUhdAudioChannelPairProfile | undefined;
1584
1590
  }
1585
1591
  export declare const InputDeviceCodec: {
1586
1592
  readonly AVC: "AVC";
@@ -1589,42 +1595,42 @@ export declare const InputDeviceCodec: {
1589
1595
  export type InputDeviceCodec =
1590
1596
  (typeof InputDeviceCodec)[keyof typeof InputDeviceCodec];
1591
1597
  export interface InputDeviceMediaConnectSettings {
1592
- FlowArn?: string;
1593
- RoleArn?: string;
1594
- SecretArn?: string;
1595
- SourceName?: string;
1598
+ FlowArn?: string | undefined;
1599
+ RoleArn?: string | undefined;
1600
+ SecretArn?: string | undefined;
1601
+ SourceName?: string | undefined;
1596
1602
  }
1597
1603
  export interface InputDeviceUhdSettings {
1598
- ActiveInput?: InputDeviceActiveInput;
1599
- ConfiguredInput?: InputDeviceConfiguredInput;
1600
- DeviceState?: InputDeviceState;
1601
- Framerate?: number;
1602
- Height?: number;
1603
- MaxBitrate?: number;
1604
- ScanType?: InputDeviceScanType;
1605
- Width?: number;
1606
- LatencyMs?: number;
1607
- Codec?: InputDeviceCodec;
1608
- MediaconnectSettings?: InputDeviceMediaConnectSettings;
1609
- AudioChannelPairs?: InputDeviceUhdAudioChannelPairConfig[];
1604
+ ActiveInput?: InputDeviceActiveInput | undefined;
1605
+ ConfiguredInput?: InputDeviceConfiguredInput | undefined;
1606
+ DeviceState?: InputDeviceState | undefined;
1607
+ Framerate?: number | undefined;
1608
+ Height?: number | undefined;
1609
+ MaxBitrate?: number | undefined;
1610
+ ScanType?: InputDeviceScanType | undefined;
1611
+ Width?: number | undefined;
1612
+ LatencyMs?: number | undefined;
1613
+ Codec?: InputDeviceCodec | undefined;
1614
+ MediaconnectSettings?: InputDeviceMediaConnectSettings | undefined;
1615
+ AudioChannelPairs?: InputDeviceUhdAudioChannelPairConfig[] | undefined;
1610
1616
  }
1611
1617
  export interface InputDeviceSummary {
1612
- Arn?: string;
1613
- ConnectionState?: InputDeviceConnectionState;
1614
- DeviceSettingsSyncState?: DeviceSettingsSyncState;
1615
- DeviceUpdateStatus?: DeviceUpdateStatus;
1616
- HdDeviceSettings?: InputDeviceHdSettings;
1617
- Id?: string;
1618
- MacAddress?: string;
1619
- Name?: string;
1620
- NetworkSettings?: InputDeviceNetworkSettings;
1621
- SerialNumber?: string;
1622
- Type?: InputDeviceType;
1623
- UhdDeviceSettings?: InputDeviceUhdSettings;
1624
- Tags?: Record<string, string>;
1625
- AvailabilityZone?: string;
1626
- MedialiveInputArns?: string[];
1627
- OutputType?: InputDeviceOutputType;
1618
+ Arn?: string | undefined;
1619
+ ConnectionState?: InputDeviceConnectionState | undefined;
1620
+ DeviceSettingsSyncState?: DeviceSettingsSyncState | undefined;
1621
+ DeviceUpdateStatus?: DeviceUpdateStatus | undefined;
1622
+ HdDeviceSettings?: InputDeviceHdSettings | undefined;
1623
+ Id?: string | undefined;
1624
+ MacAddress?: string | undefined;
1625
+ Name?: string | undefined;
1626
+ NetworkSettings?: InputDeviceNetworkSettings | undefined;
1627
+ SerialNumber?: string | undefined;
1628
+ Type?: InputDeviceType | undefined;
1629
+ UhdDeviceSettings?: InputDeviceUhdSettings | undefined;
1630
+ Tags?: Record<string, string> | undefined;
1631
+ AvailabilityZone?: string | undefined;
1632
+ MedialiveInputArns?: string[] | undefined;
1633
+ OutputType?: InputDeviceOutputType | undefined;
1628
1634
  }
1629
1635
  export declare const InputSecurityGroupState: {
1630
1636
  readonly DELETED: "DELETED";
@@ -1635,69 +1641,71 @@ export declare const InputSecurityGroupState: {
1635
1641
  export type InputSecurityGroupState =
1636
1642
  (typeof InputSecurityGroupState)[keyof typeof InputSecurityGroupState];
1637
1643
  export interface InputWhitelistRule {
1638
- Cidr?: string;
1644
+ Cidr?: string | undefined;
1639
1645
  }
1640
1646
  export interface InputSecurityGroup {
1641
- Arn?: string;
1642
- Id?: string;
1643
- Inputs?: string[];
1644
- State?: InputSecurityGroupState;
1645
- Tags?: Record<string, string>;
1646
- WhitelistRules?: InputWhitelistRule[];
1647
+ Arn?: string | undefined;
1648
+ Id?: string | undefined;
1649
+ Inputs?: string[] | undefined;
1650
+ State?: InputSecurityGroupState | undefined;
1651
+ Tags?: Record<string, string> | undefined;
1652
+ WhitelistRules?: InputWhitelistRule[] | undefined;
1647
1653
  }
1648
1654
  export interface InputSourceRequest {
1649
- PasswordParam?: string;
1650
- Url?: string;
1651
- Username?: string;
1655
+ PasswordParam?: string | undefined;
1656
+ Url?: string | undefined;
1657
+ Username?: string | undefined;
1652
1658
  }
1653
1659
  export interface InputWhitelistRuleCidr {
1654
- Cidr?: string;
1660
+ Cidr?: string | undefined;
1655
1661
  }
1656
1662
  export interface InterfaceMappingCreateRequest {
1657
- LogicalInterfaceName?: string;
1658
- NetworkId?: string;
1663
+ LogicalInterfaceName?: string | undefined;
1664
+ NetworkId?: string | undefined;
1659
1665
  }
1660
1666
  export interface InterfaceMappingUpdateRequest {
1661
- LogicalInterfaceName?: string;
1662
- NetworkId?: string;
1667
+ LogicalInterfaceName?: string | undefined;
1668
+ NetworkId?: string | undefined;
1663
1669
  }
1664
1670
  export interface IpPoolCreateRequest {
1665
- Cidr?: string;
1671
+ Cidr?: string | undefined;
1666
1672
  }
1667
1673
  export interface IpPoolUpdateRequest {
1668
- Cidr?: string;
1674
+ Cidr?: string | undefined;
1669
1675
  }
1670
1676
  export interface MediaConnectFlowRequest {
1671
- FlowArn?: string;
1677
+ FlowArn?: string | undefined;
1672
1678
  }
1673
1679
  export interface MediaResourceNeighbor {
1674
1680
  Arn: string | undefined;
1675
- Name?: string;
1681
+ Name?: string | undefined;
1676
1682
  }
1677
1683
  export interface MulticastSourceCreateRequest {
1678
- SourceIp?: string;
1684
+ SourceIp?: string | undefined;
1679
1685
  Url: string | undefined;
1680
1686
  }
1681
1687
  export interface MulticastSourceUpdateRequest {
1682
- SourceIp?: string;
1688
+ SourceIp?: string | undefined;
1683
1689
  Url: string | undefined;
1684
1690
  }
1685
1691
  export interface MultiplexMediaConnectOutputDestinationSettings {
1686
- EntitlementArn?: string;
1692
+ EntitlementArn?: string | undefined;
1687
1693
  }
1688
1694
  export interface MultiplexOutputDestination {
1689
- MediaConnectSettings?: MultiplexMediaConnectOutputDestinationSettings;
1695
+ MediaConnectSettings?:
1696
+ | MultiplexMediaConnectOutputDestinationSettings
1697
+ | undefined;
1690
1698
  }
1691
1699
  export interface MultiplexProgramPipelineDetail {
1692
- ActiveChannelPipeline?: string;
1693
- PipelineId?: string;
1700
+ ActiveChannelPipeline?: string | undefined;
1701
+ PipelineId?: string | undefined;
1694
1702
  }
1695
1703
  export interface MultiplexProgramSummary {
1696
- ChannelId?: string;
1697
- ProgramName?: string;
1704
+ ChannelId?: string | undefined;
1705
+ ProgramName?: string | undefined;
1698
1706
  }
1699
1707
  export interface MultiplexSettingsSummary {
1700
- TransportStreamBitrate?: number;
1708
+ TransportStreamBitrate?: number | undefined;
1701
1709
  }
1702
1710
  export declare const MultiplexState: {
1703
1711
  readonly CREATE_FAILED: "CREATE_FAILED";
@@ -1713,20 +1721,20 @@ export declare const MultiplexState: {
1713
1721
  export type MultiplexState =
1714
1722
  (typeof MultiplexState)[keyof typeof MultiplexState];
1715
1723
  export interface MultiplexSummary {
1716
- Arn?: string;
1717
- AvailabilityZones?: string[];
1718
- Id?: string;
1719
- MultiplexSettings?: MultiplexSettingsSummary;
1720
- Name?: string;
1721
- PipelinesRunningCount?: number;
1722
- ProgramCount?: number;
1723
- State?: MultiplexState;
1724
- Tags?: Record<string, string>;
1724
+ Arn?: string | undefined;
1725
+ AvailabilityZones?: string[] | undefined;
1726
+ Id?: string | undefined;
1727
+ MultiplexSettings?: MultiplexSettingsSummary | undefined;
1728
+ Name?: string | undefined;
1729
+ PipelinesRunningCount?: number | undefined;
1730
+ ProgramCount?: number | undefined;
1731
+ State?: MultiplexState | undefined;
1732
+ Tags?: Record<string, string> | undefined;
1725
1733
  }
1726
1734
  export interface NodeInterfaceMappingCreateRequest {
1727
- LogicalInterfaceName?: string;
1728
- NetworkInterfaceMode?: NetworkInterfaceMode;
1729
- PhysicalInterfaceName?: string;
1735
+ LogicalInterfaceName?: string | undefined;
1736
+ NetworkInterfaceMode?: NetworkInterfaceMode | undefined;
1737
+ PhysicalInterfaceName?: string | undefined;
1730
1738
  }
1731
1739
  export declare const OfferingDurationUnits: {
1732
1740
  readonly MONTHS: "MONTHS";
@@ -1792,27 +1800,27 @@ export declare const ReservationVideoQuality: {
1792
1800
  export type ReservationVideoQuality =
1793
1801
  (typeof ReservationVideoQuality)[keyof typeof ReservationVideoQuality];
1794
1802
  export interface ReservationResourceSpecification {
1795
- ChannelClass?: ChannelClass;
1796
- Codec?: ReservationCodec;
1797
- MaximumBitrate?: ReservationMaximumBitrate;
1798
- MaximumFramerate?: ReservationMaximumFramerate;
1799
- Resolution?: ReservationResolution;
1800
- ResourceType?: ReservationResourceType;
1801
- SpecialFeature?: ReservationSpecialFeature;
1802
- VideoQuality?: ReservationVideoQuality;
1803
+ ChannelClass?: ChannelClass | undefined;
1804
+ Codec?: ReservationCodec | undefined;
1805
+ MaximumBitrate?: ReservationMaximumBitrate | undefined;
1806
+ MaximumFramerate?: ReservationMaximumFramerate | undefined;
1807
+ Resolution?: ReservationResolution | undefined;
1808
+ ResourceType?: ReservationResourceType | undefined;
1809
+ SpecialFeature?: ReservationSpecialFeature | undefined;
1810
+ VideoQuality?: ReservationVideoQuality | undefined;
1803
1811
  }
1804
1812
  export interface Offering {
1805
- Arn?: string;
1806
- CurrencyCode?: string;
1807
- Duration?: number;
1808
- DurationUnits?: OfferingDurationUnits;
1809
- FixedPrice?: number;
1810
- OfferingDescription?: string;
1811
- OfferingId?: string;
1812
- OfferingType?: OfferingType;
1813
- Region?: string;
1814
- ResourceSpecification?: ReservationResourceSpecification;
1815
- UsagePrice?: number;
1813
+ Arn?: string | undefined;
1814
+ CurrencyCode?: string | undefined;
1815
+ Duration?: number | undefined;
1816
+ DurationUnits?: OfferingDurationUnits | undefined;
1817
+ FixedPrice?: number | undefined;
1818
+ OfferingDescription?: string | undefined;
1819
+ OfferingId?: string | undefined;
1820
+ OfferingType?: OfferingType | undefined;
1821
+ Region?: string | undefined;
1822
+ ResourceSpecification?: ReservationResourceSpecification | undefined;
1823
+ UsagePrice?: number | undefined;
1816
1824
  }
1817
1825
  export declare const M2tsAbsentInputAudioBehavior: {
1818
1826
  readonly DROP: "DROP";
@@ -1858,7 +1866,7 @@ export type M2tsCcDescriptor =
1858
1866
  export interface DvbNitSettings {
1859
1867
  NetworkId: number | undefined;
1860
1868
  NetworkName: string | undefined;
1861
- RepInterval?: number;
1869
+ RepInterval?: number | undefined;
1862
1870
  }
1863
1871
  export declare const DvbSdtOutputSdt: {
1864
1872
  readonly SDT_FOLLOW: "SDT_FOLLOW";
@@ -1869,13 +1877,13 @@ export declare const DvbSdtOutputSdt: {
1869
1877
  export type DvbSdtOutputSdt =
1870
1878
  (typeof DvbSdtOutputSdt)[keyof typeof DvbSdtOutputSdt];
1871
1879
  export interface DvbSdtSettings {
1872
- OutputSdt?: DvbSdtOutputSdt;
1873
- RepInterval?: number;
1874
- ServiceName?: string;
1875
- ServiceProviderName?: string;
1880
+ OutputSdt?: DvbSdtOutputSdt | undefined;
1881
+ RepInterval?: number | undefined;
1882
+ ServiceName?: string | undefined;
1883
+ ServiceProviderName?: string | undefined;
1876
1884
  }
1877
1885
  export interface DvbTdtSettings {
1878
- RepInterval?: number;
1886
+ RepInterval?: number | undefined;
1879
1887
  }
1880
1888
  export declare const M2tsEbifControl: {
1881
1889
  readonly NONE: "NONE";
@@ -1952,65 +1960,65 @@ export declare const M2tsTimedMetadataBehavior: {
1952
1960
  export type M2tsTimedMetadataBehavior =
1953
1961
  (typeof M2tsTimedMetadataBehavior)[keyof typeof M2tsTimedMetadataBehavior];
1954
1962
  export interface M2tsSettings {
1955
- AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior;
1956
- Arib?: M2tsArib;
1957
- AribCaptionsPid?: string;
1958
- AribCaptionsPidControl?: M2tsAribCaptionsPidControl;
1959
- AudioBufferModel?: M2tsAudioBufferModel;
1960
- AudioFramesPerPes?: number;
1961
- AudioPids?: string;
1962
- AudioStreamType?: M2tsAudioStreamType;
1963
- Bitrate?: number;
1964
- BufferModel?: M2tsBufferModel;
1965
- CcDescriptor?: M2tsCcDescriptor;
1966
- DvbNitSettings?: DvbNitSettings;
1967
- DvbSdtSettings?: DvbSdtSettings;
1968
- DvbSubPids?: string;
1969
- DvbTdtSettings?: DvbTdtSettings;
1970
- DvbTeletextPid?: string;
1971
- Ebif?: M2tsEbifControl;
1972
- EbpAudioInterval?: M2tsAudioInterval;
1973
- EbpLookaheadMs?: number;
1974
- EbpPlacement?: M2tsEbpPlacement;
1975
- EcmPid?: string;
1976
- EsRateInPes?: M2tsEsRateInPes;
1977
- EtvPlatformPid?: string;
1978
- EtvSignalPid?: string;
1979
- FragmentTime?: number;
1980
- Klv?: M2tsKlv;
1981
- KlvDataPids?: string;
1982
- NielsenId3Behavior?: M2tsNielsenId3Behavior;
1983
- NullPacketBitrate?: number;
1984
- PatInterval?: number;
1985
- PcrControl?: M2tsPcrControl;
1986
- PcrPeriod?: number;
1987
- PcrPid?: string;
1988
- PmtInterval?: number;
1989
- PmtPid?: string;
1990
- ProgramNum?: number;
1991
- RateMode?: M2tsRateMode;
1992
- Scte27Pids?: string;
1993
- Scte35Control?: M2tsScte35Control;
1994
- Scte35Pid?: string;
1995
- SegmentationMarkers?: M2tsSegmentationMarkers;
1996
- SegmentationStyle?: M2tsSegmentationStyle;
1997
- SegmentationTime?: number;
1998
- TimedMetadataBehavior?: M2tsTimedMetadataBehavior;
1999
- TimedMetadataPid?: string;
2000
- TransportStreamId?: number;
2001
- VideoPid?: string;
2002
- Scte35PrerollPullupMilliseconds?: number;
1963
+ AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior | undefined;
1964
+ Arib?: M2tsArib | undefined;
1965
+ AribCaptionsPid?: string | undefined;
1966
+ AribCaptionsPidControl?: M2tsAribCaptionsPidControl | undefined;
1967
+ AudioBufferModel?: M2tsAudioBufferModel | undefined;
1968
+ AudioFramesPerPes?: number | undefined;
1969
+ AudioPids?: string | undefined;
1970
+ AudioStreamType?: M2tsAudioStreamType | undefined;
1971
+ Bitrate?: number | undefined;
1972
+ BufferModel?: M2tsBufferModel | undefined;
1973
+ CcDescriptor?: M2tsCcDescriptor | undefined;
1974
+ DvbNitSettings?: DvbNitSettings | undefined;
1975
+ DvbSdtSettings?: DvbSdtSettings | undefined;
1976
+ DvbSubPids?: string | undefined;
1977
+ DvbTdtSettings?: DvbTdtSettings | undefined;
1978
+ DvbTeletextPid?: string | undefined;
1979
+ Ebif?: M2tsEbifControl | undefined;
1980
+ EbpAudioInterval?: M2tsAudioInterval | undefined;
1981
+ EbpLookaheadMs?: number | undefined;
1982
+ EbpPlacement?: M2tsEbpPlacement | undefined;
1983
+ EcmPid?: string | undefined;
1984
+ EsRateInPes?: M2tsEsRateInPes | undefined;
1985
+ EtvPlatformPid?: string | undefined;
1986
+ EtvSignalPid?: string | undefined;
1987
+ FragmentTime?: number | undefined;
1988
+ Klv?: M2tsKlv | undefined;
1989
+ KlvDataPids?: string | undefined;
1990
+ NielsenId3Behavior?: M2tsNielsenId3Behavior | undefined;
1991
+ NullPacketBitrate?: number | undefined;
1992
+ PatInterval?: number | undefined;
1993
+ PcrControl?: M2tsPcrControl | undefined;
1994
+ PcrPeriod?: number | undefined;
1995
+ PcrPid?: string | undefined;
1996
+ PmtInterval?: number | undefined;
1997
+ PmtPid?: string | undefined;
1998
+ ProgramNum?: number | undefined;
1999
+ RateMode?: M2tsRateMode | undefined;
2000
+ Scte27Pids?: string | undefined;
2001
+ Scte35Control?: M2tsScte35Control | undefined;
2002
+ Scte35Pid?: string | undefined;
2003
+ SegmentationMarkers?: M2tsSegmentationMarkers | undefined;
2004
+ SegmentationStyle?: M2tsSegmentationStyle | undefined;
2005
+ SegmentationTime?: number | undefined;
2006
+ TimedMetadataBehavior?: M2tsTimedMetadataBehavior | undefined;
2007
+ TimedMetadataPid?: string | undefined;
2008
+ TransportStreamId?: number | undefined;
2009
+ VideoPid?: string | undefined;
2010
+ Scte35PrerollPullupMilliseconds?: number | undefined;
2003
2011
  }
2004
2012
  export interface RawSettings {}
2005
2013
  export interface ArchiveContainerSettings {
2006
- M2tsSettings?: M2tsSettings;
2007
- RawSettings?: RawSettings;
2014
+ M2tsSettings?: M2tsSettings | undefined;
2015
+ RawSettings?: RawSettings | undefined;
2008
2016
  }
2009
2017
  export interface ArchiveOutputSettings {
2010
2018
  ContainerSettings: ArchiveContainerSettings | undefined;
2011
- Extension?: string;
2012
- NameModifier?: string;
2019
+ Extension?: string | undefined;
2020
+ NameModifier?: string | undefined;
2013
2021
  }
2014
2022
  export interface CmafIngestOutputSettings {
2015
- NameModifier?: string;
2023
+ NameModifier?: string | undefined;
2016
2024
  }