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

DeviceUnderTest

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

Information of a test device. A thing ARN or a certificate ARN is required.

interface DeviceUnderTest {
certificateArn?: string | null;
thingArn?: string | null;
}

§Properties

§
certificateArn?: string | null
[src]

Lists devices certificate ARN.

§
thingArn?: string | null
[src]

Lists devices thing ARN.