GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::MediaPackageVod(3) User Contributed Perl Documentation Paws::MediaPackageVod(3)

Paws::MediaPackageVod - Perl Interface to AWS AWS Elemental MediaPackage VOD

  use Paws;
  my $obj = Paws->service('MediaPackageVod');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

AWS Elemental MediaPackage VOD

For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07>

[EgressAccessLogs => Paws::MediaPackageVod::EgressAccessLogs]

Each argument is described in detail in: Paws::MediaPackageVod::ConfigureLogs

Returns: a Paws::MediaPackageVod::ConfigureLogsResponse instance

Changes the packaging group's properities to configure log subscription

[ResourceId => Str]
[Tags => Paws::MediaPackageVod::Tags]

Each argument is described in detail in: Paws::MediaPackageVod::CreateAsset

Returns: a Paws::MediaPackageVod::CreateAssetResponse instance

Creates a new MediaPackage VOD Asset resource.

[CmafPackage => Paws::MediaPackageVod::CmafPackage]
[DashPackage => Paws::MediaPackageVod::DashPackage]
[HlsPackage => Paws::MediaPackageVod::HlsPackage]
[MssPackage => Paws::MediaPackageVod::MssPackage]
[Tags => Paws::MediaPackageVod::Tags]

Each argument is described in detail in: Paws::MediaPackageVod::CreatePackagingConfiguration

Returns: a Paws::MediaPackageVod::CreatePackagingConfigurationResponse instance

Creates a new MediaPackage VOD PackagingConfiguration resource.

[Authorization => Paws::MediaPackageVod::Authorization]
[EgressAccessLogs => Paws::MediaPackageVod::EgressAccessLogs]
[Tags => Paws::MediaPackageVod::Tags]

Each argument is described in detail in: Paws::MediaPackageVod::CreatePackagingGroup

Returns: a Paws::MediaPackageVod::CreatePackagingGroupResponse instance

Creates a new MediaPackage VOD PackagingGroup resource.

Each argument is described in detail in: Paws::MediaPackageVod::DeleteAsset

Returns: a Paws::MediaPackageVod::DeleteAssetResponse instance

Deletes an existing MediaPackage VOD Asset resource.

Each argument is described in detail in: Paws::MediaPackageVod::DeletePackagingConfiguration

Returns: a Paws::MediaPackageVod::DeletePackagingConfigurationResponse instance

Deletes a MediaPackage VOD PackagingConfiguration resource.

Each argument is described in detail in: Paws::MediaPackageVod::DeletePackagingGroup

Returns: a Paws::MediaPackageVod::DeletePackagingGroupResponse instance

Deletes a MediaPackage VOD PackagingGroup resource.

Each argument is described in detail in: Paws::MediaPackageVod::DescribeAsset

Returns: a Paws::MediaPackageVod::DescribeAssetResponse instance

Returns a description of a MediaPackage VOD Asset resource.

Each argument is described in detail in: Paws::MediaPackageVod::DescribePackagingConfiguration

Returns: a Paws::MediaPackageVod::DescribePackagingConfigurationResponse instance

Returns a description of a MediaPackage VOD PackagingConfiguration resource.

Each argument is described in detail in: Paws::MediaPackageVod::DescribePackagingGroup

Returns: a Paws::MediaPackageVod::DescribePackagingGroupResponse instance

Returns a description of a MediaPackage VOD PackagingGroup resource.

[MaxResults => Int]
[NextToken => Str]
[PackagingGroupId => Str]

Each argument is described in detail in: Paws::MediaPackageVod::ListAssets

Returns: a Paws::MediaPackageVod::ListAssetsResponse instance

Returns a collection of MediaPackage VOD Asset resources.

[MaxResults => Int]
[NextToken => Str]
[PackagingGroupId => Str]

Each argument is described in detail in: Paws::MediaPackageVod::ListPackagingConfigurations

Returns: a Paws::MediaPackageVod::ListPackagingConfigurationsResponse instance

Returns a collection of MediaPackage VOD PackagingConfiguration resources.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::MediaPackageVod::ListPackagingGroups

Returns: a Paws::MediaPackageVod::ListPackagingGroupsResponse instance

Returns a collection of MediaPackage VOD PackagingGroup resources.

Each argument is described in detail in: Paws::MediaPackageVod::ListTagsForResource

Returns: a Paws::MediaPackageVod::ListTagsForResourceResponse instance

Returns a list of the tags assigned to the specified resource.

Each argument is described in detail in: Paws::MediaPackageVod::TagResource

Returns: nothing

Adds tags to the specified resource. You can specify one or more tags to add.

Each argument is described in detail in: Paws::MediaPackageVod::UntagResource

Returns: nothing

Removes tags from the specified resource. You can specify one or more tags to remove.

[Authorization => Paws::MediaPackageVod::Authorization]

Each argument is described in detail in: Paws::MediaPackageVod::UpdatePackagingGroup

Returns: a Paws::MediaPackageVod::UpdatePackagingGroupResponse instance

Updates a specific packaging group. You can't change the id attribute or any other system-generated attributes.

Paginator methods are helpers that repetively call methods that return partial results

If passed a sub as first parameter, it will call the sub for each element found in :

 - Assets, passing the object as the first parameter, and the string 'Assets' as the second parameter

If not, it will return a a Paws::MediaPackageVod::ListAssetsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - PackagingConfigurations, passing the object as the first parameter, and the string 'PackagingConfigurations' as the second parameter

If not, it will return a a Paws::MediaPackageVod::ListPackagingConfigurationsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - PackagingGroups, passing the object as the first parameter, and the string 'PackagingGroups' as the second parameter

If not, it will return a a Paws::MediaPackageVod::ListPackagingGroupsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.