@aws-sdk/client-medialive 3.325.0 → 3.327.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 (60) hide show
  1. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +4 -0
  2. package/dist-types/commands/BatchDeleteCommand.d.ts +20 -0
  3. package/dist-types/commands/BatchStartCommand.d.ts +20 -0
  4. package/dist-types/commands/BatchStopCommand.d.ts +20 -0
  5. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +263 -0
  6. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +4 -0
  7. package/dist-types/commands/ClaimDeviceCommand.d.ts +4 -0
  8. package/dist-types/commands/CreateChannelCommand.d.ts +1011 -0
  9. package/dist-types/commands/CreateInputCommand.d.ts +55 -0
  10. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +21 -0
  11. package/dist-types/commands/CreateMultiplexCommand.d.ts +32 -0
  12. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +54 -0
  13. package/dist-types/commands/CreatePartnerInputCommand.d.ts +55 -0
  14. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteChannelCommand.d.ts +1009 -0
  16. package/dist-types/commands/DeleteInputCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteMultiplexCommand.d.ts +30 -0
  19. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +52 -0
  20. package/dist-types/commands/DeleteReservationCommand.d.ts +38 -0
  21. package/dist-types/commands/DeleteScheduleCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  23. package/dist-types/commands/DescribeChannelCommand.d.ts +1009 -0
  24. package/dist-types/commands/DescribeInputCommand.d.ts +53 -0
  25. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +48 -0
  26. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +10 -0
  27. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +19 -0
  28. package/dist-types/commands/DescribeMultiplexCommand.d.ts +30 -0
  29. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +52 -0
  30. package/dist-types/commands/DescribeOfferingCommand.d.ts +25 -0
  31. package/dist-types/commands/DescribeReservationCommand.d.ts +38 -0
  32. package/dist-types/commands/DescribeScheduleCommand.d.ts +133 -0
  33. package/dist-types/commands/ListChannelsCommand.d.ts +208 -0
  34. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +14 -0
  35. package/dist-types/commands/ListInputDevicesCommand.d.ts +53 -0
  36. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +24 -0
  37. package/dist-types/commands/ListInputsCommand.d.ts +58 -0
  38. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +12 -0
  39. package/dist-types/commands/ListMultiplexesCommand.d.ts +25 -0
  40. package/dist-types/commands/ListOfferingsCommand.d.ts +30 -0
  41. package/dist-types/commands/ListReservationsCommand.d.ts +43 -0
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
  43. package/dist-types/commands/PurchaseOfferingCommand.d.ts +40 -0
  44. package/dist-types/commands/RebootInputDeviceCommand.d.ts +4 -0
  45. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +4 -0
  46. package/dist-types/commands/StartChannelCommand.d.ts +1009 -0
  47. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +4 -0
  48. package/dist-types/commands/StartMultiplexCommand.d.ts +30 -0
  49. package/dist-types/commands/StopChannelCommand.d.ts +1009 -0
  50. package/dist-types/commands/StopMultiplexCommand.d.ts +30 -0
  51. package/dist-types/commands/TransferInputDeviceCommand.d.ts +4 -0
  52. package/dist-types/commands/UpdateChannelClassCommand.d.ts +1011 -0
  53. package/dist-types/commands/UpdateChannelCommand.d.ts +1011 -0
  54. package/dist-types/commands/UpdateInputCommand.d.ts +55 -0
  55. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +48 -0
  56. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +21 -0
  57. package/dist-types/commands/UpdateMultiplexCommand.d.ts +32 -0
  58. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +54 -0
  59. package/dist-types/commands/UpdateReservationCommand.d.ts +40 -0
  60. package/package.json +7 -7
@@ -1015,6 +1015,1015 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
1015
1015
  * };
1016
1016
  * const command = new CreateChannelCommand(input);
1017
1017
  * const response = await client.send(command);
