@aws-sdk/client-medialive 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist-types/MediaLive.d.ts +60 -0
  2. package/dist-types/MediaLiveClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchDeleteCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchStartCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchStopCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +16 -0
  8. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +16 -0
  9. package/dist-types/commands/ClaimDeviceCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateChannelCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateInputCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateMultiplexCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +16 -0
  15. package/dist-types/commands/CreatePartnerInputCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteInputCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteMultiplexCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteReservationCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteScheduleCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeChannelCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeInputCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeMultiplexCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeOfferingCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeReservationCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeScheduleCommand.d.ts +16 -0
  35. package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +16 -0
  37. package/dist-types/commands/ListInputDevicesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListInputsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListMultiplexesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListReservationsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  45. package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
  46. package/dist-types/commands/RebootInputDeviceCommand.d.ts +16 -0
  47. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +16 -0
  48. package/dist-types/commands/StartChannelCommand.d.ts +16 -0
  49. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +16 -0
  50. package/dist-types/commands/StartMultiplexCommand.d.ts +16 -0
  51. package/dist-types/commands/StopChannelCommand.d.ts +16 -0
  52. package/dist-types/commands/StopMultiplexCommand.d.ts +16 -0
  53. package/dist-types/commands/TransferInputDeviceCommand.d.ts +16 -0
  54. package/dist-types/commands/UpdateChannelClassCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateInputCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateMultiplexCommand.d.ts +16 -0
  60. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateReservationCommand.d.ts +16 -0
  62. package/dist-types/models/MediaLiveServiceException.d.ts +2 -0
  63. package/dist-types/models/models_0.d.ts +612 -0
  64. package/dist-types/models/models_1.d.ts +518 -0
  65. package/dist-types/models/models_2.d.ts +25 -0
  66. package/dist-types/pagination/DescribeSchedulePaginator.d.ts +3 -0
  67. package/dist-types/pagination/Interfaces.d.ts +3 -0
  68. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +3 -0
  70. package/dist-types/pagination/ListInputDevicesPaginator.d.ts +3 -0
  71. package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +3 -0
  72. package/dist-types/pagination/ListInputsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListMultiplexesPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListReservationsPaginator.d.ts +3 -0
  77. package/package.json +3 -3
@@ -3,45 +3,73 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
3
3
  import { Readable } from "stream";
4
4
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
5
5
  import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, IFrameOnlyPlaylistType, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputLossActionForHlsOut, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, KeyProviderSettings, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
6
+ /**
7
+ * @public
8
+ */
6
9
  export declare enum HlsMode {
7
10
  LIVE = "LIVE",
8
11
  VOD = "VOD"
9
12
  }
13
+ /**
14
+ * @public
15
+ */
10
16
  export declare enum HlsOutputSelection {
11
17
  MANIFESTS_AND_SEGMENTS = "MANIFESTS_AND_SEGMENTS",
12
18
  SEGMENTS_ONLY = "SEGMENTS_ONLY",
13
19
  VARIANT_MANIFESTS_AND_SEGMENTS = "VARIANT_MANIFESTS_AND_SEGMENTS"
14
20
  }
21
+ /**
22
+ * @public
23
+ */
15
24
  export declare enum HlsProgramDateTime {
16
25
  EXCLUDE = "EXCLUDE",
17
26
  INCLUDE = "INCLUDE"
18
27
  }
28
+ /**
29
+ * @public
30
+ */
19
31
  export declare enum HlsProgramDateTimeClock {
20
32
  INITIALIZE_FROM_OUTPUT_TIMECODE = "INITIALIZE_FROM_OUTPUT_TIMECODE",
21
33
  SYSTEM_CLOCK = "SYSTEM_CLOCK"
22
34
  }
35
+ /**
36
+ * @public
37
+ */
23
38
  export declare enum HlsRedundantManifest {
24
39
  DISABLED = "DISABLED",
25
40
  ENABLED = "ENABLED"
26
41
  }
42
+ /**
43
+ * @public
44
+ */
27
45
  export declare enum HlsSegmentationMode {
28
46
  USE_INPUT_SEGMENTATION = "USE_INPUT_SEGMENTATION",
29
47
  USE_SEGMENT_DURATION = "USE_SEGMENT_DURATION"
30
48
  }
49
+ /**
50
+ * @public
51
+ */
31
52
  export declare enum HlsStreamInfResolution {
32
53
  EXCLUDE = "EXCLUDE",
33
54
  INCLUDE = "INCLUDE"
34
55
  }
56
+ /**
57
+ * @public
58
+ */
35
59
  export declare enum HlsTimedMetadataId3Frame {
36
60
  NONE = "NONE",
37
61
  PRIV = "PRIV",
38
62
  TDRL = "TDRL"
39
63
  }
64
+ /**
65
+ * @public
66
+ */
40
67
  export declare enum HlsTsFileMode {
41
68
  SEGMENTED_FILES = "SEGMENTED_FILES",
42
69
  SINGLE_FILE = "SINGLE_FILE"
43
70
  }
44
71
  /**
72
+ * @public
45
73
  * Hls Group Settings
46
74
  */
