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

GetLoggerDefinitionVersionResponse

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

§Properties

§
Arn?: string | null
[src]

The ARN of the logger definition version.

§
CreationTimestamp?: string | null
[src]

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

§
Definition?: LoggerDefinitionVersion | null
[src]

Information about the logger definition version.

§
Id?: string | null
[src]

The ID of the logger definition version.

§
Version?: string | null
[src]

The version of the logger definition version.