amazonka-mediatailor-2.0: Amazon MediaTailor SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaTailor.Types.Bumper

Description

 
Synopsis

Documentation

data Bumper Source #

The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.

See: newBumper smart constructor.

Constructors

Bumper' 

Fields

Instances

Instances details
FromJSON Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

ToJSON Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Generic Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Associated Types

type Rep Bumper :: Type -> Type #

Methods

from :: Bumper -> Rep Bumper x #

to :: Rep Bumper x -> Bumper #

Read Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Show Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

NFData Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Methods

rnf :: Bumper -> () #

Eq Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Methods

(==) :: Bumper -> Bumper -> Bool #

(/=) :: Bumper -> Bumper -> Bool #

Hashable Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Methods

hashWithSalt :: Int -> Bumper -> Int #

hash :: Bumper -> Int #

type Rep Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

type Rep Bumper = D1 ('MetaData "Bumper" "Amazonka.MediaTailor.Types.Bumper" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "Bumper'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBumper :: Bumper Source #

Create a value of Bumper 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:endUrl:Bumper', bumper_endUrl - The URL for the end bumper asset.

$sel:startUrl:Bumper', bumper_startUrl - The URL for the start bumper asset.

bumper_endUrl :: Lens' Bumper (Maybe Text) Source #

The URL for the end bumper asset.

bumper_startUrl :: Lens' Bumper (Maybe Text) Source #

The URL for the start bumper asset.