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

BatchUpdateTableRowsResult

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

§Properties

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

The list of batch items in the request that could not be updated in the table. Each element in this list contains one item from the request that could not be updated in the table along with the reason why that item could not be updated.

§
workbookCursor: number
[src]

The updated workbook cursor after adding the new rows at the end of the table.