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

GetSnapshotBlockRequest

import type { GetSnapshotBlockRequest } from "https://aws-api.deno.dev/v0.3/services/ebs.ts?docs=full";
interface GetSnapshotBlockRequest {
BlockIndex: number;
BlockToken: string;
SnapshotId: string;
}

§Properties

§
BlockIndex: number
[src]

The block index of the block from which to get data.

Obtain the BlockIndex by running the ListChangedBlocks or ListSnapshotBlocks operations.

§
BlockToken: string
[src]

The block token of the block from which to get data.

Obtain the BlockToken by running the ListChangedBlocks or ListSnapshotBlocks operations.

§
SnapshotId: string
[src]

The ID of the snapshot containing the block from which to get data.