Skip to content

BaseResult

type BaseResult = object;

Base result type for DynamoDB commands.

optional consumedCapacity: ConsumedCapacity;

Information about the capacity units consumed by the operation.


optional responseMetadata: ResponseMetadata;

Metadata about the response from DynamoDB.