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

UpdateAuthorizerResponse

import type { UpdateAuthorizerResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateAuthorizerResponse {
authorizerArn?: string | null;
authorizerName?: string | null;
}

§Properties

§
authorizerArn?: string | null
[src]

The authorizer ARN.

§
authorizerName?: string | null
[src]

The authorizer name.