libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaTailor

Contents

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

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

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.

CreateSourceLocation

data CreateSourceLocation Source #

See: newCreateSourceLocation smart constructor.

Instances

Instances details
Eq CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

Read CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

Show CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

Generic CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

Associated Types

type Rep CreateSourceLocation :: Type -> Type #

NFData CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

Methods

rnf :: CreateSourceLocation -> () #

Hashable CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

ToJSON CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

AWSRequest CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

Associated Types

type AWSResponse CreateSourceLocation #

ToHeaders CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

ToPath CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

ToQuery CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

type Rep CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

type Rep CreateSourceLocation = D1 ('MetaData "CreateSourceLocation" "Amazonka.MediaTailor.CreateSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CreateSourceLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessConfiguration)) :*: S1 ('MetaSel ('Just "defaultSegmentDeliveryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSegmentDeliveryConfiguration))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HttpConfiguration)))))
type AWSResponse CreateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

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:

$sel:accessConfiguration:CreateSourceLocation', createSourceLocation_accessConfiguration - Access configuration parameters. Configures the type of authentication used to access content from your source location.

$sel:defaultSegmentDeliveryConfiguration:CreateSourceLocation', createSourceLocation_defaultSegmentDeliveryConfiguration - The optional configuration for the server that serves segments.

$sel:tags:CreateSourceLocation', createSourceLocation_tags - The tags to assign to the source location.

$sel:sourceLocationName:CreateSourceLocation', createSourceLocation_sourceLocationName - The identifier for the source location you are working on.

$sel:httpConfiguration:CreateSourceLocation', createSourceLocation_httpConfiguration - The source's HTTP package configurations.

data CreateSourceLocationResponse Source #

See: newCreateSourceLocationResponse smart constructor.

Instances

Instances details
Eq CreateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

Read CreateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

Show CreateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

Generic CreateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

Associated Types

type Rep CreateSourceLocationResponse :: Type -> Type #

NFData CreateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

type Rep CreateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateSourceLocation

type Rep CreateSourceLocationResponse = D1 ('MetaData "CreateSourceLocationResponse" "Amazonka.MediaTailor.CreateSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CreateSourceLocationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpConfiguration)))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "accessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessConfiguration))) :*: (S1 ('MetaSel ('Just "defaultSegmentDeliveryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSegmentDeliveryConfiguration)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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:

$sel:creationTime:CreateSourceLocationResponse', createSourceLocationResponse_creationTime - The timestamp that indicates when the source location was created.

$sel:sourceLocationName:CreateSourceLocation', createSourceLocationResponse_sourceLocationName - The name of the source location.

$sel:arn:CreateSourceLocationResponse', createSourceLocationResponse_arn - The ARN of the source location.

$sel:httpConfiguration:CreateSourceLocation', createSourceLocationResponse_httpConfiguration - The HTTP package configuration settings for the source location.

$sel:lastModifiedTime:CreateSourceLocationResponse', createSourceLocationResponse_lastModifiedTime - The timestamp that indicates when the source location was last modified.

$sel:accessConfiguration:CreateSourceLocation', createSourceLocationResponse_accessConfiguration - The access configuration for the source location.

$sel:defaultSegmentDeliveryConfiguration:CreateSourceLocation', createSourceLocationResponse_defaultSegmentDeliveryConfiguration - The default segment delivery configuration settings.

$sel:tags:CreateSourceLocation', createSourceLocationResponse_tags - The tags assigned to the source location.

$sel:httpStatus:CreateSourceLocationResponse', createSourceLocationResponse_httpStatus - The response's http status code.

ListPrefetchSchedules (Paginated)

data ListPrefetchSchedules Source #

See: newListPrefetchSchedules smart constructor.

Instances

Instances details
Eq ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

Read ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

Show ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

Generic ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

Associated Types

type Rep ListPrefetchSchedules :: Type -> Type #

NFData ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

Methods

rnf :: ListPrefetchSchedules -> () #

Hashable ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

ToJSON ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

AWSPager ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

AWSRequest ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

Associated Types

type AWSResponse ListPrefetchSchedules #

ToHeaders ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

ToPath ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

ToQuery ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

type Rep ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

type Rep ListPrefetchSchedules = D1 ('MetaData "ListPrefetchSchedules" "Amazonka.MediaTailor.ListPrefetchSchedules" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListPrefetchSchedules'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "streamId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListPrefetchSchedules Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

newListPrefetchSchedules Source #

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:nextToken: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.

$sel:maxResults:ListPrefetchSchedules', listPrefetchSchedules_maxResults - The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If the playback configuration has more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.

$sel:streamId:ListPrefetchSchedules', listPrefetchSchedules_streamId - An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.

$sel:playbackConfigurationName:ListPrefetchSchedules', listPrefetchSchedules_playbackConfigurationName - The name of the playback configuration.

data ListPrefetchSchedulesResponse Source #

See: newListPrefetchSchedulesResponse smart constructor.

Instances

Instances details
Eq ListPrefetchSchedulesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

Read ListPrefetchSchedulesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

Show ListPrefetchSchedulesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

Generic ListPrefetchSchedulesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

Associated Types

type Rep ListPrefetchSchedulesResponse :: Type -> Type #

NFData ListPrefetchSchedulesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

type Rep ListPrefetchSchedulesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPrefetchSchedules

type Rep ListPrefetchSchedulesResponse = D1 ('MetaData "ListPrefetchSchedulesResponse" "Amazonka.MediaTailor.ListPrefetchSchedules" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListPrefetchSchedulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PrefetchSchedule])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

$sel:nextToken:ListPrefetchSchedules', listPrefetchSchedulesResponse_nextToken - The value that you will use forNextToken in the next ListPrefetchSchedulesRequest request.

$sel:httpStatus:ListPrefetchSchedulesResponse', listPrefetchSchedulesResponse_httpStatus - The response's http status code.

DeletePrefetchSchedule

data DeletePrefetchSchedule Source #

See: newDeletePrefetchSchedule smart constructor.

Instances

Instances details
Eq DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Read DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Show DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Generic DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Associated Types

type Rep DeletePrefetchSchedule :: Type -> Type #

NFData DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Methods

rnf :: DeletePrefetchSchedule -> () #

Hashable DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

AWSRequest DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Associated Types

type AWSResponse DeletePrefetchSchedule #

ToHeaders DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

ToPath DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

ToQuery DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

type Rep DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

type Rep DeletePrefetchSchedule = D1 ('MetaData "DeletePrefetchSchedule" "Amazonka.MediaTailor.DeletePrefetchSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeletePrefetchSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

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:

$sel:name:DeletePrefetchSchedule', deletePrefetchSchedule_name - The identifier for the playback configuration.

$sel:playbackConfigurationName:DeletePrefetchSchedule', deletePrefetchSchedule_playbackConfigurationName - The name of the playback configuration.

data DeletePrefetchScheduleResponse Source #

See: newDeletePrefetchScheduleResponse smart constructor.

Instances

Instances details
Eq DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Read DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Show DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Generic DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Associated Types

type Rep DeletePrefetchScheduleResponse :: Type -> Type #

NFData DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

type Rep DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

type Rep DeletePrefetchScheduleResponse = D1 ('MetaData "DeletePrefetchScheduleResponse" "Amazonka.MediaTailor.DeletePrefetchSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeletePrefetchScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

ListAlerts (Paginated)

data ListAlerts Source #

See: newListAlerts smart constructor.

Instances

Instances details
Eq ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Read ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Show ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Generic ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Associated Types

type Rep ListAlerts :: Type -> Type #

NFData ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Methods

rnf :: ListAlerts -> () #

Hashable ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

AWSPager ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

AWSRequest ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Associated Types

type AWSResponse ListAlerts #

ToHeaders ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Methods

toHeaders :: ListAlerts -> [Header] #

ToPath ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

ToQuery ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

type Rep ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

type Rep ListAlerts = D1 ('MetaData "ListAlerts" "Amazonka.MediaTailor.ListAlerts" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListAlerts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAlerts Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

newListAlerts Source #

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:nextToken:ListAlerts', listAlerts_nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.

$sel:maxResults:ListAlerts', listAlerts_maxResults - Upper bound on number of records to return. The maximum number of results is 100.

$sel:resourceArn:ListAlerts', listAlerts_resourceArn - The Amazon Resource Name (ARN) of the resource.

data ListAlertsResponse Source #

See: newListAlertsResponse smart constructor.

Instances

Instances details
Eq ListAlertsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Read ListAlertsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Show ListAlertsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Generic ListAlertsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Associated Types

type Rep ListAlertsResponse :: Type -> Type #

NFData ListAlertsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

Methods

rnf :: ListAlertsResponse -> () #

type Rep ListAlertsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListAlerts

type Rep ListAlertsResponse = D1 ('MetaData "ListAlertsResponse" "Amazonka.MediaTailor.ListAlerts" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListAlertsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alert])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAlertsResponse Source #

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 - An array of alerts that are associated with this resource.

$sel:nextToken:ListAlerts', listAlertsResponse_nextToken - Pagination token from the list request. 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.

Instances

Instances details
Eq ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Read ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Show ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Generic ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Associated Types

type Rep ListChannels :: Type -> Type #

NFData ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Methods

rnf :: ListChannels -> () #

Hashable ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

AWSPager ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

AWSRequest ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Associated Types

type AWSResponse ListChannels #

ToHeaders ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

ToPath ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

ToQuery ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

type Rep ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

type Rep ListChannels = D1 ('MetaData "ListChannels" "Amazonka.MediaTailor.ListChannels" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListChannels'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

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:nextToken:ListChannels', listChannels_nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.

$sel:maxResults:ListChannels', listChannels_maxResults - Upper bound on number of records to return. The maximum number of results is 100.

data ListChannelsResponse Source #

See: newListChannelsResponse smart constructor.

Instances

Instances details
Eq ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Read ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Show ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Generic ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Associated Types

type Rep ListChannelsResponse :: Type -> Type #

NFData ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Methods

rnf :: ListChannelsResponse -> () #

type Rep ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

type Rep ListChannelsResponse = D1 ('MetaData "ListChannelsResponse" "Amazonka.MediaTailor.ListChannels" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListChannelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Channel])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelsResponse Source #

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 - An array of channels that are associated with this account.

$sel:nextToken: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.

CreatePrefetchSchedule

data CreatePrefetchSchedule Source #

See: newCreatePrefetchSchedule smart constructor.

Instances

Instances details
Eq CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

Read CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

Show CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

Generic CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

Associated Types

type Rep CreatePrefetchSchedule :: Type -> Type #

NFData CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

Methods

rnf :: CreatePrefetchSchedule -> () #

Hashable CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

ToJSON CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

AWSRequest CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

Associated Types

type AWSResponse CreatePrefetchSchedule #

ToHeaders CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

ToPath CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

ToQuery CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

type Rep CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

type Rep CreatePrefetchSchedule = D1 ('MetaData "CreatePrefetchSchedule" "Amazonka.MediaTailor.CreatePrefetchSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CreatePrefetchSchedule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "streamId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "consumption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrefetchConsumption) :*: S1 ('MetaSel ('Just "retrieval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrefetchRetrieval)))))
type AWSResponse CreatePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

newCreatePrefetchSchedule Source #

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:

$sel:streamId: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.

$sel:name:CreatePrefetchSchedule', createPrefetchSchedule_name - The identifier for the playback configuration.

$sel:playbackConfigurationName:CreatePrefetchSchedule', createPrefetchSchedule_playbackConfigurationName - The name of the playback configuration.

$sel:consumption: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.

$sel:retrieval: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.

Instances

Instances details
Eq CreatePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

Read CreatePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

Show CreatePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

Generic CreatePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

Associated Types

type Rep CreatePrefetchScheduleResponse :: Type -> Type #

NFData CreatePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

type Rep CreatePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreatePrefetchSchedule

type Rep CreatePrefetchScheduleResponse = D1 ('MetaData "CreatePrefetchScheduleResponse" "Amazonka.MediaTailor.CreatePrefetchSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CreatePrefetchScheduleResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "retrieval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrefetchRetrieval)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "consumption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrefetchConsumption))) :*: (S1 ('MetaSel ('Just "streamId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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:

$sel:arn:CreatePrefetchScheduleResponse', createPrefetchScheduleResponse_arn - The Amazon Resource Name (ARN) of the prefetch schedule.

$sel:playbackConfigurationName:CreatePrefetchSchedule', createPrefetchScheduleResponse_playbackConfigurationName - The name of the playback configuration to create the prefetch schedule for.

$sel:retrieval:CreatePrefetchSchedule', createPrefetchScheduleResponse_retrieval - A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).

$sel:name:CreatePrefetchSchedule', createPrefetchScheduleResponse_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:consumption:CreatePrefetchSchedule', createPrefetchScheduleResponse_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:streamId:CreatePrefetchSchedule', createPrefetchScheduleResponse_streamId - An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.

$sel:httpStatus:CreatePrefetchScheduleResponse', createPrefetchScheduleResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.MediaTailor.ListTagsForResource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

newListTagsForResource Source #

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:

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.MediaTailor.ListTagsForResource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - A comma-separated list of tag key:value pairs.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

DeleteChannel

data DeleteChannel Source #

See: newDeleteChannel smart constructor.

Constructors

DeleteChannel' Text 

Instances

Instances details
Eq DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Read DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Show DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Generic DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Associated Types

type Rep DeleteChannel :: Type -> Type #

NFData DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Methods

rnf :: DeleteChannel -> () #

Hashable DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

AWSRequest DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Associated Types

type AWSResponse DeleteChannel #

ToHeaders DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

ToPath DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

ToQuery DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

type Rep DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

type Rep DeleteChannel = D1 ('MetaData "DeleteChannel" "Amazonka.MediaTailor.DeleteChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeleteChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

newDeleteChannel Source #

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:

$sel:channelName:DeleteChannel', deleteChannel_channelName - The identifier for the channel you are working on.

data DeleteChannelResponse Source #

See: newDeleteChannelResponse smart constructor.

Instances

Instances details
Eq DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Read DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Show DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Generic DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Associated Types

type Rep DeleteChannelResponse :: Type -> Type #

NFData DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

Methods

rnf :: DeleteChannelResponse -> () #

type Rep DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannel

type Rep DeleteChannelResponse = D1 ('MetaData "DeleteChannelResponse" "Amazonka.MediaTailor.DeleteChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeleteChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

UpdateChannel

data UpdateChannel Source #

See: newUpdateChannel smart constructor.

Instances

Instances details
Eq UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Read UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Show UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Generic UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Associated Types

type Rep UpdateChannel :: Type -> Type #

NFData UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Methods

rnf :: UpdateChannel -> () #

Hashable UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

ToJSON UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

AWSRequest UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Associated Types

type AWSResponse UpdateChannel #

ToHeaders UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

ToPath UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

ToQuery UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

type Rep UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

type Rep UpdateChannel = D1 ('MetaData "UpdateChannel" "Amazonka.MediaTailor.UpdateChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UpdateChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RequestOutputItem])))
type AWSResponse UpdateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

newUpdateChannel Source #

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:

$sel:channelName:UpdateChannel', updateChannel_channelName - The identifier for the channel you are working on.

$sel:outputs:UpdateChannel', updateChannel_outputs - The channel's output properties.

data UpdateChannelResponse Source #

See: newUpdateChannelResponse smart constructor.

Instances

Instances details
Eq UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Read UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Show UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Generic UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Associated Types

type Rep UpdateChannelResponse :: Type -> Type #

NFData UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

Methods

rnf :: UpdateChannelResponse -> () #

type Rep UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateChannel

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:

$sel:creationTime:UpdateChannelResponse', updateChannelResponse_creationTime - The timestamp of when the channel was created.

$sel:arn:UpdateChannelResponse', updateChannelResponse_arn - The ARN of the channel.

$sel:lastModifiedTime:UpdateChannelResponse', updateChannelResponse_lastModifiedTime - The timestamp of when the channel was last modified.

$sel:playbackMode:UpdateChannelResponse', updateChannelResponse_playbackMode - The channel's playback mode.

$sel:channelName:UpdateChannel', updateChannelResponse_channelName - The name of the channel.

$sel:outputs:UpdateChannel', updateChannelResponse_outputs - The channel's output properties.

$sel:channelState:UpdateChannelResponse', updateChannelResponse_channelState - Indicates whether the channel is in a running state or not.

$sel:fillerSlate:UpdateChannelResponse', updateChannelResponse_fillerSlate - Contains information about the slate used to fill gaps between programs in the schedule.

$sel:tags:UpdateChannelResponse', updateChannelResponse_tags - The tags assigned to the channel.

$sel:httpStatus:UpdateChannelResponse', updateChannelResponse_httpStatus - The response's http status code.

GetChannelPolicy

data GetChannelPolicy Source #

See: newGetChannelPolicy smart constructor.

Constructors

GetChannelPolicy' Text 

Instances

Instances details
Eq GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

Read GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

Show GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

Generic GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

Associated Types

type Rep GetChannelPolicy :: Type -> Type #

NFData GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

Methods

rnf :: GetChannelPolicy -> () #

Hashable GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

AWSRequest GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

Associated Types

type AWSResponse GetChannelPolicy #

ToHeaders GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

ToPath GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

ToQuery GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

type Rep GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

type Rep GetChannelPolicy = D1 ('MetaData "GetChannelPolicy" "Amazonka.MediaTailor.GetChannelPolicy" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "GetChannelPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

newGetChannelPolicy Source #

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:

$sel:channelName:GetChannelPolicy', getChannelPolicy_channelName - The identifier for the channel you are working on.

data GetChannelPolicyResponse Source #

See: newGetChannelPolicyResponse smart constructor.

Instances

Instances details
Eq GetChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

Read GetChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

Show GetChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

Generic GetChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

Associated Types

type Rep GetChannelPolicyResponse :: Type -> Type #

NFData GetChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

type Rep GetChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelPolicy

type Rep GetChannelPolicyResponse = D1 ('MetaData "GetChannelPolicyResponse" "Amazonka.MediaTailor.GetChannelPolicy" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "GetChannelPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

$sel:httpStatus:GetChannelPolicyResponse', getChannelPolicyResponse_httpStatus - The response's http status code.

DescribeVodSource

data DescribeVodSource Source #

See: newDescribeVodSource smart constructor.

Instances

Instances details
Eq DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Read DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Show DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Generic DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Associated Types

type Rep DescribeVodSource :: Type -> Type #

NFData DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Methods

rnf :: DescribeVodSource -> () #

Hashable DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

AWSRequest DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Associated Types

type AWSResponse DescribeVodSource #

ToHeaders DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

ToPath DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

ToQuery DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

type Rep DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

type Rep DescribeVodSource = D1 ('MetaData "DescribeVodSource" "Amazonka.MediaTailor.DescribeVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeVodSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

newDescribeVodSource Source #

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:

$sel:sourceLocationName:DescribeVodSource', describeVodSource_sourceLocationName - The identifier for the source location you are working on.

$sel:vodSourceName:DescribeVodSource', describeVodSource_vodSourceName - The identifier for the VOD source you are working on.

data DescribeVodSourceResponse Source #

See: newDescribeVodSourceResponse smart constructor.

Instances

Instances details
Eq DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Read DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Show DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Generic DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Associated Types

type Rep DescribeVodSourceResponse :: Type -> Type #

NFData DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

type Rep DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

type Rep DescribeVodSourceResponse = D1 ('MetaData "DescribeVodSourceResponse" "Amazonka.MediaTailor.DescribeVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeVodSourceResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HttpPackageConfiguration])) :*: S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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:

$sel:creationTime:DescribeVodSourceResponse', describeVodSourceResponse_creationTime - The timestamp that indicates when the VOD source was created.

$sel:sourceLocationName:DescribeVodSource', describeVodSourceResponse_sourceLocationName - The name of the source location associated with the VOD source.

$sel:arn:DescribeVodSourceResponse', describeVodSourceResponse_arn - The ARN of the VOD source.

$sel:lastModifiedTime:DescribeVodSourceResponse', describeVodSourceResponse_lastModifiedTime - The ARN for the VOD source.

$sel:httpPackageConfigurations:DescribeVodSourceResponse', describeVodSourceResponse_httpPackageConfigurations - The HTTP package configurations.

$sel:vodSourceName:DescribeVodSource', describeVodSourceResponse_vodSourceName - The name of the VOD source.

$sel:tags:DescribeVodSourceResponse', describeVodSourceResponse_tags - The tags assigned to the VOD source.

$sel:httpStatus:DescribeVodSourceResponse', describeVodSourceResponse_httpStatus - The response's http status code.

DescribeSourceLocation

data DescribeSourceLocation Source #

See: newDescribeSourceLocation smart constructor.

Instances

Instances details
Eq DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Read DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Show DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Generic DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Associated Types

type Rep DescribeSourceLocation :: Type -> Type #

NFData DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Methods

rnf :: DescribeSourceLocation -> () #

Hashable DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

AWSRequest DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Associated Types

type AWSResponse DescribeSourceLocation #

ToHeaders DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

ToPath DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

ToQuery DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

type Rep DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

type Rep DescribeSourceLocation = D1 ('MetaData "DescribeSourceLocation" "Amazonka.MediaTailor.DescribeSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeSourceLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

newDescribeSourceLocation Source #

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:

$sel:sourceLocationName:DescribeSourceLocation', describeSourceLocation_sourceLocationName - The identifier for the source location you are working on.

data DescribeSourceLocationResponse Source #

See: newDescribeSourceLocationResponse smart constructor.

Instances

Instances details
Eq DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Read DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Show DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Generic DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Associated Types

type Rep DescribeSourceLocationResponse :: Type -> Type #

NFData DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

type Rep DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

type Rep DescribeSourceLocationResponse = D1 ('MetaData "DescribeSourceLocationResponse" "Amazonka.MediaTailor.DescribeSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeSourceLocationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpConfiguration)))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "accessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessConfiguration))) :*: (S1 ('MetaSel ('Just "defaultSegmentDeliveryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSegmentDeliveryConfiguration)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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:

$sel:creationTime:DescribeSourceLocationResponse', describeSourceLocationResponse_creationTime - The timestamp that indicates when the source location was created.

$sel:sourceLocationName:DescribeSourceLocation', describeSourceLocationResponse_sourceLocationName - The name of the source location.

$sel:arn:DescribeSourceLocationResponse', describeSourceLocationResponse_arn - The ARN of the source location.

$sel:httpConfiguration:DescribeSourceLocationResponse', describeSourceLocationResponse_httpConfiguration - The HTTP package configuration settings for the source location.

$sel:lastModifiedTime:DescribeSourceLocationResponse', describeSourceLocationResponse_lastModifiedTime - The timestamp that indicates when the source location was last modified.

$sel:accessConfiguration:DescribeSourceLocationResponse', describeSourceLocationResponse_accessConfiguration - The access configuration for the source location.

$sel:defaultSegmentDeliveryConfiguration:DescribeSourceLocationResponse', describeSourceLocationResponse_defaultSegmentDeliveryConfiguration - The default segment delivery configuration settings.

$sel:tags:DescribeSourceLocationResponse', describeSourceLocationResponse_tags - The tags assigned to the source location.

$sel:httpStatus:DescribeSourceLocationResponse', describeSourceLocationResponse_httpStatus - The response's http status code.

GetPrefetchSchedule

data GetPrefetchSchedule Source #

See: newGetPrefetchSchedule smart constructor.

Instances

Instances details
Eq GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

Read GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

Show GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

Generic GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

Associated Types

type Rep GetPrefetchSchedule :: Type -> Type #

NFData GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

Methods

rnf :: GetPrefetchSchedule -> () #

Hashable GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

AWSRequest GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

Associated Types

type AWSResponse GetPrefetchSchedule #

ToHeaders GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

ToPath GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

ToQuery GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

type Rep GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

type Rep GetPrefetchSchedule = D1 ('MetaData "GetPrefetchSchedule" "Amazonka.MediaTailor.GetPrefetchSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "GetPrefetchSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetPrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

newGetPrefetchSchedule Source #

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:

$sel:name:GetPrefetchSchedule', getPrefetchSchedule_name - The identifier for the playback configuration.

$sel:playbackConfigurationName:GetPrefetchSchedule', getPrefetchSchedule_playbackConfigurationName - The name of the playback configuration.

data GetPrefetchScheduleResponse Source #

See: newGetPrefetchScheduleResponse smart constructor.

Instances

Instances details
Eq GetPrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

Read GetPrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

Show GetPrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

Generic GetPrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

Associated Types

type Rep GetPrefetchScheduleResponse :: Type -> Type #

NFData GetPrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

type Rep GetPrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPrefetchSchedule

type Rep GetPrefetchScheduleResponse = D1 ('MetaData "GetPrefetchScheduleResponse" "Amazonka.MediaTailor.GetPrefetchSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "GetPrefetchScheduleResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "retrieval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrefetchRetrieval)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "consumption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrefetchConsumption))) :*: (S1 ('MetaSel ('Just "streamId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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:

$sel:arn:GetPrefetchScheduleResponse', getPrefetchScheduleResponse_arn - The Amazon Resource Name (ARN) of the prefetch schedule.

$sel:playbackConfigurationName:GetPrefetchSchedule', getPrefetchScheduleResponse_playbackConfigurationName - The name of the playback configuration to create the prefetch schedule for.

$sel:retrieval:GetPrefetchScheduleResponse', getPrefetchScheduleResponse_retrieval - A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).

$sel:name: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.

$sel:consumption: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.

$sel:streamId: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.

CreateProgram

data CreateProgram Source #

See: newCreateProgram smart constructor.

Instances

Instances details
Eq CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Read CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Show CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Generic CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Associated Types

type Rep CreateProgram :: Type -> Type #

NFData CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Methods

rnf :: CreateProgram -> () #

Hashable CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

ToJSON CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

AWSRequest CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Associated Types

type AWSResponse CreateProgram #

ToHeaders CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

ToPath CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

ToQuery CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

type Rep CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

type Rep CreateProgram = D1 ('MetaData "CreateProgram" "Amazonka.MediaTailor.CreateProgram" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CreateProgram'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "adBreaks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdBreak])) :*: (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "programName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "scheduleConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleConfiguration) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

newCreateProgram Source #

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:

$sel:adBreaks:CreateProgram', createProgram_adBreaks - The ad break configuration settings.

$sel:channelName:CreateProgram', createProgram_channelName - The identifier for the channel you are working on.

$sel:programName:CreateProgram', createProgram_programName - The identifier for the program you are working on.

$sel:vodSourceName:CreateProgram', createProgram_vodSourceName - The name that's used to refer to a VOD source.

$sel:scheduleConfiguration:CreateProgram', createProgram_scheduleConfiguration - The schedule configuration settings.

$sel:sourceLocationName:CreateProgram', createProgram_sourceLocationName - The name of the source location.

data CreateProgramResponse Source #

See: newCreateProgramResponse smart constructor.

Instances

Instances details
Eq CreateProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Read CreateProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Show CreateProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Generic CreateProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Associated Types

type Rep CreateProgramResponse :: Type -> Type #

NFData CreateProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

Methods

rnf :: CreateProgramResponse -> () #

type Rep CreateProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateProgram

type Rep CreateProgramResponse = D1 ('MetaData "CreateProgramResponse" "Amazonka.MediaTailor.CreateProgram" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CreateProgramResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "programName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "adBreaks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdBreak])) :*: S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduledStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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:

$sel:creationTime:CreateProgramResponse', createProgramResponse_creationTime - The timestamp of when the program was created.

$sel:sourceLocationName:CreateProgram', createProgramResponse_sourceLocationName - The source location name.

$sel:arn:CreateProgramResponse', createProgramResponse_arn - The ARN of the program.

$sel:programName:CreateProgram', createProgramResponse_programName - The name of the program.

$sel:adBreaks:CreateProgram', createProgramResponse_adBreaks - The ad break configuration settings.

$sel:channelName:CreateProgram', createProgramResponse_channelName - The name of the channel that the program belongs to.

$sel:scheduledStartTime:CreateProgramResponse', createProgramResponse_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.

$sel:vodSourceName: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.

StartChannel

data StartChannel Source #

See: newStartChannel smart constructor.

Constructors

StartChannel' Text 

Instances

Instances details
Eq StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Read StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Show StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Generic StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Associated Types

type Rep StartChannel :: Type -> Type #

NFData StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Methods

rnf :: StartChannel -> () #

Hashable StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

ToJSON StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

AWSRequest StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Associated Types

type AWSResponse StartChannel #

ToHeaders StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

ToPath StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

ToQuery StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

type Rep StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

type Rep StartChannel = D1 ('MetaData "StartChannel" "Amazonka.MediaTailor.StartChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "StartChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

newStartChannel Source #

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:

$sel:channelName:StartChannel', startChannel_channelName - The identifier for the channel you are working on.

data StartChannelResponse Source #

See: newStartChannelResponse smart constructor.

Instances

Instances details
Eq StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Read StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Show StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Generic StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Associated Types

type Rep StartChannelResponse :: Type -> Type #

NFData StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Methods

rnf :: StartChannelResponse -> () #

type Rep StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

type Rep StartChannelResponse = D1 ('MetaData "StartChannelResponse" "Amazonka.MediaTailor.StartChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "StartChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartChannelResponse Source #

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.

ListPlaybackConfigurations (Paginated)

data ListPlaybackConfigurations Source #

See: newListPlaybackConfigurations smart constructor.

Instances

Instances details
Eq ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

Read ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

Show ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

Generic ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

Associated Types

type Rep ListPlaybackConfigurations :: Type -> Type #

NFData ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

Hashable ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

AWSPager ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

AWSRequest ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

ToHeaders ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

ToPath ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

ToQuery ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

type Rep ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

type Rep ListPlaybackConfigurations = D1 ('MetaData "ListPlaybackConfigurations" "Amazonka.MediaTailor.ListPlaybackConfigurations" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListPlaybackConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListPlaybackConfigurations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

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:nextToken:ListPlaybackConfigurations', listPlaybackConfigurations_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:maxResults:ListPlaybackConfigurations', listPlaybackConfigurations_maxResults - Maximum number of records to return.

data ListPlaybackConfigurationsResponse Source #

Instances

Instances details
Eq ListPlaybackConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

Read ListPlaybackConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

Show ListPlaybackConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

Generic ListPlaybackConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

Associated Types

type Rep ListPlaybackConfigurationsResponse :: Type -> Type #

NFData ListPlaybackConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

type Rep ListPlaybackConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListPlaybackConfigurations

type Rep ListPlaybackConfigurationsResponse = D1 ('MetaData "ListPlaybackConfigurationsResponse" "Amazonka.MediaTailor.ListPlaybackConfigurations" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListPlaybackConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlaybackConfiguration])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPlaybackConfigurationsResponse Source #

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.

$sel:nextToken: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.

DeletePlaybackConfiguration

data DeletePlaybackConfiguration Source #

See: newDeletePlaybackConfiguration smart constructor.

Instances

Instances details
Eq DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Read DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Show DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Generic DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Associated Types

type Rep DeletePlaybackConfiguration :: Type -> Type #

NFData DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Hashable DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

AWSRequest DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

ToHeaders DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

ToPath DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

ToQuery DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

type Rep DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

type Rep DeletePlaybackConfiguration = D1 ('MetaData "DeletePlaybackConfiguration" "Amazonka.MediaTailor.DeletePlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeletePlaybackConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

newDeletePlaybackConfiguration Source #

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:

$sel:name:DeletePlaybackConfiguration', deletePlaybackConfiguration_name - The identifier for the playback configuration.

data DeletePlaybackConfigurationResponse Source #

Instances

Instances details
Eq DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Read DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Show DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Generic DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

NFData DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

type Rep DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

type Rep DeletePlaybackConfigurationResponse = D1 ('MetaData "DeletePlaybackConfigurationResponse" "Amazonka.MediaTailor.DeletePlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeletePlaybackConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePlaybackConfigurationResponse Source #

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.

PutPlaybackConfiguration

data PutPlaybackConfiguration Source #

See: newPutPlaybackConfiguration smart constructor.

Instances

Instances details
Eq PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

Read PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

Show PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

Generic PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

Associated Types

type Rep PutPlaybackConfiguration :: Type -> Type #

NFData PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

Hashable PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

ToJSON PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

AWSRequest PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

ToHeaders PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

ToPath PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

ToQuery PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

type Rep PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

type Rep PutPlaybackConfiguration = D1 ('MetaData "PutPlaybackConfiguration" "Amazonka.MediaTailor.PutPlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PutPlaybackConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "personalizationThresholdSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "availSuppression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailSuppression)) :*: S1 ('MetaSel ('Just "bumper") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bumper)))) :*: ((S1 ('MetaSel ('Just "adDecisionServerUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "videoContentSourceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dashConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashConfigurationForPut)) :*: S1 ('MetaSel ('Just "manifestProcessingRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManifestProcessingRules))))) :*: ((S1 ('MetaSel ('Just "livePreRollConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LivePreRollConfiguration)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationAliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (HashMap Text Text)))))) :*: ((S1 ('MetaSel ('Just "transcodeProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "slateAdUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cdnConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CdnConfiguration)))))))
type AWSResponse PutPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

newPutPlaybackConfiguration :: PutPlaybackConfiguration Source #

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:

$sel:personalizationThresholdSeconds: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.

$sel:availSuppression:PutPlaybackConfiguration', putPlaybackConfiguration_availSuppression - The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

$sel:bumper: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.

$sel:adDecisionServerUrl: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.

$sel:videoContentSourceUrl:PutPlaybackConfiguration', putPlaybackConfiguration_videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

$sel:dashConfiguration:PutPlaybackConfiguration', putPlaybackConfiguration_dashConfiguration - The configuration for DASH content.

$sel:manifestProcessingRules:PutPlaybackConfiguration', putPlaybackConfiguration_manifestProcessingRules - The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

$sel:livePreRollConfiguration:PutPlaybackConfiguration', putPlaybackConfiguration_livePreRollConfiguration - The configuration for pre-roll ad insertion.

$sel:name:PutPlaybackConfiguration', putPlaybackConfiguration_name - The identifier for the playback configuration.

$sel:configurationAliases:PutPlaybackConfiguration', putPlaybackConfiguration_configurationAliases - The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

$sel:transcodeProfileName: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.

$sel:tags:PutPlaybackConfiguration', putPlaybackConfiguration_tags - The tags to assign to the playback configuration.

$sel:slateAdUrl: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.

$sel:cdnConfiguration:PutPlaybackConfiguration', putPlaybackConfiguration_cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

data PutPlaybackConfigurationResponse Source #

See: newPutPlaybackConfigurationResponse smart constructor.

Instances

Instances details
Eq PutPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

Read PutPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

Show PutPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

Generic PutPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

Associated Types

type Rep PutPlaybackConfigurationResponse :: Type -> Type #

NFData PutPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

type Rep PutPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutPlaybackConfiguration

type Rep PutPlaybackConfigurationResponse = D1 ('MetaData "PutPlaybackConfigurationResponse" "Amazonka.MediaTailor.PutPlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PutPlaybackConfigurationResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "playbackEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hlsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsConfiguration))) :*: (S1 ('MetaSel ('Just "personalizationThresholdSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "playbackConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "availSuppression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailSuppression))))) :*: ((S1 ('MetaSel ('Just "bumper") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bumper)) :*: S1 ('MetaSel ('Just "adDecisionServerUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "videoContentSourceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dashConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashConfiguration)) :*: S1 ('MetaSel ('Just "manifestProcessingRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManifestProcessingRules)))))) :*: (((S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogConfiguration)) :*: S1 ('MetaSel ('Just "livePreRollConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LivePreRollConfiguration))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sessionInitializationEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationAliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (HashMap Text Text))))))) :*: ((S1 ('MetaSel ('Just "transcodeProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "slateAdUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cdnConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CdnConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

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:

$sel:playbackEndpointPrefix:PutPlaybackConfigurationResponse', putPlaybackConfigurationResponse_playbackEndpointPrefix - The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.

$sel:hlsConfiguration:PutPlaybackConfigurationResponse', putPlaybackConfigurationResponse_hlsConfiguration - The configuration for HLS content.

$sel:personalizationThresholdSeconds: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.

$sel:playbackConfigurationArn:PutPlaybackConfigurationResponse', putPlaybackConfigurationResponse_playbackConfigurationArn - The Amazon Resource Name (ARN) for the playback configuration.

$sel:availSuppression:PutPlaybackConfiguration', putPlaybackConfigurationResponse_availSuppression - The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

$sel:bumper: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.

$sel:adDecisionServerUrl: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.

$sel:videoContentSourceUrl:PutPlaybackConfiguration', putPlaybackConfigurationResponse_videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

$sel:dashConfiguration:PutPlaybackConfiguration', putPlaybackConfigurationResponse_dashConfiguration - The configuration for DASH content.

$sel:manifestProcessingRules:PutPlaybackConfiguration', putPlaybackConfigurationResponse_manifestProcessingRules - The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

$sel:logConfiguration:PutPlaybackConfigurationResponse', putPlaybackConfigurationResponse_logConfiguration - The Amazon CloudWatch log settings for a playback configuration.

$sel:livePreRollConfiguration:PutPlaybackConfiguration', putPlaybackConfigurationResponse_livePreRollConfiguration - The configuration for pre-roll ad insertion.

$sel:name:PutPlaybackConfiguration', putPlaybackConfigurationResponse_name - The identifier for the playback configuration.

$sel:sessionInitializationEndpointPrefix:PutPlaybackConfigurationResponse', putPlaybackConfigurationResponse_sessionInitializationEndpointPrefix - The URL that the player uses to initialize a session that uses client-side reporting.

$sel:configurationAliases:PutPlaybackConfiguration', putPlaybackConfigurationResponse_configurationAliases - The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

$sel:transcodeProfileName: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.

$sel:tags:PutPlaybackConfiguration', putPlaybackConfigurationResponse_tags - The tags assigned to the playback configuration.

$sel:slateAdUrl: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 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:cdnConfiguration:PutPlaybackConfiguration', putPlaybackConfigurationResponse_cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

$sel:httpStatus:PutPlaybackConfigurationResponse', putPlaybackConfigurationResponse_httpStatus - The response's http status code.

ListSourceLocations (Paginated)

data ListSourceLocations Source #

See: newListSourceLocations smart constructor.

Instances

Instances details
Eq ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

Read ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

Show ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

Generic ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

Associated Types

type Rep ListSourceLocations :: Type -> Type #

NFData ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

Methods

rnf :: ListSourceLocations -> () #

Hashable ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

AWSPager ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

AWSRequest ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

Associated Types

type AWSResponse ListSourceLocations #

ToHeaders ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

ToPath ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

ToQuery ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

type Rep ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

type Rep ListSourceLocations = D1 ('MetaData "ListSourceLocations" "Amazonka.MediaTailor.ListSourceLocations" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListSourceLocations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListSourceLocations Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

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:nextToken:ListSourceLocations', listSourceLocations_nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.

$sel:maxResults:ListSourceLocations', listSourceLocations_maxResults - Upper bound on number of records to return. The maximum number of results is 100.

data ListSourceLocationsResponse Source #

See: newListSourceLocationsResponse smart constructor.

Instances

Instances details
Eq ListSourceLocationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

Read ListSourceLocationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

Show ListSourceLocationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

Generic ListSourceLocationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

Associated Types

type Rep ListSourceLocationsResponse :: Type -> Type #

NFData ListSourceLocationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

type Rep ListSourceLocationsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListSourceLocations

type Rep ListSourceLocationsResponse = D1 ('MetaData "ListSourceLocationsResponse" "Amazonka.MediaTailor.ListSourceLocations" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListSourceLocationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SourceLocation])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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 - An array of source locations.

$sel:nextToken:ListSourceLocations', listSourceLocationsResponse_nextToken - Pagination token from the list request. Use the token to fetch the next page of results.

$sel:httpStatus:ListSourceLocationsResponse', listSourceLocationsResponse_httpStatus - The response's http status code.

UpdateSourceLocation

data UpdateSourceLocation Source #

See: newUpdateSourceLocation smart constructor.

Instances

Instances details
Eq UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Read UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Show UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Generic UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Associated Types

type Rep UpdateSourceLocation :: Type -> Type #

NFData UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Methods

rnf :: UpdateSourceLocation -> () #

Hashable UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

ToJSON UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

AWSRequest UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Associated Types

type AWSResponse UpdateSourceLocation #

ToHeaders UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

ToPath UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

ToQuery UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

type Rep UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

type Rep UpdateSourceLocation = D1 ('MetaData "UpdateSourceLocation" "Amazonka.MediaTailor.UpdateSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UpdateSourceLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessConfiguration)) :*: S1 ('MetaSel ('Just "defaultSegmentDeliveryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSegmentDeliveryConfiguration))) :*: (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HttpConfiguration))))
type AWSResponse UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

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:

$sel:accessConfiguration:UpdateSourceLocation', updateSourceLocation_accessConfiguration - Access configuration parameters. Configures the type of authentication used to access content from your source location.

$sel:defaultSegmentDeliveryConfiguration:UpdateSourceLocation', updateSourceLocation_defaultSegmentDeliveryConfiguration - The optional configuration for the host server that serves segments.

$sel:sourceLocationName:UpdateSourceLocation', updateSourceLocation_sourceLocationName - The identifier for the source location you are working on.

$sel:httpConfiguration:UpdateSourceLocation', updateSourceLocation_httpConfiguration - The HTTP configuration for the source location.

data UpdateSourceLocationResponse Source #

See: newUpdateSourceLocationResponse smart constructor.

Instances

Instances details
Eq UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Read UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Show UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Generic UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Associated Types

type Rep UpdateSourceLocationResponse :: Type -> Type #

NFData UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

type Rep UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

type Rep UpdateSourceLocationResponse = D1 ('MetaData "UpdateSourceLocationResponse" "Amazonka.MediaTailor.UpdateSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UpdateSourceLocationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpConfiguration)))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "accessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessConfiguration))) :*: (S1 ('MetaSel ('Just "defaultSegmentDeliveryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSegmentDeliveryConfiguration)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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:

$sel:creationTime:UpdateSourceLocationResponse', updateSourceLocationResponse_creationTime - The timestamp that indicates when the source location was created.

$sel:sourceLocationName:UpdateSourceLocation', updateSourceLocationResponse_sourceLocationName - The name of the source location.

$sel:arn:UpdateSourceLocationResponse', updateSourceLocationResponse_arn - The ARN of the source location.

$sel:httpConfiguration:UpdateSourceLocation', updateSourceLocationResponse_httpConfiguration - The HTTP package configuration settings for the source location.

$sel:lastModifiedTime:UpdateSourceLocationResponse', updateSourceLocationResponse_lastModifiedTime - The timestamp that indicates when the source location was last modified.

$sel:accessConfiguration:UpdateSourceLocation', updateSourceLocationResponse_accessConfiguration - The access configuration for the source location.

$sel:defaultSegmentDeliveryConfiguration:UpdateSourceLocation', updateSourceLocationResponse_defaultSegmentDeliveryConfiguration - The default segment delivery configuration settings.

$sel:tags:UpdateSourceLocationResponse', updateSourceLocationResponse_tags - The tags assigned to the source location.

$sel:httpStatus:UpdateSourceLocationResponse', updateSourceLocationResponse_httpStatus - The response's http status code.

DeleteSourceLocation

data DeleteSourceLocation Source #

See: newDeleteSourceLocation smart constructor.

Instances

Instances details
Eq DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

Read DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

Show DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

Generic DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

Associated Types

type Rep DeleteSourceLocation :: Type -> Type #

NFData DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

Methods

rnf :: DeleteSourceLocation -> () #

Hashable DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

AWSRequest DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

Associated Types

type AWSResponse DeleteSourceLocation #

ToHeaders DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

ToPath DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

ToQuery DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

type Rep DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

type Rep DeleteSourceLocation = D1 ('MetaData "DeleteSourceLocation" "Amazonka.MediaTailor.DeleteSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeleteSourceLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

newDeleteSourceLocation Source #

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:

$sel:sourceLocationName:DeleteSourceLocation', deleteSourceLocation_sourceLocationName - The identifier for the source location you are working on.

data DeleteSourceLocationResponse Source #

See: newDeleteSourceLocationResponse smart constructor.

Instances

Instances details
Eq DeleteSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

Read DeleteSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

Show DeleteSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

Generic DeleteSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

Associated Types

type Rep DeleteSourceLocationResponse :: Type -> Type #

NFData DeleteSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

type Rep DeleteSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteSourceLocation

type Rep DeleteSourceLocationResponse = D1 ('MetaData "DeleteSourceLocationResponse" "Amazonka.MediaTailor.DeleteSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeleteSourceLocationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

GetPlaybackConfiguration

data GetPlaybackConfiguration Source #

See: newGetPlaybackConfiguration smart constructor.

Instances

Instances details
Eq GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

Read GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

Show GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

Generic GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

Associated Types

type Rep GetPlaybackConfiguration :: Type -> Type #

NFData GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

Hashable GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

AWSRequest GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

ToHeaders GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

ToPath GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

ToQuery GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

type Rep GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

type Rep GetPlaybackConfiguration = D1 ('MetaData "GetPlaybackConfiguration" "Amazonka.MediaTailor.GetPlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "GetPlaybackConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

newGetPlaybackConfiguration Source #

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:

$sel:name:GetPlaybackConfiguration', getPlaybackConfiguration_name - The identifier for the playback configuration.

data GetPlaybackConfigurationResponse Source #

See: newGetPlaybackConfigurationResponse smart constructor.

Instances

Instances details
Eq GetPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

Read GetPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

Show GetPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

Generic GetPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

Associated Types

type Rep GetPlaybackConfigurationResponse :: Type -> Type #

NFData GetPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

type Rep GetPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetPlaybackConfiguration

type Rep GetPlaybackConfigurationResponse = D1 ('MetaData "GetPlaybackConfigurationResponse" "Amazonka.MediaTailor.GetPlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "GetPlaybackConfigurationResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "playbackEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hlsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsConfiguration))) :*: (S1 ('MetaSel ('Just "personalizationThresholdSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "playbackConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "availSuppression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailSuppression))))) :*: ((S1 ('MetaSel ('Just "bumper") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bumper)) :*: S1 ('MetaSel ('Just "adDecisionServerUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "videoContentSourceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dashConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashConfiguration)) :*: S1 ('MetaSel ('Just "manifestProcessingRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManifestProcessingRules)))))) :*: (((S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogConfiguration)) :*: S1 ('MetaSel ('Just "livePreRollConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LivePreRollConfiguration))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sessionInitializationEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationAliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (HashMap Text Text))))))) :*: ((S1 ('MetaSel ('Just "transcodeProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "slateAdUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cdnConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CdnConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

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:

$sel:playbackEndpointPrefix:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_playbackEndpointPrefix - The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.

$sel:hlsConfiguration:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_hlsConfiguration - The configuration for HLS content.

$sel:personalizationThresholdSeconds: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.

$sel:playbackConfigurationArn:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_playbackConfigurationArn - The Amazon Resource Name (ARN) for the playback configuration.

$sel:availSuppression:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_availSuppression - The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

$sel:bumper: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.

$sel:adDecisionServerUrl: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.

$sel:videoContentSourceUrl:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

$sel:dashConfiguration:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_dashConfiguration - The configuration for DASH content.

$sel:manifestProcessingRules:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_manifestProcessingRules - The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

$sel:logConfiguration:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_logConfiguration - The Amazon CloudWatch log settings for a playback configuration.

$sel:livePreRollConfiguration:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_livePreRollConfiguration - The configuration for pre-roll ad insertion.

$sel:name:GetPlaybackConfiguration', getPlaybackConfigurationResponse_name - The identifier for the playback configuration.

$sel:sessionInitializationEndpointPrefix:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_sessionInitializationEndpointPrefix - The URL that the player uses to initialize a session that uses client-side reporting.

$sel:configurationAliases:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_configurationAliases - The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

$sel:transcodeProfileName: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.

$sel:tags:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_tags - The tags assigned to the playback configuration.

$sel:slateAdUrl: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.

$sel:cdnConfiguration:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

$sel:httpStatus:GetPlaybackConfigurationResponse', getPlaybackConfigurationResponse_httpStatus - The response's http status code.

DeleteVodSource

data DeleteVodSource Source #

See: newDeleteVodSource smart constructor.

Constructors

DeleteVodSource' Text Text 

Instances

Instances details
Eq DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Read DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Show DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Generic DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Associated Types

type Rep DeleteVodSource :: Type -> Type #

NFData DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Methods

rnf :: DeleteVodSource -> () #

Hashable DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

AWSRequest DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Associated Types

type AWSResponse DeleteVodSource #

ToHeaders DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

ToPath DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

ToQuery DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

type Rep DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

type Rep DeleteVodSource = D1 ('MetaData "DeleteVodSource" "Amazonka.MediaTailor.DeleteVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeleteVodSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

newDeleteVodSource Source #

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:

$sel:sourceLocationName:DeleteVodSource', deleteVodSource_sourceLocationName - The identifier for the source location you are working on.

$sel:vodSourceName:DeleteVodSource', deleteVodSource_vodSourceName - The identifier for the VOD source you are working on.

data DeleteVodSourceResponse Source #

See: newDeleteVodSourceResponse smart constructor.

Instances

Instances details
Eq DeleteVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Read DeleteVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Show DeleteVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Generic DeleteVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Associated Types

type Rep DeleteVodSourceResponse :: Type -> Type #

NFData DeleteVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

Methods

rnf :: DeleteVodSourceResponse -> () #

type Rep DeleteVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteVodSource

type Rep DeleteVodSourceResponse = D1 ('MetaData "DeleteVodSourceResponse" "Amazonka.MediaTailor.DeleteVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeleteVodSourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

UpdateVodSource

data UpdateVodSource Source #

See: newUpdateVodSource smart constructor.

Instances

Instances details
Eq UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Read UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Show UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Generic UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Associated Types

type Rep UpdateVodSource :: Type -> Type #

NFData UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Methods

rnf :: UpdateVodSource -> () #

Hashable UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

ToJSON UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

AWSRequest UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Associated Types

type AWSResponse UpdateVodSource #

ToHeaders UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

ToPath UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

ToQuery UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

type Rep UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

type Rep UpdateVodSource = D1 ('MetaData "UpdateVodSource" "Amazonka.MediaTailor.UpdateVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UpdateVodSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HttpPackageConfiguration]))))
type AWSResponse UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

newUpdateVodSource Source #

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:

$sel:sourceLocationName:UpdateVodSource', updateVodSource_sourceLocationName - The identifier for the source location you are working on.

$sel:vodSourceName:UpdateVodSource', updateVodSource_vodSourceName - The identifier for the VOD source you are working on.

$sel:httpPackageConfigurations:UpdateVodSource', updateVodSource_httpPackageConfigurations - An array of HTTP package configurations for the VOD source on this account.

data UpdateVodSourceResponse Source #

See: newUpdateVodSourceResponse smart constructor.

Instances

Instances details
Eq UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Read UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Show UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Generic UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Associated Types

type Rep UpdateVodSourceResponse :: Type -> Type #

NFData UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Methods

rnf :: UpdateVodSourceResponse -> () #

type Rep UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

type Rep UpdateVodSourceResponse = D1 ('MetaData "UpdateVodSourceResponse" "Amazonka.MediaTailor.UpdateVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UpdateVodSourceResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HttpPackageConfiguration])) :*: S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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:

$sel:creationTime:UpdateVodSourceResponse', updateVodSourceResponse_creationTime - The timestamp that indicates when the VOD source was created.

$sel:sourceLocationName:UpdateVodSource', updateVodSourceResponse_sourceLocationName - The name of the source location associated with the VOD source.

$sel:arn:UpdateVodSourceResponse', updateVodSourceResponse_arn - The ARN of the VOD source.

$sel:lastModifiedTime:UpdateVodSourceResponse', updateVodSourceResponse_lastModifiedTime - The ARN for the VOD source.

$sel:httpPackageConfigurations:UpdateVodSource', updateVodSourceResponse_httpPackageConfigurations - The HTTP package configurations.

$sel:vodSourceName:UpdateVodSource', updateVodSourceResponse_vodSourceName - The name of the VOD source.

$sel:tags:UpdateVodSourceResponse', updateVodSourceResponse_tags - The tags assigned to the VOD source.

$sel:httpStatus:UpdateVodSourceResponse', updateVodSourceResponse_httpStatus - The response's http status code.

CreateVodSource

data CreateVodSource Source #

See: newCreateVodSource smart constructor.

Instances

Instances details
Eq CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Read CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Show CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Generic CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Associated Types

type Rep CreateVodSource :: Type -> Type #

NFData CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Methods

rnf :: CreateVodSource -> () #

Hashable CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

ToJSON CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

AWSRequest CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Associated Types

type AWSResponse CreateVodSource #

ToHeaders CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

ToPath CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

ToQuery CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

type Rep CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

type Rep CreateVodSource = D1 ('MetaData "CreateVodSource" "Amazonka.MediaTailor.CreateVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CreateVodSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HttpPackageConfiguration]))))
type AWSResponse CreateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

newCreateVodSource Source #

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:

$sel:tags:CreateVodSource', createVodSource_tags - The tags to assign to the VOD source.

$sel:sourceLocationName:CreateVodSource', createVodSource_sourceLocationName - The identifier for the source location you are working on.

$sel:vodSourceName:CreateVodSource', createVodSource_vodSourceName - The identifier for the VOD source you are working on.

$sel:httpPackageConfigurations:CreateVodSource', createVodSource_httpPackageConfigurations - An array of HTTP package configuration parameters for this VOD source.

data CreateVodSourceResponse Source #

See: newCreateVodSourceResponse smart constructor.

Instances

Instances details
Eq CreateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Read CreateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Show CreateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Generic CreateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Associated Types

type Rep CreateVodSourceResponse :: Type -> Type #

NFData CreateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

Methods

rnf :: CreateVodSourceResponse -> () #

type Rep CreateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateVodSource

type Rep CreateVodSourceResponse = D1 ('MetaData "CreateVodSourceResponse" "Amazonka.MediaTailor.CreateVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CreateVodSourceResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HttpPackageConfiguration])) :*: S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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:

$sel:creationTime:CreateVodSourceResponse', createVodSourceResponse_creationTime - The timestamp that indicates when the VOD source was created.

$sel:sourceLocationName:CreateVodSource', createVodSourceResponse_sourceLocationName - The name of the source location associated with the VOD source.

$sel:arn:CreateVodSourceResponse', createVodSourceResponse_arn - The ARN of the VOD source.

$sel:lastModifiedTime:CreateVodSourceResponse', createVodSourceResponse_lastModifiedTime - The ARN for the VOD source.

$sel:httpPackageConfigurations:CreateVodSource', createVodSourceResponse_httpPackageConfigurations - The HTTP package configurations.

$sel:vodSourceName:CreateVodSource', createVodSourceResponse_vodSourceName - The name of the VOD source.

$sel:tags:CreateVodSource', createVodSourceResponse_tags - The tags assigned to the VOD source.

$sel:httpStatus:CreateVodSourceResponse', createVodSourceResponse_httpStatus - The response's http status code.

CreateChannel

data CreateChannel Source #

See: newCreateChannel smart constructor.

Instances

Instances details
Eq CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Read CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Show CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Generic CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Associated Types

type Rep CreateChannel :: Type -> Type #

NFData CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Methods

rnf :: CreateChannel -> () #

Hashable CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

ToJSON CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

AWSRequest CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Associated Types

type AWSResponse CreateChannel #

ToHeaders CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

ToPath CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

ToQuery CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

type Rep CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

type Rep CreateChannel = D1 ('MetaData "CreateChannel" "Amazonka.MediaTailor.CreateChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CreateChannel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fillerSlate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SlateSource)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RequestOutputItem]) :*: S1 ('MetaSel ('Just "playbackMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PlaybackMode)))))
type AWSResponse CreateChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

newCreateChannel Source #

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:

$sel:fillerSlate:CreateChannel', createChannel_fillerSlate - The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses a LINEAR PlaybackMode.

$sel:tags:CreateChannel', createChannel_tags - The tags to assign to the channel.

$sel:channelName:CreateChannel', createChannel_channelName - The identifier for the channel you are working on.

$sel:outputs:CreateChannel', createChannel_outputs - The channel's output properties.

$sel:playbackMode: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.

Instances

Instances details
Eq CreateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Read CreateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Show CreateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Generic CreateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Associated Types

type Rep CreateChannelResponse :: Type -> Type #

NFData CreateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

Methods

rnf :: CreateChannelResponse -> () #

type Rep CreateChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.CreateChannel

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:

$sel:creationTime:CreateChannelResponse', createChannelResponse_creationTime - The timestamp of when the channel was created.

$sel:arn:CreateChannelResponse', createChannelResponse_arn - The ARN of the channel.

$sel:lastModifiedTime:CreateChannelResponse', createChannelResponse_lastModifiedTime - The timestamp of when the channel was last modified.

$sel:playbackMode:CreateChannel', createChannelResponse_playbackMode - The channel's playback mode.

$sel:channelName:CreateChannel', createChannelResponse_channelName - The name of the channel.

$sel:outputs:CreateChannel', createChannelResponse_outputs - The channel's output properties.

$sel:channelState:CreateChannelResponse', createChannelResponse_channelState - Indicates whether the channel is in a running state or not.

$sel:fillerSlate:CreateChannel', createChannelResponse_fillerSlate - Contains information about the slate used to fill gaps between programs in the schedule.

$sel:tags:CreateChannel', createChannelResponse_tags - The tags assigned to the channel.

$sel:httpStatus:CreateChannelResponse', createChannelResponse_httpStatus - The response's http status code.

DeleteChannelPolicy

data DeleteChannelPolicy Source #

See: newDeleteChannelPolicy smart constructor.

Instances

Instances details
Eq DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

Read DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

Show DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

Generic DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

Associated Types

type Rep DeleteChannelPolicy :: Type -> Type #

NFData DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

Methods

rnf :: DeleteChannelPolicy -> () #

Hashable DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

AWSRequest DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

Associated Types

type AWSResponse DeleteChannelPolicy #

ToHeaders DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

ToPath DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

ToQuery DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

type Rep DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

type Rep DeleteChannelPolicy = D1 ('MetaData "DeleteChannelPolicy" "Amazonka.MediaTailor.DeleteChannelPolicy" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeleteChannelPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

newDeleteChannelPolicy Source #

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:

$sel:channelName:DeleteChannelPolicy', deleteChannelPolicy_channelName - The identifier for the channel you are working on.

data DeleteChannelPolicyResponse Source #

See: newDeleteChannelPolicyResponse smart constructor.

Instances

Instances details
Eq DeleteChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

Read DeleteChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

Show DeleteChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

Generic DeleteChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

Associated Types

type Rep DeleteChannelPolicyResponse :: Type -> Type #

NFData DeleteChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

type Rep DeleteChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteChannelPolicy

type Rep DeleteChannelPolicyResponse = D1 ('MetaData "DeleteChannelPolicyResponse" "Amazonka.MediaTailor.DeleteChannelPolicy" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeleteChannelPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

PutChannelPolicy

data PutChannelPolicy Source #

See: newPutChannelPolicy smart constructor.

Instances

Instances details
Eq PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

Read PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

Show PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

Generic PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

Associated Types

type Rep PutChannelPolicy :: Type -> Type #

NFData PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

Methods

rnf :: PutChannelPolicy -> () #

Hashable PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

ToJSON PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

AWSRequest PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

Associated Types

type AWSResponse PutChannelPolicy #

ToHeaders PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

ToPath PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

ToQuery PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

type Rep PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

type Rep PutChannelPolicy = D1 ('MetaData "PutChannelPolicy" "Amazonka.MediaTailor.PutChannelPolicy" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PutChannelPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PutChannelPolicy Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

newPutChannelPolicy Source #

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:

$sel:channelName:PutChannelPolicy', putChannelPolicy_channelName - The identifier for the channel you are working on.

$sel:policy:PutChannelPolicy', putChannelPolicy_policy - Adds an IAM role that determines the permissions of your channel.

data PutChannelPolicyResponse Source #

See: newPutChannelPolicyResponse smart constructor.

Instances

Instances details
Eq PutChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

Read PutChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

Show PutChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

Generic PutChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

Associated Types

type Rep PutChannelPolicyResponse :: Type -> Type #

NFData PutChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

type Rep PutChannelPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.PutChannelPolicy

type Rep PutChannelPolicyResponse = D1 ('MetaData "PutChannelPolicyResponse" "Amazonka.MediaTailor.PutChannelPolicy" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PutChannelPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

DeleteProgram

data DeleteProgram Source #

See: newDeleteProgram smart constructor.

Constructors

DeleteProgram' Text Text 

Instances

Instances details
Eq DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Read DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Show DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Generic DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Associated Types

type Rep DeleteProgram :: Type -> Type #

NFData DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Methods

rnf :: DeleteProgram -> () #

Hashable DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

AWSRequest DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Associated Types

type AWSResponse DeleteProgram #

ToHeaders DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

ToPath DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

ToQuery DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

type Rep DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

type Rep DeleteProgram = D1 ('MetaData "DeleteProgram" "Amazonka.MediaTailor.DeleteProgram" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeleteProgram'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "programName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

newDeleteProgram Source #

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:

$sel:channelName:DeleteProgram', deleteProgram_channelName - The identifier for the channel you are working on.

$sel:programName:DeleteProgram', deleteProgram_programName - The identifier for the program you are working on.

data DeleteProgramResponse Source #

See: newDeleteProgramResponse smart constructor.

Instances

Instances details
Eq DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Read DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Show DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Generic DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Associated Types

type Rep DeleteProgramResponse :: Type -> Type #

NFData DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Methods

rnf :: DeleteProgramResponse -> () #

type Rep DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

type Rep DeleteProgramResponse = D1 ('MetaData "DeleteProgramResponse" "Amazonka.MediaTailor.DeleteProgram" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeleteProgramResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

GetChannelSchedule (Paginated)

data GetChannelSchedule Source #

See: newGetChannelSchedule smart constructor.

Instances

Instances details
Eq GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

Read GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

Show GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

Generic GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

Associated Types

type Rep GetChannelSchedule :: Type -> Type #

NFData GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

Methods

rnf :: GetChannelSchedule -> () #

Hashable GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

AWSPager GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

AWSRequest GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

Associated Types

type AWSResponse GetChannelSchedule #

ToHeaders GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

ToPath GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

ToQuery GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

type Rep GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

type Rep GetChannelSchedule = D1 ('MetaData "GetChannelSchedule" "Amazonka.MediaTailor.GetChannelSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "GetChannelSchedule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "durationMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetChannelSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

newGetChannelSchedule Source #

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:nextToken:GetChannelSchedule', getChannelSchedule_nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.

$sel:durationMinutes:GetChannelSchedule', getChannelSchedule_durationMinutes - The schedule duration in minutes. The maximum duration is 4320 minutes (three days).

$sel:maxResults:GetChannelSchedule', getChannelSchedule_maxResults - Upper bound on number of records to return. The maximum number of results is 100.

$sel:channelName:GetChannelSchedule', getChannelSchedule_channelName - The identifier for the channel you are working on.

data GetChannelScheduleResponse Source #

See: newGetChannelScheduleResponse smart constructor.

Instances

Instances details
Eq GetChannelScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

Read GetChannelScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

Show GetChannelScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

Generic GetChannelScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

Associated Types

type Rep GetChannelScheduleResponse :: Type -> Type #

NFData GetChannelScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

type Rep GetChannelScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.GetChannelSchedule

type Rep GetChannelScheduleResponse = D1 ('MetaData "GetChannelScheduleResponse" "Amazonka.MediaTailor.GetChannelSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "GetChannelScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScheduleEntry])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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 - An array of schedule entries for the channel.

$sel:nextToken:GetChannelSchedule', getChannelScheduleResponse_nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.

$sel:httpStatus:GetChannelScheduleResponse', getChannelScheduleResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.MediaTailor.TagResource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

newTagResource Source #

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:

$sel:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.

$sel:tags:TagResource', tagResource_tags - A comma-separated list of tag key:value pairs.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.MediaTailor.TagResource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newTagResourceResponse :: TagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ConfigureLogsForPlaybackConfiguration

data ConfigureLogsForPlaybackConfiguration Source #

Configures Amazon CloudWatch log settings for a playback configuration.

See: newConfigureLogsForPlaybackConfiguration smart constructor.

Instances

Instances details
Eq ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

Read ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

Show ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

Generic ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

NFData ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

Hashable ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

ToJSON ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

AWSRequest ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

ToHeaders ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

ToPath ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

ToQuery ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

type Rep ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

type Rep ConfigureLogsForPlaybackConfiguration = D1 ('MetaData "ConfigureLogsForPlaybackConfiguration" "Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ConfigureLogsForPlaybackConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "percentEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ConfigureLogsForPlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

newConfigureLogsForPlaybackConfiguration Source #

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:

$sel:percentEnabled: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

$sel:playbackConfigurationName:ConfigureLogsForPlaybackConfiguration', configureLogsForPlaybackConfiguration_playbackConfigurationName - The name of the playback configuration.

data ConfigureLogsForPlaybackConfigurationResponse Source #

Instances

Instances details
Eq ConfigureLogsForPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

Read ConfigureLogsForPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

Show ConfigureLogsForPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

Generic ConfigureLogsForPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

NFData ConfigureLogsForPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

type Rep ConfigureLogsForPlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration

type Rep ConfigureLogsForPlaybackConfigurationResponse = D1 ('MetaData "ConfigureLogsForPlaybackConfigurationResponse" "Amazonka.MediaTailor.ConfigureLogsForPlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ConfigureLogsForPlaybackConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "percentEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

StopChannel

data StopChannel Source #

See: newStopChannel smart constructor.

Constructors

StopChannel' Text 

Instances

Instances details
Eq StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Read StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Show StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Generic StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Associated Types

type Rep StopChannel :: Type -> Type #

NFData StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Methods

rnf :: StopChannel -> () #

Hashable StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

ToJSON StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

AWSRequest StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Associated Types

type AWSResponse StopChannel #

ToHeaders StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Methods

toHeaders :: StopChannel -> [Header] #

ToPath StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

ToQuery StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

type Rep StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

type Rep StopChannel = D1 ('MetaData "StopChannel" "Amazonka.MediaTailor.StopChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "StopChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

newStopChannel Source #

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:

$sel:channelName:StopChannel', stopChannel_channelName - The identifier for the channel you are working on.

data StopChannelResponse Source #

See: newStopChannelResponse smart constructor.

Instances

Instances details
Eq StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Read StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Show StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Generic StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Associated Types

type Rep StopChannelResponse :: Type -> Type #

NFData StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Methods

rnf :: StopChannelResponse -> () #

type Rep StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

type Rep StopChannelResponse = D1 ('MetaData "StopChannelResponse" "Amazonka.MediaTailor.StopChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "StopChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopChannelResponse Source #

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.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.MediaTailor.UntagResource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

newUntagResource Source #

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:

$sel:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A comma-separated list of the tag keys to remove from the playback configuration.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.MediaTailor.UntagResource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeChannel

data DescribeChannel Source #

See: newDescribeChannel smart constructor.

Constructors

DescribeChannel' Text 

Instances

Instances details
Eq DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Read DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Show DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Generic DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Associated Types

type Rep DescribeChannel :: Type -> Type #

NFData DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Methods

rnf :: DescribeChannel -> () #

Hashable DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

AWSRequest DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Associated Types

type AWSResponse DescribeChannel #

ToHeaders DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

ToPath DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

ToQuery DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

type Rep DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

type Rep DescribeChannel = D1 ('MetaData "DescribeChannel" "Amazonka.MediaTailor.DescribeChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

newDescribeChannel Source #

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:

$sel:channelName:DescribeChannel', describeChannel_channelName - The identifier for the channel you are working on.

data DescribeChannelResponse Source #

See: newDescribeChannelResponse smart constructor.

Instances

Instances details
Eq DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Read DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Show DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Generic DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Associated Types

type Rep DescribeChannelResponse :: Type -> Type #

NFData DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Methods

rnf :: DescribeChannelResponse -> () #

type Rep DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

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:

$sel:creationTime:DescribeChannelResponse', describeChannelResponse_creationTime - The timestamp of when the channel was created.

$sel:arn:DescribeChannelResponse', describeChannelResponse_arn - The ARN of the channel.

$sel:lastModifiedTime:DescribeChannelResponse', describeChannelResponse_lastModifiedTime - The timestamp of when the channel was last modified.

$sel:playbackMode:DescribeChannelResponse', describeChannelResponse_playbackMode - The channel's playback mode.

$sel:channelName:DescribeChannel', describeChannelResponse_channelName - The name of the channel.

$sel:outputs:DescribeChannelResponse', describeChannelResponse_outputs - The channel's output properties.

$sel:channelState:DescribeChannelResponse', describeChannelResponse_channelState - Indicates whether the channel is in a running state or not.

$sel:fillerSlate:DescribeChannelResponse', describeChannelResponse_fillerSlate - Contains information about the slate used to fill gaps between programs in the schedule.

$sel:tags:DescribeChannelResponse', describeChannelResponse_tags - The tags assigned to the channel.

$sel:httpStatus:DescribeChannelResponse', describeChannelResponse_httpStatus - The response's http status code.

ListVodSources (Paginated)

data ListVodSources Source #

See: newListVodSources smart constructor.

Instances

Instances details
Eq ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Read ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Show ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Generic ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Associated Types

type Rep ListVodSources :: Type -> Type #

NFData ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Methods

rnf :: ListVodSources -> () #

Hashable ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

AWSPager ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

AWSRequest ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Associated Types

type AWSResponse ListVodSources #

ToHeaders ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

ToPath ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

ToQuery ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

type Rep ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

type Rep ListVodSources = D1 ('MetaData "ListVodSources" "Amazonka.MediaTailor.ListVodSources" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListVodSources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListVodSources Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

newListVodSources Source #

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:nextToken:ListVodSources', listVodSources_nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.

$sel:maxResults:ListVodSources', listVodSources_maxResults - Upper bound on number of records to return. The maximum number of results is 100.

$sel:sourceLocationName:ListVodSources', listVodSources_sourceLocationName - The identifier for the source location you are working on.

data ListVodSourcesResponse Source #

See: newListVodSourcesResponse smart constructor.

Instances

Instances details
Eq ListVodSourcesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Read ListVodSourcesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Show ListVodSourcesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Generic ListVodSourcesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Associated Types

type Rep ListVodSourcesResponse :: Type -> Type #

NFData ListVodSourcesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

Methods

rnf :: ListVodSourcesResponse -> () #

type Rep ListVodSourcesResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListVodSources

type Rep ListVodSourcesResponse = D1 ('MetaData "ListVodSourcesResponse" "Amazonka.MediaTailor.ListVodSources" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListVodSourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VodSource])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

$sel:nextToken:ListVodSources', listVodSourcesResponse_nextToken - Pagination token from the list request. Use the token to fetch the next page of results.

$sel:httpStatus:ListVodSourcesResponse', listVodSourcesResponse_httpStatus - The response's http status code.

DescribeProgram

data DescribeProgram Source #

See: newDescribeProgram smart constructor.

Constructors

DescribeProgram' Text Text 

Instances

Instances details
Eq DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Read DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Show DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Generic DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Associated Types

type Rep DescribeProgram :: Type -> Type #

NFData DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Methods

rnf :: DescribeProgram -> () #

Hashable DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

AWSRequest DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Associated Types

type AWSResponse DescribeProgram #

ToHeaders DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

ToPath DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

ToQuery DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

type Rep DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

type Rep DescribeProgram = D1 ('MetaData "DescribeProgram" "Amazonka.MediaTailor.DescribeProgram" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeProgram'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "programName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

newDescribeProgram Source #

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:

$sel:channelName:DescribeProgram', describeProgram_channelName - The identifier for the channel you are working on.

$sel:programName:DescribeProgram', describeProgram_programName - The identifier for the program you are working on.

data DescribeProgramResponse Source #

See: newDescribeProgramResponse smart constructor.

Instances

Instances details
Eq DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Read DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Show DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Generic DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Associated Types

type Rep DescribeProgramResponse :: Type -> Type #

NFData DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Methods

rnf :: DescribeProgramResponse -> () #

type Rep DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

type Rep DescribeProgramResponse = D1 ('MetaData "DescribeProgramResponse" "Amazonka.MediaTailor.DescribeProgram" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeProgramResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "programName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "adBreaks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdBreak])) :*: S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduledStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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:creationTime:DescribeProgramResponse', describeProgramResponse_creationTime - The timestamp of when the program was created.

$sel:sourceLocationName:DescribeProgramResponse', describeProgramResponse_sourceLocationName - The source location name.

$sel:arn:DescribeProgramResponse', describeProgramResponse_arn - The ARN of the program.

$sel:programName:DescribeProgram', describeProgramResponse_programName - The name of the program.

$sel:adBreaks:DescribeProgramResponse', describeProgramResponse_adBreaks - The ad break configuration settings.

$sel:channelName:DescribeProgram', describeProgramResponse_channelName - The name of the channel that the program belongs to.

$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.

$sel:vodSourceName: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.

Types

AccessType

newtype AccessType Source #

Constructors

AccessType' 

Fields

Instances

Instances details
Eq AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Ord AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Read AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Show AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Generic AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Associated Types

type Rep AccessType :: Type -> Type #

NFData AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Methods

rnf :: AccessType -> () #

Hashable AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToJSON AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToJSONKey AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

FromJSON AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

FromJSONKey AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToLog AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToHeader AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToQuery AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

FromXML AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToXML AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Methods

toXML :: AccessType -> XML #

ToByteString AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

FromText AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToText AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Methods

toText :: AccessType -> Text #

type Rep AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

type Rep AccessType = D1 ('MetaData "AccessType" "Amazonka.MediaTailor.Types.AccessType" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "AccessType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccessType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelState

newtype ChannelState Source #

Constructors

ChannelState' 

Bundled Patterns

pattern ChannelState_RUNNING :: ChannelState 
pattern ChannelState_STOPPED :: ChannelState 

Instances

Instances details
Eq ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Ord ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Read ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Show ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Generic ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Associated Types

type Rep ChannelState :: Type -> Type #

NFData ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Methods

rnf :: ChannelState -> () #

Hashable ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToJSON ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToJSONKey ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

FromJSON ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

FromJSONKey ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToLog ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToHeader ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToQuery ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

FromXML ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToXML ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Methods

toXML :: ChannelState -> XML #

ToByteString ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

FromText ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToText ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Methods

toText :: ChannelState -> Text #

type Rep ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

type Rep ChannelState = D1 ('MetaData "ChannelState" "Amazonka.MediaTailor.Types.ChannelState" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "ChannelState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MessageType

newtype MessageType Source #

Constructors

MessageType' 

Bundled Patterns

pattern MessageType_SPLICE_INSERT :: MessageType 

Instances

Instances details
Eq MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Ord MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Read MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Show MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Generic MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Associated Types

type Rep MessageType :: Type -> Type #

NFData MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Methods

rnf :: MessageType -> () #

Hashable MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToJSON MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToJSONKey MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

FromJSON MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

FromJSONKey MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToLog MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToHeader MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToQuery MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

FromXML MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToXML MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Methods

toXML :: MessageType -> XML #

ToByteString MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

FromText MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToText MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Methods

toText :: MessageType -> Text #

type Rep MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

type Rep MessageType = D1 ('MetaData "MessageType" "Amazonka.MediaTailor.Types.MessageType" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "MessageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMessageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Mode

newtype Mode Source #

Constructors

Mode' 

Fields

Bundled Patterns

pattern Mode_BEHIND_LIVE_EDGE :: Mode 
pattern Mode_OFF :: Mode 

Instances

Instances details
Eq Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

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

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

Ord Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

compare :: Mode -> Mode -> Ordering #

(<) :: Mode -> Mode -> Bool #

(<=) :: Mode -> Mode -> Bool #

(>) :: Mode -> Mode -> Bool #

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

max :: Mode -> Mode -> Mode #

min :: Mode -> Mode -> Mode #

Read Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Show Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

showsPrec :: Int -> Mode -> ShowS #

show :: Mode -> String #

showList :: [Mode] -> ShowS #

Generic Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Associated Types

type Rep Mode :: Type -> Type #

Methods

from :: Mode -> Rep Mode x #

to :: Rep Mode x -> Mode #

NFData Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

rnf :: Mode -> () #

Hashable Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

hashWithSalt :: Int -> Mode -> Int #

hash :: Mode -> Int #

ToJSON Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

ToJSONKey Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

FromJSON Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

FromJSONKey Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

ToLog Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

ToHeader Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

toHeader :: HeaderName -> Mode -> [Header] #

ToQuery Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

toQuery :: Mode -> QueryString #

FromXML Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

parseXML :: [Node] -> Either String Mode #

ToXML Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

toXML :: Mode -> XML #

ToByteString Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

toBS :: Mode -> ByteString #

FromText Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

ToText Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

toText :: Mode -> Text #

type Rep Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

type Rep Mode = D1 ('MetaData "Mode" "Amazonka.MediaTailor.Types.Mode" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "Mode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Operator

newtype Operator Source #

Constructors

Operator' 

Fields

Bundled Patterns

pattern Operator_EQUALS :: Operator 

Instances

Instances details
Eq Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Ord Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Read Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Show Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Generic Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Associated Types

type Rep Operator :: Type -> Type #

Methods

from :: Operator -> Rep Operator x #

to :: Rep Operator x -> Operator #

NFData Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

rnf :: Operator -> () #

Hashable Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

hashWithSalt :: Int -> Operator -> Int #

hash :: Operator -> Int #

ToJSON Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

ToJSONKey Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

FromJSON Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

FromJSONKey Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

ToLog Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

ToHeader Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

toHeader :: HeaderName -> Operator -> [Header] #

ToQuery Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

FromXML Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

ToXML Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

toXML :: Operator -> XML #

ToByteString Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

toBS :: Operator -> ByteString #

FromText Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

ToText Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

toText :: Operator -> Text #

type Rep Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

type Rep Operator = D1 ('MetaData "Operator" "Amazonka.MediaTailor.Types.Operator" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "Operator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OriginManifestType

newtype OriginManifestType Source #

Instances

Instances details
Eq OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Ord OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Read OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Show OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Generic OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Associated Types

type Rep OriginManifestType :: Type -> Type #

NFData OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Methods

rnf :: OriginManifestType -> () #

Hashable OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToJSON OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToJSONKey OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

FromJSON OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

FromJSONKey OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToLog OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToHeader OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToQuery OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

FromXML OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToXML OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToByteString OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

FromText OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToText OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

type Rep OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

type Rep OriginManifestType = D1 ('MetaData "OriginManifestType" "Amazonka.MediaTailor.Types.OriginManifestType" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "OriginManifestType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOriginManifestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlaybackMode

newtype PlaybackMode Source #

Constructors

PlaybackMode' 

Bundled Patterns

pattern PlaybackMode_LINEAR :: PlaybackMode 
pattern PlaybackMode_LOOP :: PlaybackMode 

Instances

Instances details
Eq PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Ord PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Read PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Show PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Generic PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Associated Types

type Rep PlaybackMode :: Type -> Type #

NFData PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Methods

rnf :: PlaybackMode -> () #

Hashable PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToJSON PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToJSONKey PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

FromJSON PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

FromJSONKey PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToLog PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToHeader PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToQuery PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

FromXML PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToXML PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Methods

toXML :: PlaybackMode -> XML #

ToByteString PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

FromText PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToText PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Methods

toText :: PlaybackMode -> Text #

type Rep PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

type Rep PlaybackMode = D1 ('MetaData "PlaybackMode" "Amazonka.MediaTailor.Types.PlaybackMode" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "PlaybackMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlaybackMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RelativePosition

newtype RelativePosition Source #

Instances

Instances details
Eq RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Ord RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Read RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Show RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Generic RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Associated Types

type Rep RelativePosition :: Type -> Type #

NFData RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Methods

rnf :: RelativePosition -> () #

Hashable RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToJSON RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToJSONKey RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

FromJSON RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

FromJSONKey RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToLog RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToHeader RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToQuery RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

FromXML RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToXML RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToByteString RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

FromText RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToText RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

type Rep RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

type Rep RelativePosition = D1 ('MetaData "RelativePosition" "Amazonka.MediaTailor.Types.RelativePosition" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "RelativePosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRelativePosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduleEntryType

newtype ScheduleEntryType Source #

Instances

Instances details
Eq ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Ord ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Read ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Show ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Generic ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Associated Types

type Rep ScheduleEntryType :: Type -> Type #

NFData ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Methods

rnf :: ScheduleEntryType -> () #

Hashable ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToJSON ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToJSONKey ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

FromJSON ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

FromJSONKey ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToLog ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToHeader ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToQuery ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

FromXML ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToXML ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToByteString ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

FromText ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToText ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

type Rep ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

type Rep ScheduleEntryType = D1 ('MetaData "ScheduleEntryType" "Amazonka.MediaTailor.Types.ScheduleEntryType" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "ScheduleEntryType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduleEntryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Type

newtype Type Source #

Constructors

Type' 

Fields

Bundled Patterns

pattern Type_DASH :: Type 
pattern Type_HLS :: Type 

Instances

Instances details
Eq Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

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

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

Ord Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

compare :: Type -> Type -> Ordering #

(<) :: Type -> Type -> Bool #

(<=) :: Type -> Type -> Bool #

(>) :: Type -> Type -> Bool #

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

max :: Type -> Type -> Type #

min :: Type -> Type -> Type #

Read Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Show Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Generic Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Associated Types

type Rep Type :: Type -> Type #

Methods

from :: Type -> Rep Type x #

to :: Rep Type x -> Type #

NFData Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

rnf :: Type -> () #

Hashable Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

hashWithSalt :: Int -> Type -> Int #

hash :: Type -> Int #

ToJSON Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

ToJSONKey Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

FromJSON Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

FromJSONKey Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

ToLog Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

ToHeader Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

toHeader :: HeaderName -> Type -> [Header] #

ToQuery Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

toQuery :: Type -> QueryString #

FromXML Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

parseXML :: [Node] -> Either String Type #

ToXML Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

toXML :: Type -> XML #

ToByteString Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

toBS :: Type -> ByteString #

FromText Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

ToText Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

toText :: Type -> Text #

type Rep Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

type Rep Type = D1 ('MetaData "Type" "Amazonka.MediaTailor.Types.Type" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "Type'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccessConfiguration

data AccessConfiguration Source #

Access configuration parameters.

See: newAccessConfiguration smart constructor.

Instances

Instances details
Eq AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

Read AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

Show AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

Generic AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

Associated Types

type Rep AccessConfiguration :: Type -> Type #

NFData AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

Methods

rnf :: AccessConfiguration -> () #

Hashable AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

ToJSON AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

FromJSON AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

type Rep AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

type Rep AccessConfiguration = D1 ('MetaData "AccessConfiguration" "Amazonka.MediaTailor.Types.AccessConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "AccessConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessType)) :*: S1 ('MetaSel ('Just "secretsManagerAccessTokenConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecretsManagerAccessTokenConfiguration))))

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

data AdBreak Source #

Ad break configuration parameters.

See: newAdBreak smart constructor.

Instances

Instances details
Eq AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Methods

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

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

Read AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Show AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Generic AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Associated Types

type Rep AdBreak :: Type -> Type #

Methods

from :: AdBreak -> Rep AdBreak x #

to :: Rep AdBreak x -> AdBreak #

NFData AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Methods

rnf :: AdBreak -> () #

Hashable AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Methods

hashWithSalt :: Int -> AdBreak -> Int #

hash :: AdBreak -> Int #

ToJSON AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

FromJSON AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

type Rep AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

type Rep AdBreak = D1 ('MetaData "AdBreak" "Amazonka.MediaTailor.Types.AdBreak" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "AdBreak'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "spliceInsertMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SpliceInsertMessage)) :*: S1 ('MetaSel ('Just "messageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessageType))) :*: (S1 ('MetaSel ('Just "slate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SlateSource)) :*: S1 ('MetaSel ('Just "offsetMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

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: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:messageType:AdBreak', adBreak_messageType - The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT.

$sel:slate:AdBreak', adBreak_slate - Ad break slate configuration.

$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.

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.

Instances

Instances details
Eq AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

Read AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

Show AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

Generic AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

Associated Types

type Rep AdMarkerPassthrough :: Type -> Type #

NFData AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

Methods

rnf :: AdMarkerPassthrough -> () #

Hashable AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

ToJSON AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

FromJSON AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

type Rep AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

type Rep AdMarkerPassthrough = D1 ('MetaData "AdMarkerPassthrough" "Amazonka.MediaTailor.Types.AdMarkerPassthrough" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "AdMarkerPassthrough'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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

data Alert Source #

Alert configuration parameters.

See: newAlert smart constructor.

Constructors

Alert' Text Text POSIX [Text] Text 

Instances

Instances details
Eq Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Methods

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

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

Read Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Show Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Methods

showsPrec :: Int -> Alert -> ShowS #

show :: Alert -> String #

showList :: [Alert] -> ShowS #

Generic Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Associated Types

type Rep Alert :: Type -> Type #

Methods

from :: Alert -> Rep Alert x #

to :: Rep Alert x -> Alert #

NFData Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Methods

rnf :: Alert -> () #

Hashable Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Methods

hashWithSalt :: Int -> Alert -> Int #

hash :: Alert -> Int #

FromJSON Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

type Rep Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

type Rep Alert = D1 ('MetaData "Alert" "Amazonka.MediaTailor.Types.Alert" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "Alert'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "alertCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "relatedResourceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "alertMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newAlert Source #

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:resourceArn:Alert', alert_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:alertCode:Alert', alert_alertCode - The code for the alert. For example, NOT_PROCESSED.

$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:alertMessage:Alert', alert_alertMessage - If an alert is generated for a resource, an explanation of the reason for the alert.

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.

Instances

Instances details
Eq AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

Read AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

Show AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

Generic AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

Associated Types

type Rep AvailMatchingCriteria :: Type -> Type #

NFData AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

Methods

rnf :: AvailMatchingCriteria -> () #

Hashable AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

ToJSON AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

FromJSON AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

type Rep AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

type Rep AvailMatchingCriteria = D1 ('MetaData "AvailMatchingCriteria" "Amazonka.MediaTailor.Types.AvailMatchingCriteria" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "AvailMatchingCriteria'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Operator) :*: S1 ('MetaSel ('Just "dynamicVariable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAvailMatchingCriteria Source #

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:operator:AvailMatchingCriteria', availMatchingCriteria_operator - For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.

$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.

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.

Instances

Instances details
Eq AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

Read AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

Show AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

Generic AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

Associated Types

type Rep AvailSuppression :: Type -> Type #

NFData AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

Methods

rnf :: AvailSuppression -> () #

Hashable AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

ToJSON AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

FromJSON AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

type Rep AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

type Rep AvailSuppression = D1 ('MetaData "AvailSuppression" "Amazonka.MediaTailor.Types.AvailSuppression" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "AvailSuppression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Mode))))

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: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.

$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.

Bumper

data Bumper Source #

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

See: newBumper smart constructor.

Constructors

Bumper' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Methods

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

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

Read Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Show Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Generic Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Associated Types

type Rep Bumper :: Type -> Type #

Methods

from :: Bumper -> Rep Bumper x #

to :: Rep Bumper x -> Bumper #

NFData Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Methods

rnf :: Bumper -> () #

Hashable Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Methods

hashWithSalt :: Int -> Bumper -> Int #

hash :: Bumper -> Int #

ToJSON Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

FromJSON Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

type Rep Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

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

newBumper :: Bumper Source #

Create a value of Bumper with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endUrl:Bumper', bumper_endUrl - The URL for the end bumper asset.

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

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.

Instances

Instances details
Eq CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

Read CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

Show CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

Generic CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

Associated Types

type Rep CdnConfiguration :: Type -> Type #

NFData CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

Methods

rnf :: CdnConfiguration -> () #

Hashable CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

ToJSON CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

FromJSON CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

type Rep CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

type Rep CdnConfiguration = D1 ('MetaData "CdnConfiguration" "Amazonka.MediaTailor.Types.CdnConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CdnConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adSegmentUrlPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contentSegmentUrlPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.&lt;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

data Channel Source #

The configuration parameters for a channel.

See: newChannel smart constructor.

Instances

Instances details
Eq Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Methods

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

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

Read Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Show Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Generic Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Associated Types

type Rep Channel :: Type -> Type #

Methods

from :: Channel -> Rep Channel x #

to :: Rep Channel x -> Channel #

NFData Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Methods

rnf :: Channel -> () #

Hashable Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Methods

hashWithSalt :: Int -> Channel -> Int #

hash :: Channel -> Int #

FromJSON Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

type Rep Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

newChannel Source #

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:lastModifiedTime:Channel', channel_lastModifiedTime - The timestamp of when the channel was last modified.

$sel:fillerSlate:Channel', channel_fillerSlate - Contains information about the slate used to fill gaps between programs in the schedule. You must configure FillerSlate if your channel uses an LINEAR PlaybackMode.

$sel:tags:Channel', channel_tags - The tags to assign to the channel.

$sel:channelState:Channel', channel_channelState - Returns the state whether the channel is running or not.

$sel:channelName:Channel', channel_channelName - The name of the channel.

$sel:outputs:Channel', channel_outputs - The channel's output properties.

$sel:arn:Channel', channel_arn - The ARN of the channel.

$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.

DashConfiguration

data DashConfiguration Source #

The configuration for DASH content.

See: newDashConfiguration smart constructor.

Instances

Instances details
Eq DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

Read DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

Show DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

Generic DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

Associated Types

type Rep DashConfiguration :: Type -> Type #

NFData DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

Methods

rnf :: DashConfiguration -> () #

Hashable DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

FromJSON DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

type Rep DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

type Rep DashConfiguration = D1 ('MetaData "DashConfiguration" "Amazonka.MediaTailor.Types.DashConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DashConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "originManifestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OriginManifestType)) :*: S1 ('MetaSel ('Just "mpdLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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: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.

$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.

DashConfigurationForPut

data DashConfigurationForPut Source #

The configuration for DASH PUT operations.

See: newDashConfigurationForPut smart constructor.

Instances

Instances details
Eq DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

Read DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

Show DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

Generic DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

Associated Types

type Rep DashConfigurationForPut :: Type -> Type #

NFData DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

Methods

rnf :: DashConfigurationForPut -> () #

Hashable DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

ToJSON DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

type Rep DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

type Rep DashConfigurationForPut = D1 ('MetaData "DashConfigurationForPut" "Amazonka.MediaTailor.Types.DashConfigurationForPut" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DashConfigurationForPut'" 'PrefixI 'True) (S1 ('MetaSel ('Just "originManifestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OriginManifestType)) :*: S1 ('MetaSel ('Just "mpdLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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: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.

$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.

DashPlaylistSettings

data DashPlaylistSettings Source #

Dash manifest configuration parameters.

See: newDashPlaylistSettings smart constructor.

Instances

Instances details
Eq DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

Read DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

Show DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

Generic DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

Associated Types

type Rep DashPlaylistSettings :: Type -> Type #

NFData DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

Methods

rnf :: DashPlaylistSettings -> () #

Hashable DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

ToJSON DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

FromJSON DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

type Rep DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

type Rep DashPlaylistSettings = D1 ('MetaData "DashPlaylistSettings" "Amazonka.MediaTailor.Types.DashPlaylistSettings" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DashPlaylistSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "minBufferTimeSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minUpdatePeriodSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "suggestedPresentationDelaySeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "manifestWindowSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

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: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.

$sel:manifestWindowSeconds:DashPlaylistSettings', dashPlaylistSettings_manifestWindowSeconds - The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 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.

Instances

Instances details
Eq DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

Read DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

Show DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

Generic DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

NFData DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

Hashable DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

ToJSON DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

FromJSON DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

type Rep DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

type Rep DefaultSegmentDeliveryConfiguration = D1 ('MetaData "DefaultSegmentDeliveryConfiguration" "Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DefaultSegmentDeliveryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
Eq HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

Read HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

Show HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

Generic HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

Associated Types

type Rep HlsConfiguration :: Type -> Type #

NFData HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

Methods

rnf :: HlsConfiguration -> () #

Hashable HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

FromJSON HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

type Rep HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

type Rep HlsConfiguration = D1 ('MetaData "HlsConfiguration" "Amazonka.MediaTailor.Types.HlsConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "HlsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Eq HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

Read HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

Show HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

Generic HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

Associated Types

type Rep HlsPlaylistSettings :: Type -> Type #

NFData HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

Methods

rnf :: HlsPlaylistSettings -> () #

Hashable HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

ToJSON HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

FromJSON HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

type Rep HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

type Rep HlsPlaylistSettings = D1 ('MetaData "HlsPlaylistSettings" "Amazonka.MediaTailor.Types.HlsPlaylistSettings" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "HlsPlaylistSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestWindowSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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

Instances details
Eq HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Read HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Show HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Generic HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Associated Types

type Rep HttpConfiguration :: Type -> Type #

NFData HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Methods

rnf :: HttpConfiguration -> () #

Hashable HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

ToJSON HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

FromJSON HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

type Rep HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

type Rep HttpConfiguration = D1 ('MetaData "HttpConfiguration" "Amazonka.MediaTailor.Types.HttpConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "HttpConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHttpConfiguration Source #

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.

Instances

Instances details
Eq HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Read HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Show HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Generic HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Associated Types

type Rep HttpPackageConfiguration :: Type -> Type #

NFData HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Hashable HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

ToJSON HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

FromJSON HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

type Rep HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

type Rep HttpPackageConfiguration = D1 ('MetaData "HttpPackageConfiguration" "Amazonka.MediaTailor.Types.HttpPackageConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "HttpPackageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Type) :*: S1 ('MetaSel ('Just "sourceGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newHttpPackageConfiguration Source #

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:type':HttpPackageConfiguration', httpPackageConfiguration_type - The streaming protocol for this package configuration. Supported values are HLS and DASH.

$sel:sourceGroup:HttpPackageConfiguration', httpPackageConfiguration_sourceGroup - The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.

LivePreRollConfiguration

data LivePreRollConfiguration Source #

The configuration for pre-roll ad insertion.

See: newLivePreRollConfiguration smart constructor.

Instances

Instances details
Eq LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

Read LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

Show LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

Generic LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

Associated Types

type Rep LivePreRollConfiguration :: Type -> Type #

NFData LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

Hashable LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

ToJSON LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

FromJSON LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

type Rep LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

type Rep LivePreRollConfiguration = D1 ('MetaData "LivePreRollConfiguration" "Amazonka.MediaTailor.Types.LivePreRollConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "LivePreRollConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adDecisionServerUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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.

LogConfiguration

data LogConfiguration Source #

Returns Amazon CloudWatch log settings for a playback configuration.

See: newLogConfiguration smart constructor.

Constructors

LogConfiguration' Int 

Instances

Instances details
Eq LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

Read LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

Show LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

Generic LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

Associated Types

type Rep LogConfiguration :: Type -> Type #

NFData LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

Methods

rnf :: LogConfiguration -> () #

Hashable LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

FromJSON LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

type Rep LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

type Rep LogConfiguration = D1 ('MetaData "LogConfiguration" "Amazonka.MediaTailor.Types.LogConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "LogConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "percentEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newLogConfiguration Source #

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.

Instances

Instances details
Eq ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Read ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Show ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Generic ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Associated Types

type Rep ManifestProcessingRules :: Type -> Type #

NFData ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Methods

rnf :: ManifestProcessingRules -> () #

Hashable ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

ToJSON ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

FromJSON ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

type Rep ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

type Rep ManifestProcessingRules = D1 ('MetaData "ManifestProcessingRules" "Amazonka.MediaTailor.Types.ManifestProcessingRules" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ManifestProcessingRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adMarkerPassthrough") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdMarkerPassthrough))))

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 #

Creates a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.

See: newPlaybackConfiguration smart constructor.

Instances

Instances details
Eq PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

Read PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

Show PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

Generic PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

Associated Types

type Rep PlaybackConfiguration :: Type -> Type #

NFData PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

Methods

rnf :: PlaybackConfiguration -> () #

Hashable PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

FromJSON PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

type Rep PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

type Rep PlaybackConfiguration = D1 ('MetaData "PlaybackConfiguration" "Amazonka.MediaTailor.Types.PlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PlaybackConfiguration'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "playbackEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hlsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsConfiguration))) :*: (S1 ('MetaSel ('Just "personalizationThresholdSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "playbackConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "availSuppression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailSuppression)) :*: S1 ('MetaSel ('Just "bumper") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bumper))) :*: (S1 ('MetaSel ('Just "adDecisionServerUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "videoContentSourceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dashConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashConfiguration)))))) :*: (((S1 ('MetaSel ('Just "manifestProcessingRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManifestProcessingRules)) :*: S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogConfiguration))) :*: (S1 ('MetaSel ('Just "livePreRollConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LivePreRollConfiguration)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sessionInitializationEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "configurationAliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (HashMap Text Text)))) :*: S1 ('MetaSel ('Just "transcodeProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "slateAdUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cdnConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CdnConfiguration))))))))

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:

$sel:playbackEndpointPrefix:PlaybackConfiguration', playbackConfiguration_playbackEndpointPrefix - The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.

$sel:hlsConfiguration:PlaybackConfiguration', playbackConfiguration_hlsConfiguration - The configuration for HLS content.

$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: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:adDecisionServerUrl: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:videoContentSourceUrl:PlaybackConfiguration', playbackConfiguration_videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

$sel:dashConfiguration:PlaybackConfiguration', playbackConfiguration_dashConfiguration - The configuration for a DASH source.

$sel:manifestProcessingRules:PlaybackConfiguration', playbackConfiguration_manifestProcessingRules - The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

$sel:logConfiguration:PlaybackConfiguration', playbackConfiguration_logConfiguration - The Amazon CloudWatch log settings for a playback configuration.

$sel:livePreRollConfiguration:PlaybackConfiguration', playbackConfiguration_livePreRollConfiguration - The configuration for pre-roll ad insertion.

$sel:name:PlaybackConfiguration', playbackConfiguration_name - The identifier for the playback configuration.

$sel:sessionInitializationEndpointPrefix:PlaybackConfiguration', playbackConfiguration_sessionInitializationEndpointPrefix - The URL that the player uses to initialize a session that uses client-side reporting.

$sel:configurationAliases:PlaybackConfiguration', playbackConfiguration_configurationAliases - The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

$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:tags:PlaybackConfiguration', playbackConfiguration_tags - The tags to assign to the playback configuration.

$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:cdnConfiguration:PlaybackConfiguration', playbackConfiguration_cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

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.

Instances

Instances details
Eq PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

Read PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

Show PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

Generic PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

Associated Types

type Rep PrefetchConsumption :: Type -> Type #

NFData PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

Methods

rnf :: PrefetchConsumption -> () #

Hashable PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

ToJSON PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

FromJSON PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

type Rep PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

type Rep PrefetchConsumption = D1 ('MetaData "PrefetchConsumption" "Amazonka.MediaTailor.Types.PrefetchConsumption" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PrefetchConsumption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "availMatchingCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AvailMatchingCriteria])) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newPrefetchConsumption Source #

Create a value of PrefetchConsumption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:startTime:PrefetchConsumption', prefetchConsumption_startTime - The time when prefetched ads are considered for use in an ad break. If you don't specify StartTime, the prefetched ads are available after MediaTailor retrives them from the ad decision server.

$sel:availMatchingCriteria:PrefetchConsumption', prefetchConsumption_availMatchingCriteria - If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such as scte.event_id, set the avail matching criteria.

$sel:endTime:PrefetchConsumption', prefetchConsumption_endTime - The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to manually delete the prefetch schedule, you can call DeletePrefetchSchedule.

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

Instances details
Eq PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

Read PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

Show PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

Generic PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

Associated Types

type Rep PrefetchRetrieval :: Type -> Type #

NFData PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

Methods

rnf :: PrefetchRetrieval -> () #

Hashable PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

ToJSON PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

FromJSON PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

type Rep PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

type Rep PrefetchRetrieval = D1 ('MetaData "PrefetchRetrieval" "Amazonka.MediaTailor.Types.PrefetchRetrieval" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PrefetchRetrieval'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dynamicVariables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newPrefetchRetrieval Source #

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: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:dynamicVariables:PrefetchRetrieval', prefetchRetrieval_dynamicVariables - The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS).

You intially 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: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 complex type that contains prefetch schedule information.

See: newPrefetchSchedule smart constructor.

Instances

Instances details
Eq PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

Read PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

Show PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

Generic PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

Associated Types

type Rep PrefetchSchedule :: Type -> Type #

NFData PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

Methods

rnf :: PrefetchSchedule -> () #

Hashable PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

FromJSON PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

type Rep PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

type Rep PrefetchSchedule = D1 ('MetaData "PrefetchSchedule" "Amazonka.MediaTailor.Types.PrefetchSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PrefetchSchedule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "streamId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retrieval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrefetchRetrieval) :*: S1 ('MetaSel ('Just "consumption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrefetchConsumption))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newPrefetchSchedule Source #

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:retrieval:PrefetchSchedule', prefetchSchedule_retrieval - A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).

$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:arn:PrefetchSchedule', prefetchSchedule_arn - The Amazon Resource Name (ARN) of the prefetch schedule.

$sel:playbackConfigurationName:PrefetchSchedule', prefetchSchedule_playbackConfigurationName - The name of the playback configuration to create the prefetch schedule for.

$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.

RequestOutputItem

data RequestOutputItem Source #

The output configuration for this channel.

See: newRequestOutputItem smart constructor.

Instances

Instances details
Eq RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

Read RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

Show RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

Generic RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

Associated Types

type Rep RequestOutputItem :: Type -> Type #

NFData RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

Methods

rnf :: RequestOutputItem -> () #

Hashable RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

ToJSON RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

type Rep RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

type Rep RequestOutputItem = D1 ('MetaData "RequestOutputItem" "Amazonka.MediaTailor.Types.RequestOutputItem" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "RequestOutputItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hlsPlaylistSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsPlaylistSettings)) :*: S1 ('MetaSel ('Just "dashPlaylistSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashPlaylistSettings))) :*: (S1 ('MetaSel ('Just "manifestName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRequestOutputItem Source #

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:hlsPlaylistSettings:RequestOutputItem', requestOutputItem_hlsPlaylistSettings - HLS playlist configuration parameters.

$sel:dashPlaylistSettings:RequestOutputItem', requestOutputItem_dashPlaylistSettings - DASH manifest 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 #

This response includes only the "property" : "type" property.

See: newResponseOutputItem smart constructor.

Instances

Instances details
Eq ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

Read ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

Show ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

Generic ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

Associated Types

type Rep ResponseOutputItem :: Type -> Type #

NFData ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

Methods

rnf :: ResponseOutputItem -> () #

Hashable ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

FromJSON ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

type Rep ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

type Rep ResponseOutputItem = D1 ('MetaData "ResponseOutputItem" "Amazonka.MediaTailor.Types.ResponseOutputItem" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ResponseOutputItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hlsPlaylistSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsPlaylistSettings)) :*: S1 ('MetaSel ('Just "dashPlaylistSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashPlaylistSettings))) :*: (S1 ('MetaSel ('Just "manifestName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "playbackUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newResponseOutputItem Source #

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:hlsPlaylistSettings:ResponseOutputItem', responseOutputItem_hlsPlaylistSettings - HLS manifest configuration settings.

$sel:dashPlaylistSettings:ResponseOutputItem', responseOutputItem_dashPlaylistSettings - DASH 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

Instances details
Eq ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

Read ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

Show ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

Generic ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

Associated Types

type Rep ScheduleAdBreak :: Type -> Type #

NFData ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

Methods

rnf :: ScheduleAdBreak -> () #

Hashable ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

FromJSON ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

type Rep ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

type Rep ScheduleAdBreak = D1 ('MetaData "ScheduleAdBreak" "Amazonka.MediaTailor.Types.ScheduleAdBreak" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ScheduleAdBreak'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approximateDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approximateStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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:sourceLocationName:ScheduleAdBreak', scheduleAdBreak_sourceLocationName - The name of the source location containing the VOD source used for the ad break.

$sel:approximateDurationSeconds:ScheduleAdBreak', scheduleAdBreak_approximateDurationSeconds - The approximate duration of the ad break, in seconds.

$sel:vodSourceName:ScheduleAdBreak', scheduleAdBreak_vodSourceName - The name of the VOD source used for the ad break.

$sel:approximateStartTime:ScheduleAdBreak', scheduleAdBreak_approximateStartTime - The approximate time that the ad will start playing.

ScheduleConfiguration

data ScheduleConfiguration Source #

Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.

See: newScheduleConfiguration smart constructor.

Instances

Instances details
Eq ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

Read ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

Show ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

Generic ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

Associated Types

type Rep ScheduleConfiguration :: Type -> Type #

NFData ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

Methods

rnf :: ScheduleConfiguration -> () #

Hashable ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

ToJSON ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

type Rep ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

type Rep ScheduleConfiguration = D1 ('MetaData "ScheduleConfiguration" "Amazonka.MediaTailor.Types.ScheduleConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ScheduleConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Transition)))

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.

Instances

Instances details
Eq ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

Read ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

Show ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

Generic ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

Associated Types

type Rep ScheduleEntry :: Type -> Type #

NFData ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

Methods

rnf :: ScheduleEntry -> () #

Hashable ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

FromJSON ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

type Rep ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

type Rep ScheduleEntry = D1 ('MetaData "ScheduleEntry" "Amazonka.MediaTailor.Types.ScheduleEntry" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ScheduleEntry'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "scheduleAdBreaks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScheduleAdBreak])) :*: S1 ('MetaSel ('Just "approximateDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "approximateStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "scheduleEntryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleEntryType)))) :*: ((S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "programName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newScheduleEntry Source #

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:

$sel:scheduleAdBreaks:ScheduleEntry', scheduleEntry_scheduleAdBreaks - The schedule's ad break properties.

$sel:approximateDurationSeconds:ScheduleEntry', scheduleEntry_approximateDurationSeconds - The approximate duration of this program, in seconds.

$sel:approximateStartTime:ScheduleEntry', scheduleEntry_approximateStartTime - The approximate time that the program will start playing.

$sel:scheduleEntryType:ScheduleEntry', scheduleEntry_scheduleEntryType - The type of schedule entry.

Valid values: PROGRAM or FILLER_SLATE.

$sel:vodSourceName:ScheduleEntry', scheduleEntry_vodSourceName - The name of the VOD source.

$sel:channelName:ScheduleEntry', scheduleEntry_channelName - The name of the channel that uses this schedule.

$sel:sourceLocationName:ScheduleEntry', scheduleEntry_sourceLocationName - The name of the source location.

$sel:arn:ScheduleEntry', scheduleEntry_arn - The ARN of the program.

$sel:programName:ScheduleEntry', scheduleEntry_programName - The name of the program.

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

Instances details
Eq SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Read SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Show SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Generic SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

NFData SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Hashable SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

ToJSON SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

FromJSON SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

type Rep SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

type Rep SecretsManagerAccessTokenConfiguration = D1 ('MetaData "SecretsManagerAccessTokenConfiguration" "Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "SecretsManagerAccessTokenConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "headerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretStringKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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: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.

$sel:secretArn:SecretsManagerAccessTokenConfiguration', secretsManagerAccessTokenConfiguration_secretArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.

SlateSource

data SlateSource Source #

Slate VOD source configuration.

See: newSlateSource smart constructor.

Constructors

SlateSource' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

Read SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

Show SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

Generic SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

Associated Types

type Rep SlateSource :: Type -> Type #

NFData SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

Methods

rnf :: SlateSource -> () #

Hashable SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

ToJSON SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

FromJSON SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

type Rep SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

type Rep SlateSource = D1 ('MetaData "SlateSource" "Amazonka.MediaTailor.Types.SlateSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "SlateSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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 #

This response includes only the "type" : "object" property.

See: newSourceLocation smart constructor.

Instances

Instances details
Eq SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

Read SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

Show SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

Generic SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

Associated Types

type Rep SourceLocation :: Type -> Type #

NFData SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

Methods

rnf :: SourceLocation -> () #

Hashable SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

FromJSON SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

type Rep SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

type Rep SourceLocation = D1 ('MetaData "SourceLocation" "Amazonka.MediaTailor.Types.SourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "SourceLocation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "accessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessConfiguration)) :*: S1 ('MetaSel ('Just "defaultSegmentDeliveryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSegmentDeliveryConfiguration)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HttpConfiguration) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSourceLocation Source #

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:creationTime:SourceLocation', sourceLocation_creationTime - The timestamp that indicates when the source location was created.

$sel:lastModifiedTime:SourceLocation', sourceLocation_lastModifiedTime - The timestamp that indicates when the source location was last modified.

$sel:accessConfiguration:SourceLocation', sourceLocation_accessConfiguration - The access configuration for the source location.

$sel:defaultSegmentDeliveryConfiguration:SourceLocation', sourceLocation_defaultSegmentDeliveryConfiguration - The default segment delivery configuration.

$sel:tags:SourceLocation', sourceLocation_tags - The tags assigned to the source location.

$sel:sourceLocationName:SourceLocation', sourceLocation_sourceLocationName - The name of the source location.

$sel:httpConfiguration:SourceLocation', sourceLocation_httpConfiguration - The HTTP configuration for the source location.

$sel:arn:SourceLocation', sourceLocation_arn - The ARN of the SourceLocation.

SpliceInsertMessage

data SpliceInsertMessage Source #

Splice insert message configuration.

See: newSpliceInsertMessage smart constructor.

Instances

Instances details
Eq SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

Read SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

Show SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

Generic SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

Associated Types

type Rep SpliceInsertMessage :: Type -> Type #

NFData SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

Methods

rnf :: SpliceInsertMessage -> () #

Hashable SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

ToJSON SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

FromJSON SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

type Rep SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

type Rep SpliceInsertMessage = D1 ('MetaData "SpliceInsertMessage" "Amazonka.MediaTailor.Types.SpliceInsertMessage" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "SpliceInsertMessage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "availNum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "uniqueProgramId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "availsExpected") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "spliceEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

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: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.

$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.

Transition

data Transition Source #

Program transition configuration.

See: newTransition smart constructor.

Instances

Instances details
Eq Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

Read Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

Show Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

Generic Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

Associated Types

type Rep Transition :: Type -> Type #

NFData Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

Methods

rnf :: Transition -> () #

Hashable Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

ToJSON Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

type Rep Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

type Rep Transition = D1 ('MetaData "Transition" "Amazonka.MediaTailor.Types.Transition" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "Transition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scheduledStartTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "relativeProgram") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "relativePosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RelativePosition))))

newTransition Source #

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:scheduledStartTimeMillis:Transition', transition_scheduledStartTimeMillis - The date and time that the program is scheduled to start, in epoch milliseconds.

$sel:relativeProgram:Transition', transition_relativeProgram - The name of the program that this program will be inserted next to, as defined by 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.

$sel:relativePosition:Transition', transition_relativePosition - The position where this program will be inserted relative to the RelativePosition.

VodSource

data VodSource Source #

VOD source configuration parameters.

See: newVodSource smart constructor.

Instances

Instances details
Eq VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Read VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Show VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Generic VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Associated Types

type Rep VodSource :: Type -> Type #

NFData VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Methods

rnf :: VodSource -> () #

Hashable VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

FromJSON VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

type Rep VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

type Rep VodSource = D1 ('MetaData "VodSource" "Amazonka.MediaTailor.Types.VodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "VodSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HttpPackageConfiguration]) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newVodSource Source #

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.

$sel:vodSourceName:VodSource', vodSource_vodSourceName - The name of the VOD source.

$sel:sourceLocationName:VodSource', vodSource_sourceLocationName - The name of the source location that the VOD source is associated with.

$sel:httpPackageConfigurations:VodSource', vodSource_httpPackageConfigurations - The HTTP package configurations for the VOD source.

$sel:arn:VodSource', vodSource_arn - The ARN for the VOD source.