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

CreateOTAUpdateResponse

import type { CreateOTAUpdateResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface CreateOTAUpdateResponse {
awsIotJobArn?: string | null;
awsIotJobId?: string | null;
otaUpdateArn?: string | null;
otaUpdateId?: string | null;
otaUpdateStatus?: OTAUpdateStatus | null;
}

§Properties

§
awsIotJobArn?: string | null
[src]

The IoT job ARN associated with the OTA update.

§
awsIotJobId?: string | null
[src]

The IoT job ID associated with the OTA update.

§
otaUpdateArn?: string | null
[src]

The OTA update ARN.

§
otaUpdateId?: string | null
[src]

The OTA update ID.

§
otaUpdateStatus?: OTAUpdateStatus | null
[src]

The OTA update status.