libZSservicesZSamazonka-medialiveZSamazonka-medialive
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.MediaLive.Types.AudioHlsRenditionSelection

Description

 
Synopsis

Documentation

data AudioHlsRenditionSelection Source #

Audio Hls Rendition Selection

See: newAudioHlsRenditionSelection smart constructor.

Constructors

AudioHlsRenditionSelection' 

Fields

  • name :: Text

    Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.

  • groupId :: Text

    Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.

Instances

Instances details
Eq AudioHlsRenditionSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioHlsRenditionSelection

Read AudioHlsRenditionSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioHlsRenditionSelection

Show AudioHlsRenditionSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioHlsRenditionSelection

Generic AudioHlsRenditionSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioHlsRenditionSelection

Associated Types

type Rep AudioHlsRenditionSelection :: Type -> Type #

NFData AudioHlsRenditionSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioHlsRenditionSelection

Hashable AudioHlsRenditionSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioHlsRenditionSelection

ToJSON AudioHlsRenditionSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioHlsRenditionSelection

FromJSON AudioHlsRenditionSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioHlsRenditionSelection

type Rep AudioHlsRenditionSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioHlsRenditionSelection

type Rep AudioHlsRenditionSelection = D1 ('MetaData "AudioHlsRenditionSelection" "Amazonka.MediaLive.Types.AudioHlsRenditionSelection" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "AudioHlsRenditionSelection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAudioHlsRenditionSelection Source #

Create a value of AudioHlsRenditionSelection 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:name:AudioHlsRenditionSelection', audioHlsRenditionSelection_name - Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.

$sel:groupId:AudioHlsRenditionSelection', audioHlsRenditionSelection_groupId - Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.

audioHlsRenditionSelection_name :: Lens' AudioHlsRenditionSelection Text Source #

Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.

audioHlsRenditionSelection_groupId :: Lens' AudioHlsRenditionSelection Text Source #

Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.