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.
simpledb_domain_metadata(DomainName)
[required] The name of the domain for which to display the metadata of.
A list with the following syntax:
list( ItemCount = 123, ItemNamesSizeBytes = 123, AttributeNameCount = 123, AttributeNamesSizeBytes = 123, AttributeValueCount = 123, AttributeValuesSizeBytes = 123, Timestamp = 123 )
svc$domain_metadata( DomainName = "string" )