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

UpdateApiDestinationResponse

import type { UpdateApiDestinationResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface UpdateApiDestinationResponse {
ApiDestinationArn?: string | null;
ApiDestinationState?: ApiDestinationState | null;
CreationTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
}

§Properties

§
ApiDestinationArn?: string | null
[src]

The ARN of the API destination that was updated.

§
ApiDestinationState?: ApiDestinationState | null
[src]

The state of the API destination that was updated.

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

A time stamp for the time that the API destination was created.

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

A time stamp for the time that the API destination was last modified.