domain_metadata
(**kwargs)¶Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.
See also: AWS API Documentation
Request Syntax
response = client.domain_metadata(
DomainName='string'
)
{
'ItemCount': 123,
'ItemNamesSizeBytes': 123,
'AttributeNameCount': 123,
'AttributeNamesSizeBytes': 123,
'AttributeValueCount': 123,
'AttributeValuesSizeBytes': 123,
'Timestamp': 123
}
Response Structure
Exceptions
SimpleDB.Client.exceptions.MissingParameter
SimpleDB.Client.exceptions.NoSuchDomain