@aws-sdk/client-medialive 3.1025.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.
- package/dist-cjs/index.js +5 -0
- package/dist-cjs/schemas/schemas_0.js +65 -20
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +57 -12
- package/dist-types/commands/BatchStartCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +162 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +81 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +81 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +81 -0
- package/dist-types/commands/StartChannelCommand.d.ts +81 -0
- package/dist-types/commands/StopChannelCommand.d.ts +81 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +87 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +165 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +91 -66
- package/dist-types/models/models_1.d.ts +86 -14
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -17
- package/dist-types/ts3.4/models/models_1.d.ts +21 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +35 -35
|
@@ -77,6 +77,12 @@ declare const CreateChannelCommand_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 CreateChannelCommand_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 CreateChannelCommand_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
|
* },
|
|
@@ -1361,6 +1442,12 @@ declare const CreateChannelCommand_base: {
|
|
|
1361
1442
|
* // LogicalInterfaceNames: [ // __listOf__string
|
|
1362
1443
|
* // "STRING_VALUE",
|
|
1363
1444
|
* // ],
|
|
1445
|
+
* // MediaConnectRouterSettings: [ // __listOfMediaConnectRouterOutputDestinationSettings
|
|
1446
|
+
* // { // MediaConnectRouterOutputDestinationSettings
|
|
1447
|
+
* // EncryptionType: "AUTOMATIC" || "SECRETS_MANAGER",
|
|
1448
|
+
* // SecretArn: "STRING_VALUE",
|
|
1449
|
+
* // },
|
|
1450
|
+
* // ],
|
|
1364
1451
|
* // },
|
|
1365
1452
|
* // ],
|
|
1366
1453
|
* // EgressEndpoints: [ // __listOfChannelEgressEndpoint
|
|
@@ -1874,6 +1961,11 @@ declare const CreateChannelCommand_base: {
|
|
|
1874
1961
|
* // SrtGroupSettings: { // SrtGroupSettings
|
|
1875
1962
|
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
1876
1963
|
* // },
|
|
1964
|
+
* // MediaConnectRouterGroupSettings: { // MediaConnectRouterGroupSettings
|
|
1965
|
+
* // AvailabilityZones: [
|
|
1966
|
+
* // "STRING_VALUE",
|
|
1967
|
+
* // ],
|
|
1968
|
+
* // },
|
|
1877
1969
|
* // },
|
|
1878
1970
|
* // Outputs: [ // __listOfOutput // required
|
|
1879
1971
|
* // { // Output
|
|
@@ -2182,6 +2274,76 @@ declare const CreateChannelCommand_base: {
|
|
|
2182
2274
|
* // EncryptionType: "AES128" || "AES192" || "AES256",
|
|
2183
2275
|
* // Latency: Number("int"),
|
|
2184
2276
|
* // },
|
|
2277
|
+
* // MediaConnectRouterOutputSettings: { // MediaConnectRouterOutputSettings
|
|
2278
|
+
* // ConnectedRouterInputs: { // MediaConnectRouterOutputConnectionMap
|
|
2279
|
+
* // Pipeline0: "STRING_VALUE",
|
|
2280
|
+
* // Pipeline1: "STRING_VALUE",
|
|
2281
|
+
* // },
|
|
2282
|
+
* // ContainerSettings: { // MediaConnectRouterContainerSettings
|
|
2283
|
+
* // M2tsSettings: {
|
|
2284
|
+
* // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
|
|
2285
|
+
* // Arib: "DISABLED" || "ENABLED",
|
|
2286
|
+
* // AribCaptionsPid: "STRING_VALUE",
|
|
2287
|
+
* // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
|
|
2288
|
+
* // AudioBufferModel: "ATSC" || "DVB",
|
|
2289
|
+
* // AudioFramesPerPes: Number("int"),
|
|
2290
|
+
* // AudioPids: "STRING_VALUE",
|
|
2291
|
+
* // AudioStreamType: "ATSC" || "DVB",
|
|
2292
|
+
* // Bitrate: Number("int"),
|
|
2293
|
+
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
2294
|
+
* // CcDescriptor: "DISABLED" || "ENABLED",
|
|
2295
|
+
* // DvbNitSettings: {
|
|
2296
|
+
* // NetworkId: Number("int"), // required
|
|
2297
|
+
* // NetworkName: "STRING_VALUE", // required
|
|
2298
|
+
* // RepInterval: Number("int"),
|
|
2299
|
+
* // },
|
|
2300
|
+
* // DvbSdtSettings: {
|
|
2301
|
+
* // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
|
|
2302
|
+
* // RepInterval: Number("int"),
|
|
2303
|
+
* // ServiceName: "STRING_VALUE",
|
|
2304
|
+
* // ServiceProviderName: "STRING_VALUE",
|
|
2305
|
+
* // },
|
|
2306
|
+
* // DvbSubPids: "STRING_VALUE",
|
|
2307
|
+
* // DvbTdtSettings: {
|
|
2308
|
+
* // RepInterval: Number("int"),
|
|
2309
|
+
* // },
|
|
2310
|
+
* // DvbTeletextPid: "STRING_VALUE",
|
|
2311
|
+
* // Ebif: "NONE" || "PASSTHROUGH",
|
|
2312
|
+
* // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
|
|
2313
|
+
* // EbpLookaheadMs: Number("int"),
|
|
2314
|
+
* // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
|
|
2315
|
+
* // EcmPid: "STRING_VALUE",
|
|
2316
|
+
* // EsRateInPes: "EXCLUDE" || "INCLUDE",
|
|
2317
|
+
* // EtvPlatformPid: "STRING_VALUE",
|
|
2318
|
+
* // EtvSignalPid: "STRING_VALUE",
|
|
2319
|
+
* // FragmentTime: Number("double"),
|
|
2320
|
+
* // Klv: "NONE" || "PASSTHROUGH",
|
|
2321
|
+
* // KlvDataPids: "STRING_VALUE",
|
|
2322
|
+
* // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
2323
|
+
* // NullPacketBitrate: Number("double"),
|
|
2324
|
+
* // PatInterval: Number("int"),
|
|
2325
|
+
* // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
|
|
2326
|
+
* // PcrPeriod: Number("int"),
|
|
2327
|
+
* // PcrPid: "STRING_VALUE",
|
|
2328
|
+
* // PmtInterval: Number("int"),
|
|
2329
|
+
* // PmtPid: "STRING_VALUE",
|
|
2330
|
+
* // ProgramNum: Number("int"),
|
|
2331
|
+
* // RateMode: "CBR" || "VBR",
|
|
2332
|
+
* // Scte27Pids: "STRING_VALUE",
|
|
2333
|
+
* // Scte35Control: "NONE" || "PASSTHROUGH",
|
|
2334
|
+
* // Scte35Pid: "STRING_VALUE",
|
|
2335
|
+
* // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
|
|
2336
|
+
* // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
|
|
2337
|
+
* // SegmentationTime: Number("double"),
|
|
2338
|
+
* // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
2339
|
+
* // TimedMetadataPid: "STRING_VALUE",
|
|
2340
|
+
* // TransportStreamId: Number("int"),
|
|
2341
|
+
* // VideoPid: "STRING_VALUE",
|
|
2342
|
+
* // Scte35PrerollPullupMilliseconds: Number("double"),
|
|
2343
|
+
* // },
|
|
2344
|
+
* // },
|
|
2345
|
+
* // Destination: "<OutputLocationRef>", // required
|
|
2346
|
+
* // },
|
|
2185
2347
|
* // },
|
|
2186
2348
|
* // VideoDescriptionName: "STRING_VALUE",
|
|
2187
2349
|
* // },
|
|
@@ -83,6 +83,12 @@ declare const DeleteChannelCommand_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 DeleteChannelCommand_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 DeleteChannelCommand_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
|
* // },
|
|
@@ -83,6 +83,12 @@ declare const DescribeChannelCommand_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 DescribeChannelCommand_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 DescribeChannelCommand_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
|
* // },
|
|
@@ -86,6 +86,12 @@ declare const ListChannelsCommand_base: {
|
|
|
86
86
|
* // LogicalInterfaceNames: [ // __listOf__string
|
|
87
87
|
* // "STRING_VALUE",
|
|
88
88
|
* // ],
|
|
89
|
+
* // MediaConnectRouterSettings: [ // __listOfMediaConnectRouterOutputDestinationSettings
|
|
90
|
+
* // { // MediaConnectRouterOutputDestinationSettings
|
|
91
|
+
* // EncryptionType: "AUTOMATIC" || "SECRETS_MANAGER",
|
|
92
|
+
* // SecretArn: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // ],
|
|
89
95
|
* // },
|
|
90
96
|
* // ],
|
|
91
97
|
* // EgressEndpoints: [ // __listOfChannelEgressEndpoint
|
|
@@ -86,6 +86,12 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
86
86
|
* // LogicalInterfaceNames: [ // __listOf__string
|
|
87
87
|
* // "STRING_VALUE",
|
|
88
88
|
* // ],
|
|
89
|
+
* // MediaConnectRouterSettings: [ // __listOfMediaConnectRouterOutputDestinationSettings
|
|
90
|
+
* // { // MediaConnectRouterOutputDestinationSettings
|
|
91
|
+
* // EncryptionType: "AUTOMATIC" || "SECRETS_MANAGER",
|
|
92
|
+
* // SecretArn: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // ],
|
|
89
95
|
* // },
|
|
90
96
|
* // ],
|
|
91
97
|
* // EgressEndpoints: [ // __listOfChannelEgressEndpoint
|
|
@@ -599,6 +605,11 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
599
605
|
* // SrtGroupSettings: { // SrtGroupSettings
|
|
600
606
|
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
601
607
|
* // },
|
|
608
|
+
* // MediaConnectRouterGroupSettings: { // MediaConnectRouterGroupSettings
|
|
609
|
+
* // AvailabilityZones: [
|
|
610
|
+
* // "STRING_VALUE",
|
|
611
|
+
* // ],
|
|
612
|
+
* // },
|
|
602
613
|
* // },
|
|
603
614
|
* // Outputs: [ // __listOfOutput // required
|
|
604
615
|
* // { // Output
|
|
@@ -907,6 +918,76 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
907
918
|
* // EncryptionType: "AES128" || "AES192" || "AES256",
|
|
908
919
|
* // Latency: Number("int"),
|
|
909
920
|
* // },
|
|
921
|
+
* // MediaConnectRouterOutputSettings: { // MediaConnectRouterOutputSettings
|
|
922
|
+
* // ConnectedRouterInputs: { // MediaConnectRouterOutputConnectionMap
|
|
923
|
+
* // Pipeline0: "STRING_VALUE",
|
|
924
|
+
* // Pipeline1: "STRING_VALUE",
|
|
925
|
+
* // },
|
|
926
|
+
* // ContainerSettings: { // MediaConnectRouterContainerSettings
|
|
927
|
+
* // M2tsSettings: {
|
|
928
|
+
* // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
|
|
929
|
+
* // Arib: "DISABLED" || "ENABLED",
|
|
930
|
+
* // AribCaptionsPid: "STRING_VALUE",
|
|
931
|
+
* // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
|
|
932
|
+
* // AudioBufferModel: "ATSC" || "DVB",
|
|
933
|
+
* // AudioFramesPerPes: Number("int"),
|
|
934
|
+
* // AudioPids: "STRING_VALUE",
|
|
935
|
+
* // AudioStreamType: "ATSC" || "DVB",
|
|
936
|
+
* // Bitrate: Number("int"),
|
|
937
|
+
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
938
|
+
* // CcDescriptor: "DISABLED" || "ENABLED",
|
|
939
|
+
* // DvbNitSettings: {
|
|
940
|
+
* // NetworkId: Number("int"), // required
|
|
941
|
+
* // NetworkName: "STRING_VALUE", // required
|
|
942
|
+
* // RepInterval: Number("int"),
|
|
943
|
+
* // },
|
|
944
|
+
* // DvbSdtSettings: {
|
|
945
|
+
* // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
|
|
946
|
+
* // RepInterval: Number("int"),
|
|
947
|
+
* // ServiceName: "STRING_VALUE",
|
|
948
|
+
* // ServiceProviderName: "STRING_VALUE",
|
|
949
|
+
* // },
|
|
950
|
+
* // DvbSubPids: "STRING_VALUE",
|
|
951
|
+
* // DvbTdtSettings: {
|
|
952
|
+
* // RepInterval: Number("int"),
|
|
953
|
+
* // },
|
|
954
|
+
* // DvbTeletextPid: "STRING_VALUE",
|
|
955
|
+
* // Ebif: "NONE" || "PASSTHROUGH",
|
|
956
|
+
* // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
|
|
957
|
+
* // EbpLookaheadMs: Number("int"),
|
|
958
|
+
* // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
|
|
959
|
+
* // EcmPid: "STRING_VALUE",
|
|
960
|
+
* // EsRateInPes: "EXCLUDE" || "INCLUDE",
|
|
961
|
+
* // EtvPlatformPid: "STRING_VALUE",
|
|
962
|
+
* // EtvSignalPid: "STRING_VALUE",
|
|
963
|
+
* // FragmentTime: Number("double"),
|
|
964
|
+
* // Klv: "NONE" || "PASSTHROUGH",
|
|
965
|
+
* // KlvDataPids: "STRING_VALUE",
|
|
966
|
+
* // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
967
|
+
* // NullPacketBitrate: Number("double"),
|
|
968
|
+
* // PatInterval: Number("int"),
|
|
969
|
+
* // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
|
|
970
|
+
* // PcrPeriod: Number("int"),
|
|
971
|
+
* // PcrPid: "STRING_VALUE",
|
|
972
|
+
* // PmtInterval: Number("int"),
|
|
973
|
+
* // PmtPid: "STRING_VALUE",
|
|
974
|
+
* // ProgramNum: Number("int"),
|
|
975
|
+
* // RateMode: "CBR" || "VBR",
|
|
976
|
+
* // Scte27Pids: "STRING_VALUE",
|
|
977
|
+
* // Scte35Control: "NONE" || "PASSTHROUGH",
|
|
978
|
+
* // Scte35Pid: "STRING_VALUE",
|
|
979
|
+
* // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
|
|
980
|
+
* // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
|
|
981
|
+
* // SegmentationTime: Number("double"),
|
|
982
|
+
* // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
983
|
+
* // TimedMetadataPid: "STRING_VALUE",
|
|
984
|
+
* // TransportStreamId: Number("int"),
|
|
985
|
+
* // VideoPid: "STRING_VALUE",
|
|
986
|
+
* // Scte35PrerollPullupMilliseconds: Number("double"),
|
|
987
|
+
* // },
|
|
988
|
+
* // },
|
|
989
|
+
* // Destination: "<OutputLocationRef>", // required
|
|
990
|
+
* // },
|
|
910
991
|
* // },
|
|
911
992
|
* // VideoDescriptionName: "STRING_VALUE",
|
|
912
993
|
* // },
|
|
@@ -83,6 +83,12 @@ declare const StartChannelCommand_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 StartChannelCommand_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 StartChannelCommand_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
|
* // },
|