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

DescribeReservedElasticsearchInstanceOfferingsRequest

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

Container for parameters to DescribeReservedElasticsearchInstanceOfferings

interface DescribeReservedElasticsearchInstanceOfferingsRequest {
MaxResults?: number | null;
NextToken?: string | null;
ReservedElasticsearchInstanceOfferingId?: 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]

NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

§
ReservedElasticsearchInstanceOfferingId?: string | null
[src]

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