@aws-sdk/client-medialive 3.325.0 → 3.326.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 +3 -3
@@ -31,6 +31,1013 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
31
31
  * };
32
32
  * const command = new DescribeChannelCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeChannelResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // CdiInputSpecification: { // CdiInputSpecification
37
+ * // Resolution: "SD" || "HD" || "FHD" || "UHD",
38
+ * // },
39
+ * // ChannelClass: "STANDARD" || "SINGLE_PIPELINE",
40
+ * // Destinations: [ // __listOfOutputDestination
41
+ * // { // OutputDestination
42
+ * // Id: "STRING_VALUE",
43
+ * // MediaPackageSettings: [ // __listOfMediaPackageOutputDestinationSettings
44
+ * // { // MediaPackageOutputDestinationSettings
45
+ * // ChannelId: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // MultiplexSettings: { // MultiplexProgramChannelDestinationSettings
49
+ * // MultiplexId: "STRING_VALUE",
50
+ * // ProgramName: "STRING_VALUE",
51
+ * // },
52
+ * // Settings: [ // __listOfOutputDestinationSettings
53
+ * // { // OutputDestinationSettings
54
+ * // PasswordParam: "STRING_VALUE",
55
+ * // StreamName: "STRING_VALUE",
56
+ * // Url: "STRING_VALUE",
57
+ * // Username: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // ],
62
+ * // EgressEndpoints: [ // __listOfChannelEgressEndpoint
63
+ * // { // ChannelEgressEndpoint
64
+ * // SourceIp: "STRING_VALUE",
65
+ * // },
66
+ * // ],
67
+ * // EncoderSettings: { // EncoderSettings
68
+ * // AudioDescriptions: [ // __listOfAudioDescription // required
69
+ * // { // AudioDescription
70
+ * // AudioNormalizationSettings: { // AudioNormalizationSettings
71
+ * // Algorithm: "ITU_1770_1" || "ITU_1770_2",
72
+ * // AlgorithmControl: "CORRECT_AUDIO",
73
+ * // TargetLkfs: Number("double"),
74
+ * // },
75
+ * // AudioSelectorName: "STRING_VALUE", // required
76
+ * // AudioType: "CLEAN_EFFECTS" || "HEARING_IMPAIRED" || "UNDEFINED" || "VISUAL_IMPAIRED_COMMENTARY",
77
+ * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
78
+ * // AudioWatermarkingSettings: { // AudioWatermarkSettings
79
+ * // NielsenWatermarksSettings: { // NielsenWatermarksSettings
80
+ * // NielsenCbetSettings: { // NielsenCBET
81
+ * // CbetCheckDigitString: "STRING_VALUE", // required
82
+ * // CbetStepaside: "DISABLED" || "ENABLED", // required
83
+ * // Csid: "STRING_VALUE", // required
84
+ * // },
85
+ * // NielsenDistributionType: "FINAL_DISTRIBUTOR" || "PROGRAM_CONTENT",
86
+ * // NielsenNaesIiNwSettings: { // NielsenNaesIiNw
87
+ * // CheckDigitString: "STRING_VALUE", // required
88
+ * // Sid: Number("double"), // required
89
+ * // Timezone: "AMERICA_PUERTO_RICO" || "US_ALASKA" || "US_ARIZONA" || "US_CENTRAL" || "US_EASTERN" || "US_HAWAII" || "US_MOUNTAIN" || "US_PACIFIC" || "US_SAMOA" || "UTC",
90
+ * // },
91
+ * // },
92
+ * // },
93
+ * // CodecSettings: { // AudioCodecSettings
94
+ * // AacSettings: { // AacSettings
95
+ * // Bitrate: Number("double"),
96
+ * // CodingMode: "AD_RECEIVER_MIX" || "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_5_1",
97
+ * // InputType: "BROADCASTER_MIXED_AD" || "NORMAL",
98
+ * // Profile: "HEV1" || "HEV2" || "LC",
99
+ * // RateControlMode: "CBR" || "VBR",
100
+ * // RawFormat: "LATM_LOAS" || "NONE",
101
+ * // SampleRate: Number("double"),
102
+ * // Spec: "MPEG2" || "MPEG4",
103
+ * // VbrQuality: "HIGH" || "LOW" || "MEDIUM_HIGH" || "MEDIUM_LOW",
104
+ * // },
105
+ * // Ac3Settings: { // Ac3Settings
106
+ * // Bitrate: Number("double"),
107
+ * // BitstreamMode: "COMMENTARY" || "COMPLETE_MAIN" || "DIALOGUE" || "EMERGENCY" || "HEARING_IMPAIRED" || "MUSIC_AND_EFFECTS" || "VISUALLY_IMPAIRED" || "VOICE_OVER",
108
+ * // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_3_2_LFE",
109
+ * // Dialnorm: Number("int"),
110
+ * // DrcProfile: "FILM_STANDARD" || "NONE",
111
+ * // LfeFilter: "DISABLED" || "ENABLED",
112
+ * // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
113
+ * // },
114
+ * // Eac3AtmosSettings: { // Eac3AtmosSettings
115
+ * // Bitrate: Number("double"),
116
+ * // CodingMode: "CODING_MODE_5_1_4" || "CODING_MODE_7_1_4" || "CODING_MODE_9_1_6",
117
+ * // Dialnorm: Number("int"),
118
+ * // DrcLine: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
119
+ * // DrcRf: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
120
+ * // HeightTrim: Number("double"),
121
+ * // SurroundTrim: Number("double"),
122
+ * // },
123
+ * // Eac3Settings: { // Eac3Settings
124
+ * // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
125
+ * // Bitrate: Number("double"),
126
+ * // BitstreamMode: "COMMENTARY" || "COMPLETE_MAIN" || "EMERGENCY" || "HEARING_IMPAIRED" || "VISUALLY_IMPAIRED",
127
+ * // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_3_2",
128
+ * // DcFilter: "DISABLED" || "ENABLED",
129
+ * // Dialnorm: Number("int"),
130
+ * // DrcLine: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
131
+ * // DrcRf: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
132
+ * // LfeControl: "LFE" || "NO_LFE",
133
+ * // LfeFilter: "DISABLED" || "ENABLED",
134
+ * // LoRoCenterMixLevel: Number("double"),
135
+ * // LoRoSurroundMixLevel: Number("double"),
136
+ * // LtRtCenterMixLevel: Number("double"),
137
+ * // LtRtSurroundMixLevel: Number("double"),
138
+ * // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
139
+ * // PassthroughControl: "NO_PASSTHROUGH" || "WHEN_POSSIBLE",
140
+ * // PhaseControl: "NO_SHIFT" || "SHIFT_90_DEGREES",
141
+ * // StereoDownmix: "DPL2" || "LO_RO" || "LT_RT" || "NOT_INDICATED",
142
+ * // SurroundExMode: "DISABLED" || "ENABLED" || "NOT_INDICATED",
143
+ * // SurroundMode: "DISABLED" || "ENABLED" || "NOT_INDICATED",
144
+ * // },
145
+ * // Mp2Settings: { // Mp2Settings
146
+ * // Bitrate: Number("double"),
147
+ * // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0",
148
+ * // SampleRate: Number("double"),
149
+ * // },
150
+ * // PassThroughSettings: {},
151
+ * // WavSettings: { // WavSettings
152
+ * // BitDepth: Number("double"),
153
+ * // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_4_0" || "CODING_MODE_8_0",
154
+ * // SampleRate: Number("double"),
155
+ * // },
156
+ * // },
157
+ * // LanguageCode: "STRING_VALUE",
158
+ * // LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
159
+ * // Name: "STRING_VALUE", // required
160
+ * // RemixSettings: { // RemixSettings
161
+ * // ChannelMappings: [ // __listOfAudioChannelMapping // required
162
+ * // { // AudioChannelMapping
163
+ * // InputChannelLevels: [ // __listOfInputChannelLevel // required
164
+ * // { // InputChannelLevel
165
+ * // Gain: Number("int"), // required
166
+ * // InputChannel: Number("int"), // required
167
+ * // },
168
+ * // ],
169
+ * // OutputChannel: Number("int"), // required
170
+ * // },
171
+ * // ],
172
+ * // ChannelsIn: Number("int"),
173
+ * // ChannelsOut: Number("int"),
174
+ * // },
175
+ * // StreamName: "STRING_VALUE",
176
+ * // },
177
+ * // ],
178
+ * // AvailBlanking: { // AvailBlanking
179
+ * // AvailBlankingImage: { // InputLocation
180
+ * // PasswordParam: "STRING_VALUE",
181
+ * // Uri: "STRING_VALUE", // required
182
+ * // Username: "STRING_VALUE",
183
+ * // },
184
+ * // State: "DISABLED" || "ENABLED",
185
+ * // },
186
+ * // AvailConfiguration: { // AvailConfiguration
187
+ * // AvailSettings: { // AvailSettings
188
+ * // Esam: { // Esam
189
+ * // AcquisitionPointId: "STRING_VALUE", // required
190
+ * // AdAvailOffset: Number("int"),
191
+ * // PasswordParam: "STRING_VALUE",
192
+ * // PoisEndpoint: "STRING_VALUE", // required
193
+ * // Username: "STRING_VALUE",
194
+ * // ZoneIdentity: "STRING_VALUE",
195
+ * // },
196
+ * // Scte35SpliceInsert: { // Scte35SpliceInsert
197
+ * // AdAvailOffset: Number("int"),
198
+ * // NoRegionalBlackoutFlag: "FOLLOW" || "IGNORE",
199
+ * // WebDeliveryAllowedFlag: "FOLLOW" || "IGNORE",
200
+ * // },
201
+ * // Scte35TimeSignalApos: { // Scte35TimeSignalApos
202
+ * // AdAvailOffset: Number("int"),
203
+ * // NoRegionalBlackoutFlag: "FOLLOW" || "IGNORE",
204
+ * // WebDeliveryAllowedFlag: "FOLLOW" || "IGNORE",
205
+ * // },
206
+ * // },
207
+ * // },
208
+ * // BlackoutSlate: { // BlackoutSlate
209
+ * // BlackoutSlateImage: {
210
+ * // PasswordParam: "STRING_VALUE",
211
+ * // Uri: "STRING_VALUE", // required
212
+ * // Username: "STRING_VALUE",
213
+ * // },
214
+ * // NetworkEndBlackout: "DISABLED" || "ENABLED",
215
+ * // NetworkEndBlackoutImage: {
216
+ * // PasswordParam: "STRING_VALUE",
217
+ * // Uri: "STRING_VALUE", // required
218
+ * // Username: "STRING_VALUE",
219
+ * // },
220
+ * // NetworkId: "STRING_VALUE",
221
+ * // State: "DISABLED" || "ENABLED",
222
+ * // },
223
+ * // CaptionDescriptions: [ // __listOfCaptionDescription
224
+ * // { // CaptionDescription
225
+ * // Accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES" || "IMPLEMENTS_ACCESSIBILITY_FEATURES",
226
+ * // CaptionSelectorName: "STRING_VALUE", // required
227
+ * // DestinationSettings: { // CaptionDestinationSettings
228
+ * // AribDestinationSettings: {},
229
+ * // BurnInDestinationSettings: { // BurnInDestinationSettings
230
+ * // Alignment: "CENTERED" || "LEFT" || "SMART",
231
+ * // BackgroundColor: "BLACK" || "NONE" || "WHITE",
232
+ * // BackgroundOpacity: Number("int"),
233
+ * // Font: {
234
+ * // PasswordParam: "STRING_VALUE",
235
+ * // Uri: "STRING_VALUE", // required
236
+ * // Username: "STRING_VALUE",
237
+ * // },
238
+ * // FontColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
239
+ * // FontOpacity: Number("int"),
240
+ * // FontResolution: Number("int"),
241
+ * // FontSize: "STRING_VALUE",
242
+ * // OutlineColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
243
+ * // OutlineSize: Number("int"),
244
+ * // ShadowColor: "BLACK" || "NONE" || "WHITE",
245
+ * // ShadowOpacity: Number("int"),
246
+ * // ShadowXOffset: Number("int"),
247
+ * // ShadowYOffset: Number("int"),
248
+ * // TeletextGridControl: "FIXED" || "SCALED",
249
+ * // XPosition: Number("int"),
250
+ * // YPosition: Number("int"),
251
+ * // },
252
+ * // DvbSubDestinationSettings: { // DvbSubDestinationSettings
253
+ * // Alignment: "CENTERED" || "LEFT" || "SMART",
254
+ * // BackgroundColor: "BLACK" || "NONE" || "WHITE",
255
+ * // BackgroundOpacity: Number("int"),
256
+ * // Font: {
257
+ * // PasswordParam: "STRING_VALUE",
258
+ * // Uri: "STRING_VALUE", // required
259
+ * // Username: "STRING_VALUE",
260
+ * // },
261
+ * // FontColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
262
+ * // FontOpacity: Number("int"),
263
+ * // FontResolution: Number("int"),
264
+ * // FontSize: "STRING_VALUE",
265
+ * // OutlineColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
266
+ * // OutlineSize: Number("int"),
267
+ * // ShadowColor: "BLACK" || "NONE" || "WHITE",
268
+ * // ShadowOpacity: Number("int"),
269
+ * // ShadowXOffset: Number("int"),
270
+ * // ShadowYOffset: Number("int"),
271
+ * // TeletextGridControl: "FIXED" || "SCALED",
272
+ * // XPosition: Number("int"),
273
+ * // YPosition: Number("int"),
274
+ * // },
275
+ * // EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
276
+ * // CopyrightHolder: "STRING_VALUE",
277
+ * // FillLineGap: "DISABLED" || "ENABLED",
278
+ * // FontFamily: "STRING_VALUE",
279
+ * // StyleControl: "EXCLUDE" || "INCLUDE",
280
+ * // },
281
+ * // EmbeddedDestinationSettings: {},
282
+ * // EmbeddedPlusScte20DestinationSettings: {},
283
+ * // RtmpCaptionInfoDestinationSettings: {},
284
+ * // Scte20PlusEmbeddedDestinationSettings: {},
285
+ * // Scte27DestinationSettings: {},
286
+ * // SmpteTtDestinationSettings: {},
287
+ * // TeletextDestinationSettings: {},
288
+ * // TtmlDestinationSettings: { // TtmlDestinationSettings
289
+ * // StyleControl: "PASSTHROUGH" || "USE_CONFIGURED",
290
+ * // },
291
+ * // WebvttDestinationSettings: { // WebvttDestinationSettings
292
+ * // StyleControl: "NO_STYLE_DATA" || "PASSTHROUGH",
293
+ * // },
294
+ * // },
295
+ * // LanguageCode: "STRING_VALUE",
296
+ * // LanguageDescription: "STRING_VALUE",
297
+ * // Name: "STRING_VALUE", // required
298
+ * // },
299
+ * // ],
300
+ * // FeatureActivations: { // FeatureActivations
301
+ * // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
302
+ * // },
303
+ * // GlobalConfiguration: { // GlobalConfiguration
304
+ * // InitialAudioGain: Number("int"),
305
+ * // InputEndAction: "NONE" || "SWITCH_AND_LOOP_INPUTS",
306
+ * // InputLossBehavior: { // InputLossBehavior
307
+ * // BlackFrameMsec: Number("int"),
308
+ * // InputLossImageColor: "STRING_VALUE",
309
+ * // InputLossImageSlate: "<InputLocation>",
310
+ * // InputLossImageType: "COLOR" || "SLATE",
311
+ * // RepeatFrameMsec: Number("int"),
312
+ * // },
313
+ * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
314
+ * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
315
+ * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
316
+ * // },
317
+ * // MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
318
+ * // MotionGraphicsInsertion: "DISABLED" || "ENABLED",
319
+ * // MotionGraphicsSettings: { // MotionGraphicsSettings
320
+ * // HtmlMotionGraphicsSettings: {},
321
+ * // },
322
+ * // },
323
+ * // NielsenConfiguration: { // NielsenConfiguration
324
+ * // DistributorId: "STRING_VALUE",
325
+ * // NielsenPcmToId3Tagging: "DISABLED" || "ENABLED",
326
+ * // },
327
+ * // OutputGroups: [ // __listOfOutputGroup // required
328
+ * // { // OutputGroup
329
+ * // Name: "STRING_VALUE",
330
+ * // OutputGroupSettings: { // OutputGroupSettings
331
+ * // ArchiveGroupSettings: { // ArchiveGroupSettings
332
+ * // ArchiveCdnSettings: { // ArchiveCdnSettings
333
+ * // ArchiveS3Settings: { // ArchiveS3Settings
334
+ * // CannedAcl: "AUTHENTICATED_READ" || "BUCKET_OWNER_FULL_CONTROL" || "BUCKET_OWNER_READ" || "PUBLIC_READ",
335
+ * // },
336
+ * // },
337
+ * // Destination: { // OutputLocationRef
338
+ * // DestinationRefId: "STRING_VALUE",
339
+ * // },
340
+ * // RolloverInterval: Number("int"),
341
+ * // },
342
+ * // FrameCaptureGroupSettings: { // FrameCaptureGroupSettings
343
+ * // Destination: {
344
+ * // DestinationRefId: "STRING_VALUE",
345
+ * // },
346
+ * // FrameCaptureCdnSettings: { // FrameCaptureCdnSettings
347
+ * // FrameCaptureS3Settings: { // FrameCaptureS3Settings
348
+ * // CannedAcl: "AUTHENTICATED_READ" || "BUCKET_OWNER_FULL_CONTROL" || "BUCKET_OWNER_READ" || "PUBLIC_READ",
349
+ * // },
350
+ * // },
351
+ * // },
352
+ * // HlsGroupSettings: { // HlsGroupSettings
353
+ * // AdMarkers: [ // __listOfHlsAdMarkers
354
+ * // "ADOBE" || "ELEMENTAL" || "ELEMENTAL_SCTE35",
355
+ * // ],
356
+ * // BaseUrlContent: "STRING_VALUE",
357
+ * // BaseUrlContent1: "STRING_VALUE",
358
+ * // BaseUrlManifest: "STRING_VALUE",
359
+ * // BaseUrlManifest1: "STRING_VALUE",
360
+ * // CaptionLanguageMappings: [ // __listOfCaptionLanguageMapping
361
+ * // { // CaptionLanguageMapping
362
+ * // CaptionChannel: Number("int"), // required
363
+ * // LanguageCode: "STRING_VALUE", // required
364
+ * // LanguageDescription: "STRING_VALUE", // required
365
+ * // },
366
+ * // ],
367
+ * // CaptionLanguageSetting: "INSERT" || "NONE" || "OMIT",
368
+ * // ClientCache: "DISABLED" || "ENABLED",
369
+ * // CodecSpecification: "RFC_4281" || "RFC_6381",
370
+ * // ConstantIv: "STRING_VALUE",
371
+ * // Destination: {
372
+ * // DestinationRefId: "STRING_VALUE",
373
+ * // },
374
+ * // DirectoryStructure: "SINGLE_DIRECTORY" || "SUBDIRECTORY_PER_STREAM",
375
+ * // DiscontinuityTags: "INSERT" || "NEVER_INSERT",
376
+ * // EncryptionType: "AES128" || "SAMPLE_AES",
377
+ * // HlsCdnSettings: { // HlsCdnSettings
378
+ * // HlsAkamaiSettings: { // HlsAkamaiSettings
379
+ * // ConnectionRetryInterval: Number("int"),
380
+ * // FilecacheDuration: Number("int"),
381
+ * // HttpTransferMode: "CHUNKED" || "NON_CHUNKED",
382
+ * // NumRetries: Number("int"),
383
+ * // RestartDelay: Number("int"),
384
+ * // Salt: "STRING_VALUE",
385
+ * // Token: "STRING_VALUE",
386
+ * // },
387
+ * // HlsBasicPutSettings: { // HlsBasicPutSettings
388
+ * // ConnectionRetryInterval: Number("int"),
389
+ * // FilecacheDuration: Number("int"),
390
+ * // NumRetries: Number("int"),
391
+ * // RestartDelay: Number("int"),
392
+ * // },
393
+ * // HlsMediaStoreSettings: { // HlsMediaStoreSettings
394
+ * // ConnectionRetryInterval: Number("int"),
395
+ * // FilecacheDuration: Number("int"),
396
+ * // MediaStoreStorageClass: "TEMPORAL",
397
+ * // NumRetries: Number("int"),
398
+ * // RestartDelay: Number("int"),
399
+ * // },
400
+ * // HlsS3Settings: { // HlsS3Settings
401
+ * // CannedAcl: "AUTHENTICATED_READ" || "BUCKET_OWNER_FULL_CONTROL" || "BUCKET_OWNER_READ" || "PUBLIC_READ",
402
+ * // },
403
+ * // HlsWebdavSettings: { // HlsWebdavSettings
404
+ * // ConnectionRetryInterval: Number("int"),
405
+ * // FilecacheDuration: Number("int"),
406
+ * // HttpTransferMode: "CHUNKED" || "NON_CHUNKED",
407
+ * // NumRetries: Number("int"),
408
+ * // RestartDelay: Number("int"),
409
+ * // },
410
+ * // },
411
+ * // HlsId3SegmentTagging: "DISABLED" || "ENABLED",
412
+ * // IFrameOnlyPlaylists: "DISABLED" || "STANDARD",
413
+ * // IncompleteSegmentBehavior: "AUTO" || "SUPPRESS",
414
+ * // IndexNSegments: Number("int"),
415
+ * // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
416
+ * // IvInManifest: "EXCLUDE" || "INCLUDE",
417
+ * // IvSource: "EXPLICIT" || "FOLLOWS_SEGMENT_NUMBER",
418
+ * // KeepSegments: Number("int"),
419
+ * // KeyFormat: "STRING_VALUE",
420
+ * // KeyFormatVersions: "STRING_VALUE",
421
+ * // KeyProviderSettings: { // KeyProviderSettings
422
+ * // StaticKeySettings: { // StaticKeySettings
423
+ * // KeyProviderServer: "<InputLocation>",
424
+ * // StaticKeyValue: "STRING_VALUE", // required
425
+ * // },
426
+ * // },
427
+ * // ManifestCompression: "GZIP" || "NONE",
428
+ * // ManifestDurationFormat: "FLOATING_POINT" || "INTEGER",
429
+ * // MinSegmentLength: Number("int"),
430
+ * // Mode: "LIVE" || "VOD",
431
+ * // OutputSelection: "MANIFESTS_AND_SEGMENTS" || "SEGMENTS_ONLY" || "VARIANT_MANIFESTS_AND_SEGMENTS",
432
+ * // ProgramDateTime: "EXCLUDE" || "INCLUDE",
433
+ * // ProgramDateTimeClock: "INITIALIZE_FROM_OUTPUT_TIMECODE" || "SYSTEM_CLOCK",
434
+ * // ProgramDateTimePeriod: Number("int"),
435
+ * // RedundantManifest: "DISABLED" || "ENABLED",
436
+ * // SegmentLength: Number("int"),
437
+ * // SegmentationMode: "USE_INPUT_SEGMENTATION" || "USE_SEGMENT_DURATION",
438
+ * // SegmentsPerSubdirectory: Number("int"),
439
+ * // StreamInfResolution: "EXCLUDE" || "INCLUDE",
440
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
441
+ * // TimedMetadataId3Period: Number("int"),
442
+ * // TimestampDeltaMilliseconds: Number("int"),
443
+ * // TsFileMode: "SEGMENTED_FILES" || "SINGLE_FILE",
444
+ * // },
445
+ * // MediaPackageGroupSettings: { // MediaPackageGroupSettings
446
+ * // Destination: {
447
+ * // DestinationRefId: "STRING_VALUE",
448
+ * // },
449
+ * // },
450
+ * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
451
+ * // AcquisitionPointId: "STRING_VALUE",
452
+ * // AudioOnlyTimecodeControl: "PASSTHROUGH" || "USE_CONFIGURED_CLOCK",
453
+ * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY",
454
+ * // ConnectionRetryInterval: Number("int"),
455
+ * // Destination: {
456
+ * // DestinationRefId: "STRING_VALUE",
457
+ * // },
458
+ * // EventId: "STRING_VALUE",
459
+ * // EventIdMode: "NO_EVENT_ID" || "USE_CONFIGURED" || "USE_TIMESTAMP",
460
+ * // EventStopBehavior: "NONE" || "SEND_EOS",
461
+ * // FilecacheDuration: Number("int"),
462
+ * // FragmentLength: Number("int"),
463
+ * // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
464
+ * // NumRetries: Number("int"),
465
+ * // RestartDelay: Number("int"),
466
+ * // SegmentationMode: "USE_INPUT_SEGMENTATION" || "USE_SEGMENT_DURATION",
467
+ * // SendDelayMs: Number("int"),
468
+ * // SparseTrackType: "NONE" || "SCTE_35" || "SCTE_35_WITHOUT_SEGMENTATION",
469
+ * // StreamManifestBehavior: "DO_NOT_SEND" || "SEND",
470
+ * // TimestampOffset: "STRING_VALUE",
471
+ * // TimestampOffsetMode: "USE_CONFIGURED_OFFSET" || "USE_EVENT_START_DATE",
472
+ * // },
473
+ * // MultiplexGroupSettings: {},
474
+ * // RtmpGroupSettings: { // RtmpGroupSettings
475
+ * // AdMarkers: [ // __listOfRtmpAdMarkers
476
+ * // "ON_CUE_POINT_SCTE35",
477
+ * // ],
478
+ * // AuthenticationScheme: "AKAMAI" || "COMMON",
479
+ * // CacheFullBehavior: "DISCONNECT_IMMEDIATELY" || "WAIT_FOR_SERVER",
480
+ * // CacheLength: Number("int"),
481
+ * // CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
482
+ * // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
483
+ * // RestartDelay: Number("int"),
484
+ * // },
485
+ * // UdpGroupSettings: { // UdpGroupSettings
486
+ * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
487
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
488
+ * // TimedMetadataId3Period: Number("int"),
489
+ * // },
490
+ * // },
491
+ * // Outputs: [ // __listOfOutput // required
492
+ * // { // Output
493
+ * // AudioDescriptionNames: [ // __listOf__string
494
+ * // "STRING_VALUE",
495
+ * // ],
496
+ * // CaptionDescriptionNames: [
497
+ * // "STRING_VALUE",
498
+ * // ],
499
+ * // OutputName: "STRING_VALUE",
500
+ * // OutputSettings: { // OutputSettings
501
+ * // ArchiveOutputSettings: { // ArchiveOutputSettings
502
+ * // ContainerSettings: { // ArchiveContainerSettings
503
+ * // M2tsSettings: { // M2tsSettings
504
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
505
+ * // Arib: "DISABLED" || "ENABLED",
506
+ * // AribCaptionsPid: "STRING_VALUE",
507
+ * // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
508
+ * // AudioBufferModel: "ATSC" || "DVB",
509
+ * // AudioFramesPerPes: Number("int"),
510
+ * // AudioPids: "STRING_VALUE",
511
+ * // AudioStreamType: "ATSC" || "DVB",
512
+ * // Bitrate: Number("int"),
513
+ * // BufferModel: "MULTIPLEX" || "NONE",
514
+ * // CcDescriptor: "DISABLED" || "ENABLED",
515
+ * // DvbNitSettings: { // DvbNitSettings
516
+ * // NetworkId: Number("int"), // required
517
+ * // NetworkName: "STRING_VALUE", // required
518
+ * // RepInterval: Number("int"),
519
+ * // },
520
+ * // DvbSdtSettings: { // DvbSdtSettings
521
+ * // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
522
+ * // RepInterval: Number("int"),
523
+ * // ServiceName: "STRING_VALUE",
524
+ * // ServiceProviderName: "STRING_VALUE",
525
+ * // },
526
+ * // DvbSubPids: "STRING_VALUE",
527
+ * // DvbTdtSettings: { // DvbTdtSettings
528
+ * // RepInterval: Number("int"),
529
+ * // },
530
+ * // DvbTeletextPid: "STRING_VALUE",
531
+ * // Ebif: "NONE" || "PASSTHROUGH",
532
+ * // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
533
+ * // EbpLookaheadMs: Number("int"),
534
+ * // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
535
+ * // EcmPid: "STRING_VALUE",
536
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
537
+ * // EtvPlatformPid: "STRING_VALUE",
538
+ * // EtvSignalPid: "STRING_VALUE",
539
+ * // FragmentTime: Number("double"),
540
+ * // Klv: "NONE" || "PASSTHROUGH",
541
+ * // KlvDataPids: "STRING_VALUE",
542
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
543
+ * // NullPacketBitrate: Number("double"),
544
+ * // PatInterval: Number("int"),
545
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
546
+ * // PcrPeriod: Number("int"),
547
+ * // PcrPid: "STRING_VALUE",
548
+ * // PmtInterval: Number("int"),
549
+ * // PmtPid: "STRING_VALUE",
550
+ * // ProgramNum: Number("int"),
551
+ * // RateMode: "CBR" || "VBR",
552
+ * // Scte27Pids: "STRING_VALUE",
553
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
554
+ * // Scte35Pid: "STRING_VALUE",
555
+ * // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
556
+ * // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
557
+ * // SegmentationTime: Number("double"),
558
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
559
+ * // TimedMetadataPid: "STRING_VALUE",
560
+ * // TransportStreamId: Number("int"),
561
+ * // VideoPid: "STRING_VALUE",
562
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
563
+ * // },
564
+ * // RawSettings: {},
565
+ * // },
566
+ * // Extension: "STRING_VALUE",
567
+ * // NameModifier: "STRING_VALUE",
568
+ * // },
569
+ * // FrameCaptureOutputSettings: { // FrameCaptureOutputSettings
570
+ * // NameModifier: "STRING_VALUE",
571
+ * // },
572
+ * // HlsOutputSettings: { // HlsOutputSettings
573
+ * // H265PackagingType: "HEV1" || "HVC1",
574
+ * // HlsSettings: { // HlsSettings
575
+ * // AudioOnlyHlsSettings: { // AudioOnlyHlsSettings
576
+ * // AudioGroupId: "STRING_VALUE",
577
+ * // AudioOnlyImage: "<InputLocation>",
578
+ * // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
579
+ * // SegmentType: "AAC" || "FMP4",
580
+ * // },
581
+ * // Fmp4HlsSettings: { // Fmp4HlsSettings
582
+ * // AudioRenditionSets: "STRING_VALUE",
583
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
584
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
585
+ * // },
586
+ * // FrameCaptureHlsSettings: {},
587
+ * // StandardHlsSettings: { // StandardHlsSettings
588
+ * // AudioRenditionSets: "STRING_VALUE",
589
+ * // M3u8Settings: { // M3u8Settings
590
+ * // AudioFramesPerPes: Number("int"),
591
+ * // AudioPids: "STRING_VALUE",
592
+ * // EcmPid: "STRING_VALUE",
593
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
594
+ * // PatInterval: Number("int"),
595
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
596
+ * // PcrPeriod: Number("int"),
597
+ * // PcrPid: "STRING_VALUE",
598
+ * // PmtInterval: Number("int"),
599
+ * // PmtPid: "STRING_VALUE",
600
+ * // ProgramNum: Number("int"),
601
+ * // Scte35Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
602
+ * // Scte35Pid: "STRING_VALUE",
603
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
604
+ * // TimedMetadataPid: "STRING_VALUE",
605
+ * // TransportStreamId: Number("int"),
606
+ * // VideoPid: "STRING_VALUE",
607
+ * // },
608
+ * // },
609
+ * // },
610
+ * // NameModifier: "STRING_VALUE",
611
+ * // SegmentModifier: "STRING_VALUE",
612
+ * // },
613
+ * // MediaPackageOutputSettings: {},
614
+ * // MsSmoothOutputSettings: { // MsSmoothOutputSettings
615
+ * // H265PackagingType: "HEV1" || "HVC1",
616
+ * // NameModifier: "STRING_VALUE",
617
+ * // },
618
+ * // MultiplexOutputSettings: { // MultiplexOutputSettings
619
+ * // Destination: "<OutputLocationRef>", // required
620
+ * // },
621
+ * // RtmpOutputSettings: { // RtmpOutputSettings
622
+ * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY",
623
+ * // ConnectionRetryInterval: Number("int"),
624
+ * // Destination: "<OutputLocationRef>", // required
625
+ * // NumRetries: Number("int"),
626
+ * // },
627
+ * // UdpOutputSettings: { // UdpOutputSettings
628
+ * // BufferMsec: Number("int"),
629
+ * // ContainerSettings: { // UdpContainerSettings
630
+ * // M2tsSettings: {
631
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
632
+ * // Arib: "DISABLED" || "ENABLED",
633
+ * // AribCaptionsPid: "STRING_VALUE",
634
+ * // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
635
+ * // AudioBufferModel: "ATSC" || "DVB",
636
+ * // AudioFramesPerPes: Number("int"),
637
+ * // AudioPids: "STRING_VALUE",
638
+ * // AudioStreamType: "ATSC" || "DVB",
639
+ * // Bitrate: Number("int"),
640
+ * // BufferModel: "MULTIPLEX" || "NONE",
641
+ * // CcDescriptor: "DISABLED" || "ENABLED",
642
+ * // DvbNitSettings: {
643
+ * // NetworkId: Number("int"), // required
644
+ * // NetworkName: "STRING_VALUE", // required
645
+ * // RepInterval: Number("int"),
646
+ * // },
647
+ * // DvbSdtSettings: {
648
+ * // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
649
+ * // RepInterval: Number("int"),
650
+ * // ServiceName: "STRING_VALUE",
651
+ * // ServiceProviderName: "STRING_VALUE",
652
+ * // },
653
+ * // DvbSubPids: "STRING_VALUE",
654
+ * // DvbTdtSettings: {
655
+ * // RepInterval: Number("int"),
656
+ * // },
657
+ * // DvbTeletextPid: "STRING_VALUE",
658
+ * // Ebif: "NONE" || "PASSTHROUGH",
659
+ * // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
660
+ * // EbpLookaheadMs: Number("int"),
661
+ * // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
662
+ * // EcmPid: "STRING_VALUE",
663
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
664
+ * // EtvPlatformPid: "STRING_VALUE",
665
+ * // EtvSignalPid: "STRING_VALUE",
666
+ * // FragmentTime: Number("double"),
667
+ * // Klv: "NONE" || "PASSTHROUGH",
668
+ * // KlvDataPids: "STRING_VALUE",
669
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
670
+ * // NullPacketBitrate: Number("double"),
671
+ * // PatInterval: Number("int"),
672
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
673
+ * // PcrPeriod: Number("int"),
674
+ * // PcrPid: "STRING_VALUE",
675
+ * // PmtInterval: Number("int"),
676
+ * // PmtPid: "STRING_VALUE",
677
+ * // ProgramNum: Number("int"),
678
+ * // RateMode: "CBR" || "VBR",
679
+ * // Scte27Pids: "STRING_VALUE",
680
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
681
+ * // Scte35Pid: "STRING_VALUE",
682
+ * // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
683
+ * // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
684
+ * // SegmentationTime: Number("double"),
685
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
686
+ * // TimedMetadataPid: "STRING_VALUE",
687
+ * // TransportStreamId: Number("int"),
688
+ * // VideoPid: "STRING_VALUE",
689
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
690
+ * // },
691
+ * // },
692
+ * // Destination: "<OutputLocationRef>", // required
693
+ * // FecOutputSettings: { // FecOutputSettings
694
+ * // ColumnDepth: Number("int"),
695
+ * // IncludeFec: "COLUMN" || "COLUMN_AND_ROW",
696
+ * // RowLength: Number("int"),
697
+ * // },
698
+ * // },
699
+ * // },
700
+ * // VideoDescriptionName: "STRING_VALUE",
701
+ * // },
702
+ * // ],
703
+ * // },
704
+ * // ],
705
+ * // TimecodeConfig: { // TimecodeConfig
706
+ * // Source: "EMBEDDED" || "SYSTEMCLOCK" || "ZEROBASED", // required
707
+ * // SyncThreshold: Number("int"),
708
+ * // },
709
+ * // VideoDescriptions: [ // __listOfVideoDescription // required
710
+ * // { // VideoDescription
711
+ * // CodecSettings: { // VideoCodecSettings
712
+ * // FrameCaptureSettings: { // FrameCaptureSettings
713
+ * // CaptureInterval: Number("int"),
714
+ * // CaptureIntervalUnits: "MILLISECONDS" || "SECONDS",
715
+ * // TimecodeBurninSettings: { // TimecodeBurninSettings
716
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
717
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
718
+ * // Prefix: "STRING_VALUE",
719
+ * // },
720
+ * // },
721
+ * // H264Settings: { // H264Settings
722
+ * // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
723
+ * // AfdSignaling: "AUTO" || "FIXED" || "NONE",
724
+ * // Bitrate: Number("int"),
725
+ * // BufFillPct: Number("int"),
726
+ * // BufSize: Number("int"),
727
+ * // ColorMetadata: "IGNORE" || "INSERT",
728
+ * // ColorSpaceSettings: { // H264ColorSpaceSettings
729
+ * // ColorSpacePassthroughSettings: {},
730
+ * // Rec601Settings: {},
731
+ * // Rec709Settings: {},
732
+ * // },
733
+ * // EntropyEncoding: "CABAC" || "CAVLC",
734
+ * // FilterSettings: { // H264FilterSettings
735
+ * // TemporalFilterSettings: { // TemporalFilterSettings
736
+ * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
737
+ * // 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",
738
+ * // },
739
+ * // },
740
+ * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
741
+ * // FlickerAq: "DISABLED" || "ENABLED",
742
+ * // ForceFieldPictures: "DISABLED" || "ENABLED",
743
+ * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
744
+ * // FramerateDenominator: Number("int"),
745
+ * // FramerateNumerator: Number("int"),
746
+ * // GopBReference: "DISABLED" || "ENABLED",
747
+ * // GopClosedCadence: Number("int"),
748
+ * // GopNumBFrames: Number("int"),
749
+ * // GopSize: Number("double"),
750
+ * // GopSizeUnits: "FRAMES" || "SECONDS",
751
+ * // 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",
752
+ * // LookAheadRateControl: "HIGH" || "LOW" || "MEDIUM",
753
+ * // MaxBitrate: Number("int"),
754
+ * // MinIInterval: Number("int"),
755
+ * // NumRefFrames: Number("int"),
756
+ * // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
757
+ * // ParDenominator: Number("int"),
758
+ * // ParNumerator: Number("int"),
759
+ * // Profile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
760
+ * // QualityLevel: "ENHANCED_QUALITY" || "STANDARD_QUALITY",
761
+ * // QvbrQualityLevel: Number("int"),
762
+ * // RateControlMode: "CBR" || "MULTIPLEX" || "QVBR" || "VBR",
763
+ * // ScanType: "INTERLACED" || "PROGRESSIVE",
764
+ * // SceneChangeDetect: "DISABLED" || "ENABLED",
765
+ * // Slices: Number("int"),
766
+ * // Softness: Number("int"),
767
+ * // SpatialAq: "DISABLED" || "ENABLED",
768
+ * // SubgopLength: "DYNAMIC" || "FIXED",
769
+ * // Syntax: "DEFAULT" || "RP2027",
770
+ * // TemporalAq: "DISABLED" || "ENABLED",
771
+ * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
772
+ * // TimecodeBurninSettings: {
773
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
774
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
775
+ * // Prefix: "STRING_VALUE",
776
+ * // },
777
+ * // },
778
+ * // H265Settings: { // H265Settings
779
+ * // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
780
+ * // AfdSignaling: "AUTO" || "FIXED" || "NONE",
781
+ * // AlternativeTransferFunction: "INSERT" || "OMIT",
782
+ * // Bitrate: Number("int"),
783
+ * // BufSize: Number("int"),
784
+ * // ColorMetadata: "IGNORE" || "INSERT",
785
+ * // ColorSpaceSettings: { // H265ColorSpaceSettings
786
+ * // ColorSpacePassthroughSettings: {},
787
+ * // DolbyVision81Settings: {},
788
+ * // Hdr10Settings: { // Hdr10Settings
789
+ * // MaxCll: Number("int"),
790
+ * // MaxFall: Number("int"),
791
+ * // },
792
+ * // Rec601Settings: {},
793
+ * // Rec709Settings: {},
794
+ * // },
795
+ * // FilterSettings: { // H265FilterSettings
796
+ * // TemporalFilterSettings: {
797
+ * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
798
+ * // 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",
799
+ * // },
800
+ * // },
801
+ * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
802
+ * // FlickerAq: "DISABLED" || "ENABLED",
803
+ * // FramerateDenominator: Number("int"), // required
804
+ * // FramerateNumerator: Number("int"), // required
805
+ * // GopClosedCadence: Number("int"),
806
+ * // GopSize: Number("double"),
807
+ * // GopSizeUnits: "FRAMES" || "SECONDS",
808
+ * // 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",
809
+ * // LookAheadRateControl: "HIGH" || "LOW" || "MEDIUM",
810
+ * // MaxBitrate: Number("int"),
811
+ * // MinIInterval: Number("int"),
812
+ * // ParDenominator: Number("int"),
813
+ * // ParNumerator: Number("int"),
814
+ * // Profile: "MAIN" || "MAIN_10BIT",
815
+ * // QvbrQualityLevel: Number("int"),
816
+ * // RateControlMode: "CBR" || "MULTIPLEX" || "QVBR",
817
+ * // ScanType: "INTERLACED" || "PROGRESSIVE",
818
+ * // SceneChangeDetect: "DISABLED" || "ENABLED",
819
+ * // Slices: Number("int"),
820
+ * // Tier: "HIGH" || "MAIN",
821
+ * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
822
+ * // TimecodeBurninSettings: {
823
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
824
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
825
+ * // Prefix: "STRING_VALUE",
826
+ * // },
827
+ * // },
828
+ * // Mpeg2Settings: { // Mpeg2Settings
829
+ * // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
830
+ * // AfdSignaling: "AUTO" || "FIXED" || "NONE",
831
+ * // ColorMetadata: "IGNORE" || "INSERT",
832
+ * // ColorSpace: "AUTO" || "PASSTHROUGH",
833
+ * // DisplayAspectRatio: "DISPLAYRATIO16X9" || "DISPLAYRATIO4X3",
834
+ * // FilterSettings: { // Mpeg2FilterSettings
835
+ * // TemporalFilterSettings: {
836
+ * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
837
+ * // 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",
838
+ * // },
839
+ * // },
840
+ * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
841
+ * // FramerateDenominator: Number("int"), // required
842
+ * // FramerateNumerator: Number("int"), // required
843
+ * // GopClosedCadence: Number("int"),
844
+ * // GopNumBFrames: Number("int"),
845
+ * // GopSize: Number("double"),
846
+ * // GopSizeUnits: "FRAMES" || "SECONDS",
847
+ * // ScanType: "INTERLACED" || "PROGRESSIVE",
848
+ * // SubgopLength: "DYNAMIC" || "FIXED",
849
+ * // TimecodeInsertion: "DISABLED" || "GOP_TIMECODE",
850
+ * // TimecodeBurninSettings: {
851
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
852
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
853
+ * // Prefix: "STRING_VALUE",
854
+ * // },
855
+ * // },
856
+ * // },
857
+ * // Height: Number("int"),
858
+ * // Name: "STRING_VALUE", // required
859
+ * // RespondToAfd: "NONE" || "PASSTHROUGH" || "RESPOND",
860
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
861
+ * // Sharpness: Number("int"),
862
+ * // Width: Number("int"),
863
+ * // },
864
+ * // ],
865
+ * // },
866
+ * // Id: "STRING_VALUE",
867
+ * // InputAttachments: [ // __listOfInputAttachment
868
+ * // { // InputAttachment
869
+ * // AutomaticInputFailoverSettings: { // AutomaticInputFailoverSettings
870
+ * // ErrorClearTimeMsec: Number("int"),
871
+ * // FailoverConditions: [ // __listOfFailoverCondition
872
+ * // { // FailoverCondition
873
+ * // FailoverConditionSettings: { // FailoverConditionSettings
874
+ * // AudioSilenceSettings: { // AudioSilenceFailoverSettings
875
+ * // AudioSelectorName: "STRING_VALUE", // required
876
+ * // AudioSilenceThresholdMsec: Number("int"),
877
+ * // },
878
+ * // InputLossSettings: { // InputLossFailoverSettings
879
+ * // InputLossThresholdMsec: Number("int"),
880
+ * // },
881
+ * // VideoBlackSettings: { // VideoBlackFailoverSettings
882
+ * // BlackDetectThreshold: Number("double"),
883
+ * // VideoBlackThresholdMsec: Number("int"),
884
+ * // },
885
+ * // },
886
+ * // },
887
+ * // ],
888
+ * // InputPreference: "EQUAL_INPUT_PREFERENCE" || "PRIMARY_INPUT_PREFERRED",
889
+ * // SecondaryInputId: "STRING_VALUE", // required
890
+ * // },
891
+ * // InputAttachmentName: "STRING_VALUE",
892
+ * // InputId: "STRING_VALUE",
893
+ * // InputSettings: { // InputSettings
894
+ * // AudioSelectors: [ // __listOfAudioSelector
895
+ * // { // AudioSelector
896
+ * // Name: "STRING_VALUE", // required
897
+ * // SelectorSettings: { // AudioSelectorSettings
898
+ * // AudioHlsRenditionSelection: { // AudioHlsRenditionSelection
899
+ * // GroupId: "STRING_VALUE", // required
900
+ * // Name: "STRING_VALUE", // required
901
+ * // },
902
+ * // AudioLanguageSelection: { // AudioLanguageSelection
903
+ * // LanguageCode: "STRING_VALUE", // required
904
+ * // LanguageSelectionPolicy: "LOOSE" || "STRICT",
905
+ * // },
906
+ * // AudioPidSelection: { // AudioPidSelection
907
+ * // Pid: Number("int"), // required
908
+ * // },
909
+ * // AudioTrackSelection: { // AudioTrackSelection
910
+ * // Tracks: [ // __listOfAudioTrack // required
911
+ * // { // AudioTrack
912
+ * // Track: Number("int"), // required
913
+ * // },
914
+ * // ],
915
+ * // DolbyEDecode: { // AudioDolbyEDecode
916
+ * // ProgramSelection: "ALL_CHANNELS" || "PROGRAM_1" || "PROGRAM_2" || "PROGRAM_3" || "PROGRAM_4" || "PROGRAM_5" || "PROGRAM_6" || "PROGRAM_7" || "PROGRAM_8", // required
917
+ * // },
918
+ * // },
919
+ * // },
920
+ * // },
921
+ * // ],
922
+ * // CaptionSelectors: [ // __listOfCaptionSelector
923
+ * // { // CaptionSelector
924
+ * // LanguageCode: "STRING_VALUE",
925
+ * // Name: "STRING_VALUE", // required
926
+ * // SelectorSettings: { // CaptionSelectorSettings
927
+ * // AncillarySourceSettings: { // AncillarySourceSettings
928
+ * // SourceAncillaryChannelNumber: Number("int"),
929
+ * // },
930
+ * // AribSourceSettings: {},
931
+ * // DvbSubSourceSettings: { // DvbSubSourceSettings
932
+ * // OcrLanguage: "DEU" || "ENG" || "FRA" || "NLD" || "POR" || "SPA",
933
+ * // Pid: Number("int"),
934
+ * // },
935
+ * // EmbeddedSourceSettings: { // EmbeddedSourceSettings
936
+ * // Convert608To708: "DISABLED" || "UPCONVERT",
937
+ * // Scte20Detection: "AUTO" || "OFF",
938
+ * // Source608ChannelNumber: Number("int"),
939
+ * // Source608TrackNumber: Number("int"),
940
+ * // },
941
+ * // Scte20SourceSettings: { // Scte20SourceSettings
942
+ * // Convert608To708: "DISABLED" || "UPCONVERT",
943
+ * // Source608ChannelNumber: Number("int"),
944
+ * // },
945
+ * // Scte27SourceSettings: { // Scte27SourceSettings
946
+ * // OcrLanguage: "DEU" || "ENG" || "FRA" || "NLD" || "POR" || "SPA",
947
+ * // Pid: Number("int"),
948
+ * // },
949
+ * // TeletextSourceSettings: { // TeletextSourceSettings
950
+ * // OutputRectangle: { // CaptionRectangle
951
+ * // Height: Number("double"), // required
952
+ * // LeftOffset: Number("double"), // required
953
+ * // TopOffset: Number("double"), // required
954
+ * // Width: Number("double"), // required
955
+ * // },
956
+ * // PageNumber: "STRING_VALUE",
957
+ * // },
958
+ * // },
959
+ * // },
960
+ * // ],
961
+ * // DeblockFilter: "DISABLED" || "ENABLED",
962
+ * // DenoiseFilter: "DISABLED" || "ENABLED",
963
+ * // FilterStrength: Number("int"),
964
+ * // InputFilter: "AUTO" || "DISABLED" || "FORCED",
965
+ * // NetworkInputSettings: { // NetworkInputSettings
966
+ * // HlsInputSettings: { // HlsInputSettings
967
+ * // Bandwidth: Number("int"),
968
+ * // BufferSegments: Number("int"),
969
+ * // Retries: Number("int"),
970
+ * // RetryInterval: Number("int"),
971
+ * // Scte35Source: "MANIFEST" || "SEGMENTS",
972
+ * // },
973
+ * // ServerValidation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME" || "CHECK_CRYPTOGRAPHY_ONLY",
974
+ * // },
975
+ * // Scte35Pid: Number("int"),
976
+ * // Smpte2038DataPreference: "IGNORE" || "PREFER",
977
+ * // SourceEndBehavior: "CONTINUE" || "LOOP",
978
+ * // VideoSelector: { // VideoSelector
979
+ * // ColorSpace: "FOLLOW" || "HDR10" || "HLG_2020" || "REC_601" || "REC_709",
980
+ * // ColorSpaceSettings: { // VideoSelectorColorSpaceSettings
981
+ * // Hdr10Settings: {
982
+ * // MaxCll: Number("int"),
983
+ * // MaxFall: Number("int"),
984
+ * // },
985
+ * // },
986
+ * // ColorSpaceUsage: "FALLBACK" || "FORCE",
987
+ * // SelectorSettings: { // VideoSelectorSettings
988
+ * // VideoSelectorPid: { // VideoSelectorPid
989
+ * // Pid: Number("int"),
990
+ * // },
991
+ * // VideoSelectorProgramId: { // VideoSelectorProgramId
992
+ * // ProgramId: Number("int"),
993
+ * // },
994
+ * // },
995
+ * // },
996
+ * // },
997
+ * // },
998
+ * // ],
999
+ * // InputSpecification: { // InputSpecification
1000
+ * // Codec: "MPEG2" || "AVC" || "HEVC",
1001
+ * // MaximumBitrate: "MAX_10_MBPS" || "MAX_20_MBPS" || "MAX_50_MBPS",
1002
+ * // Resolution: "SD" || "HD" || "UHD",
1003
+ * // },
1004
+ * // LogLevel: "ERROR" || "WARNING" || "INFO" || "DEBUG" || "DISABLED",
1005
+ * // Maintenance: { // MaintenanceStatus
1006
+ * // MaintenanceDay: "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY" || "SUNDAY",
1007
+ * // MaintenanceDeadline: "STRING_VALUE",
1008
+ * // MaintenanceScheduledDate: "STRING_VALUE",
1009
+ * // MaintenanceStartTime: "STRING_VALUE",
1010
+ * // },
1011
+ * // Name: "STRING_VALUE",
1012
+ * // PipelineDetails: [ // __listOfPipelineDetail
1013
+ * // { // PipelineDetail
1014
+ * // ActiveInputAttachmentName: "STRING_VALUE",
1015
+ * // ActiveInputSwitchActionName: "STRING_VALUE",
1016
+ * // ActiveMotionGraphicsActionName: "STRING_VALUE",
1017
+ * // ActiveMotionGraphicsUri: "STRING_VALUE",
1018
+ * // PipelineId: "STRING_VALUE",
1019
+ * // },
1020
+ * // ],
1021
+ * // PipelinesRunningCount: Number("int"),
1022
+ * // RoleArn: "STRING_VALUE",
1023
+ * // State: "CREATING" || "CREATE_FAILED" || "IDLE" || "STARTING" || "RUNNING" || "RECOVERING" || "STOPPING" || "DELETING" || "DELETED" || "UPDATING" || "UPDATE_FAILED",
1024
+ * // Tags: { // Tags
1025
+ * // "<keys>": "STRING_VALUE",
1026
+ * // },
1027
+ * // Vpc: { // VpcOutputSettingsDescription
1028
+ * // AvailabilityZones: [
1029
+ * // "STRING_VALUE",
1030
+ * // ],
1031
+ * // NetworkInterfaceIds: [
1032
+ * // "STRING_VALUE",
1033
+ * // ],
1034
+ * // SecurityGroupIds: [
1035
+ * // "STRING_VALUE",
1036
+ * // ],
1037
+ * // SubnetIds: "<__listOf__string>",
1038
+ * // },
1039
+ * // };
1040
+ *
34
1041
  * ```
35
1042
  *
36
1043
  * @param DescribeChannelCommandInput - {@link DescribeChannelCommandInput}
@@ -60,6 +1067,8 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
60
1067
  * @throws {@link TooManyRequestsException} (client fault)
61
1068
  * Placeholder documentation for TooManyRequestsException
62
1069
  *
1070
+ * @throws {@link MediaLiveServiceException}
1071
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
63
1072
  *
64
1073
  */
65
1074
  export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaLiveClientResolvedConfig> {