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

StartSnapshotResponse

import type { StartSnapshotResponse } from "https://aws-api.deno.dev/v0.4/services/ebs.ts?docs=full";
interface StartSnapshotResponse {
BlockSize?: number | null;
Description?: string | null;
KmsKeyArn?: string | null;
OwnerId?: string | null;
ParentSnapshotId?: string | null;
SnapshotId?: string | null;
StartTime?: Date | number | null;
Status?: Status | null;
Tags?: Tag[] | null;
VolumeSize?: number | null;
}

§Properties

§
BlockSize?: number | null
[src]

The size of the blocks in the snapshot, in bytes.

§
Description?: string | null
[src]

The description of the snapshot.

§
KmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.

§
OwnerId?: string | null
[src]

The Amazon Web Services account ID of the snapshot owner.

§
ParentSnapshotId?: string | null
[src]

The ID of the parent snapshot.

§
SnapshotId?: string | null
[src]

The ID of the snapshot.

§
StartTime?: Date | number | null
[src]

The timestamp when the snapshot was created.

§
Status?: Status | null
[src]

The status of the snapshot.

§
Tags?: Tag[] | null
[src]

The tags applied to the snapshot. You can specify up to 50 tags per snapshot. For more information, see Tagging your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

§
VolumeSize?: number | null
[src]

The size of the volume, in GiB.