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

ProvisionDeviceResponse

import type { ProvisionDeviceResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface ProvisionDeviceResponse {
Arn: string;
Certificates?: Uint8Array | null;
DeviceId?: string | null;
IotThingName?: string | null;
Status: DeviceStatus;
}

§Properties

§
Arn: string
[src]

The device's ARN.

§
Certificates?: Uint8Array | null
[src]

The device's configuration bundle.

§
DeviceId?: string | null
[src]

The device's ID.

§
IotThingName?: string | null
[src]

The device's IoT thing name.

§

The device's status.