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

CreateOTAUpdateRequest

import type { CreateOTAUpdateRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface CreateOTAUpdateRequest {
additionalParameters?: {
[key: string]: string | null | undefined;
}
| null;
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

§
additionalParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
awsJobAbortConfig?: AwsJobAbortConfig | null
[src]
§
awsJobExecutionsRolloutConfig?: AwsJobExecutionsRolloutConfig | null
[src]
§
awsJobPresignedUrlConfig?: AwsJobPresignedUrlConfig | null
[src]
§
awsJobTimeoutConfig?: AwsJobTimeoutConfig | null
[src]
§
description?: string | null
[src]
§
otaUpdateId: string
[src]
§
protocols?: Protocol[] | null
[src]
§
roleArn: string
[src]
§
tags?: Tag[] | null
[src]
§
targets: string[]
[src]
§
targetSelection?: TargetSelection | null
[src]