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