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

DeliverConfigSnapshotResponse

import type { DeliverConfigSnapshotResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";

The output for the "DeliverConfigSnapshot" action, in JSON format.

interface DeliverConfigSnapshotResponse {
configSnapshotId?: string | null;
}

§Properties

§
configSnapshotId?: string | null
[src]

The ID of the snapshot that is being created.