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

ExportTasksMessage

import type { ExportTasksMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface ExportTasksMessage {
ExportTasks: ExportTask[];
Marker?: string | null;
}

§Properties

§
ExportTasks: ExportTask[]
[src]

Information about an export of a snapshot or cluster to Amazon S3.

§
Marker?: string | null
[src]

A pagination token that can be used in a later DescribeExportTasks request. A marker is used for pagination to identify the location to begin output for the next response of DescribeExportTasks.