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

ServerEvent

import type { ServerEvent } from "https://aws-api.deno.dev/v0.3/services/opsworkscm.ts?docs=full";

An event that is related to the server, such as the start of maintenance or backup.

interface ServerEvent {
CreatedAt?: Date | number | null;
LogUrl?: string | null;
Message?: string | null;
ServerName?: string | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The time when the event occurred.

§
LogUrl?: string | null
[src]

The Amazon S3 URL of the event's log file.

§
Message?: string | null
[src]

A human-readable informational or status message.

§
ServerName?: string | null
[src]

The name of the server on or for which the event occurred.