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

ListManagedJobTemplatesRequest

import type { ListManagedJobTemplatesRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListManagedJobTemplatesRequest {
maxResults?: number | null;
nextToken?: string | null;
templateName?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

Maximum number of entries that can be returned.

§
nextToken?: string | null
[src]

The token to retrieve the next set of results.

§
templateName?: string | null
[src]

An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.