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

UpdateProvisioningTemplateRequest

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

§Properties

§
defaultVersionId?: number | null
[src]

The ID of the default provisioning template version.

§
description?: string | null
[src]

The description of the fleet provisioning template.

§
enabled?: boolean | null
[src]

True to enable the fleet provisioning template, otherwise false.

§
preProvisioningHook?: ProvisioningHook | null
[src]

Updates the pre-provisioning hook template.

§
provisioningRoleArn?: string | null
[src]

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

§
removePreProvisioningHook?: boolean | null
[src]

Removes pre-provisioning hook template.

§
templateName: string
[src]

The name of the fleet provisioning template.