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

ChangedBlock

import type { ChangedBlock } from "https://aws-api.deno.dev/v0.4/services/ebs.ts?docs=full";

A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of the same volume/snapshot lineage.

interface ChangedBlock {
BlockIndex?: number | null;
FirstBlockToken?: string | null;
SecondBlockToken?: string | null;
}

§Properties

§
BlockIndex?: number | null
[src]

The block index.

§
FirstBlockToken?: string | null
[src]

The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.

§
SecondBlockToken?: string | null
[src]

The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.