AWS-Networks
view release on metacpan or search on metacpan
my $nets = AWS::Networks->new();
say $nets->sync_token->iso8601;
foreach my $cidr (@{ $nets->cidrs }){
say $cidr
}
DESCRIPTION
This module parses the official public IP network information published
by Amazon Web Services at https://ip-ranges.amazonaws.com/ip-ranges.json
Please read and understand the information can be found at
http://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html to make
sense of the data retured by this module.
USAGE
Instance an object, and use it to filter information of interest to you
with the attributes and methods provided.
lib/AWS/Networks.pm view on Meta::CPAN
my $nets = AWS::Networks->new();
say $nets->sync_token->iso8601;
foreach my $cidr (@{ $nets->cidrs }){
say $cidr
}
=head1 DESCRIPTION
This module parses the official public IP network information published by Amazon Web Services at https://ip-ranges.amazonaws.com/ip-ranges.json
Please read and understand the information can be found at http://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html to make sense of the data retured by this module.
=head1 USAGE
Instance an object, and use it to filter information of interest to you with the attributes and methods provided.
=head1 METHODS
=head2 new([ url => 'http....' ])
( run in 0.410 second using v1.01-cache-2.11-cpan-64827b87656 )