Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data PrefetchSchedule = PrefetchSchedule' {}
- newPrefetchSchedule :: Text -> PrefetchConsumption -> Text -> Text -> PrefetchRetrieval -> PrefetchSchedule
- prefetchSchedule_streamId :: Lens' PrefetchSchedule (Maybe Text)
- prefetchSchedule_arn :: Lens' PrefetchSchedule Text
- prefetchSchedule_consumption :: Lens' PrefetchSchedule PrefetchConsumption
- prefetchSchedule_name :: Lens' PrefetchSchedule Text
- prefetchSchedule_playbackConfigurationName :: Lens' PrefetchSchedule Text
- prefetchSchedule_retrieval :: Lens' PrefetchSchedule PrefetchRetrieval
Documentation
data PrefetchSchedule Source #
A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see Using ad prefetching in the MediaTailor User Guide.
See: newPrefetchSchedule
smart constructor.
PrefetchSchedule' | |
|
Instances
:: Text | |
-> PrefetchConsumption | |
-> Text | |
-> Text | |
-> PrefetchRetrieval | |
-> PrefetchSchedule |
Create a value of PrefetchSchedule
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:streamId:PrefetchSchedule'
, prefetchSchedule_streamId
- An optional stream identifier that you can specify in order to prefetch
for multiple streams that use the same playback configuration.
$sel:arn:PrefetchSchedule'
, prefetchSchedule_arn
- The Amazon Resource Name (ARN) of the prefetch schedule.
$sel:consumption:PrefetchSchedule'
, prefetchSchedule_consumption
- Consumption settings determine how, and when, MediaTailor places the
prefetched ads into ad breaks. Ad consumption occurs within a span of
time that you define, called a consumption window. You can designate
which ad breaks that MediaTailor fills with prefetch ads by setting
avail matching criteria.
$sel:name:PrefetchSchedule'
, prefetchSchedule_name
- The name of the prefetch schedule. The name must be unique among all
prefetch schedules that are associated with the specified playback
configuration.
$sel:playbackConfigurationName:PrefetchSchedule'
, prefetchSchedule_playbackConfigurationName
- The name of the playback configuration to create the prefetch schedule
for.
$sel:retrieval:PrefetchSchedule'
, prefetchSchedule_retrieval
- A complex type that contains settings for prefetch retrieval from the ad
decision server (ADS).
prefetchSchedule_streamId :: Lens' PrefetchSchedule (Maybe Text) Source #
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
prefetchSchedule_arn :: Lens' PrefetchSchedule Text Source #
The Amazon Resource Name (ARN) of the prefetch schedule.
prefetchSchedule_consumption :: Lens' PrefetchSchedule PrefetchConsumption Source #
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
prefetchSchedule_name :: Lens' PrefetchSchedule Text Source #
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
prefetchSchedule_playbackConfigurationName :: Lens' PrefetchSchedule Text Source #
The name of the playback configuration to create the prefetch schedule for.
prefetchSchedule_retrieval :: Lens' PrefetchSchedule PrefetchRetrieval Source #
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).