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

GetDeviceDefinitionVersionResponse

import type { GetDeviceDefinitionVersionResponse } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface GetDeviceDefinitionVersionResponse {
Arn?: string | null;
CreationTimestamp?: string | null;
Definition?: DeviceDefinitionVersion | null;
Id?: string | null;
NextToken?: string | null;
Version?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the device definition version.

§
CreationTimestamp?: string | null
[src]

The time, in milliseconds since the epoch, when the device definition version was created.

§
Definition?: DeviceDefinitionVersion | null
[src]

Information about the device definition version.

§
Id?: string | null
[src]

The ID of the device definition version.

§
NextToken?: string | null
[src]

The token for the next set of results, or ''null'' if there are no additional results.

§
Version?: string | null
[src]

The version of the device definition version.