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

ClusterDbRevisionsMessage

import type { ClusterDbRevisionsMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface ClusterDbRevisionsMessage {
ClusterDbRevisions: ClusterDbRevision[];
Marker?: string | null;
}

§Properties

§
ClusterDbRevisions: ClusterDbRevision[]
[src]

A list of revisions.

§
Marker?: string | null
[src]

A string representing the starting point for the next set of revisions. If a value is returned in a response, you can retrieve the next set of revisions by providing the value in the marker parameter and retrying the command. If the marker field is empty, all revisions have already been returned.