@aws-sdk/client-medialive 3.136.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteCommand.js +2 -2
- package/dist-cjs/commands/BatchStartCommand.js +2 -2
- package/dist-cjs/commands/BatchStopCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -2
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/ClaimDeviceCommand.js +2 -2
- package/dist-cjs/commands/CreateChannelCommand.js +2 -2
- package/dist-cjs/commands/CreateInputCommand.js +2 -2
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiplexCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteInputCommand.js +2 -2
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/DeleteReservationCommand.js +2 -2
- package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
- package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
- package/dist-cjs/commands/ListChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -2
- package/dist-cjs/commands/ListInputDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListInputsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiplexesCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListReservationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-cjs/commands/RebootInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/StartChannelCommand.js +2 -2
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -2
- package/dist-cjs/commands/StartMultiplexCommand.js +2 -2
- package/dist-cjs/commands/StopChannelCommand.js +2 -2
- package/dist-cjs/commands/StopMultiplexCommand.js +2 -2
- package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -2
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/UpdateReservationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +574 -858
- package/dist-cjs/models/models_1.js +774 -1158
- package/dist-cjs/models/models_2.js +45 -67
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/BatchDeleteCommand.js +3 -3
- package/dist-es/commands/BatchStartCommand.js +3 -3
- package/dist-es/commands/BatchStopCommand.js +3 -3
- package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/ClaimDeviceCommand.js +3 -3
- package/dist-es/commands/CreateChannelCommand.js +3 -3
- package/dist-es/commands/CreateInputCommand.js +3 -3
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInputCommand.js +3 -3
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DeleteReservationCommand.js +3 -3
- package/dist-es/commands/DeleteScheduleCommand.js +3 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeChannelCommand.js +3 -3
- package/dist-es/commands/DescribeInputCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DescribeOfferingCommand.js +3 -3
- package/dist-es/commands/DescribeReservationCommand.js +3 -3
- package/dist-es/commands/DescribeScheduleCommand.js +3 -3
- package/dist-es/commands/ListChannelsCommand.js +3 -3
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
- package/dist-es/commands/ListInputDevicesCommand.js +3 -3
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/ListInputsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexesCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListReservationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RebootInputDeviceCommand.js +3 -3
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/StartChannelCommand.js +3 -3
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +3 -3
- package/dist-es/commands/StartMultiplexCommand.js +3 -3
- package/dist-es/commands/StopChannelCommand.js +3 -3
- package/dist-es/commands/StopMultiplexCommand.js +3 -3
- package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
- package/dist-es/commands/UpdateChannelCommand.js +3 -3
- package/dist-es/commands/UpdateInputCommand.js +4 -4
- package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/UpdateReservationCommand.js +3 -3
- package/dist-es/models/models_0.js +142 -568
- package/dist-es/models/models_1.js +192 -768
- package/dist-es/models/models_2.js +11 -44
- package/dist-types/models/models_0.d.ts +568 -852
- package/dist-types/models/models_1.d.ts +768 -1152
- package/dist-types/models/models_2.d.ts +44 -66
- package/dist-types/ts3.4/models/models_0.d.ts +284 -568
- package/dist-types/ts3.4/models/models_1.d.ts +384 -768
- package/dist-types/ts3.4/models/models_2.d.ts +22 -44
- package/package.json +6 -6
|
@@ -224,12 +224,6 @@ export interface HlsGroupSettings {
|
|
|
224
224
|
*/
|
|
225
225
|
TsFileMode?: HlsTsFileMode | string;
|
|
226
226
|
}
|
|
227
|
-
export declare namespace HlsGroupSettings {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
|
-
const filterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
232
|
-
}
|
|
233
227
|
/**
|
|
234
228
|
* Media Package Group Settings
|
|
235
229
|
*/
|
|
@@ -239,12 +233,6 @@ export interface MediaPackageGroupSettings {
|
|
|
239
233
|
*/
|
|
240
234
|
Destination: OutputLocationRef | undefined;
|
|
241
235
|
}
|
|
242
|
-
export declare namespace MediaPackageGroupSettings {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
const filterSensitiveLog: (obj: MediaPackageGroupSettings) => any;
|
|
247
|
-
}
|
|
248
236
|
export declare enum SmoothGroupAudioOnlyTimecodeControl {
|
|
249
237
|
PASSTHROUGH = "PASSTHROUGH",
|
|
250
238
|
USE_CONFIGURED_CLOCK = "USE_CONFIGURED_CLOCK"
|
|
@@ -376,23 +364,11 @@ export interface MsSmoothGroupSettings {
|
|
|
376
364
|
*/
|
|
377
365
|
TimestampOffsetMode?: SmoothGroupTimestampOffsetMode | string;
|
|
378
366
|
}
|
|
379
|
-
export declare namespace MsSmoothGroupSettings {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
const filterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
|
|
384
|
-
}
|
|
385
367
|
/**
|
|
386
368
|
* Multiplex Group Settings
|
|
387
369
|
*/
|
|
388
370
|
export interface MultiplexGroupSettings {
|
|
389
371
|
}
|
|
390
|
-
export declare namespace MultiplexGroupSettings {
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
|
-
const filterSensitiveLog: (obj: MultiplexGroupSettings) => any;
|
|
395
|
-
}
|
|
396
372
|
export declare enum RtmpAdMarkers {
|
|
397
373
|
ON_CUE_POINT_SCTE35 = "ON_CUE_POINT_SCTE35"
|
|
398
374
|
}
|
|
@@ -449,12 +425,6 @@ export interface RtmpGroupSettings {
|
|
|
449
425
|
*/
|
|
450
426
|
RestartDelay?: number;
|
|
451
427
|
}
|
|
452
|
-
export declare namespace RtmpGroupSettings {
|
|
453
|
-
/**
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
456
|
-
const filterSensitiveLog: (obj: RtmpGroupSettings) => any;
|
|
457
|
-
}
|
|
458
428
|
export declare enum InputLossActionForUdpOut {
|
|
459
429
|
DROP_PROGRAM = "DROP_PROGRAM",
|
|
460
430
|
DROP_TS = "DROP_TS",
|
|
@@ -482,12 +452,6 @@ export interface UdpGroupSettings {
|
|
|
482
452
|
*/
|
|
483
453
|
TimedMetadataId3Period?: number;
|
|
484
454
|
}
|
|
485
|
-
export declare namespace UdpGroupSettings {
|
|
486
|
-
/**
|
|
487
|
-
* @internal
|
|
488
|
-
*/
|
|
489
|
-
const filterSensitiveLog: (obj: UdpGroupSettings) => any;
|
|
490
|
-
}
|
|
491
455
|
/**
|
|
492
456
|
* Output Group Settings
|
|
493
457
|
*/
|
|
@@ -525,12 +489,6 @@ export interface OutputGroupSettings {
|
|
|
525
489
|
*/
|
|
526
490
|
UdpGroupSettings?: UdpGroupSettings;
|
|
527
491
|
}
|
|
528
|
-
export declare namespace OutputGroupSettings {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
|
-
const filterSensitiveLog: (obj: OutputGroupSettings) => any;
|
|
533
|
-
}
|
|
534
492
|
/**
|
|
535
493
|
* Output groups for this Live Event. Output groups contain information about where streams should be distributed.
|
|
536
494
|
*/
|
|
@@ -548,12 +506,6 @@ export interface OutputGroup {
|
|
|
548
506
|
*/
|
|
549
507
|
Outputs: Output[] | undefined;
|
|
550
508
|
}
|
|
551
|
-
export declare namespace OutputGroup {
|
|
552
|
-
/**
|
|
553
|
-
* @internal
|
|
554
|
-
*/
|
|
555
|
-
const filterSensitiveLog: (obj: OutputGroup) => any;
|
|
556
|
-
}
|
|
557
509
|
/**
|
|
558
510
|
* Runtime details of a pipeline when a channel is running.
|
|
559
511
|
*/
|
|
@@ -579,12 +531,6 @@ export interface PipelineDetail {
|
|
|
579
531
|
*/
|
|
580
532
|
PipelineId?: string;
|
|
581
533
|
}
|
|
582
|
-
export declare namespace PipelineDetail {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
const filterSensitiveLog: (obj: PipelineDetail) => any;
|
|
587
|
-
}
|
|
588
534
|
export declare enum PipelineId {
|
|
589
535
|
PIPELINE_0 = "PIPELINE_0",
|
|
590
536
|
PIPELINE_1 = "PIPELINE_1"
|
|
@@ -598,12 +544,6 @@ export interface PipelinePauseStateSettings {
|
|
|
598
544
|
*/
|
|
599
545
|
PipelineId: PipelineId | string | undefined;
|
|
600
546
|
}
|
|
601
|
-
export declare namespace PipelinePauseStateSettings {
|
|
602
|
-
/**
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
605
|
-
const filterSensitiveLog: (obj: PipelinePauseStateSettings) => any;
|
|
606
|
-
}
|
|
607
547
|
export declare enum ReservationAutomaticRenewal {
|
|
608
548
|
DISABLED = "DISABLED",
|
|
609
549
|
ENABLED = "ENABLED",
|
|
@@ -622,12 +562,6 @@ export interface RenewalSettings {
|
|
|
622
562
|
*/
|
|
623
563
|
RenewalCount?: number;
|
|
624
564
|
}
|
|
625
|
-
export declare namespace RenewalSettings {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
|
-
const filterSensitiveLog: (obj: RenewalSettings) => any;
|
|
630
|
-
}
|
|
631
565
|
export declare enum ReservationState {
|
|
632
566
|
ACTIVE = "ACTIVE",
|
|
633
567
|
CANCELED = "CANCELED",
|
|
@@ -715,12 +649,6 @@ export interface Reservation {
|
|
|
715
649
|
*/
|
|
716
650
|
UsagePrice?: number;
|
|
717
651
|
}
|
|
718
|
-
export declare namespace Reservation {
|
|
719
|
-
/**
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
722
|
-
const filterSensitiveLog: (obj: Reservation) => any;
|
|
723
|
-
}
|
|
724
652
|
/**
|
|
725
653
|
* Settings for the action to insert a user-defined ID3 tag in each HLS segment
|
|
726
654
|
*/
|
|
@@ -730,12 +658,6 @@ export interface HlsId3SegmentTaggingScheduleActionSettings {
|
|
|
730
658
|
*/
|
|
731
659
|
Tag: string | undefined;
|
|
732
660
|
}
|
|
733
|
-
export declare namespace HlsId3SegmentTaggingScheduleActionSettings {
|
|
734
|
-
/**
|
|
735
|
-
* @internal
|
|
736
|
-
*/
|
|
737
|
-
const filterSensitiveLog: (obj: HlsId3SegmentTaggingScheduleActionSettings) => any;
|
|
738
|
-
}
|
|
739
661
|
/**
|
|
740
662
|
* Settings for the action to emit HLS metadata
|
|
741
663
|
*/
|
|
@@ -745,12 +667,6 @@ export interface HlsTimedMetadataScheduleActionSettings {
|
|
|
745
667
|
*/
|
|
746
668
|
Id3: string | undefined;
|
|
747
669
|
}
|
|
748
|
-
export declare namespace HlsTimedMetadataScheduleActionSettings {
|
|
749
|
-
/**
|
|
750
|
-
* @internal
|
|
751
|
-
*/
|
|
752
|
-
const filterSensitiveLog: (obj: HlsTimedMetadataScheduleActionSettings) => any;
|
|
753
|
-
}
|
|
754
670
|
export declare enum InputTimecodeSource {
|
|
755
671
|
EMBEDDED = "EMBEDDED",
|
|
756
672
|
ZEROBASED = "ZEROBASED"
|
|
@@ -764,12 +680,6 @@ export interface StartTimecode {
|
|
|
764
680
|
*/
|
|
765
681
|
Timecode?: string;
|
|
766
682
|
}
|
|
767
|
-
export declare namespace StartTimecode {
|
|
768
|
-
/**
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
771
|
-
const filterSensitiveLog: (obj: StartTimecode) => any;
|
|
772
|
-
}
|
|
773
683
|
export declare enum LastFrameClippingBehavior {
|
|
774
684
|
EXCLUDE_LAST_FRAME = "EXCLUDE_LAST_FRAME",
|
|
775
685
|
INCLUDE_LAST_FRAME = "INCLUDE_LAST_FRAME"
|
|
@@ -787,12 +697,6 @@ export interface StopTimecode {
|
|
|
787
697
|
*/
|
|
788
698
|
Timecode?: string;
|
|
789
699
|
}
|
|
790
|
-
export declare namespace StopTimecode {
|
|
791
|
-
/**
|
|
792
|
-
* @internal
|
|
793
|
-
*/
|
|
794
|
-
const filterSensitiveLog: (obj: StopTimecode) => any;
|
|
795
|
-
}
|
|
796
700
|
/**
|
|
797
701
|
* Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
|
|
798
702
|
*/
|
|
@@ -810,12 +714,6 @@ export interface InputClippingSettings {
|
|
|
810
714
|
*/
|
|
811
715
|
StopTimecode?: StopTimecode;
|
|
812
716
|
}
|
|
813
|
-
export declare namespace InputClippingSettings {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
|
-
const filterSensitiveLog: (obj: InputClippingSettings) => any;
|
|
818
|
-
}
|
|
819
717
|
/**
|
|
820
718
|
* Action to prepare an input for a future immediate input switch.
|
|
821
719
|
*/
|
|
@@ -833,12 +731,6 @@ export interface InputPrepareScheduleActionSettings {
|
|
|
833
731
|
*/
|
|
834
732
|
UrlPath?: string[];
|
|
835
733
|
}
|
|
836
|
-
export declare namespace InputPrepareScheduleActionSettings {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
|
-
const filterSensitiveLog: (obj: InputPrepareScheduleActionSettings) => any;
|
|
841
|
-
}
|
|
842
734
|
/**
|
|
843
735
|
* Settings for the "switch input" action: to switch from ingesting one input to ingesting another input.
|
|
844
736
|
*/
|
|
@@ -856,12 +748,6 @@ export interface InputSwitchScheduleActionSettings {
|
|
|
856
748
|
*/
|
|
857
749
|
UrlPath?: string[];
|
|
858
750
|
}
|
|
859
|
-
export declare namespace InputSwitchScheduleActionSettings {
|
|
860
|
-
/**
|
|
861
|
-
* @internal
|
|
862
|
-
*/
|
|
863
|
-
const filterSensitiveLog: (obj: InputSwitchScheduleActionSettings) => any;
|
|
864
|
-
}
|
|
865
751
|
/**
|
|
866
752
|
* Settings to specify the rendering of motion graphics into the video stream.
|
|
867
753
|
*/
|
|
@@ -883,23 +769,11 @@ export interface MotionGraphicsActivateScheduleActionSettings {
|
|
|
883
769
|
*/
|
|
884
770
|
Username?: string;
|
|
885
771
|
}
|
|
886
|
-
export declare namespace MotionGraphicsActivateScheduleActionSettings {
|
|
887
|
-
/**
|
|
888
|
-
* @internal
|
|
889
|
-
*/
|
|
890
|
-
const filterSensitiveLog: (obj: MotionGraphicsActivateScheduleActionSettings) => any;
|
|
891
|
-
}
|
|
892
772
|
/**
|
|
893
773
|
* Settings to specify the ending of rendering motion graphics into the video stream.
|
|
894
774
|
*/
|
|
895
775
|
export interface MotionGraphicsDeactivateScheduleActionSettings {
|
|
896
776
|
}
|
|
897
|
-
export declare namespace MotionGraphicsDeactivateScheduleActionSettings {
|
|
898
|
-
/**
|
|
899
|
-
* @internal
|
|
900
|
-
*/
|
|
901
|
-
const filterSensitiveLog: (obj: MotionGraphicsDeactivateScheduleActionSettings) => any;
|
|
902
|
-
}
|
|
903
777
|
/**
|
|
904
778
|
* Settings for the action to set pause state of a channel.
|
|
905
779
|
*/
|
|
@@ -909,12 +783,6 @@ export interface PauseStateScheduleActionSettings {
|
|
|
909
783
|
*/
|
|
910
784
|
Pipelines?: PipelinePauseStateSettings[];
|
|
911
785
|
}
|
|
912
|
-
export declare namespace PauseStateScheduleActionSettings {
|
|
913
|
-
/**
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
916
|
-
const filterSensitiveLog: (obj: PauseStateScheduleActionSettings) => any;
|
|
917
|
-
}
|
|
918
786
|
/**
|
|
919
787
|
* Settings for a SCTE-35 return_to_network message.
|
|
920
788
|
*/
|
|
@@ -924,12 +792,6 @@ export interface Scte35ReturnToNetworkScheduleActionSettings {
|
|
|
924
792
|
*/
|
|
925
793
|
SpliceEventId: number | undefined;
|
|
926
794
|
}
|
|
927
|
-
export declare namespace Scte35ReturnToNetworkScheduleActionSettings {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
const filterSensitiveLog: (obj: Scte35ReturnToNetworkScheduleActionSettings) => any;
|
|
932
|
-
}
|
|
933
795
|
/**
|
|
934
796
|
* Settings for a SCTE-35 splice_insert message.
|
|
935
797
|
*/
|
|
@@ -943,12 +805,6 @@ export interface Scte35SpliceInsertScheduleActionSettings {
|
|
|
943
805
|
*/
|
|
944
806
|
SpliceEventId: number | undefined;
|
|
945
807
|
}
|
|
946
|
-
export declare namespace Scte35SpliceInsertScheduleActionSettings {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
const filterSensitiveLog: (obj: Scte35SpliceInsertScheduleActionSettings) => any;
|
|
951
|
-
}
|
|
952
808
|
export declare enum Scte35ArchiveAllowedFlag {
|
|
953
809
|
ARCHIVE_ALLOWED = "ARCHIVE_ALLOWED",
|
|
954
810
|
ARCHIVE_NOT_ALLOWED = "ARCHIVE_NOT_ALLOWED"
|
|
@@ -988,12 +844,6 @@ export interface Scte35DeliveryRestrictions {
|
|
|
988
844
|
*/
|
|
989
845
|
WebDeliveryAllowedFlag: Scte35WebDeliveryAllowedFlag | string | undefined;
|
|
990
846
|
}
|
|
991
|
-
export declare namespace Scte35DeliveryRestrictions {
|
|
992
|
-
/**
|
|
993
|
-
* @internal
|
|
994
|
-
*/
|
|
995
|
-
const filterSensitiveLog: (obj: Scte35DeliveryRestrictions) => any;
|
|
996
|
-
}
|
|
997
847
|
export declare enum Scte35SegmentationCancelIndicator {
|
|
998
848
|
SEGMENTATION_EVENT_CANCELED = "SEGMENTATION_EVENT_CANCELED",
|
|
999
849
|
SEGMENTATION_EVENT_NOT_CANCELED = "SEGMENTATION_EVENT_NOT_CANCELED"
|
|
@@ -1047,12 +897,6 @@ export interface Scte35SegmentationDescriptor {
|
|
|
1047
897
|
*/
|
|
1048
898
|
SubSegmentsExpected?: number;
|
|
1049
899
|
}
|
|
1050
|
-
export declare namespace Scte35SegmentationDescriptor {
|
|
1051
|
-
/**
|
|
1052
|
-
* @internal
|
|
1053
|
-
*/
|
|
1054
|
-
const filterSensitiveLog: (obj: Scte35SegmentationDescriptor) => any;
|
|
1055
|
-
}
|
|
1056
900
|
/**
|
|
1057
901
|
* SCTE-35 Descriptor settings.
|
|
1058
902
|
*/
|
|
@@ -1062,12 +906,6 @@ export interface Scte35DescriptorSettings {
|
|
|
1062
906
|
*/
|
|
1063
907
|
SegmentationDescriptorScte35DescriptorSettings: Scte35SegmentationDescriptor | undefined;
|
|
1064
908
|
}
|
|
1065
|
-
export declare namespace Scte35DescriptorSettings {
|
|
1066
|
-
/**
|
|
1067
|
-
* @internal
|
|
1068
|
-
*/
|
|
1069
|
-
const filterSensitiveLog: (obj: Scte35DescriptorSettings) => any;
|
|
1070
|
-
}
|
|
1071
909
|
/**
|
|
1072
910
|
* Holds one set of SCTE-35 Descriptor Settings.
|
|
1073
911
|
*/
|
|
@@ -1077,12 +915,6 @@ export interface Scte35Descriptor {
|
|
|
1077
915
|
*/
|
|
1078
916
|
Scte35DescriptorSettings: Scte35DescriptorSettings | undefined;
|
|
1079
917
|
}
|
|
1080
|
-
export declare namespace Scte35Descriptor {
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
|
-
const filterSensitiveLog: (obj: Scte35Descriptor) => any;
|
|
1085
|
-
}
|
|
1086
918
|
/**
|
|
1087
919
|
* Settings for a SCTE-35 time_signal.
|
|
1088
920
|
*/
|
|
@@ -1092,12 +924,6 @@ export interface Scte35TimeSignalScheduleActionSettings {
|
|
|
1092
924
|
*/
|
|
1093
925
|
Scte35Descriptors: Scte35Descriptor[] | undefined;
|
|
1094
926
|
}
|
|
1095
|
-
export declare namespace Scte35TimeSignalScheduleActionSettings {
|
|
1096
|
-
/**
|
|
1097
|
-
* @internal
|
|
1098
|
-
*/
|
|
1099
|
-
const filterSensitiveLog: (obj: Scte35TimeSignalScheduleActionSettings) => any;
|
|
1100
|
-
}
|
|
1101
927
|
/**
|
|
1102
928
|
* Settings for the action to activate a static image.
|
|
1103
929
|
*/
|
|
@@ -1143,12 +969,6 @@ export interface StaticImageActivateScheduleActionSettings {
|
|
|
1143
969
|
*/
|
|
1144
970
|
Width?: number;
|
|
1145
971
|
}
|
|
1146
|
-
export declare namespace StaticImageActivateScheduleActionSettings {
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
const filterSensitiveLog: (obj: StaticImageActivateScheduleActionSettings) => any;
|
|
1151
|
-
}
|
|
1152
972
|
/**
|
|
1153
973
|
* Settings for the action to deactivate the image in a specific layer.
|
|
1154
974
|
*/
|
|
@@ -1162,12 +982,6 @@ export interface StaticImageDeactivateScheduleActionSettings {
|
|
|
1162
982
|
*/
|
|
1163
983
|
Layer?: number;
|
|
1164
984
|
}
|
|
1165
|
-
export declare namespace StaticImageDeactivateScheduleActionSettings {
|
|
1166
|
-
/**
|
|
1167
|
-
* @internal
|
|
1168
|
-
*/
|
|
1169
|
-
const filterSensitiveLog: (obj: StaticImageDeactivateScheduleActionSettings) => any;
|
|
1170
|
-
}
|
|
1171
985
|
/**
|
|
1172
986
|
* Holds the settings for a single schedule action.
|
|
1173
987
|
*/
|
|
@@ -1221,12 +1035,6 @@ export interface ScheduleActionSettings {
|
|
|
1221
1035
|
*/
|
|
1222
1036
|
StaticImageDeactivateSettings?: StaticImageDeactivateScheduleActionSettings;
|
|
1223
1037
|
}
|
|
1224
|
-
export declare namespace ScheduleActionSettings {
|
|
1225
|
-
/**
|
|
1226
|
-
* @internal
|
|
1227
|
-
*/
|
|
1228
|
-
const filterSensitiveLog: (obj: ScheduleActionSettings) => any;
|
|
1229
|
-
}
|
|
1230
1038
|
/**
|
|
1231
1039
|
* Start time for the action.
|
|
1232
1040
|
*/
|
|
@@ -1236,12 +1044,6 @@ export interface FixedModeScheduleActionStartSettings {
|
|
|
1236
1044
|
*/
|
|
1237
1045
|
Time: string | undefined;
|
|
1238
1046
|
}
|
|
1239
|
-
export declare namespace FixedModeScheduleActionStartSettings {
|
|
1240
|
-
/**
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
1243
|
-
const filterSensitiveLog: (obj: FixedModeScheduleActionStartSettings) => any;
|
|
1244
|
-
}
|
|
1245
1047
|
export declare enum FollowPoint {
|
|
1246
1048
|
END = "END",
|
|
1247
1049
|
START = "START"
|
|
@@ -1259,23 +1061,11 @@ export interface FollowModeScheduleActionStartSettings {
|
|
|
1259
1061
|
*/
|
|
1260
1062
|
ReferenceActionName: string | undefined;
|
|
1261
1063
|
}
|
|
1262
|
-
export declare namespace FollowModeScheduleActionStartSettings {
|
|
1263
|
-
/**
|
|
1264
|
-
* @internal
|
|
1265
|
-
*/
|
|
1266
|
-
const filterSensitiveLog: (obj: FollowModeScheduleActionStartSettings) => any;
|
|
1267
|
-
}
|
|
1268
1064
|
/**
|
|
1269
1065
|
* Settings to configure an action so that it occurs as soon as possible.
|
|
1270
1066
|
*/
|
|
1271
1067
|
export interface ImmediateModeScheduleActionStartSettings {
|
|
1272
1068
|
}
|
|
1273
|
-
export declare namespace ImmediateModeScheduleActionStartSettings {
|
|
1274
|
-
/**
|
|
1275
|
-
* @internal
|
|
1276
|
-
*/
|
|
1277
|
-
const filterSensitiveLog: (obj: ImmediateModeScheduleActionStartSettings) => any;
|
|
1278
|
-
}
|
|
1279
1069
|
/**
|
|
1280
1070
|
* Settings to specify when an action should occur. Only one of the options must be selected.
|
|
1281
1071
|
*/
|
|
@@ -1293,12 +1083,6 @@ export interface ScheduleActionStartSettings {
|
|
|
1293
1083
|
*/
|
|
1294
1084
|
ImmediateModeScheduleActionStartSettings?: ImmediateModeScheduleActionStartSettings;
|
|
1295
1085
|
}
|
|
1296
|
-
export declare namespace ScheduleActionStartSettings {
|
|
1297
|
-
/**
|
|
1298
|
-
* @internal
|
|
1299
|
-
*/
|
|
1300
|
-
const filterSensitiveLog: (obj: ScheduleActionStartSettings) => any;
|
|
1301
|
-
}
|
|
1302
1086
|
/**
|
|
1303
1087
|
* Contains information on a single schedule action.
|
|
1304
1088
|
*/
|
|
@@ -1316,12 +1100,6 @@ export interface ScheduleAction {
|
|
|
1316
1100
|
*/
|
|
1317
1101
|
ScheduleActionStartSettings: ScheduleActionStartSettings | undefined;
|
|
1318
1102
|
}
|
|
1319
|
-
export declare namespace ScheduleAction {
|
|
1320
|
-
/**
|
|
1321
|
-
* @internal
|
|
1322
|
-
*/
|
|
1323
|
-
const filterSensitiveLog: (obj: ScheduleAction) => any;
|
|
1324
|
-
}
|
|
1325
1103
|
export declare enum InputDeviceTransferType {
|
|
1326
1104
|
INCOMING = "INCOMING",
|
|
1327
1105
|
OUTGOING = "OUTGOING"
|
|
@@ -1347,12 +1125,6 @@ export interface TransferringInputDeviceSummary {
|
|
|
1347
1125
|
*/
|
|
1348
1126
|
TransferType?: InputDeviceTransferType | string;
|
|
1349
1127
|
}
|
|
1350
|
-
export declare namespace TransferringInputDeviceSummary {
|
|
1351
|
-
/**
|
|
1352
|
-
* @internal
|
|
1353
|
-
*/
|
|
1354
|
-
const filterSensitiveLog: (obj: TransferringInputDeviceSummary) => any;
|
|
1355
|
-
}
|
|
1356
1128
|
/**
|
|
1357
1129
|
* Placeholder documentation for ValidationError
|
|
1358
1130
|
*/
|
|
@@ -1366,12 +1138,6 @@ export interface ValidationError {
|
|
|
1366
1138
|
*/
|
|
1367
1139
|
ErrorMessage?: string;
|
|
1368
1140
|
}
|
|
1369
|
-
export declare namespace ValidationError {
|
|
1370
|
-
/**
|
|
1371
|
-
* @internal
|
|
1372
|
-
*/
|
|
1373
|
-
const filterSensitiveLog: (obj: ValidationError) => any;
|
|
1374
|
-
}
|
|
1375
1141
|
export declare enum FrameCaptureIntervalUnit {
|
|
1376
1142
|
MILLISECONDS = "MILLISECONDS",
|
|
1377
1143
|
SECONDS = "SECONDS"
|
|
@@ -1389,12 +1155,6 @@ export interface FrameCaptureSettings {
|
|
|
1389
1155
|
*/
|
|
1390
1156
|
CaptureIntervalUnits?: FrameCaptureIntervalUnit | string;
|
|
1391
1157
|
}
|
|
1392
|
-
export declare namespace FrameCaptureSettings {
|
|
1393
|
-
/**
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
1396
|
-
const filterSensitiveLog: (obj: FrameCaptureSettings) => any;
|
|
1397
|
-
}
|
|
1398
1158
|
export declare enum H264AdaptiveQuantization {
|
|
1399
1159
|
AUTO = "AUTO",
|
|
1400
1160
|
HIGH = "HIGH",
|
|
@@ -1418,34 +1178,16 @@ export declare enum H264ColorMetadata {
|
|
|
1418
1178
|
*/
|
|
1419
1179
|
export interface ColorSpacePassthroughSettings {
|
|
1420
1180
|
}
|
|
1421
|
-
export declare namespace ColorSpacePassthroughSettings {
|
|
1422
|
-
/**
|
|
1423
|
-
* @internal
|
|
1424
|
-
*/
|
|
1425
|
-
const filterSensitiveLog: (obj: ColorSpacePassthroughSettings) => any;
|
|
1426
|
-
}
|
|
1427
1181
|
/**
|
|
1428
1182
|
* Rec601 Settings
|
|
1429
1183
|
*/
|
|
1430
1184
|
export interface Rec601Settings {
|
|
1431
1185
|
}
|
|
1432
|
-
export declare namespace Rec601Settings {
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
|
-
const filterSensitiveLog: (obj: Rec601Settings) => any;
|
|
1437
|
-
}
|
|
1438
1186
|
/**
|
|
1439
1187
|
* Rec709 Settings
|
|
1440
1188
|
*/
|
|
1441
1189
|
export interface Rec709Settings {
|
|
1442
1190
|
}
|
|
1443
|
-
export declare namespace Rec709Settings {
|
|
1444
|
-
/**
|
|
1445
|
-
* @internal
|
|
1446
|
-
*/
|
|
1447
|
-
const filterSensitiveLog: (obj: Rec709Settings) => any;
|
|
1448
|
-
}
|
|
1449
1191
|
/**
|
|
1450
1192
|
* H264 Color Space Settings
|
|
1451
1193
|
*/
|
|
@@ -1463,12 +1205,6 @@ export interface H264ColorSpaceSettings {
|
|
|
1463
1205
|
*/
|
|
1464
1206
|
Rec709Settings?: Rec709Settings;
|
|
1465
1207
|
}
|
|
1466
|
-
export declare namespace H264ColorSpaceSettings {
|
|
1467
|
-
/**
|
|
1468
|
-
* @internal
|
|
1469
|
-
*/
|
|
1470
|
-
const filterSensitiveLog: (obj: H264ColorSpaceSettings) => any;
|
|
1471
|
-
}
|
|
1472
1208
|
export declare enum H264EntropyEncoding {
|
|
1473
1209
|
CABAC = "CABAC",
|
|
1474
1210
|
CAVLC = "CAVLC"
|
|
@@ -1512,12 +1248,6 @@ export interface TemporalFilterSettings {
|
|
|
1512
1248
|
*/
|
|
1513
1249
|
Strength?: TemporalFilterStrength | string;
|
|
1514
1250
|
}
|
|
1515
|
-
export declare namespace TemporalFilterSettings {
|
|
1516
|
-
/**
|
|
1517
|
-
* @internal
|
|
1518
|
-
*/
|
|
1519
|
-
const filterSensitiveLog: (obj: TemporalFilterSettings) => any;
|
|
1520
|
-
}
|
|
1521
1251
|
/**
|
|
1522
1252
|
* H264 Filter Settings
|
|
1523
1253
|
*/
|
|
@@ -1527,12 +1257,6 @@ export interface H264FilterSettings {
|
|
|
1527
1257
|
*/
|
|
1528
1258
|
TemporalFilterSettings?: TemporalFilterSettings;
|
|
1529
1259
|
}
|
|
1530
|
-
export declare namespace H264FilterSettings {
|
|
1531
|
-
/**
|
|
1532
|
-
* @internal
|
|
1533
|
-
*/
|
|
1534
|
-
const filterSensitiveLog: (obj: H264FilterSettings) => any;
|
|
1535
|
-
}
|
|
1536
1260
|
export declare enum FixedAfd {
|
|
1537
1261
|
AFD_0000 = "AFD_0000",
|
|
1538
1262
|
AFD_0010 = "AFD_0010",
|
|
@@ -1840,12 +1564,6 @@ export interface H264Settings {
|
|
|
1840
1564
|
*/
|
|
1841
1565
|
TimecodeInsertion?: H264TimecodeInsertionBehavior | string;
|
|
1842
1566
|
}
|
|
1843
|
-
export declare namespace H264Settings {
|
|
1844
|
-
/**
|
|
1845
|
-
* @internal
|
|
1846
|
-
*/
|
|
1847
|
-
const filterSensitiveLog: (obj: H264Settings) => any;
|
|
1848
|
-
}
|
|
1849
1567
|
export declare enum H265AdaptiveQuantization {
|
|
1850
1568
|
AUTO = "AUTO",
|
|
1851
1569
|
HIGH = "HIGH",
|
|
@@ -1884,12 +1602,6 @@ export interface H265ColorSpaceSettings {
|
|
|
1884
1602
|
*/
|
|
1885
1603
|
Rec709Settings?: Rec709Settings;
|
|
1886
1604
|
}
|
|
1887
|
-
export declare namespace H265ColorSpaceSettings {
|
|
1888
|
-
/**
|
|
1889
|
-
* @internal
|
|
1890
|
-
*/
|
|
1891
|
-
const filterSensitiveLog: (obj: H265ColorSpaceSettings) => any;
|
|
1892
|
-
}
|
|
1893
1605
|
/**
|
|
1894
1606
|
* H265 Filter Settings
|
|
1895
1607
|
*/
|
|
@@ -1899,12 +1611,6 @@ export interface H265FilterSettings {
|
|
|
1899
1611
|
*/
|
|
1900
1612
|
TemporalFilterSettings?: TemporalFilterSettings;
|
|
1901
1613
|
}
|
|
1902
|
-
export declare namespace H265FilterSettings {
|
|
1903
|
-
/**
|
|
1904
|
-
* @internal
|
|
1905
|
-
*/
|
|
1906
|
-
const filterSensitiveLog: (obj: H265FilterSettings) => any;
|
|
1907
|
-
}
|
|
1908
1614
|
export declare enum H265FlickerAq {
|
|
1909
1615
|
DISABLED = "DISABLED",
|
|
1910
1616
|
ENABLED = "ENABLED"
|
|
@@ -2098,12 +1804,6 @@ export interface H265Settings {
|
|
|
2098
1804
|
*/
|
|
2099
1805
|
TimecodeInsertion?: H265TimecodeInsertionBehavior | string;
|
|
2100
1806
|
}
|
|
2101
|
-
export declare namespace H265Settings {
|
|
2102
|
-
/**
|
|
2103
|
-
* @internal
|
|
2104
|
-
*/
|
|
2105
|
-
const filterSensitiveLog: (obj: H265Settings) => any;
|
|
2106
|
-
}
|
|
2107
1807
|
export declare enum Mpeg2AdaptiveQuantization {
|
|
2108
1808
|
AUTO = "AUTO",
|
|
2109
1809
|
HIGH = "HIGH",
|
|
@@ -2132,12 +1832,6 @@ export interface Mpeg2FilterSettings {
|
|
|
2132
1832
|
*/
|
|
2133
1833
|
TemporalFilterSettings?: TemporalFilterSettings;
|
|
2134
1834
|
}
|
|
2135
|
-
export declare namespace Mpeg2FilterSettings {
|
|
2136
|
-
/**
|
|
2137
|
-
* @internal
|
|
2138
|
-
*/
|
|
2139
|
-
const filterSensitiveLog: (obj: Mpeg2FilterSettings) => any;
|
|
2140
|
-
}
|
|
2141
1835
|
export declare enum Mpeg2GopSizeUnits {
|
|
2142
1836
|
FRAMES = "FRAMES",
|
|
2143
1837
|
SECONDS = "SECONDS"
|
|
@@ -2236,12 +1930,6 @@ export interface Mpeg2Settings {
|
|
|
2236
1930
|
*/
|
|
2237
1931
|
TimecodeInsertion?: Mpeg2TimecodeInsertionBehavior | string;
|
|
2238
1932
|
}
|
|
2239
|
-
export declare namespace Mpeg2Settings {
|
|
2240
|
-
/**
|
|
2241
|
-
* @internal
|
|
2242
|
-
*/
|
|
2243
|
-
const filterSensitiveLog: (obj: Mpeg2Settings) => any;
|
|
2244
|
-
}
|
|
2245
1933
|
/**
|
|
2246
1934
|
* Video Codec Settings
|
|
2247
1935
|
*/
|
|
@@ -2263,12 +1951,6 @@ export interface VideoCodecSettings {
|
|
|
2263
1951
|
*/
|
|
2264
1952
|
Mpeg2Settings?: Mpeg2Settings;
|
|
2265
1953
|
}
|
|
2266
|
-
export declare namespace VideoCodecSettings {
|
|
2267
|
-
/**
|
|
2268
|
-
* @internal
|
|
2269
|
-
*/
|
|
2270
|
-
const filterSensitiveLog: (obj: VideoCodecSettings) => any;
|
|
2271
|
-
}
|
|
2272
1954
|
export declare enum VideoDescriptionRespondToAfd {
|
|
2273
1955
|
NONE = "NONE",
|
|
2274
1956
|
PASSTHROUGH = "PASSTHROUGH",
|
|
@@ -2314,12 +1996,6 @@ export interface VideoDescription {
|
|
|
2314
1996
|
*/
|
|
2315
1997
|
Width?: number;
|
|
2316
1998
|
}
|
|
2317
|
-
export declare namespace VideoDescription {
|
|
2318
|
-
/**
|
|
2319
|
-
* @internal
|
|
2320
|
-
*/
|
|
2321
|
-
const filterSensitiveLog: (obj: VideoDescription) => any;
|
|
2322
|
-
}
|
|
2323
1999
|
export declare enum AcceptHeader {
|
|
2324
2000
|
image_jpeg = "image/jpeg"
|
|
2325
2001
|
}
|
|
@@ -2332,23 +2008,11 @@ export interface AcceptInputDeviceTransferRequest {
|
|
|
2332
2008
|
*/
|
|
2333
2009
|
InputDeviceId: string | undefined;
|
|
2334
2010
|
}
|
|
2335
|
-
export declare namespace AcceptInputDeviceTransferRequest {
|
|
2336
|
-
/**
|
|
2337
|
-
* @internal
|
|
2338
|
-
*/
|
|
2339
|
-
const filterSensitiveLog: (obj: AcceptInputDeviceTransferRequest) => any;
|
|
2340
|
-
}
|
|
2341
2011
|
/**
|
|
2342
2012
|
* Placeholder documentation for AcceptInputDeviceTransferResponse
|
|
2343
2013
|
*/
|
|
2344
2014
|
export interface AcceptInputDeviceTransferResponse {
|
|
2345
2015
|
}
|
|
2346
|
-
export declare namespace AcceptInputDeviceTransferResponse {
|
|
2347
|
-
/**
|
|
2348
|
-
* @internal
|
|
2349
|
-
*/
|
|
2350
|
-
const filterSensitiveLog: (obj: AcceptInputDeviceTransferResponse) => any;
|
|
2351
|
-
}
|
|
2352
2016
|
/**
|
|
2353
2017
|
* Placeholder documentation for BadGatewayException
|
|
2354
2018
|
*/
|
|
@@ -2505,12 +2169,6 @@ export interface AvailBlanking {
|
|
|
2505
2169
|
*/
|
|
2506
2170
|
State?: AvailBlankingState | string;
|
|
2507
2171
|
}
|
|
2508
|
-
export declare namespace AvailBlanking {
|
|
2509
|
-
/**
|
|
2510
|
-
* @internal
|
|
2511
|
-
*/
|
|
2512
|
-
const filterSensitiveLog: (obj: AvailBlanking) => any;
|
|
2513
|
-
}
|
|
2514
2172
|
export declare enum Scte35SpliceInsertNoRegionalBlackoutBehavior {
|
|
2515
2173
|
FOLLOW = "FOLLOW",
|
|
2516
2174
|
IGNORE = "IGNORE"
|
|
@@ -2536,12 +2194,6 @@ export interface Scte35SpliceInsert {
|
|
|
2536
2194
|
*/
|
|
2537
2195
|
WebDeliveryAllowedFlag?: Scte35SpliceInsertWebDeliveryAllowedBehavior | string;
|
|
2538
2196
|
}
|
|
2539
|
-
export declare namespace Scte35SpliceInsert {
|
|
2540
|
-
/**
|
|
2541
|
-
* @internal
|
|
2542
|
-
*/
|
|
2543
|
-
const filterSensitiveLog: (obj: Scte35SpliceInsert) => any;
|
|
2544
|
-
}
|
|
2545
2197
|
export declare enum Scte35AposNoRegionalBlackoutBehavior {
|
|
2546
2198
|
FOLLOW = "FOLLOW",
|
|
2547
2199
|
IGNORE = "IGNORE"
|
|
@@ -2567,12 +2219,6 @@ export interface Scte35TimeSignalApos {
|
|
|
2567
2219
|
*/
|
|
2568
2220
|
WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | string;
|
|
2569
2221
|
}
|
|
2570
|
-
export declare namespace Scte35TimeSignalApos {
|
|
2571
|
-
/**
|
|
2572
|
-
* @internal
|
|
2573
|
-
*/
|
|
2574
|
-
const filterSensitiveLog: (obj: Scte35TimeSignalApos) => any;
|
|
2575
|
-
}
|
|
2576
2222
|
/**
|
|
2577
2223
|
* Avail Settings
|
|
2578
2224
|
*/
|
|
@@ -2586,12 +2232,6 @@ export interface AvailSettings {
|
|
|
2586
2232
|
*/
|
|
2587
2233
|
Scte35TimeSignalApos?: Scte35TimeSignalApos;
|
|
2588
2234
|
}
|
|
2589
|
-
export declare namespace AvailSettings {
|
|
2590
|
-
/**
|
|
2591
|
-
* @internal
|
|
2592
|
-
*/
|
|
2593
|
-
const filterSensitiveLog: (obj: AvailSettings) => any;
|
|
2594
|
-
}
|
|
2595
2235
|
/**
|
|
2596
2236
|
* Avail Configuration
|
|
2597
2237
|
*/
|
|
@@ -2601,12 +2241,6 @@ export interface AvailConfiguration {
|
|
|
2601
2241
|
*/
|
|
2602
2242
|
AvailSettings?: AvailSettings;
|
|
2603
2243
|
}
|
|
2604
|
-
export declare namespace AvailConfiguration {
|
|
2605
|
-
/**
|
|
2606
|
-
* @internal
|
|
2607
|
-
*/
|
|
2608
|
-
const filterSensitiveLog: (obj: AvailConfiguration) => any;
|
|
2609
|
-
}
|
|
2610
2244
|
/**
|
|
2611
2245
|
* A request to delete resources
|
|
2612
2246
|
*/
|
|
@@ -2628,12 +2262,6 @@ export interface BatchDeleteRequest {
|
|
|
2628
2262
|
*/
|
|
2629
2263
|
MultiplexIds?: string[];
|
|
2630
2264
|
}
|
|
2631
|
-
export declare namespace BatchDeleteRequest {
|
|
2632
|
-
/**
|
|
2633
|
-
* @internal
|
|
2634
|
-
*/
|
|
2635
|
-
const filterSensitiveLog: (obj: BatchDeleteRequest) => any;
|
|
2636
|
-
}
|
|
2637
2265
|
/**
|
|
2638
2266
|
* Placeholder documentation for BatchDeleteResponse
|
|
2639
2267
|
*/
|
|
@@ -2647,12 +2275,6 @@ export interface BatchDeleteResponse {
|
|
|
2647
2275
|
*/
|
|
2648
2276
|
Successful?: BatchSuccessfulResultModel[];
|
|
2649
2277
|
}
|
|
2650
|
-
export declare namespace BatchDeleteResponse {
|
|
2651
|
-
/**
|
|
2652
|
-
* @internal
|
|
2653
|
-
*/
|
|
2654
|
-
const filterSensitiveLog: (obj: BatchDeleteResponse) => any;
|
|
2655
|
-
}
|
|
2656
2278
|
/**
|
|
2657
2279
|
* A list of schedule actions to create (in a request) or that have been created (in a response).
|
|
2658
2280
|
*/
|
|
@@ -2662,12 +2284,6 @@ export interface BatchScheduleActionCreateRequest {
|
|
|
2662
2284
|
*/
|
|
2663
2285
|
ScheduleActions: ScheduleAction[] | undefined;
|
|
2664
2286
|
}
|
|
2665
|
-
export declare namespace BatchScheduleActionCreateRequest {
|
|
2666
|
-
/**
|
|
2667
|
-
* @internal
|
|
2668
|
-
*/
|
|
2669
|
-
const filterSensitiveLog: (obj: BatchScheduleActionCreateRequest) => any;
|
|
2670
|
-
}
|
|
2671
2287
|
/**
|
|
2672
2288
|
* List of actions that have been created in the schedule.
|
|
2673
2289
|
*/
|
|
@@ -2677,12 +2293,6 @@ export interface BatchScheduleActionCreateResult {
|
|
|
2677
2293
|
*/
|
|
2678
2294
|
ScheduleActions: ScheduleAction[] | undefined;
|
|
2679
2295
|
}
|
|
2680
|
-
export declare namespace BatchScheduleActionCreateResult {
|
|
2681
|
-
/**
|
|
2682
|
-
* @internal
|
|
2683
|
-
*/
|
|
2684
|
-
const filterSensitiveLog: (obj: BatchScheduleActionCreateResult) => any;
|
|
2685
|
-
}
|
|
2686
2296
|
/**
|
|
2687
2297
|
* A list of schedule actions to delete.
|
|
2688
2298
|
*/
|
|
@@ -2692,12 +2302,6 @@ export interface BatchScheduleActionDeleteRequest {
|
|
|
2692
2302
|
*/
|
|
2693
2303
|
ActionNames: string[] | undefined;
|
|
2694
2304
|
}
|
|
2695
|
-
export declare namespace BatchScheduleActionDeleteRequest {
|
|
2696
|
-
/**
|
|
2697
|
-
* @internal
|
|
2698
|
-
*/
|
|
2699
|
-
const filterSensitiveLog: (obj: BatchScheduleActionDeleteRequest) => any;
|
|
2700
|
-
}
|
|
2701
2305
|
/**
|
|
2702
2306
|
* List of actions that have been deleted from the schedule.
|
|
2703
2307
|
*/
|
|
@@ -2707,12 +2311,6 @@ export interface BatchScheduleActionDeleteResult {
|
|
|
2707
2311
|
*/
|
|
2708
2312
|
ScheduleActions: ScheduleAction[] | undefined;
|
|
2709
2313
|
}
|
|
2710
|
-
export declare namespace BatchScheduleActionDeleteResult {
|
|
2711
|
-
/**
|
|
2712
|
-
* @internal
|
|
2713
|
-
*/
|
|
2714
|
-
const filterSensitiveLog: (obj: BatchScheduleActionDeleteResult) => any;
|
|
2715
|
-
}
|
|
2716
2314
|
/**
|
|
2717
2315
|
* A request to start resources
|
|
2718
2316
|
*/
|
|
@@ -2726,12 +2324,6 @@ export interface BatchStartRequest {
|
|
|
2726
2324
|
*/
|
|
2727
2325
|
MultiplexIds?: string[];
|
|
2728
2326
|
}
|
|
2729
|
-
export declare namespace BatchStartRequest {
|
|
2730
|
-
/**
|
|
2731
|
-
* @internal
|
|
2732
|
-
*/
|
|
2733
|
-
const filterSensitiveLog: (obj: BatchStartRequest) => any;
|
|
2734
|
-
}
|
|
2735
2327
|
/**
|
|
2736
2328
|
* Placeholder documentation for BatchStartResponse
|
|
2737
2329
|
*/
|
|
@@ -2745,12 +2337,6 @@ export interface BatchStartResponse {
|
|
|
2745
2337
|
*/
|
|
2746
2338
|
Successful?: BatchSuccessfulResultModel[];
|
|
2747
2339
|
}
|
|
2748
|
-
export declare namespace BatchStartResponse {
|
|
2749
|
-
/**
|
|
2750
|
-
* @internal
|
|
2751
|
-
*/
|
|
2752
|
-
const filterSensitiveLog: (obj: BatchStartResponse) => any;
|
|
2753
|
-
}
|
|
2754
2340
|
/**
|
|
2755
2341
|
* A request to stop resources
|
|
2756
2342
|
*/
|
|
@@ -2764,12 +2350,6 @@ export interface BatchStopRequest {
|
|
|
2764
2350
|
*/
|
|
2765
2351
|
MultiplexIds?: string[];
|
|
2766
2352
|
}
|
|
2767
|
-
export declare namespace BatchStopRequest {
|
|
2768
|
-
/**
|
|
2769
|
-
* @internal
|
|
2770
|
-
*/
|
|
2771
|
-
const filterSensitiveLog: (obj: BatchStopRequest) => any;
|
|
2772
|
-
}
|
|
2773
2353
|
/**
|
|
2774
2354
|
* Placeholder documentation for BatchStopResponse
|
|
2775
2355
|
*/
|
|
@@ -2783,12 +2363,6 @@ export interface BatchStopResponse {
|
|
|
2783
2363
|
*/
|
|
2784
2364
|
Successful?: BatchSuccessfulResultModel[];
|
|
2785
2365
|
}
|
|
2786
|
-
export declare namespace BatchStopResponse {
|
|
2787
|
-
/**
|
|
2788
|
-
* @internal
|
|
2789
|
-
*/
|
|
2790
|
-
const filterSensitiveLog: (obj: BatchStopResponse) => any;
|
|
2791
|
-
}
|
|
2792
2366
|
/**
|
|
2793
2367
|
* List of actions to create and list of actions to delete.
|
|
2794
2368
|
*/
|
|
@@ -2806,12 +2380,6 @@ export interface BatchUpdateScheduleRequest {
|
|
|
2806
2380
|
*/
|
|
2807
2381
|
Deletes?: BatchScheduleActionDeleteRequest;
|
|
2808
2382
|
}
|
|
2809
|
-
export declare namespace BatchUpdateScheduleRequest {
|
|
2810
|
-
/**
|
|
2811
|
-
* @internal
|
|
2812
|
-
*/
|
|
2813
|
-
const filterSensitiveLog: (obj: BatchUpdateScheduleRequest) => any;
|
|
2814
|
-
}
|
|
2815
2383
|
/**
|
|
2816
2384
|
* Placeholder documentation for BatchUpdateScheduleResponse
|
|
2817
2385
|
*/
|
|
@@ -2825,12 +2393,6 @@ export interface BatchUpdateScheduleResponse {
|
|
|
2825
2393
|
*/
|
|
2826
2394
|
Deletes?: BatchScheduleActionDeleteResult;
|
|
2827
2395
|
}
|
|
2828
|
-
export declare namespace BatchUpdateScheduleResponse {
|
|
2829
|
-
/**
|
|
2830
|
-
* @internal
|
|
2831
|
-
*/
|
|
2832
|
-
const filterSensitiveLog: (obj: BatchUpdateScheduleResponse) => any;
|
|
2833
|
-
}
|
|
2834
2396
|
export declare enum BlackoutSlateNetworkEndBlackout {
|
|
2835
2397
|
DISABLED = "DISABLED",
|
|
2836
2398
|
ENABLED = "ENABLED"
|
|
@@ -2864,12 +2426,6 @@ export interface BlackoutSlate {
|
|
|
2864
2426
|
*/
|
|
2865
2427
|
State?: BlackoutSlateState | string;
|
|
2866
2428
|
}
|
|
2867
|
-
export declare namespace BlackoutSlate {
|
|
2868
|
-
/**
|
|
2869
|
-
* @internal
|
|
2870
|
-
*/
|
|
2871
|
-
const filterSensitiveLog: (obj: BlackoutSlate) => any;
|
|
2872
|
-
}
|
|
2873
2429
|
/**
|
|
2874
2430
|
* Placeholder documentation for CancelInputDeviceTransferRequest
|
|
2875
2431
|
*/
|
|
@@ -2879,23 +2435,11 @@ export interface CancelInputDeviceTransferRequest {
|
|
|
2879
2435
|
*/
|
|
2880
2436
|
InputDeviceId: string | undefined;
|
|
2881
2437
|
}
|
|
2882
|
-
export declare namespace CancelInputDeviceTransferRequest {
|
|
2883
|
-
/**
|
|
2884
|
-
* @internal
|
|
2885
|
-
*/
|
|
2886
|
-
const filterSensitiveLog: (obj: CancelInputDeviceTransferRequest) => any;
|
|
2887
|
-
}
|
|
2888
2438
|
/**
|
|
2889
2439
|
* Placeholder documentation for CancelInputDeviceTransferResponse
|
|
2890
2440
|
*/
|
|
2891
2441
|
export interface CancelInputDeviceTransferResponse {
|
|
2892
2442
|
}
|
|
2893
|
-
export declare namespace CancelInputDeviceTransferResponse {
|
|
2894
|
-
/**
|
|
2895
|
-
* @internal
|
|
2896
|
-
*/
|
|
2897
|
-
const filterSensitiveLog: (obj: CancelInputDeviceTransferResponse) => any;
|
|
2898
|
-
}
|
|
2899
2443
|
export declare enum FeatureActivationsInputPrepareScheduleActions {
|
|
2900
2444
|
DISABLED = "DISABLED",
|
|
2901
2445
|
ENABLED = "ENABLED"
|
|
@@ -2910,12 +2454,6 @@ export interface FeatureActivations {
|
|
|
2910
2454
|
*/
|
|
2911
2455
|
InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions | string;
|
|
2912
2456
|
}
|
|
2913
|
-
export declare namespace FeatureActivations {
|
|
2914
|
-
/**
|
|
2915
|
-
* @internal
|
|
2916
|
-
*/
|
|
2917
|
-
const filterSensitiveLog: (obj: FeatureActivations) => any;
|
|
2918
|
-
}
|
|
2919
2457
|
export declare enum GlobalConfigurationInputEndAction {
|
|
2920
2458
|
NONE = "NONE",
|
|
2921
2459
|
SWITCH_AND_LOOP_INPUTS = "SWITCH_AND_LOOP_INPUTS"
|
|
@@ -2949,12 +2487,6 @@ export interface InputLossBehavior {
|
|
|
2949
2487
|
*/
|
|
2950
2488
|
RepeatFrameMsec?: number;
|
|
2951
2489
|
}
|
|
2952
|
-
export declare namespace InputLossBehavior {
|
|
2953
|
-
/**
|
|
2954
|
-
* @internal
|
|
2955
|
-
*/
|
|
2956
|
-
const filterSensitiveLog: (obj: InputLossBehavior) => any;
|
|
2957
|
-
}
|
|
2958
2490
|
export declare enum GlobalConfigurationOutputLockingMode {
|
|
2959
2491
|
EPOCH_LOCKING = "EPOCH_LOCKING",
|
|
2960
2492
|
PIPELINE_LOCKING = "PIPELINE_LOCKING"
|
|
@@ -2999,12 +2531,6 @@ export interface GlobalConfiguration {
|
|
|
2999
2531
|
*/
|
|
3000
2532
|
SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs | string;
|
|
3001
2533
|
}
|
|
3002
|
-
export declare namespace GlobalConfiguration {
|
|
3003
|
-
/**
|
|
3004
|
-
* @internal
|
|
3005
|
-
*/
|
|
3006
|
-
const filterSensitiveLog: (obj: GlobalConfiguration) => any;
|
|
3007
|
-
}
|
|
3008
2534
|
export declare enum MotionGraphicsInsertion {
|
|
3009
2535
|
DISABLED = "DISABLED",
|
|
3010
2536
|
ENABLED = "ENABLED"
|
|
@@ -3014,12 +2540,6 @@ export declare enum MotionGraphicsInsertion {
|
|
|
3014
2540
|
*/
|
|
3015
2541
|
export interface HtmlMotionGraphicsSettings {
|
|
3016
2542
|
}
|
|
3017
|
-
export declare namespace HtmlMotionGraphicsSettings {
|
|
3018
|
-
/**
|
|
3019
|
-
* @internal
|
|
3020
|
-
*/
|
|
3021
|
-
const filterSensitiveLog: (obj: HtmlMotionGraphicsSettings) => any;
|
|
3022
|
-
}
|
|
3023
2543
|
/**
|
|
3024
2544
|
* Motion Graphics Settings
|
|
3025
2545
|
*/
|
|
@@ -3029,12 +2549,6 @@ export interface MotionGraphicsSettings {
|
|
|
3029
2549
|
*/
|
|
3030
2550
|
HtmlMotionGraphicsSettings?: HtmlMotionGraphicsSettings;
|
|
3031
2551
|
}
|
|
3032
|
-
export declare namespace MotionGraphicsSettings {
|
|
3033
|
-
/**
|
|
3034
|
-
* @internal
|
|
3035
|
-
*/
|
|
3036
|
-
const filterSensitiveLog: (obj: MotionGraphicsSettings) => any;
|
|
3037
|
-
}
|
|
3038
2552
|
/**
|
|
3039
2553
|
* Motion Graphics Configuration
|
|
3040
2554
|
*/
|
|
@@ -3048,12 +2562,6 @@ export interface MotionGraphicsConfiguration {
|
|
|
3048
2562
|
*/
|
|
3049
2563
|
MotionGraphicsSettings: MotionGraphicsSettings | undefined;
|
|
3050
2564
|
}
|
|
3051
|
-
export declare namespace MotionGraphicsConfiguration {
|
|
3052
|
-
/**
|
|
3053
|
-
* @internal
|
|
3054
|
-
*/
|
|
3055
|
-
const filterSensitiveLog: (obj: MotionGraphicsConfiguration) => any;
|
|
3056
|
-
}
|
|
3057
2565
|
export declare enum NielsenPcmToId3TaggingState {
|
|
3058
2566
|
DISABLED = "DISABLED",
|
|
3059
2567
|
ENABLED = "ENABLED"
|
|
@@ -3071,12 +2579,6 @@ export interface NielsenConfiguration {
|
|
|
3071
2579
|
*/
|
|
3072
2580
|
NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState | string;
|
|
3073
2581
|
}
|
|
3074
|
-
export declare namespace NielsenConfiguration {
|
|
3075
|
-
/**
|
|
3076
|
-
* @internal
|
|
3077
|
-
*/
|
|
3078
|
-
const filterSensitiveLog: (obj: NielsenConfiguration) => any;
|
|
3079
|
-
}
|
|
3080
2582
|
export declare enum TimecodeConfigSource {
|
|
3081
2583
|
EMBEDDED = "EMBEDDED",
|
|
3082
2584
|
SYSTEMCLOCK = "SYSTEMCLOCK",
|
|
@@ -3098,12 +2600,6 @@ export interface TimecodeConfig {
|
|
|
3098
2600
|
*/
|
|
3099
2601
|
SyncThreshold?: number;
|
|
3100
2602
|
}
|
|
3101
|
-
export declare namespace TimecodeConfig {
|
|
3102
|
-
/**
|
|
3103
|
-
* @internal
|
|
3104
|
-
*/
|
|
3105
|
-
const filterSensitiveLog: (obj: TimecodeConfig) => any;
|
|
3106
|
-
}
|
|
3107
2603
|
/**
|
|
3108
2604
|
* Encoder Settings
|
|
3109
2605
|
*/
|
|
@@ -3157,12 +2653,6 @@ export interface EncoderSettings {
|
|
|
3157
2653
|
*/
|
|
3158
2654
|
VideoDescriptions: VideoDescription[] | undefined;
|
|
3159
2655
|
}
|
|
3160
|
-
export declare namespace EncoderSettings {
|
|
3161
|
-
/**
|
|
3162
|
-
* @internal
|
|
3163
|
-
*/
|
|
3164
|
-
const filterSensitiveLog: (obj: EncoderSettings) => any;
|
|
3165
|
-
}
|
|
3166
2656
|
/**
|
|
3167
2657
|
* Placeholder documentation for Channel
|
|
3168
2658
|
*/
|
|
@@ -3242,12 +2732,6 @@ export interface Channel {
|
|
|
3242
2732
|
*/
|
|
3243
2733
|
Vpc?: VpcOutputSettingsDescription;
|
|
3244
2734
|
}
|
|
3245
|
-
export declare namespace Channel {
|
|
3246
|
-
/**
|
|
3247
|
-
* @internal
|
|
3248
|
-
*/
|
|
3249
|
-
const filterSensitiveLog: (obj: Channel) => any;
|
|
3250
|
-
}
|
|
3251
2735
|
/**
|
|
3252
2736
|
* A request to claim an AWS Elemental device that you have purchased from a third-party vendor.
|
|
3253
2737
|
*/
|
|
@@ -3257,23 +2741,11 @@ export interface ClaimDeviceRequest {
|
|
|
3257
2741
|
*/
|
|
3258
2742
|
Id?: string;
|
|
3259
2743
|
}
|
|
3260
|
-
export declare namespace ClaimDeviceRequest {
|
|
3261
|
-
/**
|
|
3262
|
-
* @internal
|
|
3263
|
-
*/
|
|
3264
|
-
const filterSensitiveLog: (obj: ClaimDeviceRequest) => any;
|
|
3265
|
-
}
|
|
3266
2744
|
/**
|
|
3267
2745
|
* Placeholder documentation for ClaimDeviceResponse
|
|
3268
2746
|
*/
|
|
3269
2747
|
export interface ClaimDeviceResponse {
|
|
3270
2748
|
}
|
|
3271
|
-
export declare namespace ClaimDeviceResponse {
|
|
3272
|
-
/**
|
|
3273
|
-
* @internal
|
|
3274
|
-
*/
|
|
3275
|
-
const filterSensitiveLog: (obj: ClaimDeviceResponse) => any;
|
|
3276
|
-
}
|
|
3277
2749
|
export declare enum ContentType {
|
|
3278
2750
|
image_jpeg = "image/jpeg"
|
|
3279
2751
|
}
|
|
@@ -3290,12 +2762,6 @@ export interface MaintenanceCreateSettings {
|
|
|
3290
2762
|
*/
|
|
3291
2763
|
MaintenanceStartTime?: string;
|
|
3292
2764
|
}
|
|
3293
|
-
export declare namespace MaintenanceCreateSettings {
|
|
3294
|
-
/**
|
|
3295
|
-
* @internal
|
|
3296
|
-
*/
|
|
3297
|
-
const filterSensitiveLog: (obj: MaintenanceCreateSettings) => any;
|
|
3298
|
-
}
|
|
3299
2765
|
/**
|
|
3300
2766
|
* The properties for a private VPC Output
|
|
3301
2767
|
* When this property is specified, the output egress addresses will be created in a user specified VPC
|
|
@@ -3317,12 +2783,6 @@ export interface VpcOutputSettings {
|
|
|
3317
2783
|
*/
|
|
3318
2784
|
SubnetIds: string[] | undefined;
|
|
3319
2785
|
}
|
|
3320
|
-
export declare namespace VpcOutputSettings {
|
|
3321
|
-
/**
|
|
3322
|
-
* @internal
|
|
3323
|
-
*/
|
|
3324
|
-
const filterSensitiveLog: (obj: VpcOutputSettings) => any;
|
|
3325
|
-
}
|
|
3326
2786
|
/**
|
|
3327
2787
|
* A request to create a channel
|
|
3328
2788
|
*/
|
|
@@ -3387,12 +2847,6 @@ export interface CreateChannelRequest {
|
|
|
3387
2847
|
*/
|
|
3388
2848
|
Vpc?: VpcOutputSettings;
|
|
3389
2849
|
}
|
|
3390
|
-
export declare namespace CreateChannelRequest {
|
|
3391
|
-
/**
|
|
3392
|
-
* @internal
|
|
3393
|
-
*/
|
|
3394
|
-
const filterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
3395
|
-
}
|
|
3396
2850
|
/**
|
|
3397
2851
|
* Placeholder documentation for CreateChannelResponse
|
|
3398
2852
|
*/
|
|
@@ -3402,12 +2856,6 @@ export interface CreateChannelResponse {
|
|
|
3402
2856
|
*/
|
|
3403
2857
|
Channel?: Channel;
|
|
3404
2858
|
}
|
|
3405
|
-
export declare namespace CreateChannelResponse {
|
|
3406
|
-
/**
|
|
3407
|
-
* @internal
|
|
3408
|
-
*/
|
|
3409
|
-
const filterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
3410
|
-
}
|
|
3411
2859
|
/**
|
|
3412
2860
|
* Settings for a private VPC Input.
|
|
3413
2861
|
* When this property is specified, the input destination addresses will be created in a VPC rather than with public Internet addresses.
|
|
@@ -3426,12 +2874,6 @@ export interface InputVpcRequest {
|
|
|
3426
2874
|
*/
|
|
3427
2875
|
SubnetIds: string[] | undefined;
|
|
3428
2876
|
}
|
|
3429
|
-
export declare namespace InputVpcRequest {
|
|
3430
|
-
/**
|
|
3431
|
-
* @internal
|
|
3432
|
-
*/
|
|
3433
|
-
const filterSensitiveLog: (obj: InputVpcRequest) => any;
|
|
3434
|
-
}
|
|
3435
2877
|
/**
|
|
3436
2878
|
* The name of the input
|
|
3437
2879
|
*/
|
|
@@ -3489,12 +2931,6 @@ export interface CreateInputRequest {
|
|
|
3489
2931
|
*/
|
|
3490
2932
|
Vpc?: InputVpcRequest;
|
|
3491
2933
|
}
|
|
3492
|
-
export declare namespace CreateInputRequest {
|
|
3493
|
-
/**
|
|
3494
|
-
* @internal
|
|
3495
|
-
*/
|
|
3496
|
-
const filterSensitiveLog: (obj: CreateInputRequest) => any;
|
|
3497
|
-
}
|
|
3498
2934
|
/**
|
|
3499
2935
|
* Placeholder documentation for CreateInputResponse
|
|
3500
2936
|
*/
|
|
@@ -3504,12 +2940,6 @@ export interface CreateInputResponse {
|
|
|
3504
2940
|
*/
|
|
3505
2941
|
Input?: Input;
|
|
3506
2942
|
}
|
|
3507
|
-
export declare namespace CreateInputResponse {
|
|
3508
|
-
/**
|
|
3509
|
-
* @internal
|
|
3510
|
-
*/
|
|
3511
|
-
const filterSensitiveLog: (obj: CreateInputResponse) => any;
|
|
3512
|
-
}
|
|
3513
2943
|
/**
|
|
3514
2944
|
* The IPv4 CIDRs to whitelist for this Input Security Group
|
|
3515
2945
|
*/
|
|
@@ -3523,12 +2953,6 @@ export interface CreateInputSecurityGroupRequest {
|
|
|
3523
2953
|
*/
|
|
3524
2954
|
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
3525
2955
|
}
|
|
3526
|
-
export declare namespace CreateInputSecurityGroupRequest {
|
|
3527
|
-
/**
|
|
3528
|
-
* @internal
|
|
3529
|
-
*/
|
|
3530
|
-
const filterSensitiveLog: (obj: CreateInputSecurityGroupRequest) => any;
|
|
3531
|
-
}
|
|
3532
2956
|
/**
|
|
3533
2957
|
* Placeholder documentation for CreateInputSecurityGroupResponse
|
|
3534
2958
|
*/
|
|
@@ -3538,12 +2962,6 @@ export interface CreateInputSecurityGroupResponse {
|
|
|
3538
2962
|
*/
|
|
3539
2963
|
SecurityGroup?: InputSecurityGroup;
|
|
3540
2964
|
}
|
|
3541
|
-
export declare namespace CreateInputSecurityGroupResponse {
|
|
3542
|
-
/**
|
|
3543
|
-
* @internal
|
|
3544
|
-
*/
|
|
3545
|
-
const filterSensitiveLog: (obj: CreateInputSecurityGroupResponse) => any;
|
|
3546
|
-
}
|
|
3547
2965
|
/**
|
|
3548
2966
|
* Contains configuration for a Multiplex event
|
|
3549
2967
|
*/
|
|
@@ -3565,12 +2983,6 @@ export interface MultiplexSettings {
|
|
|
3565
2983
|
*/
|
|
3566
2984
|
TransportStreamReservedBitrate?: number;
|
|
3567
2985
|
}
|
|
3568
|
-
export declare namespace MultiplexSettings {
|
|
3569
|
-
/**
|
|
3570
|
-
* @internal
|
|
3571
|
-
*/
|
|
3572
|
-
const filterSensitiveLog: (obj: MultiplexSettings) => any;
|
|
3573
|
-
}
|
|
3574
2986
|
/**
|
|
3575
2987
|
* A request to create a multiplex.
|
|
3576
2988
|
*/
|
|
@@ -3597,12 +3009,6 @@ export interface CreateMultiplexRequest {
|
|
|
3597
3009
|
*/
|
|
3598
3010
|
Tags?: Record<string, string>;
|
|
3599
3011
|
}
|
|
3600
|
-
export declare namespace CreateMultiplexRequest {
|
|
3601
|
-
/**
|
|
3602
|
-
* @internal
|
|
3603
|
-
*/
|
|
3604
|
-
const filterSensitiveLog: (obj: CreateMultiplexRequest) => any;
|
|
3605
|
-
}
|
|
3606
3012
|
/**
|
|
3607
3013
|
* The multiplex object.
|
|
3608
3014
|
*/
|
|
@@ -3648,12 +3054,6 @@ export interface Multiplex {
|
|
|
3648
3054
|
*/
|
|
3649
3055
|
Tags?: Record<string, string>;
|
|
3650
3056
|
}
|
|
3651
|
-
export declare namespace Multiplex {
|
|
3652
|
-
/**
|
|
3653
|
-
* @internal
|
|
3654
|
-
*/
|
|
3655
|
-
const filterSensitiveLog: (obj: Multiplex) => any;
|
|
3656
|
-
}
|
|
3657
3057
|
/**
|
|
3658
3058
|
* Placeholder documentation for CreateMultiplexResponse
|
|
3659
3059
|
*/
|
|
@@ -3663,12 +3063,6 @@ export interface CreateMultiplexResponse {
|
|
|
3663
3063
|
*/
|
|
3664
3064
|
Multiplex?: Multiplex;
|
|
3665
3065
|
}
|
|
3666
|
-
export declare namespace CreateMultiplexResponse {
|
|
3667
|
-
/**
|
|
3668
|
-
* @internal
|
|
3669
|
-
*/
|
|
3670
|
-
const filterSensitiveLog: (obj: CreateMultiplexResponse) => any;
|
|
3671
|
-
}
|
|
3672
3066
|
export declare enum PreferredChannelPipeline {
|
|
3673
3067
|
CURRENTLY_ACTIVE = "CURRENTLY_ACTIVE",
|
|
3674
3068
|
PIPELINE_0 = "PIPELINE_0",
|
|
@@ -3687,12 +3081,6 @@ export interface MultiplexProgramServiceDescriptor {
|
|
|
3687
3081
|
*/
|
|
3688
3082
|
ServiceName: string | undefined;
|
|
3689
3083
|
}
|
|
3690
|
-
export declare namespace MultiplexProgramServiceDescriptor {
|
|
3691
|
-
/**
|
|
3692
|
-
* @internal
|
|
3693
|
-
*/
|
|
3694
|
-
const filterSensitiveLog: (obj: MultiplexProgramServiceDescriptor) => any;
|
|
3695
|
-
}
|
|
3696
3084
|
/**
|
|
3697
3085
|
* Statmux rate control settings
|
|
3698
3086
|
*/
|
|
@@ -3710,12 +3098,6 @@ export interface MultiplexStatmuxVideoSettings {
|
|
|
3710
3098
|
*/
|
|
3711
3099
|
Priority?: number;
|
|
3712
3100
|
}
|
|
3713
|
-
export declare namespace MultiplexStatmuxVideoSettings {
|
|
3714
|
-
/**
|
|
3715
|
-
* @internal
|
|
3716
|
-
*/
|
|
3717
|
-
const filterSensitiveLog: (obj: MultiplexStatmuxVideoSettings) => any;
|
|
3718
|
-
}
|
|
3719
3101
|
/**
|
|
3720
3102
|
* The video configuration for each program in a multiplex.
|
|
3721
3103
|
*/
|
|
@@ -3731,12 +3113,6 @@ export interface MultiplexVideoSettings {
|
|
|
3731
3113
|
*/
|
|
3732
3114
|
StatmuxSettings?: MultiplexStatmuxVideoSettings;
|
|
3733
3115
|
}
|
|
3734
|
-
export declare namespace MultiplexVideoSettings {
|
|
3735
|
-
/**
|
|
3736
|
-
* @internal
|
|
3737
|
-
*/
|
|
3738
|
-
const filterSensitiveLog: (obj: MultiplexVideoSettings) => any;
|
|
3739
|
-
}
|
|
3740
3116
|
/**
|
|
3741
3117
|
* Multiplex Program settings configuration.
|
|
3742
3118
|
*/
|
|
@@ -3758,12 +3134,6 @@ export interface MultiplexProgramSettings {
|
|
|
3758
3134
|
*/
|
|
3759
3135
|
VideoSettings?: MultiplexVideoSettings;
|
|
3760
3136
|
}
|
|
3761
|
-
export declare namespace MultiplexProgramSettings {
|
|
3762
|
-
/**
|
|
3763
|
-
* @internal
|
|
3764
|
-
*/
|
|
3765
|
-
const filterSensitiveLog: (obj: MultiplexProgramSettings) => any;
|
|
3766
|
-
}
|
|
3767
3137
|
/**
|
|
3768
3138
|
* A request to create a program in a multiplex.
|
|
3769
3139
|
*/
|
|
@@ -3786,12 +3156,6 @@ export interface CreateMultiplexProgramRequest {
|
|
|
3786
3156
|
*/
|
|
3787
3157
|
RequestId?: string;
|
|
3788
3158
|
}
|
|
3789
|
-
export declare namespace CreateMultiplexProgramRequest {
|
|
3790
|
-
/**
|
|
3791
|
-
* @internal
|
|
3792
|
-
*/
|
|
3793
|
-
const filterSensitiveLog: (obj: CreateMultiplexProgramRequest) => any;
|
|
3794
|
-
}
|
|
3795
3159
|
/**
|
|
3796
3160
|
* Packet identifiers map for a given Multiplex program.
|
|
3797
3161
|
*/
|
|
@@ -3849,12 +3213,6 @@ export interface MultiplexProgramPacketIdentifiersMap {
|
|
|
3849
3213
|
*/
|
|
3850
3214
|
VideoPid?: number;
|
|
3851
3215
|
}
|
|
3852
|
-
export declare namespace MultiplexProgramPacketIdentifiersMap {
|
|
3853
|
-
/**
|
|
3854
|
-
* @internal
|
|
3855
|
-
*/
|
|
3856
|
-
const filterSensitiveLog: (obj: MultiplexProgramPacketIdentifiersMap) => any;
|
|
3857
|
-
}
|
|
3858
3216
|
/**
|
|
3859
3217
|
* The multiplex program object.
|
|
3860
3218
|
*/
|
|
@@ -3880,12 +3238,6 @@ export interface MultiplexProgram {
|
|
|
3880
3238
|
*/
|
|
3881
3239
|
ProgramName?: string;
|
|
3882
3240
|
}
|
|
3883
|
-
export declare namespace MultiplexProgram {
|
|
3884
|
-
/**
|
|
3885
|
-
* @internal
|
|
3886
|
-
*/
|
|
3887
|
-
const filterSensitiveLog: (obj: MultiplexProgram) => any;
|
|
3888
|
-
}
|
|
3889
3241
|
/**
|
|
3890
3242
|
* Placeholder documentation for CreateMultiplexProgramResponse
|
|
3891
3243
|
*/
|
|
@@ -3895,12 +3247,6 @@ export interface CreateMultiplexProgramResponse {
|
|
|
3895
3247
|
*/
|
|
3896
3248
|
MultiplexProgram?: MultiplexProgram;
|
|
3897
3249
|
}
|
|
3898
|
-
export declare namespace CreateMultiplexProgramResponse {
|
|
3899
|
-
/**
|
|
3900
|
-
* @internal
|
|
3901
|
-
*/
|
|
3902
|
-
const filterSensitiveLog: (obj: CreateMultiplexProgramResponse) => any;
|
|
3903
|
-
}
|
|
3904
3250
|
/**
|
|
3905
3251
|
* A request to create a partner input
|
|
3906
3252
|
*/
|
|
@@ -3919,12 +3265,6 @@ export interface CreatePartnerInputRequest {
|
|
|
3919
3265
|
*/
|
|
3920
3266
|
Tags?: Record<string, string>;
|
|
3921
3267
|
}
|
|
3922
|
-
export declare namespace CreatePartnerInputRequest {
|
|
3923
|
-
/**
|
|
3924
|
-
* @internal
|
|
3925
|
-
*/
|
|
3926
|
-
const filterSensitiveLog: (obj: CreatePartnerInputRequest) => any;
|
|
3927
|
-
}
|
|
3928
3268
|
/**
|
|
3929
3269
|
* Placeholder documentation for CreatePartnerInputResponse
|
|
3930
3270
|
*/
|
|
@@ -3934,12 +3274,6 @@ export interface CreatePartnerInputResponse {
|
|
|
3934
3274
|
*/
|
|
3935
3275
|
Input?: Input;
|
|
3936
3276
|
}
|
|
3937
|
-
export declare namespace CreatePartnerInputResponse {
|
|
3938
|
-
/**
|
|
3939
|
-
* @internal
|
|
3940
|
-
*/
|
|
3941
|
-
const filterSensitiveLog: (obj: CreatePartnerInputResponse) => any;
|
|
3942
|
-
}
|
|
3943
3277
|
/**
|
|
3944
3278
|
* Placeholder documentation for CreateTagsRequest
|
|
3945
3279
|
*/
|
|
@@ -3953,12 +3287,6 @@ export interface CreateTagsRequest {
|
|
|
3953
3287
|
*/
|
|
3954
3288
|
Tags?: Record<string, string>;
|
|
3955
3289
|
}
|
|
3956
|
-
export declare namespace CreateTagsRequest {
|
|
3957
|
-
/**
|
|
3958
|
-
* @internal
|
|
3959
|
-
*/
|
|
3960
|
-
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
3961
|
-
}
|
|
3962
3290
|
/**
|
|
3963
3291
|
* Placeholder documentation for DeleteChannelRequest
|
|
3964
3292
|
*/
|
|
@@ -3968,12 +3296,6 @@ export interface DeleteChannelRequest {
|
|
|
3968
3296
|
*/
|
|
3969
3297
|
ChannelId: string | undefined;
|
|
3970
3298
|
}
|
|
3971
|
-
export declare namespace DeleteChannelRequest {
|
|
3972
|
-
/**
|
|
3973
|
-
* @internal
|
|
3974
|
-
*/
|
|
3975
|
-
const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
3976
|
-
}
|
|
3977
3299
|
/**
|
|
3978
3300
|
* Placeholder documentation for DeleteChannelResponse
|
|
3979
3301
|
*/
|
|
@@ -4053,12 +3375,6 @@ export interface DeleteChannelResponse {
|
|
|
4053
3375
|
*/
|
|
4054
3376
|
Vpc?: VpcOutputSettingsDescription;
|
|
4055
3377
|
}
|
|
4056
|
-
export declare namespace DeleteChannelResponse {
|
|
4057
|
-
/**
|
|
4058
|
-
* @internal
|
|
4059
|
-
*/
|
|
4060
|
-
const filterSensitiveLog: (obj: DeleteChannelResponse) => any;
|
|
4061
|
-
}
|
|
4062
3378
|
/**
|
|
4063
3379
|
* Placeholder documentation for DeleteInputRequest
|
|
4064
3380
|
*/
|
|
@@ -4068,23 +3384,11 @@ export interface DeleteInputRequest {
|
|
|
4068
3384
|
*/
|
|
4069
3385
|
InputId: string | undefined;
|
|
4070
3386
|
}
|
|
4071
|
-
export declare namespace DeleteInputRequest {
|
|
4072
|
-
/**
|
|
4073
|
-
* @internal
|
|
4074
|
-
*/
|
|
4075
|
-
const filterSensitiveLog: (obj: DeleteInputRequest) => any;
|
|
4076
|
-
}
|
|
4077
3387
|
/**
|
|
4078
3388
|
* Placeholder documentation for DeleteInputResponse
|
|
4079
3389
|
*/
|
|
4080
3390
|
export interface DeleteInputResponse {
|
|
4081
3391
|
}
|
|
4082
|
-
export declare namespace DeleteInputResponse {
|
|
4083
|
-
/**
|
|
4084
|
-
* @internal
|
|
4085
|
-
*/
|
|
4086
|
-
const filterSensitiveLog: (obj: DeleteInputResponse) => any;
|
|
4087
|
-
}
|
|
4088
3392
|
/**
|
|
4089
3393
|
* Placeholder documentation for DeleteInputSecurityGroupRequest
|
|
4090
3394
|
*/
|
|
@@ -4094,23 +3398,11 @@ export interface DeleteInputSecurityGroupRequest {
|
|
|
4094
3398
|
*/
|
|
4095
3399
|
InputSecurityGroupId: string | undefined;
|
|
4096
3400
|
}
|
|
4097
|
-
export declare namespace DeleteInputSecurityGroupRequest {
|
|
4098
|
-
/**
|
|
4099
|
-
* @internal
|
|
4100
|
-
*/
|
|
4101
|
-
const filterSensitiveLog: (obj: DeleteInputSecurityGroupRequest) => any;
|
|
4102
|
-
}
|
|
4103
3401
|
/**
|
|
4104
3402
|
* Placeholder documentation for DeleteInputSecurityGroupResponse
|
|
4105
3403
|
*/
|
|
4106
3404
|
export interface DeleteInputSecurityGroupResponse {
|
|
4107
3405
|
}
|
|
4108
|
-
export declare namespace DeleteInputSecurityGroupResponse {
|
|
4109
|
-
/**
|
|
4110
|
-
* @internal
|
|
4111
|
-
*/
|
|
4112
|
-
const filterSensitiveLog: (obj: DeleteInputSecurityGroupResponse) => any;
|
|
4113
|
-
}
|
|
4114
3406
|
/**
|
|
4115
3407
|
* Placeholder documentation for DeleteMultiplexRequest
|
|
4116
3408
|
*/
|
|
@@ -4120,12 +3412,6 @@ export interface DeleteMultiplexRequest {
|
|
|
4120
3412
|
*/
|
|
4121
3413
|
MultiplexId: string | undefined;
|
|
4122
3414
|
}
|
|
4123
|
-
export declare namespace DeleteMultiplexRequest {
|
|
4124
|
-
/**
|
|
4125
|
-
* @internal
|
|
4126
|
-
*/
|
|
4127
|
-
const filterSensitiveLog: (obj: DeleteMultiplexRequest) => any;
|
|
4128
|
-
}
|
|
4129
3415
|
/**
|
|
4130
3416
|
* Placeholder documentation for DeleteMultiplexResponse
|
|
4131
3417
|
*/
|
|
@@ -4171,12 +3457,6 @@ export interface DeleteMultiplexResponse {
|
|
|
4171
3457
|
*/
|
|
4172
3458
|
Tags?: Record<string, string>;
|
|
4173
3459
|
}
|
|
4174
|
-
export declare namespace DeleteMultiplexResponse {
|
|
4175
|
-
/**
|
|
4176
|
-
* @internal
|
|
4177
|
-
*/
|
|
4178
|
-
const filterSensitiveLog: (obj: DeleteMultiplexResponse) => any;
|
|
4179
|
-
}
|
|
4180
3460
|
/**
|
|
4181
3461
|
* Placeholder documentation for DeleteMultiplexProgramRequest
|
|
4182
3462
|
*/
|
|
@@ -4190,12 +3470,6 @@ export interface DeleteMultiplexProgramRequest {
|
|
|
4190
3470
|
*/
|
|
4191
3471
|
ProgramName: string | undefined;
|
|
4192
3472
|
}
|
|
4193
|
-
export declare namespace DeleteMultiplexProgramRequest {
|
|
4194
|
-
/**
|
|
4195
|
-
* @internal
|
|
4196
|
-
*/
|
|
4197
|
-
const filterSensitiveLog: (obj: DeleteMultiplexProgramRequest) => any;
|
|
4198
|
-
}
|
|
4199
3473
|
/**
|
|
4200
3474
|
* Placeholder documentation for DeleteMultiplexProgramResponse
|
|
4201
3475
|
*/
|
|
@@ -4221,12 +3495,6 @@ export interface DeleteMultiplexProgramResponse {
|
|
|
4221
3495
|
*/
|
|
4222
3496
|
ProgramName?: string;
|
|
4223
3497
|
}
|
|
4224
|
-
export declare namespace DeleteMultiplexProgramResponse {
|
|
4225
|
-
/**
|
|
4226
|
-
* @internal
|
|
4227
|
-
*/
|
|
4228
|
-
const filterSensitiveLog: (obj: DeleteMultiplexProgramResponse) => any;
|
|
4229
|
-
}
|
|
4230
3498
|
/**
|
|
4231
3499
|
* Placeholder documentation for DeleteReservationRequest
|
|
4232
3500
|
*/
|
|
@@ -4236,12 +3504,6 @@ export interface DeleteReservationRequest {
|
|
|
4236
3504
|
*/
|
|
4237
3505
|
ReservationId: string | undefined;
|
|
4238
3506
|
}
|
|
4239
|
-
export declare namespace DeleteReservationRequest {
|
|
4240
|
-
/**
|
|
4241
|
-
* @internal
|
|
4242
|
-
*/
|
|
4243
|
-
const filterSensitiveLog: (obj: DeleteReservationRequest) => any;
|
|
4244
|
-
}
|
|
4245
3507
|
/**
|
|
4246
3508
|
* Placeholder documentation for DeleteReservationResponse
|
|
4247
3509
|
*/
|
|
@@ -4323,12 +3585,6 @@ export interface DeleteReservationResponse {
|
|
|
4323
3585
|
*/
|
|
4324
3586
|
UsagePrice?: number;
|
|
4325
3587
|
}
|
|
4326
|
-
export declare namespace DeleteReservationResponse {
|
|
4327
|
-
/**
|
|
4328
|
-
* @internal
|
|
4329
|
-
*/
|
|
4330
|
-
const filterSensitiveLog: (obj: DeleteReservationResponse) => any;
|
|
4331
|
-
}
|
|
4332
3588
|
/**
|
|
4333
3589
|
* Placeholder documentation for DeleteScheduleRequest
|
|
4334
3590
|
*/
|
|
@@ -4338,23 +3594,11 @@ export interface DeleteScheduleRequest {
|
|
|
4338
3594
|
*/
|
|
4339
3595
|
ChannelId: string | undefined;
|
|
4340
3596
|
}
|
|
4341
|
-
export declare namespace DeleteScheduleRequest {
|
|
4342
|
-
/**
|
|
4343
|
-
* @internal
|
|
4344
|
-
*/
|
|
4345
|
-
const filterSensitiveLog: (obj: DeleteScheduleRequest) => any;
|
|
4346
|
-
}
|
|
4347
3597
|
/**
|
|
4348
3598
|
* Placeholder documentation for DeleteScheduleResponse
|
|
4349
3599
|
*/
|
|
4350
3600
|
export interface DeleteScheduleResponse {
|
|
4351
3601
|
}
|
|
4352
|
-
export declare namespace DeleteScheduleResponse {
|
|
4353
|
-
/**
|
|
4354
|
-
* @internal
|
|
4355
|
-
*/
|
|
4356
|
-
const filterSensitiveLog: (obj: DeleteScheduleResponse) => any;
|
|
4357
|
-
}
|
|
4358
3602
|
/**
|
|
4359
3603
|
* Placeholder documentation for DeleteTagsRequest
|
|
4360
3604
|
*/
|
|
@@ -4368,12 +3612,6 @@ export interface DeleteTagsRequest {
|
|
|
4368
3612
|
*/
|
|
4369
3613
|
TagKeys: string[] | undefined;
|
|
4370
3614
|
}
|
|
4371
|
-
export declare namespace DeleteTagsRequest {
|
|
4372
|
-
/**
|
|
4373
|
-
* @internal
|
|
4374
|
-
*/
|
|
4375
|
-
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
4376
|
-
}
|
|
4377
3615
|
/**
|
|
4378
3616
|
* Placeholder documentation for DescribeChannelRequest
|
|
4379
3617
|
*/
|
|
@@ -4383,12 +3621,6 @@ export interface DescribeChannelRequest {
|
|
|
4383
3621
|
*/
|
|
4384
3622
|
ChannelId: string | undefined;
|
|
4385
3623
|
}
|
|
4386
|
-
export declare namespace DescribeChannelRequest {
|
|
4387
|
-
/**
|
|
4388
|
-
* @internal
|
|
4389
|
-
*/
|
|
4390
|
-
const filterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
4391
|
-
}
|
|
4392
3624
|
/**
|
|
4393
3625
|
* Placeholder documentation for DescribeChannelResponse
|
|
4394
3626
|
*/
|
|
@@ -4468,12 +3700,6 @@ export interface DescribeChannelResponse {
|
|
|
4468
3700
|
*/
|
|
4469
3701
|
Vpc?: VpcOutputSettingsDescription;
|
|
4470
3702
|
}
|
|
4471
|
-
export declare namespace DescribeChannelResponse {
|
|
4472
|
-
/**
|
|
4473
|
-
* @internal
|
|
4474
|
-
*/
|
|
4475
|
-
const filterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
4476
|
-
}
|
|
4477
3703
|
/**
|
|
4478
3704
|
* Placeholder documentation for DescribeInputRequest
|
|
4479
3705
|
*/
|
|
@@ -4483,12 +3709,6 @@ export interface DescribeInputRequest {
|
|
|
4483
3709
|
*/
|
|
4484
3710
|
InputId: string | undefined;
|
|
4485
3711
|
}
|
|
4486
|
-
export declare namespace DescribeInputRequest {
|
|
4487
|
-
/**
|
|
4488
|
-
* @internal
|
|
4489
|
-
*/
|
|
4490
|
-
const filterSensitiveLog: (obj: DescribeInputRequest) => any;
|
|
4491
|
-
}
|
|
4492
3712
|
/**
|
|
4493
3713
|
* Placeholder documentation for DescribeInputResponse
|
|
4494
3714
|
*/
|
|
@@ -4560,12 +3780,6 @@ export interface DescribeInputResponse {
|
|
|
4560
3780
|
*/
|
|
4561
3781
|
Type?: InputType | string;
|
|
4562
3782
|
}
|
|
4563
|
-
export declare namespace DescribeInputResponse {
|
|
4564
|
-
/**
|
|
4565
|
-
* @internal
|
|
4566
|
-
*/
|
|
4567
|
-
const filterSensitiveLog: (obj: DescribeInputResponse) => any;
|
|
4568
|
-
}
|
|
4569
3783
|
/**
|
|
4570
3784
|
* Placeholder documentation for DescribeInputDeviceRequest
|
|
4571
3785
|
*/
|
|
@@ -4575,12 +3789,6 @@ export interface DescribeInputDeviceRequest {
|
|
|
4575
3789
|
*/
|
|
4576
3790
|
InputDeviceId: string | undefined;
|
|
4577
3791
|
}
|
|
4578
|
-
export declare namespace DescribeInputDeviceRequest {
|
|
4579
|
-
/**
|
|
4580
|
-
* @internal
|
|
4581
|
-
*/
|
|
4582
|
-
const filterSensitiveLog: (obj: DescribeInputDeviceRequest) => any;
|
|
4583
|
-
}
|
|
4584
3792
|
/**
|
|
4585
3793
|
* Placeholder documentation for DescribeInputDeviceResponse
|
|
4586
3794
|
*/
|
|
@@ -4634,12 +3842,6 @@ export interface DescribeInputDeviceResponse {
|
|
|
4634
3842
|
*/
|
|
4635
3843
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
4636
3844
|
}
|
|
4637
|
-
export declare namespace DescribeInputDeviceResponse {
|
|
4638
|
-
/**
|
|
4639
|
-
* @internal
|
|
4640
|
-
*/
|
|
4641
|
-
const filterSensitiveLog: (obj: DescribeInputDeviceResponse) => any;
|
|
4642
|
-
}
|
|
4643
3845
|
/**
|
|
4644
3846
|
* Placeholder documentation for DescribeInputDeviceThumbnailRequest
|
|
4645
3847
|
*/
|
|
@@ -4653,12 +3855,6 @@ export interface DescribeInputDeviceThumbnailRequest {
|
|
|
4653
3855
|
*/
|
|
4654
3856
|
Accept: AcceptHeader | string | undefined;
|
|
4655
3857
|
}
|
|
4656
|
-
export declare namespace DescribeInputDeviceThumbnailRequest {
|
|
4657
|
-
/**
|
|
4658
|
-
* @internal
|
|
4659
|
-
*/
|
|
4660
|
-
const filterSensitiveLog: (obj: DescribeInputDeviceThumbnailRequest) => any;
|
|
4661
|
-
}
|
|
4662
3858
|
/**
|
|
4663
3859
|
* Placeholder documentation for DescribeInputDeviceThumbnailResponse
|
|
4664
3860
|
*/
|
|
@@ -4684,12 +3880,6 @@ export interface DescribeInputDeviceThumbnailResponse {
|
|
|
4684
3880
|
*/
|
|
4685
3881
|
LastModified?: Date;
|
|
4686
3882
|
}
|
|
4687
|
-
export declare namespace DescribeInputDeviceThumbnailResponse {
|
|
4688
|
-
/**
|
|
4689
|
-
* @internal
|
|
4690
|
-
*/
|
|
4691
|
-
const filterSensitiveLog: (obj: DescribeInputDeviceThumbnailResponse) => any;
|
|
4692
|
-
}
|
|
4693
3883
|
/**
|
|
4694
3884
|
* Placeholder documentation for DescribeInputSecurityGroupRequest
|
|
4695
3885
|
*/
|
|
@@ -4699,12 +3889,6 @@ export interface DescribeInputSecurityGroupRequest {
|
|
|
4699
3889
|
*/
|
|
4700
3890
|
InputSecurityGroupId: string | undefined;
|
|
4701
3891
|
}
|
|
4702
|
-
export declare namespace DescribeInputSecurityGroupRequest {
|
|
4703
|
-
/**
|
|
4704
|
-
* @internal
|
|
4705
|
-
*/
|
|
4706
|
-
const filterSensitiveLog: (obj: DescribeInputSecurityGroupRequest) => any;
|
|
4707
|
-
}
|
|
4708
3892
|
/**
|
|
4709
3893
|
* Placeholder documentation for DescribeInputSecurityGroupResponse
|
|
4710
3894
|
*/
|
|
@@ -4734,12 +3918,6 @@ export interface DescribeInputSecurityGroupResponse {
|
|
|
4734
3918
|
*/
|
|
4735
3919
|
WhitelistRules?: InputWhitelistRule[];
|
|
4736
3920
|
}
|
|
4737
|
-
export declare namespace DescribeInputSecurityGroupResponse {
|
|
4738
|
-
/**
|
|
4739
|
-
* @internal
|
|
4740
|
-
*/
|
|
4741
|
-
const filterSensitiveLog: (obj: DescribeInputSecurityGroupResponse) => any;
|
|
4742
|
-
}
|
|
4743
3921
|
/**
|
|
4744
3922
|
* Placeholder documentation for DescribeMultiplexRequest
|
|
4745
3923
|
*/
|
|
@@ -4749,12 +3927,6 @@ export interface DescribeMultiplexRequest {
|
|
|
4749
3927
|
*/
|
|
4750
3928
|
MultiplexId: string | undefined;
|
|
4751
3929
|
}
|
|
4752
|
-
export declare namespace DescribeMultiplexRequest {
|
|
4753
|
-
/**
|
|
4754
|
-
* @internal
|
|
4755
|
-
*/
|
|
4756
|
-
const filterSensitiveLog: (obj: DescribeMultiplexRequest) => any;
|
|
4757
|
-
}
|
|
4758
3930
|
/**
|
|
4759
3931
|
* Placeholder documentation for DescribeMultiplexResponse
|
|
4760
3932
|
*/
|
|
@@ -4800,12 +3972,6 @@ export interface DescribeMultiplexResponse {
|
|
|
4800
3972
|
*/
|
|
4801
3973
|
Tags?: Record<string, string>;
|
|
4802
3974
|
}
|
|
4803
|
-
export declare namespace DescribeMultiplexResponse {
|
|
4804
|
-
/**
|
|
4805
|
-
* @internal
|
|
4806
|
-
*/
|
|
4807
|
-
const filterSensitiveLog: (obj: DescribeMultiplexResponse) => any;
|
|
4808
|
-
}
|
|
4809
3975
|
/**
|
|
4810
3976
|
* Placeholder documentation for DescribeMultiplexProgramRequest
|
|
4811
3977
|
*/
|
|
@@ -4819,12 +3985,6 @@ export interface DescribeMultiplexProgramRequest {
|
|
|
4819
3985
|
*/
|
|
4820
3986
|
ProgramName: string | undefined;
|
|
4821
3987
|
}
|
|
4822
|
-
export declare namespace DescribeMultiplexProgramRequest {
|
|
4823
|
-
/**
|
|
4824
|
-
* @internal
|
|
4825
|
-
*/
|
|
4826
|
-
const filterSensitiveLog: (obj: DescribeMultiplexProgramRequest) => any;
|
|
4827
|
-
}
|
|
4828
3988
|
/**
|
|
4829
3989
|
* Placeholder documentation for DescribeMultiplexProgramResponse
|
|
4830
3990
|
*/
|
|
@@ -4850,12 +4010,6 @@ export interface DescribeMultiplexProgramResponse {
|
|
|
4850
4010
|
*/
|
|
4851
4011
|
ProgramName?: string;
|
|
4852
4012
|
}
|
|
4853
|
-
export declare namespace DescribeMultiplexProgramResponse {
|
|
4854
|
-
/**
|
|
4855
|
-
* @internal
|
|
4856
|
-
*/
|
|
4857
|
-
const filterSensitiveLog: (obj: DescribeMultiplexProgramResponse) => any;
|
|
4858
|
-
}
|
|
4859
4013
|
/**
|
|
4860
4014
|
* Placeholder documentation for DescribeOfferingRequest
|
|
4861
4015
|
*/
|
|
@@ -4865,12 +4019,6 @@ export interface DescribeOfferingRequest {
|
|
|
4865
4019
|
*/
|
|
4866
4020
|
OfferingId: string | undefined;
|
|
4867
4021
|
}
|
|
4868
|
-
export declare namespace DescribeOfferingRequest {
|
|
4869
|
-
/**
|
|
4870
|
-
* @internal
|
|
4871
|
-
*/
|
|
4872
|
-
const filterSensitiveLog: (obj: DescribeOfferingRequest) => any;
|
|
4873
|
-
}
|
|
4874
4022
|
/**
|
|
4875
4023
|
* Placeholder documentation for DescribeOfferingResponse
|
|
4876
4024
|
*/
|
|
@@ -4920,12 +4068,6 @@ export interface DescribeOfferingResponse {
|
|
|
4920
4068
|
*/
|
|
4921
4069
|
UsagePrice?: number;
|
|
4922
4070
|
}
|
|
4923
|
-
export declare namespace DescribeOfferingResponse {
|
|
4924
|
-
/**
|
|
4925
|
-
* @internal
|
|
4926
|
-
*/
|
|
4927
|
-
const filterSensitiveLog: (obj: DescribeOfferingResponse) => any;
|
|
4928
|
-
}
|
|
4929
4071
|
/**
|
|
4930
4072
|
* Placeholder documentation for DescribeReservationRequest
|
|
4931
4073
|
*/
|
|
@@ -4935,12 +4077,6 @@ export interface DescribeReservationRequest {
|
|
|
4935
4077
|
*/
|
|
4936
4078
|
ReservationId: string | undefined;
|
|
4937
4079
|
}
|
|
4938
|
-
export declare namespace DescribeReservationRequest {
|
|
4939
|
-
/**
|
|
4940
|
-
* @internal
|
|
4941
|
-
*/
|
|
4942
|
-
const filterSensitiveLog: (obj: DescribeReservationRequest) => any;
|
|
4943
|
-
}
|
|
4944
4080
|
/**
|
|
4945
4081
|
* Placeholder documentation for DescribeReservationResponse
|
|
4946
4082
|
*/
|
|
@@ -5022,12 +4158,6 @@ export interface DescribeReservationResponse {
|
|
|
5022
4158
|
*/
|
|
5023
4159
|
UsagePrice?: number;
|
|
5024
4160
|
}
|
|
5025
|
-
export declare namespace DescribeReservationResponse {
|
|
5026
|
-
/**
|
|
5027
|
-
* @internal
|
|
5028
|
-
*/
|
|
5029
|
-
const filterSensitiveLog: (obj: DescribeReservationResponse) => any;
|
|
5030
|
-
}
|
|
5031
4161
|
/**
|
|
5032
4162
|
* Placeholder documentation for DescribeScheduleRequest
|
|
5033
4163
|
*/
|
|
@@ -5045,12 +4175,6 @@ export interface DescribeScheduleRequest {
|
|
|
5045
4175
|
*/
|
|
5046
4176
|
NextToken?: string;
|
|
5047
4177
|
}
|
|
5048
|
-
export declare namespace DescribeScheduleRequest {
|
|
5049
|
-
/**
|
|
5050
|
-
* @internal
|
|
5051
|
-
*/
|
|
5052
|
-
const filterSensitiveLog: (obj: DescribeScheduleRequest) => any;
|
|
5053
|
-
}
|
|
5054
4178
|
/**
|
|
5055
4179
|
* Placeholder documentation for DescribeScheduleResponse
|
|
5056
4180
|
*/
|
|
@@ -5064,12 +4188,6 @@ export interface DescribeScheduleResponse {
|
|
|
5064
4188
|
*/
|
|
5065
4189
|
ScheduleActions?: ScheduleAction[];
|
|
5066
4190
|
}
|
|
5067
|
-
export declare namespace DescribeScheduleResponse {
|
|
5068
|
-
/**
|
|
5069
|
-
* @internal
|
|
5070
|
-
*/
|
|
5071
|
-
const filterSensitiveLog: (obj: DescribeScheduleResponse) => any;
|
|
5072
|
-
}
|
|
5073
4191
|
/**
|
|
5074
4192
|
* Configurable settings for the input device.
|
|
5075
4193
|
*/
|
|
@@ -5083,12 +4201,6 @@ export interface InputDeviceConfigurableSettings {
|
|
|
5083
4201
|
*/
|
|
5084
4202
|
MaxBitrate?: number;
|
|
5085
4203
|
}
|
|
5086
|
-
export declare namespace InputDeviceConfigurableSettings {
|
|
5087
|
-
/**
|
|
5088
|
-
* @internal
|
|
5089
|
-
*/
|
|
5090
|
-
const filterSensitiveLog: (obj: InputDeviceConfigurableSettings) => any;
|
|
5091
|
-
}
|
|
5092
4204
|
/**
|
|
5093
4205
|
* Placeholder documentation for ListChannelsRequest
|
|
5094
4206
|
*/
|
|
@@ -5102,12 +4214,6 @@ export interface ListChannelsRequest {
|
|
|
5102
4214
|
*/
|
|
5103
4215
|
NextToken?: string;
|
|
5104
4216
|
}
|
|
5105
|
-
export declare namespace ListChannelsRequest {
|
|
5106
|
-
/**
|
|
5107
|
-
* @internal
|
|
5108
|
-
*/
|
|
5109
|
-
const filterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
5110
|
-
}
|
|
5111
4217
|
/**
|
|
5112
4218
|
* Placeholder documentation for ListChannelsResponse
|
|
5113
4219
|
*/
|
|
@@ -5121,12 +4227,6 @@ export interface ListChannelsResponse {
|
|
|
5121
4227
|
*/
|
|
5122
4228
|
NextToken?: string;
|
|
5123
4229
|
}
|
|
5124
|
-
export declare namespace ListChannelsResponse {
|
|
5125
|
-
/**
|
|
5126
|
-
* @internal
|
|
5127
|
-
*/
|
|
5128
|
-
const filterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
5129
|
-
}
|
|
5130
4230
|
/**
|
|
5131
4231
|
* Placeholder documentation for ListInputDevicesRequest
|
|
5132
4232
|
*/
|
|
@@ -5140,12 +4240,6 @@ export interface ListInputDevicesRequest {
|
|
|
5140
4240
|
*/
|
|
5141
4241
|
NextToken?: string;
|
|
5142
4242
|
}
|
|
5143
|
-
export declare namespace ListInputDevicesRequest {
|
|
5144
|
-
/**
|
|
5145
|
-
* @internal
|
|
5146
|
-
*/
|
|
5147
|
-
const filterSensitiveLog: (obj: ListInputDevicesRequest) => any;
|
|
5148
|
-
}
|
|
5149
4243
|
/**
|
|
5150
4244
|
* Placeholder documentation for ListInputDevicesResponse
|
|
5151
4245
|
*/
|
|
@@ -5159,12 +4253,6 @@ export interface ListInputDevicesResponse {
|
|
|
5159
4253
|
*/
|
|
5160
4254
|
NextToken?: string;
|
|
5161
4255
|
}
|
|
5162
|
-
export declare namespace ListInputDevicesResponse {
|
|
5163
|
-
/**
|
|
5164
|
-
* @internal
|
|
5165
|
-
*/
|
|
5166
|
-
const filterSensitiveLog: (obj: ListInputDevicesResponse) => any;
|
|
5167
|
-
}
|
|
5168
4256
|
/**
|
|
5169
4257
|
* Placeholder documentation for ListInputDeviceTransfersRequest
|
|
5170
4258
|
*/
|
|
@@ -5182,12 +4270,6 @@ export interface ListInputDeviceTransfersRequest {
|
|
|
5182
4270
|
*/
|
|
5183
4271
|
TransferType: string | undefined;
|
|
5184
4272
|
}
|
|
5185
|
-
export declare namespace ListInputDeviceTransfersRequest {
|
|
5186
|
-
/**
|
|
5187
|
-
* @internal
|
|
5188
|
-
*/
|
|
5189
|
-
const filterSensitiveLog: (obj: ListInputDeviceTransfersRequest) => any;
|
|
5190
|
-
}
|
|
5191
4273
|
/**
|
|
5192
4274
|
* Placeholder documentation for ListInputDeviceTransfersResponse
|
|
5193
4275
|
*/
|
|
@@ -5201,12 +4283,6 @@ export interface ListInputDeviceTransfersResponse {
|
|
|
5201
4283
|
*/
|
|
5202
4284
|
NextToken?: string;
|
|
5203
4285
|
}
|
|
5204
|
-
export declare namespace ListInputDeviceTransfersResponse {
|
|
5205
|
-
/**
|
|
5206
|
-
* @internal
|
|
5207
|
-
*/
|
|
5208
|
-
const filterSensitiveLog: (obj: ListInputDeviceTransfersResponse) => any;
|
|
5209
|
-
}
|
|
5210
4286
|
/**
|
|
5211
4287
|
* Placeholder documentation for ListInputsRequest
|
|
5212
4288
|
*/
|
|
@@ -5220,12 +4296,6 @@ export interface ListInputsRequest {
|
|
|
5220
4296
|
*/
|
|
5221
4297
|
NextToken?: string;
|
|
5222
4298
|
}
|
|
5223
|
-
export declare namespace ListInputsRequest {
|
|
5224
|
-
/**
|
|
5225
|
-
* @internal
|
|
5226
|
-
*/
|
|
5227
|
-
const filterSensitiveLog: (obj: ListInputsRequest) => any;
|
|
5228
|
-
}
|
|
5229
4299
|
/**
|
|
5230
4300
|
* Placeholder documentation for ListInputsResponse
|
|
5231
4301
|
*/
|
|
@@ -5239,12 +4309,6 @@ export interface ListInputsResponse {
|
|
|
5239
4309
|
*/
|
|
5240
4310
|
NextToken?: string;
|
|
5241
4311
|
}
|
|
5242
|
-
export declare namespace ListInputsResponse {
|
|
5243
|
-
/**
|
|
5244
|
-
* @internal
|
|
5245
|
-
*/
|
|
5246
|
-
const filterSensitiveLog: (obj: ListInputsResponse) => any;
|
|
5247
|
-
}
|
|
5248
4312
|
/**
|
|
5249
4313
|
* Placeholder documentation for ListInputSecurityGroupsRequest
|
|
5250
4314
|
*/
|
|
@@ -5258,12 +4322,6 @@ export interface ListInputSecurityGroupsRequest {
|
|
|
5258
4322
|
*/
|
|
5259
4323
|
NextToken?: string;
|
|
5260
4324
|
}
|
|
5261
|
-
export declare namespace ListInputSecurityGroupsRequest {
|
|
5262
|
-
/**
|
|
5263
|
-
* @internal
|
|
5264
|
-
*/
|
|
5265
|
-
const filterSensitiveLog: (obj: ListInputSecurityGroupsRequest) => any;
|
|
5266
|
-
}
|
|
5267
4325
|
/**
|
|
5268
4326
|
* Placeholder documentation for ListInputSecurityGroupsResponse
|
|
5269
4327
|
*/
|
|
@@ -5277,12 +4335,6 @@ export interface ListInputSecurityGroupsResponse {
|
|
|
5277
4335
|
*/
|
|
5278
4336
|
NextToken?: string;
|
|
5279
4337
|
}
|
|
5280
|
-
export declare namespace ListInputSecurityGroupsResponse {
|
|
5281
|
-
/**
|
|
5282
|
-
* @internal
|
|
5283
|
-
*/
|
|
5284
|
-
const filterSensitiveLog: (obj: ListInputSecurityGroupsResponse) => any;
|
|
5285
|
-
}
|
|
5286
4338
|
/**
|
|
5287
4339
|
* Placeholder documentation for ListMultiplexesRequest
|
|
5288
4340
|
*/
|
|
@@ -5296,12 +4348,6 @@ export interface ListMultiplexesRequest {
|
|
|
5296
4348
|
*/
|
|
5297
4349
|
NextToken?: string;
|
|
5298
4350
|
}
|
|
5299
|
-
export declare namespace ListMultiplexesRequest {
|
|
5300
|
-
/**
|
|
5301
|
-
* @internal
|
|
5302
|
-
*/
|
|
5303
|
-
const filterSensitiveLog: (obj: ListMultiplexesRequest) => any;
|
|
5304
|
-
}
|
|
5305
4351
|
/**
|
|
5306
4352
|
* Placeholder documentation for ListMultiplexesResponse
|
|
5307
4353
|
*/
|
|
@@ -5315,12 +4361,6 @@ export interface ListMultiplexesResponse {
|
|
|
5315
4361
|
*/
|
|
5316
4362
|
NextToken?: string;
|
|
5317
4363
|
}
|
|
5318
|
-
export declare namespace ListMultiplexesResponse {
|
|
5319
|
-
/**
|
|
5320
|
-
* @internal
|
|
5321
|
-
*/
|
|
5322
|
-
const filterSensitiveLog: (obj: ListMultiplexesResponse) => any;
|
|
5323
|
-
}
|
|
5324
4364
|
/**
|
|
5325
4365
|
* Placeholder documentation for ListMultiplexProgramsRequest
|
|
5326
4366
|
*/
|
|
@@ -5338,12 +4378,6 @@ export interface ListMultiplexProgramsRequest {
|
|
|
5338
4378
|
*/
|
|
5339
4379
|
NextToken?: string;
|
|
5340
4380
|
}
|
|
5341
|
-
export declare namespace ListMultiplexProgramsRequest {
|
|
5342
|
-
/**
|
|
5343
|
-
* @internal
|
|
5344
|
-
*/
|
|
5345
|
-
const filterSensitiveLog: (obj: ListMultiplexProgramsRequest) => any;
|
|
5346
|
-
}
|
|
5347
4381
|
/**
|
|
5348
4382
|
* Placeholder documentation for ListMultiplexProgramsResponse
|
|
5349
4383
|
*/
|
|
@@ -5357,12 +4391,6 @@ export interface ListMultiplexProgramsResponse {
|
|
|
5357
4391
|
*/
|
|
5358
4392
|
NextToken?: string;
|
|
5359
4393
|
}
|
|
5360
|
-
export declare namespace ListMultiplexProgramsResponse {
|
|
5361
|
-
/**
|
|
5362
|
-
* @internal
|
|
5363
|
-
*/
|
|
5364
|
-
const filterSensitiveLog: (obj: ListMultiplexProgramsResponse) => any;
|
|
5365
|
-
}
|
|
5366
4394
|
/**
|
|
5367
4395
|
* Placeholder documentation for ListOfferingsRequest
|
|
5368
4396
|
*/
|
|
@@ -5416,12 +4444,6 @@ export interface ListOfferingsRequest {
|
|
|
5416
4444
|
*/
|
|
5417
4445
|
VideoQuality?: string;
|
|
5418
4446
|
}
|
|
5419
|
-
export declare namespace ListOfferingsRequest {
|
|
5420
|
-
/**
|
|
5421
|
-
* @internal
|
|
5422
|
-
*/
|
|
5423
|
-
const filterSensitiveLog: (obj: ListOfferingsRequest) => any;
|
|
5424
|
-
}
|
|
5425
4447
|
/**
|
|
5426
4448
|
* Placeholder documentation for ListOfferingsResponse
|
|
5427
4449
|
*/
|
|
@@ -5435,12 +4457,6 @@ export interface ListOfferingsResponse {
|
|
|
5435
4457
|
*/
|
|
5436
4458
|
Offerings?: Offering[];
|
|
5437
4459
|
}
|
|
5438
|
-
export declare namespace ListOfferingsResponse {
|
|
5439
|
-
/**
|
|
5440
|
-
* @internal
|
|
5441
|
-
*/
|
|
5442
|
-
const filterSensitiveLog: (obj: ListOfferingsResponse) => any;
|
|
5443
|
-
}
|
|
5444
4460
|
/**
|
|
5445
4461
|
* Placeholder documentation for ListReservationsRequest
|
|
5446
4462
|
*/
|
|
@@ -5486,12 +4502,6 @@ export interface ListReservationsRequest {
|
|
|
5486
4502
|
*/
|
|
5487
4503
|
VideoQuality?: string;
|
|
5488
4504
|
}
|
|
5489
|
-
export declare namespace ListReservationsRequest {
|
|
5490
|
-
/**
|
|
5491
|
-
* @internal
|
|
5492
|
-
*/
|
|
5493
|
-
const filterSensitiveLog: (obj: ListReservationsRequest) => any;
|
|
5494
|
-
}
|
|
5495
4505
|
/**
|
|
5496
4506
|
* Placeholder documentation for ListReservationsResponse
|
|
5497
4507
|
*/
|
|
@@ -5505,12 +4515,6 @@ export interface ListReservationsResponse {
|
|
|
5505
4515
|
*/
|
|
5506
4516
|
Reservations?: Reservation[];
|
|
5507
4517
|
}
|
|
5508
|
-
export declare namespace ListReservationsResponse {
|
|
5509
|
-
/**
|
|
5510
|
-
* @internal
|
|
5511
|
-
*/
|
|
5512
|
-
const filterSensitiveLog: (obj: ListReservationsResponse) => any;
|
|
5513
|
-
}
|
|
5514
4518
|
/**
|
|
5515
4519
|
* Placeholder documentation for ListTagsForResourceRequest
|
|
5516
4520
|
*/
|
|
@@ -5520,12 +4524,6 @@ export interface ListTagsForResourceRequest {
|
|
|
5520
4524
|
*/
|
|
5521
4525
|
ResourceArn: string | undefined;
|
|
5522
4526
|
}
|
|
5523
|
-
export declare namespace ListTagsForResourceRequest {
|
|
5524
|
-
/**
|
|
5525
|
-
* @internal
|
|
5526
|
-
*/
|
|
5527
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
5528
|
-
}
|
|
5529
4527
|
/**
|
|
5530
4528
|
* Placeholder documentation for ListTagsForResourceResponse
|
|
5531
4529
|
*/
|
|
@@ -5535,12 +4533,6 @@ export interface ListTagsForResourceResponse {
|
|
|
5535
4533
|
*/
|
|
5536
4534
|
Tags?: Record<string, string>;
|
|
5537
4535
|
}
|
|
5538
|
-
export declare namespace ListTagsForResourceResponse {
|
|
5539
|
-
/**
|
|
5540
|
-
* @internal
|
|
5541
|
-
*/
|
|
5542
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
5543
|
-
}
|
|
5544
4536
|
/**
|
|
5545
4537
|
* Placeholder documentation for MaintenanceUpdateSettings
|
|
5546
4538
|
*/
|
|
@@ -5558,12 +4550,6 @@ export interface MaintenanceUpdateSettings {
|
|
|
5558
4550
|
*/
|
|
5559
4551
|
MaintenanceStartTime?: string;
|
|
5560
4552
|
}
|
|
5561
|
-
export declare namespace MaintenanceUpdateSettings {
|
|
5562
|
-
/**
|
|
5563
|
-
* @internal
|
|
5564
|
-
*/
|
|
5565
|
-
const filterSensitiveLog: (obj: MaintenanceUpdateSettings) => any;
|
|
5566
|
-
}
|
|
5567
4553
|
/**
|
|
5568
4554
|
* Placeholder documentation for PurchaseOfferingRequest
|
|
5569
4555
|
*/
|
|
@@ -5597,12 +4583,6 @@ export interface PurchaseOfferingRequest {
|
|
|
5597
4583
|
*/
|
|
5598
4584
|
Tags?: Record<string, string>;
|
|
5599
4585
|
}
|
|
5600
|
-
export declare namespace PurchaseOfferingRequest {
|
|
5601
|
-
/**
|
|
5602
|
-
* @internal
|
|
5603
|
-
*/
|
|
5604
|
-
const filterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
|
|
5605
|
-
}
|
|
5606
4586
|
/**
|
|
5607
4587
|
* Placeholder documentation for PurchaseOfferingResponse
|
|
5608
4588
|
*/
|
|
@@ -5612,12 +4592,6 @@ export interface PurchaseOfferingResponse {
|
|
|
5612
4592
|
*/
|
|
5613
4593
|
Reservation?: Reservation;
|
|
5614
4594
|
}
|
|
5615
|
-
export declare namespace PurchaseOfferingResponse {
|
|
5616
|
-
/**
|
|
5617
|
-
* @internal
|
|
5618
|
-
*/
|
|
5619
|
-
const filterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
|
|
5620
|
-
}
|
|
5621
4595
|
export declare enum RebootInputDeviceForce {
|
|
5622
4596
|
NO = "NO",
|
|
5623
4597
|
YES = "YES"
|
|
@@ -5635,23 +4609,11 @@ export interface RebootInputDeviceRequest {
|
|
|
5635
4609
|
*/
|
|
5636
4610
|
InputDeviceId: string | undefined;
|
|
5637
4611
|
}
|
|
5638
|
-
export declare namespace RebootInputDeviceRequest {
|
|
5639
|
-
/**
|
|
5640
|
-
* @internal
|
|
5641
|
-
*/
|
|
5642
|
-
const filterSensitiveLog: (obj: RebootInputDeviceRequest) => any;
|
|
5643
|
-
}
|
|
5644
4612
|
/**
|
|
5645
4613
|
* Placeholder documentation for RebootInputDeviceResponse
|
|
5646
4614
|
*/
|
|
5647
4615
|
export interface RebootInputDeviceResponse {
|
|
5648
4616
|
}
|
|
5649
|
-
export declare namespace RebootInputDeviceResponse {
|
|
5650
|
-
/**
|
|
5651
|
-
* @internal
|
|
5652
|
-
*/
|
|
5653
|
-
const filterSensitiveLog: (obj: RebootInputDeviceResponse) => any;
|
|
5654
|
-
}
|
|
5655
4617
|
/**
|
|
5656
4618
|
* Placeholder documentation for RejectInputDeviceTransferRequest
|
|
5657
4619
|
*/
|
|
@@ -5661,23 +4623,11 @@ export interface RejectInputDeviceTransferRequest {
|
|
|
5661
4623
|
*/
|
|
5662
4624
|
InputDeviceId: string | undefined;
|
|
5663
4625
|
}
|
|
5664
|
-
export declare namespace RejectInputDeviceTransferRequest {
|
|
5665
|
-
/**
|
|
5666
|
-
* @internal
|
|
5667
|
-
*/
|
|
5668
|
-
const filterSensitiveLog: (obj: RejectInputDeviceTransferRequest) => any;
|
|
5669
|
-
}
|
|
5670
4626
|
/**
|
|
5671
4627
|
* Placeholder documentation for RejectInputDeviceTransferResponse
|
|
5672
4628
|
*/
|
|
5673
4629
|
export interface RejectInputDeviceTransferResponse {
|
|
5674
4630
|
}
|
|
5675
|
-
export declare namespace RejectInputDeviceTransferResponse {
|
|
5676
|
-
/**
|
|
5677
|
-
* @internal
|
|
5678
|
-
*/
|
|
5679
|
-
const filterSensitiveLog: (obj: RejectInputDeviceTransferResponse) => any;
|
|
5680
|
-
}
|
|
5681
4631
|
/**
|
|
5682
4632
|
* Placeholder documentation for StartChannelRequest
|
|
5683
4633
|
*/
|
|
@@ -5687,12 +4637,6 @@ export interface StartChannelRequest {
|
|
|
5687
4637
|
*/
|
|
5688
4638
|
ChannelId: string | undefined;
|
|
5689
4639
|
}
|
|
5690
|
-
export declare namespace StartChannelRequest {
|
|
5691
|
-
/**
|
|
5692
|
-
* @internal
|
|
5693
|
-
*/
|
|
5694
|
-
const filterSensitiveLog: (obj: StartChannelRequest) => any;
|
|
5695
|
-
}
|
|
5696
4640
|
/**
|
|
5697
4641
|
* Placeholder documentation for StartChannelResponse
|
|
5698
4642
|
*/
|
|
@@ -5772,12 +4716,6 @@ export interface StartChannelResponse {
|
|
|
5772
4716
|
*/
|
|
5773
4717
|
Vpc?: VpcOutputSettingsDescription;
|
|
5774
4718
|
}
|
|
5775
|
-
export declare namespace StartChannelResponse {
|
|
5776
|
-
/**
|
|
5777
|
-
* @internal
|
|
5778
|
-
*/
|
|
5779
|
-
const filterSensitiveLog: (obj: StartChannelResponse) => any;
|
|
5780
|
-
}
|
|
5781
4719
|
/**
|
|
5782
4720
|
* Placeholder documentation for StartInputDeviceMaintenanceWindowRequest
|
|
5783
4721
|
*/
|
|
@@ -5787,23 +4725,11 @@ export interface StartInputDeviceMaintenanceWindowRequest {
|
|
|
5787
4725
|
*/
|
|
5788
4726
|
InputDeviceId: string | undefined;
|
|
5789
4727
|
}
|
|
5790
|
-
export declare namespace StartInputDeviceMaintenanceWindowRequest {
|
|
5791
|
-
/**
|
|
5792
|
-
* @internal
|
|
5793
|
-
*/
|
|
5794
|
-
const filterSensitiveLog: (obj: StartInputDeviceMaintenanceWindowRequest) => any;
|
|
5795
|
-
}
|
|
5796
4728
|
/**
|
|
5797
4729
|
* Placeholder documentation for StartInputDeviceMaintenanceWindowResponse
|
|
5798
4730
|
*/
|
|
5799
4731
|
export interface StartInputDeviceMaintenanceWindowResponse {
|
|
5800
4732
|
}
|
|
5801
|
-
export declare namespace StartInputDeviceMaintenanceWindowResponse {
|
|
5802
|
-
/**
|
|
5803
|
-
* @internal
|
|
5804
|
-
*/
|
|
5805
|
-
const filterSensitiveLog: (obj: StartInputDeviceMaintenanceWindowResponse) => any;
|
|
5806
|
-
}
|
|
5807
4733
|
/**
|
|
5808
4734
|
* Placeholder documentation for StartMultiplexRequest
|
|
5809
4735
|
*/
|
|
@@ -5813,12 +4739,6 @@ export interface StartMultiplexRequest {
|
|
|
5813
4739
|
*/
|
|
5814
4740
|
MultiplexId: string | undefined;
|
|
5815
4741
|
}
|
|
5816
|
-
export declare namespace StartMultiplexRequest {
|
|
5817
|
-
/**
|
|
5818
|
-
* @internal
|
|
5819
|
-
*/
|
|
5820
|
-
const filterSensitiveLog: (obj: StartMultiplexRequest) => any;
|
|
5821
|
-
}
|
|
5822
4742
|
/**
|
|
5823
4743
|
* Placeholder documentation for StartMultiplexResponse
|
|
5824
4744
|
*/
|
|
@@ -5864,12 +4784,6 @@ export interface StartMultiplexResponse {
|
|
|
5864
4784
|
*/
|
|
5865
4785
|
Tags?: Record<string, string>;
|
|
5866
4786
|
}
|
|
5867
|
-
export declare namespace StartMultiplexResponse {
|
|
5868
|
-
/**
|
|
5869
|
-
* @internal
|
|
5870
|
-
*/
|
|
5871
|
-
const filterSensitiveLog: (obj: StartMultiplexResponse) => any;
|
|
5872
|
-
}
|
|
5873
4787
|
/**
|
|
5874
4788
|
* Placeholder documentation for StopChannelRequest
|
|
5875
4789
|
*/
|
|
@@ -5879,12 +4793,6 @@ export interface StopChannelRequest {
|
|
|
5879
4793
|
*/
|
|
5880
4794
|
ChannelId: string | undefined;
|
|
5881
4795
|
}
|
|
5882
|
-
export declare namespace StopChannelRequest {
|
|
5883
|
-
/**
|
|
5884
|
-
* @internal
|
|
5885
|
-
*/
|
|
5886
|
-
const filterSensitiveLog: (obj: StopChannelRequest) => any;
|
|
5887
|
-
}
|
|
5888
4796
|
/**
|
|
5889
4797
|
* Placeholder documentation for StopChannelResponse
|
|
5890
4798
|
*/
|
|
@@ -5964,12 +4872,6 @@ export interface StopChannelResponse {
|
|
|
5964
4872
|
*/
|
|
5965
4873
|
Vpc?: VpcOutputSettingsDescription;
|
|
5966
4874
|
}
|
|
5967
|
-
export declare namespace StopChannelResponse {
|
|
5968
|
-
/**
|
|
5969
|
-
* @internal
|
|
5970
|
-
*/
|
|
5971
|
-
const filterSensitiveLog: (obj: StopChannelResponse) => any;
|
|
5972
|
-
}
|
|
5973
4875
|
/**
|
|
5974
4876
|
* Placeholder documentation for StopMultiplexRequest
|
|
5975
4877
|
*/
|
|
@@ -5979,12 +4881,6 @@ export interface StopMultiplexRequest {
|
|
|
5979
4881
|
*/
|
|
5980
4882
|
MultiplexId: string | undefined;
|
|
5981
4883
|
}
|
|
5982
|
-
export declare namespace StopMultiplexRequest {
|
|
5983
|
-
/**
|
|
5984
|
-
* @internal
|
|
5985
|
-
*/
|
|
5986
|
-
const filterSensitiveLog: (obj: StopMultiplexRequest) => any;
|
|
5987
|
-
}
|
|
5988
4884
|
/**
|
|
5989
4885
|
* Placeholder documentation for StopMultiplexResponse
|
|
5990
4886
|
*/
|
|
@@ -6030,12 +4926,6 @@ export interface StopMultiplexResponse {
|
|
|
6030
4926
|
*/
|
|
6031
4927
|
Tags?: Record<string, string>;
|
|
6032
4928
|
}
|
|
6033
|
-
export declare namespace StopMultiplexResponse {
|
|
6034
|
-
/**
|
|
6035
|
-
* @internal
|
|
6036
|
-
*/
|
|
6037
|
-
const filterSensitiveLog: (obj: StopMultiplexResponse) => any;
|
|
6038
|
-
}
|
|
6039
4929
|
/**
|
|
6040
4930
|
* A request to transfer an input device.
|
|
6041
4931
|
*/
|
|
@@ -6057,23 +4947,11 @@ export interface TransferInputDeviceRequest {
|
|
|
6057
4947
|
*/
|
|
6058
4948
|
TransferMessage?: string;
|
|
6059
4949
|
}
|
|
6060
|
-
export declare namespace TransferInputDeviceRequest {
|
|
6061
|
-
/**
|
|
6062
|
-
* @internal
|
|
6063
|
-
*/
|
|
6064
|
-
const filterSensitiveLog: (obj: TransferInputDeviceRequest) => any;
|
|
6065
|
-
}
|
|
6066
4950
|
/**
|
|
6067
4951
|
* Placeholder documentation for TransferInputDeviceResponse
|
|
6068
4952
|
*/
|
|
6069
4953
|
export interface TransferInputDeviceResponse {
|
|
6070
4954
|
}
|
|
6071
|
-
export declare namespace TransferInputDeviceResponse {
|
|
6072
|
-
/**
|
|
6073
|
-
* @internal
|
|
6074
|
-
*/
|
|
6075
|
-
const filterSensitiveLog: (obj: TransferInputDeviceResponse) => any;
|
|
6076
|
-
}
|
|
6077
4955
|
/**
|
|
6078
4956
|
* A request to update a channel.
|
|
6079
4957
|
*/
|
|
@@ -6119,12 +4997,6 @@ export interface UpdateChannelRequest {
|
|
|
6119
4997
|
*/
|
|
6120
4998
|
RoleArn?: string;
|
|
6121
4999
|
}
|
|
6122
|
-
export declare namespace UpdateChannelRequest {
|
|
6123
|
-
/**
|
|
6124
|
-
* @internal
|
|
6125
|
-
*/
|
|
6126
|
-
const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
6127
|
-
}
|
|
6128
5000
|
/**
|
|
6129
5001
|
* Placeholder documentation for UpdateChannelResponse
|
|
6130
5002
|
*/
|
|
@@ -6134,12 +5006,6 @@ export interface UpdateChannelResponse {
|
|
|
6134
5006
|
*/
|
|
6135
5007
|
Channel?: Channel;
|
|
6136
5008
|
}
|
|
6137
|
-
export declare namespace UpdateChannelResponse {
|
|
6138
|
-
/**
|
|
6139
|
-
* @internal
|
|
6140
|
-
*/
|
|
6141
|
-
const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
6142
|
-
}
|
|
6143
5009
|
/**
|
|
6144
5010
|
* Channel class that the channel should be updated to.
|
|
6145
5011
|
*/
|
|
@@ -6157,12 +5023,6 @@ export interface UpdateChannelClassRequest {
|
|
|
6157
5023
|
*/
|
|
6158
5024
|
Destinations?: OutputDestination[];
|
|
6159
5025
|
}
|
|
6160
|
-
export declare namespace UpdateChannelClassRequest {
|
|
6161
|
-
/**
|
|
6162
|
-
* @internal
|
|
6163
|
-
*/
|
|
6164
|
-
const filterSensitiveLog: (obj: UpdateChannelClassRequest) => any;
|
|
6165
|
-
}
|
|
6166
5026
|
/**
|
|
6167
5027
|
* Placeholder documentation for UpdateChannelClassResponse
|
|
6168
5028
|
*/
|
|
@@ -6172,12 +5032,6 @@ export interface UpdateChannelClassResponse {
|
|
|
6172
5032
|
*/
|
|
6173
5033
|
Channel?: Channel;
|
|
6174
5034
|
}
|
|
6175
|
-
export declare namespace UpdateChannelClassResponse {
|
|
6176
|
-
/**
|
|
6177
|
-
* @internal
|
|
6178
|
-
*/
|
|
6179
|
-
const filterSensitiveLog: (obj: UpdateChannelClassResponse) => any;
|
|
6180
|
-
}
|
|
6181
5035
|
/**
|
|
6182
5036
|
* A request to update an input.
|
|
6183
5037
|
*/
|
|
@@ -6219,9 +5073,771 @@ export interface UpdateInputRequest {
|
|
|
6219
5073
|
*/
|
|
6220
5074
|
Sources?: InputSourceRequest[];
|
|
6221
5075
|
}
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
5076
|
+
/**
|
|
5077
|
+
* @internal
|
|
5078
|
+
*/
|
|
5079
|
+
export declare const HlsGroupSettingsFilterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
5080
|
+
/**
|
|
5081
|
+
* @internal
|
|
5082
|
+
*/
|
|
5083
|
+
export declare const MediaPackageGroupSettingsFilterSensitiveLog: (obj: MediaPackageGroupSettings) => any;
|
|
5084
|
+
/**
|
|
5085
|
+
* @internal
|
|
5086
|
+
*/
|
|
5087
|
+
export declare const MsSmoothGroupSettingsFilterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
|
|
5088
|
+
/**
|
|
5089
|
+
* @internal
|
|
5090
|
+
*/
|
|
5091
|
+
export declare const MultiplexGroupSettingsFilterSensitiveLog: (obj: MultiplexGroupSettings) => any;
|
|
5092
|
+
/**
|
|
5093
|
+
* @internal
|
|
5094
|
+
*/
|
|
5095
|
+
export declare const RtmpGroupSettingsFilterSensitiveLog: (obj: RtmpGroupSettings) => any;
|
|
5096
|
+
/**
|
|
5097
|
+
* @internal
|
|
5098
|
+
*/
|
|
5099
|
+
export declare const UdpGroupSettingsFilterSensitiveLog: (obj: UdpGroupSettings) => any;
|
|
5100
|
+
/**
|
|
5101
|
+
* @internal
|
|
5102
|
+
*/
|
|
5103
|
+
export declare const OutputGroupSettingsFilterSensitiveLog: (obj: OutputGroupSettings) => any;
|
|
5104
|
+
/**
|
|
5105
|
+
* @internal
|
|
5106
|
+
*/
|
|
5107
|
+
export declare const OutputGroupFilterSensitiveLog: (obj: OutputGroup) => any;
|
|
5108
|
+
/**
|
|
5109
|
+
* @internal
|
|
5110
|
+
*/
|
|
5111
|
+
export declare const PipelineDetailFilterSensitiveLog: (obj: PipelineDetail) => any;
|
|
5112
|
+
/**
|
|
5113
|
+
* @internal
|
|
5114
|
+
*/
|
|
5115
|
+
export declare const PipelinePauseStateSettingsFilterSensitiveLog: (obj: PipelinePauseStateSettings) => any;
|
|
5116
|
+
/**
|
|
5117
|
+
* @internal
|
|
5118
|
+
*/
|
|
5119
|
+
export declare const RenewalSettingsFilterSensitiveLog: (obj: RenewalSettings) => any;
|
|
5120
|
+
/**
|
|
5121
|
+
* @internal
|
|
5122
|
+
*/
|
|
5123
|
+
export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
|
|
5124
|
+
/**
|
|
5125
|
+
* @internal
|
|
5126
|
+
*/
|
|
5127
|
+
export declare const HlsId3SegmentTaggingScheduleActionSettingsFilterSensitiveLog: (obj: HlsId3SegmentTaggingScheduleActionSettings) => any;
|
|
5128
|
+
/**
|
|
5129
|
+
* @internal
|
|
5130
|
+
*/
|
|
5131
|
+
export declare const HlsTimedMetadataScheduleActionSettingsFilterSensitiveLog: (obj: HlsTimedMetadataScheduleActionSettings) => any;
|
|
5132
|
+
/**
|
|
5133
|
+
* @internal
|
|
5134
|
+
*/
|
|
5135
|
+
export declare const StartTimecodeFilterSensitiveLog: (obj: StartTimecode) => any;
|
|
5136
|
+
/**
|
|
5137
|
+
* @internal
|
|
5138
|
+
*/
|
|
5139
|
+
export declare const StopTimecodeFilterSensitiveLog: (obj: StopTimecode) => any;
|
|
5140
|
+
/**
|
|
5141
|
+
* @internal
|
|
5142
|
+
*/
|
|
5143
|
+
export declare const InputClippingSettingsFilterSensitiveLog: (obj: InputClippingSettings) => any;
|
|
5144
|
+
/**
|
|
5145
|
+
* @internal
|
|
5146
|
+
*/
|
|
5147
|
+
export declare const InputPrepareScheduleActionSettingsFilterSensitiveLog: (obj: InputPrepareScheduleActionSettings) => any;
|
|
5148
|
+
/**
|
|
5149
|
+
* @internal
|
|
5150
|
+
*/
|
|
5151
|
+
export declare const InputSwitchScheduleActionSettingsFilterSensitiveLog: (obj: InputSwitchScheduleActionSettings) => any;
|
|
5152
|
+
/**
|
|
5153
|
+
* @internal
|
|
5154
|
+
*/
|
|
5155
|
+
export declare const MotionGraphicsActivateScheduleActionSettingsFilterSensitiveLog: (obj: MotionGraphicsActivateScheduleActionSettings) => any;
|
|
5156
|
+
/**
|
|
5157
|
+
* @internal
|
|
5158
|
+
*/
|
|
5159
|
+
export declare const MotionGraphicsDeactivateScheduleActionSettingsFilterSensitiveLog: (obj: MotionGraphicsDeactivateScheduleActionSettings) => any;
|
|
5160
|
+
/**
|
|
5161
|
+
* @internal
|
|
5162
|
+
*/
|
|
5163
|
+
export declare const PauseStateScheduleActionSettingsFilterSensitiveLog: (obj: PauseStateScheduleActionSettings) => any;
|
|
5164
|
+
/**
|
|
5165
|
+
* @internal
|
|
5166
|
+
*/
|
|
5167
|
+
export declare const Scte35ReturnToNetworkScheduleActionSettingsFilterSensitiveLog: (obj: Scte35ReturnToNetworkScheduleActionSettings) => any;
|
|
5168
|
+
/**
|
|
5169
|
+
* @internal
|
|
5170
|
+
*/
|
|
5171
|
+
export declare const Scte35SpliceInsertScheduleActionSettingsFilterSensitiveLog: (obj: Scte35SpliceInsertScheduleActionSettings) => any;
|
|
5172
|
+
/**
|
|
5173
|
+
* @internal
|
|
5174
|
+
*/
|
|
5175
|
+
export declare const Scte35DeliveryRestrictionsFilterSensitiveLog: (obj: Scte35DeliveryRestrictions) => any;
|
|
5176
|
+
/**
|
|
5177
|
+
* @internal
|
|
5178
|
+
*/
|
|
5179
|
+
export declare const Scte35SegmentationDescriptorFilterSensitiveLog: (obj: Scte35SegmentationDescriptor) => any;
|
|
5180
|
+
/**
|
|
5181
|
+
* @internal
|
|
5182
|
+
*/
|
|
5183
|
+
export declare const Scte35DescriptorSettingsFilterSensitiveLog: (obj: Scte35DescriptorSettings) => any;
|
|
5184
|
+
/**
|
|
5185
|
+
* @internal
|
|
5186
|
+
*/
|
|
5187
|
+
export declare const Scte35DescriptorFilterSensitiveLog: (obj: Scte35Descriptor) => any;
|
|
5188
|
+
/**
|
|
5189
|
+
* @internal
|
|
5190
|
+
*/
|
|
5191
|
+
export declare const Scte35TimeSignalScheduleActionSettingsFilterSensitiveLog: (obj: Scte35TimeSignalScheduleActionSettings) => any;
|
|
5192
|
+
/**
|
|
5193
|
+
* @internal
|
|
5194
|
+
*/
|
|
5195
|
+
export declare const StaticImageActivateScheduleActionSettingsFilterSensitiveLog: (obj: StaticImageActivateScheduleActionSettings) => any;
|
|
5196
|
+
/**
|
|
5197
|
+
* @internal
|
|
5198
|
+
*/
|
|
5199
|
+
export declare const StaticImageDeactivateScheduleActionSettingsFilterSensitiveLog: (obj: StaticImageDeactivateScheduleActionSettings) => any;
|
|
5200
|
+
/**
|
|
5201
|
+
* @internal
|
|
5202
|
+
*/
|
|
5203
|
+
export declare const ScheduleActionSettingsFilterSensitiveLog: (obj: ScheduleActionSettings) => any;
|
|
5204
|
+
/**
|
|
5205
|
+
* @internal
|
|
5206
|
+
*/
|
|
5207
|
+
export declare const FixedModeScheduleActionStartSettingsFilterSensitiveLog: (obj: FixedModeScheduleActionStartSettings) => any;
|
|
5208
|
+
/**
|
|
5209
|
+
* @internal
|
|
5210
|
+
*/
|
|
5211
|
+
export declare const FollowModeScheduleActionStartSettingsFilterSensitiveLog: (obj: FollowModeScheduleActionStartSettings) => any;
|
|
5212
|
+
/**
|
|
5213
|
+
* @internal
|
|
5214
|
+
*/
|
|
5215
|
+
export declare const ImmediateModeScheduleActionStartSettingsFilterSensitiveLog: (obj: ImmediateModeScheduleActionStartSettings) => any;
|
|
5216
|
+
/**
|
|
5217
|
+
* @internal
|
|
5218
|
+
*/
|
|
5219
|
+
export declare const ScheduleActionStartSettingsFilterSensitiveLog: (obj: ScheduleActionStartSettings) => any;
|
|
5220
|
+
/**
|
|
5221
|
+
* @internal
|
|
5222
|
+
*/
|
|
5223
|
+
export declare const ScheduleActionFilterSensitiveLog: (obj: ScheduleAction) => any;
|
|
5224
|
+
/**
|
|
5225
|
+
* @internal
|
|
5226
|
+
*/
|
|
5227
|
+
export declare const TransferringInputDeviceSummaryFilterSensitiveLog: (obj: TransferringInputDeviceSummary) => any;
|
|
5228
|
+
/**
|
|
5229
|
+
* @internal
|
|
5230
|
+
*/
|
|
5231
|
+
export declare const ValidationErrorFilterSensitiveLog: (obj: ValidationError) => any;
|
|
5232
|
+
/**
|
|
5233
|
+
* @internal
|
|
5234
|
+
*/
|
|
5235
|
+
export declare const FrameCaptureSettingsFilterSensitiveLog: (obj: FrameCaptureSettings) => any;
|
|
5236
|
+
/**
|
|
5237
|
+
* @internal
|
|
5238
|
+
*/
|
|
5239
|
+
export declare const ColorSpacePassthroughSettingsFilterSensitiveLog: (obj: ColorSpacePassthroughSettings) => any;
|
|
5240
|
+
/**
|
|
5241
|
+
* @internal
|
|
5242
|
+
*/
|
|
5243
|
+
export declare const Rec601SettingsFilterSensitiveLog: (obj: Rec601Settings) => any;
|
|
5244
|
+
/**
|
|
5245
|
+
* @internal
|
|
5246
|
+
*/
|
|
5247
|
+
export declare const Rec709SettingsFilterSensitiveLog: (obj: Rec709Settings) => any;
|
|
5248
|
+
/**
|
|
5249
|
+
* @internal
|
|
5250
|
+
*/
|
|
5251
|
+
export declare const H264ColorSpaceSettingsFilterSensitiveLog: (obj: H264ColorSpaceSettings) => any;
|
|
5252
|
+
/**
|
|
5253
|
+
* @internal
|
|
5254
|
+
*/
|
|
5255
|
+
export declare const TemporalFilterSettingsFilterSensitiveLog: (obj: TemporalFilterSettings) => any;
|
|
5256
|
+
/**
|
|
5257
|
+
* @internal
|
|
5258
|
+
*/
|
|
5259
|
+
export declare const H264FilterSettingsFilterSensitiveLog: (obj: H264FilterSettings) => any;
|
|
5260
|
+
/**
|
|
5261
|
+
* @internal
|
|
5262
|
+
*/
|
|
5263
|
+
export declare const H264SettingsFilterSensitiveLog: (obj: H264Settings) => any;
|
|
5264
|
+
/**
|
|
5265
|
+
* @internal
|
|
5266
|
+
*/
|
|
5267
|
+
export declare const H265ColorSpaceSettingsFilterSensitiveLog: (obj: H265ColorSpaceSettings) => any;
|
|
5268
|
+
/**
|
|
5269
|
+
* @internal
|
|
5270
|
+
*/
|
|
5271
|
+
export declare const H265FilterSettingsFilterSensitiveLog: (obj: H265FilterSettings) => any;
|
|
5272
|
+
/**
|
|
5273
|
+
* @internal
|
|
5274
|
+
*/
|
|
5275
|
+
export declare const H265SettingsFilterSensitiveLog: (obj: H265Settings) => any;
|
|
5276
|
+
/**
|
|
5277
|
+
* @internal
|
|
5278
|
+
*/
|
|
5279
|
+
export declare const Mpeg2FilterSettingsFilterSensitiveLog: (obj: Mpeg2FilterSettings) => any;
|
|
5280
|
+
/**
|
|
5281
|
+
* @internal
|
|
5282
|
+
*/
|
|
5283
|
+
export declare const Mpeg2SettingsFilterSensitiveLog: (obj: Mpeg2Settings) => any;
|
|
5284
|
+
/**
|
|
5285
|
+
* @internal
|
|
5286
|
+
*/
|
|
5287
|
+
export declare const VideoCodecSettingsFilterSensitiveLog: (obj: VideoCodecSettings) => any;
|
|
5288
|
+
/**
|
|
5289
|
+
* @internal
|
|
5290
|
+
*/
|
|
5291
|
+
export declare const VideoDescriptionFilterSensitiveLog: (obj: VideoDescription) => any;
|
|
5292
|
+
/**
|
|
5293
|
+
* @internal
|
|
5294
|
+
*/
|
|
5295
|
+
export declare const AcceptInputDeviceTransferRequestFilterSensitiveLog: (obj: AcceptInputDeviceTransferRequest) => any;
|
|
5296
|
+
/**
|
|
5297
|
+
* @internal
|
|
5298
|
+
*/
|
|
5299
|
+
export declare const AcceptInputDeviceTransferResponseFilterSensitiveLog: (obj: AcceptInputDeviceTransferResponse) => any;
|
|
5300
|
+
/**
|
|
5301
|
+
* @internal
|
|
5302
|
+
*/
|
|
5303
|
+
export declare const AvailBlankingFilterSensitiveLog: (obj: AvailBlanking) => any;
|
|
5304
|
+
/**
|
|
5305
|
+
* @internal
|
|
5306
|
+
*/
|
|
5307
|
+
export declare const Scte35SpliceInsertFilterSensitiveLog: (obj: Scte35SpliceInsert) => any;
|
|
5308
|
+
/**
|
|
5309
|
+
* @internal
|
|
5310
|
+
*/
|
|
5311
|
+
export declare const Scte35TimeSignalAposFilterSensitiveLog: (obj: Scte35TimeSignalApos) => any;
|
|
5312
|
+
/**
|
|
5313
|
+
* @internal
|
|
5314
|
+
*/
|
|
5315
|
+
export declare const AvailSettingsFilterSensitiveLog: (obj: AvailSettings) => any;
|
|
5316
|
+
/**
|
|
5317
|
+
* @internal
|
|
5318
|
+
*/
|
|
5319
|
+
export declare const AvailConfigurationFilterSensitiveLog: (obj: AvailConfiguration) => any;
|
|
5320
|
+
/**
|
|
5321
|
+
* @internal
|
|
5322
|
+
*/
|
|
5323
|
+
export declare const BatchDeleteRequestFilterSensitiveLog: (obj: BatchDeleteRequest) => any;
|
|
5324
|
+
/**
|
|
5325
|
+
* @internal
|
|
5326
|
+
*/
|
|
5327
|
+
export declare const BatchDeleteResponseFilterSensitiveLog: (obj: BatchDeleteResponse) => any;
|
|
5328
|
+
/**
|
|
5329
|
+
* @internal
|
|
5330
|
+
*/
|
|
5331
|
+
export declare const BatchScheduleActionCreateRequestFilterSensitiveLog: (obj: BatchScheduleActionCreateRequest) => any;
|
|
5332
|
+
/**
|
|
5333
|
+
* @internal
|
|
5334
|
+
*/
|
|
5335
|
+
export declare const BatchScheduleActionCreateResultFilterSensitiveLog: (obj: BatchScheduleActionCreateResult) => any;
|
|
5336
|
+
/**
|
|
5337
|
+
* @internal
|
|
5338
|
+
*/
|
|
5339
|
+
export declare const BatchScheduleActionDeleteRequestFilterSensitiveLog: (obj: BatchScheduleActionDeleteRequest) => any;
|
|
5340
|
+
/**
|
|
5341
|
+
* @internal
|
|
5342
|
+
*/
|
|
5343
|
+
export declare const BatchScheduleActionDeleteResultFilterSensitiveLog: (obj: BatchScheduleActionDeleteResult) => any;
|
|
5344
|
+
/**
|
|
5345
|
+
* @internal
|
|
5346
|
+
*/
|
|
5347
|
+
export declare const BatchStartRequestFilterSensitiveLog: (obj: BatchStartRequest) => any;
|
|
5348
|
+
/**
|
|
5349
|
+
* @internal
|
|
5350
|
+
*/
|
|
5351
|
+
export declare const BatchStartResponseFilterSensitiveLog: (obj: BatchStartResponse) => any;
|
|
5352
|
+
/**
|
|
5353
|
+
* @internal
|
|
5354
|
+
*/
|
|
5355
|
+
export declare const BatchStopRequestFilterSensitiveLog: (obj: BatchStopRequest) => any;
|
|
5356
|
+
/**
|
|
5357
|
+
* @internal
|
|
5358
|
+
*/
|
|
5359
|
+
export declare const BatchStopResponseFilterSensitiveLog: (obj: BatchStopResponse) => any;
|
|
5360
|
+
/**
|
|
5361
|
+
* @internal
|
|
5362
|
+
*/
|
|
5363
|
+
export declare const BatchUpdateScheduleRequestFilterSensitiveLog: (obj: BatchUpdateScheduleRequest) => any;
|
|
5364
|
+
/**
|
|
5365
|
+
* @internal
|
|
5366
|
+
*/
|
|
5367
|
+
export declare const BatchUpdateScheduleResponseFilterSensitiveLog: (obj: BatchUpdateScheduleResponse) => any;
|
|
5368
|
+
/**
|
|
5369
|
+
* @internal
|
|
5370
|
+
*/
|
|
5371
|
+
export declare const BlackoutSlateFilterSensitiveLog: (obj: BlackoutSlate) => any;
|
|
5372
|
+
/**
|
|
5373
|
+
* @internal
|
|
5374
|
+
*/
|
|
5375
|
+
export declare const CancelInputDeviceTransferRequestFilterSensitiveLog: (obj: CancelInputDeviceTransferRequest) => any;
|
|
5376
|
+
/**
|
|
5377
|
+
* @internal
|
|
5378
|
+
*/
|
|
5379
|
+
export declare const CancelInputDeviceTransferResponseFilterSensitiveLog: (obj: CancelInputDeviceTransferResponse) => any;
|
|
5380
|
+
/**
|
|
5381
|
+
* @internal
|
|
5382
|
+
*/
|
|
5383
|
+
export declare const FeatureActivationsFilterSensitiveLog: (obj: FeatureActivations) => any;
|
|
5384
|
+
/**
|
|
5385
|
+
* @internal
|
|
5386
|
+
*/
|
|
5387
|
+
export declare const InputLossBehaviorFilterSensitiveLog: (obj: InputLossBehavior) => any;
|
|
5388
|
+
/**
|
|
5389
|
+
* @internal
|
|
5390
|
+
*/
|
|
5391
|
+
export declare const GlobalConfigurationFilterSensitiveLog: (obj: GlobalConfiguration) => any;
|
|
5392
|
+
/**
|
|
5393
|
+
* @internal
|
|
5394
|
+
*/
|
|
5395
|
+
export declare const HtmlMotionGraphicsSettingsFilterSensitiveLog: (obj: HtmlMotionGraphicsSettings) => any;
|
|
5396
|
+
/**
|
|
5397
|
+
* @internal
|
|
5398
|
+
*/
|
|
5399
|
+
export declare const MotionGraphicsSettingsFilterSensitiveLog: (obj: MotionGraphicsSettings) => any;
|
|
5400
|
+
/**
|
|
5401
|
+
* @internal
|
|
5402
|
+
*/
|
|
5403
|
+
export declare const MotionGraphicsConfigurationFilterSensitiveLog: (obj: MotionGraphicsConfiguration) => any;
|
|
5404
|
+
/**
|
|
5405
|
+
* @internal
|
|
5406
|
+
*/
|
|
5407
|
+
export declare const NielsenConfigurationFilterSensitiveLog: (obj: NielsenConfiguration) => any;
|
|
5408
|
+
/**
|
|
5409
|
+
* @internal
|
|
5410
|
+
*/
|
|
5411
|
+
export declare const TimecodeConfigFilterSensitiveLog: (obj: TimecodeConfig) => any;
|
|
5412
|
+
/**
|
|
5413
|
+
* @internal
|
|
5414
|
+
*/
|
|
5415
|
+
export declare const EncoderSettingsFilterSensitiveLog: (obj: EncoderSettings) => any;
|
|
5416
|
+
/**
|
|
5417
|
+
* @internal
|
|
5418
|
+
*/
|
|
5419
|
+
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
5420
|
+
/**
|
|
5421
|
+
* @internal
|
|
5422
|
+
*/
|
|
5423
|
+
export declare const ClaimDeviceRequestFilterSensitiveLog: (obj: ClaimDeviceRequest) => any;
|
|
5424
|
+
/**
|
|
5425
|
+
* @internal
|
|
5426
|
+
*/
|
|
5427
|
+
export declare const ClaimDeviceResponseFilterSensitiveLog: (obj: ClaimDeviceResponse) => any;
|
|
5428
|
+
/**
|
|
5429
|
+
* @internal
|
|
5430
|
+
*/
|
|
5431
|
+
export declare const MaintenanceCreateSettingsFilterSensitiveLog: (obj: MaintenanceCreateSettings) => any;
|
|
5432
|
+
/**
|
|
5433
|
+
* @internal
|
|
5434
|
+
*/
|
|
5435
|
+
export declare const VpcOutputSettingsFilterSensitiveLog: (obj: VpcOutputSettings) => any;
|
|
5436
|
+
/**
|
|
5437
|
+
* @internal
|
|
5438
|
+
*/
|
|
5439
|
+
export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
5440
|
+
/**
|
|
5441
|
+
* @internal
|
|
5442
|
+
*/
|
|
5443
|
+
export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
5444
|
+
/**
|
|
5445
|
+
* @internal
|
|
5446
|
+
*/
|
|
5447
|
+
export declare const InputVpcRequestFilterSensitiveLog: (obj: InputVpcRequest) => any;
|
|
5448
|
+
/**
|
|
5449
|
+
* @internal
|
|
5450
|
+
*/
|
|
5451
|
+
export declare const CreateInputRequestFilterSensitiveLog: (obj: CreateInputRequest) => any;
|
|
5452
|
+
/**
|
|
5453
|
+
* @internal
|
|
5454
|
+
*/
|
|
5455
|
+
export declare const CreateInputResponseFilterSensitiveLog: (obj: CreateInputResponse) => any;
|
|
5456
|
+
/**
|
|
5457
|
+
* @internal
|
|
5458
|
+
*/
|
|
5459
|
+
export declare const CreateInputSecurityGroupRequestFilterSensitiveLog: (obj: CreateInputSecurityGroupRequest) => any;
|
|
5460
|
+
/**
|
|
5461
|
+
* @internal
|
|
5462
|
+
*/
|
|
5463
|
+
export declare const CreateInputSecurityGroupResponseFilterSensitiveLog: (obj: CreateInputSecurityGroupResponse) => any;
|
|
5464
|
+
/**
|
|
5465
|
+
* @internal
|
|
5466
|
+
*/
|
|
5467
|
+
export declare const MultiplexSettingsFilterSensitiveLog: (obj: MultiplexSettings) => any;
|
|
5468
|
+
/**
|
|
5469
|
+
* @internal
|
|
5470
|
+
*/
|
|
5471
|
+
export declare const CreateMultiplexRequestFilterSensitiveLog: (obj: CreateMultiplexRequest) => any;
|
|
5472
|
+
/**
|
|
5473
|
+
* @internal
|
|
5474
|
+
*/
|
|
5475
|
+
export declare const MultiplexFilterSensitiveLog: (obj: Multiplex) => any;
|
|
5476
|
+
/**
|
|
5477
|
+
* @internal
|
|
5478
|
+
*/
|
|
5479
|
+
export declare const CreateMultiplexResponseFilterSensitiveLog: (obj: CreateMultiplexResponse) => any;
|
|
5480
|
+
/**
|
|
5481
|
+
* @internal
|
|
5482
|
+
*/
|
|
5483
|
+
export declare const MultiplexProgramServiceDescriptorFilterSensitiveLog: (obj: MultiplexProgramServiceDescriptor) => any;
|
|
5484
|
+
/**
|
|
5485
|
+
* @internal
|
|
5486
|
+
*/
|
|
5487
|
+
export declare const MultiplexStatmuxVideoSettingsFilterSensitiveLog: (obj: MultiplexStatmuxVideoSettings) => any;
|
|
5488
|
+
/**
|
|
5489
|
+
* @internal
|
|
5490
|
+
*/
|
|
5491
|
+
export declare const MultiplexVideoSettingsFilterSensitiveLog: (obj: MultiplexVideoSettings) => any;
|
|
5492
|
+
/**
|
|
5493
|
+
* @internal
|
|
5494
|
+
*/
|
|
5495
|
+
export declare const MultiplexProgramSettingsFilterSensitiveLog: (obj: MultiplexProgramSettings) => any;
|
|
5496
|
+
/**
|
|
5497
|
+
* @internal
|
|
5498
|
+
*/
|
|
5499
|
+
export declare const CreateMultiplexProgramRequestFilterSensitiveLog: (obj: CreateMultiplexProgramRequest) => any;
|
|
5500
|
+
/**
|
|
5501
|
+
* @internal
|
|
5502
|
+
*/
|
|
5503
|
+
export declare const MultiplexProgramPacketIdentifiersMapFilterSensitiveLog: (obj: MultiplexProgramPacketIdentifiersMap) => any;
|
|
5504
|
+
/**
|
|
5505
|
+
* @internal
|
|
5506
|
+
*/
|
|
5507
|
+
export declare const MultiplexProgramFilterSensitiveLog: (obj: MultiplexProgram) => any;
|
|
5508
|
+
/**
|
|
5509
|
+
* @internal
|
|
5510
|
+
*/
|
|
5511
|
+
export declare const CreateMultiplexProgramResponseFilterSensitiveLog: (obj: CreateMultiplexProgramResponse) => any;
|
|
5512
|
+
/**
|
|
5513
|
+
* @internal
|
|
5514
|
+
*/
|
|
5515
|
+
export declare const CreatePartnerInputRequestFilterSensitiveLog: (obj: CreatePartnerInputRequest) => any;
|
|
5516
|
+
/**
|
|
5517
|
+
* @internal
|
|
5518
|
+
*/
|
|
5519
|
+
export declare const CreatePartnerInputResponseFilterSensitiveLog: (obj: CreatePartnerInputResponse) => any;
|
|
5520
|
+
/**
|
|
5521
|
+
* @internal
|
|
5522
|
+
*/
|
|
5523
|
+
export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
5524
|
+
/**
|
|
5525
|
+
* @internal
|
|
5526
|
+
*/
|
|
5527
|
+
export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
5528
|
+
/**
|
|
5529
|
+
* @internal
|
|
5530
|
+
*/
|
|
5531
|
+
export declare const DeleteChannelResponseFilterSensitiveLog: (obj: DeleteChannelResponse) => any;
|
|
5532
|
+
/**
|
|
5533
|
+
* @internal
|
|
5534
|
+
*/
|
|
5535
|
+
export declare const DeleteInputRequestFilterSensitiveLog: (obj: DeleteInputRequest) => any;
|
|
5536
|
+
/**
|
|
5537
|
+
* @internal
|
|
5538
|
+
*/
|
|
5539
|
+
export declare const DeleteInputResponseFilterSensitiveLog: (obj: DeleteInputResponse) => any;
|
|
5540
|
+
/**
|
|
5541
|
+
* @internal
|
|
5542
|
+
*/
|
|
5543
|
+
export declare const DeleteInputSecurityGroupRequestFilterSensitiveLog: (obj: DeleteInputSecurityGroupRequest) => any;
|
|
5544
|
+
/**
|
|
5545
|
+
* @internal
|
|
5546
|
+
*/
|
|
5547
|
+
export declare const DeleteInputSecurityGroupResponseFilterSensitiveLog: (obj: DeleteInputSecurityGroupResponse) => any;
|
|
5548
|
+
/**
|
|
5549
|
+
* @internal
|
|
5550
|
+
*/
|
|
5551
|
+
export declare const DeleteMultiplexRequestFilterSensitiveLog: (obj: DeleteMultiplexRequest) => any;
|
|
5552
|
+
/**
|
|
5553
|
+
* @internal
|
|
5554
|
+
*/
|
|
5555
|
+
export declare const DeleteMultiplexResponseFilterSensitiveLog: (obj: DeleteMultiplexResponse) => any;
|
|
5556
|
+
/**
|
|
5557
|
+
* @internal
|
|
5558
|
+
*/
|
|
5559
|
+
export declare const DeleteMultiplexProgramRequestFilterSensitiveLog: (obj: DeleteMultiplexProgramRequest) => any;
|
|
5560
|
+
/**
|
|
5561
|
+
* @internal
|
|
5562
|
+
*/
|
|
5563
|
+
export declare const DeleteMultiplexProgramResponseFilterSensitiveLog: (obj: DeleteMultiplexProgramResponse) => any;
|
|
5564
|
+
/**
|
|
5565
|
+
* @internal
|
|
5566
|
+
*/
|
|
5567
|
+
export declare const DeleteReservationRequestFilterSensitiveLog: (obj: DeleteReservationRequest) => any;
|
|
5568
|
+
/**
|
|
5569
|
+
* @internal
|
|
5570
|
+
*/
|
|
5571
|
+
export declare const DeleteReservationResponseFilterSensitiveLog: (obj: DeleteReservationResponse) => any;
|
|
5572
|
+
/**
|
|
5573
|
+
* @internal
|
|
5574
|
+
*/
|
|
5575
|
+
export declare const DeleteScheduleRequestFilterSensitiveLog: (obj: DeleteScheduleRequest) => any;
|
|
5576
|
+
/**
|
|
5577
|
+
* @internal
|
|
5578
|
+
*/
|
|
5579
|
+
export declare const DeleteScheduleResponseFilterSensitiveLog: (obj: DeleteScheduleResponse) => any;
|
|
5580
|
+
/**
|
|
5581
|
+
* @internal
|
|
5582
|
+
*/
|
|
5583
|
+
export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
5584
|
+
/**
|
|
5585
|
+
* @internal
|
|
5586
|
+
*/
|
|
5587
|
+
export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
5588
|
+
/**
|
|
5589
|
+
* @internal
|
|
5590
|
+
*/
|
|
5591
|
+
export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
5592
|
+
/**
|
|
5593
|
+
* @internal
|
|
5594
|
+
*/
|
|
5595
|
+
export declare const DescribeInputRequestFilterSensitiveLog: (obj: DescribeInputRequest) => any;
|
|
5596
|
+
/**
|
|
5597
|
+
* @internal
|
|
5598
|
+
*/
|
|
5599
|
+
export declare const DescribeInputResponseFilterSensitiveLog: (obj: DescribeInputResponse) => any;
|
|
5600
|
+
/**
|
|
5601
|
+
* @internal
|
|
5602
|
+
*/
|
|
5603
|
+
export declare const DescribeInputDeviceRequestFilterSensitiveLog: (obj: DescribeInputDeviceRequest) => any;
|
|
5604
|
+
/**
|
|
5605
|
+
* @internal
|
|
5606
|
+
*/
|
|
5607
|
+
export declare const DescribeInputDeviceResponseFilterSensitiveLog: (obj: DescribeInputDeviceResponse) => any;
|
|
5608
|
+
/**
|
|
5609
|
+
* @internal
|
|
5610
|
+
*/
|
|
5611
|
+
export declare const DescribeInputDeviceThumbnailRequestFilterSensitiveLog: (obj: DescribeInputDeviceThumbnailRequest) => any;
|
|
5612
|
+
/**
|
|
5613
|
+
* @internal
|
|
5614
|
+
*/
|
|
5615
|
+
export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (obj: DescribeInputDeviceThumbnailResponse) => any;
|
|
5616
|
+
/**
|
|
5617
|
+
* @internal
|
|
5618
|
+
*/
|
|
5619
|
+
export declare const DescribeInputSecurityGroupRequestFilterSensitiveLog: (obj: DescribeInputSecurityGroupRequest) => any;
|
|
5620
|
+
/**
|
|
5621
|
+
* @internal
|
|
5622
|
+
*/
|
|
5623
|
+
export declare const DescribeInputSecurityGroupResponseFilterSensitiveLog: (obj: DescribeInputSecurityGroupResponse) => any;
|
|
5624
|
+
/**
|
|
5625
|
+
* @internal
|
|
5626
|
+
*/
|
|
5627
|
+
export declare const DescribeMultiplexRequestFilterSensitiveLog: (obj: DescribeMultiplexRequest) => any;
|
|
5628
|
+
/**
|
|
5629
|
+
* @internal
|
|
5630
|
+
*/
|
|
5631
|
+
export declare const DescribeMultiplexResponseFilterSensitiveLog: (obj: DescribeMultiplexResponse) => any;
|
|
5632
|
+
/**
|
|
5633
|
+
* @internal
|
|
5634
|
+
*/
|
|
5635
|
+
export declare const DescribeMultiplexProgramRequestFilterSensitiveLog: (obj: DescribeMultiplexProgramRequest) => any;
|
|
5636
|
+
/**
|
|
5637
|
+
* @internal
|
|
5638
|
+
*/
|
|
5639
|
+
export declare const DescribeMultiplexProgramResponseFilterSensitiveLog: (obj: DescribeMultiplexProgramResponse) => any;
|
|
5640
|
+
/**
|
|
5641
|
+
* @internal
|
|
5642
|
+
*/
|
|
5643
|
+
export declare const DescribeOfferingRequestFilterSensitiveLog: (obj: DescribeOfferingRequest) => any;
|
|
5644
|
+
/**
|
|
5645
|
+
* @internal
|
|
5646
|
+
*/
|
|
5647
|
+
export declare const DescribeOfferingResponseFilterSensitiveLog: (obj: DescribeOfferingResponse) => any;
|
|
5648
|
+
/**
|
|
5649
|
+
* @internal
|
|
5650
|
+
*/
|
|
5651
|
+
export declare const DescribeReservationRequestFilterSensitiveLog: (obj: DescribeReservationRequest) => any;
|
|
5652
|
+
/**
|
|
5653
|
+
* @internal
|
|
5654
|
+
*/
|
|
5655
|
+
export declare const DescribeReservationResponseFilterSensitiveLog: (obj: DescribeReservationResponse) => any;
|
|
5656
|
+
/**
|
|
5657
|
+
* @internal
|
|
5658
|
+
*/
|
|
5659
|
+
export declare const DescribeScheduleRequestFilterSensitiveLog: (obj: DescribeScheduleRequest) => any;
|
|
5660
|
+
/**
|
|
5661
|
+
* @internal
|
|
5662
|
+
*/
|
|
5663
|
+
export declare const DescribeScheduleResponseFilterSensitiveLog: (obj: DescribeScheduleResponse) => any;
|
|
5664
|
+
/**
|
|
5665
|
+
* @internal
|
|
5666
|
+
*/
|
|
5667
|
+
export declare const InputDeviceConfigurableSettingsFilterSensitiveLog: (obj: InputDeviceConfigurableSettings) => any;
|
|
5668
|
+
/**
|
|
5669
|
+
* @internal
|
|
5670
|
+
*/
|
|
5671
|
+
export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
5672
|
+
/**
|
|
5673
|
+
* @internal
|
|
5674
|
+
*/
|
|
5675
|
+
export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
5676
|
+
/**
|
|
5677
|
+
* @internal
|
|
5678
|
+
*/
|
|
5679
|
+
export declare const ListInputDevicesRequestFilterSensitiveLog: (obj: ListInputDevicesRequest) => any;
|
|
5680
|
+
/**
|
|
5681
|
+
* @internal
|
|
5682
|
+
*/
|
|
5683
|
+
export declare const ListInputDevicesResponseFilterSensitiveLog: (obj: ListInputDevicesResponse) => any;
|
|
5684
|
+
/**
|
|
5685
|
+
* @internal
|
|
5686
|
+
*/
|
|
5687
|
+
export declare const ListInputDeviceTransfersRequestFilterSensitiveLog: (obj: ListInputDeviceTransfersRequest) => any;
|
|
5688
|
+
/**
|
|
5689
|
+
* @internal
|
|
5690
|
+
*/
|
|
5691
|
+
export declare const ListInputDeviceTransfersResponseFilterSensitiveLog: (obj: ListInputDeviceTransfersResponse) => any;
|
|
5692
|
+
/**
|
|
5693
|
+
* @internal
|
|
5694
|
+
*/
|
|
5695
|
+
export declare const ListInputsRequestFilterSensitiveLog: (obj: ListInputsRequest) => any;
|
|
5696
|
+
/**
|
|
5697
|
+
* @internal
|
|
5698
|
+
*/
|
|
5699
|
+
export declare const ListInputsResponseFilterSensitiveLog: (obj: ListInputsResponse) => any;
|
|
5700
|
+
/**
|
|
5701
|
+
* @internal
|
|
5702
|
+
*/
|
|
5703
|
+
export declare const ListInputSecurityGroupsRequestFilterSensitiveLog: (obj: ListInputSecurityGroupsRequest) => any;
|
|
5704
|
+
/**
|
|
5705
|
+
* @internal
|
|
5706
|
+
*/
|
|
5707
|
+
export declare const ListInputSecurityGroupsResponseFilterSensitiveLog: (obj: ListInputSecurityGroupsResponse) => any;
|
|
5708
|
+
/**
|
|
5709
|
+
* @internal
|
|
5710
|
+
*/
|
|
5711
|
+
export declare const ListMultiplexesRequestFilterSensitiveLog: (obj: ListMultiplexesRequest) => any;
|
|
5712
|
+
/**
|
|
5713
|
+
* @internal
|
|
5714
|
+
*/
|
|
5715
|
+
export declare const ListMultiplexesResponseFilterSensitiveLog: (obj: ListMultiplexesResponse) => any;
|
|
5716
|
+
/**
|
|
5717
|
+
* @internal
|
|
5718
|
+
*/
|
|
5719
|
+
export declare const ListMultiplexProgramsRequestFilterSensitiveLog: (obj: ListMultiplexProgramsRequest) => any;
|
|
5720
|
+
/**
|
|
5721
|
+
* @internal
|
|
5722
|
+
*/
|
|
5723
|
+
export declare const ListMultiplexProgramsResponseFilterSensitiveLog: (obj: ListMultiplexProgramsResponse) => any;
|
|
5724
|
+
/**
|
|
5725
|
+
* @internal
|
|
5726
|
+
*/
|
|
5727
|
+
export declare const ListOfferingsRequestFilterSensitiveLog: (obj: ListOfferingsRequest) => any;
|
|
5728
|
+
/**
|
|
5729
|
+
* @internal
|
|
5730
|
+
*/
|
|
5731
|
+
export declare const ListOfferingsResponseFilterSensitiveLog: (obj: ListOfferingsResponse) => any;
|
|
5732
|
+
/**
|
|
5733
|
+
* @internal
|
|
5734
|
+
*/
|
|
5735
|
+
export declare const ListReservationsRequestFilterSensitiveLog: (obj: ListReservationsRequest) => any;
|
|
5736
|
+
/**
|
|
5737
|
+
* @internal
|
|
5738
|
+
*/
|
|
5739
|
+
export declare const ListReservationsResponseFilterSensitiveLog: (obj: ListReservationsResponse) => any;
|
|
5740
|
+
/**
|
|
5741
|
+
* @internal
|
|
5742
|
+
*/
|
|
5743
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
5744
|
+
/**
|
|
5745
|
+
* @internal
|
|
5746
|
+
*/
|
|
5747
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
5748
|
+
/**
|
|
5749
|
+
* @internal
|
|
5750
|
+
*/
|
|
5751
|
+
export declare const MaintenanceUpdateSettingsFilterSensitiveLog: (obj: MaintenanceUpdateSettings) => any;
|
|
5752
|
+
/**
|
|
5753
|
+
* @internal
|
|
5754
|
+
*/
|
|
5755
|
+
export declare const PurchaseOfferingRequestFilterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
|
|
5756
|
+
/**
|
|
5757
|
+
* @internal
|
|
5758
|
+
*/
|
|
5759
|
+
export declare const PurchaseOfferingResponseFilterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
|
|
5760
|
+
/**
|
|
5761
|
+
* @internal
|
|
5762
|
+
*/
|
|
5763
|
+
export declare const RebootInputDeviceRequestFilterSensitiveLog: (obj: RebootInputDeviceRequest) => any;
|
|
5764
|
+
/**
|
|
5765
|
+
* @internal
|
|
5766
|
+
*/
|
|
5767
|
+
export declare const RebootInputDeviceResponseFilterSensitiveLog: (obj: RebootInputDeviceResponse) => any;
|
|
5768
|
+
/**
|
|
5769
|
+
* @internal
|
|
5770
|
+
*/
|
|
5771
|
+
export declare const RejectInputDeviceTransferRequestFilterSensitiveLog: (obj: RejectInputDeviceTransferRequest) => any;
|
|
5772
|
+
/**
|
|
5773
|
+
* @internal
|
|
5774
|
+
*/
|
|
5775
|
+
export declare const RejectInputDeviceTransferResponseFilterSensitiveLog: (obj: RejectInputDeviceTransferResponse) => any;
|
|
5776
|
+
/**
|
|
5777
|
+
* @internal
|
|
5778
|
+
*/
|
|
5779
|
+
export declare const StartChannelRequestFilterSensitiveLog: (obj: StartChannelRequest) => any;
|
|
5780
|
+
/**
|
|
5781
|
+
* @internal
|
|
5782
|
+
*/
|
|
5783
|
+
export declare const StartChannelResponseFilterSensitiveLog: (obj: StartChannelResponse) => any;
|
|
5784
|
+
/**
|
|
5785
|
+
* @internal
|
|
5786
|
+
*/
|
|
5787
|
+
export declare const StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog: (obj: StartInputDeviceMaintenanceWindowRequest) => any;
|
|
5788
|
+
/**
|
|
5789
|
+
* @internal
|
|
5790
|
+
*/
|
|
5791
|
+
export declare const StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog: (obj: StartInputDeviceMaintenanceWindowResponse) => any;
|
|
5792
|
+
/**
|
|
5793
|
+
* @internal
|
|
5794
|
+
*/
|
|
5795
|
+
export declare const StartMultiplexRequestFilterSensitiveLog: (obj: StartMultiplexRequest) => any;
|
|
5796
|
+
/**
|
|
5797
|
+
* @internal
|
|
5798
|
+
*/
|
|
5799
|
+
export declare const StartMultiplexResponseFilterSensitiveLog: (obj: StartMultiplexResponse) => any;
|
|
5800
|
+
/**
|
|
5801
|
+
* @internal
|
|
5802
|
+
*/
|
|
5803
|
+
export declare const StopChannelRequestFilterSensitiveLog: (obj: StopChannelRequest) => any;
|
|
5804
|
+
/**
|
|
5805
|
+
* @internal
|
|
5806
|
+
*/
|
|
5807
|
+
export declare const StopChannelResponseFilterSensitiveLog: (obj: StopChannelResponse) => any;
|
|
5808
|
+
/**
|
|
5809
|
+
* @internal
|
|
5810
|
+
*/
|
|
5811
|
+
export declare const StopMultiplexRequestFilterSensitiveLog: (obj: StopMultiplexRequest) => any;
|
|
5812
|
+
/**
|
|
5813
|
+
* @internal
|
|
5814
|
+
*/
|
|
5815
|
+
export declare const StopMultiplexResponseFilterSensitiveLog: (obj: StopMultiplexResponse) => any;
|
|
5816
|
+
/**
|
|
5817
|
+
* @internal
|
|
5818
|
+
*/
|
|
5819
|
+
export declare const TransferInputDeviceRequestFilterSensitiveLog: (obj: TransferInputDeviceRequest) => any;
|
|
5820
|
+
/**
|
|
5821
|
+
* @internal
|
|
5822
|
+
*/
|
|
5823
|
+
export declare const TransferInputDeviceResponseFilterSensitiveLog: (obj: TransferInputDeviceResponse) => any;
|
|
5824
|
+
/**
|
|
5825
|
+
* @internal
|
|
5826
|
+
*/
|
|
5827
|
+
export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
5828
|
+
/**
|
|
5829
|
+
* @internal
|
|
5830
|
+
*/
|
|
5831
|
+
export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
5832
|
+
/**
|
|
5833
|
+
* @internal
|
|
5834
|
+
*/
|
|
5835
|
+
export declare const UpdateChannelClassRequestFilterSensitiveLog: (obj: UpdateChannelClassRequest) => any;
|
|
5836
|
+
/**
|
|
5837
|
+
* @internal
|
|
5838
|
+
*/
|
|
5839
|
+
export declare const UpdateChannelClassResponseFilterSensitiveLog: (obj: UpdateChannelClassResponse) => any;
|
|
5840
|
+
/**
|
|
5841
|
+
* @internal
|
|
5842
|
+
*/
|
|
5843
|
+
export declare const UpdateInputRequestFilterSensitiveLog: (obj: UpdateInputRequest) => any;
|