Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchDeleteTableRowsResult

import type { BatchDeleteTableRowsResult } from "https://aws-api.deno.dev/v0.4/services/honeycode.ts?docs=full";
interface BatchDeleteTableRowsResult {
failedBatchItems?: FailedBatchItem[] | null;
workbookCursor: number;
}

§Properties

§
failedBatchItems?: FailedBatchItem[] | null
[src]

The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.

§
workbookCursor: number
[src]

The updated workbook cursor after deleting the rows from the table.