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

DescribeApiDestinationResponse

import type { DescribeApiDestinationResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/eventbridge.ts";
interface DescribeApiDestinationResponse {
ApiDestinationArn?: string | null;
ApiDestinationState?: ApiDestinationState | null;
ConnectionArn?: string | null;
CreationTime?: Date | number | null;
Description?: string | null;
HttpMethod?: ApiDestinationHttpMethod | null;
InvocationEndpoint?: string | null;
InvocationRateLimitPerSecond?: number | null;
LastModifiedTime?: Date | number | null;
Name?: string | null;
}

§Properties

§
ApiDestinationArn?: string | null
[src]
§
ApiDestinationState?: ApiDestinationState | null
[src]
§
ConnectionArn?: string | null
[src]
§
CreationTime?: Date | number | null
[src]
§
Description?: string | null
[src]
§
InvocationEndpoint?: string | null
[src]
§
InvocationRateLimitPerSecond?: number | null
[src]
§
LastModifiedTime?: Date | number | null
[src]
§
Name?: string | null
[src]