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

ListChangedBlocksResponse

import type { ListChangedBlocksResponse } from "https://aws-api.deno.dev/v0.4/services/ebs.ts?docs=full";
interface ListChangedBlocksResponse {
BlockSize?: number | null;
ChangedBlocks?: ChangedBlock[] | null;
ExpiryTime?: Date | number | null;
NextToken?: string | null;
VolumeSize?: number | null;
}

§Properties

§
BlockSize?: number | null
[src]

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

§
ChangedBlocks?: ChangedBlock[] | null
[src]

An array of objects containing information about the changed blocks.

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

The time when the BlockToken expires.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

§
VolumeSize?: number | null
[src]

The size of the volume in GB.