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

GetSuiteRunReportRequest

import type { GetSuiteRunReportRequest } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";
interface GetSuiteRunReportRequest {
suiteDefinitionId: string;
suiteRunId: string;
}

§Properties

§
suiteDefinitionId: string
[src]

Suite definition ID of the test suite.

§
suiteRunId: string
[src]

Suite run ID of the test suite run.