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

ListManagedEndpointsRequest

import type { ListManagedEndpointsRequest } from "https://aws-api.deno.dev/v0.3/services/emrcontainers.ts?docs=full";
interface ListManagedEndpointsRequest {
createdAfter?: Date | number | null;
createdBefore?: Date | number | null;
maxResults?: number | null;
nextToken?: string | null;
states?: EndpointState[] | null;
types?: string[] | null;
virtualClusterId: string;
}

§Properties

§
createdAfter?: Date | number | null
[src]

The date and time after which the endpoints are created.

§
createdBefore?: Date | number | null
[src]

The date and time before which the endpoints are created.

§
maxResults?: number | null
[src]

The maximum number of managed endpoints that can be listed.

§
nextToken?: string | null
[src]

The token for the next set of managed endpoints to return.

§
states?: EndpointState[] | null
[src]

The states of the managed endpoints.

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

The types of the managed endpoints.

§
virtualClusterId: string
[src]

The ID of the virtual cluster.