From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Amazon::API::Botocore - Automagic AWS API class generator

SYNOPSIS

perl Amazon/API/Botocore.pm options command
Options
-------
--help, -h help
--module-name, -m module name, default: Amazon::API::{service}
--service, -s API service
--botocore-path, -b path to git botocore project
--tidy, -t perltidy output, default is true, use --no-tidy to disable
--file, -f output filename, default: STDOUT
Commands
--------
describe
create-stub

See also - perldoc Amazon::API::Botocore::Pod

DESCRIPTION

Generates Perl classes from Botocore specfications.

NOTES

Assuming you have built the project...

export PROJECT_HOME="$(pwd)/perl-Amazon-API"
cd $PROJECT_HOME
./bootstrap
./configure && make && make install

...now clone the Botocore repository.

cd $PROJECT_HOME/src/main/perl/lib

...and try to generate a stub

PERL5LIB=. perl Amazon/API/Botocore.pm -s sqs create-stub

METHODS AND SUBROUTINES

No public methods are exported by this class. It is a modulino.

AUTHOR

Rob Lauer - <rclauer@gmail.com>

SEE OTHER