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

EventTypeSummary

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

Returns information about an event that has triggered a notification rule.

interface EventTypeSummary {
EventTypeId?: string | null;
EventTypeName?: string | null;
ResourceType?: string | null;
ServiceName?: string | null;
}

§Properties

§
EventTypeId?: string | null
[src]

The system-generated ID of the event.

§
EventTypeName?: string | null
[src]

The name of the event.

§
ResourceType?: string | null
[src]

The resource type of the event.

§
ServiceName?: string | null
[src]

The name of the service for which the event applies.