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

SearchSystemInstancesResponse

import type { SearchSystemInstancesResponse } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface SearchSystemInstancesResponse {
nextToken?: string | null;
summaries?: SystemInstanceSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The string to specify as nextToken when you request the next page of results.

§
summaries?: SystemInstanceSummary[] | null
[src]

An array of objects that contain summary data abour the system instances in the result set.