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 |
Synopsis
- data PrefetchConsumption = PrefetchConsumption' {}
- newPrefetchConsumption :: UTCTime -> PrefetchConsumption
- prefetchConsumption_startTime :: Lens' PrefetchConsumption (Maybe UTCTime)
- prefetchConsumption_availMatchingCriteria :: Lens' PrefetchConsumption (Maybe [AvailMatchingCriteria])
- prefetchConsumption_endTime :: Lens' PrefetchConsumption UTCTime
Documentation
data PrefetchConsumption Source #
A complex type that contains settings that determine how and when that MediaTailor places prefetched ads into upcoming ad breaks.
See: newPrefetchConsumption
smart constructor.
PrefetchConsumption' | |
|
Instances
newPrefetchConsumption Source #
Create a value of PrefetchConsumption
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:startTime:PrefetchConsumption'
, prefetchConsumption_startTime
- The time when prefetched ads are considered for use in an ad break. If
you don't specify StartTime, the prefetched ads are available after
MediaTailor retrives them from the ad decision server.
$sel:availMatchingCriteria:PrefetchConsumption'
, prefetchConsumption_availMatchingCriteria
- If you only want MediaTailor to insert prefetched ads into avails (ad
breaks) that match specific dynamic variables, such as scte.event_id,
set the avail matching criteria.
$sel:endTime:PrefetchConsumption'
, prefetchConsumption_endTime
- The time when MediaTailor no longer considers the prefetched ads for use
in an ad break. MediaTailor automatically deletes prefetch schedules no
less than seven days after the end time. If you'd like to manually
delete the prefetch schedule, you can call DeletePrefetchSchedule.
prefetchConsumption_startTime :: Lens' PrefetchConsumption (Maybe UTCTime) Source #
The time when prefetched ads are considered for use in an ad break. If you don't specify StartTime, the prefetched ads are available after MediaTailor retrives them from the ad decision server.
prefetchConsumption_availMatchingCriteria :: Lens' PrefetchConsumption (Maybe [AvailMatchingCriteria]) Source #
If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such as scte.event_id, set the avail matching criteria.
prefetchConsumption_endTime :: Lens' PrefetchConsumption UTCTime Source #
The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to manually delete the prefetch schedule, you can call DeletePrefetchSchedule.