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

OTAUpdateInfo

import type { OTAUpdateInfo } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface OTAUpdateInfo {
additionalParameters?: {
[key: string]: string | null | undefined;
}
| null;
awsIotJobArn?: string | null;
awsIotJobId?: string | null;
awsJobExecutionsRolloutConfig?: AwsJobExecutionsRolloutConfig | null;
awsJobPresignedUrlConfig?: AwsJobPresignedUrlConfig | null;
creationDate?: Date | number | null;
description?: string | null;
errorInfo?: ErrorInfo | null;
lastModifiedDate?: Date | number | null;
otaUpdateArn?: string | null;
otaUpdateFiles?: OTAUpdateFile[] | null;
otaUpdateId?: string | null;
otaUpdateStatus?: OTAUpdateStatus | null;
protocols?: Protocol[] | null;
targets?: string[] | null;
targetSelection?: TargetSelection | null;
}

§Properties

§
additionalParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
awsIotJobArn?: string | null
[src]
§
awsIotJobId?: string | null
[src]
§
awsJobExecutionsRolloutConfig?: AwsJobExecutionsRolloutConfig | null
[src]
§
awsJobPresignedUrlConfig?: AwsJobPresignedUrlConfig | null
[src]
§
creationDate?: Date | number | null
[src]
§
description?: string | null
[src]
§
errorInfo?: ErrorInfo | null
[src]
§
lastModifiedDate?: Date | number | null
[src]
§
otaUpdateArn?: string | null
[src]
§
otaUpdateFiles?: OTAUpdateFile[] | null
[src]
§
otaUpdateId?: string | null
[src]
§
otaUpdateStatus?: OTAUpdateStatus | null
[src]
§
protocols?: Protocol[] | null
[src]
§
targets?: string[] | null
[src]
§
targetSelection?: TargetSelection | null
[src]