PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::MediaTailor::PutPlaybackConfigurationResponse; use Moose; has AdDecisionServerUrl => (is => 'ro', isa => 'Str'); has AvailSuppression => (is => 'ro', isa => 'Paws::MediaTailor::AvailSuppression'); has Bumper => (is => 'ro', isa => 'Paws::MediaTailor::Bumper'); has CdnConfiguration => (is => 'ro', isa => 'Paws::MediaTailor::CdnConfiguration'); has ConfigurationAliases => (is => 'ro', isa => 'Paws::MediaTailor::ConfigurationAliasesResponse'); has DashConfiguration => (is => 'ro', isa => 'Paws::MediaTailor::DashConfiguration'); has HlsConfiguration => (is => 'ro', isa => 'Paws::MediaTailor::HlsConfiguration'); has LivePreRollConfiguration => (is => 'ro', isa => 'Paws::MediaTailor::LivePreRollConfiguration'); has ManifestProcessingRules => (is => 'ro', isa => 'Paws::MediaTailor::ManifestProcessingRules'); has Name => (is => 'ro', isa => 'Str'); has PersonalizationThresholdSeconds => (is => 'ro', isa => 'Int'); has PlaybackConfigurationArn => (is => 'ro', isa => 'Str'); has PlaybackEndpointPrefix => (is => 'ro', isa => 'Str'); has SessionInitializationEndpointPrefix => (is => 'ro', isa => 'Str'); has SlateAdUrl => (is => 'ro', isa => 'Str'); has Tags => (is => 'ro', isa => 'Paws::MediaTailor::__mapOf__string', traits => ['NameInRequest'], request_name => 'tags'); has TranscodeProfileName => (is => 'ro', isa => 'Str'); has VideoContentSourceUrl => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::MediaTailor::PutPlaybackConfigurationResponse =head1 ATTRIBUTES =head2 AdDecisionServerUrl => Str 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. =head2 AvailSuppression => L The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html). =head2 Bumper => L 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 (https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html). =head2 CdnConfiguration => L The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management. =head2 ConfigurationAliases => L The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables (https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html). =head2 DashConfiguration => L The configuration for DASH content. =head2 HlsConfiguration => L The configuration for HLS content. =head2 LivePreRollConfiguration => L The configuration for pre-roll ad insertion. =head2 ManifestProcessingRules => L The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor. =head2 Name => Str The identifier for the playback configuration. =head2 PersonalizationThresholdSeconds => Int 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 I 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 (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html). =head2 PlaybackConfigurationArn => Str The Amazon Resource Name (ARN) for the playback configuration. =head2 PlaybackEndpointPrefix => Str The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting. =head2 SessionInitializationEndpointPrefix => Str The URL that the player uses to initialize a session that uses client-side reporting. =head2 SlateAdUrl => Str 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. =head2 Tags => L The tags assigned to the playback configuration. =head2 TranscodeProfileName => Str 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. =head2 VideoContentSourceUrl => Str The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters. =head2 _request_id => Str =cut