1018
+ * // { // CreateChannelResponse
1019
+ * // Channel: { // Channel
1020
+ * // Arn: "STRING_VALUE",
1021
+ * // CdiInputSpecification: { // CdiInputSpecification
1022
+ * // Resolution: "SD" || "HD" || "FHD" || "UHD",
1023
+ * // },
1024
+ * // ChannelClass: "STANDARD" || "SINGLE_PIPELINE",
1025
+ * // Destinations: [ // __listOfOutputDestination
1026
+ * // { // OutputDestination
1027
+ * // Id: "STRING_VALUE",
1028
+ * // MediaPackageSettings: [ // __listOfMediaPackageOutputDestinationSettings
1029
+ * // { // MediaPackageOutputDestinationSettings
1030
+ * // ChannelId: "STRING_VALUE",
1031
+ * // },
1032
+ * // ],
1033
+ * // MultiplexSettings: { // MultiplexProgramChannelDestinationSettings
1034
+ * // MultiplexId: "STRING_VALUE",
1035
+ * // ProgramName: "STRING_VALUE",
1036
+ * // },
1037
+ * // Settings: [ // __listOfOutputDestinationSettings
1038
+ * // { // OutputDestinationSettings
1039
+ * // PasswordParam: "STRING_VALUE",
1040
+ * // StreamName: "STRING_VALUE",
1041
+ * // Url: "STRING_VALUE",
1042
+ * // Username: "STRING_VALUE",
1043
+ * // },
1044
+ * // ],
1045
+ * // },
1046
+ * // ],
1047
+ * // EgressEndpoints: [ // __listOfChannelEgressEndpoint
1048
+ * // { // ChannelEgressEndpoint
1049
+ * // SourceIp: "STRING_VALUE",
1050
+ * // },
1051
+ * // ],
1052
+ * // EncoderSettings: { // EncoderSettings
1053
+ * // AudioDescriptions: [ // __listOfAudioDescription // required
1054
+ * // { // AudioDescription
1055
+ * // AudioNormalizationSettings: { // AudioNormalizationSettings
1056
+ * // Algorithm: "ITU_1770_1" || "ITU_1770_2",
1057
+ * // AlgorithmControl: "CORRECT_AUDIO",
1058
+ * // TargetLkfs: Number("double"),
1059
+ * // },
1060
+ * // AudioSelectorName: "STRING_VALUE", // required
1061
+ * // AudioType: "CLEAN_EFFECTS" || "HEARING_IMPAIRED" || "UNDEFINED" || "VISUAL_IMPAIRED_COMMENTARY",
1062
+ * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
1063
+ * // AudioWatermarkingSettings: { // AudioWatermarkSettings
1064
+ * // NielsenWatermarksSettings: { // NielsenWatermarksSettings
1065
+ * // NielsenCbetSettings: { // NielsenCBET
1066
+ * // CbetCheckDigitString: "STRING_VALUE", // required
1067
+ * // CbetStepaside: "DISABLED" || "ENABLED", // required
1068
+ * // Csid: "STRING_VALUE", // required
1069
+ * // },
1070
+ * // NielsenDistributionType: "FINAL_DISTRIBUTOR" || "PROGRAM_CONTENT",
1071
+ * // NielsenNaesIiNwSettings: { // NielsenNaesIiNw
1072
+ * // CheckDigitString: "STRING_VALUE", // required
1073
+ * // Sid: Number("double"), // required
1074
+ * // Timezone: "AMERICA_PUERTO_RICO" || "US_ALASKA" || "US_ARIZONA" || "US_CENTRAL" || "US_EASTERN" || "US_HAWAII" || "US_MOUNTAIN" || "US_PACIFIC" || "US_SAMOA" || "UTC",
1075
+ * // },
1076
+ * // },
1077
+ * // },
1078
+ * // CodecSettings: { // AudioCodecSettings
1079
+ * // AacSettings: { // AacSettings
1080
+ * // Bitrate: Number("double"),
1081
+ * // CodingMode: "AD_RECEIVER_MIX" || "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_5_1",
1082
+ * // InputType: "BROADCASTER_MIXED_AD" || "NORMAL",
1083
+ * // Profile: "HEV1" || "HEV2" || "LC",
1084
+ * // RateControlMode: "CBR" || "VBR",
1085
+ * // RawFormat: "LATM_LOAS" || "NONE",
1086
+ * // SampleRate: Number("double"),
1087
+ * // Spec: "MPEG2" || "MPEG4",
1088
+ * // VbrQuality: "HIGH" || "LOW" || "MEDIUM_HIGH" || "MEDIUM_LOW",
1089
+ * // },
1090
+ * // Ac3Settings: { // Ac3Settings
1091
+ * // Bitrate: Number("double"),
1092
+ * // BitstreamMode: "COMMENTARY" || "COMPLETE_MAIN" || "DIALOGUE" || "EMERGENCY" || "HEARING_IMPAIRED" || "MUSIC_AND_EFFECTS" || "VISUALLY_IMPAIRED" || "VOICE_OVER",
1093
+ * // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_3_2_LFE",
1094
+ * // Dialnorm: Number("int"),
1095
+ * // DrcProfile: "FILM_STANDARD" || "NONE",
1096
+ * // LfeFilter: "DISABLED" || "ENABLED",
1097
+ * // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
1098
+ * // },
1099
+ * // Eac3AtmosSettings: { // Eac3AtmosSettings
1100
+ * // Bitrate: Number("double"),
1101
+ * // CodingMode: "CODING_MODE_5_1_4" || "CODING_MODE_7_1_4" || "CODING_MODE_9_1_6",
1102
+ * // Dialnorm: Number("int"),
1103
+ * // DrcLine: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
1104
+ * // DrcRf: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
1105
+ * // HeightTrim: Number("double"),
1106
+ * // SurroundTrim: Number("double"),
1107
+ * // },
1108
+ * // Eac3Settings: { // Eac3Settings
1109
+ * // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
1110
+ * // Bitrate: Number("double"),
1111
+ * // BitstreamMode: "COMMENTARY" || "COMPLETE_MAIN" || "EMERGENCY" || "HEARING_IMPAIRED" || "VISUALLY_IMPAIRED",
1112
+ * // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_3_2",
1113
+ * // DcFilter: "DISABLED" || "ENABLED",
1114
+ * // Dialnorm: Number("int"),
1115
+ * // DrcLine: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
1116
+ * // DrcRf: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
1117
+ * // LfeControl: "LFE" || "NO_LFE",
1118
+ * // LfeFilter: "DISABLED" || "ENABLED",
1119
+ * // LoRoCenterMixLevel: Number("double"),
1120
+ * // LoRoSurroundMixLevel: Number("double"),
1121
+ * // LtRtCenterMixLevel: Number("double"),
1122
+ * // LtRtSurroundMixLevel: Number("double"),
1123
+ * // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
1124
+ * // PassthroughControl: "NO_PASSTHROUGH" || "WHEN_POSSIBLE",
1125
+ * // PhaseControl: "NO_SHIFT" || "SHIFT_90_DEGREES",
1126
+ * // StereoDownmix: "DPL2" || "LO_RO" || "LT_RT" || "NOT_INDICATED",
1127
+ * // SurroundExMode: "DISABLED" || "ENABLED" || "NOT_INDICATED",
1128
+ * // SurroundMode: "DISABLED" || "ENABLED" || "NOT_INDICATED",
1129
+ * // },
1130
+ * // Mp2Settings: { // Mp2Settings
1131
+ * // Bitrate: Number("double"),
1132
+ * // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0",
1133
+ * // SampleRate: Number("double"),
1134
+ * // },
1135
+ * // PassThroughSettings: {},
1136
+ * // WavSettings: { // WavSettings
1137
+ * // BitDepth: Number("double"),
1138
+ * // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_4_0" || "CODING_MODE_8_0",
1139
+ * // SampleRate: Number("double"),
1140
+ * // },
1141
+ * // },
1142
+ * // LanguageCode: "STRING_VALUE",
1143
+ * // LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
1144
+ * // Name: "STRING_VALUE", // required
1145
+ * // RemixSettings: { // RemixSettings
1146
+ * // ChannelMappings: [ // __listOfAudioChannelMapping // required
1147
+ * // { // AudioChannelMapping
1148
+ * // InputChannelLevels: [ // __listOfInputChannelLevel // required
1149
+ * // { // InputChannelLevel
1150
+ * // Gain: Number("int"), // required
1151
+ * // InputChannel: Number("int"), // required
1152
+ * // },
1153
+ * // ],
1154
+ * // OutputChannel: Number("int"), // required
1155
+ * // },
1156
+ * // ],
1157
+ * // ChannelsIn: Number("int"),
1158
+ * // ChannelsOut: Number("int"),
1159
+ * // },
1160
+ * // StreamName: "STRING_VALUE",
1161
+ * // },
1162
+ * // ],
1163
+ * // AvailBlanking: { // AvailBlanking
1164
+ * // AvailBlankingImage: { // InputLocation
1165
+ * // PasswordParam: "STRING_VALUE",
1166
+ * // Uri: "STRING_VALUE", // required
1167
+ * // Username: "STRING_VALUE",
1168
+ * // },
1169
+ * // State: "DISABLED" || "ENABLED",
1170
+ * // },
1171
+ * // AvailConfiguration: { // AvailConfiguration
1172
+ * // AvailSettings: { // AvailSettings
1173
+ * // Esam: { // Esam
1174
+ * // AcquisitionPointId: "STRING_VALUE", // required
1175
+ * // AdAvailOffset: Number("int"),
1176
+ * // PasswordParam: "STRING_VALUE",
1177
+ * // PoisEndpoint: "STRING_VALUE", // required
1178
+ * // Username: "STRING_VALUE",
1179
+ * // ZoneIdentity: "STRING_VALUE",
1180
+ * // },
1181
+ * // Scte35SpliceInsert: { // Scte35SpliceInsert
1182
+ * // AdAvailOffset: Number("int"),
1183
+ * // NoRegionalBlackoutFlag: "FOLLOW" || "IGNORE",
1184
+ * // WebDeliveryAllowedFlag: "FOLLOW" || "IGNORE",
1185
+ * // },
1186
+ * // Scte35TimeSignalApos: { // Scte35TimeSignalApos
1187
+ * // AdAvailOffset: Number("int"),
1188
+ * // NoRegionalBlackoutFlag: "FOLLOW" || "IGNORE",
1189
+ * // WebDeliveryAllowedFlag: "FOLLOW" || "IGNORE",
1190
+ * // },
1191
+ * // },
1192
+ * // },
1193
+ * // BlackoutSlate: { // BlackoutSlate
1194
+ * // BlackoutSlateImage: {
1195
+ * // PasswordParam: "STRING_VALUE",
1196
+ * // Uri: "STRING_VALUE", // required
1197
+ * // Username: "STRING_VALUE",
1198
+ * // },
1199
+ * // NetworkEndBlackout: "DISABLED" || "ENABLED",
1200
+ * // NetworkEndBlackoutImage: {
1201
+ * // PasswordParam: "STRING_VALUE",
1202
+ * // Uri: "STRING_VALUE", // required
1203
+ * // Username: "STRING_VALUE",
1204
+ * // },
1205
+ * // NetworkId: "STRING_VALUE",
1206
+ * // State: "DISABLED" || "ENABLED",
1207
+ * // },
1208
+ * // CaptionDescriptions: [ // __listOfCaptionDescription
1209
+ * // { // CaptionDescription
1210
+ * // Accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES" || "IMPLEMENTS_ACCESSIBILITY_FEATURES",
1211
+ * // CaptionSelectorName: "STRING_VALUE", // required
1212
+ * // DestinationSettings: { // CaptionDestinationSettings
1213
+ * // AribDestinationSettings: {},
1214
+ * // BurnInDestinationSettings: { // BurnInDestinationSettings
1215
+ * // Alignment: "CENTERED" || "LEFT" || "SMART",
1216
+ * // BackgroundColor: "BLACK" || "NONE" || "WHITE",
1217
+ * // BackgroundOpacity: Number("int"),
1218
+ * // Font: {
1219
+ * // PasswordParam: "STRING_VALUE",
1220
+ * // Uri: "STRING_VALUE", // required
1221
+ * // Username: "STRING_VALUE",
1222
+ * // },
1223
+ * // FontColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
1224
+ * // FontOpacity: Number("int"),
1225
+ * // FontResolution: Number("int"),
1226
+ * // FontSize: "STRING_VALUE",
1227
+ * // OutlineColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
1228
+ * // OutlineSize: Number("int"),
1229
+ * // ShadowColor: "BLACK" || "NONE" || "WHITE",
1230
+ * // ShadowOpacity: Number("int"),
1231
+ * // ShadowXOffset: Number("int"),
1232
+ * // ShadowYOffset: Number("int"),
1233
+ * // TeletextGridControl: "FIXED" || "SCALED",
1234
+ * // XPosition: Number("int"),
1235
+ * // YPosition: Number("int"),
1236
+ * // },
1237
+ * // DvbSubDestinationSettings: { // DvbSubDestinationSettings
1238
+ * // Alignment: "CENTERED" || "LEFT" || "SMART",
1239
+ * // BackgroundColor: "BLACK" || "NONE" || "WHITE",
1240
+ * // BackgroundOpacity: Number("int"),
1241
+ * // Font: {
1242
+ * // PasswordParam: "STRING_VALUE",
1243
+ * // Uri: "STRING_VALUE", // required
1244
+ * // Username: "STRING_VALUE",
1245
+ * // },
1246
+ * // FontColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
1247
+ * // FontOpacity: Number("int"),
1248
+ * // FontResolution: Number("int"),
1249
+ * // FontSize: "STRING_VALUE",
1250
+ * // OutlineColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
1251
+ * // OutlineSize: Number("int"),
1252
+ * // ShadowColor: "BLACK" || "NONE" || "WHITE",
1253
+ * // ShadowOpacity: Number("int"),
1254
+ * // ShadowXOffset: Number("int"),
1255
+ * // ShadowYOffset: Number("int"),
1256
+ * // TeletextGridControl: "FIXED" || "SCALED",
1257
+ * // XPosition: Number("int"),
1258
+ * // YPosition: Number("int"),
1259
+ * // },
1260
+ * // EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
1261
+ * // CopyrightHolder: "STRING_VALUE",
1262
+ * // FillLineGap: "DISABLED" || "ENABLED",
1263
+ * // FontFamily: "STRING_VALUE",
1264
+ * // StyleControl: "EXCLUDE" || "INCLUDE",
1265
+ * // },
1266
+ * // EmbeddedDestinationSettings: {},
1267
+ * // EmbeddedPlusScte20DestinationSettings: {},
1268
+ * // RtmpCaptionInfoDestinationSettings: {},
1269
+ * // Scte20PlusEmbeddedDestinationSettings: {},
1270
+ * // Scte27DestinationSettings: {},
1271
+ * // SmpteTtDestinationSettings: {},
1272
+ * // TeletextDestinationSettings: {},
1273
+ * // TtmlDestinationSettings: { // TtmlDestinationSettings
1274
+ * // StyleControl: "PASSTHROUGH" || "USE_CONFIGURED",
1275
+ * // },
1276
+ * // WebvttDestinationSettings: { // WebvttDestinationSettings
1277
+ * // StyleControl: "NO_STYLE_DATA" || "PASSTHROUGH",
1278
+ * // },
1279
+ * // },
1280
+ * // LanguageCode: "STRING_VALUE",
1281
+ * // LanguageDescription: "STRING_VALUE",
1282
+ * // Name: "STRING_VALUE", // required
1283
+ * // },
1284
+ * // ],
1285
+ * // FeatureActivations: { // FeatureActivations
1286
+ * // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
1287
+ * // },
1288
+ * // GlobalConfiguration: { // GlobalConfiguration
1289
+ * // InitialAudioGain: Number("int"),
1290
+ * // InputEndAction: "NONE" || "SWITCH_AND_LOOP_INPUTS",
1291
+ * // InputLossBehavior: { // InputLossBehavior
1292
+ * // BlackFrameMsec: Number("int"),
1293
+ * // InputLossImageColor: "STRING_VALUE",
1294
+ * // InputLossImageSlate: "<InputLocation>",
1295
+ * // InputLossImageType: "COLOR" || "SLATE",
1296
+ * // RepeatFrameMsec: Number("int"),
1297
+ * // },
1298
+ * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
1299
+ * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
1300
+ * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
1301
+ * // },
1302
+ * // MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
1303
+ * // MotionGraphicsInsertion: "DISABLED" || "ENABLED",
1304
+ * // MotionGraphicsSettings: { // MotionGraphicsSettings
1305
+ * // HtmlMotionGraphicsSettings: {},
1306
+ * // },
1307
+ * // },
1308
+ * // NielsenConfiguration: { // NielsenConfiguration
1309
+ * // DistributorId: "STRING_VALUE",
1310
+ * // NielsenPcmToId3Tagging: "DISABLED" || "ENABLED",
1311
+ * // },
1312
+ * // OutputGroups: [ // __listOfOutputGroup // required
1313
+ * // { // OutputGroup
1314
+ * // Name: "STRING_VALUE",
1315
+ * // OutputGroupSettings: { // OutputGroupSettings
1316
+ * // ArchiveGroupSettings: { // ArchiveGroupSettings
1317
+ * // ArchiveCdnSettings: { // ArchiveCdnSettings
1318
+ * // ArchiveS3Settings: { // ArchiveS3Settings
1319
+ * // CannedAcl: "AUTHENTICATED_READ" || "BUCKET_OWNER_FULL_CONTROL" || "BUCKET_OWNER_READ" || "PUBLIC_READ",
1320
+ * // },
1321
+ * // },
1322
+ * // Destination: { // OutputLocationRef
1323
+ * // DestinationRefId: "STRING_VALUE",
1324
+ * // },
1325
+ * // RolloverInterval: Number("int"),
1326
+ * // },
1327
+ * // FrameCaptureGroupSettings: { // FrameCaptureGroupSettings
1328
+ * // Destination: {
1329
+ * // DestinationRefId: "STRING_VALUE",
1330
+ * // },
1331
+ * // FrameCaptureCdnSettings: { // FrameCaptureCdnSettings
1332
+ * // FrameCaptureS3Settings: { // FrameCaptureS3Settings
1333
+ * // CannedAcl: "AUTHENTICATED_READ" || "BUCKET_OWNER_FULL_CONTROL" || "BUCKET_OWNER_READ" || "PUBLIC_READ",
1334
+ * // },
1335
+ * // },
1336
+ * // },
1337
+ * // HlsGroupSettings: { // HlsGroupSettings
1338
+ * // AdMarkers: [ // __listOfHlsAdMarkers
1339
+ * // "ADOBE" || "ELEMENTAL" || "ELEMENTAL_SCTE35",
1340
+ * // ],
1341
+ * // BaseUrlContent: "STRING_VALUE",
1342
+ * // BaseUrlContent1: "STRING_VALUE",
1343
+ * // BaseUrlManifest: "STRING_VALUE",
1344
+ * // BaseUrlManifest1: "STRING_VALUE",
1345
+ * // CaptionLanguageMappings: [ // __listOfCaptionLanguageMapping
1346
+ * // { // CaptionLanguageMapping
1347
+ * // CaptionChannel: Number("int"), // required
1348
+ * // LanguageCode: "STRING_VALUE", // required
1349
+ * // LanguageDescription: "STRING_VALUE", // required
1350
+ * // },
1351
+ * // ],
1352
+ * // CaptionLanguageSetting: "INSERT" || "NONE" || "OMIT",
1353
+ * // ClientCache: "DISABLED" || "ENABLED",
1354
+ * // CodecSpecification: "RFC_4281" || "RFC_6381",
1355
+ * // ConstantIv: "STRING_VALUE",
1356
+ * // Destination: {
1357
+ * // DestinationRefId: "STRING_VALUE",
1358
+ * // },
1359
+ * // DirectoryStructure: "SINGLE_DIRECTORY" || "SUBDIRECTORY_PER_STREAM",
1360
+ * // DiscontinuityTags: "INSERT" || "NEVER_INSERT",
1361
+ * // EncryptionType: "AES128" || "SAMPLE_AES",
1362
+ * // HlsCdnSettings: { // HlsCdnSettings
1363
+ * // HlsAkamaiSettings: { // HlsAkamaiSettings
1364
+ * // ConnectionRetryInterval: Number("int"),
1365
+ * // FilecacheDuration: Number("int"),
1366
+ * // HttpTransferMode: "CHUNKED" || "NON_CHUNKED",
1367
+ * // NumRetries: Number("int"),
1368
+ * // RestartDelay: Number("int"),
1369
+ * // Salt: "STRING_VALUE",
1370
+ * // Token: "STRING_VALUE",
1371
+ * // },
1372
+ * // HlsBasicPutSettings: { // HlsBasicPutSettings
1373
+ * // ConnectionRetryInterval: Number("int"),
1374
+ * // FilecacheDuration: Number("int"),
1375
+ * // NumRetries: Number("int"),
1376
+ * // RestartDelay: Number("int"),
1377
+ * // },
1378
+ * // HlsMediaStoreSettings: { // HlsMediaStoreSettings
1379
+ * // ConnectionRetryInterval: Number("int"),
1380
+ * // FilecacheDuration: Number("int"),
1381
+ * // MediaStoreStorageClass: "TEMPORAL",
1382
+ * // NumRetries: Number("int"),
1383
+ * // RestartDelay: Number("int"),
1384
+ * // },
1385
+ * // HlsS3Settings: { // HlsS3Settings
1386
+ * // CannedAcl: "AUTHENTICATED_READ" || "BUCKET_OWNER_FULL_CONTROL" || "BUCKET_OWNER_READ" || "PUBLIC_READ",
1387
+ * // },
1388
+ * // HlsWebdavSettings: { // HlsWebdavSettings
1389
+ * // ConnectionRetryInterval: Number("int"),
1390
+ * // FilecacheDuration: Number("int"),
1391
+ * // HttpTransferMode: "CHUNKED" || "NON_CHUNKED",
1392
+ * // NumRetries: Number("int"),
1393
+ * // RestartDelay: Number("int"),
1394
+ * // },
1395
+ * // },
1396
+ * // HlsId3SegmentTagging: "DISABLED" || "ENABLED",
1397
+ * // IFrameOnlyPlaylists: "DISABLED" || "STANDARD",
1398
+ * // IncompleteSegmentBehavior: "AUTO" || "SUPPRESS",
1399
+ * // IndexNSegments: Number("int"),
1400
+ * // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
1401
+ * // IvInManifest: "EXCLUDE" || "INCLUDE",
1402
+ * // IvSource: "EXPLICIT" || "FOLLOWS_SEGMENT_NUMBER",
1403
+ * // KeepSegments: Number("int"),
1404
+ * // KeyFormat: "STRING_VALUE",
1405
+ * // KeyFormatVersions: "STRING_VALUE",
1406
+ * // KeyProviderSettings: { // KeyProviderSettings
1407
+ * // StaticKeySettings: { // StaticKeySettings
1408
+ * // KeyProviderServer: "<InputLocation>",
1409
+ * // StaticKeyValue: "STRING_VALUE", // required
1410
+ * // },
1411
+ * // },
1412
+ * // ManifestCompression: "GZIP" || "NONE",
1413
+ * // ManifestDurationFormat: "FLOATING_POINT" || "INTEGER",
1414
+ * // MinSegmentLength: Number("int"),
1415
+ * // Mode: "LIVE" || "VOD",
1416
+ * // OutputSelection: "MANIFESTS_AND_SEGMENTS" || "SEGMENTS_ONLY" || "VARIANT_MANIFESTS_AND_SEGMENTS",
1417
+ * // ProgramDateTime: "EXCLUDE" || "INCLUDE",
1418
+ * // ProgramDateTimeClock: "INITIALIZE_FROM_OUTPUT_TIMECODE" || "SYSTEM_CLOCK",
1419
+ * // ProgramDateTimePeriod: Number("int"),
1420
+ * // RedundantManifest: "DISABLED" || "ENABLED",
1421
+ * // SegmentLength: Number("int"),
1422
+ * // SegmentationMode: "USE_INPUT_SEGMENTATION" || "USE_SEGMENT_DURATION",
1423
+ * // SegmentsPerSubdirectory: Number("int"),
1424
+ * // StreamInfResolution: "EXCLUDE" || "INCLUDE",
1425
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
1426
+ * // TimedMetadataId3Period: Number("int"),
1427
+ * // TimestampDeltaMilliseconds: Number("int"),
1428
+ * // TsFileMode: "SEGMENTED_FILES" || "SINGLE_FILE",
1429
+ * // },
1430
+ * // MediaPackageGroupSettings: { // MediaPackageGroupSettings
1431
+ * // Destination: {
1432
+ * // DestinationRefId: "STRING_VALUE",
1433
+ * // },
1434
+ * // },
1435
+ * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
1436
+ * // AcquisitionPointId: "STRING_VALUE",
1437
+ * // AudioOnlyTimecodeControl: "PASSTHROUGH" || "USE_CONFIGURED_CLOCK",
1438
+ * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY",
1439
+ * // ConnectionRetryInterval: Number("int"),
1440
+ * // Destination: {
1441
+ * // DestinationRefId: "STRING_VALUE",
1442
+ * // },
1443
+ * // EventId: "STRING_VALUE",
1444
+ * // EventIdMode: "NO_EVENT_ID" || "USE_CONFIGURED" || "USE_TIMESTAMP",
1445
+ * // EventStopBehavior: "NONE" || "SEND_EOS",
1446
+ * // FilecacheDuration: Number("int"),
1447
+ * // FragmentLength: Number("int"),
1448
+ * // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
1449
+ * // NumRetries: Number("int"),
1450
+ * // RestartDelay: Number("int"),
1451
+ * // SegmentationMode: "USE_INPUT_SEGMENTATION" || "USE_SEGMENT_DURATION",
1452
+ * // SendDelayMs: Number("int"),
1453
+ * // SparseTrackType: "NONE" || "SCTE_35" || "SCTE_35_WITHOUT_SEGMENTATION",
1454
+ * // StreamManifestBehavior: "DO_NOT_SEND" || "SEND",
1455
+ * // TimestampOffset: "STRING_VALUE",
1456
+ * // TimestampOffsetMode: "USE_CONFIGURED_OFFSET" || "USE_EVENT_START_DATE",
1457
+ * // },
1458
+ * // MultiplexGroupSettings: {},
1459
+ * // RtmpGroupSettings: { // RtmpGroupSettings
1460
+ * // AdMarkers: [ // __listOfRtmpAdMarkers
1461
+ * // "ON_CUE_POINT_SCTE35",
1462
+ * // ],
1463
+ * // AuthenticationScheme: "AKAMAI" || "COMMON",
1464
+ * // CacheFullBehavior: "DISCONNECT_IMMEDIATELY" || "WAIT_FOR_SERVER",
1465
+ * // CacheLength: Number("int"),
1466
+ * // CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
1467
+ * // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
1468
+ * // RestartDelay: Number("int"),
1469
+ * // },
1470
+ * // UdpGroupSettings: { // UdpGroupSettings
1471
+ * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
1472
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
1473
+ * // TimedMetadataId3Period: Number("int"),
1474
+ * // },
1475
+ * // },
1476
+ * // Outputs: [ // __listOfOutput // required
1477
+ * // { // Output
1478
+ * // AudioDescriptionNames: [ // __listOf__string
1479
+ * // "STRING_VALUE",
1480
+ * // ],
1481
+ * // CaptionDescriptionNames: [
1482
+ * // "STRING_VALUE",
1483
+ * // ],
1484
+ * // OutputName: "STRING_VALUE",
1485
+ * // OutputSettings: { // OutputSettings
1486
+ * // ArchiveOutputSettings: { // ArchiveOutputSettings
1487
+ * // ContainerSettings: { // ArchiveContainerSettings
1488
+ * // M2tsSettings: { // M2tsSettings
1489
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
1490
+ * // Arib: "DISABLED" || "ENABLED",
1491
+ * // AribCaptionsPid: "STRING_VALUE",
1492
+ * // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
1493
+ * // AudioBufferModel: "ATSC" || "DVB",
1494
+ * // AudioFramesPerPes: Number("int"),
1495
+ * // AudioPids: "STRING_VALUE",
1496
+ * // AudioStreamType: "ATSC" || "DVB",
1497
+ * // Bitrate: Number("int"),
1498
+ * // BufferModel: "MULTIPLEX" || "NONE",
1499
+ * // CcDescriptor: "DISABLED" || "ENABLED",
1500
+ * // DvbNitSettings: { // DvbNitSettings
1501
+ * // NetworkId: Number("int"), // required
1502
+ * // NetworkName: "STRING_VALUE", // required
1503
+ * // RepInterval: Number("int"),
1504
+ * // },
1505
+ * // DvbSdtSettings: { // DvbSdtSettings
1506
+ * // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
1507
+ * // RepInterval: Number("int"),
1508
+ * // ServiceName: "STRING_VALUE",
1509
+ * // ServiceProviderName: "STRING_VALUE",
1510
+ * // },
1511
+ * // DvbSubPids: "STRING_VALUE",
1512
+ * // DvbTdtSettings: { // DvbTdtSettings
1513
+ * // RepInterval: Number("int"),
1514
+ * // },
1515
+ * // DvbTeletextPid: "STRING_VALUE",
1516
+ * // Ebif: "NONE" || "PASSTHROUGH",
1517
+ * // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
1518
+ * // EbpLookaheadMs: Number("int"),
1519
+ * // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
1520
+ * // EcmPid: "STRING_VALUE",
1521
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
1522
+ * // EtvPlatformPid: "STRING_VALUE",
1523
+ * // EtvSignalPid: "STRING_VALUE",
1524
+ * // FragmentTime: Number("double"),
1525
+ * // Klv: "NONE" || "PASSTHROUGH",
1526
+ * // KlvDataPids: "STRING_VALUE",
1527
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1528
+ * // NullPacketBitrate: Number("double"),
1529
+ * // PatInterval: Number("int"),
1530
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
1531
+ * // PcrPeriod: Number("int"),
1532
+ * // PcrPid: "STRING_VALUE",
1533
+ * // PmtInterval: Number("int"),
1534
+ * // PmtPid: "STRING_VALUE",
1535
+ * // ProgramNum: Number("int"),
1536
+ * // RateMode: "CBR" || "VBR",
1537
+ * // Scte27Pids: "STRING_VALUE",
1538
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
1539
+ * // Scte35Pid: "STRING_VALUE",
1540
+ * // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
1541
+ * // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
1542
+ * // SegmentationTime: Number("double"),
1543
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1544
+ * // TimedMetadataPid: "STRING_VALUE",
1545
+ * // TransportStreamId: Number("int"),
1546
+ * // VideoPid: "STRING_VALUE",
1547
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
1548
+ * // },
1549
+ * // RawSettings: {},
1550
+ * // },
1551
+ * // Extension: "STRING_VALUE",
1552
+ * // NameModifier: "STRING_VALUE",
1553
+ * // },
1554
+ * // FrameCaptureOutputSettings: { // FrameCaptureOutputSettings
1555
+ * // NameModifier: "STRING_VALUE",
1556
+ * // },
1557
+ * // HlsOutputSettings: { // HlsOutputSettings
1558
+ * // H265PackagingType: "HEV1" || "HVC1",
1559
+ * // HlsSettings: { // HlsSettings
1560
+ * // AudioOnlyHlsSettings: { // AudioOnlyHlsSettings
1561
+ * // AudioGroupId: "STRING_VALUE",
1562
+ * // AudioOnlyImage: "<InputLocation>",
1563
+ * // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
1564
+ * // SegmentType: "AAC" || "FMP4",
1565
+ * // },
1566
+ * // Fmp4HlsSettings: { // Fmp4HlsSettings
1567
+ * // AudioRenditionSets: "STRING_VALUE",
1568
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1569
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1570
+ * // },
1571
+ * // FrameCaptureHlsSettings: {},
1572
+ * // StandardHlsSettings: { // StandardHlsSettings
1573
+ * // AudioRenditionSets: "STRING_VALUE",
1574
+ * // M3u8Settings: { // M3u8Settings
1575
+ * // AudioFramesPerPes: Number("int"),
1576
+ * // AudioPids: "STRING_VALUE",
1577
+ * // EcmPid: "STRING_VALUE",
1578
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1579
+ * // PatInterval: Number("int"),
1580
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
1581
+ * // PcrPeriod: Number("int"),
1582
+ * // PcrPid: "STRING_VALUE",
1583
+ * // PmtInterval: Number("int"),
1584
+ * // PmtPid: "STRING_VALUE",
1585
+ * // ProgramNum: Number("int"),
1586
+ * // Scte35Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1587
+ * // Scte35Pid: "STRING_VALUE",
1588
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1589
+ * // TimedMetadataPid: "STRING_VALUE",
1590
+ * // TransportStreamId: Number("int"),
1591
+ * // VideoPid: "STRING_VALUE",
1592
+ * // },
1593
+ * // },
1594
+ * // },
1595
+ * // NameModifier: "STRING_VALUE",
1596
+ * // SegmentModifier: "STRING_VALUE",
1597
+ * // },
1598
+ * // MediaPackageOutputSettings: {},
1599
+ * // MsSmoothOutputSettings: { // MsSmoothOutputSettings
1600
+ * // H265PackagingType: "HEV1" || "HVC1",
1601
+ * // NameModifier: "STRING_VALUE",
1602
+ * // },
1603
+ * // MultiplexOutputSettings: { // MultiplexOutputSettings
1604
+ * // Destination: "<OutputLocationRef>", // required
1605
+ * // },
1606
+ * // RtmpOutputSettings: { // RtmpOutputSettings
1607
+ * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY",
1608
+ * // ConnectionRetryInterval: Number("int"),
1609
+ * // Destination: "<OutputLocationRef>", // required
1610
+ * // NumRetries: Number("int"),
1611
+ * // },
1612
+ * // UdpOutputSettings: { // UdpOutputSettings
1613
+ * // BufferMsec: Number("int"),
1614
+ * // ContainerSettings: { // UdpContainerSettings
1615
+ * // M2tsSettings: {
1616
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
1617
+ * // Arib: "DISABLED" || "ENABLED",
1618
+ * // AribCaptionsPid: "STRING_VALUE",
1619
+ * // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
1620
+ * // AudioBufferModel: "ATSC" || "DVB",
1621
+ * // AudioFramesPerPes: Number("int"),
1622
+ * // AudioPids: "STRING_VALUE",
1623
+ * // AudioStreamType: "ATSC" || "DVB",
1624
+ * // Bitrate: Number("int"),
1625
+ * // BufferModel: "MULTIPLEX" || "NONE",
1626
+ * // CcDescriptor: "DISABLED" || "ENABLED",
1627
+ * // DvbNitSettings: {
1628
+ * // NetworkId: Number("int"), // required
1629
+ * // NetworkName: "STRING_VALUE", // required
1630
+ * // RepInterval: Number("int"),
1631
+ * // },
1632
+ * // DvbSdtSettings: {
1633
+ * // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
1634
+ * // RepInterval: Number("int"),
1635
+ * // ServiceName: "STRING_VALUE",
1636
+ * // ServiceProviderName: "STRING_VALUE",
1637
+ * // },
1638
+ * // DvbSubPids: "STRING_VALUE",
1639
+ * // DvbTdtSettings: {
1640
+ * // RepInterval: Number("int"),
1641
+ * // },
1642
+ * // DvbTeletextPid: "STRING_VALUE",
1643
+ * // Ebif: "NONE" || "PASSTHROUGH",
1644
+ * // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
1645
+ * // EbpLookaheadMs: Number("int"),
1646
+ * // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
1647
+ * // EcmPid: "STRING_VALUE",
1648
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
1649
+ * // EtvPlatformPid: "STRING_VALUE",
1650
+ * // EtvSignalPid: "STRING_VALUE",
1651
+ * // FragmentTime: Number("double"),
1652
+ * // Klv: "NONE" || "PASSTHROUGH",
1653
+ * // KlvDataPids: "STRING_VALUE",
1654
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1655
+ * // NullPacketBitrate: Number("double"),
1656
+ * // PatInterval: Number("int"),
1657
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
1658
+ * // PcrPeriod: Number("int"),
1659
+ * // PcrPid: "STRING_VALUE",
1660
+ * // PmtInterval: Number("int"),
1661
+ * // PmtPid: "STRING_VALUE",
1662
+ * // ProgramNum: Number("int"),
1663
+ * // RateMode: "CBR" || "VBR",
1664
+ * // Scte27Pids: "STRING_VALUE",
1665
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
1666
+ * // Scte35Pid: "STRING_VALUE",
1667
+ * // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
1668
+ * // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
1669
+ * // SegmentationTime: Number("double"),
1670
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1671
+ * // TimedMetadataPid: "STRING_VALUE",
1672
+ * // TransportStreamId: Number("int"),
1673
+ * // VideoPid: "STRING_VALUE",
1674
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
1675
+ * // },
1676
+ * // },
1677
+ * // Destination: "<OutputLocationRef>", // required
1678
+ * // FecOutputSettings: { // FecOutputSettings
1679
+ * // ColumnDepth: Number("int"),
1680
+ * // IncludeFec: "COLUMN" || "COLUMN_AND_ROW",
1681
+ * // RowLength: Number("int"),
1682
+ * // },
1683
+ * // },
1684
+ * // },
1685
+ * // VideoDescriptionName: "STRING_VALUE",
1686
+ * // },
1687
+ * // ],
1688
+ * // },
1689
+ * // ],
1690
+ * // TimecodeConfig: { // TimecodeConfig
1691
+ * // Source: "EMBEDDED" || "SYSTEMCLOCK" || "ZEROBASED", // required
1692
+ * // SyncThreshold: Number("int"),
1693
+ * // },
1694
+ * // VideoDescriptions: [ // __listOfVideoDescription // required
1695
+ * // { // VideoDescription
1696
+ * // CodecSettings: { // VideoCodecSettings
1697
+ * // FrameCaptureSettings: { // FrameCaptureSettings
1698
+ * // CaptureInterval: Number("int"),
1699
+ * // CaptureIntervalUnits: "MILLISECONDS" || "SECONDS",
1700
+ * // TimecodeBurninSettings: { // TimecodeBurninSettings
1701
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
1702
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
1703
+ * // Prefix: "STRING_VALUE",
1704
+ * // },
1705
+ * // },
1706
+ * // H264Settings: { // H264Settings
1707
+ * // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
1708
+ * // AfdSignaling: "AUTO" || "FIXED" || "NONE",
1709
+ * // Bitrate: Number("int"),
1710
+ * // BufFillPct: Number("int"),
1711
+ * // BufSize: Number("int"),
1712
+ * // ColorMetadata: "IGNORE" || "INSERT",
1713
+ * // ColorSpaceSettings: { // H264ColorSpaceSettings
1714
+ * // ColorSpacePassthroughSettings: {},
1715
+ * // Rec601Settings: {},
1716
+ * // Rec709Settings: {},
1717
+ * // },
1718
+ * // EntropyEncoding: "CABAC" || "CAVLC",
1719
+ * // FilterSettings: { // H264FilterSettings
1720
+ * // TemporalFilterSettings: { // TemporalFilterSettings
1721
+ * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
1722
+ * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16",
1723
+ * // },
1724
+ * // },
1725
+ * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1726
+ * // FlickerAq: "DISABLED" || "ENABLED",
1727
+ * // ForceFieldPictures: "DISABLED" || "ENABLED",
1728
+ * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1729
+ * // FramerateDenominator: Number("int"),
1730
+ * // FramerateNumerator: Number("int"),
1731
+ * // GopBReference: "DISABLED" || "ENABLED",
1732
+ * // GopClosedCadence: Number("int"),
1733
+ * // GopNumBFrames: Number("int"),
1734
+ * // GopSize: Number("double"),
1735
+ * // GopSizeUnits: "FRAMES" || "SECONDS",
1736
+ * // Level: "H264_LEVEL_1" || "H264_LEVEL_1_1" || "H264_LEVEL_1_2" || "H264_LEVEL_1_3" || "H264_LEVEL_2" || "H264_LEVEL_2_1" || "H264_LEVEL_2_2" || "H264_LEVEL_3" || "H264_LEVEL_3_1" || "H264_LEVEL_3_2" || "H264_LEVEL_4" || "H264_LEVEL_4_1" || "H264_LEVEL_4_2" || "H264_LEVEL_5" || "H264_LEVEL_5_1" || "H264_LEVEL_5_2" || "H264_LEVEL_AUTO",
1737
+ * // LookAheadRateControl: "HIGH" || "LOW" || "MEDIUM",
1738
+ * // MaxBitrate: Number("int"),
1739
+ * // MinIInterval: Number("int"),
1740
+ * // NumRefFrames: Number("int"),
1741
+ * // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1742
+ * // ParDenominator: Number("int"),
1743
+ * // ParNumerator: Number("int"),
1744
+ * // Profile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
1745
+ * // QualityLevel: "ENHANCED_QUALITY" || "STANDARD_QUALITY",
1746
+ * // QvbrQualityLevel: Number("int"),
1747
+ * // RateControlMode: "CBR" || "MULTIPLEX" || "QVBR" || "VBR",
1748
+ * // ScanType: "INTERLACED" || "PROGRESSIVE",
1749
+ * // SceneChangeDetect: "DISABLED" || "ENABLED",
1750
+ * // Slices: Number("int"),
1751
+ * // Softness: Number("int"),
1752
+ * // SpatialAq: "DISABLED" || "ENABLED",
1753
+ * // SubgopLength: "DYNAMIC" || "FIXED",
1754
+ * // Syntax: "DEFAULT" || "RP2027",
1755
+ * // TemporalAq: "DISABLED" || "ENABLED",
1756
+ * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1757
+ * // TimecodeBurninSettings: {
1758
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
1759
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
1760
+ * // Prefix: "STRING_VALUE",
1761
+ * // },
1762
+ * // },
1763
+ * // H265Settings: { // H265Settings
1764
+ * // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
1765
+ * // AfdSignaling: "AUTO" || "FIXED" || "NONE",
1766
+ * // AlternativeTransferFunction: "INSERT" || "OMIT",
1767
+ * // Bitrate: Number("int"),
1768
+ * // BufSize: Number("int"),
1769
+ * // ColorMetadata: "IGNORE" || "INSERT",
1770
+ * // ColorSpaceSettings: { // H265ColorSpaceSettings
1771
+ * // ColorSpacePassthroughSettings: {},
1772
+ * // DolbyVision81Settings: {},
1773
+ * // Hdr10Settings: { // Hdr10Settings
1774
+ * // MaxCll: Number("int"),
1775
+ * // MaxFall: Number("int"),
1776
+ * // },
1777
+ * // Rec601Settings: {},
1778
+ * // Rec709Settings: {},
1779
+ * // },
1780
+ * // FilterSettings: { // H265FilterSettings
1781
+ * // TemporalFilterSettings: {
1782
+ * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
1783
+ * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16",
1784
+ * // },
1785
+ * // },
1786
+ * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1787
+ * // FlickerAq: "DISABLED" || "ENABLED",
1788
+ * // FramerateDenominator: Number("int"), // required
1789
+ * // FramerateNumerator: Number("int"), // required
1790
+ * // GopClosedCadence: Number("int"),
1791
+ * // GopSize: Number("double"),
1792
+ * // GopSizeUnits: "FRAMES" || "SECONDS",
1793
+ * // Level: "H265_LEVEL_1" || "H265_LEVEL_2" || "H265_LEVEL_2_1" || "H265_LEVEL_3" || "H265_LEVEL_3_1" || "H265_LEVEL_4" || "H265_LEVEL_4_1" || "H265_LEVEL_5" || "H265_LEVEL_5_1" || "H265_LEVEL_5_2" || "H265_LEVEL_6" || "H265_LEVEL_6_1" || "H265_LEVEL_6_2" || "H265_LEVEL_AUTO",
1794
+ * // LookAheadRateControl: "HIGH" || "LOW" || "MEDIUM",
1795
+ * // MaxBitrate: Number("int"),
1796
+ * // MinIInterval: Number("int"),
1797
+ * // ParDenominator: Number("int"),
1798
+ * // ParNumerator: Number("int"),
1799
+ * // Profile: "MAIN" || "MAIN_10BIT",
1800
+ * // QvbrQualityLevel: Number("int"),
1801
+ * // RateControlMode: "CBR" || "MULTIPLEX" || "QVBR",
1802
+ * // ScanType: "INTERLACED" || "PROGRESSIVE",
1803
+ * // SceneChangeDetect: "DISABLED" || "ENABLED",
1804
+ * // Slices: Number("int"),
1805
+ * // Tier: "HIGH" || "MAIN",
1806
+ * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1807
+ * // TimecodeBurninSettings: {
1808
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
1809
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
1810
+ * // Prefix: "STRING_VALUE",
1811
+ * // },
1812
+ * // },
1813
+ * // Mpeg2Settings: { // Mpeg2Settings
1814
+ * // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
1815
+ * // AfdSignaling: "AUTO" || "FIXED" || "NONE",
1816
+ * // ColorMetadata: "IGNORE" || "INSERT",
1817
+ * // ColorSpace: "AUTO" || "PASSTHROUGH",
1818
+ * // DisplayAspectRatio: "DISPLAYRATIO16X9" || "DISPLAYRATIO4X3",
1819
+ * // FilterSettings: { // Mpeg2FilterSettings
1820
+ * // TemporalFilterSettings: {
1821
+ * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
1822
+ * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16",
1823
+ * // },
1824
+ * // },
1825
+ * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1826
+ * // FramerateDenominator: Number("int"), // required
1827
+ * // FramerateNumerator: Number("int"), // required
1828
+ * // GopClosedCadence: Number("int"),
1829
+ * // GopNumBFrames: Number("int"),
1830
+ * // GopSize: Number("double"),
1831
+ * // GopSizeUnits: "FRAMES" || "SECONDS",
1832
+ * // ScanType: "INTERLACED" || "PROGRESSIVE",
1833
+ * // SubgopLength: "DYNAMIC" || "FIXED",
1834
+ * // TimecodeInsertion: "DISABLED" || "GOP_TIMECODE",
1835
+ * // TimecodeBurninSettings: {
1836
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
1837
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
1838
+ * // Prefix: "STRING_VALUE",
1839
+ * // },
1840
+ * // },
1841
+ * // },
1842
+ * // Height: Number("int"),
1843
+ * // Name: "STRING_VALUE", // required
1844
+ * // RespondToAfd: "NONE" || "PASSTHROUGH" || "RESPOND",
1845
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
1846
+ * // Sharpness: Number("int"),
1847
+ * // Width: Number("int"),
1848
+ * // },
1849
+ * // ],
1850
+ * // },
1851
+ * // Id: "STRING_VALUE",
1852
+ * // InputAttachments: [ // __listOfInputAttachment
1853
+ * // { // InputAttachment
1854
+ * // AutomaticInputFailoverSettings: { // AutomaticInputFailoverSettings
1855
+ * // ErrorClearTimeMsec: Number("int"),
1856
+ * // FailoverConditions: [ // __listOfFailoverCondition
1857
+ * // { // FailoverCondition
1858
+ * // FailoverConditionSettings: { // FailoverConditionSettings
1859
+ * // AudioSilenceSettings: { // AudioSilenceFailoverSettings
1860
+ * // AudioSelectorName: "STRING_VALUE", // required
1861
+ * // AudioSilenceThresholdMsec: Number("int"),
1862
+ * // },
1863
+ * // InputLossSettings: { // InputLossFailoverSettings
1864
+ * // InputLossThresholdMsec: Number("int"),
1865
+ * // },
1866
+ * // VideoBlackSettings: { // VideoBlackFailoverSettings
1867
+ * // BlackDetectThreshold: Number("double"),
1868
+ * // VideoBlackThresholdMsec: Number("int"),
1869
+ * // },
1870
+ * // },
1871
+ * // },
1872
+ * // ],
1873
+ * // InputPreference: "EQUAL_INPUT_PREFERENCE" || "PRIMARY_INPUT_PREFERRED",
1874
+ * // SecondaryInputId: "STRING_VALUE", // required
1875
+ * // },
1876
+ * // InputAttachmentName: "STRING_VALUE",
1877
+ * // InputId: "STRING_VALUE",
1878
+ * // InputSettings: { // InputSettings
1879
+ * // AudioSelectors: [ // __listOfAudioSelector
1880
+ * // { // AudioSelector
1881
+ * // Name: "STRING_VALUE", // required
1882
+ * // SelectorSettings: { // AudioSelectorSettings
1883
+ * // AudioHlsRenditionSelection: { // AudioHlsRenditionSelection
1884
+ * // GroupId: "STRING_VALUE", // required
1885
+ * // Name: "STRING_VALUE", // required
1886
+ * // },
1887
+ * // AudioLanguageSelection: { // AudioLanguageSelection
1888
+ * // LanguageCode: "STRING_VALUE", // required
1889
+ * // LanguageSelectionPolicy: "LOOSE" || "STRICT",
1890
+ * // },
1891
+ * // AudioPidSelection: { // AudioPidSelection
1892
+ * // Pid: Number("int"), // required
1893
+ * // },
1894
+ * // AudioTrackSelection: { // AudioTrackSelection
1895
+ * // Tracks: [ // __listOfAudioTrack // required
1896
+ * // { // AudioTrack
1897
+ * // Track: Number("int"), // required
1898
+ * // },
1899
+ * // ],
1900
+ * // DolbyEDecode: { // AudioDolbyEDecode
1901
+ * // ProgramSelection: "ALL_CHANNELS" || "PROGRAM_1" || "PROGRAM_2" || "PROGRAM_3" || "PROGRAM_4" || "PROGRAM_5" || "PROGRAM_6" || "PROGRAM_7" || "PROGRAM_8", // required
1902
+ * // },
1903
+ * // },
1904
+ * // },
1905
+ * // },
1906
+ * // ],
1907
+ * // CaptionSelectors: [ // __listOfCaptionSelector
1908
+ * // { // CaptionSelector
1909
+ * // LanguageCode: "STRING_VALUE",
1910
+ * // Name: "STRING_VALUE", // required
1911
+ * // SelectorSettings: { // CaptionSelectorSettings
1912
+ * // AncillarySourceSettings: { // AncillarySourceSettings
1913
+ * // SourceAncillaryChannelNumber: Number("int"),
1914
+ * // },
1915
+ * // AribSourceSettings: {},
1916
+ * // DvbSubSourceSettings: { // DvbSubSourceSettings
1917
+ * // OcrLanguage: "DEU" || "ENG" || "FRA" || "NLD" || "POR" || "SPA",
1918
+ * // Pid: Number("int"),
1919
+ * // },
1920
+ * // EmbeddedSourceSettings: { // EmbeddedSourceSettings
1921
+ * // Convert608To708: "DISABLED" || "UPCONVERT",
1922
+ * // Scte20Detection: "AUTO" || "OFF",
1923
+ * // Source608ChannelNumber: Number("int"),
1924
+ * // Source608TrackNumber: Number("int"),
1925
+ * // },
1926
+ * // Scte20SourceSettings: { // Scte20SourceSettings
1927
+ * // Convert608To708: "DISABLED" || "UPCONVERT",
1928
+ * // Source608ChannelNumber: Number("int"),
1929
+ * // },
1930
+ * // Scte27SourceSettings: { // Scte27SourceSettings
1931
+ * // OcrLanguage: "DEU" || "ENG" || "FRA" || "NLD" || "POR" || "SPA",
1932
+ * // Pid: Number("int"),
1933
+ * // },
1934
+ * // TeletextSourceSettings: { // TeletextSourceSettings
1935
+ * // OutputRectangle: { // CaptionRectangle
1936
+ * // Height: Number("double"), // required
1937
+ * // LeftOffset: Number("double"), // required
1938
+ * // TopOffset: Number("double"), // required
1939
+ * // Width: Number("double"), // required
1940
+ * // },
1941
+ * // PageNumber: "STRING_VALUE",
1942
+ * // },
1943
+ * // },
1944
+ * // },
1945
+ * // ],
1946
+ * // DeblockFilter: "DISABLED" || "ENABLED",
1947
+ * // DenoiseFilter: "DISABLED" || "ENABLED",
1948
+ * // FilterStrength: Number("int"),
1949
+ * // InputFilter: "AUTO" || "DISABLED" || "FORCED",
1950
+ * // NetworkInputSettings: { // NetworkInputSettings
1951
+ * // HlsInputSettings: { // HlsInputSettings
1952
+ * // Bandwidth: Number("int"),
1953
+ * // BufferSegments: Number("int"),
1954
+ * // Retries: Number("int"),
1955
+ * // RetryInterval: Number("int"),
1956
+ * // Scte35Source: "MANIFEST" || "SEGMENTS",
1957
+ * // },
1958
+ * // ServerValidation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME" || "CHECK_CRYPTOGRAPHY_ONLY",
1959
+ * // },
1960
+ * // Scte35Pid: Number("int"),
1961
+ * // Smpte2038DataPreference: "IGNORE" || "PREFER",
1962
+ * // SourceEndBehavior: "CONTINUE" || "LOOP",
1963
+ * // VideoSelector: { // VideoSelector
1964
+ * // ColorSpace: "FOLLOW" || "HDR10" || "HLG_2020" || "REC_601" || "REC_709",
1965
+ * // ColorSpaceSettings: { // VideoSelectorColorSpaceSettings
1966
+ * // Hdr10Settings: {
1967
+ * // MaxCll: Number("int"),
1968
+ * // MaxFall: Number("int"),
1969
+ * // },
1970
+ * // },
1971
+ * // ColorSpaceUsage: "FALLBACK" || "FORCE",
1972
+ * // SelectorSettings: { // VideoSelectorSettings
1973
+ * // VideoSelectorPid: { // VideoSelectorPid
1974
+ * // Pid: Number("int"),
1975
+ * // },
1976
+ * // VideoSelectorProgramId: { // VideoSelectorProgramId
1977
+ * // ProgramId: Number("int"),
1978
+ * // },
1979
+ * // },
1980
+ * // },
1981
+ * // },
1982
+ * // },
1983
+ * // ],
1984
+ * // InputSpecification: { // InputSpecification
1985
+ * // Codec: "MPEG2" || "AVC" || "HEVC",
1986
+ * // MaximumBitrate: "MAX_10_MBPS" || "MAX_20_MBPS" || "MAX_50_MBPS",
1987
+ * // Resolution: "SD" || "HD" || "UHD",
1988
+ * // },
1989
+ * // LogLevel: "ERROR" || "WARNING" || "INFO" || "DEBUG" || "DISABLED",
1990
+ * // Maintenance: { // MaintenanceStatus
1991
+ * // MaintenanceDay: "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY" || "SUNDAY",
1992
+ * // MaintenanceDeadline: "STRING_VALUE",
1993
+ * // MaintenanceScheduledDate: "STRING_VALUE",
1994
+ * // MaintenanceStartTime: "STRING_VALUE",
1995
+ * // },
1996
+ * // Name: "STRING_VALUE",
1997
+ * // PipelineDetails: [ // __listOfPipelineDetail
1998
+ * // { // PipelineDetail
1999
+ * // ActiveInputAttachmentName: "STRING_VALUE",
2000
+ * // ActiveInputSwitchActionName: "STRING_VALUE",
2001
+ * // ActiveMotionGraphicsActionName: "STRING_VALUE",
2002
+ * // ActiveMotionGraphicsUri: "STRING_VALUE",
2003
+ * // PipelineId: "STRING_VALUE",
2004
+ * // },
2005
+ * // ],
2006
+ * // PipelinesRunningCount: Number("int"),
2007
+ * // RoleArn: "STRING_VALUE",
2008
+ * // State: "CREATING" || "CREATE_FAILED" || "IDLE" || "STARTING" || "RUNNING" || "RECOVERING" || "STOPPING" || "DELETING" || "DELETED" || "UPDATING" || "UPDATE_FAILED",
2009
+ * // Tags: { // Tags
2010
+ * // "<keys>": "STRING_VALUE",
2011
+ * // },
2012
+ * // Vpc: { // VpcOutputSettingsDescription
2013
+ * // AvailabilityZones: [
2014
+ * // "STRING_VALUE",
2015
+ * // ],
2016
+ * // NetworkInterfaceIds: [
2017
+ * // "STRING_VALUE",
2018
+ * // ],
2019
+ * // SecurityGroupIds: [
2020
+ * // "STRING_VALUE",
2021
+ * // ],
2022
+ * // SubnetIds: "<__listOf__string>",
2023
+ * // },
2024
+ * // },
2025
+ * // };
2026
+ *
1018
2027
  * ```
1019
2028
  *
1020
2029
  * @param CreateChannelCommandInput - {@link CreateChannelCommandInput}
@@ -1047,6 +2056,8 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
1047
2056
  * @throws {@link UnprocessableEntityException} (client fault)
1048
2057
  * Placeholder documentation for UnprocessableEntityException
1049
2058
  *
2059
+ * @throws {@link MediaLiveServiceException}
2060
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
1050
2061
  *
1051
2062
  */
1052
2063
  export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaLiveClientResolvedConfig> {