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 |
Documentation
data SubtitlesOutput Source #
Specify the output format for your subtitle file.
See: newSubtitlesOutput
smart constructor.
SubtitlesOutput' | |
|
Instances
newSubtitlesOutput :: SubtitlesOutput Source #
Create a value of SubtitlesOutput
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:formats:SubtitlesOutput'
, subtitlesOutput_formats
- Specify the output format for your subtitle file; if you select both SRT
and VTT formats, two output files are genereated.
$sel:subtitleFileUris:SubtitlesOutput'
, subtitlesOutput_subtitleFileUris
- Choose the output location for your subtitle file. This location must be
an S3 bucket.
subtitlesOutput_formats :: Lens' SubtitlesOutput (Maybe [SubtitleFormat]) Source #
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are genereated.
subtitlesOutput_subtitleFileUris :: Lens' SubtitlesOutput (Maybe [Text]) Source #
Choose the output location for your subtitle file. This location must be an S3 bucket.