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

TrackListMessage

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

§Properties

§
MaintenanceTracks: MaintenanceTrack[]
[src]

A list of maintenance tracks output by the DescribeClusterTracks operation.

§
Marker?: string | null
[src]

The starting point to return a set of response tracklist records. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.