|
NAMEAmazon::SimpleDB - a low-level perlish interface for working with Amazon's SimpleDB service.DESCRIPTIONThis is code is in the early stages of development. Do not consider it stable. Feedback and patches welcome.Amazon::SimpleDB provides a "low-level" perlish interface for working with Amazon's SimpleDB (SMB) service. "Amazon SimpleDB is a web service for running queries on structured data in real time. This service works in close conjunction with Amazon Simple Storage Service (Amazon S3) and Amazon Elastic Compute Cloud (Amazon EC2), collectively providing the ability to store, process and query data sets in the cloud. These services are designed to make web-scale computing easier and more cost-effective for developers." To sign up for an Amazon Web Services account, required to use this library and the SimpleDB service, please visit the Amazon Web Services web site at http://www.amazonaws.com/. You will be billed accordingly by Amazon when you use this module and must be responsible for these costs. To learn more about Amazon's SimpleDB service, please visit: http://simpledb.amazonaws.com/. METHODSAmazon::SimpleDB->new($args)Amazon::SimpleDB->domains$sdb->domain($name)$sdb->create_domain($name)$sdb->delete_domain($name)$sdb->request($action,[\%args])timestamp([$epoch])TO DO
SUPPORTBugs should be reported via the CPAN bug tracker at<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Amazon-SimpleDB> For other issues, contact the author. AUTHORTimothy Appnel <tima@cpan.org>SEE ALSOAmazon::S3COPYRIGHT AND LICENCEThe software is released under the Artistic License. The terms of the Artistic License are described at http://www.perl.com/language/misc/Artistic.html. Except where otherwise noted, Amazon::SimpleDB is Copyright 2008, Timothy Appnel, tima@cpan.org. All rights reserved.
Visit the GSP FreeBSD Man Page Interface. |