This topic discusses the conventions used in the Amazon SimpleDB API reference. This includes terminology, notation, and any abbreviations used to describe the API.
The API reference is broken down into a collection of Actions and Data Types .
Actions encapsulate the possible interactions with Amazon SimpleDB. These can be viewed as remote procedure calls and consist of a request and response message pair. Requests must be signed, allowing Amazon SimpleDB to authenticate the caller.
Values provided as parameters to the various operations must be of the indicated type. Standard XSD types (like
string, boolean, int) are prefixed with xsd:. Complex types defined by the
Amazon SimpleDB WSDL are prefixed with sdb:.
The current version of the Amazon SimpleDB WSDL is available at the following location: http://sdb.amazonaws.com/doc/2007-11-07/AmazonSimpleDB.wsdl. Some libraries can generate code directly from the WSDL. Other libraries require a little more work on your part.