UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

3 lines (2 loc) 268 B
import { BatchWriteCommandInput, DynamoDBDocument } from "@aws-sdk/lib-dynamodb"; export declare function batchDelete(docClient: DynamoDBDocument, tableName: string, deleteCommandInput: BatchWriteCommandInput, retryCount?: number, maxRetries?: number): Promise<void>;