Class: SimpleAWS::ImportExport

Inherits:
API
  • Object
show all
Includes:
CallTypes::ActionParam, Signing::Version2
Defined in:
lib/simple_aws/import_export.rb

Overview

Amazon's Import / Export

http://docs.amazonwebservices.com/AWSImportExport/latest/API/Welcome.html

All requests are POST and always through HTTPS. This API does not support region specifiers.

See Also:

Instance Attribute Summary

Attributes inherited from API

#access_key, #region, #secret_key, #version

Instance Method Summary (collapse)

Methods included from Signing::Version2

#finish_and_sign_request, #sign_request

Methods included from CallTypes::ActionParam

#method_missing

Methods inherited from API

default_region, endpoint, #uri, use_https, version

Constructor Details

- (ImportExport) initialize(key, secret)

A new instance of ImportExport



23
24
25
# File 'lib/simple_aws/import_export.rb', line 23

def initialize(key, secret)
  super(key, secret)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class SimpleAWS::CallTypes::ActionParam