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

    Interface ResolvedCreateAtVersion

    Fully resolved inputs for a create operation at a specific version.

    interface ResolvedCreateAtVersion {
        cfg: VersionedLayoutConfig;
        options: CreateAtVersionOptions;
        version: string;
    }
    Index

    Properties

    Properties

    Versioned layout config (tablesPath/tokens/width).

    Options for create flow.

    version: string

    Target version token (NNN).