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