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

DescribeReservedElasticsearchInstancesRequest

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

Container for parameters to DescribeReservedElasticsearchInstances

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

§
ReservedElasticsearchInstanceId?: string | null
[src]

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