Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OutputGroup = OutputGroup' {}
- newOutputGroup :: OutputGroup
- outputGroup_outputGroupSettings :: Lens' OutputGroup (Maybe OutputGroupSettings)
- outputGroup_outputs :: Lens' OutputGroup (Maybe [Output])
- outputGroup_customName :: Lens' OutputGroup (Maybe Text)
- outputGroup_name :: Lens' OutputGroup (Maybe Text)
- outputGroup_automatedEncodingSettings :: Lens' OutputGroup (Maybe AutomatedEncodingSettings)
Documentation
data OutputGroup Source #
Group of outputs
See: newOutputGroup
smart constructor.
OutputGroup' | |
|
Instances
newOutputGroup :: OutputGroup Source #
Create a value of OutputGroup
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:outputGroupSettings:OutputGroup'
, outputGroup_outputGroupSettings
- Output Group settings, including type
$sel:outputs:OutputGroup'
, outputGroup_outputs
- This object holds groups of encoding settings, one group of settings per
output.
$sel:customName:OutputGroup'
, outputGroup_customName
- Use Custom Group Name (CustomName) to specify a name for the output
group. This value is displayed on the console and can make your job
settings JSON more human-readable. It does not affect your outputs. Use
up to twelve characters that are either letters, numbers, spaces, or
underscores.
$sel:name:OutputGroup'
, outputGroup_name
- Name of the output group
$sel:automatedEncodingSettings:OutputGroup'
, outputGroup_automatedEncodingSettings
- Use automated encoding to have MediaConvert choose your encoding
settings for you, based on characteristics of your input video.
outputGroup_outputGroupSettings :: Lens' OutputGroup (Maybe OutputGroupSettings) Source #
Output Group settings, including type
outputGroup_outputs :: Lens' OutputGroup (Maybe [Output]) Source #
This object holds groups of encoding settings, one group of settings per output.
outputGroup_customName :: Lens' OutputGroup (Maybe Text) Source #
Use Custom Group Name (CustomName) to specify a name for the output group. This value is displayed on the console and can make your job settings JSON more human-readable. It does not affect your outputs. Use up to twelve characters that are either letters, numbers, spaces, or underscores.
outputGroup_name :: Lens' OutputGroup (Maybe Text) Source #
Name of the output group
outputGroup_automatedEncodingSettings :: Lens' OutputGroup (Maybe AutomatedEncodingSettings) Source #
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.