CreateOTAUpdateRequest
import type { CreateOTAUpdateRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";interface CreateOTAUpdateRequest {
additionalParameters?: {} | null;
[key: string]: string | null | undefined;
awsJobAbortConfig?: AwsJobAbortConfig | null;
awsJobExecutionsRolloutConfig?: AwsJobExecutionsRolloutConfig | null;
awsJobPresignedUrlConfig?: AwsJobPresignedUrlConfig | null;
awsJobTimeoutConfig?: AwsJobTimeoutConfig | null;
description?: string | null;
files: OTAUpdateFile[];
otaUpdateId: string;
protocols?: Protocol[] | null;
roleArn: string;
tags?: Tag[] | null;
targets: string[];
targetSelection?: TargetSelection | null;
}§Properties
§
awsJobAbortConfig?: AwsJobAbortConfig | null
[src]§
awsJobExecutionsRolloutConfig?: AwsJobExecutionsRolloutConfig | null
[src]§
awsJobPresignedUrlConfig?: AwsJobPresignedUrlConfig | null
[src]§
awsJobTimeoutConfig?: AwsJobTimeoutConfig | null
[src]§
files: OTAUpdateFile[]
[src]§
targetSelection?: TargetSelection | null
[src]