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

ListSuiteRunsResponse

import type { ListSuiteRunsResponse } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";
interface ListSuiteRunsResponse {
nextToken?: string | null;
suiteRunsList?: SuiteRunInformation[] | null;
}

§Properties

§
nextToken?: string | null
[src]

A token to retrieve the next set of results.

§
suiteRunsList?: SuiteRunInformation[] | null
[src]

An array of objects that provide summaries of information about the suite runs in the list.