Group
Extension

Matches 2

Net-Amazon-IAM ( I/IG/IGORTSIG/Net-Amazon-IAM-0.05.tar.gz, IGORTSIG, 2015; MetaCPAN )
Net-Amazon-IAM/lib/Net/Amazon/IAM.pm ( view source; MetaCPAN )
package Net::Amazon::IAM;
use Moose;

use URI;
use Carp;
use JSON;
use URI::Encode;
use XML::Simple;
use POSIX qw(strftime);
use LWP::UserAgent;
use LWP::Protocol::https;
use Data::Dumper qw(Dumper);
 Path           => { type => SCALAR, optional => 1 },
   });

   $args{'PolicyDocument'} = encode_json delete $args{'PolicyDocument'};

   my $xml = $self->_sign(Action  => 'CreatePolicy', %args);

  
result = %{$xml->{'GetPolicyVersionResult'}{'PolicyVersion'}};
      $result{'Document'} = decode_json(URI::Encode->new()->decode($result{'Document'}));
      return Net::Amazon::IAM::PolicyVersion->n
Net-Amazon-IAM ( I/IG/IGORTSIG/Net-Amazon-IAM-0.05.tar.gz, IGORTSIG, 2015; MetaCPAN )
Net-Amazon-IAM/lib/Net/Amazon/IAM/Role.pm ( view source; MetaCPAN )
nal)

The policy that grants an entity permission to assume the role
Will be decoded to Hash from json.

=item CreateDate (required)

The date and time, in ISO 8601 date-time format, when the role was

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.