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

UpdateRequestValidatorRequest

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

Updates a "RequestValidator" of a given "RestApi".

interface UpdateRequestValidatorRequest {
patchOperations?: PatchOperation[] | null;
requestValidatorId: string;
restApiId: string;
}

§Properties

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

A list of update operations to be applied to the specified resource and in the order specified in this list.

§
requestValidatorId: string
[src]

[Required] The identifier of "RequestValidator" to be updated.

§
restApiId: string
[src]

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