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

DescribeProvisioningTemplateVersionResponse

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

§Properties

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

The date when the fleet provisioning template version was created.

§
isDefaultVersion?: boolean | null
[src]

True if the fleet provisioning template version is the default version.

§
templateBody?: string | null
[src]

The JSON formatted contents of the fleet provisioning template version.

§
versionId?: number | null
[src]

The fleet provisioning template version ID.