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.HlsId3SegmentTaggingScheduleActionSettings

Description

 
Synopsis

Documentation

data HlsId3SegmentTaggingScheduleActionSettings Source #

Settings for the action to insert a user-defined ID3 tag in each HLS segment

See: newHlsId3SegmentTaggingScheduleActionSettings smart constructor.

Constructors

HlsId3SegmentTaggingScheduleActionSettings' 

Fields

  • tag :: Text

    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

Instances

Instances details
Eq HlsId3SegmentTaggingScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsId3SegmentTaggingScheduleActionSettings

Read HlsId3SegmentTaggingScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsId3SegmentTaggingScheduleActionSettings

Show HlsId3SegmentTaggingScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsId3SegmentTaggingScheduleActionSettings

Generic HlsId3SegmentTaggingScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsId3SegmentTaggingScheduleActionSettings

NFData HlsId3SegmentTaggingScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsId3SegmentTaggingScheduleActionSettings

Hashable HlsId3SegmentTaggingScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsId3SegmentTaggingScheduleActionSettings

ToJSON HlsId3SegmentTaggingScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsId3SegmentTaggingScheduleActionSettings

FromJSON HlsId3SegmentTaggingScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsId3SegmentTaggingScheduleActionSettings

type Rep HlsId3SegmentTaggingScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsId3SegmentTaggingScheduleActionSettings

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

newHlsId3SegmentTaggingScheduleActionSettings Source #

Create a value of HlsId3SegmentTaggingScheduleActionSettings 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:tag:HlsId3SegmentTaggingScheduleActionSettings', 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

hlsId3SegmentTaggingScheduleActionSettings_tag :: Lens' HlsId3SegmentTaggingScheduleActionSettings Text Source #

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