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

ListSuiteRunsRequest

import type { ListSuiteRunsRequest } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";
interface ListSuiteRunsRequest {
maxResults?: number | null;
nextToken?: string | null;
suiteDefinitionId?: string | null;
suiteDefinitionVersion?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return at once.

§
nextToken?: string | null
[src]

A token to retrieve the next set of results.

§
suiteDefinitionId?: string | null
[src]

Lists the test suite runs of the specified test suite based on suite definition ID.

§
suiteDefinitionVersion?: string | null
[src]

Must be passed along with suiteDefinitionId. Lists the test suite runs of the specified test suite based on suite definition version.