@karmaniverous/entity-client-dynamodb
    Preparing search index...

    Interface GenerateTableDefinitionAtVersionResult

    interface GenerateTableDefinitionAtVersionResult {
        path: string;
        refreshed: boolean;
    }
    Index

    Properties

    Properties

    path: string

    Path to the generated/refreshed table.yml.

    refreshed: boolean

    True when an existing file was refreshed in-place; false when created new.