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

ExecuteQueryRequest

import type { ExecuteQueryRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface ExecuteQueryRequest {
maxResults?: number | null;
nextToken?: string | null;
queryStatement: string;
workspaceId: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

§
nextToken?: string | null
[src]

The string that specifies the next page of results.

§
queryStatement: string
[src]

The query statement.

§
workspaceId: string
[src]

The ID of the workspace.