|
NAMEPaws::CloudFront - Perl Interface to AWS Amazon CloudFrontSYNOPSISuse Paws; my $obj = Paws->service('CloudFront')->new; 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' } ], ); DESCRIPTIONMETHODSCreateCloudFrontOriginAccessIdentity2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::CreateCloudFrontOriginAccessIdentity2015_04_17Returns: nothing CreateDistribution2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::CreateDistribution2015_04_17Returns: nothing CreateInvalidation2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::CreateInvalidation2015_04_17Returns: nothing CreateStreamingDistribution2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::CreateStreamingDistribution2015_04_17Returns: nothing DeleteCloudFrontOriginAccessIdentity2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::DeleteCloudFrontOriginAccessIdentity2015_04_17Returns: nothing DeleteDistribution2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::DeleteDistribution2015_04_17Returns: nothing DeleteStreamingDistribution2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::DeleteStreamingDistribution2015_04_17Returns: nothing GetCloudFrontOriginAccessIdentity2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::GetCloudFrontOriginAccessIdentity2015_04_17Returns: nothing GetCloudFrontOriginAccessIdentityConfig2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::GetCloudFrontOriginAccessIdentityConfig2015_04_17Returns: nothing GetDistribution2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::GetDistribution2015_04_17Returns: nothing GetDistributionConfig2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::GetDistributionConfig2015_04_17Returns: nothing GetInvalidation2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::GetInvalidation2015_04_17Returns: nothing GetStreamingDistribution2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::GetStreamingDistribution2015_04_17Returns: nothing GetStreamingDistributionConfig2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::GetStreamingDistributionConfig2015_04_17Returns: nothing ListCloudFrontOriginAccessIdentities2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::ListCloudFrontOriginAccessIdentities2015_04_17Returns: nothing ListDistributions2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::ListDistributions2015_04_17Returns: nothing ListInvalidations2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::ListInvalidations2015_04_17Returns: nothing ListStreamingDistributions2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::ListStreamingDistributions2015_04_17Returns: nothing UpdateCloudFrontOriginAccessIdentity2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::UpdateCloudFrontOriginAccessIdentity2015_04_17Returns: nothing UpdateDistribution2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::UpdateDistribution2015_04_17Returns: nothing UpdateStreamingDistribution2015_04_17( => )Each argument is described in detail in: Paws::CloudFront::UpdateStreamingDistribution2015_04_17Returns: nothing SEE ALSOThis service class forms part of PawsBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
Visit the GSP FreeBSD Man Page Interface. |