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

UpdateApiDestinationRequest

import type { UpdateApiDestinationRequest } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface UpdateApiDestinationRequest {
ConnectionArn?: string | null;
Description?: string | null;
HttpMethod?: ApiDestinationHttpMethod | null;
InvocationEndpoint?: string | null;
InvocationRateLimitPerSecond?: number | null;
Name: string;
}

§Properties

§
ConnectionArn?: string | null
[src]

The ARN of the connection to use for the API destination.

§
Description?: string | null
[src]

The name of the API destination to update.

§
HttpMethod?: ApiDestinationHttpMethod | null
[src]

The method to use for the API destination.

§
InvocationEndpoint?: string | null
[src]

The URL to the endpoint to use for the API destination.

§
InvocationRateLimitPerSecond?: number | null
[src]

The maximum number of invocations per second to send to the API destination.

§
Name: string
[src]

The name of the API destination to update.