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

ListSessionsRequest

import type { ListSessionsRequest } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface ListSessionsRequest {
MaxResults?: number | null;
NextToken?: string | null;
RequestOrigin?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results.

§
NextToken?: string | null
[src]

The token for the next set of results, or null if there are no more result.

§
RequestOrigin?: string | null
[src]

The origin of the request.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags belonging to the session.