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

CreateSuiteDefinitionRequest

import type { CreateSuiteDefinitionRequest } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";
interface CreateSuiteDefinitionRequest {
suiteDefinitionConfiguration?: SuiteDefinitionConfiguration | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
suiteDefinitionConfiguration?: SuiteDefinitionConfiguration | null
[src]

Creates a Device Advisor test suite with suite definition configuration.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to be attached to the suite definition.