OTAUpdateInfo
import type { OTAUpdateInfo } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";interface OTAUpdateInfo {
additionalParameters?: {} | null;
[key: string]: string | null | undefined;
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
§
awsJobExecutionsRolloutConfig?: AwsJobExecutionsRolloutConfig | null
[src]§
awsJobPresignedUrlConfig?: AwsJobPresignedUrlConfig | null
[src]§
otaUpdateFiles?: OTAUpdateFile[] | null
[src]§
otaUpdateStatus?: OTAUpdateStatus | null
[src]§
targetSelection?: TargetSelection | null
[src]