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

PutSnapshotBlockResponse

import type { PutSnapshotBlockResponse } from "https://aws-api.deno.dev/v0.4/services/ebs.ts?docs=full";
interface PutSnapshotBlockResponse {
Checksum?: string | null;
ChecksumAlgorithm?: ChecksumAlgorithm | null;
}

§Properties

§
Checksum?: string | null
[src]

The SHA256 checksum generated for the block data by Amazon EBS.

§
ChecksumAlgorithm?: ChecksumAlgorithm | null
[src]

The algorithm used by Amazon EBS to generate the checksum.