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

UpdateEventActionResponse

import type { UpdateEventActionResponse } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";
interface UpdateEventActionResponse {
Action?: Action | null;
Arn?: string | null;
CreatedAt?: Date | number | null;
Event?: Event | null;
Id?: string | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
Action?: Action | null
[src]

What occurs after a certain event.

§
Arn?: string | null
[src]

The ARN for the event action.

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

The date and time that the event action was created, in ISO 8601 format.

§
Event?: Event | null
[src]

What occurs to start an action.

§
Id?: string | null
[src]

The unique identifier for the event action.

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

The date and time that the event action was last updated, in ISO 8601 format.