| 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 |
Amazonka.MediaTailor
Contents
- Service Configuration
- Errors
- Waiters
- Operations
- ConfigureLogsForPlaybackConfiguration
- CreateChannel
- CreateLiveSource
- CreatePrefetchSchedule
- CreateProgram
- CreateSourceLocation
- CreateVodSource
- DeleteChannel
- DeleteChannelPolicy
- DeleteLiveSource
- DeletePlaybackConfiguration
- DeletePrefetchSchedule
- DeleteProgram
- DeleteSourceLocation
- DeleteVodSource
- DescribeChannel
- DescribeLiveSource
- DescribeProgram
- DescribeSourceLocation
- DescribeVodSource
- GetChannelPolicy
- GetChannelSchedule (Paginated)
- GetPlaybackConfiguration
- GetPrefetchSchedule
- ListAlerts (Paginated)
- ListChannels (Paginated)
- ListLiveSources (Paginated)
- ListPlaybackConfigurations (Paginated)
- ListPrefetchSchedules (Paginated)
- ListSourceLocations (Paginated)
- ListTagsForResource
- ListVodSources (Paginated)
- PutChannelPolicy
- PutPlaybackConfiguration
- StartChannel
- StopChannel
- TagResource
- UntagResource
- UpdateChannel
- UpdateLiveSource
- UpdateSourceLocation
- UpdateVodSource
- Types
- AccessType
- ChannelState
- MessageType
- Mode
- Operator
- OriginManifestType
- PlaybackMode
- RelativePosition
- ScheduleEntryType
- Tier
- Type
- AccessConfiguration
- AdBreak
- AdMarkerPassthrough
- Alert
- AvailMatchingCriteria
- AvailSuppression
- Bumper
- CdnConfiguration
- Channel
- DashConfiguration
- DashConfigurationForPut
- DashPlaylistSettings
- DefaultSegmentDeliveryConfiguration
- HlsConfiguration
- HlsPlaylistSettings
- HttpConfiguration
- HttpPackageConfiguration
- LivePreRollConfiguration
- LiveSource
- LogConfiguration
- ManifestProcessingRules
- PlaybackConfiguration
- PrefetchConsumption
- PrefetchRetrieval
- PrefetchSchedule
- RequestOutputItem
- ResponseOutputItem
- ScheduleAdBreak
- ScheduleConfiguration
- ScheduleEntry
- SecretsManagerAccessTokenConfiguration
- SegmentDeliveryConfiguration
- SegmentationDescriptor
- SlateSource
- SourceLocation
- SpliceInsertMessage
- TimeSignalMessage
- Transition
- VodSource
Description
Derived from API version 2018-04-23 of the AWS service descriptions, licensed under Apache 2.0.
Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the AWS Elemental MediaTailor User Guide.
Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).
Synopsis
- defaultService :: Service
- _BadRequestException :: AsError a => Fold a ServiceError
- data ConfigureLogsForPlaybackConfiguration = ConfigureLogsForPlaybackConfiguration' Int Text
- newConfigureLogsForPlaybackConfiguration :: Int -> Text -> ConfigureLogsForPlaybackConfiguration
- data ConfigureLogsForPlaybackConfigurationResponse = ConfigureLogsForPlaybackConfigurationResponse' (Maybe Text) Int Int
- newConfigureLogsForPlaybackConfigurationResponse :: Int -> Int -> ConfigureLogsForPlaybackConfigurationResponse
- data CreateChannel = CreateChannel' (Maybe SlateSource) (Maybe (HashMap Text Text)) (Maybe Tier) Text [RequestOutputItem] PlaybackMode
- newCreateChannel :: Text -> PlaybackMode -> CreateChannel
- data CreateChannelResponse = CreateChannelResponse' (Maybe Text) (Maybe Text) (Maybe ChannelState) (Maybe POSIX) (Maybe SlateSource) (Maybe POSIX) (Maybe [ResponseOutputItem]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int
- newCreateChannelResponse :: Int -> CreateChannelResponse
- data CreateLiveSource = CreateLiveSource' (Maybe (HashMap Text Text)) [HttpPackageConfiguration] Text Text
- newCreateLiveSource :: Text -> Text -> CreateLiveSource
- data CreateLiveSourceResponse = CreateLiveSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Int
- newCreateLiveSourceResponse :: Int -> CreateLiveSourceResponse
- data CreatePrefetchSchedule = CreatePrefetchSchedule' (Maybe Text) PrefetchConsumption Text Text PrefetchRetrieval
- newCreatePrefetchSchedule :: PrefetchConsumption -> Text -> Text -> PrefetchRetrieval -> CreatePrefetchSchedule
- data CreatePrefetchScheduleResponse = CreatePrefetchScheduleResponse' (Maybe Text) (Maybe PrefetchConsumption) (Maybe Text) (Maybe Text) (Maybe PrefetchRetrieval) (Maybe Text) Int
- newCreatePrefetchScheduleResponse :: Int -> CreatePrefetchScheduleResponse
- data CreateProgram = CreateProgram' (Maybe [AdBreak]) (Maybe Text) (Maybe Text) Text Text ScheduleConfiguration Text
- newCreateProgram :: Text -> Text -> ScheduleConfiguration -> Text -> CreateProgram
- data CreateProgramResponse = CreateProgramResponse' (Maybe [AdBreak]) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) Int
- newCreateProgramResponse :: Int -> CreateProgramResponse
- data CreateSourceLocation = CreateSourceLocation' (Maybe AccessConfiguration) (Maybe DefaultSegmentDeliveryConfiguration) (Maybe [SegmentDeliveryConfiguration]) (Maybe (HashMap Text Text)) HttpConfiguration Text
- newCreateSourceLocation :: HttpConfiguration -> Text -> CreateSourceLocation
- data CreateSourceLocationResponse = CreateSourceLocationResponse' (Maybe AccessConfiguration) (Maybe Text) (Maybe POSIX) (Maybe DefaultSegmentDeliveryConfiguration) (Maybe HttpConfiguration) (Maybe POSIX) (Maybe [SegmentDeliveryConfiguration]) (Maybe Text) (Maybe (HashMap Text Text)) Int
- newCreateSourceLocationResponse :: Int -> CreateSourceLocationResponse
- data CreateVodSource = CreateVodSource' (Maybe (HashMap Text Text)) [HttpPackageConfiguration] Text Text
- newCreateVodSource :: Text -> Text -> CreateVodSource
- data CreateVodSourceResponse = CreateVodSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int
- newCreateVodSourceResponse :: Int -> CreateVodSourceResponse
- data DeleteChannel = DeleteChannel' Text
- newDeleteChannel :: Text -> DeleteChannel
- data DeleteChannelResponse = DeleteChannelResponse' Int
- newDeleteChannelResponse :: Int -> DeleteChannelResponse
- data DeleteChannelPolicy = DeleteChannelPolicy' Text
- newDeleteChannelPolicy :: Text -> DeleteChannelPolicy
- data DeleteChannelPolicyResponse = DeleteChannelPolicyResponse' Int
- newDeleteChannelPolicyResponse :: Int -> DeleteChannelPolicyResponse
- data DeleteLiveSource = DeleteLiveSource' Text Text
- newDeleteLiveSource :: Text -> Text -> DeleteLiveSource
- data DeleteLiveSourceResponse = DeleteLiveSourceResponse' Int
- newDeleteLiveSourceResponse :: Int -> DeleteLiveSourceResponse
- data DeletePlaybackConfiguration = DeletePlaybackConfiguration' Text
- newDeletePlaybackConfiguration :: Text -> DeletePlaybackConfiguration
- data DeletePlaybackConfigurationResponse = DeletePlaybackConfigurationResponse' Int
- newDeletePlaybackConfigurationResponse :: Int -> DeletePlaybackConfigurationResponse
- data DeletePrefetchSchedule = DeletePrefetchSchedule' Text Text
- newDeletePrefetchSchedule :: Text -> Text -> DeletePrefetchSchedule
- data DeletePrefetchScheduleResponse = DeletePrefetchScheduleResponse' Int
- newDeletePrefetchScheduleResponse :: Int -> DeletePrefetchScheduleResponse
- data DeleteProgram = DeleteProgram' Text Text
- newDeleteProgram :: Text -> Text -> DeleteProgram
- data DeleteProgramResponse = DeleteProgramResponse' Int
- newDeleteProgramResponse :: Int -> DeleteProgramResponse
- data DeleteSourceLocation = DeleteSourceLocation' Text
- newDeleteSourceLocation :: Text -> DeleteSourceLocation
- data DeleteSourceLocationResponse = DeleteSourceLocationResponse' Int
- newDeleteSourceLocationResponse :: Int -> DeleteSourceLocationResponse
- data DeleteVodSource = DeleteVodSource' Text Text
- newDeleteVodSource :: Text -> Text -> DeleteVodSource
- data DeleteVodSourceResponse = DeleteVodSourceResponse' Int
- newDeleteVodSourceResponse :: Int -> DeleteVodSourceResponse
- data DescribeChannel = DescribeChannel' Text
- newDescribeChannel :: Text -> DescribeChannel
- data DescribeChannelResponse = DescribeChannelResponse' (Maybe Text) (Maybe Text) (Maybe ChannelState) (Maybe POSIX) (Maybe SlateSource) (Maybe POSIX) (Maybe [ResponseOutputItem]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int
- newDescribeChannelResponse :: Int -> DescribeChannelResponse
- data DescribeLiveSource = DescribeLiveSource' Text Text
- newDescribeLiveSource :: Text -> Text -> DescribeLiveSource
- data DescribeLiveSourceResponse = DescribeLiveSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Int
- newDescribeLiveSourceResponse :: Int -> DescribeLiveSourceResponse
- data DescribeProgram = DescribeProgram' Text Text
- newDescribeProgram :: Text -> Text -> DescribeProgram
- data DescribeProgramResponse = DescribeProgramResponse' (Maybe [AdBreak]) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) Int
- newDescribeProgramResponse :: Int -> DescribeProgramResponse
- data DescribeSourceLocation = DescribeSourceLocation' Text
- newDescribeSourceLocation :: Text -> DescribeSourceLocation
- data DescribeSourceLocationResponse = DescribeSourceLocationResponse' (Maybe AccessConfiguration) (Maybe Text) (Maybe POSIX) (Maybe DefaultSegmentDeliveryConfiguration) (Maybe HttpConfiguration) (Maybe POSIX) (Maybe [SegmentDeliveryConfiguration]) (Maybe Text) (Maybe (HashMap Text Text)) Int
- newDescribeSourceLocationResponse :: Int -> DescribeSourceLocationResponse
- data DescribeVodSource = DescribeVodSource' Text Text
- newDescribeVodSource :: Text -> Text -> DescribeVodSource
- data DescribeVodSourceResponse = DescribeVodSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int
- newDescribeVodSourceResponse :: Int -> DescribeVodSourceResponse
- data GetChannelPolicy = GetChannelPolicy' Text
- newGetChannelPolicy :: Text -> GetChannelPolicy
- data GetChannelPolicyResponse = GetChannelPolicyResponse' (Maybe Text) Int
- newGetChannelPolicyResponse :: Int -> GetChannelPolicyResponse
- data GetChannelSchedule = GetChannelSchedule' (Maybe Text) (Maybe Natural) (Maybe Text) Text
- newGetChannelSchedule :: Text -> GetChannelSchedule
- data GetChannelScheduleResponse = GetChannelScheduleResponse' (Maybe [ScheduleEntry]) (Maybe Text) Int
- newGetChannelScheduleResponse :: Int -> GetChannelScheduleResponse
- data GetPlaybackConfiguration = GetPlaybackConfiguration' Text
- newGetPlaybackConfiguration :: Text -> GetPlaybackConfiguration
- data GetPlaybackConfigurationResponse = GetPlaybackConfigurationResponse' (Maybe Text) (Maybe AvailSuppression) (Maybe Bumper) (Maybe CdnConfiguration) (Maybe (HashMap Text (HashMap Text Text))) (Maybe DashConfiguration) (Maybe HlsConfiguration) (Maybe LivePreRollConfiguration) (Maybe LogConfiguration) (Maybe ManifestProcessingRules) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) Int
- newGetPlaybackConfigurationResponse :: Int -> GetPlaybackConfigurationResponse
- data GetPrefetchSchedule = GetPrefetchSchedule' Text Text
- newGetPrefetchSchedule :: Text -> Text -> GetPrefetchSchedule
- data GetPrefetchScheduleResponse = GetPrefetchScheduleResponse' (Maybe Text) (Maybe PrefetchConsumption) (Maybe Text) (Maybe Text) (Maybe PrefetchRetrieval) (Maybe Text) Int
- newGetPrefetchScheduleResponse :: Int -> GetPrefetchScheduleResponse
- data ListAlerts = ListAlerts' (Maybe Natural) (Maybe Text) Text
- newListAlerts :: Text -> ListAlerts
- data ListAlertsResponse = ListAlertsResponse' (Maybe [Alert]) (Maybe Text) Int
- newListAlertsResponse :: Int -> ListAlertsResponse
- data ListChannels = ListChannels' (Maybe Natural) (Maybe Text)
- newListChannels :: ListChannels
- data ListChannelsResponse = ListChannelsResponse' (Maybe [Channel]) (Maybe Text) Int
- newListChannelsResponse :: Int -> ListChannelsResponse
- data ListLiveSources = ListLiveSources' (Maybe Natural) (Maybe Text) Text
- newListLiveSources :: Text -> ListLiveSources
- data ListLiveSourcesResponse = ListLiveSourcesResponse' (Maybe [LiveSource]) (Maybe Text) Int
- newListLiveSourcesResponse :: Int -> ListLiveSourcesResponse
- data ListPlaybackConfigurations = ListPlaybackConfigurations' (Maybe Natural) (Maybe Text)
- newListPlaybackConfigurations :: ListPlaybackConfigurations
- data ListPlaybackConfigurationsResponse = ListPlaybackConfigurationsResponse' (Maybe [PlaybackConfiguration]) (Maybe Text) Int
- newListPlaybackConfigurationsResponse :: Int -> ListPlaybackConfigurationsResponse
- data ListPrefetchSchedules = ListPrefetchSchedules' (Maybe Natural) (Maybe Text) (Maybe Text) Text
- newListPrefetchSchedules :: Text -> ListPrefetchSchedules
- data ListPrefetchSchedulesResponse = ListPrefetchSchedulesResponse' (Maybe [PrefetchSchedule]) (Maybe Text) Int
- newListPrefetchSchedulesResponse :: Int -> ListPrefetchSchedulesResponse
- data ListSourceLocations = ListSourceLocations' (Maybe Natural) (Maybe Text)
- newListSourceLocations :: ListSourceLocations
- data ListSourceLocationsResponse = ListSourceLocationsResponse' (Maybe [SourceLocation]) (Maybe Text) Int
- newListSourceLocationsResponse :: Int -> ListSourceLocationsResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data ListVodSources = ListVodSources' (Maybe Natural) (Maybe Text) Text
- newListVodSources :: Text -> ListVodSources
- data ListVodSourcesResponse = ListVodSourcesResponse' (Maybe [VodSource]) (Maybe Text) Int
- newListVodSourcesResponse :: Int -> ListVodSourcesResponse
- data PutChannelPolicy = PutChannelPolicy' Text Text
- newPutChannelPolicy :: Text -> Text -> PutChannelPolicy
- data PutChannelPolicyResponse = PutChannelPolicyResponse' Int
- newPutChannelPolicyResponse :: Int -> PutChannelPolicyResponse
- data PutPlaybackConfiguration = PutPlaybackConfiguration' (Maybe Text) (Maybe AvailSuppression) (Maybe Bumper) (Maybe CdnConfiguration) (Maybe (HashMap Text (HashMap Text Text))) (Maybe DashConfigurationForPut) (Maybe LivePreRollConfiguration) (Maybe ManifestProcessingRules) (Maybe Natural) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) Text
- newPutPlaybackConfiguration :: Text -> PutPlaybackConfiguration
- data PutPlaybackConfigurationResponse = PutPlaybackConfigurationResponse' (Maybe Text) (Maybe AvailSuppression) (Maybe Bumper) (Maybe CdnConfiguration) (Maybe (HashMap Text (HashMap Text Text))) (Maybe DashConfiguration) (Maybe HlsConfiguration) (Maybe LivePreRollConfiguration) (Maybe LogConfiguration) (Maybe ManifestProcessingRules) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) Int
- newPutPlaybackConfigurationResponse :: Int -> PutPlaybackConfigurationResponse
- data StartChannel = StartChannel' Text
- newStartChannel :: Text -> StartChannel
- data StartChannelResponse = StartChannelResponse' Int
- newStartChannelResponse :: Int -> StartChannelResponse
- data StopChannel = StopChannel' Text
- newStopChannel :: Text -> StopChannel
- data StopChannelResponse = StopChannelResponse' Int
- newStopChannelResponse :: Int -> StopChannelResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' {
- newTagResourceResponse :: TagResourceResponse
- data UntagResource = UntagResource' Text [Text]
- newUntagResource :: Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' {
- newUntagResourceResponse :: UntagResourceResponse
- data UpdateChannel = UpdateChannel' (Maybe SlateSource) Text [RequestOutputItem]
- newUpdateChannel :: Text -> UpdateChannel
- data UpdateChannelResponse = UpdateChannelResponse' (Maybe Text) (Maybe Text) (Maybe ChannelState) (Maybe POSIX) (Maybe SlateSource) (Maybe POSIX) (Maybe [ResponseOutputItem]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int
- newUpdateChannelResponse :: Int -> UpdateChannelResponse
- data UpdateLiveSource = UpdateLiveSource' [HttpPackageConfiguration] Text Text
- newUpdateLiveSource :: Text -> Text -> UpdateLiveSource
- data UpdateLiveSourceResponse = UpdateLiveSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Int
- newUpdateLiveSourceResponse :: Int -> UpdateLiveSourceResponse
- data UpdateSourceLocation = UpdateSourceLocation' (Maybe AccessConfiguration) (Maybe DefaultSegmentDeliveryConfiguration) (Maybe [SegmentDeliveryConfiguration]) HttpConfiguration Text
- newUpdateSourceLocation :: HttpConfiguration -> Text -> UpdateSourceLocation
- data UpdateSourceLocationResponse = UpdateSourceLocationResponse' (Maybe AccessConfiguration) (Maybe Text) (Maybe POSIX) (Maybe DefaultSegmentDeliveryConfiguration) (Maybe HttpConfiguration) (Maybe POSIX) (Maybe [SegmentDeliveryConfiguration]) (Maybe Text) (Maybe (HashMap Text Text)) Int
- newUpdateSourceLocationResponse :: Int -> UpdateSourceLocationResponse
- data UpdateVodSource = UpdateVodSource' [HttpPackageConfiguration] Text Text
- newUpdateVodSource :: Text -> Text -> UpdateVodSource
- data UpdateVodSourceResponse = UpdateVodSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int
- newUpdateVodSourceResponse :: Int -> UpdateVodSourceResponse
- newtype AccessType where
- AccessType' { }
- pattern AccessType_S3_SIGV4 :: AccessType
- pattern AccessType_SECRETS_MANAGER_ACCESS_TOKEN :: AccessType
- newtype ChannelState where
- ChannelState' { }
- pattern ChannelState_RUNNING :: ChannelState
- pattern ChannelState_STOPPED :: ChannelState
- newtype MessageType where
- MessageType' { }
- pattern MessageType_SPLICE_INSERT :: MessageType
- pattern MessageType_TIME_SIGNAL :: MessageType
- newtype Mode where
- newtype Operator where
- Operator' {
- fromOperator :: Text
- pattern Operator_EQUALS :: Operator
- Operator' {
- newtype OriginManifestType where
- newtype PlaybackMode where
- PlaybackMode' { }
- pattern PlaybackMode_LINEAR :: PlaybackMode
- pattern PlaybackMode_LOOP :: PlaybackMode
- newtype RelativePosition where
- newtype ScheduleEntryType where
- ScheduleEntryType' { }
- pattern ScheduleEntryType_FILLER_SLATE :: ScheduleEntryType
- pattern ScheduleEntryType_PROGRAM :: ScheduleEntryType
- newtype Tier where
- Tier' { }
- pattern Tier_BASIC :: Tier
- pattern Tier_STANDARD :: Tier
- newtype Type where
- data AccessConfiguration = AccessConfiguration' (Maybe AccessType) (Maybe SecretsManagerAccessTokenConfiguration)
- newAccessConfiguration :: AccessConfiguration
- data AdBreak = AdBreak' (Maybe MessageType) (Maybe Integer) (Maybe SlateSource) (Maybe SpliceInsertMessage) (Maybe TimeSignalMessage)
- newAdBreak :: AdBreak
- data AdMarkerPassthrough = AdMarkerPassthrough' (Maybe Bool)
- newAdMarkerPassthrough :: AdMarkerPassthrough
- data Alert = Alert' Text Text POSIX [Text] Text
- newAlert :: Text -> Text -> UTCTime -> Text -> Alert
- data AvailMatchingCriteria = AvailMatchingCriteria' Text Operator
- newAvailMatchingCriteria :: Text -> Operator -> AvailMatchingCriteria
- data AvailSuppression = AvailSuppression' (Maybe Mode) (Maybe Text)
- newAvailSuppression :: AvailSuppression
- data Bumper = Bumper' (Maybe Text) (Maybe Text)
- newBumper :: Bumper
- data CdnConfiguration = CdnConfiguration' (Maybe Text) (Maybe Text)
- newCdnConfiguration :: CdnConfiguration
- data Channel = Channel' (Maybe POSIX) (Maybe SlateSource) (Maybe POSIX) (Maybe (HashMap Text Text)) Text Text Text [ResponseOutputItem] Text Text
- newChannel :: Text -> Text -> Text -> Text -> Text -> Channel
- data DashConfiguration = DashConfiguration' (Maybe Text) (Maybe Text) (Maybe OriginManifestType)
- newDashConfiguration :: DashConfiguration
- data DashConfigurationForPut = DashConfigurationForPut' (Maybe Text) (Maybe OriginManifestType)
- newDashConfigurationForPut :: DashConfigurationForPut
- data DashPlaylistSettings = DashPlaylistSettings' (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Int)
- newDashPlaylistSettings :: DashPlaylistSettings
- data DefaultSegmentDeliveryConfiguration = DefaultSegmentDeliveryConfiguration' (Maybe Text)
- newDefaultSegmentDeliveryConfiguration :: DefaultSegmentDeliveryConfiguration
- data HlsConfiguration = HlsConfiguration' (Maybe Text)
- newHlsConfiguration :: HlsConfiguration
- data HlsPlaylistSettings = HlsPlaylistSettings' (Maybe Int)
- newHlsPlaylistSettings :: HlsPlaylistSettings
- data HttpConfiguration = HttpConfiguration' Text
- newHttpConfiguration :: Text -> HttpConfiguration
- data HttpPackageConfiguration = HttpPackageConfiguration' Text Text Type
- newHttpPackageConfiguration :: Text -> Text -> Type -> HttpPackageConfiguration
- data LivePreRollConfiguration = LivePreRollConfiguration' (Maybe Text) (Maybe Int)
- newLivePreRollConfiguration :: LivePreRollConfiguration
- data LiveSource = LiveSource' (Maybe POSIX) (Maybe POSIX) (Maybe (HashMap Text Text)) Text [HttpPackageConfiguration] Text Text
- newLiveSource :: Text -> Text -> Text -> LiveSource
- data LogConfiguration = LogConfiguration' Int
- newLogConfiguration :: Int -> LogConfiguration
- data ManifestProcessingRules = ManifestProcessingRules' (Maybe AdMarkerPassthrough)
- newManifestProcessingRules :: ManifestProcessingRules
- data PlaybackConfiguration = PlaybackConfiguration' (Maybe Text) (Maybe AvailSuppression) (Maybe Bumper) (Maybe CdnConfiguration) (Maybe (HashMap Text (HashMap Text Text))) (Maybe DashConfiguration) (Maybe HlsConfiguration) (Maybe LivePreRollConfiguration) (Maybe LogConfiguration) (Maybe ManifestProcessingRules) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text)
- newPlaybackConfiguration :: PlaybackConfiguration
- data PrefetchConsumption = PrefetchConsumption' (Maybe [AvailMatchingCriteria]) (Maybe POSIX) POSIX
- newPrefetchConsumption :: UTCTime -> PrefetchConsumption
- data PrefetchRetrieval = PrefetchRetrieval' (Maybe (HashMap Text Text)) (Maybe POSIX) POSIX
- newPrefetchRetrieval :: UTCTime -> PrefetchRetrieval
- data PrefetchSchedule = PrefetchSchedule' (Maybe Text) Text PrefetchConsumption Text Text PrefetchRetrieval
- newPrefetchSchedule :: Text -> PrefetchConsumption -> Text -> Text -> PrefetchRetrieval -> PrefetchSchedule
- data RequestOutputItem = RequestOutputItem' (Maybe DashPlaylistSettings) (Maybe HlsPlaylistSettings) Text Text
- newRequestOutputItem :: Text -> Text -> RequestOutputItem
- data ResponseOutputItem = ResponseOutputItem' (Maybe DashPlaylistSettings) (Maybe HlsPlaylistSettings) Text Text Text
- newResponseOutputItem :: Text -> Text -> Text -> ResponseOutputItem
- data ScheduleAdBreak = ScheduleAdBreak' (Maybe Integer) (Maybe POSIX) (Maybe Text) (Maybe Text)
- newScheduleAdBreak :: ScheduleAdBreak
- data ScheduleConfiguration = ScheduleConfiguration' Transition
- newScheduleConfiguration :: Transition -> ScheduleConfiguration
- data ScheduleEntry = ScheduleEntry' (Maybe Integer) (Maybe POSIX) (Maybe Text) (Maybe [ScheduleAdBreak]) (Maybe ScheduleEntryType) (Maybe Text) Text Text Text Text
- newScheduleEntry :: Text -> Text -> Text -> Text -> ScheduleEntry
- data SecretsManagerAccessTokenConfiguration = SecretsManagerAccessTokenConfiguration' (Maybe Text) (Maybe Text) (Maybe Text)
- newSecretsManagerAccessTokenConfiguration :: SecretsManagerAccessTokenConfiguration
- data SegmentDeliveryConfiguration = SegmentDeliveryConfiguration' (Maybe Text) (Maybe Text)
- newSegmentDeliveryConfiguration :: SegmentDeliveryConfiguration
- data SegmentationDescriptor = SegmentationDescriptor' (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Text) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Int)
- newSegmentationDescriptor :: SegmentationDescriptor
- data SlateSource = SlateSource' (Maybe Text) (Maybe Text)
- newSlateSource :: SlateSource
- data SourceLocation = SourceLocation' (Maybe AccessConfiguration) (Maybe POSIX) (Maybe DefaultSegmentDeliveryConfiguration) (Maybe POSIX) (Maybe [SegmentDeliveryConfiguration]) (Maybe (HashMap Text Text)) Text HttpConfiguration Text
- newSourceLocation :: Text -> HttpConfiguration -> Text -> SourceLocation
- data SpliceInsertMessage = SpliceInsertMessage' (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Int)
- newSpliceInsertMessage :: SpliceInsertMessage
- data TimeSignalMessage = TimeSignalMessage' (Maybe [SegmentationDescriptor])
- newTimeSignalMessage :: TimeSignalMessage
- data Transition = Transition' (Maybe Integer) (Maybe Text) (Maybe Integer) RelativePosition Text
- newTransition :: RelativePosition -> Text -> Transition
- data VodSource = VodSource' (Maybe POSIX) (Maybe POSIX) (Maybe (HashMap Text Text)) Text [HttpPackageConfiguration] Text Text
- newVodSource :: Text -> Text -> Text -> VodSource
Service Configuration
defaultService :: Service Source #
API version 2018-04-23 of the Amazon MediaTailor SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by MediaTailor.
BadRequestException
_BadRequestException :: AsError a => Fold a ServiceError Source #
A request contains unexpected data.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait specification is fulfilled. The Wait specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
ConfigureLogsForPlaybackConfiguration
data ConfigureLogsForPlaybackConfiguration Source #
Configures Amazon CloudWatch log settings for a playback configuration.
See: newConfigureLogsForPlaybackConfiguration smart constructor.
Constructors
| ConfigureLogsForPlaybackConfiguration' Int Text |
Instances
newConfigureLogsForPlaybackConfiguration Source #
Arguments
| :: Int | |
| -> Text | |
| -> ConfigureLogsForPlaybackConfiguration |
Create a value of ConfigureLogsForPlaybackConfiguration 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:
ConfigureLogsForPlaybackConfiguration, configureLogsForPlaybackConfiguration_percentEnabled - The percentage of session logs that MediaTailor sends to your Cloudwatch
Logs account. For example, if your playback configuration has 1000
sessions and percentEnabled is set to 60, MediaTailor sends logs for
600 of the sessions to CloudWatch Logs. MediaTailor decides at random
which of the playback configuration sessions to send logs for. If you
want to view logs for a specific session, you can use the
debug log mode.
Valid values: 0 - 100
ConfigureLogsForPlaybackConfiguration, configureLogsForPlaybackConfiguration_playbackConfigurationName - The name of the playback configuration.
data ConfigureLogsForPlaybackConfigurationResponse Source #
See: newConfigureLogsForPlaybackConfigurationResponse smart constructor.
Constructors
| ConfigureLogsForPlaybackConfigurationResponse' (Maybe Text) Int Int |
Instances
newConfigureLogsForPlaybackConfigurationResponse Source #
Arguments
| :: Int |
|
| -> Int | |
| -> ConfigureLogsForPlaybackConfigurationResponse |
Create a value of ConfigureLogsForPlaybackConfigurationResponse 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:
ConfigureLogsForPlaybackConfiguration, configureLogsForPlaybackConfigurationResponse_playbackConfigurationName - The name of the playback configuration.
$sel:httpStatus:ConfigureLogsForPlaybackConfigurationResponse', configureLogsForPlaybackConfigurationResponse_httpStatus - The response's http status code.
ConfigureLogsForPlaybackConfiguration, configureLogsForPlaybackConfigurationResponse_percentEnabled - The percentage of session logs that MediaTailor sends to your Cloudwatch
Logs account.
CreateChannel
data CreateChannel Source #
See: newCreateChannel smart constructor.
Constructors
| CreateChannel' (Maybe SlateSource) (Maybe (HashMap Text Text)) (Maybe Tier) Text [RequestOutputItem] PlaybackMode |
Instances
Arguments
| :: Text | |
| -> PlaybackMode | |
| -> CreateChannel |
Create a value of CreateChannel 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:
CreateChannel, createChannel_fillerSlate - The slate used to fill gaps between programs in the schedule. You must
configure filler slate if your channel uses the LINEAR PlaybackMode.
MediaTailor doesn't support filler slate for channels using the LOOP
PlaybackMode.
CreateChannel, createChannel_tags - The tags to assign to the channel. Tags are key-value pairs that you can
associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
CreateChannel, createChannel_tier - The tier of the channel.
CreateChannel, createChannel_channelName - The name of the channel.
CreateChannel, createChannel_outputs - The channel's output properties.
CreateChannel, createChannel_playbackMode - The type of playback mode to use for this channel.
LINEAR - The programs in the schedule play once back-to-back in the
schedule.
LOOP - The programs in the schedule play back-to-back in an endless
loop. When the last program in the schedule stops playing, playback
loops back to the first program in the schedule.
data CreateChannelResponse Source #
See: newCreateChannelResponse smart constructor.
Constructors
| CreateChannelResponse' (Maybe Text) (Maybe Text) (Maybe ChannelState) (Maybe POSIX) (Maybe SlateSource) (Maybe POSIX) (Maybe [ResponseOutputItem]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int |
Instances
newCreateChannelResponse Source #
Create a value of CreateChannelResponse 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:
CreateChannelResponse, createChannelResponse_arn - The Amazon Resource Name (ARN) to assign to the channel.
CreateChannel, createChannelResponse_channelName - The name to assign to the channel.
CreateChannelResponse, createChannelResponse_channelState - Indicates whether the channel is in a running state or not.
CreateChannelResponse, createChannelResponse_creationTime - The timestamp of when the channel was created.
CreateChannel, createChannelResponse_fillerSlate - Contains information about the slate used to fill gaps between programs
in the schedule.
CreateChannelResponse, createChannelResponse_lastModifiedTime - The timestamp of when the channel was last modified.
CreateChannel, createChannelResponse_outputs - The output properties to assign to the channel.
CreateChannel, createChannelResponse_playbackMode - The playback mode to assign to the channel.
CreateChannel, createChannelResponse_tags - The tags to assign to the channel. Tags are key-value pairs that you can
associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
CreateChannel, createChannelResponse_tier - The tier of the channel.
$sel:httpStatus:CreateChannelResponse', createChannelResponse_httpStatus - The response's http status code.
CreateLiveSource
data CreateLiveSource Source #
See: newCreateLiveSource smart constructor.
Constructors
| CreateLiveSource' (Maybe (HashMap Text Text)) [HttpPackageConfiguration] Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> CreateLiveSource |
Create a value of CreateLiveSource 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:
CreateLiveSource, createLiveSource_tags - The tags to assign to the live source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
CreateLiveSource, createLiveSource_httpPackageConfigurations - A list of HTTP package configuration parameters for this live source.
CreateLiveSource, createLiveSource_liveSourceName - The name of the live source.
CreateLiveSource, createLiveSource_sourceLocationName - The name of the source location.
data CreateLiveSourceResponse Source #
See: newCreateLiveSourceResponse smart constructor.
Constructors
| CreateLiveSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Int |
Instances
newCreateLiveSourceResponse Source #
Create a value of CreateLiveSourceResponse 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:
CreateLiveSourceResponse, createLiveSourceResponse_arn - The ARN to assign to the live source.
CreateLiveSourceResponse, createLiveSourceResponse_creationTime - The time the live source was created.
CreateLiveSource, createLiveSourceResponse_httpPackageConfigurations - A list of HTTP package configuration parameters for this live source.
CreateLiveSourceResponse, createLiveSourceResponse_lastModifiedTime - The time the live source was last modified.
CreateLiveSource, createLiveSourceResponse_liveSourceName - The name to assign to the live source.
CreateLiveSource, createLiveSourceResponse_sourceLocationName - The name to assign to the source location of the live source.
CreateLiveSource, createLiveSourceResponse_tags - The tags to assign to the live source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:httpStatus:CreateLiveSourceResponse', createLiveSourceResponse_httpStatus - The response's http status code.
CreatePrefetchSchedule
data CreatePrefetchSchedule Source #
See: newCreatePrefetchSchedule smart constructor.
Constructors
| CreatePrefetchSchedule' (Maybe Text) PrefetchConsumption Text Text PrefetchRetrieval |
Instances
newCreatePrefetchSchedule Source #
Arguments
| :: PrefetchConsumption | |
| -> Text | |
| -> Text | |
| -> PrefetchRetrieval | |
| -> CreatePrefetchSchedule |
Create a value of CreatePrefetchSchedule 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:
CreatePrefetchSchedule, createPrefetchSchedule_streamId - An optional stream identifier that MediaTailor uses to prefetch ads for
multiple streams that use the same playback configuration. If StreamId
is specified, MediaTailor returns all of the prefetch schedules with an
exact match on StreamId. If not specified, MediaTailor returns all of
the prefetch schedules for the playback configuration, regardless of
StreamId.
CreatePrefetchSchedule, createPrefetchSchedule_consumption - The configuration settings for MediaTailor's consumption of the
prefetched ads from the ad decision server. Each consumption
configuration contains an end time and an optional start time that
define the consumption window. Prefetch schedules automatically expire
no earlier than seven days after the end time.
CreatePrefetchSchedule, createPrefetchSchedule_name - The name to assign to the schedule request.
CreatePrefetchSchedule, createPrefetchSchedule_playbackConfigurationName - The name to assign to the playback configuration.
CreatePrefetchSchedule, createPrefetchSchedule_retrieval - The configuration settings for retrieval of prefetched ads from the ad
decision server. Only one set of prefetched ads will be retrieved and
subsequently consumed for each ad break.
data CreatePrefetchScheduleResponse Source #
See: newCreatePrefetchScheduleResponse smart constructor.
Constructors
| CreatePrefetchScheduleResponse' (Maybe Text) (Maybe PrefetchConsumption) (Maybe Text) (Maybe Text) (Maybe PrefetchRetrieval) (Maybe Text) Int |
Instances
newCreatePrefetchScheduleResponse Source #
Create a value of CreatePrefetchScheduleResponse 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:
CreatePrefetchScheduleResponse, createPrefetchScheduleResponse_arn - The ARN to assign to the prefetch schedule.
CreatePrefetchSchedule, createPrefetchScheduleResponse_consumption - The configuration settings for MediaTailor's consumption of the
prefetched ads from the ad decision server. Each consumption
configuration contains an end time and an optional start time that
define the consumption window. Prefetch schedules automatically expire
no earlier than seven days after the end time.
CreatePrefetchSchedule, createPrefetchScheduleResponse_name - The name to assign to the prefetch schedule.
CreatePrefetchSchedule, createPrefetchScheduleResponse_playbackConfigurationName - The name to assign to the playback configuration.
CreatePrefetchSchedule, createPrefetchScheduleResponse_retrieval - The configuration settings for retrieval of prefetched ads from the ad
decision server. Only one set of prefetched ads will be retrieved and
subsequently consumed for each ad break.
CreatePrefetchSchedule, createPrefetchScheduleResponse_streamId - An optional stream identifier that MediaTailor uses to prefetch ads for
multiple streams that use the same playback configuration. If StreamId
is specified, MediaTailor returns all of the prefetch schedules with an
exact match on StreamId. If not specified, MediaTailor returns all of
the prefetch schedules for the playback configuration, regardless of
StreamId.
$sel:httpStatus:CreatePrefetchScheduleResponse', createPrefetchScheduleResponse_httpStatus - The response's http status code.
CreateProgram
data CreateProgram Source #
See: newCreateProgram smart constructor.
Constructors
| CreateProgram' (Maybe [AdBreak]) (Maybe Text) (Maybe Text) Text Text ScheduleConfiguration Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ScheduleConfiguration | |
| -> Text | |
| -> CreateProgram |
Create a value of CreateProgram 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:
CreateProgram, createProgram_adBreaks - The ad break configuration settings.
CreateProgram, createProgram_liveSourceName - The name of the LiveSource for this Program.
CreateProgram, createProgram_vodSourceName - The name that's used to refer to a VOD source.
CreateProgram, createProgram_channelName - The name of the channel for this Program.
CreateProgram, createProgram_programName - The name of the Program.
$sel:scheduleConfiguration:CreateProgram', createProgram_scheduleConfiguration - The schedule configuration settings.
CreateProgram, createProgram_sourceLocationName - The name of the source location.
data CreateProgramResponse Source #
See: newCreateProgramResponse smart constructor.
Constructors
| CreateProgramResponse' (Maybe [AdBreak]) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) Int |
Instances
newCreateProgramResponse Source #
Create a value of CreateProgramResponse 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:
CreateProgram, createProgramResponse_adBreaks - The ad break configuration settings.
CreateProgramResponse, createProgramResponse_arn - The ARN to assign to the program.
CreateProgram, createProgramResponse_channelName - The name to assign to the channel for this program.
CreateProgramResponse, createProgramResponse_creationTime - The time the program was created.
CreateProgram, createProgramResponse_liveSourceName - The name of the LiveSource for this Program.
CreateProgram, createProgramResponse_programName - The name to assign to this program.
$sel:scheduledStartTime:CreateProgramResponse', createProgramResponse_scheduledStartTime - The scheduled start time for this Program.
CreateProgram, createProgramResponse_sourceLocationName - The name to assign to the source location for this program.
CreateProgram, createProgramResponse_vodSourceName - The name that's used to refer to a VOD source.
$sel:httpStatus:CreateProgramResponse', createProgramResponse_httpStatus - The response's http status code.
CreateSourceLocation
data CreateSourceLocation Source #
See: newCreateSourceLocation smart constructor.
Constructors
| CreateSourceLocation' (Maybe AccessConfiguration) (Maybe DefaultSegmentDeliveryConfiguration) (Maybe [SegmentDeliveryConfiguration]) (Maybe (HashMap Text Text)) HttpConfiguration Text |
Instances
newCreateSourceLocation Source #
Create a value of CreateSourceLocation 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:
CreateSourceLocation, createSourceLocation_accessConfiguration - Access configuration parameters. Configures the type of authentication
used to access content from your source location.
CreateSourceLocation, createSourceLocation_defaultSegmentDeliveryConfiguration - The optional configuration for the server that serves segments.
CreateSourceLocation, createSourceLocation_segmentDeliveryConfigurations - A list of the segment delivery configurations associated with this
resource.
CreateSourceLocation, createSourceLocation_tags - The tags to assign to the source location. Tags are key-value pairs that
you can associate with Amazon resources to help with organization,
access control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
CreateSourceLocation, createSourceLocation_httpConfiguration - The source's HTTP package configurations.
CreateSourceLocation, createSourceLocation_sourceLocationName - The name associated with the source location.
data CreateSourceLocationResponse Source #
See: newCreateSourceLocationResponse smart constructor.
Constructors
Instances
newCreateSourceLocationResponse Source #
Create a value of CreateSourceLocationResponse 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:
CreateSourceLocation, createSourceLocationResponse_accessConfiguration - Access configuration parameters. Configures the type of authentication
used to access content from your source location.
CreateSourceLocationResponse, createSourceLocationResponse_arn - The ARN to assign to the source location.
CreateSourceLocationResponse, createSourceLocationResponse_creationTime - The time the source location was created.
CreateSourceLocation, createSourceLocationResponse_defaultSegmentDeliveryConfiguration - The optional configuration for the server that serves segments.
CreateSourceLocation, createSourceLocationResponse_httpConfiguration - The source's HTTP package configurations.
CreateSourceLocationResponse, createSourceLocationResponse_lastModifiedTime - The time the source location was last modified.
CreateSourceLocation, createSourceLocationResponse_segmentDeliveryConfigurations - The segment delivery configurations for the source location. For
information about MediaTailor configurations, see
Working with configurations in AWS Elemental MediaTailor.
CreateSourceLocation, createSourceLocationResponse_sourceLocationName - The name to assign to the source location.
CreateSourceLocation, createSourceLocationResponse_tags - The tags to assign to the source location. Tags are key-value pairs that
you can associate with Amazon resources to help with organization,
access control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:httpStatus:CreateSourceLocationResponse', createSourceLocationResponse_httpStatus - The response's http status code.
CreateVodSource
data CreateVodSource Source #
See: newCreateVodSource smart constructor.
Constructors
| CreateVodSource' (Maybe (HashMap Text Text)) [HttpPackageConfiguration] Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> CreateVodSource |
Create a value of CreateVodSource 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:
CreateVodSource, createVodSource_tags - The tags to assign to the VOD source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
CreateVodSource, createVodSource_httpPackageConfigurations - A list of HTTP package configuration parameters for this VOD source.
CreateVodSource, createVodSource_sourceLocationName - The name of the source location for this VOD source.
CreateVodSource, createVodSource_vodSourceName - The name associated with the VOD source.>
data CreateVodSourceResponse Source #
See: newCreateVodSourceResponse smart constructor.
Constructors
| CreateVodSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int |
Instances
newCreateVodSourceResponse Source #
Create a value of CreateVodSourceResponse 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:
CreateVodSourceResponse, createVodSourceResponse_arn - The ARN to assign to this VOD source.
CreateVodSourceResponse, createVodSourceResponse_creationTime - The time the VOD source was created.
CreateVodSource, createVodSourceResponse_httpPackageConfigurations - A list of HTTP package configuration parameters for this VOD source.
CreateVodSourceResponse, createVodSourceResponse_lastModifiedTime - The time the VOD source was last modified.
CreateVodSource, createVodSourceResponse_sourceLocationName - The name to assign to the source location for this VOD source.
CreateVodSource, createVodSourceResponse_tags - The tags to assign to the VOD source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
CreateVodSource, createVodSourceResponse_vodSourceName - The name to assign to the VOD source.
$sel:httpStatus:CreateVodSourceResponse', createVodSourceResponse_httpStatus - The response's http status code.
DeleteChannel
data DeleteChannel Source #
See: newDeleteChannel smart constructor.
Constructors
| DeleteChannel' Text |
Instances
Arguments
| :: Text | |
| -> DeleteChannel |
Create a value of DeleteChannel 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:
DeleteChannel, deleteChannel_channelName - The name of the channel.
data DeleteChannelResponse Source #
See: newDeleteChannelResponse smart constructor.
Constructors
| DeleteChannelResponse' Int |
Instances
newDeleteChannelResponse Source #
Create a value of DeleteChannelResponse 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:httpStatus:DeleteChannelResponse', deleteChannelResponse_httpStatus - The response's http status code.
DeleteChannelPolicy
data DeleteChannelPolicy Source #
See: newDeleteChannelPolicy smart constructor.
Constructors
| DeleteChannelPolicy' Text |
Instances
newDeleteChannelPolicy Source #
Arguments
| :: Text | |
| -> DeleteChannelPolicy |
Create a value of DeleteChannelPolicy 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:
DeleteChannelPolicy, deleteChannelPolicy_channelName - The name of the channel associated with this channel policy.
data DeleteChannelPolicyResponse Source #
See: newDeleteChannelPolicyResponse smart constructor.
Constructors
| DeleteChannelPolicyResponse' Int |
Instances
newDeleteChannelPolicyResponse Source #
Create a value of DeleteChannelPolicyResponse 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:httpStatus:DeleteChannelPolicyResponse', deleteChannelPolicyResponse_httpStatus - The response's http status code.
DeleteLiveSource
data DeleteLiveSource Source #
See: newDeleteLiveSource smart constructor.
Constructors
| DeleteLiveSource' Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteLiveSource |
Create a value of DeleteLiveSource 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:
DeleteLiveSource, deleteLiveSource_liveSourceName - The name of the live source.
DeleteLiveSource, deleteLiveSource_sourceLocationName - The name of the source location associated with this Live Source.
data DeleteLiveSourceResponse Source #
See: newDeleteLiveSourceResponse smart constructor.
Constructors
| DeleteLiveSourceResponse' Int |
Instances
newDeleteLiveSourceResponse Source #
Create a value of DeleteLiveSourceResponse 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:httpStatus:DeleteLiveSourceResponse', deleteLiveSourceResponse_httpStatus - The response's http status code.
DeletePlaybackConfiguration
data DeletePlaybackConfiguration Source #
See: newDeletePlaybackConfiguration smart constructor.
Constructors
| DeletePlaybackConfiguration' Text |
Instances
newDeletePlaybackConfiguration Source #
Arguments
| :: Text | |
| -> DeletePlaybackConfiguration |
Create a value of DeletePlaybackConfiguration 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:
DeletePlaybackConfiguration, deletePlaybackConfiguration_name - The name of the playback configuration.
data DeletePlaybackConfigurationResponse Source #
See: newDeletePlaybackConfigurationResponse smart constructor.
Constructors
| DeletePlaybackConfigurationResponse' Int |
Instances
newDeletePlaybackConfigurationResponse Source #
Arguments
| :: Int | |
| -> DeletePlaybackConfigurationResponse |
Create a value of DeletePlaybackConfigurationResponse 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:httpStatus:DeletePlaybackConfigurationResponse', deletePlaybackConfigurationResponse_httpStatus - The response's http status code.
DeletePrefetchSchedule
data DeletePrefetchSchedule Source #
See: newDeletePrefetchSchedule smart constructor.
Constructors
| DeletePrefetchSchedule' Text Text |
Instances
newDeletePrefetchSchedule Source #
Create a value of DeletePrefetchSchedule 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:
DeletePrefetchSchedule, deletePrefetchSchedule_name - The name of the prefetch schedule. If the action is successful, the
service sends back an HTTP 204 response with an empty HTTP body.
DeletePrefetchSchedule, deletePrefetchSchedule_playbackConfigurationName - The name of the playback configuration for this prefetch schedule.
data DeletePrefetchScheduleResponse Source #
See: newDeletePrefetchScheduleResponse smart constructor.
Constructors
| DeletePrefetchScheduleResponse' Int |
Instances
newDeletePrefetchScheduleResponse Source #
Create a value of DeletePrefetchScheduleResponse 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:httpStatus:DeletePrefetchScheduleResponse', deletePrefetchScheduleResponse_httpStatus - The response's http status code.
DeleteProgram
data DeleteProgram Source #
See: newDeleteProgram smart constructor.
Constructors
| DeleteProgram' Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteProgram |
Create a value of DeleteProgram 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:
DeleteProgram, deleteProgram_channelName - The name of the channel.
DeleteProgram, deleteProgram_programName - The name of the program.
data DeleteProgramResponse Source #
See: newDeleteProgramResponse smart constructor.
Constructors
| DeleteProgramResponse' Int |
Instances
newDeleteProgramResponse Source #
Create a value of DeleteProgramResponse 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:httpStatus:DeleteProgramResponse', deleteProgramResponse_httpStatus - The response's http status code.
DeleteSourceLocation
data DeleteSourceLocation Source #
See: newDeleteSourceLocation smart constructor.
Constructors
| DeleteSourceLocation' Text |
Instances
newDeleteSourceLocation Source #
Arguments
| :: Text | |
| -> DeleteSourceLocation |
Create a value of DeleteSourceLocation 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:
DeleteSourceLocation, deleteSourceLocation_sourceLocationName - The name of the source location.
data DeleteSourceLocationResponse Source #
See: newDeleteSourceLocationResponse smart constructor.
Constructors
| DeleteSourceLocationResponse' Int |
Instances
newDeleteSourceLocationResponse Source #
Create a value of DeleteSourceLocationResponse 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:httpStatus:DeleteSourceLocationResponse', deleteSourceLocationResponse_httpStatus - The response's http status code.
DeleteVodSource
data DeleteVodSource Source #
See: newDeleteVodSource smart constructor.
Constructors
| DeleteVodSource' Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteVodSource |
Create a value of DeleteVodSource 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:
DeleteVodSource, deleteVodSource_sourceLocationName - The name of the source location associated with this VOD Source.
DeleteVodSource, deleteVodSource_vodSourceName - The name of the VOD source.
data DeleteVodSourceResponse Source #
See: newDeleteVodSourceResponse smart constructor.
Constructors
| DeleteVodSourceResponse' Int |
Instances
newDeleteVodSourceResponse Source #
Create a value of DeleteVodSourceResponse 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:httpStatus:DeleteVodSourceResponse', deleteVodSourceResponse_httpStatus - The response's http status code.
DescribeChannel
data DescribeChannel Source #
See: newDescribeChannel smart constructor.
Constructors
| DescribeChannel' Text |
Instances
Arguments
| :: Text | |
| -> DescribeChannel |
Create a value of DescribeChannel 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:
DescribeChannel, describeChannel_channelName - The name of the channel.
data DescribeChannelResponse Source #
See: newDescribeChannelResponse smart constructor.
Constructors
| DescribeChannelResponse' (Maybe Text) (Maybe Text) (Maybe ChannelState) (Maybe POSIX) (Maybe SlateSource) (Maybe POSIX) (Maybe [ResponseOutputItem]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int |
Instances
newDescribeChannelResponse Source #
Create a value of DescribeChannelResponse 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:
DescribeChannelResponse, describeChannelResponse_arn - The ARN of the channel.
DescribeChannel, describeChannelResponse_channelName - The name of the channel.
DescribeChannelResponse, describeChannelResponse_channelState - Indicates whether the channel is in a running state or not.
DescribeChannelResponse, describeChannelResponse_creationTime - The timestamp of when the channel was created.
DescribeChannelResponse, describeChannelResponse_fillerSlate - Contains information about the slate used to fill gaps between programs
in the schedule.
DescribeChannelResponse, describeChannelResponse_lastModifiedTime - The timestamp of when the channel was last modified.
DescribeChannelResponse, describeChannelResponse_outputs - The channel's output properties.
DescribeChannelResponse, describeChannelResponse_playbackMode - The channel's playback mode.
DescribeChannelResponse, describeChannelResponse_tags - The tags assigned to the channel. Tags are key-value pairs that you can
associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
DescribeChannelResponse, describeChannelResponse_tier - The channel's tier.
$sel:httpStatus:DescribeChannelResponse', describeChannelResponse_httpStatus - The response's http status code.
DescribeLiveSource
data DescribeLiveSource Source #
See: newDescribeLiveSource smart constructor.
Constructors
| DescribeLiveSource' Text Text |
Instances
newDescribeLiveSource Source #
Arguments
| :: Text | |
| -> Text | |
| -> DescribeLiveSource |
Create a value of DescribeLiveSource 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:
DescribeLiveSource, describeLiveSource_liveSourceName - The name of the live source.
DescribeLiveSource, describeLiveSource_sourceLocationName - The name of the source location associated with this Live Source.
data DescribeLiveSourceResponse Source #
See: newDescribeLiveSourceResponse smart constructor.
Constructors
| DescribeLiveSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Int |
Instances
newDescribeLiveSourceResponse Source #
Create a value of DescribeLiveSourceResponse 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:
DescribeLiveSourceResponse, describeLiveSourceResponse_arn - The ARN of the live source.
DescribeLiveSourceResponse, describeLiveSourceResponse_creationTime - The timestamp that indicates when the live source was created.
DescribeLiveSourceResponse, describeLiveSourceResponse_httpPackageConfigurations - The HTTP package configurations.
DescribeLiveSourceResponse, describeLiveSourceResponse_lastModifiedTime - The timestamp that indicates when the live source was modified.
DescribeLiveSource, describeLiveSourceResponse_liveSourceName - The name of the live source.
DescribeLiveSource, describeLiveSourceResponse_sourceLocationName - The name of the source location associated with the live source.
DescribeLiveSourceResponse, describeLiveSourceResponse_tags - The tags assigned to the live source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:httpStatus:DescribeLiveSourceResponse', describeLiveSourceResponse_httpStatus - The response's http status code.
DescribeProgram
data DescribeProgram Source #
See: newDescribeProgram smart constructor.
Constructors
| DescribeProgram' Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DescribeProgram |
Create a value of DescribeProgram 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:
DescribeProgram, describeProgram_channelName - The name of the channel associated with this Program.
DescribeProgram, describeProgram_programName - The name of the program.
data DescribeProgramResponse Source #
See: newDescribeProgramResponse smart constructor.
Constructors
| DescribeProgramResponse' (Maybe [AdBreak]) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) Int |
Instances
newDescribeProgramResponse Source #
Create a value of DescribeProgramResponse 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:adBreaks:DescribeProgramResponse', describeProgramResponse_adBreaks - The ad break configuration settings.
DescribeProgramResponse, describeProgramResponse_arn - The ARN of the program.
DescribeProgram, describeProgramResponse_channelName - The name of the channel that the program belongs to.
DescribeProgramResponse, describeProgramResponse_creationTime - The timestamp of when the program was created.
DescribeProgramResponse, describeProgramResponse_liveSourceName - The name of the LiveSource for this Program.
DescribeProgram, describeProgramResponse_programName - The name of the program.
$sel:scheduledStartTime:DescribeProgramResponse', describeProgramResponse_scheduledStartTime - The date and time that the program is scheduled to start in ISO 8601
format and Coordinated Universal Time (UTC). For example, the value
2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.
DescribeProgramResponse, describeProgramResponse_sourceLocationName - The source location name.
DescribeProgramResponse, describeProgramResponse_vodSourceName - The name that's used to refer to a VOD source.
$sel:httpStatus:DescribeProgramResponse', describeProgramResponse_httpStatus - The response's http status code.
DescribeSourceLocation
data DescribeSourceLocation Source #
See: newDescribeSourceLocation smart constructor.
Constructors
| DescribeSourceLocation' Text |
Instances
newDescribeSourceLocation Source #
Arguments
| :: Text | |
| -> DescribeSourceLocation |
Create a value of DescribeSourceLocation 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:
DescribeSourceLocation, describeSourceLocation_sourceLocationName - The name of the source location.
data DescribeSourceLocationResponse Source #
See: newDescribeSourceLocationResponse smart constructor.
Constructors
Instances
newDescribeSourceLocationResponse Source #
Create a value of DescribeSourceLocationResponse 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:
DescribeSourceLocationResponse, describeSourceLocationResponse_accessConfiguration - The access configuration for the source location.
DescribeSourceLocationResponse, describeSourceLocationResponse_arn - The ARN of the source location.
DescribeSourceLocationResponse, describeSourceLocationResponse_creationTime - The timestamp that indicates when the source location was created.
DescribeSourceLocationResponse, describeSourceLocationResponse_defaultSegmentDeliveryConfiguration - The default segment delivery configuration settings.
DescribeSourceLocationResponse, describeSourceLocationResponse_httpConfiguration - The HTTP package configuration settings for the source location.
DescribeSourceLocationResponse, describeSourceLocationResponse_lastModifiedTime - The timestamp that indicates when the source location was last modified.
DescribeSourceLocationResponse, describeSourceLocationResponse_segmentDeliveryConfigurations - A list of the segment delivery configurations associated with this
resource.
DescribeSourceLocation, describeSourceLocationResponse_sourceLocationName - The name of the source location.
DescribeSourceLocationResponse, describeSourceLocationResponse_tags - The tags assigned to the source location. Tags are key-value pairs that
you can associate with Amazon resources to help with organization,
access control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:httpStatus:DescribeSourceLocationResponse', describeSourceLocationResponse_httpStatus - The response's http status code.
DescribeVodSource
data DescribeVodSource Source #
See: newDescribeVodSource smart constructor.
Constructors
| DescribeVodSource' Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DescribeVodSource |
Create a value of DescribeVodSource 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:
DescribeVodSource, describeVodSource_sourceLocationName - The name of the source location associated with this VOD Source.
DescribeVodSource, describeVodSource_vodSourceName - The name of the VOD Source.
data DescribeVodSourceResponse Source #
See: newDescribeVodSourceResponse smart constructor.
Constructors
| DescribeVodSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int |
Instances
newDescribeVodSourceResponse Source #
Create a value of DescribeVodSourceResponse 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:
DescribeVodSourceResponse, describeVodSourceResponse_arn - The ARN of the VOD source.
DescribeVodSourceResponse, describeVodSourceResponse_creationTime - The timestamp that indicates when the VOD source was created.
DescribeVodSourceResponse, describeVodSourceResponse_httpPackageConfigurations - The HTTP package configurations.
DescribeVodSourceResponse, describeVodSourceResponse_lastModifiedTime - The last modified time of the VOD source.
DescribeVodSource, describeVodSourceResponse_sourceLocationName - The name of the source location associated with the VOD source.
DescribeVodSourceResponse, describeVodSourceResponse_tags - The tags assigned to the VOD source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
DescribeVodSource, describeVodSourceResponse_vodSourceName - The name of the VOD source.
$sel:httpStatus:DescribeVodSourceResponse', describeVodSourceResponse_httpStatus - The response's http status code.
GetChannelPolicy
data GetChannelPolicy Source #
See: newGetChannelPolicy smart constructor.
Constructors
| GetChannelPolicy' Text |
Instances
Arguments
| :: Text | |
| -> GetChannelPolicy |
Create a value of GetChannelPolicy 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:
GetChannelPolicy, getChannelPolicy_channelName - The name of the channel associated with this Channel Policy.
data GetChannelPolicyResponse Source #
See: newGetChannelPolicyResponse smart constructor.
Constructors
| GetChannelPolicyResponse' (Maybe Text) Int |
Instances
newGetChannelPolicyResponse Source #
Create a value of GetChannelPolicyResponse 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:policy:GetChannelPolicyResponse', getChannelPolicyResponse_policy - The IAM policy for the channel. IAM policies are used to control access
to your channel.
$sel:httpStatus:GetChannelPolicyResponse', getChannelPolicyResponse_httpStatus - The response's http status code.
GetChannelSchedule (Paginated)
data GetChannelSchedule Source #
See: newGetChannelSchedule smart constructor.
Instances
newGetChannelSchedule Source #
Arguments
| :: Text | |
| -> GetChannelSchedule |
Create a value of GetChannelSchedule 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:durationMinutes:GetChannelSchedule', getChannelSchedule_durationMinutes - The duration in minutes of the channel schedule.
$sel:maxResults:GetChannelSchedule', getChannelSchedule_maxResults - The maximum number of channel schedules that you want MediaTailor to
return in response to the current request. If there are more than
MaxResults channel schedules, use the value of NextToken in the
response to get the next page of results.
GetChannelSchedule, getChannelSchedule_nextToken - (Optional) If the playback configuration has more than MaxResults
channel schedules, use NextToken to get the second and subsequent
pages of results.
For the first GetChannelScheduleRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and specify that value for NextToken in the
request.
If the previous response didn't include a NextToken element, there
are no more channel schedules to get.
GetChannelSchedule, getChannelSchedule_channelName - The name of the channel associated with this Channel Schedule.
data GetChannelScheduleResponse Source #
See: newGetChannelScheduleResponse smart constructor.
Constructors
| GetChannelScheduleResponse' (Maybe [ScheduleEntry]) (Maybe Text) Int |
Instances
newGetChannelScheduleResponse Source #
Create a value of GetChannelScheduleResponse 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:items:GetChannelScheduleResponse', getChannelScheduleResponse_items - A list of schedule entries for the channel.
GetChannelSchedule, getChannelScheduleResponse_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
$sel:httpStatus:GetChannelScheduleResponse', getChannelScheduleResponse_httpStatus - The response's http status code.
GetPlaybackConfiguration
data GetPlaybackConfiguration Source #
See: newGetPlaybackConfiguration smart constructor.
Constructors
| GetPlaybackConfiguration' Text |
Instances
newGetPlaybackConfiguration Source #
Arguments
| :: Text | |
| -> GetPlaybackConfiguration |
Create a value of GetPlaybackConfiguration 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:
GetPlaybackConfiguration, getPlaybackConfiguration_name - The identifier for the playback configuration.
data GetPlaybackConfigurationResponse Source #
See: newGetPlaybackConfigurationResponse smart constructor.
Constructors
| GetPlaybackConfigurationResponse' (Maybe Text) (Maybe AvailSuppression) (Maybe Bumper) (Maybe CdnConfiguration) (Maybe (HashMap Text (HashMap Text Text))) (Maybe DashConfiguration) (Maybe HlsConfiguration) (Maybe LivePreRollConfiguration) (Maybe LogConfiguration) (Maybe ManifestProcessingRules) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) Int |
Instances
newGetPlaybackConfigurationResponse Source #
Create a value of GetPlaybackConfigurationResponse 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:
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_adDecisionServerUrl - The URL for the ad decision server (ADS). This includes the
specification of static parameters and placeholders for dynamic
parameters. AWS Elemental MediaTailor substitutes player-specific and
session-specific parameters as needed when calling the ADS. Alternately,
for testing, you can provide a static VAST URL. The maximum length is
25,000 characters.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_availSuppression - The configuration for avail suppression, also known as ad suppression.
For more information about ad suppression, see
Ad Suppression.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_bumper - 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.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_cdnConfiguration - The configuration for using a content delivery network (CDN), like
Amazon CloudFront, for content and ad segment management.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_configurationAliases - The player parameters and aliases used as dynamic variables during
session initialization. For more information, see
Domain Variables.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_dashConfiguration - The configuration for DASH content.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_hlsConfiguration - The configuration for HLS content.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_livePreRollConfiguration - The configuration for pre-roll ad insertion.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_logConfiguration - The Amazon CloudWatch log settings for a playback configuration.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_manifestProcessingRules - The configuration for manifest processing rules. Manifest processing
rules enable customization of the personalized manifests created by
MediaTailor.
GetPlaybackConfiguration, getPlaybackConfigurationResponse_name - The identifier for the playback configuration.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_personalizationThresholdSeconds - Defines the maximum duration of underfilled ad time (in seconds) allowed
in an ad break. If the duration of underfilled ad time exceeds the
personalization threshold, then the personalization of the ad break is
abandoned and the underlying content is shown. This feature applies to
ad replacement in live and VOD streams, rather than ad insertion,
because it relies on an underlying content stream. For more information
about ad break behavior, including ad replacement and insertion, see
Ad Behavior in AWS Elemental MediaTailor.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_playbackConfigurationArn - The Amazon Resource Name (ARN) for the playback configuration.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_playbackEndpointPrefix - The URL that the player accesses to get a manifest from AWS Elemental
MediaTailor. This session will use server-side reporting.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_sessionInitializationEndpointPrefix - The URL that the player uses to initialize a session that uses
client-side reporting.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_slateAdUrl - The URL for a high-quality video asset to transcode and use to fill in
time that's not used by ads. AWS Elemental MediaTailor shows the slate
to fill in gaps in media content. Configuring the slate is optional for
non-VPAID playback configurations. For VPAID, the slate is required
because MediaTailor provides it in the slots designated for dynamic ad
content. The slate must be a high-quality asset that contains both audio
and video.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_tags - The tags assigned to the playback configuration. Tags are key-value
pairs that you can associate with Amazon resources to help with
organization, access control, and cost tracking. For more information,
see
Tagging AWS Elemental MediaTailor Resources.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_transcodeProfileName - The name that is used to associate this playback configuration with a
custom transcode profile. This overrides the dynamic transcoding
defaults of MediaTailor. Use this only if you have already set up custom
profiles with the help of AWS Support.
GetPlaybackConfigurationResponse, getPlaybackConfigurationResponse_videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset
ID. The maximum length is 512 characters.
$sel:httpStatus:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_httpStatus - The response's http status code.
GetPrefetchSchedule
data GetPrefetchSchedule Source #
See: newGetPrefetchSchedule smart constructor.
Constructors
| GetPrefetchSchedule' Text Text |
Instances
newGetPrefetchSchedule Source #
Arguments
| :: Text | |
| -> Text | |
| -> GetPrefetchSchedule |
Create a value of GetPrefetchSchedule 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:
GetPrefetchSchedule, getPrefetchSchedule_name - The name of the prefetch schedule. The name must be unique among all
prefetch schedules that are associated with the specified playback
configuration.
GetPrefetchSchedule, getPrefetchSchedule_playbackConfigurationName - Returns information about the prefetch schedule for a specific playback
configuration. If you call GetPrefetchSchedule on an expired prefetch
schedule, MediaTailor returns an HTTP 404 status code.
data GetPrefetchScheduleResponse Source #
See: newGetPrefetchScheduleResponse smart constructor.
Constructors
| GetPrefetchScheduleResponse' (Maybe Text) (Maybe PrefetchConsumption) (Maybe Text) (Maybe Text) (Maybe PrefetchRetrieval) (Maybe Text) Int |
Instances
newGetPrefetchScheduleResponse Source #
Create a value of GetPrefetchScheduleResponse 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:
GetPrefetchScheduleResponse, getPrefetchScheduleResponse_arn - The Amazon Resource Name (ARN) of the prefetch schedule.
GetPrefetchScheduleResponse, getPrefetchScheduleResponse_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.
GetPrefetchSchedule, getPrefetchScheduleResponse_name - The name of the prefetch schedule. The name must be unique among all
prefetch schedules that are associated with the specified playback
configuration.
GetPrefetchSchedule, getPrefetchScheduleResponse_playbackConfigurationName - The name of the playback configuration to create the prefetch schedule
for.
GetPrefetchScheduleResponse, getPrefetchScheduleResponse_retrieval - A complex type that contains settings for prefetch retrieval from the ad
decision server (ADS).
GetPrefetchScheduleResponse, getPrefetchScheduleResponse_streamId - An optional stream identifier that you can specify in order to prefetch
for multiple streams that use the same playback configuration.
$sel:httpStatus:GetPrefetchScheduleResponse', getPrefetchScheduleResponse_httpStatus - The response's http status code.
ListAlerts (Paginated)
data ListAlerts Source #
See: newListAlerts smart constructor.
Instances
Arguments
| :: Text | |
| -> ListAlerts |
Create a value of ListAlerts 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:maxResults:ListAlerts', listAlerts_maxResults - The maximum number of alerts that you want MediaTailor to return in
response to the current request. If there are more than MaxResults
alerts, use the value of NextToken in the response to get the next
page of results.
ListAlerts, listAlerts_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
ListAlerts, listAlerts_resourceArn - The Amazon Resource Name (ARN) of the resource.
data ListAlertsResponse Source #
See: newListAlertsResponse smart constructor.
Instances
newListAlertsResponse Source #
Arguments
| :: Int | |
| -> ListAlertsResponse |
Create a value of ListAlertsResponse 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:items:ListAlertsResponse', listAlertsResponse_items - A list of alerts that are associated with this resource.
ListAlerts, listAlertsResponse_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
$sel:httpStatus:ListAlertsResponse', listAlertsResponse_httpStatus - The response's http status code.
ListChannels (Paginated)
data ListChannels Source #
See: newListChannels smart constructor.
Constructors
| ListChannels' (Maybe Natural) (Maybe Text) |
Instances
newListChannels :: ListChannels Source #
Create a value of ListChannels 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:maxResults:ListChannels', listChannels_maxResults - The maximum number of channels that you want MediaTailor to return in
response to the current request. If there are more than MaxResults
channels, use the value of NextToken in the response to get the next
page of results.
ListChannels, listChannels_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
data ListChannelsResponse Source #
See: newListChannelsResponse smart constructor.
Instances
newListChannelsResponse Source #
Arguments
| :: Int | |
| -> ListChannelsResponse |
Create a value of ListChannelsResponse 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:items:ListChannelsResponse', listChannelsResponse_items - A list of channels that are associated with this account.
ListChannels, listChannelsResponse_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
$sel:httpStatus:ListChannelsResponse', listChannelsResponse_httpStatus - The response's http status code.
ListLiveSources (Paginated)
data ListLiveSources Source #
See: newListLiveSources smart constructor.
Instances
Arguments
| :: Text | |
| -> ListLiveSources |
Create a value of ListLiveSources 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:maxResults:ListLiveSources', listLiveSources_maxResults - The maximum number of live sources that you want MediaTailor to return
in response to the current request. If there are more than MaxResults
live sources, use the value of NextToken in the response to get the
next page of results.
ListLiveSources, listLiveSources_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
ListLiveSources, listLiveSources_sourceLocationName - The name of the source location associated with this Live Sources list.
data ListLiveSourcesResponse Source #
See: newListLiveSourcesResponse smart constructor.
Constructors
| ListLiveSourcesResponse' (Maybe [LiveSource]) (Maybe Text) Int |
Instances
newListLiveSourcesResponse Source #
Create a value of ListLiveSourcesResponse 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:items:ListLiveSourcesResponse', listLiveSourcesResponse_items - Lists the live sources.
ListLiveSources, listLiveSourcesResponse_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
$sel:httpStatus:ListLiveSourcesResponse', listLiveSourcesResponse_httpStatus - The response's http status code.
ListPlaybackConfigurations (Paginated)
data ListPlaybackConfigurations Source #
See: newListPlaybackConfigurations smart constructor.
Constructors
| ListPlaybackConfigurations' (Maybe Natural) (Maybe Text) |
Instances
newListPlaybackConfigurations :: ListPlaybackConfigurations Source #
Create a value of ListPlaybackConfigurations 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:maxResults:ListPlaybackConfigurations', listPlaybackConfigurations_maxResults - The maximum number of playback configurations that you want MediaTailor
to return in response to the current request. If there are more than
MaxResults playback configurations, use the value of NextToken in
the response to get the next page of results.
ListPlaybackConfigurations, listPlaybackConfigurations_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
data ListPlaybackConfigurationsResponse Source #
See: newListPlaybackConfigurationsResponse smart constructor.
Constructors
| ListPlaybackConfigurationsResponse' (Maybe [PlaybackConfiguration]) (Maybe Text) Int |
Instances
newListPlaybackConfigurationsResponse Source #
Arguments
| :: Int | |
| -> ListPlaybackConfigurationsResponse |
Create a value of ListPlaybackConfigurationsResponse 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:items:ListPlaybackConfigurationsResponse', listPlaybackConfigurationsResponse_items - Array of playback configurations. This might be all the available
configurations or a subset, depending on the settings that you provide
and the total number of configurations stored.
ListPlaybackConfigurations, listPlaybackConfigurationsResponse_nextToken - Pagination token returned by the GET list request when results exceed
the maximum allowed. Use the token to fetch the next page of results.
$sel:httpStatus:ListPlaybackConfigurationsResponse', listPlaybackConfigurationsResponse_httpStatus - The response's http status code.
ListPrefetchSchedules (Paginated)
data ListPrefetchSchedules Source #
See: newListPrefetchSchedules smart constructor.
Instances
newListPrefetchSchedules Source #
Arguments
| :: Text | |
| -> ListPrefetchSchedules |
Create a value of ListPrefetchSchedules 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:maxResults:ListPrefetchSchedules', listPrefetchSchedules_maxResults - The maximum number of prefetch schedules that you want MediaTailor to
return in response to the current request. If there are more than
MaxResults prefetch schedules, use the value of NextToken in the
response to get the next page of results.
ListPrefetchSchedules, listPrefetchSchedules_nextToken - (Optional) If the playback configuration has more than MaxResults
prefetch schedules, use NextToken to get the second and subsequent
pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and specify that value for NextToken in the
request.
If the previous response didn't include a NextToken element, there
are no more prefetch schedules to get.
ListPrefetchSchedules, listPrefetchSchedules_streamId - An optional filtering parameter whereby MediaTailor filters the prefetch
schedules to include only specific streams.
ListPrefetchSchedules, listPrefetchSchedules_playbackConfigurationName - Retrieves the prefetch schedule(s) for a specific playback
configuration.
data ListPrefetchSchedulesResponse Source #
See: newListPrefetchSchedulesResponse smart constructor.
Constructors
| ListPrefetchSchedulesResponse' (Maybe [PrefetchSchedule]) (Maybe Text) Int |
Instances
newListPrefetchSchedulesResponse Source #
Create a value of ListPrefetchSchedulesResponse 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:items:ListPrefetchSchedulesResponse', listPrefetchSchedulesResponse_items - Lists the prefetch schedules. An empty Items list doesn't mean there
aren't more items to fetch, just that that page was empty.
ListPrefetchSchedules, listPrefetchSchedulesResponse_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
$sel:httpStatus:ListPrefetchSchedulesResponse', listPrefetchSchedulesResponse_httpStatus - The response's http status code.
ListSourceLocations (Paginated)
data ListSourceLocations Source #
See: newListSourceLocations smart constructor.
Constructors
| ListSourceLocations' (Maybe Natural) (Maybe Text) |
Instances
newListSourceLocations :: ListSourceLocations Source #
Create a value of ListSourceLocations 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:maxResults:ListSourceLocations', listSourceLocations_maxResults - The maximum number of source locations that you want MediaTailor to
return in response to the current request. If there are more than
MaxResults source locations, use the value of NextToken in the
response to get the next page of results.
ListSourceLocations, listSourceLocations_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
data ListSourceLocationsResponse Source #
See: newListSourceLocationsResponse smart constructor.
Constructors
| ListSourceLocationsResponse' (Maybe [SourceLocation]) (Maybe Text) Int |
Instances
newListSourceLocationsResponse Source #
Create a value of ListSourceLocationsResponse 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:items:ListSourceLocationsResponse', listSourceLocationsResponse_items - A list of source locations.
ListSourceLocations, listSourceLocationsResponse_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
$sel:httpStatus:ListSourceLocationsResponse', listSourceLocationsResponse_httpStatus - The response's http status code.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource smart constructor.
Constructors
| ListTagsForResource' Text |
Instances
newListTagsForResource Source #
Arguments
| :: Text | |
| -> ListTagsForResource |
Create a value of ListTagsForResource 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:
ListTagsForResource, listTagsForResource_resourceArn - The Amazon Resource Name (ARN) associated with this resource.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse 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:
ListTagsForResourceResponse, listTagsForResourceResponse_tags - The tags associated with this resource. Tags are key-value pairs that
you can associate with Amazon resources to help with organization,
access control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.
ListVodSources (Paginated)
data ListVodSources Source #
See: newListVodSources smart constructor.
Instances
Arguments
| :: Text | |
| -> ListVodSources |
Create a value of ListVodSources 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:maxResults:ListVodSources', listVodSources_maxResults - The maximum number of VOD sources that you want MediaTailor to return in
response to the current request. If there are more than MaxResults VOD
sources, use the value of NextToken in the response to get the next
page of results.
ListVodSources, listVodSources_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
ListVodSources, listVodSources_sourceLocationName - The name of the source location associated with this VOD Source list.
data ListVodSourcesResponse Source #
See: newListVodSourcesResponse smart constructor.
Instances
newListVodSourcesResponse Source #
Create a value of ListVodSourcesResponse 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:items:ListVodSourcesResponse', listVodSourcesResponse_items - Lists the VOD sources.
ListVodSources, listVodSourcesResponse_nextToken - Pagination token returned by the list request when results exceed the
maximum allowed. Use the token to fetch the next page of results.
$sel:httpStatus:ListVodSourcesResponse', listVodSourcesResponse_httpStatus - The response's http status code.
PutChannelPolicy
data PutChannelPolicy Source #
See: newPutChannelPolicy smart constructor.
Constructors
| PutChannelPolicy' Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> PutChannelPolicy |
Create a value of PutChannelPolicy 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:
PutChannelPolicy, putChannelPolicy_channelName - The channel name associated with this Channel Policy.
$sel:policy:PutChannelPolicy', putChannelPolicy_policy - Adds an IAM role that determines the permissions of your channel.
data PutChannelPolicyResponse Source #
See: newPutChannelPolicyResponse smart constructor.
Constructors
| PutChannelPolicyResponse' Int |
Instances
newPutChannelPolicyResponse Source #
Create a value of PutChannelPolicyResponse 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:httpStatus:PutChannelPolicyResponse', putChannelPolicyResponse_httpStatus - The response's http status code.
PutPlaybackConfiguration
data PutPlaybackConfiguration Source #
See: newPutPlaybackConfiguration smart constructor.
Constructors
Instances
newPutPlaybackConfiguration Source #
Arguments
| :: Text | |
| -> PutPlaybackConfiguration |
Create a value of PutPlaybackConfiguration 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:
PutPlaybackConfiguration, putPlaybackConfiguration_adDecisionServerUrl - The URL for the ad decision server (ADS). This includes the
specification of static parameters and placeholders for dynamic
parameters. AWS Elemental MediaTailor substitutes player-specific and
session-specific parameters as needed when calling the ADS. Alternately,
for testing you can provide a static VAST URL. The maximum length is
25,000 characters.
PutPlaybackConfiguration, putPlaybackConfiguration_availSuppression - The configuration for avail suppression, also known as ad suppression.
For more information about ad suppression, see
Ad Suppression.
PutPlaybackConfiguration, putPlaybackConfiguration_bumper - 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.
PutPlaybackConfiguration, putPlaybackConfiguration_cdnConfiguration - The configuration for using a content delivery network (CDN), like
Amazon CloudFront, for content and ad segment management.
PutPlaybackConfiguration, putPlaybackConfiguration_configurationAliases - The player parameters and aliases used as dynamic variables during
session initialization. For more information, see
Domain Variables.
PutPlaybackConfiguration, putPlaybackConfiguration_dashConfiguration - The configuration for DASH content.
PutPlaybackConfiguration, putPlaybackConfiguration_livePreRollConfiguration - The configuration for pre-roll ad insertion.
PutPlaybackConfiguration, putPlaybackConfiguration_manifestProcessingRules - The configuration for manifest processing rules. Manifest processing
rules enable customization of the personalized manifests created by
MediaTailor.
PutPlaybackConfiguration, putPlaybackConfiguration_personalizationThresholdSeconds - Defines the maximum duration of underfilled ad time (in seconds) allowed
in an ad break. If the duration of underfilled ad time exceeds the
personalization threshold, then the personalization of the ad break is
abandoned and the underlying content is shown. This feature applies to
ad replacement in live and VOD streams, rather than ad insertion,
because it relies on an underlying content stream. For more information
about ad break behavior, including ad replacement and insertion, see
Ad Behavior in AWS Elemental MediaTailor.
PutPlaybackConfiguration, putPlaybackConfiguration_slateAdUrl - The URL for a high-quality video asset to transcode and use to fill in
time that's not used by ads. AWS Elemental MediaTailor shows the slate
to fill in gaps in media content. Configuring the slate is optional for
non-VPAID configurations. For VPAID, the slate is required because
MediaTailor provides it in the slots that are designated for dynamic ad
content. The slate must be a high-quality asset that contains both audio
and video.
PutPlaybackConfiguration, putPlaybackConfiguration_tags - The tags to assign to the playback configuration. Tags are key-value
pairs that you can associate with Amazon resources to help with
organization, access control, and cost tracking. For more information,
see
Tagging AWS Elemental MediaTailor Resources.
PutPlaybackConfiguration, putPlaybackConfiguration_transcodeProfileName - The name that is used to associate this playback configuration with a
custom transcode profile. This overrides the dynamic transcoding
defaults of MediaTailor. Use this only if you have already set up custom
profiles with the help of AWS Support.
PutPlaybackConfiguration, putPlaybackConfiguration_videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset
ID. The maximum length is 512 characters.
PutPlaybackConfiguration, putPlaybackConfiguration_name - The identifier for the playback configuration.
data PutPlaybackConfigurationResponse Source #
See: newPutPlaybackConfigurationResponse smart constructor.
Constructors
| PutPlaybackConfigurationResponse' (Maybe Text) (Maybe AvailSuppression) (Maybe Bumper) (Maybe CdnConfiguration) (Maybe (HashMap Text (HashMap Text Text))) (Maybe DashConfiguration) (Maybe HlsConfiguration) (Maybe LivePreRollConfiguration) (Maybe LogConfiguration) (Maybe ManifestProcessingRules) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) Int |
Instances
newPutPlaybackConfigurationResponse Source #
Create a value of PutPlaybackConfigurationResponse 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:
PutPlaybackConfiguration, putPlaybackConfigurationResponse_adDecisionServerUrl - The URL for the ad decision server (ADS). This includes the
specification of static parameters and placeholders for dynamic
parameters. AWS Elemental MediaTailor substitutes player-specific and
session-specific parameters as needed when calling the ADS. Alternately,
for testing you can provide a static VAST URL. The maximum length is
25,000 characters.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_availSuppression - The configuration for avail suppression, also known as ad suppression.
For more information about ad suppression, see
Ad Suppression.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_bumper - 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.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_cdnConfiguration - The configuration for using a content delivery network (CDN), like
Amazon CloudFront, for content and ad segment management.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_configurationAliases - The player parameters and aliases used as dynamic variables during
session initialization. For more information, see
Domain Variables.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_dashConfiguration - The configuration for DASH content.
PutPlaybackConfigurationResponse, putPlaybackConfigurationResponse_hlsConfiguration - The configuration for HLS content.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_livePreRollConfiguration - The configuration for pre-roll ad insertion.
PutPlaybackConfigurationResponse, putPlaybackConfigurationResponse_logConfiguration - The Amazon CloudWatch log settings for a playback configuration.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_manifestProcessingRules - The configuration for manifest processing rules. Manifest processing
rules enable customization of the personalized manifests created by
MediaTailor.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_name - The identifier for the playback configuration.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_personalizationThresholdSeconds - Defines the maximum duration of underfilled ad time (in seconds) allowed
in an ad break. If the duration of underfilled ad time exceeds the
personalization threshold, then the personalization of the ad break is
abandoned and the underlying content is shown. This feature applies to
ad replacement in live and VOD streams, rather than ad insertion,
because it relies on an underlying content stream. For more information
about ad break behavior, including ad replacement and insertion, see
Ad Behavior in AWS Elemental MediaTailor.
PutPlaybackConfigurationResponse, putPlaybackConfigurationResponse_playbackConfigurationArn - The Amazon Resource Name (ARN) associated with the playback
configuration.
PutPlaybackConfigurationResponse, putPlaybackConfigurationResponse_playbackEndpointPrefix - The playback endpoint prefix associated with the playback configuration.
PutPlaybackConfigurationResponse, putPlaybackConfigurationResponse_sessionInitializationEndpointPrefix - The session initialization endpoint prefix associated with the playback
configuration.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_slateAdUrl - The URL for a high-quality video asset to transcode and use to fill in
time that's not used by ads. AWS Elemental MediaTailor shows the slate
to fill in gaps in media content. Configuring the slate is optional for
non-VPAID configurations. For VPAID, the slate is required because
MediaTailor provides it in the slots that are designated for dynamic ad
content. The slate must be a high-quality asset that contains both audio
and video.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_tags - The tags to assign to the playback configuration. Tags are key-value
pairs that you can associate with Amazon resources to help with
organization, access control, and cost tracking. For more information,
see
Tagging AWS Elemental MediaTailor Resources.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_transcodeProfileName - The name that is used to associate this playback configuration with a
custom transcode profile. This overrides the dynamic transcoding
defaults of MediaTailor. Use this only if you have already set up custom
profiles with the help of AWS Support.
PutPlaybackConfiguration, putPlaybackConfigurationResponse_videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset
ID. The maximum length is 512 characters.
$sel:httpStatus:PutPlaybackConfigurationResponse', putPlaybackConfigurationResponse_httpStatus - The response's http status code.
StartChannel
data StartChannel Source #
See: newStartChannel smart constructor.
Constructors
| StartChannel' Text |
Instances
Arguments
| :: Text | |
| -> StartChannel |
Create a value of StartChannel 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:
StartChannel, startChannel_channelName - The name of the channel.
data StartChannelResponse Source #
See: newStartChannelResponse smart constructor.
Constructors
| StartChannelResponse' Int |
Instances
newStartChannelResponse Source #
Arguments
| :: Int | |
| -> StartChannelResponse |
Create a value of StartChannelResponse 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:httpStatus:StartChannelResponse', startChannelResponse_httpStatus - The response's http status code.
StopChannel
data StopChannel Source #
See: newStopChannel smart constructor.
Constructors
| StopChannel' Text |
Instances
Arguments
| :: Text | |
| -> StopChannel |
Create a value of StopChannel 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:
StopChannel, stopChannel_channelName - The name of the channel.
data StopChannelResponse Source #
See: newStopChannelResponse smart constructor.
Constructors
| StopChannelResponse' Int |
Instances
newStopChannelResponse Source #
Arguments
| :: Int | |
| -> StopChannelResponse |
Create a value of StopChannelResponse 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:httpStatus:StopChannelResponse', stopChannelResponse_httpStatus - The response's http status code.
TagResource
data TagResource Source #
See: newTagResource smart constructor.
Constructors
| TagResource' Text (HashMap Text Text) |
Instances
Arguments
| :: Text | |
| -> TagResource |
Create a value of TagResource 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:
TagResource, tagResource_resourceArn - The Amazon Resource Name (ARN) associated with the resource.
TagResource, tagResource_tags - The tags to assign to the resource. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
data TagResourceResponse Source #
See: newTagResourceResponse smart constructor.
Constructors
| TagResourceResponse' | |
Instances
newTagResourceResponse :: TagResourceResponse Source #
Create a value of TagResourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
UntagResource
data UntagResource Source #
See: newUntagResource smart constructor.
Constructors
| UntagResource' Text [Text] |
Instances
Arguments
| :: Text | |
| -> UntagResource |
Create a value of UntagResource 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:
UntagResource, untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource to untag.
$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys associated with the resource.
data UntagResourceResponse Source #
See: newUntagResourceResponse smart constructor.
Constructors
| UntagResourceResponse' | |
Instances
newUntagResourceResponse :: UntagResourceResponse Source #
Create a value of UntagResourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
UpdateChannel
data UpdateChannel Source #
See: newUpdateChannel smart constructor.
Constructors
| UpdateChannel' (Maybe SlateSource) Text [RequestOutputItem] |
Instances
Arguments
| :: Text | |
| -> UpdateChannel |
Create a value of UpdateChannel 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:
UpdateChannel, updateChannel_fillerSlate - The slate used to fill gaps between programs in the schedule. You must
configure filler slate if your channel uses the LINEAR PlaybackMode.
MediaTailor doesn't support filler slate for channels using the LOOP
PlaybackMode.
UpdateChannel, updateChannel_channelName - The name of the channel.
UpdateChannel, updateChannel_outputs - The channel's output properties.
data UpdateChannelResponse Source #
See: newUpdateChannelResponse smart constructor.
Constructors
| UpdateChannelResponse' (Maybe Text) (Maybe Text) (Maybe ChannelState) (Maybe POSIX) (Maybe SlateSource) (Maybe POSIX) (Maybe [ResponseOutputItem]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int |
Instances
newUpdateChannelResponse Source #
Create a value of UpdateChannelResponse 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:
UpdateChannelResponse, updateChannelResponse_arn - The Amazon Resource Name (ARN) associated with the channel.
UpdateChannel, updateChannelResponse_channelName - The name of the channel.
UpdateChannelResponse, updateChannelResponse_channelState - Returns the state whether the channel is running or not.
UpdateChannelResponse, updateChannelResponse_creationTime - The timestamp of when the channel was created.
UpdateChannel, updateChannelResponse_fillerSlate - The slate used to fill gaps between programs in the schedule. You must
configure filler slate if your channel uses the LINEAR PlaybackMode.
MediaTailor doesn't support filler slate for channels using the LOOP
PlaybackMode.
UpdateChannelResponse, updateChannelResponse_lastModifiedTime - The timestamp that indicates when the channel was last modified.
UpdateChannel, updateChannelResponse_outputs - The channel's output properties.
UpdateChannelResponse, updateChannelResponse_playbackMode - The type of playback mode for this channel.
LINEAR - Programs play back-to-back only once.
LOOP - Programs play back-to-back in an endless loop. When the last
program in the schedule plays, playback loops back to the first program
in the schedule.
UpdateChannelResponse, updateChannelResponse_tags - The tags to assign to the channel. Tags are key-value pairs that you can
associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
UpdateChannelResponse, updateChannelResponse_tier - The tier associated with this Channel.
$sel:httpStatus:UpdateChannelResponse', updateChannelResponse_httpStatus - The response's http status code.
UpdateLiveSource
data UpdateLiveSource Source #
See: newUpdateLiveSource smart constructor.
Constructors
| UpdateLiveSource' [HttpPackageConfiguration] Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UpdateLiveSource |
Create a value of UpdateLiveSource 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:
UpdateLiveSource, updateLiveSource_httpPackageConfigurations - A list of HTTP package configurations for the live source on this
account.
UpdateLiveSource, updateLiveSource_liveSourceName - The name of the live source.
UpdateLiveSource, updateLiveSource_sourceLocationName - The name of the source location associated with this Live Source.
data UpdateLiveSourceResponse Source #
See: newUpdateLiveSourceResponse smart constructor.
Constructors
| UpdateLiveSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Int |
Instances
newUpdateLiveSourceResponse Source #
Create a value of UpdateLiveSourceResponse 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:
UpdateLiveSourceResponse, updateLiveSourceResponse_arn - The Amazon Resource Name (ARN) associated with this live source.
UpdateLiveSourceResponse, updateLiveSourceResponse_creationTime - The timestamp that indicates when the live source was created.
UpdateLiveSource, updateLiveSourceResponse_httpPackageConfigurations - A list of HTTP package configurations for the live source on this
account.
UpdateLiveSourceResponse, updateLiveSourceResponse_lastModifiedTime - The timestamp that indicates when the live source was last modified.
UpdateLiveSource, updateLiveSourceResponse_liveSourceName - The name of the live source.
UpdateLiveSource, updateLiveSourceResponse_sourceLocationName - The name of the source location associated with the live source.
UpdateLiveSourceResponse, updateLiveSourceResponse_tags - The tags to assign to the live source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:httpStatus:UpdateLiveSourceResponse', updateLiveSourceResponse_httpStatus - The response's http status code.
UpdateSourceLocation
data UpdateSourceLocation Source #
See: newUpdateSourceLocation smart constructor.
Constructors
| UpdateSourceLocation' (Maybe AccessConfiguration) (Maybe DefaultSegmentDeliveryConfiguration) (Maybe [SegmentDeliveryConfiguration]) HttpConfiguration Text |
Instances
newUpdateSourceLocation Source #
Create a value of UpdateSourceLocation 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:
UpdateSourceLocation, updateSourceLocation_accessConfiguration - Access configuration parameters. Configures the type of authentication
used to access content from your source location.
UpdateSourceLocation, updateSourceLocation_defaultSegmentDeliveryConfiguration - The optional configuration for the host server that serves segments.
UpdateSourceLocation, updateSourceLocation_segmentDeliveryConfigurations - A list of the segment delivery configurations associated with this
resource.
UpdateSourceLocation, updateSourceLocation_httpConfiguration - The HTTP configuration for the source location.
UpdateSourceLocation, updateSourceLocation_sourceLocationName - The name of the source location.
data UpdateSourceLocationResponse Source #
See: newUpdateSourceLocationResponse smart constructor.
Constructors
Instances
newUpdateSourceLocationResponse Source #
Create a value of UpdateSourceLocationResponse 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:
UpdateSourceLocation, updateSourceLocationResponse_accessConfiguration - Access configuration parameters. Configures the type of authentication
used to access content from your source location.
UpdateSourceLocationResponse, updateSourceLocationResponse_arn - The Amazon Resource Name (ARN) associated with the source location.
UpdateSourceLocationResponse, updateSourceLocationResponse_creationTime - The timestamp that indicates when the source location was created.
UpdateSourceLocation, updateSourceLocationResponse_defaultSegmentDeliveryConfiguration - The optional configuration for the host server that serves segments.
UpdateSourceLocation, updateSourceLocationResponse_httpConfiguration - The HTTP configuration for the source location.
UpdateSourceLocationResponse, updateSourceLocationResponse_lastModifiedTime - The timestamp that indicates when the source location was last modified.
UpdateSourceLocation, updateSourceLocationResponse_segmentDeliveryConfigurations - The segment delivery configurations for the source location. For
information about MediaTailor configurations, see
Working with configurations in AWS Elemental MediaTailor.
UpdateSourceLocation, updateSourceLocationResponse_sourceLocationName - The name of the source location.
UpdateSourceLocationResponse, updateSourceLocationResponse_tags - The tags to assign to the source location. Tags are key-value pairs that
you can associate with Amazon resources to help with organization,
access control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:httpStatus:UpdateSourceLocationResponse', updateSourceLocationResponse_httpStatus - The response's http status code.
UpdateVodSource
data UpdateVodSource Source #
See: newUpdateVodSource smart constructor.
Constructors
| UpdateVodSource' [HttpPackageConfiguration] Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UpdateVodSource |
Create a value of UpdateVodSource 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:
UpdateVodSource, updateVodSource_httpPackageConfigurations - A list of HTTP package configurations for the VOD source on this
account.
UpdateVodSource, updateVodSource_sourceLocationName - The name of the source location associated with this VOD Source.
UpdateVodSource, updateVodSource_vodSourceName - The name of the VOD source.
data UpdateVodSourceResponse Source #
See: newUpdateVodSourceResponse smart constructor.
Constructors
| UpdateVodSourceResponse' (Maybe Text) (Maybe POSIX) (Maybe [HttpPackageConfiguration]) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int |
Instances
newUpdateVodSourceResponse Source #
Create a value of UpdateVodSourceResponse 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:
UpdateVodSourceResponse, updateVodSourceResponse_arn - The Amazon Resource Name (ARN) associated with the VOD source.
UpdateVodSourceResponse, updateVodSourceResponse_creationTime - The timestamp that indicates when the VOD source was created.
UpdateVodSource, updateVodSourceResponse_httpPackageConfigurations - A list of HTTP package configurations for the VOD source on this
account.
UpdateVodSourceResponse, updateVodSourceResponse_lastModifiedTime - The timestamp that indicates when the VOD source was last modified.
UpdateVodSource, updateVodSourceResponse_sourceLocationName - The name of the source location associated with the VOD source.
UpdateVodSourceResponse, updateVodSourceResponse_tags - The tags to assign to the VOD source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
UpdateVodSource, updateVodSourceResponse_vodSourceName - The name of the VOD source.
$sel:httpStatus:UpdateVodSourceResponse', updateVodSourceResponse_httpStatus - The response's http status code.
Types
AccessType
newtype AccessType Source #
Constructors
| AccessType' | |
Fields | |
Bundled Patterns
| pattern AccessType_S3_SIGV4 :: AccessType | |
| pattern AccessType_SECRETS_MANAGER_ACCESS_TOKEN :: AccessType |
Instances
ChannelState
newtype ChannelState Source #
Constructors
| ChannelState' | |
Fields | |
Bundled Patterns
| pattern ChannelState_RUNNING :: ChannelState | |
| pattern ChannelState_STOPPED :: ChannelState |
Instances
MessageType
newtype MessageType Source #
Constructors
| MessageType' | |
Fields | |
Bundled Patterns
| pattern MessageType_SPLICE_INSERT :: MessageType | |
| pattern MessageType_TIME_SIGNAL :: MessageType |
Instances
Mode
Bundled Patterns
| pattern Mode_BEHIND_LIVE_EDGE :: Mode | |
| pattern Mode_OFF :: Mode |
Instances
Operator
Constructors
| Operator' | |
Fields
| |
Bundled Patterns
| pattern Operator_EQUALS :: Operator |
Instances
OriginManifestType
newtype OriginManifestType Source #
Constructors
| OriginManifestType' | |
Fields | |
Bundled Patterns
| pattern OriginManifestType_MULTI_PERIOD :: OriginManifestType | |
| pattern OriginManifestType_SINGLE_PERIOD :: OriginManifestType |
Instances
PlaybackMode
newtype PlaybackMode Source #
Constructors
| PlaybackMode' | |
Fields | |
Bundled Patterns
| pattern PlaybackMode_LINEAR :: PlaybackMode | |
| pattern PlaybackMode_LOOP :: PlaybackMode |
Instances
RelativePosition
newtype RelativePosition Source #
Constructors
| RelativePosition' | |
Fields | |
Bundled Patterns
| pattern RelativePosition_AFTER_PROGRAM :: RelativePosition | |
| pattern RelativePosition_BEFORE_PROGRAM :: RelativePosition |
Instances
ScheduleEntryType
newtype ScheduleEntryType Source #
Constructors
| ScheduleEntryType' | |
Fields | |
Bundled Patterns
| pattern ScheduleEntryType_FILLER_SLATE :: ScheduleEntryType | |
| pattern ScheduleEntryType_PROGRAM :: ScheduleEntryType |
Instances
Tier
Bundled Patterns
| pattern Tier_BASIC :: Tier | |
| pattern Tier_STANDARD :: Tier |
Instances
Type
Instances
AccessConfiguration
data AccessConfiguration Source #
Access configuration parameters.
See: newAccessConfiguration smart constructor.
Constructors
| AccessConfiguration' (Maybe AccessType) (Maybe SecretsManagerAccessTokenConfiguration) |
Instances
newAccessConfiguration :: AccessConfiguration Source #
Create a value of AccessConfiguration 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:accessType:AccessConfiguration', accessConfiguration_accessType - The type of authentication used to access content from
HttpConfiguration::BaseUrl on your source location. Accepted value:
S3_SIGV4.
S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted
virtual-style access. If your source location base URL is an Amazon S3
bucket, MediaTailor can use AWS Signature Version 4 (SigV4)
authentication to access the bucket where your source content is stored.
Your MediaTailor source location baseURL must follow the S3 virtual
hosted-style request URL format. For example,
https://bucket-name.s3.Region.amazonaws.com/key-name.
Before you can use S3_SIGV4, you must meet these requirements:
• You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com principal access in IAM. For information about configuring access in IAM, see Access management in the IAM User Guide.
• The mediatailor.amazonaws.com service principal must have permissions to read all top level manifests referenced by the VodSource packaging configurations.
• The caller of the API must have s3:GetObject IAM permissions to read all top level manifests referenced by your MediaTailor VodSource packaging configurations.
$sel:secretsManagerAccessTokenConfiguration:AccessConfiguration', accessConfiguration_secretsManagerAccessTokenConfiguration - AWS Secrets Manager access token configuration parameters.
AdBreak
Ad break configuration parameters.
See: newAdBreak smart constructor.
Constructors
| AdBreak' (Maybe MessageType) (Maybe Integer) (Maybe SlateSource) (Maybe SpliceInsertMessage) (Maybe TimeSignalMessage) |
Instances
newAdBreak :: AdBreak Source #
Create a value of AdBreak 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:messageType:AdBreak', adBreak_messageType - The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT,
TIME_SIGNAL.
$sel:offsetMillis:AdBreak', adBreak_offsetMillis - How long (in milliseconds) after the beginning of the program that an ad
starts. This value must fall within 100ms of a segment boundary,
otherwise the ad break will be skipped.
$sel:slate:AdBreak', adBreak_slate - Ad break slate configuration.
$sel:spliceInsertMessage:AdBreak', adBreak_spliceInsertMessage - This defines the SCTE-35 splice_insert() message inserted around the
ad. For information about using splice_insert(), see the SCTE-35
specficiaiton, section 9.7.3.1.
$sel:timeSignalMessage:AdBreak', adBreak_timeSignalMessage - Defines the SCTE-35 time_signal message inserted around the ad.
Programs on a channel's schedule can be configured with one or more ad
breaks. You can attach a splice_insert SCTE-35 message to the ad
break. This message provides basic metadata about the ad break.
See section 9.7.4 of the 2022 SCTE-35 specification for more information.
AdMarkerPassthrough
data AdMarkerPassthrough Source #
For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN,
EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the
origin manifest to the MediaTailor personalized manifest.
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT
has a value of 60, but no ads are filled for that ad break,
MediaTailor will not set the value to 0.
See: newAdMarkerPassthrough smart constructor.
Constructors
| AdMarkerPassthrough' (Maybe Bool) |
Instances
newAdMarkerPassthrough :: AdMarkerPassthrough Source #
Create a value of AdMarkerPassthrough 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:enabled:AdMarkerPassthrough', adMarkerPassthrough_enabled - Enables ad marker passthrough for your configuration.
Alert
Alert configuration parameters.
See: newAlert smart constructor.
Instances
Create a value of Alert 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:alertCode:Alert', alert_alertCode - The code for the alert. For example, NOT_PROCESSED.
$sel:alertMessage:Alert', alert_alertMessage - If an alert is generated for a resource, an explanation of the reason
for the alert.
$sel:lastModifiedTime:Alert', alert_lastModifiedTime - The timestamp when the alert was last modified.
$sel:relatedResourceArns:Alert', alert_relatedResourceArns - The Amazon Resource Names (ARNs) related to this alert.
$sel:resourceArn:Alert', alert_resourceArn - The Amazon Resource Name (ARN) of the resource.
AvailMatchingCriteria
data AvailMatchingCriteria Source #
MediaTailor only places (consumes) prefetched ads if the ad break meets the criteria defined by the dynamic variables. This gives you granular control over which ad break to place the prefetched ads into.
As an example, let's say that you set DynamicVariable to
scte.event_id and Operator to EQUALS, and your playback
configuration has an ADS URL of
https://my.ads.server.com/path?&podId=[scte.avail_num]&event=[scte.event_id]&duration=[session.avail_duration_secs].
And the prefetch request to the ADS contains these values
https://my.ads.server.com/path?&podId=3&event=my-awesome-event&duration=30.
MediaTailor will only insert the prefetched ads into the ad break if has
a SCTE marker with an event id of my-awesome-event, since it must
match the event id that MediaTailor uses to query the ADS.
You can specify up to five AvailMatchingCriteria. If you specify
multiple AvailMatchingCriteria, MediaTailor combines them to match
using a logical AND. You can model logical OR combinations by
creating multiple prefetch schedules.
See: newAvailMatchingCriteria smart constructor.
Constructors
| AvailMatchingCriteria' Text Operator |
Instances
newAvailMatchingCriteria Source #
Arguments
| :: Text | |
| -> Operator | |
| -> AvailMatchingCriteria |
Create a value of AvailMatchingCriteria 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:dynamicVariable:AvailMatchingCriteria', availMatchingCriteria_dynamicVariable - The dynamic variable(s) that MediaTailor should use as avail matching
criteria. MediaTailor only places the prefetched ads into the avail if
the avail matches the criteria defined by the dynamic variable. For
information about dynamic variables, see
Using dynamic ad variables
in the MediaTailor User Guide.
You can include up to 100 dynamic variables.
$sel:operator:AvailMatchingCriteria', availMatchingCriteria_operator - For the DynamicVariable specified in AvailMatchingCriteria, the
Operator that is used for the comparison.
AvailSuppression
data AvailSuppression Source #
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
See: newAvailSuppression smart constructor.
Constructors
| AvailSuppression' (Maybe Mode) (Maybe Text) |
Instances
newAvailSuppression :: AvailSuppression Source #
Create a value of AvailSuppression 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:mode:AvailSuppression', availSuppression_mode - Sets the ad suppression mode. By default, ad suppression is off and all
ad breaks are filled with ads or slate. When Mode is set to
BEHIND_LIVE_EDGE, ad suppression is active and MediaTailor won't fill
ad breaks on or behind the ad suppression Value time in the manifest
lookback window.
$sel:value:AvailSuppression', availSuppression_value - A live edge offset time in HH:MM:SS. MediaTailor won't fill ad breaks
on or behind this time in the manifest lookback window. If Value is set
to 00:00:00, it is in sync with the live edge, and MediaTailor won't
fill any ad breaks on or behind the live edge. If you set a Value time,
MediaTailor won't fill any ad breaks on or behind this time in the
manifest lookback window. For example, if you set 00:45:00, then
MediaTailor will fill ad breaks that occur within 45 minutes behind the
live edge, but won't fill ad breaks on or behind 45 minutes behind the
live edge.
Bumper
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
| FromJSON Bumper Source # | |
| ToJSON Bumper Source # | |
Defined in Amazonka.MediaTailor.Types.Bumper | |
| Generic Bumper Source # | |
| Read Bumper Source # | |
| Show Bumper Source # | |
| NFData Bumper Source # | |
Defined in Amazonka.MediaTailor.Types.Bumper | |
| Eq Bumper Source # | |
| Hashable Bumper Source # | |
Defined in Amazonka.MediaTailor.Types.Bumper | |
| type Rep Bumper Source # | |
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)))) | |
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.
CdnConfiguration
data CdnConfiguration Source #
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
See: newCdnConfiguration smart constructor.
Constructors
| CdnConfiguration' (Maybe Text) (Maybe Text) |
Instances
newCdnConfiguration :: CdnConfiguration Source #
Create a value of CdnConfiguration 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:adSegmentUrlPrefix:CdnConfiguration', cdnConfiguration_adSegmentUrlPrefix - A non-default content delivery network (CDN) to serve ad segments. By
default, AWS Elemental MediaTailor uses Amazon CloudFront with default
cache settings as its CDN for ad segments. To set up an alternate CDN,
create a rule in your CDN for the origin
ads.mediatailor.<region>.amazonaws.com. Then specify the rule's name
in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a
manifest, it reports your CDN as the source for ad segments.
$sel:contentSegmentUrlPrefix:CdnConfiguration', cdnConfiguration_contentSegmentUrlPrefix - A content delivery network (CDN) to cache content segments, so that
content requests don’t always have to go to the origin server. First,
create a rule in your CDN for the content segment origin server. Then
specify the rule's name in this ContentSegmentUrlPrefix. When AWS
Elemental MediaTailor serves a manifest, it reports your CDN as the
source for content segments.
Channel
The configuration parameters for a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
See: newChannel smart constructor.
Constructors
| Channel' (Maybe POSIX) (Maybe SlateSource) (Maybe POSIX) (Maybe (HashMap Text Text)) Text Text Text [ResponseOutputItem] Text Text |
Instances
Create a value of Channel 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:creationTime:Channel', channel_creationTime - The timestamp of when the channel was created.
$sel:fillerSlate:Channel', channel_fillerSlate - The slate used to fill gaps between programs in the schedule. You must
configure filler slate if your channel uses the LINEAR PlaybackMode.
MediaTailor doesn't support filler slate for channels using the LOOP
PlaybackMode.
$sel:lastModifiedTime:Channel', channel_lastModifiedTime - The timestamp of when the channel was last modified.
$sel:tags:Channel', channel_tags - The tags to assign to the channel. Tags are key-value pairs that you can
associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:arn:Channel', channel_arn - The ARN of the channel.
$sel:channelName:Channel', channel_channelName - The name of the channel.
$sel:channelState:Channel', channel_channelState - Returns the state whether the channel is running or not.
$sel:outputs:Channel', channel_outputs - The channel's output properties.
$sel:playbackMode:Channel', channel_playbackMode - The type of playback mode for this channel.
LINEAR - Programs play back-to-back only once.
LOOP - Programs play back-to-back in an endless loop. When the last
program in the schedule plays, playback loops back to the first program
in the schedule.
$sel:tier:Channel', channel_tier - The tier for this channel. STANDARD tier channels can contain live
programs.
DashConfiguration
data DashConfiguration Source #
The configuration for DASH content.
See: newDashConfiguration smart constructor.
Constructors
| DashConfiguration' (Maybe Text) (Maybe Text) (Maybe OriginManifestType) |
Instances
newDashConfiguration :: DashConfiguration Source #
Create a value of DashConfiguration 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:manifestEndpointPrefix:DashConfiguration', dashConfiguration_manifestEndpointPrefix - The URL generated by MediaTailor to initiate a playback session. The
session uses server-side reporting. This setting is ignored in PUT
operations.
$sel:mpdLocation:DashConfiguration', dashConfiguration_mpdLocation - The setting that controls whether MediaTailor includes the Location tag
in DASH manifests. MediaTailor populates the Location tag with the URL
for manifest update requests, to be used by players that don't support
sticky redirects. Disable this if you have CDN routing rules set up for
accessing MediaTailor manifests, and you are either using client-side
reporting or your players support sticky HTTP redirects. Valid values
are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the
inclusion of the tag and is the default value.
$sel:originManifestType:DashConfiguration', dashConfiguration_originManifestType - The setting that controls whether MediaTailor handles manifests from the
origin server as multi-period manifests or single-period manifests. If
your origin server produces single-period manifests, set this to
SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period
manifests, omit this setting or set it to MULTI_PERIOD.
DashConfigurationForPut
data DashConfigurationForPut Source #
The configuration for DASH PUT operations.
See: newDashConfigurationForPut smart constructor.
Constructors
| DashConfigurationForPut' (Maybe Text) (Maybe OriginManifestType) |
Instances
newDashConfigurationForPut :: DashConfigurationForPut Source #
Create a value of DashConfigurationForPut 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:mpdLocation:DashConfigurationForPut', dashConfigurationForPut_mpdLocation - The setting that controls whether MediaTailor includes the Location tag
in DASH manifests. MediaTailor populates the Location tag with the URL
for manifest update requests, to be used by players that don't support
sticky redirects. Disable this if you have CDN routing rules set up for
accessing MediaTailor manifests, and you are either using client-side
reporting or your players support sticky HTTP redirects. Valid values
are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the
inclusion of the tag and is the default value.
$sel:originManifestType:DashConfigurationForPut', dashConfigurationForPut_originManifestType - The setting that controls whether MediaTailor handles manifests from the
origin server as multi-period manifests or single-period manifests. If
your origin server produces single-period manifests, set this to
SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period
manifests, omit this setting or set it to MULTI_PERIOD.
DashPlaylistSettings
data DashPlaylistSettings Source #
Dash manifest configuration parameters.
See: newDashPlaylistSettings smart constructor.
Instances
newDashPlaylistSettings :: DashPlaylistSettings Source #
Create a value of DashPlaylistSettings 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:manifestWindowSeconds:DashPlaylistSettings', dashPlaylistSettings_manifestWindowSeconds - The total duration (in seconds) of each manifest. Minimum value: 30
seconds. Maximum value: 3600 seconds.
$sel:minBufferTimeSeconds:DashPlaylistSettings', dashPlaylistSettings_minBufferTimeSeconds - Minimum amount of content (measured in seconds) that a player must keep
available in the buffer. Minimum value: 2 seconds. Maximum value: 60
seconds.
$sel:minUpdatePeriodSeconds:DashPlaylistSettings', dashPlaylistSettings_minUpdatePeriodSeconds - Minimum amount of time (in seconds) that the player should wait before
requesting updates to the manifest. Minimum value: 2 seconds. Maximum
value: 60 seconds.
$sel:suggestedPresentationDelaySeconds:DashPlaylistSettings', dashPlaylistSettings_suggestedPresentationDelaySeconds - Amount of time (in seconds) that the player should be from the live
point at the end of the manifest. Minimum value: 2 seconds. Maximum
value: 60 seconds.
DefaultSegmentDeliveryConfiguration
data DefaultSegmentDeliveryConfiguration Source #
The optional configuration for a server that serves segments. Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.
See: newDefaultSegmentDeliveryConfiguration smart constructor.
Constructors
| DefaultSegmentDeliveryConfiguration' (Maybe Text) |
Instances
newDefaultSegmentDeliveryConfiguration :: DefaultSegmentDeliveryConfiguration Source #
Create a value of DefaultSegmentDeliveryConfiguration 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:baseUrl:DefaultSegmentDeliveryConfiguration', defaultSegmentDeliveryConfiguration_baseUrl - The hostname of the server that will be used to serve segments. This
string must include the protocol, such as https://.
HlsConfiguration
data HlsConfiguration Source #
The configuration for HLS content.
See: newHlsConfiguration smart constructor.
Constructors
| HlsConfiguration' (Maybe Text) |
Instances
newHlsConfiguration :: HlsConfiguration Source #
Create a value of HlsConfiguration 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:manifestEndpointPrefix:HlsConfiguration', hlsConfiguration_manifestEndpointPrefix - The URL that is used to initiate a playback session for devices that
support Apple HLS. The session uses server-side reporting.
HlsPlaylistSettings
data HlsPlaylistSettings Source #
HLS playlist configuration parameters.
See: newHlsPlaylistSettings smart constructor.
Constructors
| HlsPlaylistSettings' (Maybe Int) |
Instances
newHlsPlaylistSettings :: HlsPlaylistSettings Source #
Create a value of HlsPlaylistSettings 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:manifestWindowSeconds:HlsPlaylistSettings', hlsPlaylistSettings_manifestWindowSeconds - The total duration (in seconds) of each manifest. Minimum value: 30
seconds. Maximum value: 3600 seconds.
HttpConfiguration
data HttpConfiguration Source #
The HTTP configuration for the source location.
See: newHttpConfiguration smart constructor.
Constructors
| HttpConfiguration' Text |
Instances
Arguments
| :: Text | |
| -> HttpConfiguration |
Create a value of HttpConfiguration 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:baseUrl:HttpConfiguration', httpConfiguration_baseUrl - The base URL for the source location host server. This string must
include the protocol, such as https://.
HttpPackageConfiguration
data HttpPackageConfiguration Source #
The HTTP package configuration properties for the requested VOD source.
See: newHttpPackageConfiguration smart constructor.
Constructors
| HttpPackageConfiguration' Text Text Type |
Instances
newHttpPackageConfiguration Source #
Arguments
| :: Text | |
| -> Text | |
| -> Type | |
| -> HttpPackageConfiguration |
Create a value of HttpPackageConfiguration 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:path:HttpPackageConfiguration', httpPackageConfiguration_path - The relative path to the URL for this VOD source. This is combined with
SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.
$sel:sourceGroup:HttpPackageConfiguration', httpPackageConfiguration_sourceGroup - The name of the source group. This has to match one of the
Channel::Outputs::SourceGroup.
$sel:type':HttpPackageConfiguration', httpPackageConfiguration_type - The streaming protocol for this package configuration. Supported values
are HLS and DASH.
LivePreRollConfiguration
data LivePreRollConfiguration Source #
The configuration for pre-roll ad insertion.
See: newLivePreRollConfiguration smart constructor.
Constructors
| LivePreRollConfiguration' (Maybe Text) (Maybe Int) |
Instances
newLivePreRollConfiguration :: LivePreRollConfiguration Source #
Create a value of LivePreRollConfiguration 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:adDecisionServerUrl:LivePreRollConfiguration', livePreRollConfiguration_adDecisionServerUrl - The URL for the ad decision server (ADS) for pre-roll ads. This includes
the specification of static parameters and placeholders for dynamic
parameters. AWS Elemental MediaTailor substitutes player-specific and
session-specific parameters as needed when calling the ADS. Alternately,
for testing, you can provide a static VAST URL. The maximum length is
25,000 characters.
$sel:maxDurationSeconds:LivePreRollConfiguration', livePreRollConfiguration_maxDurationSeconds - The maximum allowed duration for the pre-roll ad avail. AWS Elemental
MediaTailor won't play pre-roll ads to exceed this duration, regardless
of the total duration of ads that the ADS returns.
LiveSource
data LiveSource Source #
Live source configuration parameters.
See: newLiveSource smart constructor.
Constructors
| LiveSource' (Maybe POSIX) (Maybe POSIX) (Maybe (HashMap Text Text)) Text [HttpPackageConfiguration] Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> LiveSource |
Create a value of LiveSource 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:creationTime:LiveSource', liveSource_creationTime - The timestamp that indicates when the live source was created.
$sel:lastModifiedTime:LiveSource', liveSource_lastModifiedTime - The timestamp that indicates when the live source was last modified.
$sel:tags:LiveSource', liveSource_tags - The tags assigned to the live source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:arn:LiveSource', liveSource_arn - The ARN for the live source.
$sel:httpPackageConfigurations:LiveSource', liveSource_httpPackageConfigurations - The HTTP package configurations for the live source.
$sel:liveSourceName:LiveSource', liveSource_liveSourceName - The name that's used to refer to a live source.
$sel:sourceLocationName:LiveSource', liveSource_sourceLocationName - The name of the source location.
LogConfiguration
data LogConfiguration Source #
Returns Amazon CloudWatch log settings for a playback configuration.
See: newLogConfiguration smart constructor.
Constructors
| LogConfiguration' Int |
Instances
Arguments
| :: Int | |
| -> LogConfiguration |
Create a value of LogConfiguration 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:percentEnabled:LogConfiguration', logConfiguration_percentEnabled - The percentage of session logs that MediaTailor sends to your Cloudwatch
Logs account. For example, if your playback configuration has 1000
sessions and percentEnabled is set to 60, MediaTailor sends logs for
600 of the sessions to CloudWatch Logs. MediaTailor decides at random
which of the playback configuration sessions to send logs for. If you
want to view logs for a specific session, you can use the
debug log mode.
Valid values: 0 - 100
ManifestProcessingRules
data ManifestProcessingRules Source #
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
See: newManifestProcessingRules smart constructor.
Constructors
| ManifestProcessingRules' (Maybe AdMarkerPassthrough) |
Instances
newManifestProcessingRules :: ManifestProcessingRules Source #
Create a value of ManifestProcessingRules 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:adMarkerPassthrough:ManifestProcessingRules', manifestProcessingRules_adMarkerPassthrough - For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN,
EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the
origin manifest to the MediaTailor personalized manifest.
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT
has a value of 60, but no ads are filled for that ad break,
MediaTailor will not set the value to 0.
PlaybackConfiguration
data PlaybackConfiguration Source #
A playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
See: newPlaybackConfiguration smart constructor.
Constructors
| PlaybackConfiguration' (Maybe Text) (Maybe AvailSuppression) (Maybe Bumper) (Maybe CdnConfiguration) (Maybe (HashMap Text (HashMap Text Text))) (Maybe DashConfiguration) (Maybe HlsConfiguration) (Maybe LivePreRollConfiguration) (Maybe LogConfiguration) (Maybe ManifestProcessingRules) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) |
Instances
newPlaybackConfiguration :: PlaybackConfiguration Source #
Create a value of PlaybackConfiguration 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:
PlaybackConfiguration, playbackConfiguration_adDecisionServerUrl - The URL for the ad decision server (ADS). This includes the
specification of static parameters and placeholders for dynamic
parameters. AWS Elemental MediaTailor substitutes player-specific and
session-specific parameters as needed when calling the ADS. Alternately,
for testing you can provide a static VAST URL. The maximum length is
25,000 characters.
$sel:availSuppression:PlaybackConfiguration', playbackConfiguration_availSuppression - The configuration for avail suppression, also known as ad suppression.
For more information about ad suppression, see
Ad Suppression.
$sel:bumper:PlaybackConfiguration', playbackConfiguration_bumper - 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.
$sel:cdnConfiguration:PlaybackConfiguration', playbackConfiguration_cdnConfiguration - The configuration for using a content delivery network (CDN), like
Amazon CloudFront, for content and ad segment management.
$sel:configurationAliases:PlaybackConfiguration', playbackConfiguration_configurationAliases - The player parameters and aliases used as dynamic variables during
session initialization. For more information, see
Domain Variables.
$sel:dashConfiguration:PlaybackConfiguration', playbackConfiguration_dashConfiguration - The configuration for a DASH source.
$sel:hlsConfiguration:PlaybackConfiguration', playbackConfiguration_hlsConfiguration - The configuration for HLS content.
$sel:livePreRollConfiguration:PlaybackConfiguration', playbackConfiguration_livePreRollConfiguration - The configuration for pre-roll ad insertion.
$sel:logConfiguration:PlaybackConfiguration', playbackConfiguration_logConfiguration - The Amazon CloudWatch log settings for a playback configuration.
$sel:manifestProcessingRules:PlaybackConfiguration', playbackConfiguration_manifestProcessingRules - The configuration for manifest processing rules. Manifest processing
rules enable customization of the personalized manifests created by
MediaTailor.
$sel:name:PlaybackConfiguration', playbackConfiguration_name - The identifier for the playback configuration.
$sel:personalizationThresholdSeconds:PlaybackConfiguration', playbackConfiguration_personalizationThresholdSeconds - Defines the maximum duration of underfilled ad time (in seconds) allowed
in an ad break. If the duration of underfilled ad time exceeds the
personalization threshold, then the personalization of the ad break is
abandoned and the underlying content is shown. This feature applies to
ad replacement in live and VOD streams, rather than ad insertion,
because it relies on an underlying content stream. For more information
about ad break behavior, including ad replacement and insertion, see
Ad Behavior in AWS Elemental MediaTailor.
$sel:playbackConfigurationArn:PlaybackConfiguration', playbackConfiguration_playbackConfigurationArn - The Amazon Resource Name (ARN) for the playback configuration.
$sel:playbackEndpointPrefix:PlaybackConfiguration', playbackConfiguration_playbackEndpointPrefix - The URL that the player accesses to get a manifest from AWS Elemental
MediaTailor.
$sel:sessionInitializationEndpointPrefix:PlaybackConfiguration', playbackConfiguration_sessionInitializationEndpointPrefix - The URL that the player uses to initialize a session that uses
client-side reporting.
$sel:slateAdUrl:PlaybackConfiguration', playbackConfiguration_slateAdUrl - The URL for a video asset to transcode and use to fill in time that's
not used by ads. AWS Elemental MediaTailor shows the slate to fill in
gaps in media content. Configuring the slate is optional for non-VPAID
playback configurations. For VPAID, the slate is required because
MediaTailor provides it in the slots designated for dynamic ad content.
The slate must be a high-quality asset that contains both audio and
video.
$sel:tags:PlaybackConfiguration', playbackConfiguration_tags - The tags to assign to the playback configuration. Tags are key-value
pairs that you can associate with Amazon resources to help with
organization, access control, and cost tracking. For more information,
see
Tagging AWS Elemental MediaTailor Resources.
$sel:transcodeProfileName:PlaybackConfiguration', playbackConfiguration_transcodeProfileName - The name that is used to associate this playback configuration with a
custom transcode profile. This overrides the dynamic transcoding
defaults of MediaTailor. Use this only if you have already set up custom
profiles with the help of AWS Support.
$sel:videoContentSourceUrl:PlaybackConfiguration', playbackConfiguration_videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset
ID. The maximum length is 512 characters.
PrefetchConsumption
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.
Constructors
| PrefetchConsumption' (Maybe [AvailMatchingCriteria]) (Maybe POSIX) POSIX |
Instances
newPrefetchConsumption Source #
Arguments
| :: UTCTime | |
| -> PrefetchConsumption |
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: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: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: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.
PrefetchRetrieval
data PrefetchRetrieval Source #
A complex type that contains settings governing when MediaTailor prefetches ads, and which dynamic variables that MediaTailor includes in the request to the ad decision server.
See: newPrefetchRetrieval smart constructor.
Instances
Arguments
| :: UTCTime | |
| -> PrefetchRetrieval |
Create a value of PrefetchRetrieval 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:dynamicVariables:PrefetchRetrieval', prefetchRetrieval_dynamicVariables - The dynamic variables to use for substitution during prefetch requests
to the ad decision server (ADS).
You initially configure
dynamic variables
for the ADS URL when you set up your playback configuration. When you
specify DynamicVariables for prefetch retrieval, MediaTailor includes
the dynamic variables in the request to the ADS.
$sel:startTime:PrefetchRetrieval', prefetchRetrieval_startTime - The time when prefetch retrievals can start for this break. Ad
prefetching will be attempted for manifest requests that occur at or
after this time. Defaults to the current time. If not specified, the
prefetch retrieval starts as soon as possible.
$sel:endTime:PrefetchRetrieval', prefetchRetrieval_endTime - The time when prefetch retrieval ends for the ad break. Prefetching will
be attempted for manifest requests that occur at or before this time.
PrefetchSchedule
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.
Constructors
| PrefetchSchedule' (Maybe Text) Text PrefetchConsumption Text Text PrefetchRetrieval |
Instances
Arguments
| :: 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).
RequestOutputItem
data RequestOutputItem Source #
The output configuration for this channel.
See: newRequestOutputItem smart constructor.
Constructors
| RequestOutputItem' (Maybe DashPlaylistSettings) (Maybe HlsPlaylistSettings) Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> RequestOutputItem |
Create a value of RequestOutputItem 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:dashPlaylistSettings:RequestOutputItem', requestOutputItem_dashPlaylistSettings - DASH manifest configuration parameters.
$sel:hlsPlaylistSettings:RequestOutputItem', requestOutputItem_hlsPlaylistSettings - HLS playlist configuration parameters.
$sel:manifestName:RequestOutputItem', requestOutputItem_manifestName - The name of the manifest for the channel. The name appears in the
PlaybackUrl.
$sel:sourceGroup:RequestOutputItem', requestOutputItem_sourceGroup - A string used to match which HttpPackageConfiguration is used for each
VodSource.
ResponseOutputItem
data ResponseOutputItem Source #
The output item response.
See: newResponseOutputItem smart constructor.
Constructors
| ResponseOutputItem' (Maybe DashPlaylistSettings) (Maybe HlsPlaylistSettings) Text Text Text |
Instances
newResponseOutputItem Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ResponseOutputItem |
Create a value of ResponseOutputItem 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:dashPlaylistSettings:ResponseOutputItem', responseOutputItem_dashPlaylistSettings - DASH manifest configuration settings.
$sel:hlsPlaylistSettings:ResponseOutputItem', responseOutputItem_hlsPlaylistSettings - HLS manifest configuration settings.
$sel:manifestName:ResponseOutputItem', responseOutputItem_manifestName - The name of the manifest for the channel that will appear in the channel
output's playback URL.
$sel:playbackUrl:ResponseOutputItem', responseOutputItem_playbackUrl - The URL used for playback by content players.
$sel:sourceGroup:ResponseOutputItem', responseOutputItem_sourceGroup - A string used to associate a package configuration source group with a
channel output.
ScheduleAdBreak
data ScheduleAdBreak Source #
The schedule's ad break properties.
See: newScheduleAdBreak smart constructor.
Instances
newScheduleAdBreak :: ScheduleAdBreak Source #
Create a value of ScheduleAdBreak 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:approximateDurationSeconds:ScheduleAdBreak', scheduleAdBreak_approximateDurationSeconds - The approximate duration of the ad break, in seconds.
$sel:approximateStartTime:ScheduleAdBreak', scheduleAdBreak_approximateStartTime - The approximate time that the ad will start playing.
$sel:sourceLocationName:ScheduleAdBreak', scheduleAdBreak_sourceLocationName - The name of the source location containing the VOD source used for the
ad break.
$sel:vodSourceName:ScheduleAdBreak', scheduleAdBreak_vodSourceName - The name of the VOD source used for the ad break.
ScheduleConfiguration
data ScheduleConfiguration Source #
Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.
See: newScheduleConfiguration smart constructor.
Constructors
| ScheduleConfiguration' Transition |
Instances
newScheduleConfiguration Source #
Create a value of ScheduleConfiguration 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:transition:ScheduleConfiguration', scheduleConfiguration_transition - Program transition configurations.
ScheduleEntry
data ScheduleEntry Source #
The properties for a schedule.
See: newScheduleEntry smart constructor.
Constructors
| ScheduleEntry' (Maybe Integer) (Maybe POSIX) (Maybe Text) (Maybe [ScheduleAdBreak]) (Maybe ScheduleEntryType) (Maybe Text) Text Text Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> ScheduleEntry |
Create a value of ScheduleEntry 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:
ScheduleEntry, scheduleEntry_approximateDurationSeconds - The approximate duration of this program, in seconds.
ScheduleEntry, scheduleEntry_approximateStartTime - The approximate time that the program will start playing.
$sel:liveSourceName:ScheduleEntry', scheduleEntry_liveSourceName - The name of the live source used for the program.
$sel:scheduleAdBreaks:ScheduleEntry', scheduleEntry_scheduleAdBreaks - The schedule's ad break properties.
$sel:scheduleEntryType:ScheduleEntry', scheduleEntry_scheduleEntryType - The type of schedule entry.
ScheduleEntry, scheduleEntry_vodSourceName - The name of the VOD source.
$sel:arn:ScheduleEntry', scheduleEntry_arn - The ARN of the program.
$sel:channelName:ScheduleEntry', scheduleEntry_channelName - The name of the channel that uses this schedule.
$sel:programName:ScheduleEntry', scheduleEntry_programName - The name of the program.
ScheduleEntry, scheduleEntry_sourceLocationName - The name of the source location.
SecretsManagerAccessTokenConfiguration
data SecretsManagerAccessTokenConfiguration Source #
AWS Secrets Manager access token configuration parameters. For information about Secrets Manager access token authentication, see Working with AWS Secrets Manager access token authentication.
See: newSecretsManagerAccessTokenConfiguration smart constructor.
Instances
newSecretsManagerAccessTokenConfiguration :: SecretsManagerAccessTokenConfiguration Source #
Create a value of SecretsManagerAccessTokenConfiguration 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:headerName:SecretsManagerAccessTokenConfiguration', secretsManagerAccessTokenConfiguration_headerName - The name of the HTTP header used to supply the access token in requests
to the source location.
$sel:secretArn:SecretsManagerAccessTokenConfiguration', secretsManagerAccessTokenConfiguration_secretArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that
contains the access token.
$sel:secretStringKey:SecretsManagerAccessTokenConfiguration', secretsManagerAccessTokenConfiguration_secretStringKey - The AWS Secrets Manager
SecretString
key associated with the access token. MediaTailor uses the key to look
up SecretString key and value pair containing the access token.
SegmentDeliveryConfiguration
data SegmentDeliveryConfiguration Source #
The segment delivery configuration settings.
See: newSegmentDeliveryConfiguration smart constructor.
Constructors
| SegmentDeliveryConfiguration' (Maybe Text) (Maybe Text) |
Instances
newSegmentDeliveryConfiguration :: SegmentDeliveryConfiguration Source #
Create a value of SegmentDeliveryConfiguration 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:baseUrl:SegmentDeliveryConfiguration', segmentDeliveryConfiguration_baseUrl - The base URL of the host or path of the segment delivery server that
you're using to serve segments. This is typically a content delivery
network (CDN). The URL can be absolute or relative. To use an absolute
URL include the protocol, such as https://example.com/some/path.
To use a relative URL specify the relative path, such as
/some/path*.
$sel:name:SegmentDeliveryConfiguration', segmentDeliveryConfiguration_name - A unique identifier used to distinguish between multiple segment
delivery configurations in a source location.
SegmentationDescriptor
data SegmentationDescriptor Source #
The segmentation_descriptor message can contain advanced metadata
fields, like content identifiers, to convey a wide range of information
about the ad break. MediaTailor writes the ad metadata in the egress
manifest as part of the EXT-X-DATERANGE or EventStream ad marker's
SCTE-35 data.
segmentation_descriptor messages must be sent with the time_signal
message type.
See the segmentation_descriptor() table of the 2022 SCTE-35
specification for more information.
See: newSegmentationDescriptor smart constructor.
Constructors
| SegmentationDescriptor' (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Text) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Int) |
Instances
newSegmentationDescriptor :: SegmentationDescriptor Source #
Create a value of SegmentationDescriptor 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:segmentNum:SegmentationDescriptor', segmentationDescriptor_segmentNum - The segment number to assign to the
segmentation_descriptor.segment_num message, as defined in section
10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and
256, inclusive. The default value is 0.
$sel:segmentationEventId:SegmentationDescriptor', segmentationDescriptor_segmentationEventId - The Event Identifier to assign to the
segmentation_descriptor.segmentation_event_id message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification. The default value is
1.
$sel:segmentationTypeId:SegmentationDescriptor', segmentationDescriptor_segmentationTypeId - The Type Identifier to assign to the
segmentation_descriptor.segmentation_type_id message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be
between 0 and 256, inclusive. The default value is 48.
$sel:segmentationUpid:SegmentationDescriptor', segmentationDescriptor_segmentationUpid - The Upid to assign to the segmentation_descriptor.segmentation_upid
message, as defined in section 10.3.3.1 of the 2022 SCTE-35
specification. The value must be a hexadecimal string containing only
the characters 0 though 9 and A through F. The default value is "" (an
empty string).
$sel:segmentationUpidType:SegmentationDescriptor', segmentationDescriptor_segmentationUpidType - The Upid Type to assign to the
segmentation_descriptor.segmentation_upid_type message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be
between 0 and 256, inclusive. The default value is 14.
$sel:segmentsExpected:SegmentationDescriptor', segmentationDescriptor_segmentsExpected - The number of segments expected, which is assigned to the
segmentation_descriptor.segments_expectedS message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification Values must be
between 0 and 256, inclusive. The default value is 0.
$sel:subSegmentNum:SegmentationDescriptor', segmentationDescriptor_subSegmentNum - The sub-segment number to assign to the
segmentation_descriptor.sub_segment_num message, as defined in section
10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and
256, inclusive. The defualt value is null.
$sel:subSegmentsExpected:SegmentationDescriptor', segmentationDescriptor_subSegmentsExpected - The number of sub-segments expected, which is assigned to the
segmentation_descriptor.sub_segments_expected message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be
between 0 and 256, inclusive. The default value is null.
SlateSource
data SlateSource Source #
Slate VOD source configuration.
See: newSlateSource smart constructor.
Constructors
| SlateSource' (Maybe Text) (Maybe Text) |
Instances
newSlateSource :: SlateSource Source #
Create a value of SlateSource 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:sourceLocationName:SlateSource', slateSource_sourceLocationName - The name of the source location where the slate VOD source is stored.
$sel:vodSourceName:SlateSource', slateSource_vodSourceName - The slate VOD source name. The VOD source must already exist in a source
location before it can be used for slate.
SourceLocation
data SourceLocation Source #
A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
See: newSourceLocation smart constructor.
Constructors
Instances
Arguments
| :: Text | |
| -> HttpConfiguration | |
| -> Text | |
| -> SourceLocation |
Create a value of SourceLocation 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:accessConfiguration:SourceLocation', sourceLocation_accessConfiguration - The access configuration for the source location.
$sel:creationTime:SourceLocation', sourceLocation_creationTime - The timestamp that indicates when the source location was created.
$sel:defaultSegmentDeliveryConfiguration:SourceLocation', sourceLocation_defaultSegmentDeliveryConfiguration - The default segment delivery configuration.
$sel:lastModifiedTime:SourceLocation', sourceLocation_lastModifiedTime - The timestamp that indicates when the source location was last modified.
$sel:segmentDeliveryConfigurations:SourceLocation', sourceLocation_segmentDeliveryConfigurations - The segment delivery configurations for the source location.
$sel:tags:SourceLocation', sourceLocation_tags - The tags assigned to the source location. Tags are key-value pairs that
you can associate with Amazon resources to help with organization,
access control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:arn:SourceLocation', sourceLocation_arn - The ARN of the SourceLocation.
$sel:httpConfiguration:SourceLocation', sourceLocation_httpConfiguration - The HTTP configuration for the source location.
$sel:sourceLocationName:SourceLocation', sourceLocation_sourceLocationName - The name of the source location.
SpliceInsertMessage
data SpliceInsertMessage Source #
Splice insert message configuration.
See: newSpliceInsertMessage smart constructor.
Instances
newSpliceInsertMessage :: SpliceInsertMessage Source #
Create a value of SpliceInsertMessage 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:availNum:SpliceInsertMessage', spliceInsertMessage_availNum - This is written to splice_insert.avail_num, as defined in section
9.7.3.1 of the SCTE-35 specification. The default value is 0. Values
must be between 0 and 256, inclusive.
$sel:availsExpected:SpliceInsertMessage', spliceInsertMessage_availsExpected - This is written to splice_insert.avails_expected, as defined in
section 9.7.3.1 of the SCTE-35 specification. The default value is 0.
Values must be between 0 and 256, inclusive.
$sel:spliceEventId:SpliceInsertMessage', spliceInsertMessage_spliceEventId - This is written to splice_insert.splice_event_id, as defined in
section 9.7.3.1 of the SCTE-35 specification. The default value is 1.
$sel:uniqueProgramId:SpliceInsertMessage', spliceInsertMessage_uniqueProgramId - This is written to splice_insert.unique_program_id, as defined in
section 9.7.3.1 of the SCTE-35 specification. The default value is 0.
Values must be between 0 and 256, inclusive.
TimeSignalMessage
data TimeSignalMessage Source #
The SCTE-35 time_signal message can be sent with one or more
segmentation_descriptor messages. A time_signal message can be sent
only if a single segmentation_descriptor message is sent.
The time_signal message contains only the splice_time field which is
constructed using a given presentation timestamp. When sending a
time_signal message, the splice_command_type field in the
splice_info_section message is set to 6 (0x06).
See the time_signal() table of the 2022 SCTE-35 specification for more
information.
See: newTimeSignalMessage smart constructor.
Constructors
| TimeSignalMessage' (Maybe [SegmentationDescriptor]) |
Instances
newTimeSignalMessage :: TimeSignalMessage Source #
Create a value of TimeSignalMessage 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:segmentationDescriptors:TimeSignalMessage', timeSignalMessage_segmentationDescriptors - The configurations for the SCTE-35 segmentation_descriptor message(s)
sent with the time_signal message.
Transition
data Transition Source #
Program transition configuration.
See: newTransition smart constructor.
Constructors
| Transition' (Maybe Integer) (Maybe Text) (Maybe Integer) RelativePosition Text |
Instances
Arguments
| :: RelativePosition | |
| -> Text | |
| -> Transition |
Create a value of Transition 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:durationMillis:Transition', transition_durationMillis - The duration of the live program in seconds.
$sel:relativeProgram:Transition', transition_relativeProgram - The name of the program that this program will be inserted next to, as
defined by RelativePosition.
$sel:scheduledStartTimeMillis:Transition', transition_scheduledStartTimeMillis - The date and time that the program is scheduled to start, in epoch
milliseconds.
$sel:relativePosition:Transition', transition_relativePosition - The position where this program will be inserted relative to the
RelativePosition.
$sel:type':Transition', transition_type - Defines when the program plays in the schedule. You can set the value to
ABSOLUTE or RELATIVE.
ABSOLUTE - The program plays at a specific wall clock time. This
setting can only be used for channels using the LINEAR PlaybackMode.
Note the following considerations when using ABSOLUTE transitions:
If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary.
If there are gaps in playback, MediaTailor plays the FillerSlate you
configured for your linear channel.
RELATIVE - The program is inserted into the schedule either before or
after a program that you specify via RelativePosition.
VodSource
VOD source configuration parameters.
See: newVodSource smart constructor.
Constructors
| VodSource' (Maybe POSIX) (Maybe POSIX) (Maybe (HashMap Text Text)) Text [HttpPackageConfiguration] Text Text |
Instances
Create a value of VodSource 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:creationTime:VodSource', vodSource_creationTime - The timestamp that indicates when the VOD source was created.
$sel:lastModifiedTime:VodSource', vodSource_lastModifiedTime - The timestamp that indicates when the VOD source was last modified.
$sel:tags:VodSource', vodSource_tags - The tags assigned to the VOD source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:arn:VodSource', vodSource_arn - The ARN for the VOD source.
$sel:httpPackageConfigurations:VodSource', vodSource_httpPackageConfigurations - The HTTP package configurations for the VOD source.
$sel:sourceLocationName:VodSource', vodSource_sourceLocationName - The name of the source location that the VOD source is associated with.
$sel:vodSourceName:VodSource', vodSource_vodSourceName - The name of the VOD source.