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