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

ResetAuthorizersCacheRequest

import type { ResetAuthorizersCacheRequest } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface ResetAuthorizersCacheRequest {
ApiId: string;
StageName: string;
}

§Properties

§
ApiId: string
[src]

The API identifier.

§
StageName: string
[src]

The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.