AttributeValue
import type { AttributeValue } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";interface AttributeValue {
B?: Uint8Array | string | null;
BOOL?: boolean | null;
BS?: (Uint8Array | string)[] | null;
L?: AttributeValue[] | null;
M?: {} | null;
[key: string]: AttributeValue | null | undefined;
N?: string | null;
NS?: string[] | null;
NULL?: boolean | null;
S?: string | null;
SS?: string[] | null;
}§Properties
§
L?: AttributeValue[] | null
[src]§
M?: {} | null
[src][key: string]: AttributeValue | null | undefined;