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

DescribeReservedNodeExchangeStatusOutputMessage

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

§Properties

§
Marker?: string | null
[src]

A pagination token provided by a previous DescribeReservedNodeExchangeStatus request.

§
ReservedNodeExchangeStatusDetails: ReservedNodeExchangeStatus[]
[src]

The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.