@resistdesign/voltra
    Preparing search index...

    Type Alias BatchGetItemOutput

    Output payload from DynamoDB batch get operations.

    type BatchGetItemOutput = {
        Responses?: Record<string, AttributeMap[]>;
        UnprocessedKeys?: Record<string, KeysAndAttributes>;
    }
    Index

    Properties

    Responses?: Record<string, AttributeMap[]>

    Response items keyed by table name.

    UnprocessedKeys?: Record<string, KeysAndAttributes>

    Unprocessed keys to retry.