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

BatchDeleteClusterSnapshotsResult

import type { BatchDeleteClusterSnapshotsResult } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface BatchDeleteClusterSnapshotsResult {
Resources: string[];
}

§Properties

§

A list of any errors returned.

§
Resources: string[]
[src]

A list of the snapshot identifiers that were deleted.