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

DescribeManagedJobTemplateResponse

import type { DescribeManagedJobTemplateResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeManagedJobTemplateResponse {
description?: string | null;
document?: string | null;
documentParameters?: DocumentParameter[] | null;
environments?: string[] | null;
templateArn?: string | null;
templateName?: string | null;
templateVersion?: string | null;
}

§Properties

§
description?: string | null
[src]

The unique description of a managed template.

§
document?: string | null
[src]

The document schema for a managed job template.

§
documentParameters?: DocumentParameter[] | null
[src]

A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.

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

A list of environments that are supported with the managed job template.

§
templateArn?: string | null
[src]

The unique Amazon Resource Name (ARN) of the managed template.

§
templateName?: string | null
[src]

The unique name of a managed template, such as AWS-Reboot.

§
templateVersion?: string | null
[src]

The version for a managed template.