UpdateAuthorizerRequest
import type { UpdateAuthorizerRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";interface UpdateAuthorizerRequest {
authorizerFunctionArn?: string | null;
authorizerName: string;
status?: AuthorizerStatus | null;
tokenKeyName?: string | null;
tokenSigningPublicKeys?: {} | null;
}[key: string]: string | null | undefined;