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

ListAuthorizersResponse

import type { ListAuthorizersResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListAuthorizersResponse {
authorizers?: AuthorizerSummary[] | null;
nextMarker?: string | null;
}

§Properties

§
authorizers?: AuthorizerSummary[] | null
[src]

The authorizers.

§
nextMarker?: string | null
[src]

A marker used to get the next set of results.