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

UpdateIntegrationRequest

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

Represents an update integration request.

interface UpdateIntegrationRequest {
httpMethod: string;
patchOperations?: PatchOperation[] | null;
resourceId: string;
restApiId: string;
}

§Properties

§
httpMethod: string
[src]

Represents an update integration request's HTTP method.

§
patchOperations?: PatchOperation[] | null
[src]

For more information about supported patch operations, see Patch Operations.

§
resourceId: string
[src]

Represents an update integration request's resource identifier.

§
restApiId: string
[src]

The string identifier of the associated RestApi.