DomainMetadata
Source:
src/AWS/SimpleDB/DomainMetadata.ts
Runtime binding for sdb:DomainMetadata.
Bind this operation to a Domain inside a function runtime to get a
callable that returns the domain’s item/attribute counts and sizes.
Domain Introspection
Section titled “Domain Introspection”const domainMetadata = yield* AWS.SimpleDB.DomainMetadata(domain);
const metadata = yield* domainMetadata();// metadata.ItemCount, metadata.AttributeValueCount, ...