![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaPackageVod - Perl Interface to AWS AWS Elemental MediaPackage VOD SYNOPSISuse 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' } ], ); DESCRIPTIONAWS Elemental MediaPackage VOD For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07> METHODSConfigureLogs
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 CreateAsset
Each argument is described in detail in: Paws::MediaPackageVod::CreateAsset Returns: a Paws::MediaPackageVod::CreateAssetResponse instance Creates a new MediaPackage VOD Asset resource. CreatePackagingConfiguration
Each argument is described in detail in: Paws::MediaPackageVod::CreatePackagingConfiguration Returns: a Paws::MediaPackageVod::CreatePackagingConfigurationResponse instance Creates a new MediaPackage VOD PackagingConfiguration resource. CreatePackagingGroup
Each argument is described in detail in: Paws::MediaPackageVod::CreatePackagingGroup Returns: a Paws::MediaPackageVod::CreatePackagingGroupResponse instance Creates a new MediaPackage VOD PackagingGroup resource. DeleteAssetEach argument is described in detail in: Paws::MediaPackageVod::DeleteAsset Returns: a Paws::MediaPackageVod::DeleteAssetResponse instance Deletes an existing MediaPackage VOD Asset resource. DeletePackagingConfigurationEach argument is described in detail in: Paws::MediaPackageVod::DeletePackagingConfiguration Returns: a Paws::MediaPackageVod::DeletePackagingConfigurationResponse instance Deletes a MediaPackage VOD PackagingConfiguration resource. DeletePackagingGroupEach argument is described in detail in: Paws::MediaPackageVod::DeletePackagingGroup Returns: a Paws::MediaPackageVod::DeletePackagingGroupResponse instance Deletes a MediaPackage VOD PackagingGroup resource. DescribeAssetEach argument is described in detail in: Paws::MediaPackageVod::DescribeAsset Returns: a Paws::MediaPackageVod::DescribeAssetResponse instance Returns a description of a MediaPackage VOD Asset resource. DescribePackagingConfigurationEach argument is described in detail in: Paws::MediaPackageVod::DescribePackagingConfiguration Returns: a Paws::MediaPackageVod::DescribePackagingConfigurationResponse instance Returns a description of a MediaPackage VOD PackagingConfiguration resource. DescribePackagingGroupEach argument is described in detail in: Paws::MediaPackageVod::DescribePackagingGroup Returns: a Paws::MediaPackageVod::DescribePackagingGroupResponse instance Returns a description of a MediaPackage VOD PackagingGroup resource. ListAssets
Each argument is described in detail in: Paws::MediaPackageVod::ListAssets Returns: a Paws::MediaPackageVod::ListAssetsResponse instance Returns a collection of MediaPackage VOD Asset resources. ListPackagingConfigurations
Each argument is described in detail in: Paws::MediaPackageVod::ListPackagingConfigurations Returns: a Paws::MediaPackageVod::ListPackagingConfigurationsResponse instance Returns a collection of MediaPackage VOD PackagingConfiguration resources. ListPackagingGroups
Each argument is described in detail in: Paws::MediaPackageVod::ListPackagingGroups Returns: a Paws::MediaPackageVod::ListPackagingGroupsResponse instance Returns a collection of MediaPackage VOD PackagingGroup resources. ListTagsForResourceEach 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. TagResourceEach 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. UntagResourceEach 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. UpdatePackagingGroup
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. PAGINATORSPaginator methods are helpers that repetively call methods that return partial results ListAllAssets(sub { },[MaxResults => Int, NextToken => Str, PackagingGroupId => Str])ListAllAssets([MaxResults => Int, NextToken => Str, PackagingGroupId => Str])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. ListAllPackagingConfigurations(sub { },[MaxResults => Int, NextToken => Str, PackagingGroupId => Str])ListAllPackagingConfigurations([MaxResults => Int, NextToken => Str, PackagingGroupId => Str])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. ListAllPackagingGroups(sub { },[MaxResults => Int, NextToken => Str])ListAllPackagingGroups([MaxResults => Int, NextToken => Str])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. SEE ALSOThis service class forms part of Paws BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|