47
75
  export interface HlsGroupSettings {
@@ -254,6 +282,7 @@ export interface HlsGroupSettings {
254
282
  TsFileMode?: HlsTsFileMode | string;
255
283
  }
256
284
  /**
285
+ * @public
257
286
  * Media Package Group Settings
258
287
  */
259
288
  export interface MediaPackageGroupSettings {
@@ -262,45 +291,73 @@ export interface MediaPackageGroupSettings {
262
291
  */
263
292
  Destination: OutputLocationRef | undefined;
264
293
  }
294
+ /**
295
+ * @public
296
+ */
265
297
  export declare enum SmoothGroupAudioOnlyTimecodeControl {
266
298
  PASSTHROUGH = "PASSTHROUGH",
267
299
  USE_CONFIGURED_CLOCK = "USE_CONFIGURED_CLOCK"
268
300
  }
301
+ /**
302
+ * @public
303
+ */
269
304
  export declare enum SmoothGroupCertificateMode {
270
305
  SELF_SIGNED = "SELF_SIGNED",
271
306
  VERIFY_AUTHENTICITY = "VERIFY_AUTHENTICITY"
272
307
  }
308
+ /**
309
+ * @public
310
+ */
273
311
  export declare enum SmoothGroupEventIdMode {
274
312
  NO_EVENT_ID = "NO_EVENT_ID",
275
313
  USE_CONFIGURED = "USE_CONFIGURED",
276
314
  USE_TIMESTAMP = "USE_TIMESTAMP"
277
315
  }
316
+ /**
317
+ * @public
318
+ */
278
319
  export declare enum SmoothGroupEventStopBehavior {
279
320
  NONE = "NONE",
280
321
  SEND_EOS = "SEND_EOS"
281
322
  }
323
+ /**
324
+ * @public
325
+ */
282
326
  export declare enum InputLossActionForMsSmoothOut {
283
327
  EMIT_OUTPUT = "EMIT_OUTPUT",
284
328
  PAUSE_OUTPUT = "PAUSE_OUTPUT"
285
329
  }
330
+ /**
331
+ * @public
332
+ */
286
333
  export declare enum SmoothGroupSegmentationMode {
287
334
  USE_INPUT_SEGMENTATION = "USE_INPUT_SEGMENTATION",
288
335
  USE_SEGMENT_DURATION = "USE_SEGMENT_DURATION"
289
336
  }
337
+ /**
338
+ * @public
339
+ */
290
340
  export declare enum SmoothGroupSparseTrackType {
291
341
  NONE = "NONE",
292
342
  SCTE_35 = "SCTE_35",
293
343
  SCTE_35_WITHOUT_SEGMENTATION = "SCTE_35_WITHOUT_SEGMENTATION"
294
344
  }
345
+ /**
346
+ * @public
347
+ */
295
348
  export declare enum SmoothGroupStreamManifestBehavior {
296
349
  DO_NOT_SEND = "DO_NOT_SEND",
297
350
  SEND = "SEND"
298
351
  }
352
+ /**
353
+ * @public
354
+ */
299
355
  export declare enum SmoothGroupTimestampOffsetMode {
300
356
  USE_CONFIGURED_OFFSET = "USE_CONFIGURED_OFFSET",
301
357
  USE_EVENT_START_DATE = "USE_EVENT_START_DATE"
302
358
  }
303
359
  /**
360
+ * @public
304
361
  * Ms Smooth Group Settings
305
362
  */
306
363
  export interface MsSmoothGroupSettings {
@@ -394,31 +451,48 @@ export interface MsSmoothGroupSettings {
394
451
  TimestampOffsetMode?: SmoothGroupTimestampOffsetMode | string;
395
452
  }
396
453
  /**
454
+ * @public
397
455
  * Multiplex Group Settings
398
456
  */
399
457
  export interface MultiplexGroupSettings {
400
458
  }
459
+ /**
460
+ * @public
461
+ */
401
462
  export declare enum RtmpAdMarkers {
402
463
  ON_CUE_POINT_SCTE35 = "ON_CUE_POINT_SCTE35"
403
464
  }
465
+ /**
466
+ * @public
467
+ */
404
468
  export declare enum AuthenticationScheme {
405
469
  AKAMAI = "AKAMAI",
406
470
  COMMON = "COMMON"
407
471
  }
472
+ /**
473
+ * @public
474
+ */
408
475
  export declare enum RtmpCacheFullBehavior {
409
476
  DISCONNECT_IMMEDIATELY = "DISCONNECT_IMMEDIATELY",
410
477
  WAIT_FOR_SERVER = "WAIT_FOR_SERVER"
411
478
  }
479
+ /**
480
+ * @public
481
+ */
412
482
  export declare enum RtmpCaptionData {
413
483
  ALL = "ALL",
414
484
  FIELD1_608 = "FIELD1_608",
415
485
  FIELD1_AND_FIELD2_608 = "FIELD1_AND_FIELD2_608"
416
486
  }
487
+ /**
488
+ * @public
489
+ */
417
490
  export declare enum InputLossActionForRtmpOut {
418
491
  EMIT_OUTPUT = "EMIT_OUTPUT",
419
492
  PAUSE_OUTPUT = "PAUSE_OUTPUT"
420
493
  }
421
494
  /**
495
+ * @public
422
496
  * Rtmp Group Settings
423
497
  */
424
498
  export interface RtmpGroupSettings {
@@ -454,17 +528,24 @@ export interface RtmpGroupSettings {
454
528
  */
455
529
  RestartDelay?: number;
456
530
  }
531
+ /**
532
+ * @public
533
+ */
457
534
  export declare enum InputLossActionForUdpOut {
458
535
  DROP_PROGRAM = "DROP_PROGRAM",
459
536
  DROP_TS = "DROP_TS",
460
537
  EMIT_PROGRAM = "EMIT_PROGRAM"
461
538
  }
539
+ /**
540
+ * @public
541
+ */
462
542
  export declare enum UdpTimedMetadataId3Frame {
463
543
  NONE = "NONE",
464
544
  PRIV = "PRIV",
465
545
  TDRL = "TDRL"
466
546
  }
467
547
  /**
548
+ * @public
468
549
  * Udp Group Settings
469
550
  */
470
551
  export interface UdpGroupSettings {
@@ -482,6 +563,7 @@ export interface UdpGroupSettings {
482
563
  TimedMetadataId3Period?: number;
483
564
  }
484
565
  /**
566
+ * @public
485
567
  * Output Group Settings
486
568
  */
487
569
  export interface OutputGroupSettings {
@@ -519,6 +601,7 @@ export interface OutputGroupSettings {
519
601
  UdpGroupSettings?: UdpGroupSettings;
520
602
  }
521
603
  /**
604
+ * @public
522
605
  * Output groups for this Live Event. Output groups contain information about where streams should be distributed.
523
606
  */
524
607
  export interface OutputGroup {
@@ -536,6 +619,7 @@ export interface OutputGroup {
536
619
  Outputs: Output[] | undefined;
537
620
  }
538
621
  /**
622
+ * @public
539
623
  * Runtime details of a pipeline when a channel is running.
540
624
  */
541
625
  export interface PipelineDetail {
@@ -560,11 +644,15 @@ export interface PipelineDetail {
560
644
  */
561
645
  PipelineId?: string;
562
646
  }
647
+ /**
648
+ * @public
649
+ */
563
650
  export declare enum PipelineId {
564
651
  PIPELINE_0 = "PIPELINE_0",
565
652
  PIPELINE_1 = "PIPELINE_1"
566
653
  }
567
654
  /**
655
+ * @public
568
656
  * Settings for pausing a pipeline.
569
657
  */
570
658
  export interface PipelinePauseStateSettings {
@@ -573,12 +661,16 @@ export interface PipelinePauseStateSettings {
573
661
  */
574
662
  PipelineId: PipelineId | string | undefined;
575
663
  }
664
+ /**
665
+ * @public
666
+ */
576
667
  export declare enum ReservationAutomaticRenewal {
577
668
  DISABLED = "DISABLED",
578
669
  ENABLED = "ENABLED",
579
670
  UNAVAILABLE = "UNAVAILABLE"
580
671
  }
581
672
  /**
673
+ * @public
582
674
  * The Renewal settings for Reservations
583
675
  */
584
676
  export interface RenewalSettings {
@@ -591,6 +683,9 @@ export interface RenewalSettings {
591
683
  */
592
684
  RenewalCount?: number;
593
685
  }
686
+ /**
687
+ * @public
688
+ */
594
689
  export declare enum ReservationState {
595
690
  ACTIVE = "ACTIVE",
596
691
  CANCELED = "CANCELED",
@@ -598,6 +693,7 @@ export declare enum ReservationState {
598
693
  EXPIRED = "EXPIRED"
599
694
  }
600
695
  /**
696
+ * @public
601
697
  * Reserved resources available to use
602
698
  */
603
699
  export interface Reservation {
@@ -679,6 +775,7 @@ export interface Reservation {
679
775
  UsagePrice?: number;
680
776
  }
681
777
  /**
778
+ * @public
682
779
  * Settings for the action to insert a user-defined ID3 tag in each HLS segment
683
780
  */
684
781
  export interface HlsId3SegmentTaggingScheduleActionSettings {
@@ -688,6 +785,7 @@ export interface HlsId3SegmentTaggingScheduleActionSettings {
688
785
  Tag: string | undefined;
689
786
  }
690
787
  /**
788
+ * @public
691
789
  * Settings for the action to emit HLS metadata
692
790
  */
693
791
  export interface HlsTimedMetadataScheduleActionSettings {
@@ -696,11 +794,15 @@ export interface HlsTimedMetadataScheduleActionSettings {
696
794
  */
697
795
  Id3: string | undefined;
698
796
  }
797
+ /**
798
+ * @public
799
+ */
699
800
  export declare enum InputTimecodeSource {
700
801
  EMBEDDED = "EMBEDDED",
701
802
  ZEROBASED = "ZEROBASED"
702
803
  }
703
804
  /**
805
+ * @public
704
806
  * Settings to identify the start of the clip.
705
807
  */
706
808
  export interface StartTimecode {
@@ -709,11 +811,15 @@ export interface StartTimecode {
709
811
  */
710
812
  Timecode?: string;
711
813
  }
814
+ /**
815
+ * @public
816
+ */
712
817
  export declare enum LastFrameClippingBehavior {
713
818
  EXCLUDE_LAST_FRAME = "EXCLUDE_LAST_FRAME",
714
819
  INCLUDE_LAST_FRAME = "INCLUDE_LAST_FRAME"
715
820
  }
716
821
  /**
822
+ * @public
717
823
  * Settings to identify the end of the clip.
718
824
  */
719
825
  export interface StopTimecode {
@@ -727,6 +833,7 @@ export interface StopTimecode {
727
833
  Timecode?: string;
728
834
  }
729
835
  /**
836
+ * @public
730
837
  * 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.
731
838
  */
732
839
  export interface InputClippingSettings {
@@ -744,6 +851,7 @@ export interface InputClippingSettings {
744
851
  StopTimecode?: StopTimecode;
745
852
  }
746
853
  /**
854
+ * @public
747
855
  * Action to prepare an input for a future immediate input switch.
748
856
  */
749
857
  export interface InputPrepareScheduleActionSettings {
@@ -761,6 +869,7 @@ export interface InputPrepareScheduleActionSettings {
761
869
  UrlPath?: string[];
762
870
  }
763
871
  /**
872
+ * @public
764
873
  * Settings for the "switch input" action: to switch from ingesting one input to ingesting another input.
765
874
  */
766
875
  export interface InputSwitchScheduleActionSettings {
@@ -778,6 +887,7 @@ export interface InputSwitchScheduleActionSettings {
778
887
  UrlPath?: string[];
779
888
  }
780
889
  /**
890
+ * @public
781
891
  * Settings to specify the rendering of motion graphics into the video stream.
782
892
  */
783
893
  export interface MotionGraphicsActivateScheduleActionSettings {
@@ -799,11 +909,13 @@ export interface MotionGraphicsActivateScheduleActionSettings {
799
909
  Username?: string;
800
910
  }
801
911
  /**
912
+ * @public
802
913
  * Settings to specify the ending of rendering motion graphics into the video stream.
803
914
  */
804
915
  export interface MotionGraphicsDeactivateScheduleActionSettings {
805
916
  }
806
917
  /**
918
+ * @public
807
919
  * Settings for the action to set pause state of a channel.
808
920
  */
809
921
  export interface PauseStateScheduleActionSettings {
@@ -812,11 +924,15 @@ export interface PauseStateScheduleActionSettings {
812
924
  */
813
925
  Pipelines?: PipelinePauseStateSettings[];
814
926
  }
927
+ /**
928
+ * @public
929
+ */
815
930
  export declare enum Scte35InputMode {
816
931
  FIXED = "FIXED",
817
932
  FOLLOW_ACTIVE = "FOLLOW_ACTIVE"
818
933
  }
819
934
  /**
935
+ * @public
820
936
  * Scte35Input Schedule Action Settings
821
937
  */
822
938
  export interface Scte35InputScheduleActionSettings {
@@ -830,6 +946,7 @@ export interface Scte35InputScheduleActionSettings {
830
946
  Mode: Scte35InputMode | string | undefined;
831
947
  }
832
948
  /**
949
+ * @public
833
950
  * Settings for a SCTE-35 return_to_network message.
834
951
  */
835
952
  export interface Scte35ReturnToNetworkScheduleActionSettings {
@@ -839,6 +956,7 @@ export interface Scte35ReturnToNetworkScheduleActionSettings {
839
956
  SpliceEventId: number | undefined;
840
957
  }
841
958
  /**
959
+ * @public
842
960
  * Settings for a SCTE-35 splice_insert message.
843
961
  */
844
962
  export interface Scte35SpliceInsertScheduleActionSettings {
@@ -851,25 +969,38 @@ export interface Scte35SpliceInsertScheduleActionSettings {
851
969
  */
852
970
  SpliceEventId: number | undefined;
853
971
  }
972
+ /**
973
+ * @public
974
+ */
854
975
  export declare enum Scte35ArchiveAllowedFlag {
855
976
  ARCHIVE_ALLOWED = "ARCHIVE_ALLOWED",
856
977
  ARCHIVE_NOT_ALLOWED = "ARCHIVE_NOT_ALLOWED"
857
978
  }
979
+ /**
980
+ * @public
981
+ */
858
982
  export declare enum Scte35DeviceRestrictions {
859
983
  NONE = "NONE",
860
984
  RESTRICT_GROUP0 = "RESTRICT_GROUP0",
861
985
  RESTRICT_GROUP1 = "RESTRICT_GROUP1",
862
986
  RESTRICT_GROUP2 = "RESTRICT_GROUP2"
863
987
  }
988
+ /**
989
+ * @public
990
+ */
864
991
  export declare enum Scte35NoRegionalBlackoutFlag {
865
992
  NO_REGIONAL_BLACKOUT = "NO_REGIONAL_BLACKOUT",
866
993
  REGIONAL_BLACKOUT = "REGIONAL_BLACKOUT"
867
994
  }
995
+ /**
996
+ * @public
997
+ */
868
998
  export declare enum Scte35WebDeliveryAllowedFlag {
869
999
  WEB_DELIVERY_ALLOWED = "WEB_DELIVERY_ALLOWED",
870
1000
  WEB_DELIVERY_NOT_ALLOWED = "WEB_DELIVERY_NOT_ALLOWED"
871
1001
  }
872
1002
  /**
1003
+ * @public
873
1004
  * Corresponds to SCTE-35 delivery_not_restricted_flag parameter. To declare delivery restrictions, include this element and its four "restriction" flags. To declare that there are no restrictions, omit this element.
874
1005
  */
875
1006
  export interface Scte35DeliveryRestrictions {
@@ -890,11 +1021,15 @@ export interface Scte35DeliveryRestrictions {
890
1021
  */
891
1022
  WebDeliveryAllowedFlag: Scte35WebDeliveryAllowedFlag | string | undefined;
892
1023
  }
1024
+ /**
1025
+ * @public
1026
+ */
893
1027
  export declare enum Scte35SegmentationCancelIndicator {
894
1028
  SEGMENTATION_EVENT_CANCELED = "SEGMENTATION_EVENT_CANCELED",
895
1029
  SEGMENTATION_EVENT_NOT_CANCELED = "SEGMENTATION_EVENT_NOT_CANCELED"
896
1030
  }
897
1031
  /**
1032
+ * @public
898
1033
  * Corresponds to SCTE-35 segmentation_descriptor.
899
1034
  */
900
1035
  export interface Scte35SegmentationDescriptor {
@@ -944,6 +1079,7 @@ export interface Scte35SegmentationDescriptor {
944
1079
  SubSegmentsExpected?: number;
945
1080
  }
946
1081
  /**
1082
+ * @public
947
1083
  * SCTE-35 Descriptor settings.
948
1084
  */
949
1085
  export interface Scte35DescriptorSettings {
@@ -953,6 +1089,7 @@ export interface Scte35DescriptorSettings {
953
1089
  SegmentationDescriptorScte35DescriptorSettings: Scte35SegmentationDescriptor | undefined;
954
1090
  }
955
1091
  /**
1092
+ * @public
956
1093
  * Holds one set of SCTE-35 Descriptor Settings.
957
1094
  */
958
1095
  export interface Scte35Descriptor {
@@ -962,6 +1099,7 @@ export interface Scte35Descriptor {
962
1099
  Scte35DescriptorSettings: Scte35DescriptorSettings | undefined;
963
1100
  }
964
1101
  /**
1102
+ * @public
965
1103
  * Settings for a SCTE-35 time_signal.
966
1104
  */
967
1105
  export interface Scte35TimeSignalScheduleActionSettings {
@@ -971,6 +1109,7 @@ export interface Scte35TimeSignalScheduleActionSettings {
971
1109
  Scte35Descriptors: Scte35Descriptor[] | undefined;
972
1110
  }
973
1111
  /**
1112
+ * @public
974
1113
  * Settings for the action to activate a static image.
975
1114
  */
976
1115
  export interface StaticImageActivateScheduleActionSettings {
@@ -1016,6 +1155,7 @@ export interface StaticImageActivateScheduleActionSettings {
1016
1155
  Width?: number;
1017
1156
  }
1018
1157
  /**
1158
+ * @public
1019
1159
  * Settings for the action to deactivate the image in a specific layer.
1020
1160
  */
1021
1161
  export interface StaticImageDeactivateScheduleActionSettings {
@@ -1029,6 +1169,7 @@ export interface StaticImageDeactivateScheduleActionSettings {
1029
1169
  Layer?: number;
1030
1170
  }
1031
1171
  /**
1172
+ * @public
1032
1173
  * Holds the settings for a single schedule action.
1033
1174
  */
1034
1175
  export interface ScheduleActionSettings {
@@ -1086,6 +1227,7 @@ export interface ScheduleActionSettings {
1086
1227
  StaticImageDeactivateSettings?: StaticImageDeactivateScheduleActionSettings;
1087
1228
  }
1088
1229
  /**
1230
+ * @public
1089
1231
  * Start time for the action.
1090
1232
  */
1091
1233
  export interface FixedModeScheduleActionStartSettings {
@@ -1094,11 +1236,15 @@ export interface FixedModeScheduleActionStartSettings {
1094
1236
  */
1095
1237
  Time: string | undefined;
1096
1238
  }
1239
+ /**
1240
+ * @public
1241
+ */
1097
1242
  export declare enum FollowPoint {
1098
1243
  END = "END",
1099
1244
  START = "START"
1100
1245
  }
1101
1246
  /**
1247
+ * @public
1102
1248
  * Settings to specify if an action follows another.
1103
1249
  */
1104
1250
  export interface FollowModeScheduleActionStartSettings {
@@ -1112,11 +1258,13 @@ export interface FollowModeScheduleActionStartSettings {
1112
1258
  ReferenceActionName: string | undefined;
1113
1259
  }
1114
1260
  /**
1261
+ * @public
1115
1262
  * Settings to configure an action so that it occurs as soon as possible.
1116
1263
  */
1117
1264
  export interface ImmediateModeScheduleActionStartSettings {
1118
1265
  }
1119
1266
  /**
1267
+ * @public
1120
1268
  * Settings to specify when an action should occur. Only one of the options must be selected.
1121
1269
  */
1122
1270
  export interface ScheduleActionStartSettings {
@@ -1134,6 +1282,7 @@ export interface ScheduleActionStartSettings {
1134
1282
  ImmediateModeScheduleActionStartSettings?: ImmediateModeScheduleActionStartSettings;
1135
1283
  }
1136
1284
  /**
1285
+ * @public
1137
1286
  * Contains information on a single schedule action.
1138
1287
  */
1139
1288
  export interface ScheduleAction {
@@ -1150,11 +1299,15 @@ export interface ScheduleAction {
1150
1299
  */
1151
1300
  ScheduleActionStartSettings: ScheduleActionStartSettings | undefined;
1152
1301
  }
1302
+ /**
1303
+ * @public
1304
+ */
1153
1305
  export declare enum InputDeviceTransferType {
1154
1306
  INCOMING = "INCOMING",
1155
1307
  OUTGOING = "OUTGOING"
1156
1308
  }
1157
1309
  /**
1310
+ * @public
1158
1311
  * Details about the input device that is being transferred.
1159
1312
  */
1160
1313
  export interface TransferringInputDeviceSummary {
@@ -1176,6 +1329,7 @@ export interface TransferringInputDeviceSummary {
1176
1329
  TransferType?: InputDeviceTransferType | string;
1177
1330
  }
1178
1331
  /**
1332
+ * @public
1179
1333
  * Placeholder documentation for ValidationError
1180
1334
  */
1181
1335
  export interface ValidationError {
@@ -1188,16 +1342,25 @@ export interface ValidationError {
1188
1342
  */
1189
1343
  ErrorMessage?: string;
1190
1344
  }
1345
+ /**
1346
+ * @public
1347
+ */
1191
1348
  export declare enum FrameCaptureIntervalUnit {
1192
1349
  MILLISECONDS = "MILLISECONDS",
1193
1350
  SECONDS = "SECONDS"
1194
1351
  }
1352
+ /**
1353
+ * @public
1354
+ */
1195
1355
  export declare enum TimecodeBurninFontSize {
1196
1356
  EXTRA_SMALL_10 = "EXTRA_SMALL_10",
1197
1357
  LARGE_48 = "LARGE_48",
1198
1358
  MEDIUM_32 = "MEDIUM_32",
1199
1359
  SMALL_16 = "SMALL_16"
1200
1360
  }
1361
+ /**
1362
+ * @public
1363
+ */
1201
1364
  export declare enum TimecodeBurninPosition {
1202
1365
  BOTTOM_CENTER = "BOTTOM_CENTER",
1203
1366
  BOTTOM_LEFT = "BOTTOM_LEFT",
@@ -1210,6 +1373,7 @@ export declare enum TimecodeBurninPosition {
1210
1373
  TOP_RIGHT = "TOP_RIGHT"
1211
1374
  }
1212
1375
  /**
1376
+ * @public
1213
1377
  * Timecode Burnin Settings
1214
1378
  */
1215
1379
  export interface TimecodeBurninSettings {
@@ -1227,6 +1391,7 @@ export interface TimecodeBurninSettings {
1227
1391
  Prefix?: string;
1228
1392
  }
1229
1393
  /**
1394
+ * @public
1230
1395
  * Frame Capture Settings
1231
1396
  */
1232
1397
  export interface FrameCaptureSettings {
@@ -1243,6 +1408,9 @@ export interface FrameCaptureSettings {
1243
1408
  */
1244
1409
  TimecodeBurninSettings?: TimecodeBurninSettings;
1245
1410
  }
1411
+ /**
1412
+ * @public
1413
+ */
1246
1414
  export declare enum H264AdaptiveQuantization {
1247
1415
  AUTO = "AUTO",
1248
1416
  HIGH = "HIGH",
@@ -1252,31 +1420,41 @@ export declare enum H264AdaptiveQuantization {
1252
1420
  MEDIUM = "MEDIUM",
1253
1421
  OFF = "OFF"
1254
1422
  }
1423
+ /**
1424
+ * @public
1425
+ */
1255
1426
  export declare enum AfdSignaling {
1256
1427
  AUTO = "AUTO",
1257
1428
  FIXED = "FIXED",
1258
1429
  NONE = "NONE"
1259
1430
  }
1431
+ /**
1432
+ * @public
1433
+ */
1260
1434
  export declare enum H264ColorMetadata {
1261
1435
  IGNORE = "IGNORE",
1262
1436
  INSERT = "INSERT"
1263
1437
  }
1264
1438
  /**
1439
+ * @public
1265
1440
  * Passthrough applies no color space conversion to the output
1266
1441
  */
1267
1442
  export interface ColorSpacePassthroughSettings {
1268
1443
  }
1269
1444
  /**
1445
+ * @public
1270
1446
  * Rec601 Settings
1271
1447
  */
1272
1448
  export interface Rec601Settings {
1273
1449
  }
1274
1450
  /**
1451
+ * @public
1275
1452
  * Rec709 Settings
1276
1453
  */
1277
1454
  export interface Rec709Settings {
1278
1455
  }
1279
1456
  /**
1457
+ * @public
1280
1458
  * H264 Color Space Settings
1281
1459
  */
1282
1460
  export interface H264ColorSpaceSettings {
@@ -1293,15 +1471,24 @@ export interface H264ColorSpaceSettings {
1293
1471
  */
1294
1472
  Rec709Settings?: Rec709Settings;
1295
1473
  }
1474
+ /**
1475
+ * @public
1476
+ */
1296
1477
  export declare enum H264EntropyEncoding {
1297
1478
  CABAC = "CABAC",
1298
1479
  CAVLC = "CAVLC"
1299
1480
  }
1481
+ /**
1482
+ * @public
1483
+ */
1300
1484
  export declare enum TemporalFilterPostFilterSharpening {
1301
1485
  AUTO = "AUTO",
1302
1486
  DISABLED = "DISABLED",
1303
1487
  ENABLED = "ENABLED"
1304
1488
  }
1489
+ /**
1490
+ * @public
1491
+ */
1305
1492
  export declare enum TemporalFilterStrength {
1306
1493
  AUTO = "AUTO",
1307
1494
  STRENGTH_1 = "STRENGTH_1",
@@ -1322,6 +1509,7 @@ export declare enum TemporalFilterStrength {
1322
1509
  STRENGTH_9 = "STRENGTH_9"
1323
1510
  }
1324
1511
  /**
1512
+ * @public
1325
1513
  * Temporal Filter Settings
1326
1514
  */
1327
1515
  export interface TemporalFilterSettings {
@@ -1337,6 +1525,7 @@ export interface TemporalFilterSettings {
1337
1525
  Strength?: TemporalFilterStrength | string;
1338
1526
  }
1339
1527
  /**
1528
+ * @public
1340
1529
  * H264 Filter Settings
1341
1530
  */
1342
1531
  export interface H264FilterSettings {
@@ -1345,6 +1534,9 @@ export interface H264FilterSettings {
1345
1534
  */
1346
1535
  TemporalFilterSettings?: TemporalFilterSettings;
1347
1536
  }
1537
+ /**
1538
+ * @public
1539
+ */
1348
1540
  export declare enum FixedAfd {
1349
1541
  AFD_0000 = "AFD_0000",
1350
1542
  AFD_0010 = "AFD_0010",
@@ -1358,26 +1550,44 @@ export declare enum FixedAfd {
1358
1550
  AFD_1110 = "AFD_1110",
1359
1551
  AFD_1111 = "AFD_1111"
1360
1552
  }
1553
+ /**
1554
+ * @public
1555
+ */
1361
1556
  export declare enum H264FlickerAq {
1362
1557
  DISABLED = "DISABLED",
1363
1558
  ENABLED = "ENABLED"
1364
1559
  }
1560
+ /**
1561
+ * @public
1562
+ */
1365
1563
  export declare enum H264ForceFieldPictures {
1366
1564
  DISABLED = "DISABLED",
1367
1565
  ENABLED = "ENABLED"
1368
1566
  }
1567
+ /**
1568
+ * @public
1569
+ */
1369
1570
  export declare enum H264FramerateControl {
1370
1571
  INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
1371
1572
  SPECIFIED = "SPECIFIED"
1372
1573
  }
1574
+ /**
1575
+ * @public
1576
+ */
1373
1577
  export declare enum H264GopBReference {
1374
1578
  DISABLED = "DISABLED",
1375
1579
  ENABLED = "ENABLED"
1376
1580
  }
1581
+ /**
1582
+ * @public
1583
+ */
1377
1584
  export declare enum H264GopSizeUnits {
1378
1585
  FRAMES = "FRAMES",
1379
1586
  SECONDS = "SECONDS"
1380
1587
  }
1588
+ /**
1589
+ * @public
1590
+ */
1381
1591
  export declare enum H264Level {
1382
1592
  H264_LEVEL_1 = "H264_LEVEL_1",
1383
1593
  H264_LEVEL_1_1 = "H264_LEVEL_1_1",
@@ -1397,15 +1607,24 @@ export declare enum H264Level {
1397
1607
  H264_LEVEL_5_2 = "H264_LEVEL_5_2",
1398
1608
  H264_LEVEL_AUTO = "H264_LEVEL_AUTO"
1399
1609
  }
1610
+ /**
1611
+ * @public
1612
+ */
1400
1613
  export declare enum H264LookAheadRateControl {
1401
1614
  HIGH = "HIGH",
1402
1615
  LOW = "LOW",
1403
1616
  MEDIUM = "MEDIUM"
1404
1617
  }
1618
+ /**
1619
+ * @public
1620
+ */
1405
1621
  export declare enum H264ParControl {
1406
1622
  INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
1407
1623
  SPECIFIED = "SPECIFIED"
1408
1624
  }
1625
+ /**
1626
+ * @public
1627
+ */
1409
1628
  export declare enum H264Profile {
1410
1629
  BASELINE = "BASELINE",
1411
1630
  HIGH = "HIGH",
@@ -1414,45 +1633,73 @@ export declare enum H264Profile {
1414
1633
  HIGH_422_10BIT = "HIGH_422_10BIT",
1415
1634
  MAIN = "MAIN"
1416
1635
  }
1636
+ /**
1637
+ * @public
1638
+ */
1417
1639
  export declare enum H264QualityLevel {
1418
1640
  ENHANCED_QUALITY = "ENHANCED_QUALITY",
1419
1641
  STANDARD_QUALITY = "STANDARD_QUALITY"
1420
1642
  }
1643
+ /**
1644
+ * @public
1645
+ */
1421
1646
  export declare enum H264RateControlMode {
1422
1647
  CBR = "CBR",
1423
1648
  MULTIPLEX = "MULTIPLEX",
1424
1649
  QVBR = "QVBR",
1425
1650
  VBR = "VBR"
1426
1651
  }
1652
+ /**
1653
+ * @public
1654
+ */
1427
1655
  export declare enum H264ScanType {
1428
1656
  INTERLACED = "INTERLACED",
1429
1657
  PROGRESSIVE = "PROGRESSIVE"
1430
1658
  }
1659
+ /**
1660
+ * @public
1661
+ */
1431
1662
  export declare enum H264SceneChangeDetect {
1432
1663
  DISABLED = "DISABLED",
1433
1664
  ENABLED = "ENABLED"
1434
1665
  }
1666
+ /**
1667
+ * @public
1668
+ */
1435
1669
  export declare enum H264SpatialAq {
1436
1670
  DISABLED = "DISABLED",
1437
1671
  ENABLED = "ENABLED"
1438
1672
  }
1673
+ /**
1674
+ * @public
1675
+ */
1439
1676
  export declare enum H264SubGopLength {
1440
1677
  DYNAMIC = "DYNAMIC",
1441
1678
  FIXED = "FIXED"
1442
1679
  }
1680
+ /**
1681
+ * @public
1682
+ */
1443
1683
  export declare enum H264Syntax {
1444
1684
  DEFAULT = "DEFAULT",
1445
1685
  RP2027 = "RP2027"
1446
1686
  }
1687
+ /**
1688
+ * @public
1689
+ */
1447
1690
  export declare enum H264TemporalAq {
1448
1691
  DISABLED = "DISABLED",
1449
1692
  ENABLED = "ENABLED"
1450
1693
  }
1694
+ /**
1695
+ * @public
1696
+ */
1451
1697
  export declare enum H264TimecodeInsertionBehavior {
1452
1698
  DISABLED = "DISABLED",
1453
1699
  PIC_TIMING_SEI = "PIC_TIMING_SEI"
1454
1700
  }
1455
1701
  /**
1702
+ * @public
1456
1703
  * H264 Settings
1457
1704
  */
1458
1705
  export interface H264Settings {
@@ -1656,6 +1903,9 @@ export interface H264Settings {
1656
1903
  */
1657
1904
  TimecodeBurninSettings?: TimecodeBurninSettings;
1658
1905
  }
1906
+ /**
1907
+ * @public
1908
+ */
1659
1909
  export declare enum H265AdaptiveQuantization {
1660
1910
  AUTO = "AUTO",
1661
1911
  HIGH = "HIGH",
@@ -1665,20 +1915,28 @@ export declare enum H265AdaptiveQuantization {
1665
1915
  MEDIUM = "MEDIUM",
1666
1916
  OFF = "OFF"
1667
1917
  }
1918
+ /**
1919
+ * @public
1920
+ */
1668
1921
  export declare enum H265AlternativeTransferFunction {
1669
1922
  INSERT = "INSERT",
1670
1923
  OMIT = "OMIT"
1671
1924
  }
1925
+ /**
1926
+ * @public
1927
+ */
1672
1928
  export declare enum H265ColorMetadata {
1673
1929
  IGNORE = "IGNORE",
1674
1930
  INSERT = "INSERT"
1675
1931
  }
1676
1932
  /**
1933
+ * @public
1677
1934
  * Dolby Vision81 Settings
1678
1935
  */
1679
1936
  export interface DolbyVision81Settings {
1680
1937
  }
1681
1938
  /**
1939
+ * @public
1682
1940
  * H265 Color Space Settings
1683
1941
  */
1684
1942
  export interface H265ColorSpaceSettings {
@@ -1704,6 +1962,7 @@ export interface H265ColorSpaceSettings {
1704
1962
  Rec709Settings?: Rec709Settings;
1705
1963
  }
1706
1964
  /**
1965
+ * @public
1707
1966
  * H265 Filter Settings
1708
1967
  */
1709
1968
  export interface H265FilterSettings {
@@ -1712,14 +1971,23 @@ export interface H265FilterSettings {
1712
1971
  */
1713
1972
  TemporalFilterSettings?: TemporalFilterSettings;
1714
1973
  }
1974
+ /**
1975
+ * @public
1976
+ */
1715
1977
  export declare enum H265FlickerAq {
1716
1978
  DISABLED = "DISABLED",
1717
1979
  ENABLED = "ENABLED"
1718
1980
  }
1981
+ /**
1982
+ * @public
1983
+ */
1719
1984
  export declare enum H265GopSizeUnits {
1720
1985
  FRAMES = "FRAMES",
1721
1986
  SECONDS = "SECONDS"
1722
1987
  }
1988
+ /**
1989
+ * @public
1990
+ */
1723
1991
  export declare enum H265Level {
1724
1992
  H265_LEVEL_1 = "H265_LEVEL_1",
1725
1993
  H265_LEVEL_2 = "H265_LEVEL_2",
@@ -1736,37 +2004,59 @@ export declare enum H265Level {
1736
2004
  H265_LEVEL_6_2 = "H265_LEVEL_6_2",
1737
2005
  H265_LEVEL_AUTO = "H265_LEVEL_AUTO"
1738
2006
  }
2007
+ /**
2008
+ * @public
2009
+ */
1739
2010
  export declare enum H265LookAheadRateControl {
1740
2011
  HIGH = "HIGH",
1741
2012
  LOW = "LOW",
1742
2013
  MEDIUM = "MEDIUM"
1743
2014
  }
2015
+ /**
2016
+ * @public
2017
+ */
1744
2018
  export declare enum H265Profile {
1745
2019
  MAIN = "MAIN",
1746
2020
  MAIN_10BIT = "MAIN_10BIT"
1747
2021
  }
2022
+ /**
2023
+ * @public
2024
+ */
1748
2025
  export declare enum H265RateControlMode {
1749
2026
  CBR = "CBR",
1750
2027
  MULTIPLEX = "MULTIPLEX",
1751
2028
  QVBR = "QVBR"
1752
2029
  }
2030
+ /**
2031
+ * @public
2032
+ */
1753
2033
  export declare enum H265ScanType {
1754
2034
  INTERLACED = "INTERLACED",
1755
2035
  PROGRESSIVE = "PROGRESSIVE"
1756
2036
  }
2037
+ /**
2038
+ * @public
2039
+ */
1757
2040
  export declare enum H265SceneChangeDetect {
1758
2041
  DISABLED = "DISABLED",
1759
2042
  ENABLED = "ENABLED"
1760
2043
  }
2044
+ /**
2045
+ * @public
2046
+ */
1761
2047
  export declare enum H265Tier {
1762
2048
  HIGH = "HIGH",
1763
2049
  MAIN = "MAIN"
1764
2050
  }
2051
+ /**
2052
+ * @public
2053
+ */
1765
2054
  export declare enum H265TimecodeInsertionBehavior {
1766
2055
  DISABLED = "DISABLED",
1767
2056
  PIC_TIMING_SEI = "PIC_TIMING_SEI"
1768
2057
  }
1769
2058
  /**
2059
+ * @public
1770
2060
  * H265 Settings
1771
2061
  */
1772
2062
  export interface H265Settings {
@@ -1909,6 +2199,9 @@ export interface H265Settings {
1909
2199
  */
1910
2200
  TimecodeBurninSettings?: TimecodeBurninSettings;
1911
2201
  }
2202
+ /**
2203
+ * @public
2204
+ */
1912
2205
  export declare enum Mpeg2AdaptiveQuantization {
1913
2206
  AUTO = "AUTO",
1914
2207
  HIGH = "HIGH",
@@ -1916,19 +2209,29 @@ export declare enum Mpeg2AdaptiveQuantization {
1916
2209
  MEDIUM = "MEDIUM",
1917
2210
  OFF = "OFF"
1918
2211
  }
2212
+ /**
2213
+ * @public
2214
+ */
1919
2215
  export declare enum Mpeg2ColorMetadata {
1920
2216
  IGNORE = "IGNORE",
1921
2217
  INSERT = "INSERT"
1922
2218
  }
2219
+ /**
2220
+ * @public
2221
+ */
1923
2222
  export declare enum Mpeg2ColorSpace {
1924
2223
  AUTO = "AUTO",
1925
2224
  PASSTHROUGH = "PASSTHROUGH"
1926
2225
  }
2226
+ /**
2227
+ * @public
2228
+ */
1927
2229
  export declare enum Mpeg2DisplayRatio {
1928
2230
  DISPLAYRATIO16X9 = "DISPLAYRATIO16X9",
1929
2231
  DISPLAYRATIO4X3 = "DISPLAYRATIO4X3"
1930
2232
  }
1931
2233
  /**
2234
+ * @public
1932
2235
  * Mpeg2 Filter Settings
1933
2236
  */
1934
2237
  export interface Mpeg2FilterSettings {
@@ -1937,23 +2240,36 @@ export interface Mpeg2FilterSettings {
1937
2240
  */
1938
2241
  TemporalFilterSettings?: TemporalFilterSettings;
1939
2242
  }
2243
+ /**
2244
+ * @public
2245
+ */
1940
2246
  export declare enum Mpeg2GopSizeUnits {
1941
2247
  FRAMES = "FRAMES",
1942
2248
  SECONDS = "SECONDS"
1943
2249
  }
2250
+ /**
2251
+ * @public
2252
+ */
1944
2253
  export declare enum Mpeg2ScanType {
1945
2254
  INTERLACED = "INTERLACED",
1946
2255
  PROGRESSIVE = "PROGRESSIVE"
1947
2256
  }
2257
+ /**
2258
+ * @public
2259
+ */
1948
2260
  export declare enum Mpeg2SubGopLength {
1949
2261
  DYNAMIC = "DYNAMIC",
1950
2262
  FIXED = "FIXED"
1951
2263
  }
2264
+ /**
2265
+ * @public
2266
+ */
1952
2267
  export declare enum Mpeg2TimecodeInsertionBehavior {
1953
2268
  DISABLED = "DISABLED",
1954
2269
  GOP_TIMECODE = "GOP_TIMECODE"
1955
2270
  }
1956
2271
  /**
2272
+ * @public
1957
2273
  * Mpeg2 Settings
1958
2274
  */
1959
2275
  export interface Mpeg2Settings {
@@ -2040,6 +2356,7 @@ export interface Mpeg2Settings {
2040
2356
  TimecodeBurninSettings?: TimecodeBurninSettings;
2041
2357
  }
2042
2358
  /**
2359
+ * @public
2043
2360
  * Video Codec Settings
2044
2361
  */
2045
2362
  export interface VideoCodecSettings {
@@ -2060,16 +2377,23 @@ export interface VideoCodecSettings {
2060
2377
  */
2061
2378
  Mpeg2Settings?: Mpeg2Settings;
2062
2379
  }
2380
+ /**
2381
+ * @public
2382
+ */
2063
2383
  export declare enum VideoDescriptionRespondToAfd {
2064
2384
  NONE = "NONE",
2065
2385
  PASSTHROUGH = "PASSTHROUGH",
2066
2386
  RESPOND = "RESPOND"
2067
2387
  }
2388
+ /**
2389
+ * @public
2390
+ */
2068
2391
  export declare enum VideoDescriptionScalingBehavior {
2069
2392
  DEFAULT = "DEFAULT",
2070
2393
  STRETCH_TO_OUTPUT = "STRETCH_TO_OUTPUT"
2071
2394
  }
2072
2395
  /**
2396
+ * @public
2073
2397
  * Video settings for this stream.
2074
2398
  */
2075
2399
  export interface VideoDescription {
@@ -2105,10 +2429,14 @@ export interface VideoDescription {
2105
2429
  */
2106
2430
  Width?: number;
2107
2431
  }
2432
+ /**
2433
+ * @public
2434
+ */
2108
2435
  export declare enum AcceptHeader {
2109
2436
  image_jpeg = "image/jpeg"
2110
2437
  }
2111
2438
  /**
2439
+ * @public
2112
2440
  * Placeholder documentation for AcceptInputDeviceTransferRequest
2113
2441
  */
2114
2442
  export interface AcceptInputDeviceTransferRequest {
@@ -2118,11 +2446,13 @@ export interface AcceptInputDeviceTransferRequest {
2118
2446
  InputDeviceId: string | undefined;
2119
2447
  }
2120
2448
  /**
2449
+ * @public
2121
2450
  * Placeholder documentation for AcceptInputDeviceTransferResponse
2122
2451
  */
2123
2452
  export interface AcceptInputDeviceTransferResponse {
2124
2453
  }
2125
2454
  /**
2455
+ * @public
2126
2456
  * Placeholder documentation for BadGatewayException
2127
2457
  */
2128
2458
  export declare class BadGatewayException extends __BaseException {
@@ -2138,6 +2468,7 @@ export declare class BadGatewayException extends __BaseException {
2138
2468
  constructor(opts: __ExceptionOptionType<BadGatewayException, __BaseException>);
2139
2469
  }
2140
2470
  /**
2471
+ * @public
2141
2472
  * Placeholder documentation for BadRequestException
2142
2473
  */
2143
2474
  export declare class BadRequestException extends __BaseException {
@@ -2153,6 +2484,7 @@ export declare class BadRequestException extends __BaseException {
2153
2484
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
2154
2485
  }
2155
2486
  /**
2487
+ * @public
2156
2488
  * Placeholder documentation for ConflictException
2157
2489
  */
2158
2490
  export declare class ConflictException extends __BaseException {
@@ -2168,6 +2500,7 @@ export declare class ConflictException extends __BaseException {
2168
2500
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
2169
2501
  }
2170
2502
  /**
2503
+ * @public
2171
2504
  * Placeholder documentation for ForbiddenException
2172
2505
  */
2173
2506
  export declare class ForbiddenException extends __BaseException {
@@ -2183,6 +2516,7 @@ export declare class ForbiddenException extends __BaseException {
2183
2516
  constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
2184
2517
  }
2185
2518
  /**
2519
+ * @public
2186
2520
  * Placeholder documentation for GatewayTimeoutException
2187
2521
  */
2188
2522
  export declare class GatewayTimeoutException extends __BaseException {
@@ -2198,6 +2532,7 @@ export declare class GatewayTimeoutException extends __BaseException {
2198
2532
  constructor(opts: __ExceptionOptionType<GatewayTimeoutException, __BaseException>);
2199
2533
  }
2200
2534
  /**
2535
+ * @public
2201
2536
  * Placeholder documentation for InternalServerErrorException
2202
2537
  */
2203
2538
  export declare class InternalServerErrorException extends __BaseException {
@@ -2213,6 +2548,7 @@ export declare class InternalServerErrorException extends __BaseException {
2213
2548
  constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
2214
2549
  }
2215
2550
  /**
2551
+ * @public
2216
2552
  * Placeholder documentation for NotFoundException
2217
2553
  */
2218
2554
  export declare class NotFoundException extends __BaseException {
@@ -2228,6 +2564,7 @@ export declare class NotFoundException extends __BaseException {
2228
2564
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
2229
2565
  }
2230
2566
  /**
2567
+ * @public
2231
2568
  * Placeholder documentation for TooManyRequestsException
2232
2569
  */
2233
2570
  export declare class TooManyRequestsException extends __BaseException {
@@ -2243,6 +2580,7 @@ export declare class TooManyRequestsException extends __BaseException {
2243
2580
  constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
2244
2581
  }
2245
2582
  /**
2583
+ * @public
2246
2584
  * Placeholder documentation for UnprocessableEntityException
2247
2585
  */
2248
2586
  export declare class UnprocessableEntityException extends __BaseException {
@@ -2261,11 +2599,15 @@ export declare class UnprocessableEntityException extends __BaseException {
2261
2599
  */
2262
2600
  constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
2263
2601
  }
2602
+ /**
2603
+ * @public
2604
+ */
2264
2605
  export declare enum AvailBlankingState {
2265
2606
  DISABLED = "DISABLED",
2266
2607
  ENABLED = "ENABLED"
2267
2608
  }
2268
2609
  /**
2610
+ * @public
2269
2611
  * Avail Blanking
2270
2612
  */
2271
2613
  export interface AvailBlanking {
@@ -2279,6 +2621,7 @@ export interface AvailBlanking {
2279
2621
  State?: AvailBlankingState | string;
2280
2622
  }
2281
2623
  /**
2624
+ * @public
2282
2625
  * Esam
2283
2626
  */
2284
2627
  export interface Esam {
@@ -2307,15 +2650,22 @@ export interface Esam {
2307
2650
  */
2308
2651
  ZoneIdentity?: string;
2309
2652
  }
2653
+ /**
2654
+ * @public
2655
+ */
2310
2656
  export declare enum Scte35SpliceInsertNoRegionalBlackoutBehavior {
2311
2657
  FOLLOW = "FOLLOW",
2312
2658
  IGNORE = "IGNORE"
2313
2659
  }
2660
+ /**
2661
+ * @public
2662
+ */
2314
2663
  export declare enum Scte35SpliceInsertWebDeliveryAllowedBehavior {
2315
2664
  FOLLOW = "FOLLOW",
2316
2665
  IGNORE = "IGNORE"
2317
2666
  }
2318
2667
  /**
2668
+ * @public
2319
2669
  * Typical configuration that applies breaks on splice inserts in addition to time signal placement opportunities, breaks, and advertisements.
2320
2670
  */
2321
2671
  export interface Scte35SpliceInsert {
@@ -2332,15 +2682,22 @@ export interface Scte35SpliceInsert {
2332
2682
  */
2333
2683
  WebDeliveryAllowedFlag?: Scte35SpliceInsertWebDeliveryAllowedBehavior | string;
2334
2684
  }
2685
+ /**
2686
+ * @public
2687
+ */
2335
2688
  export declare enum Scte35AposNoRegionalBlackoutBehavior {
2336
2689
  FOLLOW = "FOLLOW",
2337
2690
  IGNORE = "IGNORE"
2338
2691
  }
2692
+ /**
2693
+ * @public
2694
+ */
2339
2695
  export declare enum Scte35AposWebDeliveryAllowedBehavior {
2340
2696
  FOLLOW = "FOLLOW",
2341
2697
  IGNORE = "IGNORE"
2342
2698
  }
2343
2699
  /**
2700
+ * @public
2344
2701
  * Atypical configuration that applies segment breaks only on SCTE-35 time signal placement opportunities and breaks.
2345
2702
  */
2346
2703
  export interface Scte35TimeSignalApos {
@@ -2358,6 +2715,7 @@ export interface Scte35TimeSignalApos {
2358
2715
  WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | string;
2359
2716
  }
2360
2717
  /**
2718
+ * @public
2361
2719
  * Avail Settings
2362
2720
  */
2363
2721
  export interface AvailSettings {
@@ -2375,6 +2733,7 @@ export interface AvailSettings {
2375
2733
  Scte35TimeSignalApos?: Scte35TimeSignalApos;
2376
2734
  }
2377
2735
  /**
2736
+ * @public
2378
2737
  * Avail Configuration
2379
2738
  */
2380
2739
  export interface AvailConfiguration {
@@ -2384,6 +2743,7 @@ export interface AvailConfiguration {
2384
2743
  AvailSettings?: AvailSettings;
2385
2744
  }
2386
2745
  /**
2746
+ * @public
2387
2747
  * A request to delete resources
2388
2748
  */
2389
2749
  export interface BatchDeleteRequest {
@@ -2405,6 +2765,7 @@ export interface BatchDeleteRequest {
2405
2765
  MultiplexIds?: string[];
2406
2766
  }
2407
2767
  /**
2768
+ * @public
2408
2769
  * Placeholder documentation for BatchDeleteResponse
2409
2770
  */
2410
2771
  export interface BatchDeleteResponse {
@@ -2418,6 +2779,7 @@ export interface BatchDeleteResponse {
2418
2779
  Successful?: BatchSuccessfulResultModel[];
2419
2780
  }
2420
2781
  /**
2782
+ * @public
2421
2783
  * A list of schedule actions to create (in a request) or that have been created (in a response).
2422
2784
  */
2423
2785
  export interface BatchScheduleActionCreateRequest {
@@ -2427,6 +2789,7 @@ export interface BatchScheduleActionCreateRequest {
2427
2789
  ScheduleActions: ScheduleAction[] | undefined;
2428
2790
  }
2429
2791
  /**
2792
+ * @public
2430
2793
  * List of actions that have been created in the schedule.
2431
2794
  */
2432
2795
  export interface BatchScheduleActionCreateResult {
@@ -2436,6 +2799,7 @@ export interface BatchScheduleActionCreateResult {
2436
2799
  ScheduleActions: ScheduleAction[] | undefined;
2437
2800
  }
2438
2801
  /**
2802
+ * @public
2439
2803
  * A list of schedule actions to delete.
2440
2804
  */
2441
2805
  export interface BatchScheduleActionDeleteRequest {
@@ -2445,6 +2809,7 @@ export interface BatchScheduleActionDeleteRequest {
2445
2809
  ActionNames: string[] | undefined;
2446
2810
  }
2447
2811
  /**
2812
+ * @public
2448
2813
  * List of actions that have been deleted from the schedule.
2449
2814
  */
2450
2815
  export interface BatchScheduleActionDeleteResult {
@@ -2454,6 +2819,7 @@ export interface BatchScheduleActionDeleteResult {
2454
2819
  ScheduleActions: ScheduleAction[] | undefined;
2455
2820
  }
2456
2821
  /**
2822
+ * @public
2457
2823
  * A request to start resources
2458
2824
  */
2459
2825
  export interface BatchStartRequest {
@@ -2467,6 +2833,7 @@ export interface BatchStartRequest {
2467
2833
  MultiplexIds?: string[];
2468
2834
  }
2469
2835
  /**
2836
+ * @public
2470
2837
  * Placeholder documentation for BatchStartResponse
2471
2838
  */
2472
2839
  export interface BatchStartResponse {
@@ -2480,6 +2847,7 @@ export interface BatchStartResponse {
2480
2847
  Successful?: BatchSuccessfulResultModel[];
2481
2848
  }
2482
2849
  /**
2850
+ * @public
2483
2851
  * A request to stop resources
2484
2852
  */
2485
2853
  export interface BatchStopRequest {
@@ -2493,6 +2861,7 @@ export interface BatchStopRequest {
2493
2861
  MultiplexIds?: string[];
2494
2862
  }
2495
2863
  /**
2864
+ * @public
2496
2865
  * Placeholder documentation for BatchStopResponse
2497
2866
  */
2498
2867
  export interface BatchStopResponse {
@@ -2506,6 +2875,7 @@ export interface BatchStopResponse {
2506
2875
  Successful?: BatchSuccessfulResultModel[];
2507
2876
  }
2508
2877
  /**
2878
+ * @public
2509
2879
  * List of actions to create and list of actions to delete.
2510
2880
  */
2511
2881
  export interface BatchUpdateScheduleRequest {
@@ -2523,6 +2893,7 @@ export interface BatchUpdateScheduleRequest {
2523
2893
  Deletes?: BatchScheduleActionDeleteRequest;
2524
2894
  }
2525
2895
  /**
2896
+ * @public
2526
2897
  * Placeholder documentation for BatchUpdateScheduleResponse
2527
2898
  */
2528
2899
  export interface BatchUpdateScheduleResponse {
@@ -2535,15 +2906,22 @@ export interface BatchUpdateScheduleResponse {
2535
2906
  */
2536
2907
  Deletes?: BatchScheduleActionDeleteResult;
2537
2908
  }
2909
+ /**
2910
+ * @public
2911
+ */
2538
2912
  export declare enum BlackoutSlateNetworkEndBlackout {
2539
2913
  DISABLED = "DISABLED",
2540
2914
  ENABLED = "ENABLED"
2541
2915
  }
2916
+ /**
2917
+ * @public
2918
+ */
2542
2919
  export declare enum BlackoutSlateState {
2543
2920
  DISABLED = "DISABLED",
2544
2921
  ENABLED = "ENABLED"
2545
2922
  }
2546
2923
  /**
2924
+ * @public
2547
2925
  * Blackout Slate
2548
2926
  */
2549
2927
  export interface BlackoutSlate {
@@ -2569,6 +2947,7 @@ export interface BlackoutSlate {
2569
2947
  State?: BlackoutSlateState | string;
2570
2948
  }
2571
2949
  /**
2950
+ * @public
2572
2951
  * Placeholder documentation for CancelInputDeviceTransferRequest
2573
2952
  */
2574
2953
  export interface CancelInputDeviceTransferRequest {
@@ -2578,15 +2957,20 @@ export interface CancelInputDeviceTransferRequest {
2578
2957
  InputDeviceId: string | undefined;
2579
2958
  }
2580
2959
  /**
2960
+ * @public
2581
2961
  * Placeholder documentation for CancelInputDeviceTransferResponse
2582
2962
  */
2583
2963
  export interface CancelInputDeviceTransferResponse {
2584
2964
  }
2965
+ /**
2966
+ * @public
2967
+ */
2585
2968
  export declare enum FeatureActivationsInputPrepareScheduleActions {
2586
2969
  DISABLED = "DISABLED",
2587
2970
  ENABLED = "ENABLED"
2588
2971
  }
2589
2972
  /**
2973
+ * @public
2590
2974
  * Feature Activations
2591
2975
  */
2592
2976
  export interface FeatureActivations {
@@ -2596,15 +2980,22 @@ export interface FeatureActivations {
2596
2980
  */
2597
2981
  InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions | string;
2598
2982
  }
2983
+ /**
2984
+ * @public
2985
+ */
2599
2986
  export declare enum GlobalConfigurationInputEndAction {
2600
2987
  NONE = "NONE",
2601
2988
  SWITCH_AND_LOOP_INPUTS = "SWITCH_AND_LOOP_INPUTS"
2602
2989
  }
2990
+ /**
2991
+ * @public
2992
+ */
2603
2993
  export declare enum InputLossImageType {
2604
2994
  COLOR = "COLOR",
2605
2995
  SLATE = "SLATE"
2606
2996
  }
2607
2997
  /**
2998
+ * @public
2608
2999
  * Input Loss Behavior
2609
3000
  */
2610
3001
  export interface InputLossBehavior {
@@ -2629,19 +3020,29 @@ export interface InputLossBehavior {
2629
3020
  */
2630
3021
  RepeatFrameMsec?: number;
2631
3022
  }
3023
+ /**
3024
+ * @public
3025
+ */
2632
3026
  export declare enum GlobalConfigurationOutputLockingMode {
2633
3027
  EPOCH_LOCKING = "EPOCH_LOCKING",
2634
3028
  PIPELINE_LOCKING = "PIPELINE_LOCKING"
2635
3029
  }
3030
+ /**
3031
+ * @public
3032
+ */
2636
3033
  export declare enum GlobalConfigurationOutputTimingSource {
2637
3034
  INPUT_CLOCK = "INPUT_CLOCK",
2638
3035
  SYSTEM_CLOCK = "SYSTEM_CLOCK"
2639
3036
  }
3037
+ /**
3038
+ * @public
3039
+ */
2640
3040
  export declare enum GlobalConfigurationLowFramerateInputs {
2641
3041
  DISABLED = "DISABLED",
2642
3042
  ENABLED = "ENABLED"
2643
3043
  }
2644
3044
  /**
3045
+ * @public
2645
3046
  * Global Configuration
2646
3047
  */
2647
3048
  export interface GlobalConfiguration {
@@ -2673,16 +3074,21 @@ export interface GlobalConfiguration {
2673
3074
  */
2674
3075
  SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs | string;
2675
3076
  }
3077
+ /**
3078
+ * @public
3079
+ */
2676
3080
  export declare enum MotionGraphicsInsertion {
2677
3081
  DISABLED = "DISABLED",
2678
3082
  ENABLED = "ENABLED"
2679
3083
  }
2680
3084
  /**
3085
+ * @public
2681
3086
  * Html Motion Graphics Settings
2682
3087
  */
2683
3088
  export interface HtmlMotionGraphicsSettings {
2684
3089
  }
2685
3090
  /**
3091
+ * @public
2686
3092
  * Motion Graphics Settings
2687
3093
  */
2688
3094
  export interface MotionGraphicsSettings {
@@ -2692,6 +3098,7 @@ export interface MotionGraphicsSettings {
2692
3098
  HtmlMotionGraphicsSettings?: HtmlMotionGraphicsSettings;
2693
3099
  }
2694
3100
  /**
3101
+ * @public
2695
3102
  * Motion Graphics Configuration
2696
3103
  */
2697
3104
  export interface MotionGraphicsConfiguration {
@@ -2704,11 +3111,15 @@ export interface MotionGraphicsConfiguration {
2704
3111
  */
2705
3112
  MotionGraphicsSettings: MotionGraphicsSettings | undefined;
2706
3113
  }
3114
+ /**
3115
+ * @public
3116
+ */
2707
3117
  export declare enum NielsenPcmToId3TaggingState {
2708
3118
  DISABLED = "DISABLED",
2709
3119
  ENABLED = "ENABLED"
2710
3120
  }
2711
3121
  /**
3122
+ * @public
2712
3123
  * Nielsen Configuration
2713
3124
  */
2714
3125
  export interface NielsenConfiguration {
@@ -2721,12 +3132,16 @@ export interface NielsenConfiguration {
2721
3132
  */
2722
3133
  NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState | string;
2723
3134
  }
3135
+ /**
3136
+ * @public
3137
+ */
2724
3138
  export declare enum TimecodeConfigSource {
2725
3139
  EMBEDDED = "EMBEDDED",
2726
3140
  SYSTEMCLOCK = "SYSTEMCLOCK",
2727
3141
  ZEROBASED = "ZEROBASED"
2728
3142
  }
2729
3143
  /**
3144
+ * @public
2730
3145
  * Timecode Config
2731
3146
  */
2732
3147
  export interface TimecodeConfig {
@@ -2743,6 +3158,7 @@ export interface TimecodeConfig {
2743
3158
  SyncThreshold?: number;
2744
3159
  }
2745
3160
  /**
3161
+ * @public
2746
3162
  * Encoder Settings
2747
3163
  */
2748
3164
  export interface EncoderSettings {
@@ -2796,6 +3212,7 @@ export interface EncoderSettings {
2796
3212
  VideoDescriptions: VideoDescription[] | undefined;
2797
3213
  }
2798
3214
  /**
3215
+ * @public
2799
3216
  * Placeholder documentation for Channel
2800
3217
  */
2801
3218
  export interface Channel {
@@ -2875,6 +3292,7 @@ export interface Channel {
2875
3292
  Vpc?: VpcOutputSettingsDescription;
2876
3293
  }
2877
3294
  /**
3295
+ * @public
2878
3296
  * A request to claim an AWS Elemental device that you have purchased from a third-party vendor.
2879
3297
  */
2880
3298
  export interface ClaimDeviceRequest {
@@ -2884,14 +3302,19 @@ export interface ClaimDeviceRequest {
2884
3302
  Id?: string;
2885
3303
  }
2886
3304
  /**
3305
+ * @public
2887
3306
  * Placeholder documentation for ClaimDeviceResponse
2888
3307
  */
2889
3308
  export interface ClaimDeviceResponse {
2890
3309
  }
3310
+ /**
3311
+ * @public
3312
+ */
2891
3313
  export declare enum ContentType {
2892
3314
  image_jpeg = "image/jpeg"
2893
3315
  }
2894
3316
  /**
3317
+ * @public
2895
3318
  * Placeholder documentation for MaintenanceCreateSettings
2896
3319
  */
2897
3320
  export interface MaintenanceCreateSettings {
@@ -2905,6 +3328,7 @@ export interface MaintenanceCreateSettings {
2905
3328
  MaintenanceStartTime?: string;
2906
3329
  }
2907
3330
  /**
3331
+ * @public
2908
3332
  * The properties for a private VPC Output
2909
3333
  * When this property is specified, the output egress addresses will be created in a user specified VPC
2910
3334
  */
@@ -2926,6 +3350,7 @@ export interface VpcOutputSettings {
2926
3350
  SubnetIds: string[] | undefined;
2927
3351
  }
2928
3352
  /**
3353
+ * @public
2929
3354
  * A request to create a channel
2930
3355
  */
2931
3356
  export interface CreateChannelRequest {
@@ -2990,6 +3415,7 @@ export interface CreateChannelRequest {
2990
3415
  Vpc?: VpcOutputSettings;
2991
3416
  }
2992
3417
  /**
3418
+ * @public
2993
3419
  * Placeholder documentation for CreateChannelResponse
2994
3420
  */
2995
3421
  export interface CreateChannelResponse {
@@ -2999,6 +3425,7 @@ export interface CreateChannelResponse {
2999
3425
  Channel?: Channel;
3000
3426
  }
3001
3427
  /**
3428
+ * @public
3002
3429
  * Settings for a private VPC Input.
3003
3430
  * When this property is specified, the input destination addresses will be created in a VPC rather than with public Internet addresses.
3004
3431
  * This property requires setting the roleArn property on Input creation.
@@ -3017,6 +3444,7 @@ export interface InputVpcRequest {
3017
3444
  SubnetIds: string[] | undefined;
3018
3445
  }
3019
3446
  /**
3447
+ * @public
3020
3448
  * The name of the input
3021
3449
  */
3022
3450
  export interface CreateInputRequest {
@@ -3074,6 +3502,7 @@ export interface CreateInputRequest {
3074
3502
  Vpc?: InputVpcRequest;
3075
3503
  }
3076
3504
  /**
3505
+ * @public
3077
3506
  * Placeholder documentation for CreateInputResponse
3078
3507
  */
3079
3508
  export interface CreateInputResponse {
@@ -3083,6 +3512,7 @@ export interface CreateInputResponse {
3083
3512
  Input?: Input;
3084
3513
  }
3085
3514
  /**
3515
+ * @public
3086
3516
  * The IPv4 CIDRs to whitelist for this Input Security Group
3087
3517
  */
3088
3518
  export interface CreateInputSecurityGroupRequest {
@@ -3096,6 +3526,7 @@ export interface CreateInputSecurityGroupRequest {
3096
3526
  WhitelistRules?: InputWhitelistRuleCidr[];
3097
3527
  }
3098
3528
  /**
3529
+ * @public
3099
3530
  * Placeholder documentation for CreateInputSecurityGroupResponse
3100
3531
  */
3101
3532
  export interface CreateInputSecurityGroupResponse {
@@ -3105,6 +3536,7 @@ export interface CreateInputSecurityGroupResponse {
3105
3536
  SecurityGroup?: InputSecurityGroup;
3106
3537
  }
3107
3538
  /**
3539
+ * @public
3108
3540
  * Contains configuration for a Multiplex event
3109
3541
  */
3110
3542
  export interface MultiplexSettings {
@@ -3126,6 +3558,7 @@ export interface MultiplexSettings {
3126
3558
  TransportStreamReservedBitrate?: number;
3127
3559
  }
3128
3560
  /**
3561
+ * @public
3129
3562
  * A request to create a multiplex.
3130
3563
  */
3131
3564
  export interface CreateMultiplexRequest {
@@ -3152,6 +3585,7 @@ export interface CreateMultiplexRequest {
3152
3585
  Tags?: Record<string, string>;
3153
3586
  }
3154
3587
  /**
3588
+ * @public
3155
3589
  * The multiplex object.
3156
3590
  */
3157
3591
  export interface Multiplex {
@@ -3197,6 +3631,7 @@ export interface Multiplex {
3197
3631
  Tags?: Record<string, string>;
3198
3632
  }
3199
3633
  /**
3634
+ * @public
3200
3635
  * Placeholder documentation for CreateMultiplexResponse
3201
3636
  */
3202
3637
  export interface CreateMultiplexResponse {
@@ -3205,12 +3640,16 @@ export interface CreateMultiplexResponse {
3205
3640
  */
3206
3641
  Multiplex?: Multiplex;
3207
3642
  }
3643
+ /**
3644
+ * @public
3645
+ */
3208
3646
  export declare enum PreferredChannelPipeline {
3209
3647
  CURRENTLY_ACTIVE = "CURRENTLY_ACTIVE",
3210
3648
  PIPELINE_0 = "PIPELINE_0",
3211
3649
  PIPELINE_1 = "PIPELINE_1"
3212
3650
  }
3213
3651
  /**
3652
+ * @public
3214
3653
  * Transport stream service descriptor configuration for the Multiplex program.
3215
3654
  */
3216
3655
  export interface MultiplexProgramServiceDescriptor {
@@ -3224,6 +3663,7 @@ export interface MultiplexProgramServiceDescriptor {
3224
3663
  ServiceName: string | undefined;
3225
3664
  }
3226
3665
  /**
3666
+ * @public
3227
3667
  * Statmux rate control settings
3228
3668
  */
3229
3669
  export interface MultiplexStatmuxVideoSettings {
@@ -3241,6 +3681,7 @@ export interface MultiplexStatmuxVideoSettings {
3241
3681
  Priority?: number;
3242
3682
  }
3243
3683
  /**
3684
+ * @public
3244
3685
  * The video configuration for each program in a multiplex.
3245
3686
  */
3246
3687
  export interface MultiplexVideoSettings {
@@ -3256,6 +3697,7 @@ export interface MultiplexVideoSettings {
3256
3697
  StatmuxSettings?: MultiplexStatmuxVideoSettings;
3257
3698
  }
3258
3699
  /**
3700
+ * @public
3259
3701
  * Multiplex Program settings configuration.
3260
3702
  */
3261
3703
  export interface MultiplexProgramSettings {
@@ -3277,6 +3719,7 @@ export interface MultiplexProgramSettings {
3277
3719
  VideoSettings?: MultiplexVideoSettings;
3278
3720
  }
3279
3721
  /**
3722
+ * @public
3280
3723
  * A request to create a program in a multiplex.
3281
3724
  */
3282
3725
  export interface CreateMultiplexProgramRequest {
@@ -3299,6 +3742,7 @@ export interface CreateMultiplexProgramRequest {
3299
3742
  RequestId?: string;
3300
3743
  }
3301
3744
  /**
3745
+ * @public
3302
3746
  * Packet identifiers map for a given Multiplex program.
3303
3747
  */
3304
3748
  export interface MultiplexProgramPacketIdentifiersMap {
@@ -3356,6 +3800,7 @@ export interface MultiplexProgramPacketIdentifiersMap {
3356
3800
  VideoPid?: number;
3357
3801
  }
3358
3802
  /**
3803
+ * @public
3359
3804
  * The multiplex program object.
3360
3805
  */
3361
3806
  export interface MultiplexProgram {
@@ -3381,6 +3826,7 @@ export interface MultiplexProgram {
3381
3826
  ProgramName?: string;
3382
3827
  }
3383
3828
  /**
3829
+ * @public
3384
3830
  * Placeholder documentation for CreateMultiplexProgramResponse
3385
3831
  */
3386
3832
  export interface CreateMultiplexProgramResponse {
@@ -3390,6 +3836,7 @@ export interface CreateMultiplexProgramResponse {
3390
3836
  MultiplexProgram?: MultiplexProgram;
3391
3837
  }
3392
3838
  /**
3839
+ * @public
3393
3840
  * A request to create a partner input
3394
3841
  */
3395
3842
  export interface CreatePartnerInputRequest {
@@ -3408,6 +3855,7 @@ export interface CreatePartnerInputRequest {
3408
3855
  Tags?: Record<string, string>;
3409
3856
  }
3410
3857
  /**
3858
+ * @public
3411
3859
  * Placeholder documentation for CreatePartnerInputResponse
3412
3860
  */
3413
3861
  export interface CreatePartnerInputResponse {
@@ -3417,6 +3865,7 @@ export interface CreatePartnerInputResponse {
3417
3865
  Input?: Input;
3418
3866
  }
3419
3867
  /**
3868
+ * @public
3420
3869
  * Placeholder documentation for CreateTagsRequest
3421
3870
  */
3422
3871
  export interface CreateTagsRequest {
@@ -3430,6 +3879,7 @@ export interface CreateTagsRequest {
3430
3879
  Tags?: Record<string, string>;
3431
3880
  }
3432
3881
  /**
3882
+ * @public
3433
3883
  * Placeholder documentation for DeleteChannelRequest
3434
3884
  */
3435
3885
  export interface DeleteChannelRequest {
@@ -3439,6 +3889,7 @@ export interface DeleteChannelRequest {
3439
3889
  ChannelId: string | undefined;
3440
3890
  }
3441
3891
  /**
3892
+ * @public
3442
3893
  * Placeholder documentation for DeleteChannelResponse
3443
3894
  */
3444
3895
  export interface DeleteChannelResponse {
@@ -3518,6 +3969,7 @@ export interface DeleteChannelResponse {
3518
3969
  Vpc?: VpcOutputSettingsDescription;
3519
3970
  }
3520
3971
  /**
3972
+ * @public
3521
3973
  * Placeholder documentation for DeleteInputRequest
3522
3974
  */
3523
3975
  export interface DeleteInputRequest {
@@ -3527,11 +3979,13 @@ export interface DeleteInputRequest {
3527
3979
  InputId: string | undefined;
3528
3980
  }
3529
3981
  /**
3982
+ * @public
3530
3983
  * Placeholder documentation for DeleteInputResponse
3531
3984
  */
3532
3985
  export interface DeleteInputResponse {
3533
3986
  }
3534
3987
  /**
3988
+ * @public
3535
3989
  * Placeholder documentation for DeleteInputSecurityGroupRequest
3536
3990
  */
3537
3991
  export interface DeleteInputSecurityGroupRequest {
@@ -3541,11 +3995,13 @@ export interface DeleteInputSecurityGroupRequest {
3541
3995
  InputSecurityGroupId: string | undefined;
3542
3996
  }
3543
3997
  /**
3998
+ * @public
3544
3999
  * Placeholder documentation for DeleteInputSecurityGroupResponse
3545
4000
  */
3546
4001
  export interface DeleteInputSecurityGroupResponse {
3547
4002
  }
3548
4003
  /**
4004
+ * @public
3549
4005
  * Placeholder documentation for DeleteMultiplexRequest
3550
4006
  */
3551
4007
  export interface DeleteMultiplexRequest {
@@ -3555,6 +4011,7 @@ export interface DeleteMultiplexRequest {
3555
4011
  MultiplexId: string | undefined;
3556
4012
  }
3557
4013
  /**
4014
+ * @public
3558
4015
  * Placeholder documentation for DeleteMultiplexResponse
3559
4016
  */
3560
4017
  export interface DeleteMultiplexResponse {
@@ -3600,6 +4057,7 @@ export interface DeleteMultiplexResponse {
3600
4057
  Tags?: Record<string, string>;
3601
4058
  }
3602
4059
  /**
4060
+ * @public
3603
4061
  * Placeholder documentation for DeleteMultiplexProgramRequest
3604
4062
  */
3605
4063
  export interface DeleteMultiplexProgramRequest {
@@ -3613,6 +4071,7 @@ export interface DeleteMultiplexProgramRequest {
3613
4071
  ProgramName: string | undefined;
3614
4072
  }
3615
4073
  /**
4074
+ * @public
3616
4075
  * Placeholder documentation for DeleteMultiplexProgramResponse
3617
4076
  */
3618
4077
  export interface DeleteMultiplexProgramResponse {
@@ -3638,6 +4097,7 @@ export interface DeleteMultiplexProgramResponse {
3638
4097
  ProgramName?: string;
3639
4098
  }
3640
4099
  /**
4100
+ * @public
3641
4101
  * Placeholder documentation for DeleteReservationRequest
3642
4102
  */
3643
4103
  export interface DeleteReservationRequest {
@@ -3647,6 +4107,7 @@ export interface DeleteReservationRequest {
3647
4107
  ReservationId: string | undefined;
3648
4108
  }
3649
4109
  /**
4110
+ * @public
3650
4111
  * Placeholder documentation for DeleteReservationResponse
3651
4112
  */
3652
4113
  export interface DeleteReservationResponse {
@@ -3728,6 +4189,7 @@ export interface DeleteReservationResponse {
3728
4189
  UsagePrice?: number;
3729
4190
  }
3730
4191
  /**
4192
+ * @public
3731
4193
  * Placeholder documentation for DeleteScheduleRequest
3732
4194
  */
3733
4195
  export interface DeleteScheduleRequest {
@@ -3737,11 +4199,13 @@ export interface DeleteScheduleRequest {
3737
4199
  ChannelId: string | undefined;
3738
4200
  }
3739
4201
  /**
4202
+ * @public
3740
4203
  * Placeholder documentation for DeleteScheduleResponse
3741
4204
  */
3742
4205
  export interface DeleteScheduleResponse {
3743
4206
  }
3744
4207
  /**
4208
+ * @public
3745
4209
  * Placeholder documentation for DeleteTagsRequest
3746
4210
  */
3747
4211
  export interface DeleteTagsRequest {
@@ -3755,6 +4219,7 @@ export interface DeleteTagsRequest {
3755
4219
  TagKeys: string[] | undefined;
3756
4220
  }
3757
4221
  /**
4222
+ * @public
3758
4223
  * Placeholder documentation for DescribeChannelRequest
3759
4224
  */
3760
4225
  export interface DescribeChannelRequest {
@@ -3764,6 +4229,7 @@ export interface DescribeChannelRequest {
3764
4229
  ChannelId: string | undefined;
3765
4230
  }
3766
4231
  /**
4232
+ * @public
3767
4233
  * Placeholder documentation for DescribeChannelResponse
3768
4234
  */
3769
4235
  export interface DescribeChannelResponse {
@@ -3843,6 +4309,7 @@ export interface DescribeChannelResponse {
3843
4309
  Vpc?: VpcOutputSettingsDescription;
3844
4310
  }
3845
4311
  /**
4312
+ * @public
3846
4313
  * Placeholder documentation for DescribeInputRequest
3847
4314
  */
3848
4315
  export interface DescribeInputRequest {
@@ -3852,6 +4319,7 @@ export interface DescribeInputRequest {
3852
4319
  InputId: string | undefined;
3853
4320
  }
3854
4321
  /**
4322
+ * @public
3855
4323
  * Placeholder documentation for DescribeInputResponse
3856
4324
  */
3857
4325
  export interface DescribeInputResponse {
@@ -3923,6 +4391,7 @@ export interface DescribeInputResponse {
3923
4391
  Type?: InputType | string;
3924
4392
  }
3925
4393
  /**
4394
+ * @public
3926
4395
  * Placeholder documentation for DescribeInputDeviceRequest
3927
4396
  */
3928
4397
  export interface DescribeInputDeviceRequest {
@@ -3932,6 +4401,7 @@ export interface DescribeInputDeviceRequest {
3932
4401
  InputDeviceId: string | undefined;
3933
4402
  }
3934
4403
  /**
4404
+ * @public
3935
4405
  * Placeholder documentation for DescribeInputDeviceResponse
3936
4406
  */
3937
4407
  export interface DescribeInputDeviceResponse {
@@ -3985,6 +4455,7 @@ export interface DescribeInputDeviceResponse {
3985
4455
  UhdDeviceSettings?: InputDeviceUhdSettings;
3986
4456
  }
3987
4457
  /**
4458
+ * @public
3988
4459
  * Placeholder documentation for DescribeInputDeviceThumbnailRequest
3989
4460
  */
3990
4461
  export interface DescribeInputDeviceThumbnailRequest {
@@ -3998,6 +4469,7 @@ export interface DescribeInputDeviceThumbnailRequest {
3998
4469
  Accept: AcceptHeader | string | undefined;
3999
4470
  }
4000
4471
  /**
4472
+ * @public
4001
4473
  * Placeholder documentation for DescribeInputDeviceThumbnailResponse
4002
4474
  */
4003
4475
  export interface DescribeInputDeviceThumbnailResponse {
@@ -4023,6 +4495,7 @@ export interface DescribeInputDeviceThumbnailResponse {
4023
4495
  LastModified?: Date;
4024
4496
  }
4025
4497
  /**
4498
+ * @public
4026
4499
  * Placeholder documentation for DescribeInputSecurityGroupRequest
4027
4500
  */
4028
4501
  export interface DescribeInputSecurityGroupRequest {
@@ -4032,6 +4505,7 @@ export interface DescribeInputSecurityGroupRequest {
4032
4505
  InputSecurityGroupId: string | undefined;
4033
4506
  }
4034
4507
  /**
4508
+ * @public
4035
4509
  * Placeholder documentation for DescribeInputSecurityGroupResponse
4036
4510
  */
4037
4511
  export interface DescribeInputSecurityGroupResponse {
@@ -4061,6 +4535,7 @@ export interface DescribeInputSecurityGroupResponse {
4061
4535
  WhitelistRules?: InputWhitelistRule[];
4062
4536
  }
4063
4537
  /**
4538
+ * @public
4064
4539
  * Placeholder documentation for DescribeMultiplexRequest
4065
4540
  */
4066
4541
  export interface DescribeMultiplexRequest {
@@ -4070,6 +4545,7 @@ export interface DescribeMultiplexRequest {
4070
4545
  MultiplexId: string | undefined;
4071
4546
  }
4072
4547
  /**
4548
+ * @public
4073
4549
  * Placeholder documentation for DescribeMultiplexResponse
4074
4550
  */
4075
4551
  export interface DescribeMultiplexResponse {
@@ -4115,6 +4591,7 @@ export interface DescribeMultiplexResponse {
4115
4591
  Tags?: Record<string, string>;
4116
4592
  }
4117
4593
  /**
4594
+ * @public
4118
4595
  * Placeholder documentation for DescribeMultiplexProgramRequest
4119
4596
  */
4120
4597
  export interface DescribeMultiplexProgramRequest {
@@ -4128,6 +4605,7 @@ export interface DescribeMultiplexProgramRequest {
4128
4605
  ProgramName: string | undefined;
4129
4606
  }
4130
4607
  /**
4608
+ * @public
4131
4609
  * Placeholder documentation for DescribeMultiplexProgramResponse
4132
4610
  */
4133
4611
  export interface DescribeMultiplexProgramResponse {
@@ -4153,6 +4631,7 @@ export interface DescribeMultiplexProgramResponse {
4153
4631
  ProgramName?: string;
4154
4632
  }
4155
4633
  /**
4634
+ * @public
4156
4635
  * Placeholder documentation for DescribeOfferingRequest
4157
4636
  */
4158
4637
  export interface DescribeOfferingRequest {
@@ -4162,6 +4641,7 @@ export interface DescribeOfferingRequest {
4162
4641
  OfferingId: string | undefined;
4163
4642
  }
4164
4643
  /**
4644
+ * @public
4165
4645
  * Placeholder documentation for DescribeOfferingResponse
4166
4646
  */
4167
4647
  export interface DescribeOfferingResponse {
@@ -4211,6 +4691,7 @@ export interface DescribeOfferingResponse {
4211
4691
  UsagePrice?: number;
4212
4692
  }
4213
4693
  /**
4694
+ * @public
4214
4695
  * Placeholder documentation for DescribeReservationRequest
4215
4696
  */
4216
4697
  export interface DescribeReservationRequest {
@@ -4220,6 +4701,7 @@ export interface DescribeReservationRequest {
4220
4701
  ReservationId: string | undefined;
4221
4702
  }
4222
4703
  /**
4704
+ * @public
4223
4705
  * Placeholder documentation for DescribeReservationResponse
4224
4706
  */
4225
4707
  export interface DescribeReservationResponse {
@@ -4301,6 +4783,7 @@ export interface DescribeReservationResponse {
4301
4783
  UsagePrice?: number;
4302
4784
  }
4303
4785
  /**
4786
+ * @public
4304
4787
  * Placeholder documentation for DescribeScheduleRequest
4305
4788
  */
4306
4789
  export interface DescribeScheduleRequest {
@@ -4318,6 +4801,7 @@ export interface DescribeScheduleRequest {
4318
4801
  NextToken?: string;
4319
4802
  }
4320
4803
  /**
4804
+ * @public
4321
4805
  * Placeholder documentation for DescribeScheduleResponse
4322
4806
  */
4323
4807
  export interface DescribeScheduleResponse {
@@ -4331,6 +4815,7 @@ export interface DescribeScheduleResponse {
4331
4815
  ScheduleActions?: ScheduleAction[];
4332
4816
  }
4333
4817
  /**
4818
+ * @public
4334
4819
  * Configurable settings for the input device.
4335
4820
  */
4336
4821
  export interface InputDeviceConfigurableSettings {
@@ -4348,6 +4833,7 @@ export interface InputDeviceConfigurableSettings {
4348
4833
  LatencyMs?: number;
4349
4834
  }
4350
4835
  /**
4836
+ * @public
4351
4837
  * Placeholder documentation for ListChannelsRequest
4352
4838
  */
4353
4839
  export interface ListChannelsRequest {
@@ -4361,6 +4847,7 @@ export interface ListChannelsRequest {
4361
4847
  NextToken?: string;
4362
4848
  }
4363
4849
  /**
4850
+ * @public
4364
4851
  * Placeholder documentation for ListChannelsResponse
4365
4852
  */
4366
4853
  export interface ListChannelsResponse {
@@ -4374,6 +4861,7 @@ export interface ListChannelsResponse {
4374
4861
  NextToken?: string;
4375
4862
  }
4376
4863
  /**
4864
+ * @public
4377
4865
  * Placeholder documentation for ListInputDevicesRequest
4378
4866
  */
4379
4867
  export interface ListInputDevicesRequest {
@@ -4387,6 +4875,7 @@ export interface ListInputDevicesRequest {
4387
4875
  NextToken?: string;
4388
4876
  }
4389
4877
  /**
4878
+ * @public
4390
4879
  * Placeholder documentation for ListInputDevicesResponse
4391
4880
  */
4392
4881
  export interface ListInputDevicesResponse {
@@ -4400,6 +4889,7 @@ export interface ListInputDevicesResponse {
4400
4889
  NextToken?: string;
4401
4890
  }
4402
4891
  /**
4892
+ * @public
4403
4893
  * Placeholder documentation for ListInputDeviceTransfersRequest
4404
4894
  */
4405
4895
  export interface ListInputDeviceTransfersRequest {
@@ -4417,6 +4907,7 @@ export interface ListInputDeviceTransfersRequest {
4417
4907
  TransferType: string | undefined;
4418
4908
  }
4419
4909
  /**
4910
+ * @public
4420
4911
  * Placeholder documentation for ListInputDeviceTransfersResponse
4421
4912
  */
4422
4913
  export interface ListInputDeviceTransfersResponse {
@@ -4430,6 +4921,7 @@ export interface ListInputDeviceTransfersResponse {
4430
4921
  NextToken?: string;
4431
4922
  }
4432
4923
  /**
4924
+ * @public
4433
4925
  * Placeholder documentation for ListInputsRequest
4434
4926
  */
4435
4927
  export interface ListInputsRequest {
@@ -4443,6 +4935,7 @@ export interface ListInputsRequest {
4443
4935
  NextToken?: string;
4444
4936
  }
4445
4937
  /**
4938
+ * @public
4446
4939
  * Placeholder documentation for ListInputsResponse
4447
4940
  */
4448
4941
  export interface ListInputsResponse {
@@ -4456,6 +4949,7 @@ export interface ListInputsResponse {
4456
4949
  NextToken?: string;
4457
4950
  }
4458
4951
  /**
4952
+ * @public
4459
4953
  * Placeholder documentation for ListInputSecurityGroupsRequest
4460
4954
  */
4461
4955
  export interface ListInputSecurityGroupsRequest {
@@ -4469,6 +4963,7 @@ export interface ListInputSecurityGroupsRequest {
4469
4963
  NextToken?: string;
4470
4964
  }
4471
4965
  /**
4966
+ * @public
4472
4967
  * Placeholder documentation for ListInputSecurityGroupsResponse
4473
4968
  */
4474
4969
  export interface ListInputSecurityGroupsResponse {
@@ -4482,6 +4977,7 @@ export interface ListInputSecurityGroupsResponse {
4482
4977
  NextToken?: string;
4483
4978
  }
4484
4979
  /**
4980
+ * @public
4485
4981
  * Placeholder documentation for ListMultiplexesRequest
4486
4982
  */
4487
4983
  export interface ListMultiplexesRequest {
@@ -4495,6 +4991,7 @@ export interface ListMultiplexesRequest {
4495
4991
  NextToken?: string;
4496
4992
  }
4497
4993
  /**
4994
+ * @public
4498
4995
  * Placeholder documentation for ListMultiplexesResponse
4499
4996
  */
4500
4997
  export interface ListMultiplexesResponse {
@@ -4508,6 +5005,7 @@ export interface ListMultiplexesResponse {
4508
5005
  NextToken?: string;
4509
5006
  }
4510
5007
  /**
5008
+ * @public
4511
5009
  * Placeholder documentation for ListMultiplexProgramsRequest
4512
5010
  */
4513
5011
  export interface ListMultiplexProgramsRequest {
@@ -4525,6 +5023,7 @@ export interface ListMultiplexProgramsRequest {
4525
5023
  NextToken?: string;
4526
5024
  }
4527
5025
  /**
5026
+ * @public
4528
5027
  * Placeholder documentation for ListMultiplexProgramsResponse
4529
5028
  */
4530
5029
  export interface ListMultiplexProgramsResponse {
@@ -4538,6 +5037,7 @@ export interface ListMultiplexProgramsResponse {
4538
5037
  NextToken?: string;
4539
5038
  }
4540
5039
  /**
5040
+ * @public
4541
5041
  * Placeholder documentation for ListOfferingsRequest
4542
5042
  */
4543
5043
  export interface ListOfferingsRequest {
@@ -4591,6 +5091,7 @@ export interface ListOfferingsRequest {
4591
5091
  VideoQuality?: string;
4592
5092
  }
4593
5093
  /**
5094
+ * @public
4594
5095
  * Placeholder documentation for ListOfferingsResponse
4595
5096
  */
4596
5097
  export interface ListOfferingsResponse {
@@ -4604,6 +5105,7 @@ export interface ListOfferingsResponse {
4604
5105
  Offerings?: Offering[];
4605
5106
  }
4606
5107
  /**
5108
+ * @public
4607
5109
  * Placeholder documentation for ListReservationsRequest
4608
5110
  */
4609
5111
  export interface ListReservationsRequest {
@@ -4649,6 +5151,7 @@ export interface ListReservationsRequest {
4649
5151
  VideoQuality?: string;
4650
5152
  }
4651
5153
  /**
5154
+ * @public
4652
5155
  * Placeholder documentation for ListReservationsResponse
4653
5156
  */
4654
5157
  export interface ListReservationsResponse {
@@ -4662,6 +5165,7 @@ export interface ListReservationsResponse {
4662
5165
  Reservations?: Reservation[];
4663
5166
  }
4664
5167
  /**
5168
+ * @public
4665
5169
  * Placeholder documentation for ListTagsForResourceRequest
4666
5170
  */
4667
5171
  export interface ListTagsForResourceRequest {
@@ -4671,6 +5175,7 @@ export interface ListTagsForResourceRequest {
4671
5175
  ResourceArn: string | undefined;
4672
5176
  }
4673
5177
  /**
5178
+ * @public
4674
5179
  * Placeholder documentation for ListTagsForResourceResponse
4675
5180
  */
4676
5181
  export interface ListTagsForResourceResponse {
@@ -4680,6 +5185,7 @@ export interface ListTagsForResourceResponse {
4680
5185
  Tags?: Record<string, string>;
4681
5186
  }
4682
5187
  /**
5188
+ * @public
4683
5189
  * Placeholder documentation for MaintenanceUpdateSettings
4684
5190
  */
4685
5191
  export interface MaintenanceUpdateSettings {
@@ -4697,6 +5203,7 @@ export interface MaintenanceUpdateSettings {
4697
5203
  MaintenanceStartTime?: string;
4698
5204
  }
4699
5205
  /**
5206
+ * @public
4700
5207
  * Placeholder documentation for PurchaseOfferingRequest
4701
5208
  */
4702
5209
  export interface PurchaseOfferingRequest {
@@ -4730,6 +5237,7 @@ export interface PurchaseOfferingRequest {
4730
5237
  Tags?: Record<string, string>;
4731
5238
  }
4732
5239
  /**
5240
+ * @public
4733
5241
  * Placeholder documentation for PurchaseOfferingResponse
4734
5242
  */
4735
5243
  export interface PurchaseOfferingResponse {
@@ -4738,11 +5246,15 @@ export interface PurchaseOfferingResponse {
4738
5246
  */
4739
5247
  Reservation?: Reservation;
4740
5248
  }
5249
+ /**
5250
+ * @public
5251
+ */
4741
5252
  export declare enum RebootInputDeviceForce {
4742
5253
  NO = "NO",
4743
5254
  YES = "YES"
4744
5255
  }
4745
5256
  /**
5257
+ * @public
4746
5258
  * A request to reboot an AWS Elemental device.
4747
5259
  */
4748
5260
  export interface RebootInputDeviceRequest {
@@ -4756,11 +5268,13 @@ export interface RebootInputDeviceRequest {
4756
5268
  InputDeviceId: string | undefined;
4757
5269
  }
4758
5270
  /**
5271
+ * @public
4759
5272
  * Placeholder documentation for RebootInputDeviceResponse
4760
5273
  */
4761
5274
  export interface RebootInputDeviceResponse {
4762
5275
  }
4763
5276
  /**
5277
+ * @public
4764
5278
  * Placeholder documentation for RejectInputDeviceTransferRequest
4765
5279
  */
4766
5280
  export interface RejectInputDeviceTransferRequest {
@@ -4770,11 +5284,13 @@ export interface RejectInputDeviceTransferRequest {
4770
5284
  InputDeviceId: string | undefined;
4771
5285
  }
4772
5286
  /**
5287
+ * @public
4773
5288
  * Placeholder documentation for RejectInputDeviceTransferResponse
4774
5289
  */
4775
5290
  export interface RejectInputDeviceTransferResponse {
4776
5291
  }
4777
5292
  /**
5293
+ * @public
4778
5294
  * Placeholder documentation for StartChannelRequest
4779
5295
  */
4780
5296
  export interface StartChannelRequest {
@@ -4784,6 +5300,7 @@ export interface StartChannelRequest {
4784
5300
  ChannelId: string | undefined;
4785
5301
  }
4786
5302
  /**
5303
+ * @public
4787
5304
  * Placeholder documentation for StartChannelResponse
4788
5305
  */
4789
5306
  export interface StartChannelResponse {
@@ -4863,6 +5380,7 @@ export interface StartChannelResponse {
4863
5380
  Vpc?: VpcOutputSettingsDescription;
4864
5381
  }
4865
5382
  /**
5383
+ * @public
4866
5384
  * Placeholder documentation for StartInputDeviceMaintenanceWindowRequest
4867
5385
  */
4868
5386
  export interface StartInputDeviceMaintenanceWindowRequest {