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

ExportImageRequest

import type { ExportImageRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ExportImageRequest {
ClientToken?: string | null;
Description?: string | null;
DiskImageFormat: DiskImageFormat;
DryRun?: boolean | null;
ImageId: string;
RoleName?: string | null;
S3ExportLocation: ExportTaskS3LocationRequest;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
ClientToken?: string | null
[src]
§
Description?: string | null
[src]
§
DiskImageFormat: DiskImageFormat
[src]
§
DryRun?: boolean | null
[src]
§
ImageId: string
[src]
§
RoleName?: string | null
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]