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

GetReservedNodeExchangeConfigurationOptionsOutputMessage

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

§Properties

§
Marker?: string | null
[src]

A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions request.

§
ReservedNodeConfigurationOptionList: ReservedNodeConfigurationOption[]
[src]

the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.