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.4/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]

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

§
requestValidatorId: string
[src]

The identifier of RequestValidator to be updated.

§
restApiId: string
[src]

The string identifier of the associated RestApi.