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

CreateProvisioningTemplateResponse

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

§Properties

§
defaultVersionId?: number | null
[src]

The default version of the fleet provisioning template.

§
templateArn?: string | null
[src]

The ARN that identifies the provisioning template.

§
templateName?: string | null
[src]

The name of the fleet provisioning template.