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

ListVersionsResponse

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

Container for the parameters for response received from the "ListVersions" operation.

interface ListVersionsResponse {
NextToken?: string | null;
Versions?: string[] | null;
}

§Properties

§
NextToken?: string | null
[src]
§
Versions?: string[] | null
[src]