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::MediaPackage::UpdateOriginEndpoint; use Moose; has Authorization => (is => 'ro', isa => 'Paws::MediaPackage::Authorization', traits => ['NameInRequest'], request_name => 'authorization'); has CmafPackage => (is => 'ro', isa => 'Paws::MediaPackage::CmafPackageCreateOrUpdateParameters', traits => ['NameInRequest'], request_name => 'cmafPackage'); has DashPackage => (is => 'ro', isa => 'Paws::MediaPackage::DashPackage', traits => ['NameInRequest'], request_name => 'dashPackage'); has Description => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'description'); has HlsPackage => (is => 'ro', isa => 'Paws::MediaPackage::HlsPackage', traits => ['NameInRequest'], request_name => 'hlsPackage'); has Id => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'id', required => 1); has ManifestName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'manifestName'); has MssPackage => (is => 'ro', isa => 'Paws::MediaPackage::MssPackage', traits => ['NameInRequest'], request_name => 'mssPackage'); has Origination => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'origination'); has StartoverWindowSeconds => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'startoverWindowSeconds'); has TimeDelaySeconds => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'timeDelaySeconds'); has Whitelist => (is => 'ro', isa => 'ArrayRef[Str|Undef]', traits => ['NameInRequest'], request_name => 'whitelist'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'UpdateOriginEndpoint'); class_has _api_uri => (isa => 'Str', is => 'ro', default => '/origin_endpoints/{id}'); class_has _api_method => (isa => 'Str', is => 'ro', default => 'PUT'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::MediaPackage::UpdateOriginEndpointResponse'); 1; ### main pod documentation begin ### =head1 NAME Paws::MediaPackage::UpdateOriginEndpoint - Arguments for method UpdateOriginEndpoint on L =head1 DESCRIPTION This class represents the parameters used for calling the method UpdateOriginEndpoint on the L service. Use the attributes of this class as arguments to method UpdateOriginEndpoint. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateOriginEndpoint. =head1 SYNOPSIS my $mediapackage = Paws->service('MediaPackage'); my $UpdateOriginEndpointResponse = $mediapackage->UpdateOriginEndpoint( Id => 'My__string', Authorization => { CdnIdentifierSecret => 'My__string', SecretsRoleArn => 'My__string', }, # OPTIONAL CmafPackage => { Encryption => { SpekeKeyProvider => { ResourceId => 'My__string', RoleArn => 'My__string', SystemIds => [ 'My__string', ... ], Url => 'My__string', CertificateArn => 'My__string', EncryptionContractConfiguration => { PresetSpeke20Audio => 'PRESET-AUDIO-1', # values: PRESET-AUDIO-1 PresetSpeke20Video => 'PRESET-VIDEO-1', # values: PRESET-VIDEO-1 }, # OPTIONAL }, ConstantInitializationVector => 'My__string', KeyRotationIntervalSeconds => 1, # OPTIONAL }, # OPTIONAL HlsManifests => [ { Id => 'My__string', AdMarkers => 'NONE' , # values: NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE; OPTIONAL AdTriggers => [ 'SPLICE_INSERT', ... # values: SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY ], # OPTIONAL AdsOnDeliveryRestrictions => 'NONE', # values: NONE, RESTRICTED, UNRESTRICTED, BOTH; OPTIONAL IncludeIframeOnlyStream => 1, # OPTIONAL ManifestName => 'My__string', PlaylistType => 'NONE', # values: NONE, EVENT, VOD; OPTIONAL PlaylistWindowSeconds => 1, # OPTIONAL ProgramDateTimeIntervalSeconds => 1, # OPTIONAL }, ... ], # OPTIONAL SegmentDurationSeconds => 1, # OPTIONAL SegmentPrefix => 'My__string', StreamSelection => { MaxVideoBitsPerSecond => 1, # OPTIONAL MinVideoBitsPerSecond => 1, # OPTIONAL StreamOrder => 'ORIGINAL' , # values: ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING; OPTIONAL }, # OPTIONAL }, # OPTIONAL DashPackage => { AdTriggers => [ 'SPLICE_INSERT', ... # values: SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY ], # OPTIONAL AdsOnDeliveryRestrictions => 'NONE', # values: NONE, RESTRICTED, UNRESTRICTED, BOTH; OPTIONAL Encryption => { SpekeKeyProvider => { ResourceId => 'My__string', RoleArn => 'My__string', SystemIds => [ 'My__string', ... ], Url => 'My__string', CertificateArn => 'My__string', EncryptionContractConfiguration => { PresetSpeke20Audio => 'PRESET-AUDIO-1', # values: PRESET-AUDIO-1 PresetSpeke20Video => 'PRESET-VIDEO-1', # values: PRESET-VIDEO-1 }, # OPTIONAL }, KeyRotationIntervalSeconds => 1, # OPTIONAL }, # OPTIONAL ManifestLayout => 'FULL', # values: FULL, COMPACT; OPTIONAL ManifestWindowSeconds => 1, # OPTIONAL MinBufferTimeSeconds => 1, # OPTIONAL MinUpdatePeriodSeconds => 1, # OPTIONAL PeriodTriggers => [ 'ADS', ... # values: ADS ], # OPTIONAL Profile => 'NONE', # values: NONE, HBBTV_1_5; OPTIONAL SegmentDurationSeconds => 1, # OPTIONAL SegmentTemplateFormat => 'NUMBER_WITH_TIMELINE' , # values: NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION; OPTIONAL StreamSelection => { MaxVideoBitsPerSecond => 1, # OPTIONAL MinVideoBitsPerSecond => 1, # OPTIONAL StreamOrder => 'ORIGINAL' , # values: ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING; OPTIONAL }, # OPTIONAL SuggestedPresentationDelaySeconds => 1, # OPTIONAL UtcTiming => 'NONE', # values: NONE, HTTP-HEAD, HTTP-ISO; OPTIONAL UtcTimingUri => 'My__string', }, # OPTIONAL Description => 'My__string', # OPTIONAL HlsPackage => { AdMarkers => 'NONE' , # values: NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE; OPTIONAL AdTriggers => [ 'SPLICE_INSERT', ... # values: SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY ], # OPTIONAL AdsOnDeliveryRestrictions => 'NONE', # values: NONE, RESTRICTED, UNRESTRICTED, BOTH; OPTIONAL Encryption => { SpekeKeyProvider => { ResourceId => 'My__string', RoleArn => 'My__string', SystemIds => [ 'My__string', ... ], Url => 'My__string', CertificateArn => 'My__string', EncryptionContractConfiguration => { PresetSpeke20Audio => 'PRESET-AUDIO-1', # values: PRESET-AUDIO-1 PresetSpeke20Video => 'PRESET-VIDEO-1', # values: PRESET-VIDEO-1 }, # OPTIONAL }, ConstantInitializationVector => 'My__string', EncryptionMethod => 'AES_128', # values: AES_128, SAMPLE_AES; OPTIONAL KeyRotationIntervalSeconds => 1, # OPTIONAL RepeatExtXKey => 1, # OPTIONAL }, # OPTIONAL IncludeIframeOnlyStream => 1, # OPTIONAL PlaylistType => 'NONE', # values: NONE, EVENT, VOD; OPTIONAL PlaylistWindowSeconds => 1, # OPTIONAL ProgramDateTimeIntervalSeconds => 1, # OPTIONAL SegmentDurationSeconds => 1, # OPTIONAL StreamSelection => { MaxVideoBitsPerSecond => 1, # OPTIONAL MinVideoBitsPerSecond => 1, # OPTIONAL StreamOrder => 'ORIGINAL' , # values: ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING; OPTIONAL }, # OPTIONAL UseAudioRenditionGroup => 1, # OPTIONAL }, # OPTIONAL ManifestName => 'My__string', # OPTIONAL MssPackage => { Encryption => { SpekeKeyProvider => { ResourceId => 'My__string', RoleArn => 'My__string', SystemIds => [ 'My__string', ... ], Url => 'My__string', CertificateArn => 'My__string', EncryptionContractConfiguration => { PresetSpeke20Audio => 'PRESET-AUDIO-1', # values: PRESET-AUDIO-1 PresetSpeke20Video => 'PRESET-VIDEO-1', # values: PRESET-VIDEO-1 }, # OPTIONAL }, }, # OPTIONAL ManifestWindowSeconds => 1, # OPTIONAL SegmentDurationSeconds => 1, # OPTIONAL StreamSelection => { MaxVideoBitsPerSecond => 1, # OPTIONAL MinVideoBitsPerSecond => 1, # OPTIONAL StreamOrder => 'ORIGINAL' , # values: ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING; OPTIONAL }, # OPTIONAL }, # OPTIONAL Origination => 'ALLOW', # OPTIONAL StartoverWindowSeconds => 1, # OPTIONAL TimeDelaySeconds => 1, # OPTIONAL Whitelist => [ 'My__string', ... ], # OPTIONAL ); # Results: my $Arn = $UpdateOriginEndpointResponse->Arn; my $Authorization = $UpdateOriginEndpointResponse->Authorization; my $ChannelId = $UpdateOriginEndpointResponse->ChannelId; my $CmafPackage = $UpdateOriginEndpointResponse->CmafPackage; my $DashPackage = $UpdateOriginEndpointResponse->DashPackage; my $Description = $UpdateOriginEndpointResponse->Description; my $HlsPackage = $UpdateOriginEndpointResponse->HlsPackage; my $Id = $UpdateOriginEndpointResponse->Id; my $ManifestName = $UpdateOriginEndpointResponse->ManifestName; my $MssPackage = $UpdateOriginEndpointResponse->MssPackage; my $Origination = $UpdateOriginEndpointResponse->Origination; my $StartoverWindowSeconds = $UpdateOriginEndpointResponse->StartoverWindowSeconds; my $Tags = $UpdateOriginEndpointResponse->Tags; my $TimeDelaySeconds = $UpdateOriginEndpointResponse->TimeDelaySeconds; my $Url = $UpdateOriginEndpointResponse->Url; my $Whitelist = $UpdateOriginEndpointResponse->Whitelist; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 Authorization => L =head2 CmafPackage => L =head2 DashPackage => L =head2 Description => Str A short text description of the OriginEndpoint. =head2 HlsPackage => L =head2 B Id => Str The ID of the OriginEndpoint to update. =head2 ManifestName => Str A short string that will be appended to the end of the Endpoint URL. =head2 MssPackage => L =head2 Origination => Str Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination Valid values are: C<"ALLOW">, C<"DENY"> =head2 StartoverWindowSeconds => Int Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint. =head2 TimeDelaySeconds => Int Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint. =head2 Whitelist => ArrayRef[Str|Undef] A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint. =head1 SEE ALSO This class forms part of L, documenting arguments for method UpdateOriginEndpoint in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut