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

DescribeReleaseLabelOutput

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

§Properties

§
Applications?: SimplifiedApplication[] | null
[src]

The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.

§
NextToken?: string | null
[src]

The pagination token. Reserved for future use. Currently set to null.

§
ReleaseLabel?: string | null
[src]

The target release label described in the response.