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

DeleteIntegrationRequest

import type { DeleteIntegrationRequest } from "https://aws-api.deno.dev/v0.4/services/apigateway.ts?docs=full";

Represents a delete integration request.

interface DeleteIntegrationRequest {
httpMethod: string;
resourceId: string;
restApiId: string;
}

§Properties

§
httpMethod: string
[src]

Specifies a delete integration request's HTTP method.

§
resourceId: string
[src]

Specifies a delete integration request's resource identifier.

§
restApiId: string
[src]

The string identifier of the associated RestApi.