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

DescribeInstallationMediaMessage

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

§Properties

§
Filters?: Filter[] | null
[src]

A filter that specifies one or more installation media to describe. Supported filters include the following:

  • custom-availability-zone-id - Accepts custom Availability Zone (AZ) identifiers. The results list includes information about only the custom AZs identified by these identifiers.
  • engine - Accepts database engines. The results list includes information about only the database engines identified by these identifiers. For more information about the valid engines for installation media, see "ImportInstallationMedia".
§
InstallationMediaId?: string | null
[src]

The installation medium ID.

§
Marker?: string | null
[src]

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

§
MaxRecords?: number | 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.