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

StartSuiteRunResponse

import type { StartSuiteRunResponse } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";
interface StartSuiteRunResponse {
createdAt?: Date | number | null;
suiteRunArn?: string | null;
suiteRunId?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

Starts a Device Advisor test suite run based on suite create time.

§
suiteRunArn?: string | null
[src]

Amazon Resource Name (ARN) of the started suite run.

§
suiteRunId?: string | null
[src]

Suite Run ID of the started suite run.