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
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.
Instances
Eq Bumper Source # | |
Read Bumper Source # | |
Show Bumper Source # | |
Generic Bumper Source # | |
NFData Bumper Source # | |
Defined in Amazonka.MediaTailor.Types.Bumper | |
Hashable Bumper Source # | |
Defined in Amazonka.MediaTailor.Types.Bumper | |
ToJSON Bumper Source # | |
Defined in Amazonka.MediaTailor.Types.Bumper | |
FromJSON Bumper Source # | |
type Rep Bumper Source # | |
Defined in Amazonka.MediaTailor.Types.Bumper type Rep Bumper = D1 ('MetaData "Bumper" "Amazonka.MediaTailor.Types.Bumper" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" '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)))) |
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.