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

GetRequestValidatorRequest

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

Gets a "RequestValidator" of a given "RestApi".

interface GetRequestValidatorRequest {
requestValidatorId: string;
restApiId: string;
}

§Properties

§
requestValidatorId: string
[src]

[Required] The identifier of the "RequestValidator" to be retrieved.

§
restApiId: string
[src]

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