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

DescribeReservedInstanceOfferingsRequest

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

Container for parameters to DescribeReservedInstanceOfferings

interface DescribeReservedInstanceOfferingsRequest {
MaxResults?: number | null;
NextToken?: string | null;
ReservedInstanceOfferingId?: 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.

§
ReservedInstanceOfferingId?: string | null
[src]

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.