The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:amazon"

Amazon::S3 - A portable client library for working with and managing Amazon S3 buckets and keys. River stage one • 1 direct dependent • 1 total dependent

This documentation refers to version 0.65. "Amazon::S3" provides a portable client interface to Amazon Simple Storage System (S3). This module is rather dated, however with some help from a few contributors it has had some recent updates. Recent chan...

BIGFOOT/Amazon-S3-0.65 - 28 Nov 2023 22:53:40 UTC

Amazon::MWS - Perl interface to Amazon Marketplace Web Services River stage zero No dependents

See Amazon::MWS::Client for the implementation of the low level Amazon MWS API. For the high level methods provided by the Amazon::MWS::Uploader you are going to need to supply database storage. Uploading products Basically you take the products whic...

HORNBURG/Amazon-MWS-0.150 - 23 Sep 2017 11:31:41 UTC

Amazon::EC2 River stage zero No dependents

Perl interface to the Amazon EC2 API...

BIGFOOT/Amazon-EC2-1.0.1 - 03 Dec 2018 01:45:21 UTC

XML::Amazon - Perl extension for getting information from Amazon River stage one • 2 direct dependents • 3 total dependents

XML::Amazon provides a simple way to get information from Amazon. *XML::Amazon* can connect to US, JP, UK, FR, DE and CA....

SHLOMIF/XML-Amazon-0.14 - 17 Oct 2020 13:02:44 UTC

Amazon::API - A generic base class for AWS Services River stage one • 1 direct dependent • 1 total dependent

https://github.com/rlauer6/perl-Amazon-API/actions/workflows/build.yml/b adge.svg Generic class for constructing AWS API interfaces. Typically used as a parent class, but can be used directly. This package can also generates stubs for Amazon APIs usi...

BIGFOOT/Amazon-API-2.0.13 - 29 Jan 2024 20:30:11 UTC

Amazon::SES - Perl extension that implements Amazon Simple Email Service (SES) client River stage zero No dependents

Implements Amazon Web Services' Simple Email Service (SES). Sess <http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html> for details and to sign-up for the service. Forked from Net::AWS::SES, changed to use Moops and updated to support AW...

RCONOVER/Amazon-SES-0.06 - 27 Jan 2015 03:52:35 UTC

Net::Amazon - Framework for accessing amazon.com via REST River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon" works very much like "LWP": First you define a useragent like my $ua = Net::Amazon->new( associate_tag => 'YOUR_AMZN_ASSOCIATE_TAG', token => 'YOUR_AMZN_TOKEN', secret_key => 'YOUR_AMZN_SECRET_KEY', max_pages => 3, ); which you pass you...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Amazon::Site - A class to represent an Amazon site River stage zero No dependents

DAVECROSS/Amazon-Sites-0.1.6 - 04 Apr 2024 10:52:22 UTC

Amazon::Sites - A class to represent Amazon sites River stage zero No dependents

A simple class that encapsulates information about Amazon sites....

DAVECROSS/Amazon-Sites-0.1.6 - 04 Apr 2024 10:52:22 UTC

Amazon::SimpleDB - a low-level perlish interface for working with Amazon's SimpleDB service. River stage zero No dependents

This 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...

TIMA/Amazon-SimpleDB-0.03 - 23 Jan 2008 16:16:52 UTC

Amazon::DynamoDB - API support for Amazon DynamoDB River stage one • 2 direct dependents • 2 total dependents

Provides a Future-based API for Amazon's DynamoDB REST API. See Amazon::DynamoDB::20120810 for available methods. Current implementations for issuing the HTTP requests: * Amazon::DynamoDB::NaHTTP - use Net::Async::HTTP for applications based on IO::A...

RCONOVER/Amazon-DynamoDB-0.35 - 14 Apr 2015 14:58:42 UTC

Amazon::SNS - Amazon Simple Notification Service made simpler River stage one • 1 direct dependent • 1 total dependent

Sorry for not providing a better documentation, patches are always accepted. ;)...

ZUMMO/Amazon-SNS-1.3 - 19 Jun 2015 22:44:25 UTC

Amazon::Credentials - fetch Amazon credentials from file, environment or role River stage one • 1 direct dependent • 1 total dependent

Class to find AWS credentials from either the environment, configuration files, instance meta-data or container role. You can specify the order using the "order" option in the constructor to determine the order in which the class will look for creden...

BIGFOOT/Amazon-Credentials-1.1.24 - 29 Nov 2023 11:58:44 UTC

Amazon::SendToKindle - Send files to Amazon's personal document service. River stage zero No dependents

This is my first module for the Perl community. It was created to be used in one of my projects called Whisper: https://github.com/nathanpc/whisper It's a extremely easy and straight forward way to send documents to Amazon's Kindle Personal Documents...

NATHANPC/Amazon-SendToKindle-0.2 - 08 Aug 2013 11:21:16 UTC

DBD::Amazon River stage zero No dependents

DBD::Amazon provides a DBI and SQL syntax abstraction for the Amazon(R) E-Commerce Services 4.0 API *aka* ECS. <http://www.amazon.com/gp/>. Using the REST interface, and a limited SQL dialect, it provides a DBI-friendly interface to ECS. Be advised t...

DARNOLD/DBD-Amazon-0.10 - 23 May 2005 19:41:48 UTC

Net::Amazon::S3 - Use the Amazon S3 - Simple Storage Service River stage two • 13 direct dependents • 15 total dependents

This module provides a Perlish interface to Amazon S3. From the developer blurb: "Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 provides a simple web services interface that can be ...

BARNEY/Net-Amazon-S3-0.991 - 16 Jul 2022 23:48:15 UTC

Tie::Amazon::S3 - tie Amazon S3 buckets to Perl hashes River stage zero No dependents

ZAKAME/Tie-Amazon-S3-0.02 - 16 Dec 2007 07:57:36 UTC

Amazon::SNS::V4 - Amazon Simple Notification Service with v4 Signatures River stage zero No dependents

Amazon::SNS::V4 is basically Amazon::SNS v1.3, changed to use v4 Signatures, from AWS::Signature4. Sorry for not providing a better documentation, patches are always accepted. ;)...

JWRIGHT/Amazon-SNS-V4-2.0 - 12 Feb 2021 03:57:09 UTC

Amazon::S3::Thin - A thin, lightweight, low-level Amazon S3 client River stage zero No dependents

Amazon::S3::Thin is a thin, lightweight, low-level Amazon S3 client. It's designed for only ONE purpose: Send a request and get a response. In detail, it offers the following features: Low Level It returns an HTTP::Response object so you can easily i...

AKIYM/Amazon-S3-Thin-0.32 - 24 Aug 2022 00:34:05 UTC

Net::Amazon::IAM - Perl interface to the Amazon Identity and Access Management. River stage zero No dependents

This module is a Perl interface to Amazon's Identity and Access Management (IAM). It uses the Query API to communicate with Amazon's Web Services framework....

IGORTSIG/Net-Amazon-IAM-0.05 - 29 Mar 2015 18:38:16 UTC
1,022 results (0.026 seconds)