libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping

Description

 
Synopsis

Documentation

data HlsCaptionLanguageMapping Source #

Caption Language Mapping

See: newHlsCaptionLanguageMapping smart constructor.

Constructors

HlsCaptionLanguageMapping' 

Fields

Instances

Instances details
Eq HlsCaptionLanguageMapping Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping

Read HlsCaptionLanguageMapping Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping

Show HlsCaptionLanguageMapping Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping

Generic HlsCaptionLanguageMapping Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping

Associated Types

type Rep HlsCaptionLanguageMapping :: Type -> Type #

NFData HlsCaptionLanguageMapping Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping

Hashable HlsCaptionLanguageMapping Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping

ToJSON HlsCaptionLanguageMapping Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping

FromJSON HlsCaptionLanguageMapping Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping

type Rep HlsCaptionLanguageMapping Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping

type Rep HlsCaptionLanguageMapping = D1 ('MetaData "HlsCaptionLanguageMapping" "Amazonka.MediaConvert.Types.HlsCaptionLanguageMapping" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "HlsCaptionLanguageMapping'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customLanguageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode))) :*: (S1 ('MetaSel ('Just "languageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "captionChannel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newHlsCaptionLanguageMapping :: HlsCaptionLanguageMapping Source #

Create a value of HlsCaptionLanguageMapping 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:customLanguageCode:HlsCaptionLanguageMapping', hlsCaptionLanguageMapping_customLanguageCode - Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code

$sel:languageCode:HlsCaptionLanguageMapping', hlsCaptionLanguageMapping_languageCode - Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.

$sel:languageDescription:HlsCaptionLanguageMapping', hlsCaptionLanguageMapping_languageDescription - Caption language description.

$sel:captionChannel:HlsCaptionLanguageMapping', hlsCaptionLanguageMapping_captionChannel - Caption channel.

hlsCaptionLanguageMapping_customLanguageCode :: Lens' HlsCaptionLanguageMapping (Maybe Text) Source #

Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code

hlsCaptionLanguageMapping_languageCode :: Lens' HlsCaptionLanguageMapping (Maybe LanguageCode) Source #

Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.