Class AWS::SimpleDB::Client
In: lib/aws/simple_db/client.rb
Parent: Core::QueryClient

Client class for Amazon SimpleDB.

Methods

Classes and Modules

Class AWS::SimpleDB::Client::V20090415

Constants

API_VERSION = '2009-04-15'
REGION_US_E1 = 'sdb.amazonaws.com'   @api private
REGION_US_W1 = 'sdb.us-west-1.amazonaws.com'   @api private
REGION_EU_W1 = 'sdb.eu-west-1.amazonaws.com'   @api private
REGION_APAC_SE1 = 'sdb.ap-southeast-1.amazonaws.com'   @api private
CACHEABLE_REQUESTS = Set[ :domain_metadata, :get_attributes, :list_domains, :select, ]   @api private

Public Class methods

@param [String] name @return [Boolean] Returns true if the given name is a valid

  Amazon SimpleDB domain name.

Public Instance methods

@param [String] name @return [Boolean] Returns true if the given name is a valid

  Amazon SimpleDB domain name.

@api private

[Validate]