Data retrieval APIs for Amazon SimpleDB
Amazon SimpleDB provides the following APIs for data retrieval.
| Actions | Description | Access level |
|---|---|---|
| DomainMetadata | Return information about the domain, including when the domain was created, the number of items and attributes, and the size of attribute names and values | Read |
| GetAttributes | Return all of the attributes associated with the item | Read |
| GetExport | Return information for an existing domain export arn | Read |
| ListDomains | List all domains | List |
| ListExports | List all exports that were created. The results are paginated and can be filtered by domain name | List |
| Select | Execute a query against the items in a domain | Read |