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

CreateApiDestinationResponse

import type { CreateApiDestinationResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface CreateApiDestinationResponse {
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 created by the request.

§
ApiDestinationState?: ApiDestinationState | null
[src]

The state of the API destination that was created by the request.

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

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

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

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