Skip to main content
Latest
interface DynamoDBClient
import { type DynamoDBClient } from "https://deno.land/x/dynamodb@v1.0.0/mod.ts";

Generic representation of a DynamoDB client.

Index Signatures

[key: string]: (params: Doc, options?: Doc) => Promise<Doc>

Properties

describeEndpoints: (options?: Doc) => Promise<Doc>
describeLimits: (options?: Doc) => Promise<Doc>
listTables: (options?: Doc) => Promise<Doc>
scan: (params: Doc, options?: Doc) => Promise<Doc | AsyncIterableIterator<Doc>>
query: (params: Doc, options?: Doc) => Promise<Doc | AsyncIterableIterator<Doc>>