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

ListReleaseLabelsOutput

import type { ListReleaseLabelsOutput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface ListReleaseLabelsOutput {
NextToken?: string | null;
ReleaseLabels?: string[] | null;
}

§Properties

§
NextToken?: string | null
[src]

Used to paginate the next page of results if specified in the next ListReleaseLabels request.

§
ReleaseLabels?: string[] | null
[src]

The returned release labels.