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

Description

Adds a new playback configuration to AWS Elemental MediaTailor.

Synopsis

Creating a Request

data PutPlaybackConfiguration Source #

See: newPutPlaybackConfiguration smart constructor.

Constructors

PutPlaybackConfiguration' 

Fields

  • personalizationThresholdSeconds :: Maybe Natural

    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.

  • availSuppression :: Maybe AvailSuppression

    The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

  • bumper :: Maybe 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.

  • adDecisionServerUrl :: Maybe Text

    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.

  • videoContentSourceUrl :: Maybe Text

    The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

  • dashConfiguration :: Maybe DashConfigurationForPut

    The configuration for DASH content.

  • manifestProcessingRules :: Maybe ManifestProcessingRules

    The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

  • livePreRollConfiguration :: Maybe LivePreRollConfiguration

    The configuration for pre-roll ad insertion.

  • name :: Maybe Text

    The identifier for the playback configuration.

  • configurationAliases :: Maybe (HashMap Text (HashMap Text Text))

    The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

  • transcodeProfileName :: Maybe Text

    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.

  • tags :: Maybe (HashMap Text Text)

    The tags to assign to the playback configuration.

  • slateAdUrl :: Maybe Text

    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.

  • cdnConfiguration :: Maybe CdnConfiguration

    The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

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.

Request Lenses

putPlaybackConfiguration_personalizationThresholdSeconds :: Lens' PutPlaybackConfiguration (Maybe Natural) Source #

Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.

putPlaybackConfiguration_availSuppression :: Lens' PutPlaybackConfiguration (Maybe AvailSuppression) Source #

The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

putPlaybackConfiguration_bumper :: Lens' PutPlaybackConfiguration (Maybe 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.

putPlaybackConfiguration_adDecisionServerUrl :: Lens' PutPlaybackConfiguration (Maybe Text) Source #

The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.

putPlaybackConfiguration_videoContentSourceUrl :: Lens' PutPlaybackConfiguration (Maybe Text) Source #

The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

putPlaybackConfiguration_manifestProcessingRules :: Lens' PutPlaybackConfiguration (Maybe ManifestProcessingRules) Source #

The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

putPlaybackConfiguration_name :: Lens' PutPlaybackConfiguration (Maybe Text) Source #

The identifier for the playback configuration.

putPlaybackConfiguration_configurationAliases :: Lens' PutPlaybackConfiguration (Maybe (HashMap Text (HashMap Text Text))) Source #

The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

putPlaybackConfiguration_transcodeProfileName :: Lens' PutPlaybackConfiguration (Maybe Text) Source #

The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.

putPlaybackConfiguration_tags :: Lens' PutPlaybackConfiguration (Maybe (HashMap Text Text)) Source #

The tags to assign to the playback configuration.

putPlaybackConfiguration_slateAdUrl :: Lens' PutPlaybackConfiguration (Maybe Text) Source #

The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.

putPlaybackConfiguration_cdnConfiguration :: Lens' PutPlaybackConfiguration (Maybe CdnConfiguration) Source #

The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

Destructuring the Response

data PutPlaybackConfigurationResponse Source #

See: newPutPlaybackConfigurationResponse smart constructor.

Constructors

PutPlaybackConfigurationResponse' 

Fields

  • playbackEndpointPrefix :: Maybe Text

    The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.

  • hlsConfiguration :: Maybe HlsConfiguration

    The configuration for HLS content.

  • personalizationThresholdSeconds :: Maybe Natural

    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.

  • playbackConfigurationArn :: Maybe Text

    The Amazon Resource Name (ARN) for the playback configuration.

  • availSuppression :: Maybe AvailSuppression

    The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

  • bumper :: Maybe 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.

  • adDecisionServerUrl :: Maybe Text

    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.

  • videoContentSourceUrl :: Maybe Text

    The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

  • dashConfiguration :: Maybe DashConfiguration

    The configuration for DASH content.

  • manifestProcessingRules :: Maybe ManifestProcessingRules

    The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

  • logConfiguration :: Maybe LogConfiguration

    The Amazon CloudWatch log settings for a playback configuration.

  • livePreRollConfiguration :: Maybe LivePreRollConfiguration

    The configuration for pre-roll ad insertion.

  • name :: Maybe Text

    The identifier for the playback configuration.

  • sessionInitializationEndpointPrefix :: Maybe Text

    The URL that the player uses to initialize a session that uses client-side reporting.

  • configurationAliases :: Maybe (HashMap Text (HashMap Text Text))

    The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

  • transcodeProfileName :: Maybe Text

    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.

  • tags :: Maybe (HashMap Text Text)

    The tags assigned to the playback configuration.

  • slateAdUrl :: Maybe Text

    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.

  • cdnConfiguration :: Maybe CdnConfiguration

    The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

  • httpStatus :: Int

    The response's http status code.

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.

Response Lenses

putPlaybackConfigurationResponse_playbackEndpointPrefix :: Lens' PutPlaybackConfigurationResponse (Maybe Text) Source #

The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.

putPlaybackConfigurationResponse_personalizationThresholdSeconds :: Lens' PutPlaybackConfigurationResponse (Maybe Natural) Source #

Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.

putPlaybackConfigurationResponse_availSuppression :: Lens' PutPlaybackConfigurationResponse (Maybe AvailSuppression) Source #

The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

putPlaybackConfigurationResponse_bumper :: Lens' PutPlaybackConfigurationResponse (Maybe 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.

putPlaybackConfigurationResponse_adDecisionServerUrl :: Lens' PutPlaybackConfigurationResponse (Maybe Text) Source #

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.

putPlaybackConfigurationResponse_videoContentSourceUrl :: Lens' PutPlaybackConfigurationResponse (Maybe Text) Source #

The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

putPlaybackConfigurationResponse_manifestProcessingRules :: Lens' PutPlaybackConfigurationResponse (Maybe ManifestProcessingRules) Source #

The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

putPlaybackConfigurationResponse_sessionInitializationEndpointPrefix :: Lens' PutPlaybackConfigurationResponse (Maybe Text) Source #

The URL that the player uses to initialize a session that uses client-side reporting.

putPlaybackConfigurationResponse_configurationAliases :: Lens' PutPlaybackConfigurationResponse (Maybe (HashMap Text (HashMap Text Text))) Source #

The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

putPlaybackConfigurationResponse_transcodeProfileName :: Lens' PutPlaybackConfigurationResponse (Maybe Text) Source #

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.

putPlaybackConfigurationResponse_slateAdUrl :: Lens' PutPlaybackConfigurationResponse (Maybe Text) Source #

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.

putPlaybackConfigurationResponse_cdnConfiguration :: Lens' PutPlaybackConfigurationResponse (Maybe CdnConfiguration) Source #

The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.