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

ListJobTemplatesRequest

import type { ListJobTemplatesRequest } from "https://aws-api.deno.dev/v0.4/services/emrcontainers.ts?docs=full";
interface ListJobTemplatesRequest {
createdAfter?: Date | number | null;
createdBefore?: Date | number | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

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

The date and time after which the job templates were created.

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

The date and time before which the job templates were created.

§
maxResults?: number | null
[src]

The maximum number of job templates that can be listed.

§
nextToken?: string | null
[src]

The token for the next set of job templates to return.