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

Event

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

An Amazon Web Services resource event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

interface Event {
DataSource?: EventDataSource | null;
EventClass?: EventClass | null;
EventSource?: string | null;
Id?: string | null;
Name?: string | null;
ResourceCollection?: ResourceCollection | null;
Resources?: EventResource[] | null;
Time?: Date | number | null;
}

§Properties

§
DataSource?: EventDataSource | null
[src]

The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, where DevOps Guru analysis found the event.

§
EventClass?: EventClass | null
[src]

The class of the event. The class specifies what the event is related to, such as an infrastructure change, a deployment, or a schema change.

§
EventSource?: string | null
[src]

The Amazon Web Services source that emitted the event.

§
Id?: string | null
[src]

The ID of the event.

§
Name?: string | null
[src]

The name of the event.

§
ResourceCollection?: ResourceCollection | null
[src]
§
Resources?: EventResource[] | null
[src]

An EventResource object that contains information about the resource that emitted the event.

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

A Timestamp that specifies the time the event occurred.