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

UpdateIntegrationResponseRequest

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

Represents an update integration response request.

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

§Properties

§
httpMethod: string
[src]

Specifies an update integration response request's HTTP method.

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

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

§
resourceId: string
[src]

Specifies an update integration response request's resource identifier.

§
restApiId: string
[src]

The string identifier of the associated RestApi.

§
statusCode: string
[src]

Specifies an update integration response request's status code.