@aws-sdk/client-medialive 3.1026.0 → 3.1027.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.
@@ -83,6 +83,12 @@ declare const StopChannelCommand_base: {
83
83
  * // LogicalInterfaceNames: [ // __listOf__string
84
84
  * // "STRING_VALUE",
85
85
  * // ],
86
+ * // MediaConnectRouterSettings: [ // __listOfMediaConnectRouterOutputDestinationSettings
87
+ * // { // MediaConnectRouterOutputDestinationSettings
88
+ * // EncryptionType: "AUTOMATIC" || "SECRETS_MANAGER",
89
+ * // SecretArn: "STRING_VALUE",
90
+ * // },
91
+ * // ],
86
92
  * // },
87
93
  * // ],
88
94
  * // EgressEndpoints: [ // __listOfChannelEgressEndpoint
@@ -596,6 +602,11 @@ declare const StopChannelCommand_base: {
596
602
  * // SrtGroupSettings: { // SrtGroupSettings
597
603
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
598
604
  * // },
605
+ * // MediaConnectRouterGroupSettings: { // MediaConnectRouterGroupSettings
606
+ * // AvailabilityZones: [
607
+ * // "STRING_VALUE",
608
+ * // ],
609
+ * // },
599
610
  * // },
600
611
  * // Outputs: [ // __listOfOutput // required
601
612
  * // { // Output
@@ -904,6 +915,76 @@ declare const StopChannelCommand_base: {
904
915
  * // EncryptionType: "AES128" || "AES192" || "AES256",
905
916
  * // Latency: Number("int"),
906
917
  * // },
918
+ * // MediaConnectRouterOutputSettings: { // MediaConnectRouterOutputSettings
919
+ * // ConnectedRouterInputs: { // MediaConnectRouterOutputConnectionMap
920
+ * // Pipeline0: "STRING_VALUE",
921
+ * // Pipeline1: "STRING_VALUE",
922
+ * // },
923
+ * // ContainerSettings: { // MediaConnectRouterContainerSettings
924
+ * // M2tsSettings: {
925
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
926
+ * // Arib: "DISABLED" || "ENABLED",
927
+ * // AribCaptionsPid: "STRING_VALUE",
928
+ * // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
929
+ * // AudioBufferModel: "ATSC" || "DVB",
930
+ * // AudioFramesPerPes: Number("int"),
931
+ * // AudioPids: "STRING_VALUE",
932
+ * // AudioStreamType: "ATSC" || "DVB",
933
+ * // Bitrate: Number("int"),
934
+ * // BufferModel: "MULTIPLEX" || "NONE",
935
+ * // CcDescriptor: "DISABLED" || "ENABLED",
936
+ * // DvbNitSettings: {
937
+ * // NetworkId: Number("int"), // required
938
+ * // NetworkName: "STRING_VALUE", // required
939
+ * // RepInterval: Number("int"),
940
+ * // },
941
+ * // DvbSdtSettings: {
942
+ * // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
943
+ * // RepInterval: Number("int"),
944
+ * // ServiceName: "STRING_VALUE",
945
+ * // ServiceProviderName: "STRING_VALUE",
946
+ * // },
947
+ * // DvbSubPids: "STRING_VALUE",
948
+ * // DvbTdtSettings: {
949
+ * // RepInterval: Number("int"),
950
+ * // },
951
+ * // DvbTeletextPid: "STRING_VALUE",
952
+ * // Ebif: "NONE" || "PASSTHROUGH",
953
+ * // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
954
+ * // EbpLookaheadMs: Number("int"),
955
+ * // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
956
+ * // EcmPid: "STRING_VALUE",
957
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
958
+ * // EtvPlatformPid: "STRING_VALUE",
959
+ * // EtvSignalPid: "STRING_VALUE",
960
+ * // FragmentTime: Number("double"),
961
+ * // Klv: "NONE" || "PASSTHROUGH",
962
+ * // KlvDataPids: "STRING_VALUE",
963
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
964
+ * // NullPacketBitrate: Number("double"),
965
+ * // PatInterval: Number("int"),
966
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
967
+ * // PcrPeriod: Number("int"),
968
+ * // PcrPid: "STRING_VALUE",
969
+ * // PmtInterval: Number("int"),
970
+ * // PmtPid: "STRING_VALUE",
971
+ * // ProgramNum: Number("int"),
972
+ * // RateMode: "CBR" || "VBR",
973
+ * // Scte27Pids: "STRING_VALUE",
974
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
975
+ * // Scte35Pid: "STRING_VALUE",
976
+ * // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
977
+ * // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
978
+ * // SegmentationTime: Number("double"),
979
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
980
+ * // TimedMetadataPid: "STRING_VALUE",
981
+ * // TransportStreamId: Number("int"),
982
+ * // VideoPid: "STRING_VALUE",
983
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
984
+ * // },
985
+ * // },
986
+ * // Destination: "<OutputLocationRef>", // required
987
+ * // },
907
988
  * // },
908
989
  * // VideoDescriptionName: "STRING_VALUE",
909
990
  * // },
@@ -75,6 +75,12 @@ declare const UpdateChannelClassCommand_base: {
75
75
  * LogicalInterfaceNames: [ // __listOf__string
76
76
  * "STRING_VALUE",
77
77
  * ],
78
+ * MediaConnectRouterSettings: [ // __listOfMediaConnectRouterOutputDestinationSettings
79
+ * { // MediaConnectRouterOutputDestinationSettings
80
+ * EncryptionType: "AUTOMATIC" || "SECRETS_MANAGER",
81
+ * SecretArn: "STRING_VALUE",
82
+ * },
83
+ * ],
78
84
  * },
79
85
  * ],
80
86
  * };
@@ -123,6 +129,12 @@ declare const UpdateChannelClassCommand_base: {
123
129
  * // LogicalInterfaceNames: [ // __listOf__string
124
130
  * // "STRING_VALUE",
125
131
  * // ],
132
+ * // MediaConnectRouterSettings: [ // __listOfMediaConnectRouterOutputDestinationSettings
133
+ * // { // MediaConnectRouterOutputDestinationSettings
134
+ * // EncryptionType: "AUTOMATIC" || "SECRETS_MANAGER",
135
+ * // SecretArn: "STRING_VALUE",
136
+ * // },
137
+ * // ],
126
138
  * // },
127
139
  * // ],
128
140
  * // EgressEndpoints: [ // __listOfChannelEgressEndpoint
@@ -636,6 +648,11 @@ declare const UpdateChannelClassCommand_base: {
636
648
  * // SrtGroupSettings: { // SrtGroupSettings
637
649
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
638
650
  * // },
651
+ * // MediaConnectRouterGroupSettings: { // MediaConnectRouterGroupSettings
652
+ * // AvailabilityZones: [
653
+ * // "STRING_VALUE",
654
+ * // ],
655
+ * // },
639
656
  * // },
640
657
  * // Outputs: [ // __listOfOutput // required
641
658
  * // { // Output
@@ -944,6 +961,76 @@ declare const UpdateChannelClassCommand_base: {
944
961
  * // EncryptionType: "AES128" || "AES192" || "AES256",
945
962
  * // Latency: Number("int"),
946
963
  * // },
964
+ * // MediaConnectRouterOutputSettings: { // MediaConnectRouterOutputSettings
965
+ * // ConnectedRouterInputs: { // MediaConnectRouterOutputConnectionMap
966
+ * // Pipeline0: "STRING_VALUE",
967
+ * // Pipeline1: "STRING_VALUE",
968
+ * // },
969
+ * // ContainerSettings: { // MediaConnectRouterContainerSettings
970
+ * // M2tsSettings: {
971
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
972
+ * // Arib: "DISABLED" || "ENABLED",
973
+ * // AribCaptionsPid: "STRING_VALUE",
974
+ * // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
975
+ * // AudioBufferModel: "ATSC" || "DVB",
976
+ * // AudioFramesPerPes: Number("int"),
977
+ * // AudioPids: "STRING_VALUE",
978
+ * // AudioStreamType: "ATSC" || "DVB",
979
+ * // Bitrate: Number("int"),
980
+ * // BufferModel: "MULTIPLEX" || "NONE",
981
+ * // CcDescriptor: "DISABLED" || "ENABLED",
982
+ * // DvbNitSettings: {
983
+ * // NetworkId: Number("int"), // required
984
+ * // NetworkName: "STRING_VALUE", // required
985
+ * // RepInterval: Number("int"),
986
+ * // },
987
+ * // DvbSdtSettings: {
988
+ * // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
989
+ * // RepInterval: Number("int"),
990
+ * // ServiceName: "STRING_VALUE",
991
+ * // ServiceProviderName: "STRING_VALUE",
992
+ * // },
993
+ * // DvbSubPids: "STRING_VALUE",
994
+ * // DvbTdtSettings: {
995
+ * // RepInterval: Number("int"),
996
+ * // },
997
+ * // DvbTeletextPid: "STRING_VALUE",
998
+ * // Ebif: "NONE" || "PASSTHROUGH",
999
+ * // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
1000
+ * // EbpLookaheadMs: Number("int"),
1001
+ * // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
1002
+ * // EcmPid: "STRING_VALUE",
1003
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
1004
+ * // EtvPlatformPid: "STRING_VALUE",
1005
+ * // EtvSignalPid: "STRING_VALUE",
1006
+ * // FragmentTime: Number("double"),
1007
+ * // Klv: "NONE" || "PASSTHROUGH",
1008
+ * // KlvDataPids: "STRING_VALUE",
1009
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1010
+ * // NullPacketBitrate: Number("double"),
1011
+ * // PatInterval: Number("int"),
1012
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
1013
+ * // PcrPeriod: Number("int"),
1014
+ * // PcrPid: "STRING_VALUE",
1015
+ * // PmtInterval: Number("int"),
1016
+ * // PmtPid: "STRING_VALUE",
1017
+ * // ProgramNum: Number("int"),
1018
+ * // RateMode: "CBR" || "VBR",
1019
+ * // Scte27Pids: "STRING_VALUE",
1020
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
1021
+ * // Scte35Pid: "STRING_VALUE",
1022
+ * // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
1023
+ * // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
1024
+ * // SegmentationTime: Number("double"),
1025
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1026
+ * // TimedMetadataPid: "STRING_VALUE",
1027
+ * // TransportStreamId: Number("int"),
1028
+ * // VideoPid: "STRING_VALUE",
1029
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
1030
+ * // },
1031
+ * // },
1032
+ * // Destination: "<OutputLocationRef>", // required
1033
+ * // },
947
1034
  * // },
948
1035
  * // VideoDescriptionName: "STRING_VALUE",
949
1036
  * // },
@@ -77,6 +77,12 @@ declare const UpdateChannelCommand_base: {
77
77
  * LogicalInterfaceNames: [ // __listOf__string
78
78
  * "STRING_VALUE",
79
79
  * ],
80
+ * MediaConnectRouterSettings: [ // __listOfMediaConnectRouterOutputDestinationSettings
81
+ * { // MediaConnectRouterOutputDestinationSettings
82
+ * EncryptionType: "AUTOMATIC" || "SECRETS_MANAGER",
83
+ * SecretArn: "STRING_VALUE",
84
+ * },
85
+ * ],
80
86
  * },
81
87
  * ],
82
88
  * EncoderSettings: { // EncoderSettings
@@ -585,6 +591,11 @@ declare const UpdateChannelCommand_base: {
585
591
  * SrtGroupSettings: { // SrtGroupSettings
586
592
  * InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
587
593
  * },
594
+ * MediaConnectRouterGroupSettings: { // MediaConnectRouterGroupSettings
595
+ * AvailabilityZones: [
596
+ * "STRING_VALUE",
597
+ * ],
598
+ * },
588
599
  * },
589
600
  * Outputs: [ // __listOfOutput // required
590
601
  * { // Output
@@ -893,6 +904,76 @@ declare const UpdateChannelCommand_base: {
893
904
  * EncryptionType: "AES128" || "AES192" || "AES256",
894
905
  * Latency: Number("int"),
895
906
  * },
907
+ * MediaConnectRouterOutputSettings: { // MediaConnectRouterOutputSettings
908
+ * ConnectedRouterInputs: { // MediaConnectRouterOutputConnectionMap
909
+ * Pipeline0: "STRING_VALUE",
910
+ * Pipeline1: "STRING_VALUE",
911
+ * },
912
+ * ContainerSettings: { // MediaConnectRouterContainerSettings
913
+ * M2tsSettings: {
914
+ * AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
915
+ * Arib: "DISABLED" || "ENABLED",
916
+ * AribCaptionsPid: "STRING_VALUE",
917
+ * AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
918
+ * AudioBufferModel: "ATSC" || "DVB",
919
+ * AudioFramesPerPes: Number("int"),
920
+ * AudioPids: "STRING_VALUE",
921
+ * AudioStreamType: "ATSC" || "DVB",
922
+ * Bitrate: Number("int"),
923
+ * BufferModel: "MULTIPLEX" || "NONE",
924
+ * CcDescriptor: "DISABLED" || "ENABLED",
925
+ * DvbNitSettings: {
926
+ * NetworkId: Number("int"), // required
927
+ * NetworkName: "STRING_VALUE", // required
928
+ * RepInterval: Number("int"),
929
+ * },
930
+ * DvbSdtSettings: {
931
+ * OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
932
+ * RepInterval: Number("int"),
933
+ * ServiceName: "STRING_VALUE",
934
+ * ServiceProviderName: "STRING_VALUE",
935
+ * },
936
+ * DvbSubPids: "STRING_VALUE",
937
+ * DvbTdtSettings: {
938
+ * RepInterval: Number("int"),
939
+ * },
940
+ * DvbTeletextPid: "STRING_VALUE",
941
+ * Ebif: "NONE" || "PASSTHROUGH",
942
+ * EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
943
+ * EbpLookaheadMs: Number("int"),
944
+ * EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
945
+ * EcmPid: "STRING_VALUE",
946
+ * EsRateInPes: "EXCLUDE" || "INCLUDE",
947
+ * EtvPlatformPid: "STRING_VALUE",
948
+ * EtvSignalPid: "STRING_VALUE",
949
+ * FragmentTime: Number("double"),
950
+ * Klv: "NONE" || "PASSTHROUGH",
951
+ * KlvDataPids: "STRING_VALUE",
952
+ * NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
953
+ * NullPacketBitrate: Number("double"),
954
+ * PatInterval: Number("int"),
955
+ * PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
956
+ * PcrPeriod: Number("int"),
957
+ * PcrPid: "STRING_VALUE",
958
+ * PmtInterval: Number("int"),
959
+ * PmtPid: "STRING_VALUE",
960
+ * ProgramNum: Number("int"),
961
+ * RateMode: "CBR" || "VBR",
962
+ * Scte27Pids: "STRING_VALUE",
963
+ * Scte35Control: "NONE" || "PASSTHROUGH",
964
+ * Scte35Pid: "STRING_VALUE",
965
+ * SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
966
+ * SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
967
+ * SegmentationTime: Number("double"),
968
+ * TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
969
+ * TimedMetadataPid: "STRING_VALUE",
970
+ * TransportStreamId: Number("int"),
971
+ * VideoPid: "STRING_VALUE",
972
+ * Scte35PrerollPullupMilliseconds: Number("double"),
973
+ * },
974
+ * },
975
+ * Destination: "<OutputLocationRef>", // required
976
+ * },
896
977
  * },
897
978
  * VideoDescriptionName: "STRING_VALUE",
898
979
  * },
@@ -1306,6 +1387,9 @@ declare const UpdateChannelCommand_base: {
1306
1387
  * InferenceSettings: { // InferenceSettings
1307
1388
  * FeedArn: "STRING_VALUE",
1308
1389
  * },
1390
+ * SpecialRouterSettings: { // SpecialRouterSettings
1391
+ * RouterArn: "STRING_VALUE",
1392
+ * },
1309
1393
  * };
1310
1394
  * const command = new UpdateChannelCommand(input);
1311
1395
  * const response = await client.send(command);
@@ -1352,6 +1436,12 @@ declare const UpdateChannelCommand_base: {
1352
1436
  * // LogicalInterfaceNames: [ // __listOf__string
1353
1437
  * // "STRING_VALUE",
1354
1438
  * // ],
1439
+ * // MediaConnectRouterSettings: [ // __listOfMediaConnectRouterOutputDestinationSettings
1440
+ * // { // MediaConnectRouterOutputDestinationSettings
1441
+ * // EncryptionType: "AUTOMATIC" || "SECRETS_MANAGER",
1442
+ * // SecretArn: "STRING_VALUE",
1443
+ * // },
1444
+ * // ],
1355
1445
  * // },
1356
1446
  * // ],
1357
1447
  * // EgressEndpoints: [ // __listOfChannelEgressEndpoint
@@ -1865,6 +1955,11 @@ declare const UpdateChannelCommand_base: {
1865
1955
  * // SrtGroupSettings: { // SrtGroupSettings
1866
1956
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
1867
1957
  * // },
1958
+ * // MediaConnectRouterGroupSettings: { // MediaConnectRouterGroupSettings
1959
+ * // AvailabilityZones: [
1960
+ * // "STRING_VALUE",
1961
+ * // ],
1962
+ * // },
1868
1963
  * // },
1869
1964
  * // Outputs: [ // __listOfOutput // required
1870
1965
  * // { // Output
@@ -2173,6 +2268,76 @@ declare const UpdateChannelCommand_base: {
2173
2268
  * // EncryptionType: "AES128" || "AES192" || "AES256",
2174
2269
  * // Latency: Number("int"),
2175
2270
  * // },
2271
+ * // MediaConnectRouterOutputSettings: { // MediaConnectRouterOutputSettings
2272
+ * // ConnectedRouterInputs: { // MediaConnectRouterOutputConnectionMap
2273
+ * // Pipeline0: "STRING_VALUE",
2274
+ * // Pipeline1: "STRING_VALUE",
2275
+ * // },
2276
+ * // ContainerSettings: { // MediaConnectRouterContainerSettings
2277
+ * // M2tsSettings: {
2278
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
2279
+ * // Arib: "DISABLED" || "ENABLED",
2280
+ * // AribCaptionsPid: "STRING_VALUE",
2281
+ * // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
2282
+ * // AudioBufferModel: "ATSC" || "DVB",
2283
+ * // AudioFramesPerPes: Number("int"),
2284
+ * // AudioPids: "STRING_VALUE",
2285
+ * // AudioStreamType: "ATSC" || "DVB",
2286
+ * // Bitrate: Number("int"),
2287
+ * // BufferModel: "MULTIPLEX" || "NONE",
2288
+ * // CcDescriptor: "DISABLED" || "ENABLED",
2289
+ * // DvbNitSettings: {
2290
+ * // NetworkId: Number("int"), // required
2291
+ * // NetworkName: "STRING_VALUE", // required
2292
+ * // RepInterval: Number("int"),
2293
+ * // },
2294
+ * // DvbSdtSettings: {
2295
+ * // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
2296
+ * // RepInterval: Number("int"),
2297
+ * // ServiceName: "STRING_VALUE",
2298
+ * // ServiceProviderName: "STRING_VALUE",
2299
+ * // },
2300
+ * // DvbSubPids: "STRING_VALUE",
2301
+ * // DvbTdtSettings: {
2302
+ * // RepInterval: Number("int"),
2303
+ * // },
2304
+ * // DvbTeletextPid: "STRING_VALUE",
2305
+ * // Ebif: "NONE" || "PASSTHROUGH",
2306
+ * // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
2307
+ * // EbpLookaheadMs: Number("int"),
2308
+ * // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
2309
+ * // EcmPid: "STRING_VALUE",
2310
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
2311
+ * // EtvPlatformPid: "STRING_VALUE",
2312
+ * // EtvSignalPid: "STRING_VALUE",
2313
+ * // FragmentTime: Number("double"),
2314
+ * // Klv: "NONE" || "PASSTHROUGH",
2315
+ * // KlvDataPids: "STRING_VALUE",
2316
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
2317
+ * // NullPacketBitrate: Number("double"),
2318
+ * // PatInterval: Number("int"),
2319
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
2320
+ * // PcrPeriod: Number("int"),
2321
+ * // PcrPid: "STRING_VALUE",
2322
+ * // PmtInterval: Number("int"),
2323
+ * // PmtPid: "STRING_VALUE",
2324
+ * // ProgramNum: Number("int"),
2325
+ * // RateMode: "CBR" || "VBR",
2326
+ * // Scte27Pids: "STRING_VALUE",
2327
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
2328
+ * // Scte35Pid: "STRING_VALUE",
2329
+ * // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
2330
+ * // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
2331
+ * // SegmentationTime: Number("double"),
2332
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
2333
+ * // TimedMetadataPid: "STRING_VALUE",
2334
+ * // TransportStreamId: Number("int"),
2335
+ * // VideoPid: "STRING_VALUE",
2336
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
2337
+ * // },
2338
+ * // },
2339
+ * // Destination: "<OutputLocationRef>", // required
2340
+ * // },
2176
2341
  * // },
2177
2342
  * // VideoDescriptionName: "STRING_VALUE",
2178
2343
  * // },
@@ -988,6 +988,18 @@ export declare const ChannelClass: {
988
988
  * @public
989
989
  */
990
990
  export type ChannelClass = (typeof ChannelClass)[keyof typeof ChannelClass];
991
+ /**
992
+ * @public
993
+ * @enum
994
+ */
995
+ export declare const MediaConnectRouterOutputEncryptionType: {
996
+ readonly AUTOMATIC: "AUTOMATIC";
997
+ readonly SECRETS_MANAGER: "SECRETS_MANAGER";
998
+ };
999
+ /**
1000
+ * @public
1001
+ */
1002
+ export type MediaConnectRouterOutputEncryptionType = (typeof MediaConnectRouterOutputEncryptionType)[keyof typeof MediaConnectRouterOutputEncryptionType];
991
1003
  /**
992
1004
  * @public
993
1005
  * @enum