AWS-CloudFront
view release on metacpan or search on metacpan
lib/AWS/CloudFront/Distribution.pm view on Meta::CPAN
115116117118119120121122123124125126127128129130131132133134135
my
$s
=
shift
;
foreach
my
$ident
(
$s
->cf->origin_access_identities )
{
}
# end foreach()
}
);
sub
update
{
my
$s
=
shift
;
my
$type
=
'UpdateDistribution'
;
my
$response
=
$s
->cf->request(
$type
,
Distribution
=>
$s
)->request();
if
(
$response
->error_code )
{
die
$response
->msg;
}
# end if()
( run in 0.255 second using v1.01-cache-2.11-cpan-49f99fa48dc )