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

InstallationMediaMessage

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

§Properties

§
InstallationMedia: InstallationMedia[]
[src]

The list of "InstallationMedia" objects for the Amazon Web Services account.

§
Marker?: string | null
[src]

An optional pagination token provided by a previous "DescribeInstallationMedia" request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.