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-16vtt531a2w0.deno.dev/v0.2/services/eventbridge.ts";
interface UpdateApiDestinationResponse {
ApiDestinationArn?: string | null;
ApiDestinationState?: ApiDestinationState | null;
CreationTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
}

§Properties

§
ApiDestinationArn?: string | null
[src]
§
ApiDestinationState?: ApiDestinationState | null
[src]
§
CreationTime?: Date | number | null
[src]
§
LastModifiedTime?: Date | number | null
[src]