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

UpdateAuthorizerRequest

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

Request to update an existing Authorizer resource.

interface UpdateAuthorizerRequest {
authorizerId: string;
patchOperations?: PatchOperation[] | null;
restApiId: string;
}

§Properties

§
authorizerId: string
[src]

The identifier of the Authorizer resource.

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

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

§
restApiId: string
[src]

The string identifier of the associated RestApi.