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

ServiceEvent

import type { ServiceEvent } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";

The details for an event that's associated with a service.

interface ServiceEvent {
createdAt?: Date | number | null;
id?: string | null;
message?: string | null;
}

§Properties

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

The Unix timestamp for the time when the event was triggered.

§
id?: string | null
[src]

The ID string for the event.

§
message?: string | null
[src]

The event message.