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

SelectResult

import type { SelectResult } from "https://aws-api.deno.dev/v0.4/services/simpledb.ts?docs=full";
interface SelectResult {
Items: Item[];
NextToken?: string | null;
}

§Properties

§
Items: Item[]
[src]

A list of items that match the select expression.

§
NextToken?: string | null
[src]

An opaque token indicating that more items than

MaxNumberOfItems

were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.