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.3/services/apigateway.ts?docs=full";

Represents a delete integration request.

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

§Properties

§
httpMethod: string
[src]

[Required] Specifies a delete integration request's HTTP method.

§
resourceId: string
[src]

[Required] Specifies a delete integration request's resource identifier.

§
restApiId: string
[src]

[Required] The string identifier of the associated "RestApi".