1{
2  "version": "2.0",
3  "service": "API for AWS Elemental MediaLive",
4  "operations": {
5    "AcceptInputDeviceTransfer": "Accept an incoming input device transfer. The ownership of the device will transfer to your AWS account.",
6    "BatchDelete": "Starts delete of resources.",
7    "BatchStart": "Starts existing resources",
8    "BatchStop": "Stops running resources",
9    "BatchUpdateSchedule": "Update a channel schedule",
10    "CancelInputDeviceTransfer": "Cancel an input device transfer that you have requested.",
11    "CreateChannel": "Creates a new channel",
12    "CreateInput": "Create an input",
13    "CreateInputSecurityGroup": "Creates a Input Security Group",
14    "CreateMultiplex": "Create a new multiplex.",
15    "CreateMultiplexProgram": "Create a new program in the multiplex.",
16    "CreatePartnerInput": "Create a partner input",
17    "CreateTags": "Create tags for a resource",
18    "DeleteChannel": "Starts deletion of channel. The associated outputs are also deleted.",
19    "DeleteInput": "Deletes the input end point",
20    "DeleteInputSecurityGroup": "Deletes an Input Security Group",
21    "DeleteMultiplex": "Delete a multiplex. The multiplex must be idle.",
22    "DeleteMultiplexProgram": "Delete a program from a multiplex.",
23    "DeleteReservation": "Delete an expired reservation.",
24    "DeleteSchedule": "Delete all schedule actions on a channel.",
25    "DeleteTags": "Removes tags for a resource",
26    "DescribeChannel": "Gets details about a channel",
27    "DescribeInput": "Produces details about an input",
28    "DescribeInputDevice": "Gets the details for the input device",
29    "DescribeInputDeviceThumbnail": "Get the latest thumbnail data for the input device.",
30    "DescribeInputSecurityGroup": "Produces a summary of an Input Security Group",
31    "DescribeMultiplex": "Gets details about a multiplex.",
32    "DescribeMultiplexProgram": "Get the details for a program in a multiplex.",
33    "DescribeOffering": "Get details for an offering.",
34    "DescribeReservation": "Get details for a reservation.",
35    "DescribeSchedule": "Get a channel schedule",
36    "ListChannels": "Produces list of channels that have been created",
37    "ListInputDeviceTransfers": "List input devices that are currently being transferred. List input devices that you are transferring from your AWS account or input devices that another AWS account is transferring to you.",
38    "ListInputDevices": "List input devices",
39    "ListInputSecurityGroups": "Produces a list of Input Security Groups for an account",
40    "ListInputs": "Produces list of inputs that have been created",
41    "ListMultiplexPrograms": "List the programs that currently exist for a specific multiplex.",
42    "ListMultiplexes": "Retrieve a list of the existing multiplexes.",
43    "ListOfferings": "List offerings available for purchase.",
44    "ListReservations": "List purchased reservations.",
45    "ListTagsForResource": "Produces list of tags that have been created for a resource",
46    "PurchaseOffering": "Purchase an offering and create a reservation.",
47    "RejectInputDeviceTransfer": "Reject the transfer of the specified input device to your AWS account.",
48    "StartChannel": "Starts an existing channel",
49    "StartMultiplex": "Start (run) the multiplex. Starting the multiplex does not start the channels. You must explicitly start each channel.",
50    "StopChannel": "Stops a running channel",
51    "StopMultiplex": "Stops a running multiplex. If the multiplex isn't running, this action has no effect.",
52    "TransferInputDevice": "Start an input device transfer to another AWS account. After you make the request, the other account must accept or reject the transfer.",
53    "UpdateChannel": "Updates a channel.",
54    "UpdateChannelClass": "Changes the class of the channel.",
55    "UpdateInput": "Updates an input.",
56    "UpdateInputDevice": "Updates the parameters for the input device.",
57    "UpdateInputSecurityGroup": "Update an Input Security Group's Whilelists.",
58    "UpdateMultiplex": "Updates a multiplex.",
59    "UpdateMultiplexProgram": "Update a program in a multiplex.",
60    "UpdateReservation": "Update reservation."
61  },
62  "shapes": {
63    "AacCodingMode": {
64      "base": "Aac Coding Mode",
65      "refs": {
66        "AacSettings$CodingMode": "Mono, Stereo, or 5.1 channel layout. Valid values depend on rate control mode and profile. The adReceiverMix setting receives a stereo description plus control track and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E."
67      }
68    },
69    "AacInputType": {
70      "base": "Aac Input Type",
71      "refs": {
72        "AacSettings$InputType": "Set to \"broadcasterMixedAd\" when input contains pre-mixed main audio + AD (narration) as a stereo pair.  The Audio Type field (audioType) will be set to 3, which signals to downstream systems that this stream contains \"broadcaster mixed AD\". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd.\n\nLeave set to \"normal\" when input does not contain pre-mixed audio + AD."
73      }
74    },
75    "AacProfile": {
76      "base": "Aac Profile",
77      "refs": {
78        "AacSettings$Profile": "AAC Profile."
79      }
80    },
81    "AacRateControlMode": {
82      "base": "Aac Rate Control Mode",
83      "refs": {
84        "AacSettings$RateControlMode": "Rate Control Mode."
85      }
86    },
87    "AacRawFormat": {
88      "base": "Aac Raw Format",
89      "refs": {
90        "AacSettings$RawFormat": "Sets LATM / LOAS AAC output for raw containers."
91      }
92    },
93    "AacSettings": {
94      "base": "Aac Settings",
95      "refs": {
96        "AudioCodecSettings$AacSettings": null
97      }
98    },
99    "AacSpec": {
100      "base": "Aac Spec",
101      "refs": {
102        "AacSettings$Spec": "Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers."
103      }
104    },
105    "AacVbrQuality": {
106      "base": "Aac Vbr Quality",
107      "refs": {
108        "AacSettings$VbrQuality": "VBR Quality Level - Only used if rateControlMode is VBR."
109      }
110    },
111    "Ac3BitstreamMode": {
112      "base": "Ac3 Bitstream Mode",
113      "refs": {
114        "Ac3Settings$BitstreamMode": "Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC A/52-2012 for background on these values."
115      }
116    },
117    "Ac3CodingMode": {
118      "base": "Ac3 Coding Mode",
119      "refs": {
120        "Ac3Settings$CodingMode": "Dolby Digital coding mode. Determines number of channels."
121      }
122    },
123    "Ac3DrcProfile": {
124      "base": "Ac3 Drc Profile",
125      "refs": {
126        "Ac3Settings$DrcProfile": "If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification."
127      }
128    },
129    "Ac3LfeFilter": {
130      "base": "Ac3 Lfe Filter",
131      "refs": {
132        "Ac3Settings$LfeFilter": "When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid in codingMode32Lfe mode."
133      }
134    },
135    "Ac3MetadataControl": {
136      "base": "Ac3 Metadata Control",
137      "refs": {
138        "Ac3Settings$MetadataControl": "When set to \"followInput\", encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used."
139      }
140    },
141    "Ac3Settings": {
142      "base": "Ac3 Settings",
143      "refs": {
144        "AudioCodecSettings$Ac3Settings": null
145      }
146    },
147    "AccessDenied": {
148      "base": null,
149      "refs": {
150      }
151    },
152    "AfdSignaling": {
153      "base": "Afd Signaling",
154      "refs": {
155        "H264Settings$AfdSignaling": "Indicates that AFD values will be written into the output stream.  If afdSignaling is \"auto\", the system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set to \"fixed\", the AFD value will be the value configured in the fixedAfd parameter.",
156        "H265Settings$AfdSignaling": "Indicates that AFD values will be written into the output stream.  If afdSignaling is \"auto\", the system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set to \"fixed\", the AFD value will be the value configured in the fixedAfd parameter.",
157        "Mpeg2Settings$AfdSignaling": "Indicates the AFD values that MediaLive will write into the video encode. If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose AUTO.\nAUTO: MediaLive will try to preserve the input AFD value (in cases where multiple AFD values are valid).\nFIXED: MediaLive will use the value you specify in fixedAFD."
158      }
159    },
160    "AncillarySourceSettings": {
161      "base": "Ancillary Source Settings",
162      "refs": {
163        "CaptionSelectorSettings$AncillarySourceSettings": null
164      }
165    },
166    "ArchiveContainerSettings": {
167      "base": "Archive Container Settings",
168      "refs": {
169        "ArchiveOutputSettings$ContainerSettings": "Settings specific to the container type of the file."
170      }
171    },
172    "ArchiveGroupSettings": {
173      "base": "Archive Group Settings",
174      "refs": {
175        "OutputGroupSettings$ArchiveGroupSettings": null
176      }
177    },
178    "ArchiveOutputSettings": {
179      "base": "Archive Output Settings",
180      "refs": {
181        "OutputSettings$ArchiveOutputSettings": null
182      }
183    },
184    "AribDestinationSettings": {
185      "base": "Arib Destination Settings",
186      "refs": {
187        "CaptionDestinationSettings$AribDestinationSettings": null
188      }
189    },
190    "AribSourceSettings": {
191      "base": "Arib Source Settings",
192      "refs": {
193        "CaptionSelectorSettings$AribSourceSettings": null
194      }
195    },
196    "AudioChannelMapping": {
197      "base": "Audio Channel Mapping",
198      "refs": {
199        "__listOfAudioChannelMapping$member": null
200      }
201    },
202    "AudioCodecSettings": {
203      "base": "Audio Codec Settings",
204      "refs": {
205        "AudioDescription$CodecSettings": "Audio codec settings."
206      }
207    },
208    "AudioDescription": {
209      "base": "Audio Description",
210      "refs": {
211        "__listOfAudioDescription$member": null
212      }
213    },
214    "AudioDescriptionAudioTypeControl": {
215      "base": "Audio Description Audio Type Control",
216      "refs": {
217        "AudioDescription$AudioTypeControl": "Determines how audio type is determined.\n  followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output.\n  useConfigured: The value in Audio Type is included in the output.\nNote that this field and audioType are both ignored if inputType is broadcasterMixedAd."
218      }
219    },
220    "AudioDescriptionLanguageCodeControl": {
221      "base": "Audio Description Language Code Control",
222      "refs": {
223        "AudioDescription$LanguageCodeControl": "Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input."
224      }
225    },
226    "AudioLanguageSelection": {
227      "base": "Audio Language Selection",
228      "refs": {
229        "AudioSelectorSettings$AudioLanguageSelection": null
230      }
231    },
232    "AudioLanguageSelectionPolicy": {
233      "base": "Audio Language Selection Policy",
234      "refs": {
235        "AudioLanguageSelection$LanguageSelectionPolicy": "When set to \"strict\", the transport stream demux strictly identifies audio streams by their language descriptor. If a PMT update occurs such that an audio stream matching the initially selected language is no longer present then mute will be encoded until the language returns. If \"loose\", then on a PMT update the demux will choose another audio stream in the program with the same stream type if it can't find one with the same language."
236      }
237    },
238    "AudioNormalizationAlgorithm": {
239      "base": "Audio Normalization Algorithm",
240      "refs": {
241        "AudioNormalizationSettings$Algorithm": "Audio normalization algorithm to use. itu17701 conforms to the CALM Act specification, itu17702 conforms to the EBU R-128 specification."
242      }
243    },
244    "AudioNormalizationAlgorithmControl": {
245      "base": "Audio Normalization Algorithm Control",
246      "refs": {
247        "AudioNormalizationSettings$AlgorithmControl": "When set to correctAudio the output audio is corrected using the chosen algorithm. If set to measureOnly, the audio will be measured but not adjusted."
248      }
249    },
250    "AudioNormalizationSettings": {
251      "base": "Audio Normalization Settings",
252      "refs": {
253        "AudioDescription$AudioNormalizationSettings": "Advanced audio normalization settings."
254      }
255    },
256    "AudioOnlyHlsSegmentType": {
257      "base": "Audio Only Hls Segment Type",
258      "refs": {
259        "AudioOnlyHlsSettings$SegmentType": "Specifies the segment type."
260      }
261    },
262    "AudioOnlyHlsSettings": {
263      "base": "Audio Only Hls Settings",
264      "refs": {
265        "HlsSettings$AudioOnlyHlsSettings": null
266      }
267    },
268    "AudioOnlyHlsTrackType": {
269      "base": "Audio Only Hls Track Type",
270      "refs": {
271        "AudioOnlyHlsSettings$AudioTrackType": "Four types of audio-only tracks are supported:\n\nAudio-Only Variant Stream\nThe client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest.\n\nAlternate Audio, Auto Select, Default\nAlternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES\n\nAlternate Audio, Auto Select, Not Default\nAlternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES\n\nAlternate Audio, not Auto Select\nAlternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO"
272      }
273    },
274    "AudioPidSelection": {
275      "base": "Audio Pid Selection",
276      "refs": {
277        "AudioSelectorSettings$AudioPidSelection": null
278      }
279    },
280    "AudioSelector": {
281      "base": "Audio Selector",
282      "refs": {
283        "__listOfAudioSelector$member": null
284      }
285    },
286    "AudioSelectorSettings": {
287      "base": "Audio Selector Settings",
288      "refs": {
289        "AudioSelector$SelectorSettings": "The audio selector settings."
290      }
291    },
292    "AudioSilenceFailoverSettings": {
293      "base": null,
294      "refs": {
295        "FailoverConditionSettings$AudioSilenceSettings": "MediaLive will perform a failover if the specified audio selector is silent for the specified period."
296      }
297    },
298    "AudioTrack": {
299      "base": "Audio Track",
300      "refs": {
301        "__listOfAudioTrack$member": null
302      }
303    },
304    "AudioTrackSelection": {
305      "base": "Audio Track Selection",
306      "refs": {
307        "AudioSelectorSettings$AudioTrackSelection": null
308      }
309    },
310    "AudioType": {
311      "base": "Audio Type",
312      "refs": {
313        "AudioDescription$AudioType": "Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1."
314      }
315    },
316    "AuthenticationScheme": {
317      "base": "Authentication Scheme",
318      "refs": {
319        "RtmpGroupSettings$AuthenticationScheme": "Authentication scheme to use when connecting with CDN"
320      }
321    },
322    "AutomaticInputFailoverSettings": {
323      "base": "The settings for Automatic Input Failover.",
324      "refs": {
325        "InputAttachment$AutomaticInputFailoverSettings": "User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input."
326      }
327    },
328    "AvailBlanking": {
329      "base": "Avail Blanking",
330      "refs": {
331        "EncoderSettings$AvailBlanking": "Settings for ad avail blanking."
332      }
333    },
334    "AvailBlankingState": {
335      "base": "Avail Blanking State",
336      "refs": {
337        "AvailBlanking$State": "When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added."
338      }
339    },
340    "AvailConfiguration": {
341      "base": "Avail Configuration",
342      "refs": {
343        "EncoderSettings$AvailConfiguration": "Event-wide configuration settings for ad avail insertion."
344      }
345    },
346    "AvailSettings": {
347      "base": "Avail Settings",
348      "refs": {
349        "AvailConfiguration$AvailSettings": "Ad avail settings."
350      }
351    },
352    "BadGatewayException": {
353      "base": null,
354      "refs": {
355      }
356    },
357    "BadRequestException": {
358      "base": null,
359      "refs": {
360      }
361    },
362    "BatchDelete": {
363      "base": "Batch delete resource request",
364      "refs": {
365      }
366    },
367    "BatchDeleteResultModel": {
368      "base": "Batch delete resource results",
369      "refs": {
370      }
371    },
372    "BatchFailedResultModel": {
373      "base": "Details from a failed operation",
374      "refs": {
375        "__listOfBatchFailedResultModel$member": null
376      }
377    },
378    "BatchScheduleActionCreateRequest": {
379      "base": "A list of schedule actions to create (in a request) or that have been created (in a response).",
380      "refs": {
381        "BatchUpdateScheduleRequest$Creates": "Schedule actions to create in the schedule."
382      }
383    },
384    "BatchScheduleActionCreateResult": {
385      "base": "List of actions that have been created in the schedule.",
386      "refs": {
387        "BatchUpdateScheduleResult$Creates": "Schedule actions created in the schedule."
388      }
389    },
390    "BatchScheduleActionDeleteRequest": {
391      "base": "A list of schedule actions to delete.",
392      "refs": {
393        "BatchUpdateScheduleRequest$Deletes": "Schedule actions to delete from the schedule."
394      }
395    },
396    "BatchScheduleActionDeleteResult": {
397      "base": "List of actions that have been deleted from the schedule.",
398      "refs": {
399        "BatchUpdateScheduleResult$Deletes": "Schedule actions deleted from the schedule."
400      }
401    },
402    "BatchStart": {
403      "base": "Batch start resource request",
404      "refs": {
405      }
406    },
407    "BatchStartResultModel": {
408      "base": "Batch start resource results",
409      "refs": {
410      }
411    },
412    "BatchStop": {
413      "base": "Batch stop resource request",
414      "refs": {
415      }
416    },
417    "BatchStopResultModel": {
418      "base": "Batch stop resource results",
419      "refs": {
420      }
421    },
422    "BatchSuccessfulResultModel": {
423      "base": "Details from a successful operation",
424      "refs": {
425        "__listOfBatchSuccessfulResultModel$member": null
426      }
427    },
428    "BatchUpdateScheduleRequest": {
429      "base": "A request to create actions (add actions to the schedule), delete actions (remove actions from the schedule), or both create and delete actions.",
430      "refs": {
431      }
432    },
433    "BatchUpdateScheduleResult": {
434      "base": "Results of a batch schedule update.",
435      "refs": {
436      }
437    },
438    "BlackoutSlate": {
439      "base": "Blackout Slate",
440      "refs": {
441        "EncoderSettings$BlackoutSlate": "Settings for blackout slate."
442      }
443    },
444    "BlackoutSlateNetworkEndBlackout": {
445      "base": "Blackout Slate Network End Blackout",
446      "refs": {
447        "BlackoutSlate$NetworkEndBlackout": "Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the \"Network Blackout Image\" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in \"Network ID\"."
448      }
449    },
450    "BlackoutSlateState": {
451      "base": "Blackout Slate State",
452      "refs": {
453        "BlackoutSlate$State": "When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata."
454      }
455    },
456    "BurnInAlignment": {
457      "base": "Burn In Alignment",
458      "refs": {
459        "BurnInDestinationSettings$Alignment": "If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting \"smart\" justification will left-justify live subtitles and center-justify pre-recorded subtitles.  All burn-in and DVB-Sub font settings must match."
460      }
461    },
462    "BurnInBackgroundColor": {
463      "base": "Burn In Background Color",
464      "refs": {
465        "BurnInDestinationSettings$BackgroundColor": "Specifies the color of the rectangle behind the captions.  All burn-in and DVB-Sub font settings must match."
466      }
467    },
468    "BurnInDestinationSettings": {
469      "base": "Burn In Destination Settings",
470      "refs": {
471        "CaptionDestinationSettings$BurnInDestinationSettings": null
472      }
473    },
474    "BurnInFontColor": {
475      "base": "Burn In Font Color",
476      "refs": {
477        "BurnInDestinationSettings$FontColor": "Specifies the color of the burned-in captions.  This option is not valid for source captions that are STL, 608/embedded or teletext.  These source settings are already pre-defined by the caption stream.  All burn-in and DVB-Sub font settings must match."
478      }
479    },
480    "BurnInOutlineColor": {
481      "base": "Burn In Outline Color",
482      "refs": {
483        "BurnInDestinationSettings$OutlineColor": "Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match."
484      }
485    },
486    "BurnInShadowColor": {
487      "base": "Burn In Shadow Color",
488      "refs": {
489        "BurnInDestinationSettings$ShadowColor": "Specifies the color of the shadow cast by the captions.  All burn-in and DVB-Sub font settings must match."
490      }
491    },
492    "BurnInTeletextGridControl": {
493      "base": "Burn In Teletext Grid Control",
494      "refs": {
495        "BurnInDestinationSettings$TeletextGridControl": "Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs."
496      }
497    },
498    "CaptionDescription": {
499      "base": "Caption Description",
500      "refs": {
501        "__listOfCaptionDescription$member": null
502      }
503    },
504    "CaptionDestinationSettings": {
505      "base": "Caption Destination Settings",
506      "refs": {
507        "CaptionDescription$DestinationSettings": "Additional settings for captions destination that depend on the destination type."
508      }
509    },
510    "CaptionLanguageMapping": {
511      "base": "Maps a caption channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.",
512      "refs": {
513        "__listOfCaptionLanguageMapping$member": null
514      }
515    },
516    "CaptionSelector": {
517      "base": "Output groups for this Live Event. Output groups contain information about where streams should be distributed.",
518      "refs": {
519        "__listOfCaptionSelector$member": null
520      }
521    },
522    "CaptionSelectorSettings": {
523      "base": "Caption Selector Settings",
524      "refs": {
525        "CaptionSelector$SelectorSettings": "Caption selector settings."
526      }
527    },
528    "CdiInputResolution": {
529      "base": "Maximum CDI input resolution; SD is 480i and 576i up to 30 frames-per-second (fps), HD is 720p up to 60 fps / 1080i up to 30 fps, FHD is 1080p up to 60 fps, UHD is 2160p up to 60 fps\n",
530      "refs": {
531        "CdiInputSpecification$Resolution": "Maximum CDI input resolution"
532      }
533    },
534    "CdiInputSpecification": {
535      "base": null,
536      "refs": {
537        "Channel$CdiInputSpecification": "Specification of CDI inputs for this channel",
538        "ChannelSummary$CdiInputSpecification": "Specification of CDI inputs for this channel",
539        "CreateChannel$CdiInputSpecification": "Specification of CDI inputs for this channel",
540        "UpdateChannel$CdiInputSpecification": "Specification of CDI inputs for this channel"
541      }
542    },
543    "Channel": {
544      "base": null,
545      "refs": {
546        "CreateChannelResultModel$Channel": null,
547        "UpdateChannelResultModel$Channel": null
548      }
549    },
550    "ChannelClass": {
551      "base": "A standard channel has two encoding pipelines and a single pipeline channel only has one.",
552      "refs": {
553        "Channel$ChannelClass": "The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.",
554        "ChannelSummary$ChannelClass": "The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.",
555        "CreateChannel$ChannelClass": "The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.",
556        "ReservationResourceSpecification$ChannelClass": "Channel class, e.g. 'STANDARD'",
557        "UpdateChannelClass$ChannelClass": "The channel class that you wish to update this channel to use."
558      }
559    },
560    "ChannelConfigurationValidationError": {
561      "base": null,
562      "refs": {
563      }
564    },
565    "ChannelEgressEndpoint": {
566      "base": null,
567      "refs": {
568        "__listOfChannelEgressEndpoint$member": null
569      }
570    },
571    "ChannelState": {
572      "base": null,
573      "refs": {
574        "Channel$State": null,
575        "ChannelSummary$State": null
576      }
577    },
578    "ChannelSummary": {
579      "base": null,
580      "refs": {
581        "__listOfChannelSummary$member": null
582      }
583    },
584    "ColorSpacePassthroughSettings": {
585      "base": "Passthrough applies no color space conversion to the output",
586      "refs": {
587        "H264ColorSpaceSettings$ColorSpacePassthroughSettings": null,
588        "H265ColorSpaceSettings$ColorSpacePassthroughSettings": null
589      }
590    },
591    "ConflictException": {
592      "base": null,
593      "refs": {
594      }
595    },
596    "CreateChannel": {
597      "base": null,
598      "refs": {
599      }
600    },
601    "CreateChannelResultModel": {
602      "base": null,
603      "refs": {
604      }
605    },
606    "CreateInput": {
607      "base": null,
608      "refs": {
609      }
610    },
611    "CreateInputResultModel": {
612      "base": null,
613      "refs": {
614      }
615    },
616    "CreateInputSecurityGroupResultModel": {
617      "base": null,
618      "refs": {
619      }
620    },
621    "CreateMultiplex": {
622      "base": null,
623      "refs": {
624      }
625    },
626    "CreateMultiplexProgram": {
627      "base": null,
628      "refs": {
629      }
630    },
631    "CreateMultiplexProgramResultModel": {
632      "base": null,
633      "refs": {
634      }
635    },
636    "CreateMultiplexResultModel": {
637      "base": null,
638      "refs": {
639      }
640    },
641    "CreatePartnerInput": {
642      "base": null,
643      "refs": {
644      }
645    },
646    "CreatePartnerInputResultModel": {
647      "base": null,
648      "refs": {
649      }
650    },
651    "DeviceSettingsSyncState": {
652      "base": "The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.",
653      "refs": {
654        "InputDevice$DeviceSettingsSyncState": "The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.",
655        "InputDeviceSummary$DeviceSettingsSyncState": "The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration."
656      }
657    },
658    "DeviceUpdateStatus": {
659      "base": "The status of software on the input device.",
660      "refs": {
661        "InputDevice$DeviceUpdateStatus": "The status of software on the input device.",
662        "InputDeviceSummary$DeviceUpdateStatus": "The status of software on the input device."
663      }
664    },
665    "DvbNitSettings": {
666      "base": "DVB Network Information Table (NIT)",
667      "refs": {
668        "M2tsSettings$DvbNitSettings": "Inserts DVB Network Information Table (NIT) at the specified table repetition interval."
669      }
670    },
671    "DvbSdtOutputSdt": {
672      "base": "Dvb Sdt Output Sdt",
673      "refs": {
674        "DvbSdtSettings$OutputSdt": "Selects method of inserting SDT information into output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. The sdtManual setting means user will enter the SDT information. The sdtNone setting means output stream will not contain SDT information."
675      }
676    },
677    "DvbSdtSettings": {
678      "base": "DVB Service Description Table (SDT)",
679      "refs": {
680        "M2tsSettings$DvbSdtSettings": "Inserts DVB Service Description Table (SDT) at the specified table repetition interval."
681      }
682    },
683    "DvbSubDestinationAlignment": {
684      "base": "Dvb Sub Destination Alignment",
685      "refs": {
686        "DvbSubDestinationSettings$Alignment": "If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting \"smart\" justification will left-justify live subtitles and center-justify pre-recorded subtitles.  This option is not valid for source captions that are STL or 608/embedded.  These source settings are already pre-defined by the caption stream.  All burn-in and DVB-Sub font settings must match."
687      }
688    },
689    "DvbSubDestinationBackgroundColor": {
690      "base": "Dvb Sub Destination Background Color",
691      "refs": {
692        "DvbSubDestinationSettings$BackgroundColor": "Specifies the color of the rectangle behind the captions.  All burn-in and DVB-Sub font settings must match."
693      }
694    },
695    "DvbSubDestinationFontColor": {
696      "base": "Dvb Sub Destination Font Color",
697      "refs": {
698        "DvbSubDestinationSettings$FontColor": "Specifies the color of the burned-in captions.  This option is not valid for source captions that are STL, 608/embedded or teletext.  These source settings are already pre-defined by the caption stream.  All burn-in and DVB-Sub font settings must match."
699      }
700    },
701    "DvbSubDestinationOutlineColor": {
702      "base": "Dvb Sub Destination Outline Color",
703      "refs": {
704        "DvbSubDestinationSettings$OutlineColor": "Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match."
705      }
706    },
707    "DvbSubDestinationSettings": {
708      "base": "Dvb Sub Destination Settings",
709      "refs": {
710        "CaptionDestinationSettings$DvbSubDestinationSettings": null
711      }
712    },
713    "DvbSubDestinationShadowColor": {
714      "base": "Dvb Sub Destination Shadow Color",
715      "refs": {
716        "DvbSubDestinationSettings$ShadowColor": "Specifies the color of the shadow cast by the captions.  All burn-in and DVB-Sub font settings must match."
717      }
718    },
719    "DvbSubDestinationTeletextGridControl": {
720      "base": "Dvb Sub Destination Teletext Grid Control",
721      "refs": {
722        "DvbSubDestinationSettings$TeletextGridControl": "Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs."
723      }
724    },
725    "DvbSubSourceSettings": {
726      "base": "Dvb Sub Source Settings",
727      "refs": {
728        "CaptionSelectorSettings$DvbSubSourceSettings": null
729      }
730    },
731    "DvbTdtSettings": {
732      "base": "DVB Time and Date Table (SDT)",
733      "refs": {
734        "M2tsSettings$DvbTdtSettings": "Inserts DVB Time and Date Table (TDT) at the specified table repetition interval."
735      }
736    },
737    "Eac3AttenuationControl": {
738      "base": "Eac3 Attenuation Control",
739      "refs": {
740        "Eac3Settings$AttenuationControl": "When set to attenuate3Db, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode."
741      }
742    },
743    "Eac3BitstreamMode": {
744      "base": "Eac3 Bitstream Mode",
745      "refs": {
746        "Eac3Settings$BitstreamMode": "Specifies the bitstream mode (bsmod) for the emitted E-AC-3 stream. See ATSC A/52-2012 (Annex E) for background on these values."
747      }
748    },
749    "Eac3CodingMode": {
750      "base": "Eac3 Coding Mode",
751      "refs": {
752        "Eac3Settings$CodingMode": "Dolby Digital Plus coding mode. Determines number of channels."
753      }
754    },
755    "Eac3DcFilter": {
756      "base": "Eac3 Dc Filter",
757      "refs": {
758        "Eac3Settings$DcFilter": "When set to enabled, activates a DC highpass filter for all input channels."
759      }
760    },
761    "Eac3DrcLine": {
762      "base": "Eac3 Drc Line",
763      "refs": {
764        "Eac3Settings$DrcLine": "Sets the Dolby dynamic range compression profile."
765      }
766    },
767    "Eac3DrcRf": {
768      "base": "Eac3 Drc Rf",
769      "refs": {
770        "Eac3Settings$DrcRf": "Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels."
771      }
772    },
773    "Eac3LfeControl": {
774      "base": "Eac3 Lfe Control",
775      "refs": {
776        "Eac3Settings$LfeControl": "When encoding 3/2 audio, setting to lfe enables the LFE channel"
777      }
778    },
779    "Eac3LfeFilter": {
780      "base": "Eac3 Lfe Filter",
781      "refs": {
782        "Eac3Settings$LfeFilter": "When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with codingMode32 coding mode."
783      }
784    },
785    "Eac3MetadataControl": {
786      "base": "Eac3 Metadata Control",
787      "refs": {
788        "Eac3Settings$MetadataControl": "When set to followInput, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used."
789      }
790    },
791    "Eac3PassthroughControl": {
792      "base": "Eac3 Passthrough Control",
793      "refs": {
794        "Eac3Settings$PassthroughControl": "When set to whenPossible, input DD+ audio will be passed through if it is present on the input. This detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding."
795      }
796    },
797    "Eac3PhaseControl": {
798      "base": "Eac3 Phase Control",
799      "refs": {
800        "Eac3Settings$PhaseControl": "When set to shift90Degrees, applies a 90-degree phase shift to the surround channels. Only used for 3/2 coding mode."
801      }
802    },
803    "Eac3Settings": {
804      "base": "Eac3 Settings",
805      "refs": {
806        "AudioCodecSettings$Eac3Settings": null
807      }
808    },
809    "Eac3StereoDownmix": {
810      "base": "Eac3 Stereo Downmix",
811      "refs": {
812        "Eac3Settings$StereoDownmix": "Stereo downmix preference. Only used for 3/2 coding mode."
813      }
814    },
815    "Eac3SurroundExMode": {
816      "base": "Eac3 Surround Ex Mode",
817      "refs": {
818        "Eac3Settings$SurroundExMode": "When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels."
819      }
820    },
821    "Eac3SurroundMode": {
822      "base": "Eac3 Surround Mode",
823      "refs": {
824        "Eac3Settings$SurroundMode": "When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels."
825      }
826    },
827    "EbuTtDDestinationSettings": {
828      "base": "Ebu Tt DDestination Settings",
829      "refs": {
830        "CaptionDestinationSettings$EbuTtDDestinationSettings": null
831      }
832    },
833    "EbuTtDDestinationStyleControl": {
834      "base": "Ebu Tt DDestination Style Control",
835      "refs": {
836        "EbuTtDDestinationSettings$StyleControl": "Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions.\n\n- include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext.\n- exclude: In the font data attached to the EBU-TT captions, set the font family to \"monospaced\". Do not include any other style information."
837      }
838    },
839    "EbuTtDFillLineGapControl": {
840      "base": "Ebu Tt DFill Line Gap Control",
841      "refs": {
842        "EbuTtDDestinationSettings$FillLineGap": "Specifies how to handle the gap between the lines (in multi-line captions).\n\n- enabled: Fill with the captions background color (as specified in the input captions).\n- disabled: Leave the gap unfilled."
843      }
844    },
845    "EmbeddedConvert608To708": {
846      "base": "Embedded Convert608 To708",
847      "refs": {
848        "EmbeddedSourceSettings$Convert608To708": "If upconvert, 608 data is both passed through via the \"608 compatibility bytes\" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded."
849      }
850    },
851    "EmbeddedDestinationSettings": {
852      "base": "Embedded Destination Settings",
853      "refs": {
854        "CaptionDestinationSettings$EmbeddedDestinationSettings": null
855      }
856    },
857    "EmbeddedPlusScte20DestinationSettings": {
858      "base": "Embedded Plus Scte20 Destination Settings",
859      "refs": {
860        "CaptionDestinationSettings$EmbeddedPlusScte20DestinationSettings": null
861      }
862    },
863    "EmbeddedScte20Detection": {
864      "base": "Embedded Scte20 Detection",
865      "refs": {
866        "EmbeddedSourceSettings$Scte20Detection": "Set to \"auto\" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions."
867      }
868    },
869    "EmbeddedSourceSettings": {
870      "base": "Embedded Source Settings",
871      "refs": {
872        "CaptionSelectorSettings$EmbeddedSourceSettings": null
873      }
874    },
875    "Empty": {
876      "base": null,
877      "refs": {
878      }
879    },
880    "EncoderSettings": {
881      "base": "Encoder Settings",
882      "refs": {
883        "Channel$EncoderSettings": null,
884        "CreateChannel$EncoderSettings": null,
885        "UpdateChannel$EncoderSettings": "The encoder settings for this channel."
886      }
887    },
888    "FailoverCondition": {
889      "base": "Failover Condition settings. There can be multiple failover conditions inside AutomaticInputFailoverSettings.",
890      "refs": {
891        "__listOfFailoverCondition$member": null
892      }
893    },
894    "FailoverConditionSettings": {
895      "base": "Settings for one failover condition.",
896      "refs": {
897        "FailoverCondition$FailoverConditionSettings": "Failover condition type-specific settings."
898      }
899    },
900    "FeatureActivations": {
901      "base": "Feature Activations",
902      "refs": {
903        "EncoderSettings$FeatureActivations": "Feature Activations"
904      }
905    },
906    "FeatureActivationsInputPrepareScheduleActions": {
907      "base": "Feature Activations Input Prepare Schedule Actions",
908      "refs": {
909        "FeatureActivations$InputPrepareScheduleActions": "Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled.\nIf you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule."
910      }
911    },
912    "FecOutputIncludeFec": {
913      "base": "Fec Output Include Fec",
914      "refs": {
915        "FecOutputSettings$IncludeFec": "Enables column only or column and row based FEC"
916      }
917    },
918    "FecOutputSettings": {
919      "base": "Fec Output Settings",
920      "refs": {
921        "UdpOutputSettings$FecOutputSettings": "Settings for enabling and adjusting Forward Error Correction on UDP outputs."
922      }
923    },
924    "FixedAfd": {
925      "base": "Fixed Afd",
926      "refs": {
927        "H264Settings$FixedAfd": "Four bit AFD value to write on all frames of video in the output stream. Only valid when afdSignaling is set to 'Fixed'.",
928        "H265Settings$FixedAfd": "Four bit AFD value to write on all frames of video in the output stream. Only valid when afdSignaling is set to 'Fixed'.",
929        "Mpeg2Settings$FixedAfd": "Complete this field only when afdSignaling is set to FIXED. Enter the AFD value (4 bits) to write on all frames of the video encode."
930      }
931    },
932    "FixedModeScheduleActionStartSettings": {
933      "base": "Start time for the action.",
934      "refs": {
935        "ScheduleActionStartSettings$FixedModeScheduleActionStartSettings": "Option for specifying the start time for an action."
936      }
937    },
938    "Fmp4HlsSettings": {
939      "base": "Fmp4 Hls Settings",
940      "refs": {
941        "HlsSettings$Fmp4HlsSettings": null
942      }
943    },
944    "Fmp4NielsenId3Behavior": {
945      "base": "Fmp4 Nielsen Id3 Behavior",
946      "refs": {
947        "Fmp4HlsSettings$NielsenId3Behavior": "If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output."
948      }
949    },
950    "Fmp4TimedMetadataBehavior": {
951      "base": "Fmp4 Timed Metadata Behavior",
952      "refs": {
953        "Fmp4HlsSettings$TimedMetadataBehavior": "When set to passthrough, timed metadata is passed through from input to output."
954      }
955    },
956    "FollowModeScheduleActionStartSettings": {
957      "base": "Settings to specify if an action follows another.",
958      "refs": {
959        "ScheduleActionStartSettings$FollowModeScheduleActionStartSettings": "Option for specifying an action as relative to another action."
960      }
961    },
962    "FollowPoint": {
963      "base": "Follow reference point.",
964      "refs": {
965        "FollowModeScheduleActionStartSettings$FollowPoint": "Identifies whether this action starts relative to the start or relative to the end of the reference action."
966      }
967    },
968    "ForbiddenException": {
969      "base": null,
970      "refs": {
971      }
972    },
973    "FrameCaptureGroupSettings": {
974      "base": "Frame Capture Group Settings",
975      "refs": {
976        "OutputGroupSettings$FrameCaptureGroupSettings": null
977      }
978    },
979    "FrameCaptureHlsSettings": {
980      "base": "Frame Capture Hls Settings",
981      "refs": {
982        "HlsSettings$FrameCaptureHlsSettings": null
983      }
984    },
985    "FrameCaptureIntervalUnit": {
986      "base": "Frame Capture Interval Unit",
987      "refs": {
988        "FrameCaptureSettings$CaptureIntervalUnits": "Unit for the frame capture interval."
989      }
990    },
991    "FrameCaptureOutputSettings": {
992      "base": "Frame Capture Output Settings",
993      "refs": {
994        "OutputSettings$FrameCaptureOutputSettings": null
995      }
996    },
997    "FrameCaptureSettings": {
998      "base": "Frame Capture Settings",
999      "refs": {
1000        "VideoCodecSettings$FrameCaptureSettings": null
1001      }
1002    },
1003    "GatewayTimeoutException": {
1004      "base": null,
1005      "refs": {
1006      }
1007    },
1008    "GlobalConfiguration": {
1009      "base": "Global Configuration",
1010      "refs": {
1011        "EncoderSettings$GlobalConfiguration": "Configuration settings that apply to the event as a whole."
1012      }
1013    },
1014    "GlobalConfigurationInputEndAction": {
1015      "base": "Global Configuration Input End Action",
1016      "refs": {
1017        "GlobalConfiguration$InputEndAction": "Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input.  When \"none\" is configured the encoder will transcode either black, a solid color, or a user specified slate images per the \"Input Loss Behavior\" configuration until the next input switch occurs (which is controlled through the Channel Schedule API)."
1018      }
1019    },
1020    "GlobalConfigurationLowFramerateInputs": {
1021      "base": "Global Configuration Low Framerate Inputs",
1022      "refs": {
1023        "GlobalConfiguration$SupportLowFramerateInputs": "Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second."
1024      }
1025    },
1026    "GlobalConfigurationOutputLockingMode": {
1027      "base": "Global Configuration Output Locking Mode",
1028      "refs": {
1029        "GlobalConfiguration$OutputLockingMode": "Indicates how MediaLive pipelines are synchronized.\n\nPIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other.\nEPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch."
1030      }
1031    },
1032    "GlobalConfigurationOutputTimingSource": {
1033      "base": "Global Configuration Output Timing Source",
1034      "refs": {
1035        "GlobalConfiguration$OutputTimingSource": "Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream."
1036      }
1037    },
1038    "H264AdaptiveQuantization": {
1039      "base": "H264 Adaptive Quantization",
1040      "refs": {
1041        "H264Settings$AdaptiveQuantization": "Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality."
1042      }
1043    },
1044    "H264ColorMetadata": {
1045      "base": "H264 Color Metadata",
1046      "refs": {
1047        "H264Settings$ColorMetadata": "Includes colorspace metadata in the output."
1048      }
1049    },
1050    "H264ColorSpaceSettings": {
1051      "base": "H264 Color Space Settings",
1052      "refs": {
1053        "H264Settings$ColorSpaceSettings": "Color Space settings"
1054      }
1055    },
1056    "H264EntropyEncoding": {
1057      "base": "H264 Entropy Encoding",
1058      "refs": {
1059        "H264Settings$EntropyEncoding": "Entropy encoding mode.  Use cabac (must be in Main or High profile) or cavlc."
1060      }
1061    },
1062    "H264FilterSettings": {
1063      "base": "H264 Filter Settings",
1064      "refs": {
1065        "H264Settings$FilterSettings": "Optional filters that you can apply to an encode."
1066      }
1067    },
1068    "H264FlickerAq": {
1069      "base": "H264 Flicker Aq",
1070      "refs": {
1071        "H264Settings$FlickerAq": "If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames."
1072      }
1073    },
1074    "H264ForceFieldPictures": {
1075      "base": "H264 Force Field Pictures",
1076      "refs": {
1077        "H264Settings$ForceFieldPictures": "This setting applies only when scan type is \"interlaced.\" It controls whether coding is performed on a field basis or on a frame basis. (When the video is progressive, the coding is always performed on a frame basis.)\nenabled: Force MediaLive to code on a field basis, so that odd and even sets of fields are coded separately.\ndisabled: Code the two sets of fields separately (on a field basis) or together (on a frame basis using PAFF), depending on what is most appropriate for the content."
1078      }
1079    },
1080    "H264FramerateControl": {
1081      "base": "H264 Framerate Control",
1082      "refs": {
1083        "H264Settings$FramerateControl": "This field indicates how the output video frame rate is specified.  If \"specified\" is selected then the output video frame rate is determined by framerateNumerator and framerateDenominator, else if \"initializeFromSource\" is selected then the output video frame rate will be set equal to the input video frame rate of the first input."
1084      }
1085    },
1086    "H264GopBReference": {
1087      "base": "H264 Gop BReference",
1088      "refs": {
1089        "H264Settings$GopBReference": "If enabled, use reference B frames for GOP structures that have B frames > 1."
1090      }
1091    },
1092    "H264GopSizeUnits": {
1093      "base": "H264 Gop Size Units",
1094      "refs": {
1095        "H264Settings$GopSizeUnits": "Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the gopSize into a frame count at run time."
1096      }
1097    },
1098    "H264Level": {
1099      "base": "H264 Level",
1100      "refs": {
1101        "H264Settings$Level": "H.264 Level."
1102      }
1103    },
1104    "H264LookAheadRateControl": {
1105      "base": "H264 Look Ahead Rate Control",
1106      "refs": {
1107        "H264Settings$LookAheadRateControl": "Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content."
1108      }
1109    },
1110    "H264ParControl": {
1111      "base": "H264 Par Control",
1112      "refs": {
1113        "H264Settings$ParControl": "This field indicates how the output pixel aspect ratio is specified.  If \"specified\" is selected then the output video pixel aspect ratio is determined by parNumerator and parDenominator, else if \"initializeFromSource\" is selected then the output pixsel aspect ratio will be set equal to the input video pixel aspect ratio of the first input."
1114      }
1115    },
1116    "H264Profile": {
1117      "base": "H264 Profile",
1118      "refs": {
1119        "H264Settings$Profile": "H.264 Profile."
1120      }
1121    },
1122    "H264QualityLevel": {
1123      "base": "H264 Quality Level",
1124      "refs": {
1125        "H264Settings$QualityLevel": "Leave as STANDARD_QUALITY or choose a different value (which might result in additional costs to run the channel).\n- ENHANCED_QUALITY: Produces a slightly better video quality without an increase in the bitrate. Has an effect only when the Rate control mode is QVBR or CBR. If this channel is in a MediaLive multiplex, the value must be ENHANCED_QUALITY.\n- STANDARD_QUALITY: Valid for any Rate control mode."
1126      }
1127    },
1128    "H264RateControlMode": {
1129      "base": "H264 Rate Control Mode",
1130      "refs": {
1131        "H264Settings$RateControlMode": "Rate control mode.\n\nQVBR: Quality will match the specified quality level except when it is constrained by the\nmaximum bitrate.  Recommended if you or your viewers pay for bandwidth.\n\nVBR: Quality and bitrate vary, depending on the video complexity. Recommended instead of QVBR\nif you want to maintain a specific average bitrate over the duration of the channel.\n\nCBR: Quality varies, depending on the video complexity. Recommended only if you distribute\nyour assets to devices that cannot handle variable bitrates.\n\nMultiplex: This rate control mode is only supported (and is required) when the video is being\ndelivered to a MediaLive Multiplex in which case the rate control configuration is controlled\nby the properties within the Multiplex Program."
1132      }
1133    },
1134    "H264ScanType": {
1135      "base": "H264 Scan Type",
1136      "refs": {
1137        "H264Settings$ScanType": "Sets the scan type of the output to progressive or top-field-first interlaced."
1138      }
1139    },
1140    "H264SceneChangeDetect": {
1141      "base": "H264 Scene Change Detect",
1142      "refs": {
1143        "H264Settings$SceneChangeDetect": "Scene change detection.\n\n- On: inserts I-frames when scene change is detected.\n- Off: does not force an I-frame when scene change is detected."
1144      }
1145    },
1146    "H264Settings": {
1147      "base": "H264 Settings",
1148      "refs": {
1149        "VideoCodecSettings$H264Settings": null
1150      }
1151    },
1152    "H264SpatialAq": {
1153      "base": "H264 Spatial Aq",
1154      "refs": {
1155        "H264Settings$SpatialAq": "If set to enabled, adjust quantization within each frame based on spatial variation of content complexity."
1156      }
1157    },
1158    "H264SubGopLength": {
1159      "base": "H264 Sub Gop Length",
1160      "refs": {
1161        "H264Settings$SubgopLength": "If set to fixed, use gopNumBFrames B-frames per sub-GOP. If set to dynamic, optimize the number of B-frames used for each sub-GOP to improve visual quality."
1162      }
1163    },
1164    "H264Syntax": {
1165      "base": "H264 Syntax",
1166      "refs": {
1167        "H264Settings$Syntax": "Produces a bitstream compliant with SMPTE RP-2027."
1168      }
1169    },
1170    "H264TemporalAq": {
1171      "base": "H264 Temporal Aq",
1172      "refs": {
1173        "H264Settings$TemporalAq": "If set to enabled, adjust quantization within each frame based on temporal variation of content complexity."
1174      }
1175    },
1176    "H264TimecodeInsertionBehavior": {
1177      "base": "H264 Timecode Insertion Behavior",
1178      "refs": {
1179        "H264Settings$TimecodeInsertion": "Determines how timecodes should be inserted into the video elementary stream.\n- 'disabled': Do not include timecodes\n- 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config"
1180      }
1181    },
1182    "H265AdaptiveQuantization": {
1183      "base": "H265 Adaptive Quantization",
1184      "refs": {
1185        "H265Settings$AdaptiveQuantization": "Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality."
1186      }
1187    },
1188    "H265AlternativeTransferFunction": {
1189      "base": "H265 Alternative Transfer Function",
1190      "refs": {
1191        "H265Settings$AlternativeTransferFunction": "Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility with non-HDR decoders and displays."
1192      }
1193    },
1194    "H265ColorMetadata": {
1195      "base": "H265 Color Metadata",
1196      "refs": {
1197        "H265Settings$ColorMetadata": "Includes colorspace metadata in the output."
1198      }
1199    },
1200    "H265ColorSpaceSettings": {
1201      "base": "H265 Color Space Settings",
1202      "refs": {
1203        "H265Settings$ColorSpaceSettings": "Color Space settings"
1204      }
1205    },
1206    "H265FilterSettings": {
1207      "base": "H265 Filter Settings",
1208      "refs": {
1209        "H265Settings$FilterSettings": "Optional filters that you can apply to an encode."
1210      }
1211    },
1212    "H265FlickerAq": {
1213      "base": "H265 Flicker Aq",
1214      "refs": {
1215        "H265Settings$FlickerAq": "If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames."
1216      }
1217    },
1218    "H265GopSizeUnits": {
1219      "base": "H265 Gop Size Units",
1220      "refs": {
1221        "H265Settings$GopSizeUnits": "Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the gopSize into a frame count at run time."
1222      }
1223    },
1224    "H265Level": {
1225      "base": "H265 Level",
1226      "refs": {
1227        "H265Settings$Level": "H.265 Level."
1228      }
1229    },
1230    "H265LookAheadRateControl": {
1231      "base": "H265 Look Ahead Rate Control",
1232      "refs": {
1233        "H265Settings$LookAheadRateControl": "Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content."
1234      }
1235    },
1236    "H265Profile": {
1237      "base": "H265 Profile",
1238      "refs": {
1239        "H265Settings$Profile": "H.265 Profile."
1240      }
1241    },
1242    "H265RateControlMode": {
1243      "base": "H265 Rate Control Mode",
1244      "refs": {
1245        "H265Settings$RateControlMode": "Rate control mode.\n\nQVBR: Quality will match the specified quality level except when it is constrained by the\nmaximum bitrate.  Recommended if you or your viewers pay for bandwidth.\n\nCBR: Quality varies, depending on the video complexity. Recommended only if you distribute\nyour assets to devices that cannot handle variable bitrates.\n\nMultiplex: This rate control mode is only supported (and is required) when the video is being\ndelivered to a MediaLive Multiplex in which case the rate control configuration is controlled\nby the properties within the Multiplex Program."
1246      }
1247    },
1248    "H265ScanType": {
1249      "base": "H265 Scan Type",
1250      "refs": {
1251        "H265Settings$ScanType": "Sets the scan type of the output to progressive or top-field-first interlaced."
1252      }
1253    },
1254    "H265SceneChangeDetect": {
1255      "base": "H265 Scene Change Detect",
1256      "refs": {
1257        "H265Settings$SceneChangeDetect": "Scene change detection."
1258      }
1259    },
1260    "H265Settings": {
1261      "base": "H265 Settings",
1262      "refs": {
1263        "VideoCodecSettings$H265Settings": null
1264      }
1265    },
1266    "H265Tier": {
1267      "base": "H265 Tier",
1268      "refs": {
1269        "H265Settings$Tier": "H.265 Tier."
1270      }
1271    },
1272    "H265TimecodeInsertionBehavior": {
1273      "base": "H265 Timecode Insertion Behavior",
1274      "refs": {
1275        "H265Settings$TimecodeInsertion": "Determines how timecodes should be inserted into the video elementary stream.\n- 'disabled': Do not include timecodes\n- 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config"
1276      }
1277    },
1278    "Hdr10Settings": {
1279      "base": "Hdr10 Settings",
1280      "refs": {
1281        "H265ColorSpaceSettings$Hdr10Settings": null
1282      }
1283    },
1284    "HlsAdMarkers": {
1285      "base": "Hls Ad Markers",
1286      "refs": {
1287        "__listOfHlsAdMarkers$member": null
1288      }
1289    },
1290    "HlsAkamaiHttpTransferMode": {
1291      "base": "Hls Akamai Http Transfer Mode",
1292      "refs": {
1293        "HlsAkamaiSettings$HttpTransferMode": "Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature."
1294      }
1295    },
1296    "HlsAkamaiSettings": {
1297      "base": "Hls Akamai Settings",
1298      "refs": {
1299        "HlsCdnSettings$HlsAkamaiSettings": null
1300      }
1301    },
1302    "HlsBasicPutSettings": {
1303      "base": "Hls Basic Put Settings",
1304      "refs": {
1305        "HlsCdnSettings$HlsBasicPutSettings": null
1306      }
1307    },
1308    "HlsCaptionLanguageSetting": {
1309      "base": "Hls Caption Language Setting",
1310      "refs": {
1311        "HlsGroupSettings$CaptionLanguageSetting": "Applies only to 608 Embedded output captions.\ninsert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the caption selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match up properly with the output captions.\nnone: Include CLOSED-CAPTIONS=NONE line in the manifest.\nomit: Omit any CLOSED-CAPTIONS line from the manifest."
1312      }
1313    },
1314    "HlsCdnSettings": {
1315      "base": "Hls Cdn Settings",
1316      "refs": {
1317        "HlsGroupSettings$HlsCdnSettings": "Parameters that control interactions with the CDN."
1318      }
1319    },
1320    "HlsClientCache": {
1321      "base": "Hls Client Cache",
1322      "refs": {
1323        "HlsGroupSettings$ClientCache": "When set to \"disabled\", sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving media segments for later replay."
1324      }
1325    },
1326    "HlsCodecSpecification": {
1327      "base": "Hls Codec Specification",
1328      "refs": {
1329        "HlsGroupSettings$CodecSpecification": "Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation."
1330      }
1331    },
1332    "HlsDirectoryStructure": {
1333      "base": "Hls Directory Structure",
1334      "refs": {
1335        "HlsGroupSettings$DirectoryStructure": "Place segments in subdirectories."
1336      }
1337    },
1338    "HlsDiscontinuityTags": {
1339      "base": "Hls Discontinuity Tags",
1340      "refs": {
1341        "HlsGroupSettings$DiscontinuityTags": "Specifies whether to insert EXT-X-DISCONTINUITY tags in the HLS child manifests for this output group.\nTypically, choose Insert because these tags are required in the manifest (according to the HLS specification) and serve an important purpose.\nChoose Never Insert only if the downstream system is doing real-time failover (without using the MediaLive automatic failover feature) and only if that downstream system has advised you to exclude the tags."
1342      }
1343    },
1344    "HlsEncryptionType": {
1345      "base": "Hls Encryption Type",
1346      "refs": {
1347        "HlsGroupSettings$EncryptionType": "Encrypts the segments with the given encryption scheme.  Exclude this parameter if no encryption is desired."
1348      }
1349    },
1350    "HlsGroupSettings": {
1351      "base": "Hls Group Settings",
1352      "refs": {
1353        "OutputGroupSettings$HlsGroupSettings": null
1354      }
1355    },
1356    "HlsH265PackagingType": {
1357      "base": "Hls H265 Packaging Type",
1358      "refs": {
1359        "HlsOutputSettings$H265PackagingType": "Only applicable when this output is referencing an H.265 video description.\nSpecifies whether MP4 segments should be packaged as HEV1 or HVC1."
1360      }
1361    },
1362    "HlsId3SegmentTaggingScheduleActionSettings": {
1363      "base": "Settings for the action to insert a user-defined ID3 tag in each HLS segment",
1364      "refs": {
1365        "ScheduleActionSettings$HlsId3SegmentTaggingSettings": "Action to insert HLS ID3 segment tagging"
1366      }
1367    },
1368    "HlsId3SegmentTaggingState": {
1369      "base": "State of HLS ID3 Segment Tagging",
1370      "refs": {
1371        "HlsGroupSettings$HlsId3SegmentTagging": "State of HLS ID3 Segment Tagging"
1372      }
1373    },
1374    "HlsIncompleteSegmentBehavior": {
1375      "base": "Hls Incomplete Segment Behavior",
1376      "refs": {
1377        "HlsGroupSettings$IncompleteSegmentBehavior": "Specifies whether to include the final (incomplete) segment in the media output when the pipeline stops producing output because of a channel stop, a channel pause or a loss of input to the pipeline.\nAuto means that MediaLive decides whether to include the final segment, depending on the channel class and the types of output groups.\nSuppress means to never include the incomplete segment. We recommend you choose Auto and let MediaLive control the behavior."
1378      }
1379    },
1380    "HlsInputSettings": {
1381      "base": "Hls Input Settings",
1382      "refs": {
1383        "NetworkInputSettings$HlsInputSettings": "Specifies HLS input settings when the uri is for a HLS manifest."
1384      }
1385    },
1386    "HlsIvInManifest": {
1387      "base": "Hls Iv In Manifest",
1388      "refs": {
1389        "HlsGroupSettings$IvInManifest": "For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If set to \"include\", IV is listed in the manifest, otherwise the IV is not in the manifest."
1390      }
1391    },
1392    "HlsIvSource": {
1393      "base": "Hls Iv Source",
1394      "refs": {
1395        "HlsGroupSettings$IvSource": "For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If this setting is \"followsSegmentNumber\", it will cause the IV to change every segment (to match the segment number). If this is set to \"explicit\", you must enter a constantIv value."
1396      }
1397    },
1398    "HlsManifestCompression": {
1399      "base": "Hls Manifest Compression",
1400      "refs": {
1401        "HlsGroupSettings$ManifestCompression": "When set to gzip, compresses HLS playlist."
1402      }
1403    },
1404    "HlsManifestDurationFormat": {
1405      "base": "Hls Manifest Duration Format",
1406      "refs": {
1407        "HlsGroupSettings$ManifestDurationFormat": "Indicates whether the output manifest should use floating point or integer values for segment duration."
1408      }
1409    },
1410    "HlsMediaStoreSettings": {
1411      "base": "Hls Media Store Settings",
1412      "refs": {
1413        "HlsCdnSettings$HlsMediaStoreSettings": null
1414      }
1415    },
1416    "HlsMediaStoreStorageClass": {
1417      "base": "Hls Media Store Storage Class",
1418      "refs": {
1419        "HlsMediaStoreSettings$MediaStoreStorageClass": "When set to temporal, output files are stored in non-persistent memory for faster reading and writing."
1420      }
1421    },
1422    "HlsMode": {
1423      "base": "Hls Mode",
1424      "refs": {
1425        "HlsGroupSettings$Mode": "If \"vod\", all segments are indexed and kept permanently in the destination and manifest. If \"live\", only the number segments specified in keepSegments and indexNSegments are kept; newer segments replace older segments, which may prevent players from rewinding all the way to the beginning of the event.\n\nVOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a \"VOD\" type manifest on completion of the stream."
1426      }
1427    },
1428    "HlsOutputSelection": {
1429      "base": "Hls Output Selection",
1430      "refs": {
1431        "HlsGroupSettings$OutputSelection": "MANIFESTS_AND_SEGMENTS: Generates manifests (master manifest, if applicable, and media manifests) for this output group.\n\nVARIANT_MANIFESTS_AND_SEGMENTS: Generates media manifests for this output group, but not a master manifest.\n\nSEGMENTS_ONLY: Does not generate any manifests for this output group."
1432      }
1433    },
1434    "HlsOutputSettings": {
1435      "base": "Hls Output Settings",
1436      "refs": {
1437        "OutputSettings$HlsOutputSettings": null
1438      }
1439    },
1440    "HlsProgramDateTime": {
1441      "base": "Hls Program Date Time",
1442      "refs": {
1443        "HlsGroupSettings$ProgramDateTime": "Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestampOffset."
1444      }
1445    },
1446    "HlsRedundantManifest": {
1447      "base": "Hls Redundant Manifest",
1448      "refs": {
1449        "HlsGroupSettings$RedundantManifest": "ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline. This feature allows playout device that support stale manifest detection to switch from one manifest to the other, when the current manifest seems to be stale. There are still two destinations and two master manifests, but both master manifests reference the media files from both pipelines.\n\nDISABLED: The master manifest (.m3u8 file) for each pipeline includes information about its own pipeline only.\n\nFor an HLS output group with MediaPackage as the destination, the DISABLED behavior is always followed. MediaPackage regenerates the manifests it serves to players so a redundant manifest from MediaLive is irrelevant."
1450      }
1451    },
1452    "HlsSegmentationMode": {
1453      "base": "Hls Segmentation Mode",
1454      "refs": {
1455        "HlsGroupSettings$SegmentationMode": "useInputSegmentation has been deprecated. The configured segment size is always used."
1456      }
1457    },
1458    "HlsSettings": {
1459      "base": "Hls Settings",
1460      "refs": {
1461        "HlsOutputSettings$HlsSettings": "Settings regarding the underlying stream. These settings are different for audio-only outputs."
1462      }
1463    },
1464    "HlsStreamInfResolution": {
1465      "base": "Hls Stream Inf Resolution",
1466      "refs": {
1467        "HlsGroupSettings$StreamInfResolution": "Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest."
1468      }
1469    },
1470    "HlsTimedMetadataId3Frame": {
1471      "base": "Hls Timed Metadata Id3 Frame",
1472      "refs": {
1473        "HlsGroupSettings$TimedMetadataId3Frame": "Indicates ID3 frame that has the timecode."
1474      }
1475    },
1476    "HlsTimedMetadataScheduleActionSettings": {
1477      "base": "Settings for the action to emit HLS metadata",
1478      "refs": {
1479        "ScheduleActionSettings$HlsTimedMetadataSettings": "Action to insert HLS metadata"
1480      }
1481    },
1482    "HlsTsFileMode": {
1483      "base": "Hls Ts File Mode",
1484      "refs": {
1485        "HlsGroupSettings$TsFileMode": "SEGMENTED_FILES: Emit the program as segments - multiple .ts media files.\n\nSINGLE_FILE: Applies only if Mode field is VOD. Emit the program as a single .ts media file. The media manifest includes #EXT-X-BYTERANGE tags to index segments for playback. A typical use for this value is when sending the output to AWS Elemental MediaConvert, which can accept only a single media file. Playback while the channel is running is not guaranteed due to HTTP server caching."
1486      }
1487    },
1488    "HlsWebdavHttpTransferMode": {
1489      "base": "Hls Webdav Http Transfer Mode",
1490      "refs": {
1491        "HlsWebdavSettings$HttpTransferMode": "Specify whether or not to use chunked transfer encoding to WebDAV."
1492      }
1493    },
1494    "HlsWebdavSettings": {
1495      "base": "Hls Webdav Settings",
1496      "refs": {
1497        "HlsCdnSettings$HlsWebdavSettings": null
1498      }
1499    },
1500    "IFrameOnlyPlaylistType": {
1501      "base": "When set to \"standard\", an I-Frame only playlist will be written out for each video output in the output group. This I-Frame only playlist will contain byte range offsets pointing to the I-frame(s) in each segment.",
1502      "refs": {
1503        "HlsGroupSettings$IFrameOnlyPlaylists": "DISABLED: Do not create an I-frame-only manifest, but do create the master and media manifests (according to the Output Selection field).\n\nSTANDARD: Create an I-frame-only manifest for each output that contains video, as well as the other manifests (according to the Output Selection field). The I-frame manifest contains a #EXT-X-I-FRAMES-ONLY tag to indicate it is I-frame only, and one or more #EXT-X-BYTERANGE entries identifying the I-frame position. For example, #EXT-X-BYTERANGE:160364@1461888\""
1504      }
1505    },
1506    "ImmediateModeScheduleActionStartSettings": {
1507      "base": "Settings to configure an action so that it occurs as soon as possible.",
1508      "refs": {
1509        "ScheduleActionStartSettings$ImmediateModeScheduleActionStartSettings": "Option for specifying an action that should be applied immediately."
1510      }
1511    },
1512    "Input": {
1513      "base": null,
1514      "refs": {
1515        "CreateInputResultModel$Input": null,
1516        "CreatePartnerInputResultModel$Input": null,
1517        "UpdateInputResultModel$Input": null,
1518        "__listOfInput$member": null
1519      }
1520    },
1521    "InputAttachment": {
1522      "base": null,
1523      "refs": {
1524        "__listOfInputAttachment$member": null
1525      }
1526    },
1527    "InputChannelLevel": {
1528      "base": "Input Channel Level",
1529      "refs": {
1530        "__listOfInputChannelLevel$member": null
1531      }
1532    },
1533    "InputClass": {
1534      "base": "A standard input has two sources and a single pipeline input only has one.",
1535      "refs": {
1536        "Input$InputClass": "STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails.\nSINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also  SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.\n"
1537      }
1538    },
1539    "InputClippingSettings": {
1540      "base": "Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.",
1541      "refs": {
1542        "InputPrepareScheduleActionSettings$InputClippingSettings": "Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.",
1543        "InputSwitchScheduleActionSettings$InputClippingSettings": "Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file."
1544      }
1545    },
1546    "InputCodec": {
1547      "base": "codec in increasing order of complexity",
1548      "refs": {
1549        "InputSpecification$Codec": "Input codec"
1550      }
1551    },
1552    "InputDeblockFilter": {
1553      "base": "Input Deblock Filter",
1554      "refs": {
1555        "InputSettings$DeblockFilter": "Enable or disable the deblock filter when filtering."
1556      }
1557    },
1558    "InputDenoiseFilter": {
1559      "base": "Input Denoise Filter",
1560      "refs": {
1561        "InputSettings$DenoiseFilter": "Enable or disable the denoise filter when filtering."
1562      }
1563    },
1564    "InputDestination": {
1565      "base": "The settings for a PUSH type input.",
1566      "refs": {
1567        "__listOfInputDestination$member": null
1568      }
1569    },
1570    "InputDestinationRequest": {
1571      "base": "Endpoint settings for a PUSH type input.",
1572      "refs": {
1573        "__listOfInputDestinationRequest$member": null
1574      }
1575    },
1576    "InputDestinationVpc": {
1577      "base": "The properties for a VPC type input destination.",
1578      "refs": {
1579        "InputDestination$Vpc": null
1580      }
1581    },
1582    "InputDevice": {
1583      "base": "An input device.",
1584      "refs": {
1585      }
1586    },
1587    "InputDeviceActiveInput": {
1588      "base": "The source at the input device that is currently active.",
1589      "refs": {
1590        "InputDeviceHdSettings$ActiveInput": "If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).",
1591        "InputDeviceUhdSettings$ActiveInput": "If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI)."
1592      }
1593    },
1594    "InputDeviceConfigurableSettings": {
1595      "base": "Configurable settings for the input device.",
1596      "refs": {
1597        "UpdateInputDevice$HdDeviceSettings": "The settings that you want to apply to the HD input device.",
1598        "UpdateInputDevice$UhdDeviceSettings": "The settings that you want to apply to the UHD input device."
1599      }
1600    },
1601    "InputDeviceConfigurationValidationError": {
1602      "base": null,
1603      "refs": {
1604      }
1605    },
1606    "InputDeviceConfiguredInput": {
1607      "base": "The source to activate (use) from the input device.",
1608      "refs": {
1609        "InputDeviceConfigurableSettings$ConfiguredInput": "The input source that you want to use. If the device has a source connected to only one of its input ports, or if you don't care which source the device sends, specify Auto. If the device has sources connected to both its input ports, and you want to use a specific source, specify the source.",
1610        "InputDeviceHdSettings$ConfiguredInput": "The source at the input device that is currently active. You can specify this source.",
1611        "InputDeviceUhdSettings$ConfiguredInput": "The source at the input device that is currently active. You can specify this source."
1612      }
1613    },
1614    "InputDeviceConnectionState": {
1615      "base": "The state of the connection between the input device and AWS.",
1616      "refs": {
1617        "InputDevice$ConnectionState": "The state of the connection between the input device and AWS.",
1618        "InputDeviceSummary$ConnectionState": "The state of the connection between the input device and AWS."
1619      }
1620    },
1621    "InputDeviceHdSettings": {
1622      "base": "Settings that describe the active source from the input device, and the video characteristics of that source.",
1623      "refs": {
1624        "InputDevice$HdDeviceSettings": "Settings that describe an input device that is type HD.",
1625        "InputDeviceSummary$HdDeviceSettings": "Settings that describe an input device that is type HD."
1626      }
1627    },
1628    "InputDeviceIpScheme": {
1629      "base": "Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.",
1630      "refs": {
1631        "InputDeviceNetworkSettings$IpScheme": "Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address."
1632      }
1633    },
1634    "InputDeviceNetworkSettings": {
1635      "base": "The network settings for the input device.",
1636      "refs": {
1637        "InputDevice$NetworkSettings": "The network settings for the input device.",
1638        "InputDeviceSummary$NetworkSettings": "Network settings for the input device."
1639      }
1640    },
1641    "InputDeviceRequest": {
1642      "base": "Settings for an input device.",
1643      "refs": {
1644        "__listOfInputDeviceRequest$member": null
1645      }
1646    },
1647    "InputDeviceScanType": {
1648      "base": "The scan type of the video source.",
1649      "refs": {
1650        "InputDeviceHdSettings$ScanType": "The scan type of the video source.",
1651        "InputDeviceUhdSettings$ScanType": "The scan type of the video source."
1652      }
1653    },
1654    "InputDeviceSettings": {
1655      "base": "Settings for an input device.",
1656      "refs": {
1657        "__listOfInputDeviceSettings$member": null
1658      }
1659    },
1660    "InputDeviceState": {
1661      "base": "The state of the input device.",
1662      "refs": {
1663        "InputDeviceHdSettings$DeviceState": "The state of the input device.",
1664        "InputDeviceUhdSettings$DeviceState": "The state of the input device."
1665      }
1666    },
1667    "InputDeviceSummary": {
1668      "base": "Details of the input device.",
1669      "refs": {
1670        "__listOfInputDeviceSummary$member": null
1671      }
1672    },
1673    "InputDeviceTransferType": {
1674      "base": "The type of device transfer. INCOMING for an input device that is being transferred to you, OUTGOING for an input device that you are transferring to another AWS account.",
1675      "refs": {
1676        "TransferringInputDeviceSummary$TransferType": "The type (direction) of the input device transfer."
1677      }
1678    },
1679    "InputDeviceType": {
1680      "base": "The type of the input device. For an AWS Elemental Link device that outputs resolutions up to 1080, choose \"HD\".",
1681      "refs": {
1682        "InputDevice$Type": "The type of the input device.",
1683        "InputDeviceSummary$Type": "The type of the input device."
1684      }
1685    },
1686    "InputDeviceUhdSettings": {
1687      "base": "Settings that describe the active source from the input device, and the video characteristics of that source.",
1688      "refs": {
1689        "InputDevice$UhdDeviceSettings": "Settings that describe an input device that is type UHD.",
1690        "InputDeviceSummary$UhdDeviceSettings": "Settings that describe an input device that is type UHD."
1691      }
1692    },
1693    "InputFilter": {
1694      "base": "Input Filter",
1695      "refs": {
1696        "InputSettings$InputFilter": "Turns on the filter for this input. MPEG-2 inputs have the deblocking filter enabled by default.\n1) auto - filtering will be applied depending on input type/quality\n2) disabled - no filtering will be applied to the input\n3) forced - filtering will be applied regardless of input type"
1697      }
1698    },
1699    "InputLocation": {
1700      "base": "Input Location",
1701      "refs": {
1702        "AudioOnlyHlsSettings$AudioOnlyImage": "Optional. Specifies the .jpg or .png image to use as the cover art for an audio-only output. We recommend a low bit-size file because the image increases the output audio bandwidth.\n\nThe image is attached to the audio as an ID3 tag, frame type APIC, picture type 0x10, as per the \"ID3 tag version 2.4.0 - Native Frames\" standard.",
1703        "AvailBlanking$AvailBlankingImage": "Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.",
1704        "BlackoutSlate$BlackoutSlateImage": "Blackout slate image to be used. Leave empty for solid black. Only bmp and png images are supported.",
1705        "BlackoutSlate$NetworkEndBlackoutImage": "Path to local file to use as Network End Blackout image. Image will be scaled to fill the entire output raster.",
1706        "BurnInDestinationSettings$Font": "External font file used for caption burn-in. File extension must be 'ttf' or 'tte'.  Although the user can select output fonts for many different types of input captions,  embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts.  All burn-in and DVB-Sub font settings must match.",
1707        "DvbSubDestinationSettings$Font": "External font file used for caption burn-in. File extension must be 'ttf' or 'tte'.  Although the user can select output fonts for many different types of input captions, embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts.  All burn-in and DVB-Sub font settings must match.",
1708        "InputLossBehavior$InputLossImageSlate": "When input loss image type is \"slate\" these fields specify the parameters for accessing the slate.",
1709        "StaticImageActivateScheduleActionSettings$Image": "The location and filename of the image file to overlay on the video. The file must be a 32-bit BMP, PNG, or TGA file, and must not be larger (in pixels) than the input video.",
1710        "StaticKeySettings$KeyProviderServer": "The URL of the license server used for protecting content."
1711      }
1712    },
1713    "InputLossActionForHlsOut": {
1714      "base": "Input Loss Action For Hls Out",
1715      "refs": {
1716        "HlsGroupSettings$InputLossAction": "Parameter that control output group behavior on input loss."
1717      }
1718    },
1719    "InputLossActionForMsSmoothOut": {
1720      "base": "Input Loss Action For Ms Smooth Out",
1721      "refs": {
1722        "MsSmoothGroupSettings$InputLossAction": "Parameter that control output group behavior on input loss."
1723      }
1724    },
1725    "InputLossActionForRtmpOut": {
1726      "base": "Input Loss Action For Rtmp Out",
1727      "refs": {
1728        "RtmpGroupSettings$InputLossAction": "Controls the behavior of this RTMP group if input becomes unavailable.\n\n- emitOutput: Emit a slate until input returns.\n- pauseOutput: Stop transmitting data until input returns. This does not close the underlying RTMP connection."
1729      }
1730    },
1731    "InputLossActionForUdpOut": {
1732      "base": "Input Loss Action For Udp Out",
1733      "refs": {
1734        "UdpGroupSettings$InputLossAction": "Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted.  When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement).  Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video."
1735      }
1736    },
1737    "InputLossBehavior": {
1738      "base": "Input Loss Behavior",
1739      "refs": {
1740        "GlobalConfiguration$InputLossBehavior": "Settings for system actions when input is lost."
1741      }
1742    },
1743    "InputLossFailoverSettings": {
1744      "base": "MediaLive will perform a failover if content is not detected in this input for the specified period.",
1745      "refs": {
1746        "FailoverConditionSettings$InputLossSettings": "MediaLive will perform a failover if content is not detected in this input for the specified period."
1747      }
1748    },
1749    "InputLossImageType": {
1750      "base": "Input Loss Image Type",
1751      "refs": {
1752        "InputLossBehavior$InputLossImageType": "Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec."
1753      }
1754    },
1755    "InputMaximumBitrate": {
1756      "base": "Maximum input bitrate in megabits per second. Bitrates up to 50 Mbps are supported currently.",
1757      "refs": {
1758        "InputSpecification$MaximumBitrate": "Maximum input bitrate, categorized coarsely"
1759      }
1760    },
1761    "InputPreference": {
1762      "base": "Input preference when deciding which input to make active when a previously failed input has recovered.\nIf \\\"EQUAL_INPUT_PREFERENCE\\\", then the active input will stay active as long as it is healthy.\nIf \\\"PRIMARY_INPUT_PREFERRED\\\", then always switch back to the primary input when it is healthy.\n",
1763      "refs": {
1764        "AutomaticInputFailoverSettings$InputPreference": "Input preference when deciding which input to make active when a previously failed input has recovered."
1765      }
1766    },
1767    "InputPrepareScheduleActionSettings": {
1768      "base": "Action to prepare an input for a future immediate input switch.",
1769      "refs": {
1770        "ScheduleActionSettings$InputPrepareSettings": "Action to prepare an input for a future immediate input switch"
1771      }
1772    },
1773    "InputResolution": {
1774      "base": "Input resolution based on lines of vertical resolution in the input; SD is less than 720 lines, HD is 720 to 1080 lines, UHD is greater than 1080 lines\n",
1775      "refs": {
1776        "InputSpecification$Resolution": "Input resolution, categorized coarsely"
1777      }
1778    },
1779    "InputSecurityGroup": {
1780      "base": "An Input Security Group",
1781      "refs": {
1782        "CreateInputSecurityGroupResultModel$SecurityGroup": null,
1783        "UpdateInputSecurityGroupResultModel$SecurityGroup": null,
1784        "__listOfInputSecurityGroup$member": null
1785      }
1786    },
1787    "InputSecurityGroupState": {
1788      "base": null,
1789      "refs": {
1790        "InputSecurityGroup$State": "The current state of the Input Security Group."
1791      }
1792    },
1793    "InputSecurityGroupWhitelistRequest": {
1794      "base": "Request of IPv4 CIDR addresses to whitelist in a security group.",
1795      "refs": {
1796      }
1797    },
1798    "InputSettings": {
1799      "base": "Live Event input parameters. There can be multiple inputs in a single Live Event.",
1800      "refs": {
1801        "InputAttachment$InputSettings": "Settings of an input (caption selector, etc.)"
1802      }
1803    },
1804    "InputSource": {
1805      "base": "The settings for a PULL type input.",
1806      "refs": {
1807        "__listOfInputSource$member": null
1808      }
1809    },
1810    "InputSourceEndBehavior": {
1811      "base": "Input Source End Behavior",
1812      "refs": {
1813        "InputSettings$SourceEndBehavior": "Loop input if it is a file. This allows a file input to be streamed indefinitely."
1814      }
1815    },
1816    "InputSourceRequest": {
1817      "base": "Settings for for a PULL type input.",
1818      "refs": {
1819        "__listOfInputSourceRequest$member": null
1820      }
1821    },
1822    "InputSourceType": {
1823      "base": "There are two types of input sources, static and dynamic. If an input source is dynamic you can\nchange the source url of the input dynamically using an input switch action. However, the only input type\nto support a dynamic url at this time is MP4_FILE. By default all input sources are static.\n",
1824      "refs": {
1825        "Input$InputSourceType": "Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes\nduring input switch actions. Presently, this functionality only works with MP4_FILE inputs.\n"
1826      }
1827    },
1828    "InputSpecification": {
1829      "base": null,
1830      "refs": {
1831        "Channel$InputSpecification": "Specification of network and file inputs for this channel",
1832        "ChannelSummary$InputSpecification": "Specification of network and file inputs for this channel",
1833        "CreateChannel$InputSpecification": "Specification of network and file inputs for this channel",
1834        "UpdateChannel$InputSpecification": "Specification of network and file inputs for this channel"
1835      }
1836    },
1837    "InputState": {
1838      "base": null,
1839      "refs": {
1840        "Input$State": null
1841      }
1842    },
1843    "InputSwitchScheduleActionSettings": {
1844      "base": "Settings for the \"switch input\" action: to switch from ingesting one input to ingesting another input.",
1845      "refs": {
1846        "ScheduleActionSettings$InputSwitchSettings": "Action to switch the input"
1847      }
1848    },
1849    "InputTimecodeSource": {
1850      "base": "To clip the file, you must specify the timecode for the start and end of the clip. <br>Specify EMBEDDED to use the timecode embedded in the source content. The embedded timecode must exist in the source content, otherwise MediaLive will output black frames until it reaches the end of the source. <br>Specify ZEROBASED to use a timecode that assumes that the first frame in the file has the timestamp 00:00:00.00. <br> There is no default for this field, you must specify a value.",
1851      "refs": {
1852        "InputClippingSettings$InputTimecodeSource": "The source of the timecodes in the source being clipped."
1853      }
1854    },
1855    "InputType": {
1856      "base": null,
1857      "refs": {
1858        "CreateInput$Type": null,
1859        "Input$Type": null
1860      }
1861    },
1862    "InputVpcRequest": {
1863      "base": "Settings for a private VPC Input.\nWhen this property is specified, the input destination addresses will be created in a VPC rather than with public Internet addresses.\nThis property requires setting the roleArn property on Input creation.\nNot compatible with the inputSecurityGroups property.\n",
1864      "refs": {
1865        "CreateInput$Vpc": null
1866      }
1867    },
1868    "InputWhitelistRule": {
1869      "base": "Whitelist rule",
1870      "refs": {
1871        "__listOfInputWhitelistRule$member": null
1872      }
1873    },
1874    "InputWhitelistRuleCidr": {
1875      "base": "An IPv4 CIDR to whitelist.",
1876      "refs": {
1877        "__listOfInputWhitelistRuleCidr$member": null
1878      }
1879    },
1880    "InternalServerErrorException": {
1881      "base": null,
1882      "refs": {
1883      }
1884    },
1885    "InternalServiceError": {
1886      "base": null,
1887      "refs": {
1888      }
1889    },
1890    "InvalidRequest": {
1891      "base": null,
1892      "refs": {
1893      }
1894    },
1895    "KeyProviderSettings": {
1896      "base": "Key Provider Settings",
1897      "refs": {
1898        "HlsGroupSettings$KeyProviderSettings": "The key provider settings."
1899      }
1900    },
1901    "LastFrameClippingBehavior": {
1902      "base": "If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.",
1903      "refs": {
1904        "StopTimecode$LastFrameClippingBehavior": "If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode."
1905      }
1906    },
1907    "LimitExceeded": {
1908      "base": null,
1909      "refs": {
1910      }
1911    },
1912    "ListChannelsResultModel": {
1913      "base": null,
1914      "refs": {
1915      }
1916    },
1917    "ListInputDeviceTransfersResultModel": {
1918      "base": "The list of input devices in the transferred state. The recipient hasn't yet accepted or rejected the transfer.",
1919      "refs": {
1920      }
1921    },
1922    "ListInputDevicesResultModel": {
1923      "base": "The list of input devices owned by the AWS account.",
1924      "refs": {
1925      }
1926    },
1927    "ListInputSecurityGroupsResultModel": {
1928      "base": "Result of input security group list request",
1929      "refs": {
1930      }
1931    },
1932    "ListInputsResultModel": {
1933      "base": null,
1934      "refs": {
1935      }
1936    },
1937    "ListMultiplexProgramsResultModel": {
1938      "base": null,
1939      "refs": {
1940      }
1941    },
1942    "ListMultiplexesResultModel": {
1943      "base": null,
1944      "refs": {
1945      }
1946    },
1947    "ListOfferingsResultModel": {
1948      "base": "ListOfferings response",
1949      "refs": {
1950      }
1951    },
1952    "ListReservationsResultModel": {
1953      "base": "ListReservations response",
1954      "refs": {
1955      }
1956    },
1957    "LogLevel": {
1958      "base": "The log level the user wants for their channel.",
1959      "refs": {
1960        "Channel$LogLevel": "The log level being written to CloudWatch Logs.",
1961        "ChannelSummary$LogLevel": "The log level being written to CloudWatch Logs.",
1962        "CreateChannel$LogLevel": "The log level to write to CloudWatch Logs.",
1963        "UpdateChannel$LogLevel": "The log level to write to CloudWatch Logs."
1964      }
1965    },
1966    "M2tsAbsentInputAudioBehavior": {
1967      "base": "M2ts Absent Input Audio Behavior",
1968      "refs": {
1969        "M2tsSettings$AbsentInputAudioBehavior": "When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream."
1970      }
1971    },
1972    "M2tsArib": {
1973      "base": "M2ts Arib",
1974      "refs": {
1975        "M2tsSettings$Arib": "When set to enabled, uses ARIB-compliant field muxing and removes video descriptor."
1976      }
1977    },
1978    "M2tsAribCaptionsPidControl": {
1979      "base": "M2ts Arib Captions Pid Control",
1980      "refs": {
1981        "M2tsSettings$AribCaptionsPidControl": "If set to auto, pid number used for ARIB Captions will be auto-selected from unused pids.  If set to useConfigured, ARIB Captions will be on the configured pid number."
1982      }
1983    },
1984    "M2tsAudioBufferModel": {
1985      "base": "M2ts Audio Buffer Model",
1986      "refs": {
1987        "M2tsSettings$AudioBufferModel": "When set to dvb, uses DVB buffer model for Dolby Digital audio.  When set to atsc, the ATSC model is used."
1988      }
1989    },
1990    "M2tsAudioInterval": {
1991      "base": "M2ts Audio Interval",
1992      "refs": {
1993        "M2tsSettings$EbpAudioInterval": "When videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. Only available when EBP Cablelabs segmentation markers are selected.  Partitions 1 and 2 will always follow the video interval."
1994      }
1995    },
1996    "M2tsAudioStreamType": {
1997      "base": "M2ts Audio Stream Type",
1998      "refs": {
1999        "M2tsSettings$AudioStreamType": "When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06."
2000      }
2001    },
2002    "M2tsBufferModel": {
2003      "base": "M2ts Buffer Model",
2004      "refs": {
2005        "M2tsSettings$BufferModel": "Controls the timing accuracy for output network traffic. Leave as MULTIPLEX to ensure accurate network packet timing. Or set to NONE, which might result in lower latency but will result in more variability in output network packet timing. This variability might cause interruptions, jitter, or bursty behavior in your playback or receiving devices."
2006      }
2007    },
2008    "M2tsCcDescriptor": {
2009      "base": "M2ts Cc Descriptor",
2010      "refs": {
2011        "M2tsSettings$CcDescriptor": "When set to enabled, generates captionServiceDescriptor in PMT."
2012      }
2013    },
2014    "M2tsEbifControl": {
2015      "base": "M2ts Ebif Control",
2016      "refs": {
2017        "M2tsSettings$Ebif": "If set to passthrough, passes any EBIF data from the input source to this output."
2018      }
2019    },
2020    "M2tsEbpPlacement": {
2021      "base": "M2ts Ebp Placement",
2022      "refs": {
2023        "M2tsSettings$EbpPlacement": "Controls placement of EBP on Audio PIDs. If set to videoAndAudioPids, EBP markers will be placed on the video PID and all audio PIDs.  If set to videoPid, EBP markers will be placed on only the video PID."
2024      }
2025    },
2026    "M2tsEsRateInPes": {
2027      "base": "M2ts Es Rate In Pes",
2028      "refs": {
2029        "M2tsSettings$EsRateInPes": "Include or exclude the ES Rate field in the PES header."
2030      }
2031    },
2032    "M2tsKlv": {
2033      "base": "M2ts Klv",
2034      "refs": {
2035        "M2tsSettings$Klv": "If set to passthrough, passes any KLV data from the input source to this output."
2036      }
2037    },
2038    "M2tsNielsenId3Behavior": {
2039      "base": "M2ts Nielsen Id3 Behavior",
2040      "refs": {
2041        "M2tsSettings$NielsenId3Behavior": "If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output."
2042      }
2043    },
2044    "M2tsPcrControl": {
2045      "base": "M2ts Pcr Control",
2046      "refs": {
2047        "M2tsSettings$PcrControl": "When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream."
2048      }
2049    },
2050    "M2tsRateMode": {
2051      "base": "M2ts Rate Mode",
2052      "refs": {
2053        "M2tsSettings$RateMode": "When vbr, does not insert null packets into transport stream to fill specified bitrate. The bitrate setting acts as the maximum bitrate when vbr is set."
2054      }
2055    },
2056    "M2tsScte35Control": {
2057      "base": "M2ts Scte35 Control",
2058      "refs": {
2059        "M2tsSettings$Scte35Control": "Optionally pass SCTE-35 signals from the input source to this output."
2060      }
2061    },
2062    "M2tsSegmentationMarkers": {
2063      "base": "M2ts Segmentation Markers",
2064      "refs": {
2065        "M2tsSettings$SegmentationMarkers": "Inserts segmentation markers at each segmentationTime period. raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format."
2066      }
2067    },
2068    "M2tsSegmentationStyle": {
2069      "base": "M2ts Segmentation Style",
2070      "refs": {
2071        "M2tsSettings$SegmentationStyle": "The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted.\n\nWhen a segmentation style of \"resetCadence\" is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of $segmentationTime seconds.\n\nWhen a segmentation style of \"maintainCadence\" is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule."
2072      }
2073    },
2074    "M2tsSettings": {
2075      "base": "M2ts Settings",
2076      "refs": {
2077        "ArchiveContainerSettings$M2tsSettings": null,
2078        "UdpContainerSettings$M2tsSettings": null
2079      }
2080    },
2081    "M2tsTimedMetadataBehavior": {
2082      "base": "M2ts Timed Metadata Behavior",
2083      "refs": {
2084        "M2tsSettings$TimedMetadataBehavior": "When set to passthrough, timed metadata will be passed through from input to output."
2085      }
2086    },
2087    "M3u8NielsenId3Behavior": {
2088      "base": "M3u8 Nielsen Id3 Behavior",
2089      "refs": {
2090        "M3u8Settings$NielsenId3Behavior": "If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output."
2091      }
2092    },
2093    "M3u8PcrControl": {
2094      "base": "M3u8 Pcr Control",
2095      "refs": {
2096        "M3u8Settings$PcrControl": "When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream."
2097      }
2098    },
2099    "M3u8Scte35Behavior": {
2100      "base": "M3u8 Scte35 Behavior",
2101      "refs": {
2102        "M3u8Settings$Scte35Behavior": "If set to passthrough, passes any SCTE-35 signals from the input source to this output."
2103      }
2104    },
2105    "M3u8Settings": {
2106      "base": "Settings information for the .m3u8 container",
2107      "refs": {
2108        "StandardHlsSettings$M3u8Settings": null
2109      }
2110    },
2111    "M3u8TimedMetadataBehavior": {
2112      "base": "M3u8 Timed Metadata Behavior",
2113      "refs": {
2114        "M3u8Settings$TimedMetadataBehavior": "When set to passthrough, timed metadata is passed through from input to output."
2115      }
2116    },
2117    "MediaConnectFlow": {
2118      "base": "The settings for a MediaConnect Flow.",
2119      "refs": {
2120        "__listOfMediaConnectFlow$member": null
2121      }
2122    },
2123    "MediaConnectFlowRequest": {
2124      "base": "The settings for a MediaConnect Flow.",
2125      "refs": {
2126        "__listOfMediaConnectFlowRequest$member": null
2127      }
2128    },
2129    "MediaPackageGroupSettings": {
2130      "base": "Media Package Group Settings",
2131      "refs": {
2132        "OutputGroupSettings$MediaPackageGroupSettings": null
2133      }
2134    },
2135    "MediaPackageOutputDestinationSettings": {
2136      "base": "MediaPackage Output Destination Settings",
2137      "refs": {
2138        "__listOfMediaPackageOutputDestinationSettings$member": null
2139      }
2140    },
2141    "MediaPackageOutputSettings": {
2142      "base": "Media Package Output Settings",
2143      "refs": {
2144        "OutputSettings$MediaPackageOutputSettings": null
2145      }
2146    },
2147    "Mp2CodingMode": {
2148      "base": "Mp2 Coding Mode",
2149      "refs": {
2150        "Mp2Settings$CodingMode": "The MPEG2 Audio coding mode.  Valid values are codingMode10 (for mono) or codingMode20 (for stereo)."
2151      }
2152    },
2153    "Mp2Settings": {
2154      "base": "Mp2 Settings",
2155      "refs": {
2156        "AudioCodecSettings$Mp2Settings": null
2157      }
2158    },
2159    "Mpeg2AdaptiveQuantization": {
2160      "base": "Mpeg2 Adaptive Quantization",
2161      "refs": {
2162        "Mpeg2Settings$AdaptiveQuantization": "Choose Off to disable adaptive quantization. Or choose another value to enable the quantizer and set its strength. The strengths are: Auto, Off, Low, Medium, High. When you enable this field, MediaLive allows intra-frame quantizers to vary, which might improve visual quality."
2163      }
2164    },
2165    "Mpeg2ColorMetadata": {
2166      "base": "Mpeg2 Color Metadata",
2167      "refs": {
2168        "Mpeg2Settings$ColorMetadata": "Specifies whether to include the color space metadata. The metadata describes the color space that applies to the video (the colorSpace field). We recommend that you insert the metadata."
2169      }
2170    },
2171    "Mpeg2ColorSpace": {
2172      "base": "Mpeg2 Color Space",
2173      "refs": {
2174        "Mpeg2Settings$ColorSpace": "Choose the type of color space conversion to apply to the output. For detailed information on setting up both the input and the output to obtain the desired color space in the output, see the section on \\\"MediaLive Features - Video - color space\\\" in the MediaLive User Guide.\nPASSTHROUGH: Keep the color space of the input content - do not convert it.\nAUTO:Convert all content that is SD to rec 601, and convert all content that is HD to rec 709."
2175      }
2176    },
2177    "Mpeg2DisplayRatio": {
2178      "base": "Mpeg2 Display Ratio",
2179      "refs": {
2180        "Mpeg2Settings$DisplayAspectRatio": "Sets the pixel aspect ratio for the encode."
2181      }
2182    },
2183    "Mpeg2FilterSettings": {
2184      "base": "Mpeg2 Filter Settings",
2185      "refs": {
2186        "Mpeg2Settings$FilterSettings": "Optionally specify a noise reduction filter, which can improve quality of compressed content. If you do not choose a filter, no filter will be applied.\nTEMPORAL: This filter is useful for both source content that is noisy (when it has excessive digital artifacts) and source content that is clean.\nWhen the content is noisy, the filter cleans up the source content before the encoding phase, with these two effects: First, it improves the output video quality because the content has been cleaned up. Secondly, it decreases the bandwidth because MediaLive does not waste bits on encoding noise.\nWhen the content is reasonably clean, the filter tends to decrease the bitrate."
2187      }
2188    },
2189    "Mpeg2GopSizeUnits": {
2190      "base": "Mpeg2 Gop Size Units",
2191      "refs": {
2192        "Mpeg2Settings$GopSizeUnits": "Relates to the GOP structure. Specifies whether the gopSize is specified in frames or seconds. If you do not plan to change the default gopSize, leave the default. If you specify SECONDS, MediaLive will internally convert the gop size to a frame count."
2193      }
2194    },
2195    "Mpeg2ScanType": {
2196      "base": "Mpeg2 Scan Type",
2197      "refs": {
2198        "Mpeg2Settings$ScanType": "Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first)."
2199      }
2200    },
2201    "Mpeg2Settings": {
2202      "base": "Mpeg2 Settings",
2203      "refs": {
2204        "VideoCodecSettings$Mpeg2Settings": null
2205      }
2206    },
2207    "Mpeg2SubGopLength": {
2208      "base": "Mpeg2 Sub Gop Length",
2209      "refs": {
2210        "Mpeg2Settings$SubgopLength": "Relates to the GOP structure. If you do not know what GOP is, use the default.\nFIXED: Set the number of B-frames in each sub-GOP to the value in gopNumBFrames.\nDYNAMIC: Let MediaLive optimize the number of B-frames in each sub-GOP, to improve visual quality."
2211      }
2212    },
2213    "Mpeg2TimecodeInsertionBehavior": {
2214      "base": "Mpeg2 Timecode Insertion Behavior",
2215      "refs": {
2216        "Mpeg2Settings$TimecodeInsertion": "Determines how MediaLive inserts timecodes in the output video. For detailed information about setting up the input and the output for a timecode, see the section on \\\"MediaLive Features - Timecode configuration\\\" in the MediaLive User Guide.\nDISABLED: do not include timecodes.\nGOP_TIMECODE: Include timecode metadata in the GOP header."
2217      }
2218    },
2219    "MsSmoothGroupSettings": {
2220      "base": "Ms Smooth Group Settings",
2221      "refs": {
2222        "OutputGroupSettings$MsSmoothGroupSettings": null
2223      }
2224    },
2225    "MsSmoothH265PackagingType": {
2226      "base": "Ms Smooth H265 Packaging Type",
2227      "refs": {
2228        "MsSmoothOutputSettings$H265PackagingType": "Only applicable when this output is referencing an H.265 video description.\nSpecifies whether MP4 segments should be packaged as HEV1 or HVC1."
2229      }
2230    },
2231    "MsSmoothOutputSettings": {
2232      "base": "Ms Smooth Output Settings",
2233      "refs": {
2234        "OutputSettings$MsSmoothOutputSettings": null
2235      }
2236    },
2237    "Multiplex": {
2238      "base": "The multiplex object.",
2239      "refs": {
2240        "CreateMultiplexResultModel$Multiplex": "The newly created multiplex.",
2241        "UpdateMultiplexResultModel$Multiplex": "The updated multiplex."
2242      }
2243    },
2244    "MultiplexConfigurationValidationError": {
2245      "base": null,
2246      "refs": {
2247      }
2248    },
2249    "MultiplexGroupSettings": {
2250      "base": "Multiplex Group Settings",
2251      "refs": {
2252        "OutputGroupSettings$MultiplexGroupSettings": null
2253      }
2254    },
2255    "MultiplexMediaConnectOutputDestinationSettings": {
2256      "base": "Multiplex MediaConnect output destination settings.",
2257      "refs": {
2258        "MultiplexOutputDestination$MediaConnectSettings": "Multiplex MediaConnect output destination settings."
2259      }
2260    },
2261    "MultiplexOutputDestination": {
2262      "base": "Multiplex output destination settings",
2263      "refs": {
2264        "__listOfMultiplexOutputDestination$member": null
2265      }
2266    },
2267    "MultiplexOutputSettings": {
2268      "base": "Multiplex Output Settings",
2269      "refs": {
2270        "OutputSettings$MultiplexOutputSettings": null
2271      }
2272    },
2273    "MultiplexProgram": {
2274      "base": "The multiplex program object.",
2275      "refs": {
2276        "CreateMultiplexProgramResultModel$MultiplexProgram": "The newly created multiplex program.",
2277        "UpdateMultiplexProgramResultModel$MultiplexProgram": "The updated multiplex program."
2278      }
2279    },
2280    "MultiplexProgramChannelDestinationSettings": {
2281      "base": "Multiplex Program Input Destination Settings for outputting a Channel to a Multiplex",
2282      "refs": {
2283        "OutputDestination$MultiplexSettings": "Destination settings for a Multiplex output; one destination for both encoders."
2284      }
2285    },
2286    "MultiplexProgramPacketIdentifiersMap": {
2287      "base": "Packet identifiers map for a given Multiplex program.",
2288      "refs": {
2289        "MultiplexProgram$PacketIdentifiersMap": "The packet identifier map for this multiplex program."
2290      }
2291    },
2292    "MultiplexProgramPipelineDetail": {
2293      "base": "The current source for one of the pipelines in the multiplex.",
2294      "refs": {
2295        "__listOfMultiplexProgramPipelineDetail$member": null
2296      }
2297    },
2298    "MultiplexProgramServiceDescriptor": {
2299      "base": "Transport stream service descriptor configuration for the Multiplex program.",
2300      "refs": {
2301        "MultiplexProgramSettings$ServiceDescriptor": "Transport stream service descriptor configuration for the Multiplex program."
2302      }
2303    },
2304    "MultiplexProgramSettings": {
2305      "base": "Multiplex Program settings configuration.",
2306      "refs": {
2307        "CreateMultiplexProgram$MultiplexProgramSettings": "The settings for this multiplex program.",
2308        "MultiplexProgram$MultiplexProgramSettings": "The settings for this multiplex program.",
2309        "UpdateMultiplexProgram$MultiplexProgramSettings": "The new settings for a multiplex program."
2310      }
2311    },
2312    "MultiplexProgramSummary": {
2313      "base": null,
2314      "refs": {
2315        "__listOfMultiplexProgramSummary$member": null
2316      }
2317    },
2318    "MultiplexSettings": {
2319      "base": "Contains configuration for a Multiplex event",
2320      "refs": {
2321        "CreateMultiplex$MultiplexSettings": "Configuration for a multiplex event.",
2322        "Multiplex$MultiplexSettings": "Configuration for a multiplex event.",
2323        "UpdateMultiplex$MultiplexSettings": "The new settings for a multiplex."
2324      }
2325    },
2326    "MultiplexSettingsSummary": {
2327      "base": "Contains summary configuration for a Multiplex event.",
2328      "refs": {
2329        "MultiplexSummary$MultiplexSettings": "Configuration for a multiplex event."
2330      }
2331    },
2332    "MultiplexState": {
2333      "base": "The current state of the multiplex.",
2334      "refs": {
2335        "Multiplex$State": "The current state of the multiplex.",
2336        "MultiplexSummary$State": "The current state of the multiplex."
2337      }
2338    },
2339    "MultiplexStatmuxVideoSettings": {
2340      "base": "Statmux rate control settings",
2341      "refs": {
2342        "MultiplexVideoSettings$StatmuxSettings": "Statmux rate control settings.\nWhen this field is defined, ConstantBitrate must be undefined."
2343      }
2344    },
2345    "MultiplexSummary": {
2346      "base": null,
2347      "refs": {
2348        "__listOfMultiplexSummary$member": null
2349      }
2350    },
2351    "MultiplexVideoSettings": {
2352      "base": "The video configuration for each program in a multiplex.",
2353      "refs": {
2354        "MultiplexProgramSettings$VideoSettings": "Program video settings configuration."
2355      }
2356    },
2357    "NetworkInputServerValidation": {
2358      "base": "Network Input Server Validation",
2359      "refs": {
2360        "NetworkInputSettings$ServerValidation": "Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate will be checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) do not strictly match the corresponding certificate's wildcard pattern and would otherwise cause the event to error. This setting is ignored for protocols that do not use https."
2361      }
2362    },
2363    "NetworkInputSettings": {
2364      "base": "Network source to transcode. Must be accessible to the Elemental Live node that is running the live event through a network connection.",
2365      "refs": {
2366        "InputSettings$NetworkInputSettings": "Input settings."
2367      }
2368    },
2369    "NielsenConfiguration": {
2370      "base": "Nielsen Configuration",
2371      "refs": {
2372        "EncoderSettings$NielsenConfiguration": "Nielsen configuration settings."
2373      }
2374    },
2375    "NielsenPcmToId3TaggingState": {
2376      "base": "State of Nielsen PCM to ID3 tagging",
2377      "refs": {
2378        "NielsenConfiguration$NielsenPcmToId3Tagging": "Enables Nielsen PCM to ID3 tagging"
2379      }
2380    },
2381    "NotFoundException": {
2382      "base": null,
2383      "refs": {
2384      }
2385    },
2386    "Offering": {
2387      "base": "Reserved resources available for purchase",
2388      "refs": {
2389        "__listOfOffering$member": null
2390      }
2391    },
2392    "OfferingDurationUnits": {
2393      "base": "Units for duration, e.g. 'MONTHS'",
2394      "refs": {
2395        "Offering$DurationUnits": "Units for duration, e.g. 'MONTHS'",
2396        "Reservation$DurationUnits": "Units for duration, e.g. 'MONTHS'"
2397      }
2398    },
2399    "OfferingType": {
2400      "base": "Offering type, e.g. 'NO_UPFRONT'",
2401      "refs": {
2402        "Offering$OfferingType": "Offering type, e.g. 'NO_UPFRONT'",
2403        "Reservation$OfferingType": "Offering type, e.g. 'NO_UPFRONT'"
2404      }
2405    },
2406    "Output": {
2407      "base": "Output settings. There can be multiple outputs within a group.",
2408      "refs": {
2409        "__listOfOutput$member": null
2410      }
2411    },
2412    "OutputDestination": {
2413      "base": null,
2414      "refs": {
2415        "__listOfOutputDestination$member": null
2416      }
2417    },
2418    "OutputDestinationSettings": {
2419      "base": null,
2420      "refs": {
2421        "__listOfOutputDestinationSettings$member": null
2422      }
2423    },
2424    "OutputGroup": {
2425      "base": "Output groups for this Live Event. Output groups contain information about where streams should be distributed.",
2426      "refs": {
2427        "__listOfOutputGroup$member": null
2428      }
2429    },
2430    "OutputGroupSettings": {
2431      "base": "Output Group Settings",
2432      "refs": {
2433        "OutputGroup$OutputGroupSettings": "Settings associated with the output group."
2434      }
2435    },
2436    "OutputLocationRef": {
2437      "base": "Reference to an OutputDestination ID defined in the channel",
2438      "refs": {
2439        "ArchiveGroupSettings$Destination": "A directory and base filename where archive files should be written.",
2440        "FrameCaptureGroupSettings$Destination": "The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling-) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling-). The final file names consist of the prefix from the destination field (for example, \"curling-\") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg).  For example, curling-low.00001.jpg",
2441        "HlsGroupSettings$Destination": "A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).",
2442        "MediaPackageGroupSettings$Destination": "MediaPackage channel destination.",
2443        "MsSmoothGroupSettings$Destination": "Smooth Streaming publish point on an IIS server. Elemental Live acts as a \"Push\" encoder to IIS.",
2444        "MultiplexOutputSettings$Destination": "Destination is a Multiplex.",
2445        "RtmpOutputSettings$Destination": "The RTMP endpoint excluding the stream name (eg. rtmp://host/appname). For connection to Akamai, a username and password must be supplied. URI fields accept format identifiers.",
2446        "UdpOutputSettings$Destination": "Destination address and port number for RTP or UDP packets. Can be unicast or multicast RTP or UDP (eg. rtp://239.10.10.10:5001 or udp://10.100.100.100:5002)."
2447      }
2448    },
2449    "OutputSettings": {
2450      "base": "Output Settings",
2451      "refs": {
2452        "Output$OutputSettings": "Output type-specific settings."
2453      }
2454    },
2455    "PassThroughSettings": {
2456      "base": "Pass Through Settings",
2457      "refs": {
2458        "AudioCodecSettings$PassThroughSettings": null
2459      }
2460    },
2461    "PauseStateScheduleActionSettings": {
2462      "base": "Settings for the action to set pause state of a channel.",
2463      "refs": {
2464        "ScheduleActionSettings$PauseStateSettings": "Action to pause or unpause one or both channel pipelines"
2465      }
2466    },
2467    "PipelineDetail": {
2468      "base": "Runtime details of a pipeline when a channel is running.",
2469      "refs": {
2470        "__listOfPipelineDetail$member": null
2471      }
2472    },
2473    "PipelineId": {
2474      "base": "Pipeline ID",
2475      "refs": {
2476        "PipelinePauseStateSettings$PipelineId": "Pipeline ID to pause (\"PIPELINE_0\" or \"PIPELINE_1\")."
2477      }
2478    },
2479    "PipelinePauseStateSettings": {
2480      "base": "Settings for pausing a pipeline.",
2481      "refs": {
2482        "__listOfPipelinePauseStateSettings$member": null
2483      }
2484    },
2485    "PreferredChannelPipeline": {
2486      "base": "Indicates which pipeline is preferred by the multiplex for program ingest.\nIf set to \\\"PIPELINE_0\\\" or \\\"PIPELINE_1\\\" and an unhealthy ingest causes the multiplex to switch to the non-preferred pipeline,\nit will switch back once that ingest is healthy again. If set to \\\"CURRENTLY_ACTIVE\\\",\nit will not switch back to the other pipeline based on it recovering to a healthy state,\nit will only switch if the active pipeline becomes unhealthy.\n",
2487      "refs": {
2488        "MultiplexProgramSettings$PreferredChannelPipeline": "Indicates which pipeline is preferred by the multiplex for program ingest."
2489      }
2490    },
2491    "PurchaseOffering": {
2492      "base": "PurchaseOffering request",
2493      "refs": {
2494      }
2495    },
2496    "PurchaseOfferingResultModel": {
2497      "base": "PurchaseOffering response",
2498      "refs": {
2499      }
2500    },
2501    "RawSettings": {
2502      "base": "Raw Settings",
2503      "refs": {
2504        "ArchiveContainerSettings$RawSettings": null
2505      }
2506    },
2507    "Rec601Settings": {
2508      "base": "Rec601 Settings",
2509      "refs": {
2510        "H264ColorSpaceSettings$Rec601Settings": null,
2511        "H265ColorSpaceSettings$Rec601Settings": null
2512      }
2513    },
2514    "Rec709Settings": {
2515      "base": "Rec709 Settings",
2516      "refs": {
2517        "H264ColorSpaceSettings$Rec709Settings": null,
2518        "H265ColorSpaceSettings$Rec709Settings": null
2519      }
2520    },
2521    "RemixSettings": {
2522      "base": "Remix Settings",
2523      "refs": {
2524        "AudioDescription$RemixSettings": "Settings that control how input audio channels are remixed into the output audio channels."
2525      }
2526    },
2527    "Reservation": {
2528      "base": "Reserved resources available to use",
2529      "refs": {
2530        "PurchaseOfferingResultModel$Reservation": null,
2531        "UpdateReservationResultModel$Reservation": null,
2532        "__listOfReservation$member": null
2533      }
2534    },
2535    "ReservationCodec": {
2536      "base": "Codec, 'MPEG2', 'AVC', 'HEVC', or 'AUDIO'",
2537      "refs": {
2538        "ReservationResourceSpecification$Codec": "Codec, e.g. 'AVC'"
2539      }
2540    },
2541    "ReservationMaximumBitrate": {
2542      "base": "Maximum bitrate in megabits per second",
2543      "refs": {
2544        "ReservationResourceSpecification$MaximumBitrate": "Maximum bitrate, e.g. 'MAX_20_MBPS'"
2545      }
2546    },
2547    "ReservationMaximumFramerate": {
2548      "base": "Maximum framerate in frames per second (Outputs only)",
2549      "refs": {
2550        "ReservationResourceSpecification$MaximumFramerate": "Maximum framerate, e.g. 'MAX_30_FPS' (Outputs only)"
2551      }
2552    },
2553    "ReservationResolution": {
2554      "base": "Resolution based on lines of vertical resolution; SD is less than 720 lines, HD is 720 to 1080 lines, FHD is 1080 lines, UHD is greater than 1080 lines\n",
2555      "refs": {
2556        "ReservationResourceSpecification$Resolution": "Resolution, e.g. 'HD'"
2557      }
2558    },
2559    "ReservationResourceSpecification": {
2560      "base": "Resource configuration (codec, resolution, bitrate, ...)",
2561      "refs": {
2562        "Offering$ResourceSpecification": "Resource configuration details",
2563        "Reservation$ResourceSpecification": "Resource configuration details"
2564      }
2565    },
2566    "ReservationResourceType": {
2567      "base": "Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'",
2568      "refs": {
2569        "ReservationResourceSpecification$ResourceType": "Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'"
2570      }
2571    },
2572    "ReservationSpecialFeature": {
2573      "base": "Special features, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'",
2574      "refs": {
2575        "ReservationResourceSpecification$SpecialFeature": "Special feature, e.g. 'AUDIO_NORMALIZATION' (Channels only)"
2576      }
2577    },
2578    "ReservationState": {
2579      "base": "Current reservation state",
2580      "refs": {
2581        "Reservation$State": "Current state of reservation, e.g. 'ACTIVE'"
2582      }
2583    },
2584    "ReservationVideoQuality": {
2585      "base": "Video quality, e.g. 'STANDARD' (Outputs only)",
2586      "refs": {
2587        "ReservationResourceSpecification$VideoQuality": "Video quality, e.g. 'STANDARD' (Outputs only)"
2588      }
2589    },
2590    "ResourceConflict": {
2591      "base": null,
2592      "refs": {
2593      }
2594    },
2595    "ResourceNotFound": {
2596      "base": null,
2597      "refs": {
2598      }
2599    },
2600    "RtmpAdMarkers": {
2601      "base": "Rtmp Ad Markers",
2602      "refs": {
2603        "__listOfRtmpAdMarkers$member": null
2604      }
2605    },
2606    "RtmpCacheFullBehavior": {
2607      "base": "Rtmp Cache Full Behavior",
2608      "refs": {
2609        "RtmpGroupSettings$CacheFullBehavior": "Controls behavior when content cache fills up. If remote origin server stalls the RTMP connection and does not accept content fast enough the 'Media Cache' will fill up. When the cache reaches the duration specified by cacheLength the cache will stop accepting new content. If set to disconnectImmediately, the RTMP output will force a disconnect. Clear the media cache, and reconnect after restartDelay seconds. If set to waitForServer, the RTMP output will wait up to 5 minutes to allow the origin server to begin accepting data again."
2610      }
2611    },
2612    "RtmpCaptionData": {
2613      "base": "Rtmp Caption Data",
2614      "refs": {
2615        "RtmpGroupSettings$CaptionData": "Controls the types of data that passes to onCaptionInfo outputs.  If set to 'all' then 608 and 708 carried DTVCC data will be passed.  If set to 'field1AndField2608' then DTVCC data will be stripped out, but 608 data from both fields will be passed. If set to 'field1608' then only the data carried in 608 from field 1 video will be passed."
2616      }
2617    },
2618    "RtmpCaptionInfoDestinationSettings": {
2619      "base": "Rtmp Caption Info Destination Settings",
2620      "refs": {
2621        "CaptionDestinationSettings$RtmpCaptionInfoDestinationSettings": null
2622      }
2623    },
2624    "RtmpGroupSettings": {
2625      "base": "Rtmp Group Settings",
2626      "refs": {
2627        "OutputGroupSettings$RtmpGroupSettings": null
2628      }
2629    },
2630    "RtmpOutputCertificateMode": {
2631      "base": "Rtmp Output Certificate Mode",
2632      "refs": {
2633        "RtmpOutputSettings$CertificateMode": "If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).  This will cause rtmps outputs with self-signed certificates to fail."
2634      }
2635    },
2636    "RtmpOutputSettings": {
2637      "base": "Rtmp Output Settings",
2638      "refs": {
2639        "OutputSettings$RtmpOutputSettings": null
2640      }
2641    },
2642    "ScheduleAction": {
2643      "base": "Contains information on a single schedule action.",
2644      "refs": {
2645        "__listOfScheduleAction$member": null
2646      }
2647    },
2648    "ScheduleActionSettings": {
2649      "base": "Holds the settings for a single schedule action.",
2650      "refs": {
2651        "ScheduleAction$ScheduleActionSettings": "Settings for this schedule action."
2652      }
2653    },
2654    "ScheduleActionStartSettings": {
2655      "base": "Settings to specify when an action should occur. Only one of the options must be selected.",
2656      "refs": {
2657        "ScheduleAction$ScheduleActionStartSettings": "The time for the action to start in the channel."
2658      }
2659    },
2660    "ScheduleDeleteResultModel": {
2661      "base": "Result of a schedule deletion.",
2662      "refs": {
2663      }
2664    },
2665    "ScheduleDescribeResultModel": {
2666      "base": "Results of a schedule describe.",
2667      "refs": {
2668      }
2669    },
2670    "Scte20Convert608To708": {
2671      "base": "Scte20 Convert608 To708",
2672      "refs": {
2673        "Scte20SourceSettings$Convert608To708": "If upconvert, 608 data is both passed through via the \"608 compatibility bytes\" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded."
2674      }
2675    },
2676    "Scte20PlusEmbeddedDestinationSettings": {
2677      "base": "Scte20 Plus Embedded Destination Settings",
2678      "refs": {
2679        "CaptionDestinationSettings$Scte20PlusEmbeddedDestinationSettings": null
2680      }
2681    },
2682    "Scte20SourceSettings": {
2683      "base": "Scte20 Source Settings",
2684      "refs": {
2685        "CaptionSelectorSettings$Scte20SourceSettings": null
2686      }
2687    },
2688    "Scte27DestinationSettings": {
2689      "base": "Scte27 Destination Settings",
2690      "refs": {
2691        "CaptionDestinationSettings$Scte27DestinationSettings": null
2692      }
2693    },
2694    "Scte27SourceSettings": {
2695      "base": "Scte27 Source Settings",
2696      "refs": {
2697        "CaptionSelectorSettings$Scte27SourceSettings": null
2698      }
2699    },
2700    "Scte35AposNoRegionalBlackoutBehavior": {
2701      "base": "Scte35 Apos No Regional Blackout Behavior",
2702      "refs": {
2703        "Scte35TimeSignalApos$NoRegionalBlackoutFlag": "When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates"
2704      }
2705    },
2706    "Scte35AposWebDeliveryAllowedBehavior": {
2707      "base": "Scte35 Apos Web Delivery Allowed Behavior",
2708      "refs": {
2709        "Scte35TimeSignalApos$WebDeliveryAllowedFlag": "When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates"
2710      }
2711    },
2712    "Scte35ArchiveAllowedFlag": {
2713      "base": "Corresponds to the archive_allowed parameter. A value of ARCHIVE_NOT_ALLOWED corresponds to 0 (false) in the SCTE-35 specification. If you include one of the \"restriction\" flags then you must include all four of them.",
2714      "refs": {
2715        "Scte35DeliveryRestrictions$ArchiveAllowedFlag": "Corresponds to SCTE-35 archive_allowed_flag."
2716      }
2717    },
2718    "Scte35DeliveryRestrictions": {
2719      "base": "Corresponds to SCTE-35 delivery_not_restricted_flag parameter. To declare delivery restrictions, include this element and its four \"restriction\" flags. To declare that there are no restrictions, omit this element.",
2720      "refs": {
2721        "Scte35SegmentationDescriptor$DeliveryRestrictions": "Holds the four SCTE-35 delivery restriction parameters."
2722      }
2723    },
2724    "Scte35Descriptor": {
2725      "base": "Holds one set of SCTE-35 Descriptor Settings.",
2726      "refs": {
2727        "__listOfScte35Descriptor$member": null
2728      }
2729    },
2730    "Scte35DescriptorSettings": {
2731      "base": "SCTE-35 Descriptor settings.",
2732      "refs": {
2733        "Scte35Descriptor$Scte35DescriptorSettings": "SCTE-35 Descriptor Settings."
2734      }
2735    },
2736    "Scte35DeviceRestrictions": {
2737      "base": "Corresponds to the device_restrictions parameter in a segmentation_descriptor. If you include one of the \"restriction\" flags then you must include all four of them.",
2738      "refs": {
2739        "Scte35DeliveryRestrictions$DeviceRestrictions": "Corresponds to SCTE-35 device_restrictions parameter."
2740      }
2741    },
2742    "Scte35NoRegionalBlackoutFlag": {
2743      "base": "Corresponds to the no_regional_blackout_flag parameter. A value of REGIONAL_BLACKOUT corresponds to 0 (false) in the SCTE-35 specification. If you include one of the \"restriction\" flags then you must include all four of them.",
2744      "refs": {
2745        "Scte35DeliveryRestrictions$NoRegionalBlackoutFlag": "Corresponds to SCTE-35 no_regional_blackout_flag parameter."
2746      }
2747    },
2748    "Scte35ReturnToNetworkScheduleActionSettings": {
2749      "base": "Settings for a SCTE-35 return_to_network message.",
2750      "refs": {
2751        "ScheduleActionSettings$Scte35ReturnToNetworkSettings": "Action to insert SCTE-35 return_to_network message"
2752      }
2753    },
2754    "Scte35SegmentationCancelIndicator": {
2755      "base": "Corresponds to SCTE-35 segmentation_event_cancel_indicator. SEGMENTATION_EVENT_NOT_CANCELED corresponds to 0 in the SCTE-35 specification and indicates that this is an insertion request. SEGMENTATION_EVENT_CANCELED corresponds to 1 in the SCTE-35 specification and indicates that this is a cancelation request, in which case complete this field and the existing event ID to cancel.",
2756      "refs": {
2757        "Scte35SegmentationDescriptor$SegmentationCancelIndicator": "Corresponds to SCTE-35 segmentation_event_cancel_indicator."
2758      }
2759    },
2760    "Scte35SegmentationDescriptor": {
2761      "base": "Corresponds to SCTE-35 segmentation_descriptor.",
2762      "refs": {
2763        "Scte35DescriptorSettings$SegmentationDescriptorScte35DescriptorSettings": "SCTE-35 Segmentation Descriptor."
2764      }
2765    },
2766    "Scte35SpliceInsert": {
2767      "base": "Scte35 Splice Insert",
2768      "refs": {
2769        "AvailSettings$Scte35SpliceInsert": null
2770      }
2771    },
2772    "Scte35SpliceInsertNoRegionalBlackoutBehavior": {
2773      "base": "Scte35 Splice Insert No Regional Blackout Behavior",
2774      "refs": {
2775        "Scte35SpliceInsert$NoRegionalBlackoutFlag": "When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates"
2776      }
2777    },
2778    "Scte35SpliceInsertScheduleActionSettings": {
2779      "base": "Settings for a SCTE-35 splice_insert message.",
2780      "refs": {
2781        "ScheduleActionSettings$Scte35SpliceInsertSettings": "Action to insert SCTE-35 splice_insert message"
2782      }
2783    },
2784    "Scte35SpliceInsertWebDeliveryAllowedBehavior": {
2785      "base": "Scte35 Splice Insert Web Delivery Allowed Behavior",
2786      "refs": {
2787        "Scte35SpliceInsert$WebDeliveryAllowedFlag": "When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates"
2788      }
2789    },
2790    "Scte35TimeSignalApos": {
2791      "base": "Scte35 Time Signal Apos",
2792      "refs": {
2793        "AvailSettings$Scte35TimeSignalApos": null
2794      }
2795    },
2796    "Scte35TimeSignalScheduleActionSettings": {
2797      "base": "Settings for a SCTE-35 time_signal.",
2798      "refs": {
2799        "ScheduleActionSettings$Scte35TimeSignalSettings": "Action to insert SCTE-35 time_signal message"
2800      }
2801    },
2802    "Scte35WebDeliveryAllowedFlag": {
2803      "base": "Corresponds to the web_delivery_allowed_flag parameter. A value of WEB_DELIVERY_NOT_ALLOWED corresponds to 0 (false) in the SCTE-35 specification. If you include one of the \"restriction\" flags then you must include all four of them.",
2804      "refs": {
2805        "Scte35DeliveryRestrictions$WebDeliveryAllowedFlag": "Corresponds to SCTE-35 web_delivery_allowed_flag parameter."
2806      }
2807    },
2808    "SmoothGroupAudioOnlyTimecodeControl": {
2809      "base": "Smooth Group Audio Only Timecode Control",
2810      "refs": {
2811        "MsSmoothGroupSettings$AudioOnlyTimecodeControl": "If set to passthrough for an audio-only MS Smooth output, the fragment absolute time will be set to the current timecode. This option does not write timecodes to the audio elementary stream."
2812      }
2813    },
2814    "SmoothGroupCertificateMode": {
2815      "base": "Smooth Group Certificate Mode",
2816      "refs": {
2817        "MsSmoothGroupSettings$CertificateMode": "If set to verifyAuthenticity, verify the https certificate chain to a trusted Certificate Authority (CA).  This will cause https outputs to self-signed certificates to fail."
2818      }
2819    },
2820    "SmoothGroupEventIdMode": {
2821      "base": "Smooth Group Event Id Mode",
2822      "refs": {
2823        "MsSmoothGroupSettings$EventIdMode": "Specifies whether or not to send an event ID to the IIS server. If no event ID is sent and the same Live Event is used without changing the publishing point, clients might see cached video from the previous run.\n\nOptions:\n- \"useConfigured\" - use the value provided in eventId\n- \"useTimestamp\" - generate and send an event ID based on the current timestamp\n- \"noEventId\" - do not send an event ID to the IIS server."
2824      }
2825    },
2826    "SmoothGroupEventStopBehavior": {
2827      "base": "Smooth Group Event Stop Behavior",
2828      "refs": {
2829        "MsSmoothGroupSettings$EventStopBehavior": "When set to sendEos, send EOS signal to IIS server when stopping the event"
2830      }
2831    },
2832    "SmoothGroupSegmentationMode": {
2833      "base": "Smooth Group Segmentation Mode",
2834      "refs": {
2835        "MsSmoothGroupSettings$SegmentationMode": "useInputSegmentation has been deprecated. The configured segment size is always used."
2836      }
2837    },
2838    "SmoothGroupSparseTrackType": {
2839      "base": "Smooth Group Sparse Track Type",
2840      "refs": {
2841        "MsSmoothGroupSettings$SparseTrackType": "Identifies the type of data to place in the sparse track:\n- SCTE35: Insert SCTE-35 messages from the source content. With each message, insert an IDR frame to start a new segment.\n- SCTE35_WITHOUT_SEGMENTATION: Insert SCTE-35 messages from the source content. With each message, insert an IDR frame but don't start a new segment.\n- NONE: Don't generate a sparse track for any outputs in this output group."
2842      }
2843    },
2844    "SmoothGroupStreamManifestBehavior": {
2845      "base": "Smooth Group Stream Manifest Behavior",
2846      "refs": {
2847        "MsSmoothGroupSettings$StreamManifestBehavior": "When set to send, send stream manifest so publishing point doesn't start until all streams start."
2848      }
2849    },
2850    "SmoothGroupTimestampOffsetMode": {
2851      "base": "Smooth Group Timestamp Offset Mode",
2852      "refs": {
2853        "MsSmoothGroupSettings$TimestampOffsetMode": "Type of timestamp date offset to use.\n- useEventStartDate: Use the date the event was started as the offset\n- useConfiguredOffset: Use an explicitly configured date as the offset"
2854      }
2855    },
2856    "Smpte2038DataPreference": {
2857      "base": "Smpte2038 Data Preference",
2858      "refs": {
2859        "InputSettings$Smpte2038DataPreference": "Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages.\n- PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any).\n- IGNORE: Never extract any ancillary data from SMPTE-2038."
2860      }
2861    },
2862    "SmpteTtDestinationSettings": {
2863      "base": "Smpte Tt Destination Settings",
2864      "refs": {
2865        "CaptionDestinationSettings$SmpteTtDestinationSettings": null
2866      }
2867    },
2868    "StandardHlsSettings": {
2869      "base": "Standard Hls Settings",
2870      "refs": {
2871        "HlsSettings$StandardHlsSettings": null
2872      }
2873    },
2874    "StartTimecode": {
2875      "base": "Settings to identify the start of the clip.",
2876      "refs": {
2877        "InputClippingSettings$StartTimecode": "Settings to identify the start of the clip."
2878      }
2879    },
2880    "StaticImageActivateScheduleActionSettings": {
2881      "base": "Settings for the action to activate a static image.",
2882      "refs": {
2883        "ScheduleActionSettings$StaticImageActivateSettings": "Action to activate a static image overlay"
2884      }
2885    },
2886    "StaticImageDeactivateScheduleActionSettings": {
2887      "base": "Settings for the action to deactivate the image in a specific layer.",
2888      "refs": {
2889        "ScheduleActionSettings$StaticImageDeactivateSettings": "Action to deactivate a static image overlay"
2890      }
2891    },
2892    "StaticKeySettings": {
2893      "base": "Static Key Settings",
2894      "refs": {
2895        "KeyProviderSettings$StaticKeySettings": null
2896      }
2897    },
2898    "StopTimecode": {
2899      "base": "Settings to identify the end of the clip.",
2900      "refs": {
2901        "InputClippingSettings$StopTimecode": "Settings to identify the end of the clip."
2902      }
2903    },
2904    "Tags": {
2905      "base": null,
2906      "refs": {
2907        "Channel$Tags": "A collection of key-value pairs.",
2908        "ChannelSummary$Tags": "A collection of key-value pairs.",
2909        "CreateChannel$Tags": "A collection of key-value pairs.",
2910        "CreateInput$Tags": "A collection of key-value pairs.",
2911        "CreateMultiplex$Tags": "A collection of key-value pairs.",
2912        "CreatePartnerInput$Tags": "A collection of key-value pairs.",
2913        "Input$Tags": "A collection of key-value pairs.",
2914        "InputSecurityGroup$Tags": "A collection of key-value pairs.",
2915        "InputSecurityGroupWhitelistRequest$Tags": "A collection of key-value pairs.",
2916        "Multiplex$Tags": "A collection of key-value pairs.",
2917        "MultiplexSummary$Tags": "A collection of key-value pairs.",
2918        "PurchaseOffering$Tags": "A collection of key-value pairs",
2919        "Reservation$Tags": "A collection of key-value pairs",
2920        "TagsModel$Tags": null
2921      }
2922    },
2923    "TagsModel": {
2924      "base": null,
2925      "refs": {
2926      }
2927    },
2928    "TeletextDestinationSettings": {
2929      "base": "Teletext Destination Settings",
2930      "refs": {
2931        "CaptionDestinationSettings$TeletextDestinationSettings": null
2932      }
2933    },
2934    "TeletextSourceSettings": {
2935      "base": "Teletext Source Settings",
2936      "refs": {
2937        "CaptionSelectorSettings$TeletextSourceSettings": null
2938      }
2939    },
2940    "TemporalFilterPostFilterSharpening": {
2941      "base": "Temporal Filter Post Filter Sharpening",
2942      "refs": {
2943        "TemporalFilterSettings$PostFilterSharpening": "If you enable this filter, the results are the following:\n- If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source.\n- If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR."
2944      }
2945    },
2946    "TemporalFilterSettings": {
2947      "base": "Temporal Filter Settings",
2948      "refs": {
2949        "H264FilterSettings$TemporalFilterSettings": null,
2950        "H265FilterSettings$TemporalFilterSettings": null,
2951        "Mpeg2FilterSettings$TemporalFilterSettings": null
2952      }
2953    },
2954    "TemporalFilterStrength": {
2955      "base": "Temporal Filter Strength",
2956      "refs": {
2957        "TemporalFilterSettings$Strength": "Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft."
2958      }
2959    },
2960    "ThumbnailData": {
2961      "base": "The binary data for the thumbnail that the Link device has most recently sent to MediaLive.",
2962      "refs": {
2963      }
2964    },
2965    "TimecodeConfig": {
2966      "base": "Timecode Config",
2967      "refs": {
2968        "EncoderSettings$TimecodeConfig": "Contains settings used to acquire and adjust timecode information from inputs."
2969      }
2970    },
2971    "TimecodeConfigSource": {
2972      "base": "Timecode Config Source",
2973      "refs": {
2974        "TimecodeConfig$Source": "Identifies the source for the timecode that will be associated with the events outputs.\n-Embedded (embedded): Initialize the output timecode with timecode from the the source.  If no embedded timecode is detected in the source, the system falls back to using \"Start at 0\" (zerobased).\n-System Clock (systemclock): Use the UTC time.\n-Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00."
2975      }
2976    },
2977    "TooManyRequestsException": {
2978      "base": null,
2979      "refs": {
2980      }
2981    },
2982    "TransferInputDevice": {
2983      "base": "The transfer details of the input device.",
2984      "refs": {
2985      }
2986    },
2987    "TransferringInputDeviceSummary": {
2988      "base": "Details about the input device that is being transferred.",
2989      "refs": {
2990        "__listOfTransferringInputDeviceSummary$member": null
2991      }
2992    },
2993    "TtmlDestinationSettings": {
2994      "base": "Ttml Destination Settings",
2995      "refs": {
2996        "CaptionDestinationSettings$TtmlDestinationSettings": null
2997      }
2998    },
2999    "TtmlDestinationStyleControl": {
3000      "base": "Ttml Destination Style Control",
3001      "refs": {
3002        "TtmlDestinationSettings$StyleControl": "When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output."
3003      }
3004    },
3005    "UdpContainerSettings": {
3006      "base": "Udp Container Settings",
3007      "refs": {
3008        "UdpOutputSettings$ContainerSettings": null
3009      }
3010    },
3011    "UdpGroupSettings": {
3012      "base": "Udp Group Settings",
3013      "refs": {
3014        "OutputGroupSettings$UdpGroupSettings": null
3015      }
3016    },
3017    "UdpOutputSettings": {
3018      "base": "Udp Output Settings",
3019      "refs": {
3020        "OutputSettings$UdpOutputSettings": null
3021      }
3022    },
3023    "UdpTimedMetadataId3Frame": {
3024      "base": "Udp Timed Metadata Id3 Frame",
3025      "refs": {
3026        "UdpGroupSettings$TimedMetadataId3Frame": "Indicates ID3 frame that has the timecode."
3027      }
3028    },
3029    "UnprocessableEntityException": {
3030      "base": null,
3031      "refs": {
3032      }
3033    },
3034    "UpdateChannel": {
3035      "base": null,
3036      "refs": {
3037      }
3038    },
3039    "UpdateChannelClass": {
3040      "base": null,
3041      "refs": {
3042      }
3043    },
3044    "UpdateChannelResultModel": {
3045      "base": "The updated channel's description.",
3046      "refs": {
3047      }
3048    },
3049    "UpdateInput": {
3050      "base": null,
3051      "refs": {
3052      }
3053    },
3054    "UpdateInputDevice": {
3055      "base": "Updates an input device.",
3056      "refs": {
3057      }
3058    },
3059    "UpdateInputResultModel": {
3060      "base": null,
3061      "refs": {
3062      }
3063    },
3064    "UpdateInputSecurityGroupResultModel": {
3065      "base": null,
3066      "refs": {
3067      }
3068    },
3069    "UpdateMultiplex": {
3070      "base": null,
3071      "refs": {
3072      }
3073    },
3074    "UpdateMultiplexProgram": {
3075      "base": null,
3076      "refs": {
3077      }
3078    },
3079    "UpdateMultiplexProgramResultModel": {
3080      "base": null,
3081      "refs": {
3082      }
3083    },
3084    "UpdateMultiplexResultModel": {
3085      "base": null,
3086      "refs": {
3087      }
3088    },
3089    "UpdateReservation": {
3090      "base": "UpdateReservation request",
3091      "refs": {
3092      }
3093    },
3094    "UpdateReservationResultModel": {
3095      "base": "UpdateReservation response",
3096      "refs": {
3097      }
3098    },
3099    "ValidationError": {
3100      "base": null,
3101      "refs": {
3102        "__listOfValidationError$member": null
3103      }
3104    },
3105    "VideoBlackFailoverSettings": {
3106      "base": null,
3107      "refs": {
3108        "FailoverConditionSettings$VideoBlackSettings": "MediaLive will perform a failover if content is considered black for the specified period."
3109      }
3110    },
3111    "VideoCodecSettings": {
3112      "base": "Video Codec Settings",
3113      "refs": {
3114        "VideoDescription$CodecSettings": "Video codec settings."
3115      }
3116    },
3117    "VideoDescription": {
3118      "base": "Video settings for this stream.",
3119      "refs": {
3120        "__listOfVideoDescription$member": null
3121      }
3122    },
3123    "VideoDescriptionRespondToAfd": {
3124      "base": "Video Description Respond To Afd",
3125      "refs": {
3126        "VideoDescription$RespondToAfd": "Indicates how MediaLive will respond to the AFD values that might be in the input video. If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose PASSTHROUGH.\nRESPOND: MediaLive clips the input video using a formula that uses the AFD values (configured in afdSignaling ), the input display aspect ratio, and the output display aspect ratio. MediaLive also includes the AFD values in the output, unless the codec for this encode is FRAME_CAPTURE.\nPASSTHROUGH: MediaLive ignores the AFD values and does not clip the video. But MediaLive does include the values in the output.\nNONE: MediaLive does not clip the input video and does not include the AFD values in the output"
3127      }
3128    },
3129    "VideoDescriptionScalingBehavior": {
3130      "base": "Video Description Scaling Behavior",
3131      "refs": {
3132        "VideoDescription$ScalingBehavior": "STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution (height and width). This option will override any position value. DEFAULT may insert black boxes (pillar boxes or letter boxes) around the video to provide the specified output resolution."
3133      }
3134    },
3135    "VideoSelector": {
3136      "base": "Specifies a particular video stream within an input source. An input may have only a single video selector.",
3137      "refs": {
3138        "InputSettings$VideoSelector": "Informs which video elementary stream to decode for input types that have multiple available."
3139      }
3140    },
3141    "VideoSelectorColorSpace": {
3142      "base": "Video Selector Color Space",
3143      "refs": {
3144        "VideoSelector$ColorSpace": "Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video description's colorSpaceSettingsChoice to determine if any conversion will be performed."
3145      }
3146    },
3147    "VideoSelectorColorSpaceUsage": {
3148      "base": "Video Selector Color Space Usage",
3149      "refs": {
3150        "VideoSelector$ColorSpaceUsage": "Applies only if colorSpace is a value other than follow. This field controls how the value in the colorSpace field will be used. fallback means that when the input does include color space data, that data will be used, but when the input has no color space data, the value in colorSpace will be used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data."
3151      }
3152    },
3153    "VideoSelectorPid": {
3154      "base": "Video Selector Pid",
3155      "refs": {
3156        "VideoSelectorSettings$VideoSelectorPid": null
3157      }
3158    },
3159    "VideoSelectorProgramId": {
3160      "base": "Video Selector Program Id",
3161      "refs": {
3162        "VideoSelectorSettings$VideoSelectorProgramId": null
3163      }
3164    },
3165    "VideoSelectorSettings": {
3166      "base": "Video Selector Settings",
3167      "refs": {
3168        "VideoSelector$SelectorSettings": "The video selector settings."
3169      }
3170    },
3171    "VpcOutputSettings": {
3172      "base": "The properties for a private VPC Output\nWhen this property is specified, the output egress addresses will be created in a user specified VPC\n",
3173      "refs": {
3174        "Channel$Vpc": "Settings for VPC output",
3175        "ChannelSummary$Vpc": "Settings for VPC output",
3176        "CreateChannel$Vpc": "Settings for VPC output"
3177      }
3178    },
3179    "WavCodingMode": {
3180      "base": "Wav Coding Mode",
3181      "refs": {
3182        "WavSettings$CodingMode": "The audio coding mode for the WAV audio. The mode determines the number of channels in the audio."
3183      }
3184    },
3185    "WavSettings": {
3186      "base": "Wav Settings",
3187      "refs": {
3188        "AudioCodecSettings$WavSettings": null
3189      }
3190    },
3191    "WebvttDestinationSettings": {
3192      "base": "Webvtt Destination Settings",
3193      "refs": {
3194        "CaptionDestinationSettings$WebvttDestinationSettings": null
3195      }
3196    },
3197    "__boolean": {
3198      "base": null,
3199      "refs": {
3200      }
3201    },
3202    "__double": {
3203      "base": null,
3204      "refs": {
3205        "AacSettings$Bitrate": "Average bitrate in bits/second. Valid values depend on rate control mode and profile.",
3206        "AacSettings$SampleRate": "Sample rate in Hz. Valid values depend on rate control mode and profile.",
3207        "Ac3Settings$Bitrate": "Average bitrate in bits/second. Valid bitrates depend on the coding mode.",
3208        "Eac3Settings$Bitrate": "Average bitrate in bits/second. Valid bitrates depend on the coding mode.",
3209        "Eac3Settings$LoRoCenterMixLevel": "Left only/Right only center mix level. Only used for 3/2 coding mode.",
3210        "Eac3Settings$LoRoSurroundMixLevel": "Left only/Right only surround mix level. Only used for 3/2 coding mode.",
3211        "Eac3Settings$LtRtCenterMixLevel": "Left total/Right total center mix level. Only used for 3/2 coding mode.",
3212        "Eac3Settings$LtRtSurroundMixLevel": "Left total/Right total surround mix level. Only used for 3/2 coding mode.",
3213        "H264Settings$GopSize": "GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.\nIf gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1.\nIf gopSizeUnits is seconds, gopSize must be greater than 0, but need not be an integer.",
3214        "H265Settings$GopSize": "GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.\nIf gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1.\nIf gopSizeUnits is seconds, gopSize must be greater than 0, but need not be an integer.",
3215        "InputDeviceHdSettings$Framerate": "The frame rate of the video source.",
3216        "InputDeviceUhdSettings$Framerate": "The frame rate of the video source.",
3217        "Mp2Settings$Bitrate": "Average bitrate in bits/second.",
3218        "Mp2Settings$SampleRate": "Sample rate in Hz.",
3219        "Mpeg2Settings$GopSize": "Relates to the GOP structure. The GOP size (keyframe interval) in the units specified in gopSizeUnits. If you do not know what GOP is, use the default.\nIf gopSizeUnits is frames, then the gopSize must be an integer and must be greater than or equal to 1.\nIf gopSizeUnits is seconds, the gopSize must be greater than 0, but does not need to be an integer.",
3220        "Offering$FixedPrice": "One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering",
3221        "Offering$UsagePrice": "Recurring usage charge for each reserved resource, e.g. '157.0'",
3222        "Reservation$FixedPrice": "One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering",
3223        "Reservation$UsagePrice": "Recurring usage charge for each reserved resource, e.g. '157.0'",
3224        "WavSettings$BitDepth": "Bits per sample.",
3225        "WavSettings$SampleRate": "Sample rate in Hz."
3226      }
3227    },
3228    "__doubleMin0": {
3229      "base": null,
3230      "refs": {
3231        "M2tsSettings$FragmentTime": "The length in seconds of each fragment. Only used with EBP markers.",
3232        "M2tsSettings$NullPacketBitrate": "Value in bits per second of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets."
3233      }
3234    },
3235    "__doubleMin0Max1": {
3236      "base": null,
3237      "refs": {
3238        "VideoBlackFailoverSettings$BlackDetectThreshold": "A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'. For the input to be considered black, every pixel in a frame must be below this threshold. The threshold is calculated as a percentage (expressed as a decimal) of white. Therefore .1 means 10% white (or 90% black). Note how the formula works for any color depth. For example, if you set this field to 0.1 in 10-bit color depth: (1023*0.1=102.3), which means a pixel value of 102 or less is 'black'. If you set this field to .1 in an 8-bit color depth: (255*0.1=25.5), which means a pixel value of 25 or less is 'black'. The range is 0.0 to 1.0, with any number of decimal places."
3239      }
3240    },
3241    "__doubleMin1": {
3242      "base": null,
3243      "refs": {
3244        "M2tsSettings$SegmentationTime": "The length in seconds of each segment. Required unless markers is set to _none_."
3245      }
3246    },
3247    "__doubleMinNegative59Max0": {
3248      "base": null,
3249      "refs": {
3250        "AudioNormalizationSettings$TargetLkfs": "Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used according to the chosen algorithm.  The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS."
3251      }
3252    },
3253    "__integer": {
3254      "base": null,
3255      "refs": {
3256        "BurnInDestinationSettings$ShadowXOffset": "Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left.  All burn-in and DVB-Sub font settings must match.",
3257        "BurnInDestinationSettings$ShadowYOffset": "Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text.  All burn-in and DVB-Sub font settings must match.",
3258        "Channel$PipelinesRunningCount": "The number of currently healthy pipelines.",
3259        "ChannelSummary$PipelinesRunningCount": "The number of currently healthy pipelines.",
3260        "DvbSubDestinationSettings$ShadowXOffset": "Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left.  All burn-in and DVB-Sub font settings must match.",
3261        "DvbSubDestinationSettings$ShadowYOffset": "Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text.  All burn-in and DVB-Sub font settings must match.",
3262        "InputDeviceConfigurableSettings$MaxBitrate": "The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.",
3263        "InputDeviceHdSettings$Height": "The height of the video source, in pixels.",
3264        "InputDeviceHdSettings$MaxBitrate": "The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.",
3265        "InputDeviceHdSettings$Width": "The width of the video source, in pixels.",
3266        "InputDeviceUhdSettings$Height": "The height of the video source, in pixels.",
3267        "InputDeviceUhdSettings$MaxBitrate": "The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.",
3268        "InputDeviceUhdSettings$Width": "The width of the video source, in pixels.",
3269        "Multiplex$PipelinesRunningCount": "The number of currently healthy pipelines.",
3270        "Multiplex$ProgramCount": "The number of programs in the multiplex.",
3271        "MultiplexProgramPacketIdentifiersMap$DvbTeletextPid": null,
3272        "MultiplexProgramPacketIdentifiersMap$EtvPlatformPid": null,
3273        "MultiplexProgramPacketIdentifiersMap$EtvSignalPid": null,
3274        "MultiplexProgramPacketIdentifiersMap$PcrPid": null,
3275        "MultiplexProgramPacketIdentifiersMap$PmtPid": null,
3276        "MultiplexProgramPacketIdentifiersMap$PrivateMetadataPid": null,
3277        "MultiplexProgramPacketIdentifiersMap$Scte35Pid": null,
3278        "MultiplexProgramPacketIdentifiersMap$TimedMetadataPid": null,
3279        "MultiplexProgramPacketIdentifiersMap$VideoPid": null,
3280        "MultiplexSummary$PipelinesRunningCount": "The number of currently healthy pipelines.",
3281        "MultiplexSummary$ProgramCount": "The number of programs in the multiplex.",
3282        "Offering$Duration": "Lease duration, e.g. '12'",
3283        "Reservation$Count": "Number of reserved resources",
3284        "Reservation$Duration": "Lease duration, e.g. '12'",
3285        "VideoDescription$Height": "Output video height, in pixels. Must be an even number. For most codecs, you can leave this field and width blank in order to use the height and width (resolution) from the source. Note, however, that leaving blank is not recommended. For the Frame Capture codec, height and width are required.",
3286        "VideoDescription$Width": "Output video width, in pixels. Must be an even number. For most codecs, you can leave this field and height blank in order to use the height and width (resolution) from the source. Note, however, that leaving blank is not recommended. For the Frame Capture codec, height and width are required.",
3287        "__listOf__integer$member": null
3288      }
3289    },
3290    "__integerMin0": {
3291      "base": null,
3292      "refs": {
3293        "BurnInDestinationSettings$XPosition": "Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter.  All burn-in and DVB-Sub font settings must match.",
3294        "BurnInDestinationSettings$YPosition": "Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output.  All burn-in and DVB-Sub font settings must match.",
3295        "DvbSubDestinationSettings$XPosition": "Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter.  This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream.  All burn-in and DVB-Sub font settings must match.",
3296        "DvbSubDestinationSettings$YPosition": "Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output.  This option is not valid for source captions that are STL, 608/embedded or teletext.  These source settings are already pre-defined by the caption stream.  All burn-in and DVB-Sub font settings must match.",
3297        "H264Settings$BufSize": "Size of buffer (HRD buffer model) in bits.",
3298        "H264Settings$GopClosedCadence": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.",
3299        "H265Settings$GopClosedCadence": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.",
3300        "HlsAkamaiSettings$ConnectionRetryInterval": "Number of seconds to wait before retrying connection to the CDN if the connection is lost.",
3301        "HlsAkamaiSettings$NumRetries": "Number of retry attempts that will be made before the Live Event is put into an error state.",
3302        "HlsBasicPutSettings$ConnectionRetryInterval": "Number of seconds to wait before retrying connection to the CDN if the connection is lost.",
3303        "HlsBasicPutSettings$NumRetries": "Number of retry attempts that will be made before the Live Event is put into an error state.",
3304        "HlsGroupSettings$MinSegmentLength": "When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.",
3305        "HlsGroupSettings$TimedMetadataId3Period": "Timed Metadata interval in seconds.",
3306        "HlsGroupSettings$TimestampDeltaMilliseconds": "Provides an extra millisecond delta offset to fine tune the timestamps.",
3307        "HlsInputSettings$Bandwidth": "When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen, otherwise the highest bandwidth stream in the m3u8 will be chosen.  The bitrate is specified in bits per second, as in an HLS manifest.",
3308        "HlsInputSettings$BufferSegments": "When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment).  When not specified, the HLS input will begin with the first segment specified in the m3u8.",
3309        "HlsInputSettings$Retries": "The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.",
3310        "HlsInputSettings$RetryInterval": "The number of seconds between retries when an attempt to read a manifest or segment fails.",
3311        "HlsMediaStoreSettings$ConnectionRetryInterval": "Number of seconds to wait before retrying connection to the CDN if the connection is lost.",
3312        "HlsMediaStoreSettings$NumRetries": "Number of retry attempts that will be made before the Live Event is put into an error state.",
3313        "HlsWebdavSettings$ConnectionRetryInterval": "Number of seconds to wait before retrying connection to the CDN if the connection is lost.",
3314        "HlsWebdavSettings$NumRetries": "Number of retry attempts that will be made before the Live Event is put into an error state.",
3315        "M2tsSettings$AudioFramesPerPes": "The number of audio frames to insert for each PES packet.",
3316        "M2tsSettings$Bitrate": "The output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate.",
3317        "M3u8Settings$AudioFramesPerPes": "The number of audio frames to insert for each PES packet.",
3318        "Mpeg2Settings$GopClosedCadence": "MPEG2: default is open GOP.",
3319        "MsSmoothGroupSettings$ConnectionRetryInterval": "Number of seconds to wait before retrying connection to the IIS server if the connection is lost. Content will be cached during this time and the cache will be be delivered to the IIS server once the connection is re-established.",
3320        "MsSmoothGroupSettings$FilecacheDuration": "Size in seconds of file cache for streaming outputs.",
3321        "MsSmoothGroupSettings$NumRetries": "Number of retry attempts.",
3322        "MsSmoothGroupSettings$RestartDelay": "Number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one segment, or exceeding filecacheDuration.",
3323        "RtmpGroupSettings$RestartDelay": "If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.",
3324        "RtmpOutputSettings$NumRetries": "Number of retry attempts.",
3325        "StaticImageActivateScheduleActionSettings$Duration": "The duration in milliseconds for the image to remain on the video. If omitted or set to 0 the duration is unlimited and the image will remain until it is explicitly deactivated.",
3326        "StaticImageActivateScheduleActionSettings$FadeIn": "The time in milliseconds for the image to fade in. The fade-in starts at the start time of the overlay. Default is 0 (no fade-in).",
3327        "StaticImageActivateScheduleActionSettings$FadeOut": "Applies only if a duration is specified. The time in milliseconds for the image to fade out. The fade-out starts when the duration time is hit, so it effectively extends the duration. Default is 0 (no fade-out).",
3328        "StaticImageActivateScheduleActionSettings$ImageX": "Placement of the left edge of the overlay relative to the left edge of the video frame, in pixels. 0 (the default) is the left edge of the frame. If the placement causes the overlay to extend beyond the right edge of the underlying video, then the overlay is cropped on the right.",
3329        "StaticImageActivateScheduleActionSettings$ImageY": "Placement of the top edge of the overlay relative to the top edge of the video frame, in pixels. 0 (the default) is the top edge of the frame. If the placement causes the overlay to extend beyond the bottom edge of the underlying video, then the overlay is cropped on the bottom.",
3330        "StaticImageDeactivateScheduleActionSettings$FadeOut": "The time in milliseconds for the image to fade out. Default is 0 (no fade-out).",
3331        "UdpGroupSettings$TimedMetadataId3Period": "Timed Metadata interval in seconds."
3332      }
3333    },
3334    "__integerMin0Max10": {
3335      "base": null,
3336      "refs": {
3337        "BurnInDestinationSettings$OutlineSize": "Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.",
3338        "DvbSubDestinationSettings$OutlineSize": "Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match."
3339      }
3340    },
3341    "__integerMin0Max100": {
3342      "base": null,
3343      "refs": {
3344        "H264Settings$BufFillPct": "Percentage of the buffer that should initially be filled (HRD buffer model).",
3345        "StaticImageActivateScheduleActionSettings$Opacity": "Opacity of image where 0 is transparent and 100 is fully opaque. Default is 100.",
3346        "VideoDescription$Sharpness": "Changes the strength of the anti-alias filter used for scaling. 0 is the softest setting, 100 is the sharpest. A setting of 50 is recommended for most content."
3347      }
3348    },
3349    "__integerMin0Max1000": {
3350      "base": null,
3351      "refs": {
3352        "M2tsSettings$PatInterval": "The number of milliseconds between instances of this table in the output transport stream.  Valid values are 0, 10..1000.",
3353        "M2tsSettings$PmtInterval": "The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.",
3354        "M3u8Settings$PatInterval": "The number of milliseconds between instances of this table in the output transport stream. A value of \\\"0\\\" writes out the PMT once per segment file.",
3355        "M3u8Settings$PmtInterval": "The number of milliseconds between instances of this table in the output transport stream. A value of \\\"0\\\" writes out the PMT once per segment file."
3356      }
3357    },
3358    "__integerMin0Max10000": {
3359      "base": null,
3360      "refs": {
3361        "M2tsSettings$EbpLookaheadMs": "When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is \"stretched\" to the next marker.  The lookahead value does not add latency to the system. The Live Event must be configured elsewhere to create sufficient latency to make the lookahead accurate.",
3362        "MsSmoothGroupSettings$SendDelayMs": "Number of milliseconds to delay the output from the second pipeline.",
3363        "UdpOutputSettings$BufferMsec": "UDP output buffering in milliseconds. Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, etc."
3364      }
3365    },
3366    "__integerMin0Max1000000": {
3367      "base": null,
3368      "refs": {
3369        "InputLossBehavior$BlackFrameMsec": "On input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType.  A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000 will be interpreted as infinite.",
3370        "InputLossBehavior$RepeatFrameMsec": "On input loss, the number of milliseconds to repeat the previous picture before substituting black into the output.  A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000 will be interpreted as infinite."
3371      }
3372    },
3373    "__integerMin0Max100000000": {
3374      "base": null,
3375      "refs": {
3376        "MultiplexSettings$TransportStreamReservedBitrate": "Transport stream reserved bit rate."
3377      }
3378    },
3379    "__integerMin0Max128": {
3380      "base": null,
3381      "refs": {
3382        "H264Settings$Softness": "Softness. Selects quantizer matrix, larger values reduce high-frequency content in the encoded image."
3383      }
3384    },
3385    "__integerMin0Max15": {
3386      "base": null,
3387      "refs": {
3388        "HlsAkamaiSettings$RestartDelay": "If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.",
3389        "HlsBasicPutSettings$RestartDelay": "If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.",
3390        "HlsMediaStoreSettings$RestartDelay": "If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.",
3391        "HlsWebdavSettings$RestartDelay": "If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.",
3392        "InputChannelLevel$InputChannel": "The index of the input channel used as a source."
3393      }
3394    },
3395    "__integerMin0Max255": {
3396      "base": null,
3397      "refs": {
3398        "BurnInDestinationSettings$BackgroundOpacity": "Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent).  All burn-in and DVB-Sub font settings must match.",
3399        "BurnInDestinationSettings$FontOpacity": "Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent.  All burn-in and DVB-Sub font settings must match.",
3400        "BurnInDestinationSettings$ShadowOpacity": "Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent).  All burn-in and DVB-Sub font settings must match.",
3401        "DvbSubDestinationSettings$BackgroundOpacity": "Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent).  All burn-in and DVB-Sub font settings must match.",
3402        "DvbSubDestinationSettings$FontOpacity": "Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent.  All burn-in and DVB-Sub font settings must match.",
3403        "DvbSubDestinationSettings$ShadowOpacity": "Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent).  All burn-in and DVB-Sub font settings must match.",
3404        "Scte35SegmentationDescriptor$SegmentNum": "Corresponds to SCTE-35 segment_num. A value that is valid for the specified segmentation_type_id.",
3405        "Scte35SegmentationDescriptor$SegmentationTypeId": "Corresponds to SCTE-35 segmentation_type_id. One of the segmentation_type_id values listed in the SCTE-35 specification. On the console, enter the ID in decimal (for example, \"52\"). In the CLI, API, or an SDK, enter the ID in hex (for example, \"0x34\") or decimal (for example, \"52\").",
3406        "Scte35SegmentationDescriptor$SegmentationUpidType": "Corresponds to SCTE-35 segmentation_upid_type. On the console, enter one of the types listed in the SCTE-35 specification, converted to a decimal. For example, \"0x0C\" hex from the specification is \"12\" in decimal. In the CLI, API, or an SDK, enter one of the types listed in the SCTE-35 specification, in either hex (for example, \"0x0C\" ) or in decimal (for example, \"12\").",
3407        "Scte35SegmentationDescriptor$SegmentsExpected": "Corresponds to SCTE-35 segments_expected. A value that is valid for the specified segmentation_type_id.",
3408        "Scte35SegmentationDescriptor$SubSegmentNum": "Corresponds to SCTE-35 sub_segment_num. A value that is valid for the specified segmentation_type_id.",
3409        "Scte35SegmentationDescriptor$SubSegmentsExpected": "Corresponds to SCTE-35 sub_segments_expected. A value that is valid for the specified segmentation_type_id."
3410      }
3411    },
3412    "__integerMin0Max30": {
3413      "base": null,
3414      "refs": {
3415        "H264Settings$MinIInterval": "Only meaningful if sceneChangeDetect is set to enabled.  Defaults to 5 if multiplex rate control is used.  Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1",
3416        "H265Settings$MinIInterval": "Only meaningful if sceneChangeDetect is set to enabled.  Defaults to 5 if multiplex rate control is used.  Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1"
3417      }
3418    },
3419    "__integerMin0Max32768": {
3420      "base": null,
3421      "refs": {
3422        "Hdr10Settings$MaxCll": "Maximum Content Light Level\nAn integer metadata value defining the maximum light level, in nits,\nof any single pixel within an encoded HDR video stream or file.",
3423        "Hdr10Settings$MaxFall": "Maximum Frame Average Light Level\nAn integer metadata value defining the maximum average light level, in nits,\nfor any single frame within an encoded HDR video stream or file."
3424      }
3425    },
3426    "__integerMin0Max3600": {
3427      "base": null,
3428      "refs": {
3429        "HlsGroupSettings$ProgramDateTimePeriod": "Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds."
3430      }
3431    },
3432    "__integerMin0Max500": {
3433      "base": null,
3434      "refs": {
3435        "M2tsSettings$PcrPeriod": "Maximum time in milliseconds between Program Clock Reference (PCRs) inserted into the transport stream.",
3436        "M3u8Settings$PcrPeriod": "Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream."
3437      }
3438    },
3439    "__integerMin0Max600": {
3440      "base": null,
3441      "refs": {
3442        "HlsAkamaiSettings$FilecacheDuration": "Size in seconds of file cache for streaming outputs.",
3443        "HlsBasicPutSettings$FilecacheDuration": "Size in seconds of file cache for streaming outputs.",
3444        "HlsMediaStoreSettings$FilecacheDuration": "Size in seconds of file cache for streaming outputs.",
3445        "HlsWebdavSettings$FilecacheDuration": "Size in seconds of file cache for streaming outputs."
3446      }
3447    },
3448    "__integerMin0Max65535": {
3449      "base": null,
3450      "refs": {
3451        "M2tsSettings$ProgramNum": "The value of the program number field in the Program Map Table.",
3452        "M2tsSettings$TransportStreamId": "The value of the transport stream ID field in the Program Map Table.",
3453        "M3u8Settings$ProgramNum": "The value of the program number field in the Program Map Table.",
3454        "M3u8Settings$TransportStreamId": "The value of the transport stream ID field in the Program Map Table.",
3455        "MultiplexProgramSettings$ProgramNumber": "Unique program number.",
3456        "MultiplexSettings$TransportStreamId": "Transport stream ID."
3457      }
3458    },
3459    "__integerMin0Max65536": {
3460      "base": null,
3461      "refs": {
3462        "DvbNitSettings$NetworkId": "The numeric value placed in the Network Information Table (NIT).",
3463        "VideoSelectorProgramId$ProgramId": "Selects a specific program from within a multi-program transport stream. If the program doesn't exist, the first program within the transport stream will be selected by default."
3464      }
3465    },
3466    "__integerMin0Max7": {
3467      "base": null,
3468      "refs": {
3469        "AudioChannelMapping$OutputChannel": "The index of the output channel being produced.",
3470        "H264Settings$GopNumBFrames": "Number of B-frames between reference frames.",
3471        "Mpeg2Settings$GopNumBFrames": "Relates to the GOP structure. The number of B-frames between reference frames. If you do not know what a B-frame is, use the default.",
3472        "StaticImageActivateScheduleActionSettings$Layer": "The number of the layer, 0 to 7. There are 8 layers that can be overlaid on the video, each layer with a different image. The layers are in Z order, which means that overlays with higher values of layer are inserted on top of overlays with lower values of layer. Default is 0.",
3473        "StaticImageDeactivateScheduleActionSettings$Layer": "The image overlay layer to deactivate, 0 to 7. Default is 0."
3474      }
3475    },
3476    "__integerMin0Max8191": {
3477      "base": null,
3478      "refs": {
3479        "AudioPidSelection$Pid": "Selects a specific PID from within a source.",
3480        "VideoSelectorPid$Pid": "Selects a specific PID from within a video source."
3481      }
3482    },
3483    "__integerMin1": {
3484      "base": null,
3485      "refs": {
3486        "ArchiveGroupSettings$RolloverInterval": "Number of seconds to write to archive file before closing and starting a new one.",
3487        "AudioTrack$Track": "1-based integer value that maps to a specific audio track",
3488        "AutomaticInputFailoverSettings$ErrorClearTimeMsec": "This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input_preference for the failover pair is set to PRIMARY_INPUT_PREFERRED, because after this time, MediaLive will switch back to the primary input.",
3489        "DvbSubSourceSettings$Pid": "When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.",
3490        "H264Settings$FramerateDenominator": "Framerate denominator.",
3491        "H264Settings$FramerateNumerator": "Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.",
3492        "H264Settings$ParDenominator": "Pixel Aspect Ratio denominator.",
3493        "H264Settings$ParNumerator": "Pixel Aspect Ratio numerator.",
3494        "H265Settings$FramerateNumerator": "Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.",
3495        "H265Settings$ParDenominator": "Pixel Aspect Ratio denominator.",
3496        "H265Settings$ParNumerator": "Pixel Aspect Ratio numerator.",
3497        "HlsGroupSettings$KeepSegments": "Applies only if Mode field is LIVE.\n\nSpecifies the number of media segments to retain in the destination directory. This number should be bigger than indexNSegments (Num segments). We recommend (value = (2 x indexNsegments) + 1).\n\nIf this \"keep segments\" number is too low, the following might happen: the player is still reading a media manifest file that lists this segment, but that segment has been removed from the destination directory (as directed by indexNSegments). This situation would result in a 404 HTTP error on the player.",
3498        "HlsGroupSettings$SegmentLength": "Length of MPEG-2 Transport Stream segments to create (in seconds). Note that segments will end on the next keyframe after this number of seconds, so actual segment length may be longer.",
3499        "HlsGroupSettings$SegmentsPerSubdirectory": "Number of segments to write to a subdirectory before starting a new one. directoryStructure must be subdirectoryPerStream for this setting to have an effect.",
3500        "Mpeg2Settings$FramerateDenominator": "description\": \"The framerate denominator. For example, 1001. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.",
3501        "Mpeg2Settings$FramerateNumerator": "The framerate numerator. For example, 24000. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.",
3502        "MsSmoothGroupSettings$FragmentLength": "Length of mp4 fragments to generate (in seconds). Fragment length must be compatible with GOP size and framerate.",
3503        "PurchaseOffering$Count": "Number of resources",
3504        "RtmpOutputSettings$ConnectionRetryInterval": "Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.",
3505        "Scte27SourceSettings$Pid": "The pid field is used in conjunction with the caption selector languageCode field as follows:\n  - Specify PID and Language: Extracts captions from that PID; the language is \"informational\".\n  - Specify PID and omit Language: Extracts the specified PID.\n  - Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be.\n  - Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages will be passed through.",
3506        "StaticImageActivateScheduleActionSettings$Height": "The height of the image when inserted into the video, in pixels. The overlay will be scaled up or down to the specified height. Leave blank to use the native height of the overlay.",
3507        "StaticImageActivateScheduleActionSettings$Width": "The width of the image when inserted into the video, in pixels. The overlay will be scaled up or down to the specified width. Leave blank to use the native width of the overlay."
3508      }
3509    },
3510    "__integerMin100": {
3511      "base": null,
3512      "refs": {
3513        "InputLossFailoverSettings$InputLossThresholdMsec": "The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur."
3514      }
3515    },
3516    "__integerMin1000": {
3517      "base": null,
3518      "refs": {
3519        "AudioSilenceFailoverSettings$AudioSilenceThresholdMsec": "The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.",
3520        "H264Settings$Bitrate": "Average bitrate in bits/second. Required when the rate control mode is VBR or CBR. Not used for QVBR. In an MS Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.",
3521        "H264Settings$MaxBitrate": "For QVBR: See the tooltip for Quality level\n\nFor VBR: Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.",
3522        "VideoBlackFailoverSettings$VideoBlackThresholdMsec": "The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs."
3523      }
3524    },
3525    "__integerMin1000000Max100000000": {
3526      "base": null,
3527      "refs": {
3528        "MultiplexSettings$TransportStreamBitrate": "Transport stream bit rate.",
3529        "MultiplexSettingsSummary$TransportStreamBitrate": "Transport stream bit rate."
3530      }
3531    },
3532    "__integerMin100000Max100000000": {
3533      "base": null,
3534      "refs": {
3535        "MultiplexStatmuxVideoSettings$MaximumBitrate": "Maximum statmux bitrate.",
3536        "MultiplexStatmuxVideoSettings$MinimumBitrate": "Minimum statmux bitrate.",
3537        "MultiplexVideoSettings$ConstantBitrate": "The constant bitrate configuration for the video encode.\nWhen this field is defined, StatmuxSettings must be undefined."
3538      }
3539    },
3540    "__integerMin100000Max40000000": {
3541      "base": null,
3542      "refs": {
3543        "H265Settings$Bitrate": "Average bitrate in bits/second. Required when the rate control mode is VBR or CBR. Not used for QVBR. In an MS Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.",
3544        "H265Settings$MaxBitrate": "For QVBR: See the tooltip for Quality level"
3545      }
3546    },
3547    "__integerMin100000Max80000000": {
3548      "base": null,
3549      "refs": {
3550        "H265Settings$BufSize": "Size of buffer (HRD buffer model) in bits."
3551      }
3552    },
3553    "__integerMin1000Max30000": {
3554      "base": null,
3555      "refs": {
3556        "DvbTdtSettings$RepInterval": "The number of milliseconds between instances of this table in the output transport stream."
3557      }
3558    },
3559    "__integerMin1Max10": {
3560      "base": null,
3561      "refs": {
3562        "H264Settings$QvbrQualityLevel": "Controls the target quality for the video encode. Applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are:\n- Primary screen: Quality level: 8 to 10. Max bitrate: 4M\n- PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M\n- Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M",
3563        "H265Settings$QvbrQualityLevel": "Controls the target quality for the video encode. Applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are:\n- Primary screen: Quality level: 8 to 10. Max bitrate: 4M\n- PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M\n- Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M"
3564      }
3565    },
3566    "__integerMin1Max1000000": {
3567      "base": null,
3568      "refs": {
3569        "TimecodeConfig$SyncThreshold": "Threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. No timecode sync when this is not specified."
3570      }
3571    },
3572    "__integerMin1Max16": {
3573      "base": null,
3574      "refs": {
3575        "H265Settings$Slices": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.\nThis field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution.",
3576        "RemixSettings$ChannelsIn": "Number of input channels to be used."
3577      }
3578    },
3579    "__integerMin1Max20": {
3580      "base": null,
3581      "refs": {
3582        "FecOutputSettings$RowLength": "Parameter L from SMPTE 2022-1. The width of the FEC protection matrix.  Must be between 1 and 20, inclusive. If only Column FEC is used, then larger values increase robustness.  If Row FEC is used, then this is the number of transport stream packets per row error correction packet, and the value must be between 4 and 20, inclusive, if includeFec is columnAndRow. If includeFec is column, this value must be 1 to 20, inclusive."
3583      }
3584    },
3585    "__integerMin1Max3003": {
3586      "base": null,
3587      "refs": {
3588        "H265Settings$FramerateDenominator": "Framerate denominator."
3589      }
3590    },
3591    "__integerMin1Max31": {
3592      "base": null,
3593      "refs": {
3594        "Ac3Settings$Dialnorm": "Sets the dialnorm for the output. If excluded and input audio is Dolby Digital, dialnorm will be passed through.",
3595        "Eac3Settings$Dialnorm": "Sets the dialnorm for the output. If blank and input audio is Dolby Digital Plus, dialnorm will be passed through."
3596      }
3597    },
3598    "__integerMin1Max32": {
3599      "base": null,
3600      "refs": {
3601        "H264Settings$Slices": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.\nThis field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution."
3602      }
3603    },
3604    "__integerMin1Max3600000": {
3605      "base": null,
3606      "refs": {
3607        "FrameCaptureSettings$CaptureInterval": "The frequency at which to capture frames for inclusion in the output. May be specified in either seconds or milliseconds, as specified by captureIntervalUnits."
3608      }
3609    },
3610    "__integerMin1Max4": {
3611      "base": null,
3612      "refs": {
3613        "AncillarySourceSettings$SourceAncillaryChannelNumber": "Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.",
3614        "CaptionLanguageMapping$CaptionChannel": "The closed caption channel being described by this CaptionLanguageMapping.  Each channel mapping must have a unique channel number (maximum of 4)",
3615        "EmbeddedSourceSettings$Source608ChannelNumber": "Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.",
3616        "Scte20SourceSettings$Source608ChannelNumber": "Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough."
3617      }
3618    },
3619    "__integerMin1Max5": {
3620      "base": null,
3621      "refs": {
3622        "EmbeddedSourceSettings$Source608TrackNumber": "This field is unused and deprecated.",
3623        "InputSettings$FilterStrength": "Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest)."
3624      }
3625    },
3626    "__integerMin1Max6": {
3627      "base": null,
3628      "refs": {
3629        "H264Settings$NumRefFrames": "Number of reference frames to use. The encoder may use more than requested if using B-frames and/or interlaced encoding."
3630      }
3631    },
3632    "__integerMin1Max8": {
3633      "base": null,
3634      "refs": {
3635        "RemixSettings$ChannelsOut": "Number of output channels to be produced.\nValid values: 1, 2, 4, 6, 8"
3636      }
3637    },
3638    "__integerMin25Max10000": {
3639      "base": null,
3640      "refs": {
3641        "DvbNitSettings$RepInterval": "The number of milliseconds between instances of this table in the output transport stream."
3642      }
3643    },
3644    "__integerMin25Max2000": {
3645      "base": null,
3646      "refs": {
3647        "DvbSdtSettings$RepInterval": "The number of milliseconds between instances of this table in the output transport stream."
3648      }
3649    },
3650    "__integerMin3": {
3651      "base": null,
3652      "refs": {
3653        "HlsGroupSettings$IndexNSegments": "Applies only if Mode field is LIVE.\n\nSpecifies the maximum number of segments in the media manifest file. After this maximum, older segments are removed from the media manifest. This number must be smaller than the number in the Keep Segments field."
3654      }
3655    },
3656    "__integerMin30": {
3657      "base": null,
3658      "refs": {
3659        "RtmpGroupSettings$CacheLength": "Cache length, in seconds, is used to calculate buffer size."
3660      }
3661    },
3662    "__integerMin4Max20": {
3663      "base": null,
3664      "refs": {
3665        "FecOutputSettings$ColumnDepth": "Parameter D from SMPTE 2022-1. The height of the FEC protection matrix.  The number of transport stream packets per column error correction packet. Must be between 4 and 20, inclusive."
3666      }
3667    },
3668    "__integerMin800Max3000": {
3669      "base": null,
3670      "refs": {
3671        "MultiplexSettings$MaximumVideoBufferDelayMilliseconds": "Maximum video buffer delay in milliseconds."
3672      }
3673    },
3674    "__integerMin96Max600": {
3675      "base": null,
3676      "refs": {
3677        "BurnInDestinationSettings$FontResolution": "Font resolution in DPI (dots per inch); default is 96 dpi.  All burn-in and DVB-Sub font settings must match.",
3678        "DvbSubDestinationSettings$FontResolution": "Font resolution in DPI (dots per inch); default is 96 dpi.  All burn-in and DVB-Sub font settings must match."
3679      }
3680    },
3681    "__integerMinNegative1000Max1000": {
3682      "base": null,
3683      "refs": {
3684        "Scte35SpliceInsert$AdAvailOffset": "When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.",
3685        "Scte35TimeSignalApos$AdAvailOffset": "When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages."
3686      }
3687    },
3688    "__integerMinNegative5Max5": {
3689      "base": null,
3690      "refs": {
3691        "MultiplexStatmuxVideoSettings$Priority": "The purpose of the priority is to use a combination of the\\nmultiplex rate control algorithm and the QVBR capability of the\\nencoder to prioritize the video quality of some channels in a\\nmultiplex over others.  Channels that have a higher priority will\\nget higher video quality at the expense of the video quality of\\nother channels in the multiplex with lower priority."
3692      }
3693    },
3694    "__integerMinNegative60Max6": {
3695      "base": null,
3696      "refs": {
3697        "InputChannelLevel$Gain": "Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB."
3698      }
3699    },
3700    "__integerMinNegative60Max60": {
3701      "base": null,
3702      "refs": {
3703        "GlobalConfiguration$InitialAudioGain": "Value to set the initial audio gain for the Live Event."
3704      }
3705    },
3706    "__listOfAudioChannelMapping": {
3707      "base": null,
3708      "refs": {
3709        "RemixSettings$ChannelMappings": "Mapping of input channels to output channels, with appropriate gain adjustments."
3710      }
3711    },
3712    "__listOfAudioDescription": {
3713      "base": null,
3714      "refs": {
3715        "EncoderSettings$AudioDescriptions": null
3716      }
3717    },
3718    "__listOfAudioSelector": {
3719      "base": null,
3720      "refs": {
3721        "InputSettings$AudioSelectors": "Used to select the audio stream to decode for inputs that have multiple available."
3722      }
3723    },
3724    "__listOfAudioTrack": {
3725      "base": null,
3726      "refs": {
3727        "AudioTrackSelection$Tracks": "Selects one or more unique audio tracks from within a source."
3728      }
3729    },
3730    "__listOfBatchFailedResultModel": {
3731      "base": null,
3732      "refs": {
3733        "BatchDeleteResultModel$Failed": "List of failed operations",
3734        "BatchStartResultModel$Failed": "List of failed operations",
3735        "BatchStopResultModel$Failed": "List of failed operations"
3736      }
3737    },
3738    "__listOfBatchSuccessfulResultModel": {
3739      "base": null,
3740      "refs": {
3741        "BatchDeleteResultModel$Successful": "List of successful operations",
3742        "BatchStartResultModel$Successful": "List of successful operations",
3743        "BatchStopResultModel$Successful": "List of successful operations"
3744      }
3745    },
3746    "__listOfCaptionDescription": {
3747      "base": null,
3748      "refs": {
3749        "EncoderSettings$CaptionDescriptions": "Settings for caption decriptions"
3750      }
3751    },
3752    "__listOfCaptionLanguageMapping": {
3753      "base": null,
3754      "refs": {
3755        "HlsGroupSettings$CaptionLanguageMappings": "Mapping of up to 4 caption channels to caption languages.  Is only meaningful if captionLanguageSetting is set to \"insert\"."
3756      }
3757    },
3758    "__listOfCaptionSelector": {
3759      "base": null,
3760      "refs": {
3761        "InputSettings$CaptionSelectors": "Used to select the caption input to use for inputs that have multiple available."
3762      }
3763    },
3764    "__listOfChannelEgressEndpoint": {
3765      "base": null,
3766      "refs": {
3767        "Channel$EgressEndpoints": "The endpoints where outgoing connections initiate from",
3768        "ChannelSummary$EgressEndpoints": "The endpoints where outgoing connections initiate from"
3769      }
3770    },
3771    "__listOfChannelSummary": {
3772      "base": null,
3773      "refs": {
3774        "ListChannelsResultModel$Channels": null
3775      }
3776    },
3777    "__listOfFailoverCondition": {
3778      "base": null,
3779      "refs": {
3780        "AutomaticInputFailoverSettings$FailoverConditions": "A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input."
3781      }
3782    },
3783    "__listOfHlsAdMarkers": {
3784      "base": null,
3785      "refs": {
3786        "HlsGroupSettings$AdMarkers": "Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs."
3787      }
3788    },
3789    "__listOfInput": {
3790      "base": null,
3791      "refs": {
3792        "ListInputsResultModel$Inputs": null
3793      }
3794    },
3795    "__listOfInputAttachment": {
3796      "base": null,
3797      "refs": {
3798        "Channel$InputAttachments": "List of input attachments for channel.",
3799        "ChannelSummary$InputAttachments": "List of input attachments for channel.",
3800        "CreateChannel$InputAttachments": "List of input attachments for channel.",
3801        "UpdateChannel$InputAttachments": null
3802      }
3803    },
3804    "__listOfInputChannelLevel": {
3805      "base": null,
3806      "refs": {
3807        "AudioChannelMapping$InputChannelLevels": "Indices and gain values for each input channel that should be remixed into this output channel."
3808      }
3809    },
3810    "__listOfInputDestination": {
3811      "base": null,
3812      "refs": {
3813        "Input$Destinations": "A list of the destinations of the input (PUSH-type)."
3814      }
3815    },
3816    "__listOfInputDestinationRequest": {
3817      "base": null,
3818      "refs": {
3819        "CreateInput$Destinations": "Destination settings for PUSH type inputs.",
3820        "UpdateInput$Destinations": "Destination settings for PUSH type inputs."
3821      }
3822    },
3823    "__listOfInputDeviceRequest": {
3824      "base": null,
3825      "refs": {
3826        "UpdateInput$InputDevices": "Settings for the devices."
3827      }
3828    },
3829    "__listOfInputDeviceSettings": {
3830      "base": null,
3831      "refs": {
3832        "CreateInput$InputDevices": "Settings for the devices.",
3833        "Input$InputDevices": "Settings for the input devices."
3834      }
3835    },
3836    "__listOfInputDeviceSummary": {
3837      "base": null,
3838      "refs": {
3839        "ListInputDevicesResultModel$InputDevices": "The list of input devices."
3840      }
3841    },
3842    "__listOfInputSecurityGroup": {
3843      "base": null,
3844      "refs": {
3845        "ListInputSecurityGroupsResultModel$InputSecurityGroups": "List of input security groups"
3846      }
3847    },
3848    "__listOfInputSource": {
3849      "base": null,
3850      "refs": {
3851        "Input$Sources": "A list of the sources of the input (PULL-type)."
3852      }
3853    },
3854    "__listOfInputSourceRequest": {
3855      "base": null,
3856      "refs": {
3857        "CreateInput$Sources": "The source URLs for a PULL-type input. Every PULL type input needs\nexactly two source URLs for redundancy.\nOnly specify sources for PULL type Inputs. Leave Destinations empty.\n",
3858        "UpdateInput$Sources": "The source URLs for a PULL-type input. Every PULL type input needs\nexactly two source URLs for redundancy.\nOnly specify sources for PULL type Inputs. Leave Destinations empty.\n"
3859      }
3860    },
3861    "__listOfInputWhitelistRule": {
3862      "base": null,
3863      "refs": {
3864        "InputSecurityGroup$WhitelistRules": "Whitelist rules and their sync status"
3865      }
3866    },
3867    "__listOfInputWhitelistRuleCidr": {
3868      "base": null,
3869      "refs": {
3870        "InputSecurityGroupWhitelistRequest$WhitelistRules": "List of IPv4 CIDR addresses to whitelist"
3871      }
3872    },
3873    "__listOfMediaConnectFlow": {
3874      "base": null,
3875      "refs": {
3876        "Input$MediaConnectFlows": "A list of MediaConnect Flows for this input."
3877      }
3878    },
3879    "__listOfMediaConnectFlowRequest": {
3880      "base": null,
3881      "refs": {
3882        "CreateInput$MediaConnectFlows": "A list of the MediaConnect Flows that you want to use in this input. You can specify as few as one\nFlow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a\nseparate Availability Zone as this ensures your EML input is redundant to AZ issues.\n",
3883        "UpdateInput$MediaConnectFlows": "A list of the MediaConnect Flow ARNs that you want to use as the source of the input. You can specify as few as one\nFlow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a\nseparate Availability Zone as this ensures your EML input is redundant to AZ issues.\n"
3884      }
3885    },
3886    "__listOfMediaPackageOutputDestinationSettings": {
3887      "base": null,
3888      "refs": {
3889        "OutputDestination$MediaPackageSettings": "Destination settings for a MediaPackage output; one destination for both encoders."
3890      }
3891    },
3892    "__listOfMultiplexOutputDestination": {
3893      "base": null,
3894      "refs": {
3895        "Multiplex$Destinations": "A list of the multiplex output destinations."
3896      }
3897    },
3898    "__listOfMultiplexProgramPipelineDetail": {
3899      "base": null,
3900      "refs": {
3901        "MultiplexProgram$PipelineDetails": "Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time."
3902      }
3903    },
3904    "__listOfMultiplexProgramSummary": {
3905      "base": null,
3906      "refs": {
3907        "ListMultiplexProgramsResultModel$MultiplexPrograms": "List of multiplex programs."
3908      }
3909    },
3910    "__listOfMultiplexSummary": {
3911      "base": null,
3912      "refs": {
3913        "ListMultiplexesResultModel$Multiplexes": "List of multiplexes."
3914      }
3915    },
3916    "__listOfOffering": {
3917      "base": null,
3918      "refs": {
3919        "ListOfferingsResultModel$Offerings": "List of offerings"
3920      }
3921    },
3922    "__listOfOutput": {
3923      "base": null,
3924      "refs": {
3925        "OutputGroup$Outputs": null
3926      }
3927    },
3928    "__listOfOutputDestination": {
3929      "base": null,
3930      "refs": {
3931        "Channel$Destinations": "A list of destinations of the channel. For UDP outputs, there is one\ndestination per output. For other types (HLS, for example), there is\none destination per packager.\n",
3932        "ChannelSummary$Destinations": "A list of destinations of the channel. For UDP outputs, there is one\ndestination per output. For other types (HLS, for example), there is\none destination per packager.\n",
3933        "CreateChannel$Destinations": null,
3934        "UpdateChannel$Destinations": "A list of output destinations for this channel.",
3935        "UpdateChannelClass$Destinations": "A list of output destinations for this channel."
3936      }
3937    },
3938    "__listOfOutputDestinationSettings": {
3939      "base": null,
3940      "refs": {
3941        "OutputDestination$Settings": "Destination settings for a standard output; one destination for each redundant encoder."
3942      }
3943    },
3944    "__listOfOutputGroup": {
3945      "base": null,
3946      "refs": {
3947        "EncoderSettings$OutputGroups": null
3948      }
3949    },
3950    "__listOfPipelineDetail": {
3951      "base": null,
3952      "refs": {
3953        "Channel$PipelineDetails": "Runtime details for the pipelines of a running channel."
3954      }
3955    },
3956    "__listOfPipelinePauseStateSettings": {
3957      "base": null,
3958      "refs": {
3959        "PauseStateScheduleActionSettings$Pipelines": null
3960      }
3961    },
3962    "__listOfReservation": {
3963      "base": null,
3964      "refs": {
3965        "ListReservationsResultModel$Reservations": "List of reservations"
3966      }
3967    },
3968    "__listOfRtmpAdMarkers": {
3969      "base": null,
3970      "refs": {
3971        "RtmpGroupSettings$AdMarkers": "Choose the ad marker type for this output group. MediaLive will create a message based on the content of each SCTE-35 message, format it for that marker type, and insert it in the datastream."
3972      }
3973    },
3974    "__listOfScheduleAction": {
3975      "base": null,
3976      "refs": {
3977        "BatchScheduleActionCreateRequest$ScheduleActions": "A list of schedule actions to create.",
3978        "BatchScheduleActionCreateResult$ScheduleActions": "List of actions that have been created in the schedule.",
3979        "BatchScheduleActionDeleteResult$ScheduleActions": "List of actions that have been deleted from the schedule.",
3980        "ScheduleDescribeResultModel$ScheduleActions": "The list of actions in the schedule."
3981      }
3982    },
3983    "__listOfScte35Descriptor": {
3984      "base": null,
3985      "refs": {
3986        "Scte35TimeSignalScheduleActionSettings$Scte35Descriptors": "The list of SCTE-35 descriptors accompanying the SCTE-35 time_signal."
3987      }
3988    },
3989    "__listOfTransferringInputDeviceSummary": {
3990      "base": null,
3991      "refs": {
3992        "ListInputDeviceTransfersResultModel$InputDeviceTransfers": "The list of devices that you are transferring or are being transferred to you."
3993      }
3994    },
3995    "__listOfValidationError": {
3996      "base": null,
3997      "refs": {
3998        "ChannelConfigurationValidationError$ValidationErrors": "A collection of validation error responses.",
3999        "InputDeviceConfigurationValidationError$ValidationErrors": "A collection of validation error responses.",
4000        "MultiplexConfigurationValidationError$ValidationErrors": "A collection of validation error responses."
4001      }
4002    },
4003    "__listOfVideoDescription": {
4004      "base": null,
4005      "refs": {
4006        "EncoderSettings$VideoDescriptions": null
4007      }
4008    },
4009    "__listOf__integer": {
4010      "base": null,
4011      "refs": {
4012        "MultiplexProgramPacketIdentifiersMap$AudioPids": null,
4013        "MultiplexProgramPacketIdentifiersMap$DvbSubPids": null,
4014        "MultiplexProgramPacketIdentifiersMap$KlvDataPids": null,
4015        "MultiplexProgramPacketIdentifiersMap$Scte27Pids": null
4016      }
4017    },
4018    "__listOf__string": {
4019      "base": null,
4020      "refs": {
4021        "BatchDelete$ChannelIds": "List of channel IDs",
4022        "BatchDelete$InputIds": "List of input IDs",
4023        "BatchDelete$InputSecurityGroupIds": "List of input security group IDs",
4024        "BatchDelete$MultiplexIds": "List of multiplex IDs",
4025        "BatchScheduleActionDeleteRequest$ActionNames": "A list of schedule actions to delete.",
4026        "BatchStart$ChannelIds": "List of channel IDs",
4027        "BatchStart$MultiplexIds": "List of multiplex IDs",
4028        "BatchStop$ChannelIds": "List of channel IDs",
4029        "BatchStop$MultiplexIds": "List of multiplex IDs",
4030        "CreateInput$InputSecurityGroups": "A list of security groups referenced by IDs to attach to the input.",
4031        "CreateMultiplex$AvailabilityZones": "A list of availability zones for the multiplex. You must specify exactly two.",
4032        "Input$AttachedChannels": "A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).",
4033        "Input$InputPartnerIds": "A list of IDs for all Inputs which are partners of this one.",
4034        "Input$SecurityGroups": "A list of IDs for all the Input Security Groups attached to the input.",
4035        "InputDeviceNetworkSettings$DnsAddresses": "The DNS addresses of the input device.",
4036        "InputPrepareScheduleActionSettings$UrlPath": "The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.",
4037        "InputSecurityGroup$Inputs": "The list of inputs currently using this Input Security Group.",
4038        "InputSwitchScheduleActionSettings$UrlPath": "The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.",
4039        "InputVpcRequest$SecurityGroupIds": "A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.\nRequires subnetIds. If none are specified then the VPC default security group will be used.\n",
4040        "InputVpcRequest$SubnetIds": "A list of 2 VPC subnet IDs from the same VPC.\nSubnet IDs must be mapped to two unique availability zones (AZ).\n",
4041        "Multiplex$AvailabilityZones": "A list of availability zones for the multiplex.",
4042        "MultiplexSummary$AvailabilityZones": "A list of availability zones for the multiplex.",
4043        "Output$AudioDescriptionNames": "The names of the AudioDescriptions used as audio sources for this output.",
4044        "Output$CaptionDescriptionNames": "The names of the CaptionDescriptions used as caption sources for this output.",
4045        "UpdateInput$InputSecurityGroups": "A list of security groups referenced by IDs to attach to the input.",
4046        "VpcOutputSettings$PublicAddressAllocationIds": "List of public address allocation ids to associate with ENIs that will be created in Output VPC.\nMust specify one for SINGLE_PIPELINE, two for STANDARD channels\n",
4047        "VpcOutputSettings$SecurityGroupIds": "A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.\nIf none are specified then the VPC default security group will be used\n",
4048        "VpcOutputSettings$SubnetIds": "A list of VPC subnet IDs from the same VPC.\nIf STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).\n"
4049      }
4050    },
4051    "__longMin0Max1099511627775": {
4052      "base": null,
4053      "refs": {
4054        "Scte35SegmentationDescriptor$SegmentationDuration": "Corresponds to SCTE-35 segmentation_duration. Optional. The duration for the time_signal, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. Enter time in 90 KHz clock ticks. If you do not enter a duration, the time_signal will continue until you insert a cancellation message."
4055      }
4056    },
4057    "__longMin0Max4294967295": {
4058      "base": null,
4059      "refs": {
4060        "Scte35ReturnToNetworkScheduleActionSettings$SpliceEventId": "The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.",
4061        "Scte35SegmentationDescriptor$SegmentationEventId": "Corresponds to SCTE-35 segmentation_event_id. ",
4062        "Scte35SpliceInsertScheduleActionSettings$SpliceEventId": "The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35."
4063      }
4064    },
4065    "__longMin0Max8589934591": {
4066      "base": null,
4067      "refs": {
4068        "Scte35SpliceInsertScheduleActionSettings$Duration": "Optional, the duration for the splice_insert, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read the duration and cue in at that time. If you do not enter a duration, the splice_insert will continue indefinitely and there is an expectation that you will enter a return_to_network to end the splice_insert at the appropriate time."
4069      }
4070    },
4071    "__string": {
4072      "base": null,
4073      "refs": {
4074        "AccessDenied$Message": null,
4075        "ArchiveOutputSettings$Extension": "Output file extension. If excluded, this will be auto-selected from the container type.",
4076        "ArchiveOutputSettings$NameModifier": "String concatenated to the end of the destination filename.  Required for multiple outputs of the same type.",
4077        "AudioDescription$AudioSelectorName": "The name of the AudioSelector used as the source for this AudioDescription.",
4078        "AudioDescription$Name": "The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription.  Description names should be unique within this Live Event.",
4079        "AudioDescription$StreamName": "Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary).",
4080        "AudioLanguageSelection$LanguageCode": "Selects a specific three-letter language code from within an audio source.",
4081        "AudioOnlyHlsSettings$AudioGroupId": "Specifies the group to which the audio Rendition belongs.",
4082        "AudioSilenceFailoverSettings$AudioSelectorName": "The name of the audio selector in the input that MediaLive should monitor to detect silence. Select your most important rendition. If you didn't create an audio selector in this input, leave blank.",
4083        "AutomaticInputFailoverSettings$SecondaryInputId": "The input ID of the secondary input in the automatic input failover pair.",
4084        "BadGatewayException$Message": null,
4085        "BatchFailedResultModel$Arn": "ARN of the resource",
4086        "BatchFailedResultModel$Code": "Error code for the failed operation",
4087        "BatchFailedResultModel$Id": "ID of the resource",
4088        "BatchFailedResultModel$Message": "Error message for the failed operation",
4089        "BatchSuccessfulResultModel$Arn": "ARN of the resource",
4090        "BatchSuccessfulResultModel$Id": "ID of the resource",
4091        "BatchSuccessfulResultModel$State": "Current state of the resource",
4092        "BurnInDestinationSettings$FontSize": "When set to 'auto' fontSize will scale depending on the size of the output.  Giving a positive integer will specify the exact font size in points.  All burn-in and DVB-Sub font settings must match.",
4093        "CaptionDescription$CaptionSelectorName": "Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.",
4094        "CaptionDescription$LanguageCode": "ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/",
4095        "CaptionDescription$LanguageDescription": "Human readable information to indicate captions available for players (eg. English, or Spanish).",
4096        "CaptionDescription$Name": "Name of the caption description.  Used to associate a caption description with an output.  Names must be unique within an event.",
4097        "CaptionSelector$LanguageCode": "When specified this field indicates the three letter language code of the caption track to extract from the source.",
4098        "Channel$Arn": "The unique arn of the channel.",
4099        "Channel$Id": "The unique id of the channel.",
4100        "Channel$Name": "The name of the channel. (user-mutable)",
4101        "Channel$RoleArn": "The Amazon Resource Name (ARN) of the role assumed when running the Channel.",
4102        "ChannelConfigurationValidationError$Message": null,
4103        "ChannelEgressEndpoint$SourceIp": "Public IP of where a channel's output comes from",
4104        "ChannelSummary$Arn": "The unique arn of the channel.",
4105        "ChannelSummary$Id": "The unique id of the channel.",
4106        "ChannelSummary$Name": "The name of the channel. (user-mutable)",
4107        "ChannelSummary$RoleArn": "The Amazon Resource Name (ARN) of the role assumed when running the Channel.",
4108        "CreateChannel$Name": "Name of channel.",
4109        "CreateChannel$RequestId": "Unique request ID to be specified. This is needed to prevent retries from\ncreating multiple resources.\n",
4110        "CreateChannel$Reserved": "Deprecated field that's only usable by whitelisted customers.",
4111        "CreateChannel$RoleArn": "An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.",
4112        "CreateInput$Name": "Name of the input.",
4113        "CreateInput$RequestId": "Unique identifier of the request to ensure the request is handled\nexactly once in case of retries.\n",
4114        "CreateInput$RoleArn": "The Amazon Resource Name (ARN) of the role this input assumes during and after creation.",
4115        "CreateMultiplex$Name": "Name of multiplex.",
4116        "CreateMultiplex$RequestId": "Unique request ID. This prevents retries from creating multiple\nresources.\n",
4117        "CreateMultiplexProgram$ProgramName": "Name of multiplex program.",
4118        "CreateMultiplexProgram$RequestId": "Unique request ID. This prevents retries from creating multiple\nresources.\n",
4119        "CreatePartnerInput$RequestId": "Unique identifier of the request to ensure the request is handled\nexactly once in case of retries.\n",
4120        "DvbSubDestinationSettings$FontSize": "When set to auto fontSize will scale depending on the size of the output.  Giving a positive integer will specify the exact font size in points.  All burn-in and DVB-Sub font settings must match.",
4121        "EbuTtDDestinationSettings$FontFamily": "Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to \"monospaced\". (If styleControl is set to exclude, the font family is always set to \"monospaced\".)\n\nYou specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size.\n\n- Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as \u201cArial\u201d), or a generic font family (such as \u201cserif\u201d), or \u201cdefault\u201d (to let the downstream player choose the font).\n- Leave blank to set the family to \u201cmonospace\u201d.",
4122        "FixedModeScheduleActionStartSettings$Time": "Start time for the action to start in the channel. (Not the time for the action to be added to the schedule: actions are always added to the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All the letters are digits (for example, mm might be 01) except for the two constants \"T\" for time and \"Z\" for \"UTC format\".",
4123        "Fmp4HlsSettings$AudioRenditionSets": "List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.",
4124        "FollowModeScheduleActionStartSettings$ReferenceActionName": "The action name of another action that this one refers to.",
4125        "FrameCaptureOutputSettings$NameModifier": "Required if the output group contains more than one output. This modifier forms part of the output file name.",
4126        "GatewayTimeoutException$Message": null,
4127        "HlsAkamaiSettings$Salt": "Salt for authenticated Akamai.",
4128        "HlsAkamaiSettings$Token": "Token parameter for authenticated akamai. If not specified, _gda_ is used.",
4129        "HlsGroupSettings$BaseUrlContent": "A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base manifest is delivered from a different URL than the main .m3u8 file.",
4130        "HlsGroupSettings$BaseUrlContent1": "Optional. One value per output group.\n\nThis field is required only if you are completing Base URL content A, and the downstream system has notified you that the media files for pipeline 1 of all outputs are in a location different from the media files for pipeline 0.",
4131        "HlsGroupSettings$BaseUrlManifest": "A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base manifest is delivered from a different URL than the main .m3u8 file.",
4132        "HlsGroupSettings$BaseUrlManifest1": "Optional. One value per output group.\n\nComplete this field only if you are completing Base URL manifest A, and the downstream system has notified you that the child manifest files for pipeline 1 of all outputs are in a location different from the child manifest files for pipeline 0.",
4133        "HlsGroupSettings$KeyFormat": "The value specifies how the key is represented in the resource identified by the URI.  If parameter is absent, an implicit value of \"identity\" is used.  A reverse DNS string can also be given.",
4134        "HlsGroupSettings$KeyFormatVersions": "Either a single positive integer version value or a slash delimited list of version values (1/2/3).",
4135        "HlsId3SegmentTaggingScheduleActionSettings$Tag": "ID3 tag to insert into each segment. Supports special keyword identifiers to substitute in segment-related values.\\nSupported keyword identifiers: https://docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html",
4136        "HlsOutputSettings$SegmentModifier": "String concatenated to end of segment filenames.",
4137        "HlsTimedMetadataScheduleActionSettings$Id3": "Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structure",
4138        "Input$Arn": "The Unique ARN of the input (generated, immutable).",
4139        "Input$Id": "The generated ID of the input (unique for user account, immutable).",
4140        "Input$Name": "The user-assigned name (This is a mutable value).",
4141        "Input$RoleArn": "The Amazon Resource Name (ARN) of the role this input assumes during and after creation.",
4142        "InputAttachment$InputAttachmentName": "User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.",
4143        "InputAttachment$InputId": "The ID of the input",
4144        "InputDestination$Ip": "The system-generated static IP address of endpoint.\nIt remains fixed for the lifetime of the input.\n",
4145        "InputDestination$Port": "The port number for the input.",
4146        "InputDestination$Url": "This represents the endpoint that the customer stream will be\npushed to.\n",
4147        "InputDestinationRequest$StreamName": "A unique name for the location the RTMP stream is being pushed\nto.\n",
4148        "InputDestinationVpc$AvailabilityZone": "The availability zone of the Input destination.\n",
4149        "InputDestinationVpc$NetworkInterfaceId": "The network interface ID of the Input destination in the VPC.\n",
4150        "InputDevice$Arn": "The unique ARN of the input device.",
4151        "InputDevice$Id": "The unique ID of the input device.",
4152        "InputDevice$MacAddress": "The network MAC address of the input device.",
4153        "InputDevice$Name": "A name that you specify for the input device.",
4154        "InputDevice$SerialNumber": "The unique serial number of the input device.",
4155        "InputDeviceConfigurationValidationError$Message": "The error message.",
4156        "InputDeviceNetworkSettings$Gateway": "The network gateway IP address.",
4157        "InputDeviceNetworkSettings$IpAddress": "The IP address of the input device.",
4158        "InputDeviceNetworkSettings$SubnetMask": "The subnet mask of the input device.",
4159        "InputDeviceRequest$Id": "The unique ID for the device.",
4160        "InputDeviceSettings$Id": "The unique ID for the device.",
4161        "InputDeviceSummary$Arn": "The unique ARN of the input device.",
4162        "InputDeviceSummary$Id": "The unique ID of the input device.",
4163        "InputDeviceSummary$MacAddress": "The network MAC address of the input device.",
4164        "InputDeviceSummary$Name": "A name that you specify for the input device.",
4165        "InputDeviceSummary$SerialNumber": "The unique serial number of the input device.",
4166        "InputLocation$PasswordParam": "key used to extract the password from EC2 Parameter store",
4167        "InputLocation$Uri": "Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: \"rtmp://fmsserver/live\".",
4168        "InputLocation$Username": "Username if credentials are required to access a file or publishing point.  This can be either a plaintext username, or a reference to an AWS parameter store name from which the username can be retrieved.  AWS Parameter store format: \"ssm://<parameter name>\"",
4169        "InputPrepareScheduleActionSettings$InputAttachmentNameReference": "The name of the input attachment that should be prepared by this action. If no name is provided, the action will stop the most recent prepare (if any) when activated.",
4170        "InputSecurityGroup$Arn": "Unique ARN of Input Security Group",
4171        "InputSecurityGroup$Id": "The Id of the Input Security Group",
4172        "InputSource$PasswordParam": "The key used to extract the password from EC2 Parameter store.",
4173        "InputSource$Url": "This represents the customer's source URL where stream is\npulled from.\n",
4174        "InputSource$Username": "The username for the input source.",
4175        "InputSourceRequest$PasswordParam": "The key used to extract the password from EC2 Parameter store.",
4176        "InputSourceRequest$Url": "This represents the customer's source URL where stream is\npulled from.\n",
4177        "InputSourceRequest$Username": "The username for the input source.",
4178        "InputSwitchScheduleActionSettings$InputAttachmentNameReference": "The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration.",
4179        "InputWhitelistRule$Cidr": "The IPv4 CIDR that's whitelisted.",
4180        "InputWhitelistRuleCidr$Cidr": "The IPv4 CIDR to whitelist.",
4181        "InternalServiceError$Message": null,
4182        "InvalidRequest$Message": null,
4183        "LimitExceeded$Message": null,
4184        "ListChannelsResultModel$NextToken": null,
4185        "ListInputDeviceTransfersResultModel$NextToken": "A token to get additional list results.",
4186        "ListInputDevicesResultModel$NextToken": "A token to get additional list results.",
4187        "ListInputSecurityGroupsResultModel$NextToken": null,
4188        "ListInputsResultModel$NextToken": null,
4189        "ListMultiplexProgramsResultModel$NextToken": "Token for the next ListMultiplexProgram request.",
4190        "ListMultiplexesResultModel$NextToken": "Token for the next ListMultiplexes request.",
4191        "ListOfferingsResultModel$NextToken": "Token to retrieve the next page of results",
4192        "ListReservationsResultModel$NextToken": "Token to retrieve the next page of results",
4193        "M2tsSettings$AribCaptionsPid": "Packet Identifier (PID) for ARIB Captions in the transport stream. Can be entered as a decimal or hexadecimal value.  Valid values are 32 (or 0x20)..8182 (or 0x1ff6).",
4194        "M2tsSettings$AudioPids": "Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).",
4195        "M2tsSettings$DvbSubPids": "Packet Identifier (PID) for input source DVB Subtitle data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values.  Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).",
4196        "M2tsSettings$DvbTeletextPid": "Packet Identifier (PID) for input source DVB Teletext data to this output. Can be entered as a decimal or hexadecimal value.  Valid values are 32 (or 0x20)..8182 (or 0x1ff6).",
4197        "M2tsSettings$EcmPid": "This field is unused and deprecated.",
4198        "M2tsSettings$EtvPlatformPid": "Packet Identifier (PID) for input source ETV Platform data to this output. Can be entered as a decimal or hexadecimal value.  Valid values are 32 (or 0x20)..8182 (or 0x1ff6).",
4199        "M2tsSettings$EtvSignalPid": "Packet Identifier (PID) for input source ETV Signal data to this output. Can be entered as a decimal or hexadecimal value.  Valid values are 32 (or 0x20)..8182 (or 0x1ff6).",
4200        "M2tsSettings$KlvDataPids": "Packet Identifier (PID) for input source KLV data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values.  Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).",
4201        "M2tsSettings$PcrPid": "Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value.  Valid values are 32 (or 0x20)..8182 (or 0x1ff6).",
4202        "M2tsSettings$PmtPid": "Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).",
4203        "M2tsSettings$Scte27Pids": "Packet Identifier (PID) for input source SCTE-27 data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values.  Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).",
4204        "M2tsSettings$Scte35Pid": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.  Valid values are 32 (or 0x20)..8182 (or 0x1ff6).",
4205        "M2tsSettings$TimedMetadataPid": "Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value.  Valid values are 32 (or 0x20)..8182 (or 0x1ff6).",
4206        "M2tsSettings$VideoPid": "Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.  Valid values are 32 (or 0x20)..8182 (or 0x1ff6).",
4207        "M3u8Settings$AudioPids": "Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values.",
4208        "M3u8Settings$EcmPid": "This parameter is unused and deprecated.",
4209        "M3u8Settings$PcrPid": "Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value.",
4210        "M3u8Settings$PmtPid": "Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value.",
4211        "M3u8Settings$Scte35Pid": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.",
4212        "M3u8Settings$TimedMetadataPid": "Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value.  Valid values are 32 (or 0x20)..8182 (or 0x1ff6).",
4213        "M3u8Settings$VideoPid": "Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.",
4214        "MediaConnectFlow$FlowArn": "The unique ARN of the MediaConnect Flow being used as a source.",
4215        "MediaConnectFlowRequest$FlowArn": "The ARN of the MediaConnect Flow that you want to use as a source.",
4216        "MsSmoothGroupSettings$AcquisitionPointId": "The ID to include in each message in the sparse track. Ignored if sparseTrackType is NONE.",
4217        "MsSmoothGroupSettings$EventId": "MS Smooth event ID to be sent to the IIS server.\n\nShould only be specified if eventIdMode is set to useConfigured.",
4218        "MsSmoothGroupSettings$TimestampOffset": "Timestamp offset for the event.  Only used if timestampOffsetMode is set to useConfiguredOffset.",
4219        "MsSmoothOutputSettings$NameModifier": "String concatenated to the end of the destination filename.  Required for multiple outputs of the same type.",
4220        "Multiplex$Arn": "The unique arn of the multiplex.",
4221        "Multiplex$Id": "The unique id of the multiplex.",
4222        "Multiplex$Name": "The name of the multiplex.",
4223        "MultiplexConfigurationValidationError$Message": "The error message.",
4224        "MultiplexProgram$ChannelId": "The MediaLive channel associated with the program.",
4225        "MultiplexProgram$ProgramName": "The name of the multiplex program.",
4226        "MultiplexProgramPipelineDetail$ActiveChannelPipeline": "Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.",
4227        "MultiplexProgramPipelineDetail$PipelineId": "Identifies a specific pipeline in the multiplex.",
4228        "MultiplexProgramSummary$ChannelId": "The MediaLive Channel associated with the program.",
4229        "MultiplexProgramSummary$ProgramName": "The name of the multiplex program.",
4230        "MultiplexSummary$Arn": "The unique arn of the multiplex.",
4231        "MultiplexSummary$Id": "The unique id of the multiplex.",
4232        "MultiplexSummary$Name": "The name of the multiplex.",
4233        "NielsenConfiguration$DistributorId": "Enter the Distributor ID assigned to your organization by Nielsen.",
4234        "Offering$Arn": "Unique offering ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:offering:87654321'",
4235        "Offering$CurrencyCode": "Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'",
4236        "Offering$OfferingDescription": "Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'",
4237        "Offering$OfferingId": "Unique offering ID, e.g. '87654321'",
4238        "Offering$Region": "AWS region, e.g. 'us-west-2'",
4239        "Output$VideoDescriptionName": "The name of the VideoDescription used as the source for this output.",
4240        "OutputDestination$Id": "User-specified id. This is used in an output group or an output.",
4241        "OutputDestinationSettings$PasswordParam": "key used to extract the password from EC2 Parameter store",
4242        "OutputDestinationSettings$StreamName": "Stream name for RTMP destinations (URLs of type rtmp://)",
4243        "OutputDestinationSettings$Url": "A URL specifying a destination",
4244        "OutputDestinationSettings$Username": "username for destination",
4245        "OutputLocationRef$DestinationRefId": null,
4246        "PipelineDetail$ActiveInputAttachmentName": "The name of the active input attachment currently being ingested by this pipeline.",
4247        "PipelineDetail$ActiveInputSwitchActionName": "The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline.",
4248        "PipelineDetail$PipelineId": "Pipeline ID",
4249        "PurchaseOffering$Name": "Name for the new reservation",
4250        "PurchaseOffering$RequestId": "Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.",
4251        "PurchaseOffering$Start": "Requested reservation start time (UTC) in ISO-8601 format. The specified time must be between the first day of the current month and one year from now. If no value is given, the default is now.",
4252        "Reservation$Arn": "Unique reservation ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:reservation:1234567'",
4253        "Reservation$CurrencyCode": "Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'",
4254        "Reservation$End": "Reservation UTC end date and time in ISO-8601 format, e.g. '2019-03-01T00:00:00'",
4255        "Reservation$Name": "User specified reservation name",
4256        "Reservation$OfferingDescription": "Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'",
4257        "Reservation$OfferingId": "Unique offering ID, e.g. '87654321'",
4258        "Reservation$Region": "AWS region, e.g. 'us-west-2'",
4259        "Reservation$ReservationId": "Unique reservation ID, e.g. '1234567'",
4260        "Reservation$Start": "Reservation UTC start date and time in ISO-8601 format, e.g. '2018-03-01T00:00:00'",
4261        "ResourceConflict$Message": null,
4262        "ResourceNotFound$Message": null,
4263        "ScheduleAction$ActionName": "The name of the action, must be unique within the schedule. This name provides the main reference to an action once it is added to the schedule. A name is unique if it is no longer in the schedule. The schedule is automatically cleaned up to remove actions with a start time of more than 1 hour ago (approximately) so at that point a name can be reused.",
4264        "ScheduleDescribeResultModel$NextToken": "The next token; for use in pagination.",
4265        "Scte35SegmentationDescriptor$SegmentationUpid": "Corresponds to SCTE-35 segmentation_upid. Enter a string containing the hexadecimal representation of the characters that make up the SCTE-35 segmentation_upid value. Must contain an even number of hex characters. Do not include spaces between each hex pair. For example, the ASCII \"ADS Information\" becomes hex \"41445320496e666f726d6174696f6e.",
4266        "StandardHlsSettings$AudioRenditionSets": "List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.",
4267        "StartTimecode$Timecode": "The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.",
4268        "StopTimecode$Timecode": "The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.",
4269        "Tags$member": null,
4270        "TeletextSourceSettings$PageNumber": "Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no \"0x\" prefix.",
4271        "ThumbnailData$Body": "The binary data for the thumbnail that the Link device has most recently sent to MediaLive.",
4272        "TransferInputDevice$TargetCustomerId": "The AWS account ID (12 digits) for the recipient of the device transfer.",
4273        "TransferInputDevice$TransferMessage": "An optional message for the recipient. Maximum 280 characters.",
4274        "TransferringInputDeviceSummary$Id": "The unique ID of the input device.",
4275        "TransferringInputDeviceSummary$Message": "The optional message that the sender has attached to the transfer.",
4276        "TransferringInputDeviceSummary$TargetCustomerId": "The AWS account ID for the recipient of the input device transfer.",
4277        "UpdateChannel$Name": "The name of the channel.",
4278        "UpdateChannel$RoleArn": "An optional Amazon Resource Name (ARN) of the role to assume when running the Channel. If you do not specify this on an update call but the role was previously set that role will be removed.",
4279        "UpdateInput$Name": "Name of the input.",
4280        "UpdateInput$RoleArn": "The Amazon Resource Name (ARN) of the role this input assumes during and after creation.",
4281        "UpdateInputDevice$Name": "The name that you assigned to this input device (not the unique ID).",
4282        "UpdateMultiplex$Name": "Name of the multiplex.",
4283        "UpdateReservation$Name": "Name of the reservation",
4284        "ValidationError$ElementPath": "Path to the source of the error.",
4285        "ValidationError$ErrorMessage": "The error message.",
4286        "VideoDescription$Name": "The name of this VideoDescription. Outputs will use this name to uniquely identify this Description.  Description names should be unique within this Live Event.",
4287        "__listOf__string$member": null
4288      }
4289    },
4290    "__stringMax256": {
4291      "base": null,
4292      "refs": {
4293        "MultiplexProgramServiceDescriptor$ProviderName": "Name of the provider.",
4294        "MultiplexProgramServiceDescriptor$ServiceName": "Name of the service."
4295      }
4296    },
4297    "__stringMax32": {
4298      "base": null,
4299      "refs": {
4300        "OutputGroup$Name": "Custom output group name optionally defined by the user.  Only letters, numbers, and the underscore character allowed; only 32 characters allowed."
4301      }
4302    },
4303    "__stringMin1": {
4304      "base": null,
4305      "refs": {
4306        "AudioSelector$Name": "The name of this AudioSelector. AudioDescriptions will use this name to uniquely identify this Selector.  Selector names should be unique per input.",
4307        "CaptionLanguageMapping$LanguageDescription": "Textual description of language",
4308        "CaptionSelector$Name": "Name identifier for a caption selector.  This name is used to associate this caption selector with one or more caption descriptions.  Names must be unique within an event.",
4309        "HlsOutputSettings$NameModifier": "String concatenated to the end of the destination filename. Accepts \\\"Format Identifiers\\\":#formatIdentifierParameters.",
4310        "MediaPackageOutputDestinationSettings$ChannelId": "ID of the channel in MediaPackage that is the destination for this output group. You do not need to specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same region.",
4311        "MultiplexMediaConnectOutputDestinationSettings$EntitlementArn": "The MediaConnect entitlement ARN available as a Flow source.",
4312        "MultiplexProgramChannelDestinationSettings$MultiplexId": "The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances.\nThe Multiplex must be in the same region as the Channel.",
4313        "MultiplexProgramChannelDestinationSettings$ProgramName": "The program name of the Multiplex program that the encoder is providing output to."
4314      }
4315    },
4316    "__stringMin1Max255": {
4317      "base": null,
4318      "refs": {
4319        "Output$OutputName": "The name used to identify an output."
4320      }
4321    },
4322    "__stringMin1Max256": {
4323      "base": null,
4324      "refs": {
4325        "DvbNitSettings$NetworkName": "The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.",
4326        "DvbSdtSettings$ServiceName": "The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.",
4327        "DvbSdtSettings$ServiceProviderName": "The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters."
4328      }
4329    },
4330    "__stringMin1Max35": {
4331      "base": null,
4332      "refs": {
4333        "AudioDescription$LanguageCode": "RFC 5646 language code representing the language of the audio output track. Only used if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input."
4334      }
4335    },
4336    "__stringMin32Max32": {
4337      "base": null,
4338      "refs": {
4339        "HlsGroupSettings$ConstantIv": "For use with encryptionType. This is a 128-bit, 16-byte hex value represented by a 32-character text string. If ivSource is set to \"explicit\" then this parameter is required and is used as the IV for encryption.",
4340        "StaticKeySettings$StaticKeyValue": "Static key value as a 32 character hexadecimal string."
4341      }
4342    },
4343    "__stringMin34Max34": {
4344      "base": null,
4345      "refs": {
4346        "BlackoutSlate$NetworkId": "Provides Network ID that matches EIDR ID format (e.g., \"10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C\")."
4347      }
4348    },
4349    "__stringMin3Max3": {
4350      "base": null,
4351      "refs": {
4352        "CaptionLanguageMapping$LanguageCode": "Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)"
4353      }
4354    },
4355    "__stringMin6Max6": {
4356      "base": null,
4357      "refs": {
4358        "InputLossBehavior$InputLossImageColor": "When input loss image type is \"color\" this field specifies the color to use. Value: 6 hex characters representing the values of RGB."
4359      }
4360    }
4361  }
4362}
4363