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

CreateProvisioningTemplateVersionResponse

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

§Properties

§
isDefaultVersion?: boolean | null
[src]

True if the fleet provisioning template version is the default version, otherwise false.

§
templateArn?: string | null
[src]

The ARN that identifies the provisioning template.

§
templateName?: string | null
[src]

The name of the fleet provisioning template.

§
versionId?: number | null
[src]

The version of the fleet provisioning template.