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

CopySnapshotRequest

import type { CopySnapshotRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface CopySnapshotRequest {
Description?: string | null;
DestinationOutpostArn?: string | null;
DestinationRegion?: string | null;
DryRun?: boolean | null;
Encrypted?: boolean | null;
KmsKeyId?: string | null;
PresignedUrl?: string | null;
SourceRegion: string;
SourceSnapshotId: string;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
Description?: string | null
[src]
§
DestinationOutpostArn?: string | null
[src]
§
DestinationRegion?: string | null
[src]
§
DryRun?: boolean | null
[src]
§
Encrypted?: boolean | null
[src]
§
KmsKeyId?: string | null
[src]
§
PresignedUrl?: string | null
[src]
§
SourceRegion: string
[src]
§
SourceSnapshotId: string
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]