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.4/services/apigateway.ts?docs=full";

Gets a RequestValidator of a given RestApi.

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

§Properties

§
requestValidatorId: string
[src]

The identifier of the RequestValidator to be retrieved.

§
restApiId: string
[src]

The string identifier of the associated RestApi.