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

CreateFunctionDefinitionVersionResponse

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

§Properties

§
Arn?: string | null
[src]

The ARN of the version.

§
CreationTimestamp?: string | null
[src]

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

§
Id?: string | null
[src]

The ID of the parent definition that the version is associated with.

§
Version?: string | null
[src]

The ID of the version.