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

SearchSystemTemplatesResponse

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

§Properties

§
nextToken?: string | null
[src]

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

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

An array of objects that contain summary information about each system deployment in the result set.