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

DescribeReservedInstancesResponse

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

Container for results from DescribeReservedInstances

interface DescribeReservedInstancesResponse {
NextToken?: string | null;
ReservedInstances?: ReservedInstance[] | null;
}

§Properties

§
NextToken?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.

§
ReservedInstances?: ReservedInstance[] | null
[src]

List of reserved OpenSearch instances.