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

DeleteOTAUpdateRequest

import type { DeleteOTAUpdateRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DeleteOTAUpdateRequest {
deleteStream?: boolean | null;
forceDeleteAWSJob?: boolean | null;
otaUpdateId: string;
}

§Properties

§
deleteStream?: boolean | null
[src]

When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.

§
forceDeleteAWSJob?: boolean | null
[src]

When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.

§
otaUpdateId: string
[src]

The ID of the OTA update to delete.