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

ListReleaseLabelsInput

import type { ListReleaseLabelsInput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface ListReleaseLabelsInput {
Filters?: ReleaseLabelFilter | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: ReleaseLabelFilter | null
[src]

Filters the results of the request. Prefix specifies the prefix of release labels to return. Application specifies the application (with/without version) of release labels to return.

§
MaxResults?: number | null
[src]

Defines the maximum number of release labels to return in a single response. The default is 100.

§
NextToken?: string | null
[src]

Specifies the next page of results. If NextToken is not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. The ListReleaseLabels request fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if the NextToken is expired or tampered with.