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