Initialize connection to SimpleDB
options parameter must include values for :aws_access_key_id and :aws_secret_access_key in order to create a connection
sdb = SimpleDB.new( :aws_access_key_id => your_aws_access_key_id, :aws_secret_access_key => your_aws_secret_access_key )
Put items attributes into a SimpleDB domain
Create a SimpleDB domain
following characters: a-z, A-Z, 0-9, ‘_’, ’-’ and ’.’.
List metadata for SimpleDB domain
Delete a SimpleDB domain
following characters: a-z, A-Z, 0-9, ‘_’, ’-’ and ’.’.
List metadata for SimpleDB domain
following characters: a-z, A-Z, 0-9, ‘_’, ’-’ and ’.’.
List metadata for SimpleDB domain
* ConsistentRead<~Boolean> - When set to true, ensures most recent data is returned. Defaults to false.
List SimpleDB domains
Put item attributes into a SimpleDB domain
following characters: a-z, A-Z, 0-9, ‘_’, ’-’ and ’.’.
Select item data from SimpleDB