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

GetCoreDefinitionVersionResponse

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

§Properties

§
Arn?: string | null
[src]

The ARN of the core definition version.

§
CreationTimestamp?: string | null
[src]

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

§
Definition?: CoreDefinitionVersion | null
[src]

Information about the core definition version.

§
Id?: string | null
[src]

The ID of the core 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 core definition version.