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

DescribeReservedInstancesRequest

import type { DescribeReservedInstancesRequest } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

Container for parameters to DescribeReservedInstances

interface DescribeReservedInstancesRequest {
MaxResults?: number | null;
NextToken?: string | null;
ReservedInstanceId?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

Set this value to limit the number of results returned. If not specified, defaults to 100.

§
NextToken?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.

§
ReservedInstanceId?: string | null
[src]

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