Group
Extension

Matches 1

Amazon-EC2 ( B/BI/BIGFOOT/Amazon-EC2-1.0.1.tar.gz, BIGFOOT, 2018; MetaCPAN )
Amazon-EC2/lib/Amazon/EC2.pm ( view source; MetaCPAN )
;

use strict;
use warnings;

use parent qw/Amazon::API/;

use Amazon::Credentials;
use JSON qw/from_json to_json/;
use Scalar::Util qw/reftype/;
use XML::Simple;
use Data::Dumper;

=pod

=head1 NAME
 => 'i-0b91d8e165cf2f41b'}]);
 my $result = $ec2->DescribeInstances(Filter => $filter);
 print to_json($result, { pretty  => 1 });

=cut

sub DescribeInstances {
  my $self = shift;
  my %args = @_;
 

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