Snapshot
import type { Snapshot } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface Snapshot {
DataEncryptionKeyId?: string | null;
Description?: string | null;
Encrypted?: boolean | null;
KmsKeyId?: string | null;
OutpostArn?: string | null;
OwnerAlias?: string | null;
OwnerId?: string | null;
Progress?: string | null;
SnapshotId?: string | null;
StartTime?: Date | number | null;
State?: SnapshotState | null;
StateMessage?: string | null;
Tags: Tag[];
VolumeId?: string | null;
VolumeSize?: number | null;
}§Properties
§
State?: SnapshotState | null
[src]