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

DescribeReservedNodesRequest

import type { DescribeReservedNodesRequest } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";
interface DescribeReservedNodesRequest {
Duration?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
NodeType?: string | null;
OfferingType?: string | null;
ReservationId?: string | null;
ReservedNodesOfferingId?: string | null;
}

§Properties

§
Duration?: string | null
[src]

The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

§
MaxResults?: number | null
[src]

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

§
NextToken?: string | null
[src]

An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

§
NodeType?: string | null
[src]

The node type filter value. Use this parameter to show only those reservations matching the specified node type. For more information, see Supported node types.

§
OfferingType?: string | null
[src]

The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. Valid values: "All Upfront"|"Partial Upfront"| "No Upfront"

§
ReservationId?: string | null
[src]

The reserved node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

§
ReservedNodesOfferingId?: string | null
[src]

The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.