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

CreateLoggerDefinitionResponse

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

§Properties

§
Arn?: string | null
[src]

The ARN of the definition.

§
CreationTimestamp?: string | null
[src]

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

§
Id?: string | null
[src]

The ID of the definition.

§
LastUpdatedTimestamp?: string | null
[src]

The time, in milliseconds since the epoch, when the definition was last updated.

§
LatestVersion?: string | null
[src]

The ID of the latest version associated with the definition.

§
LatestVersionArn?: string | null
[src]

The ARN of the latest version associated with the definition.

§
Name?: string | null
[src]

The name of the definition.