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

DescribeProvisioningTemplateResponse

import type { DescribeProvisioningTemplateResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeProvisioningTemplateResponse {
creationDate?: Date | number | null;
defaultVersionId?: number | null;
description?: string | null;
enabled?: boolean | null;
lastModifiedDate?: Date | number | null;
preProvisioningHook?: ProvisioningHook | null;
provisioningRoleArn?: string | null;
templateArn?: string | null;
templateBody?: string | null;
templateName?: string | null;
}

§Properties

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

The date when the fleet provisioning template was created.

§
defaultVersionId?: number | null
[src]

The default fleet template version ID.

§
description?: string | null
[src]

The description of the fleet provisioning template.

§
enabled?: boolean | null
[src]

True if the fleet provisioning template is enabled, otherwise false.

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

The date when the fleet provisioning template was last modified.

§
preProvisioningHook?: ProvisioningHook | null
[src]

Gets information about a pre-provisioned hook.

§
provisioningRoleArn?: string | null
[src]

The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.

§
templateArn?: string | null
[src]

The ARN of the fleet provisioning template.

§
templateBody?: string | null
[src]

The JSON formatted contents of the fleet provisioning template.

§
templateName?: string | null
[src]

The name of the fleet provisioning template.