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

ListAuthorizersRequest

import type { ListAuthorizersRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListAuthorizersRequest {
ascendingOrder?: boolean | null;
marker?: string | null;
pageSize?: number | null;
status?: AuthorizerStatus | null;
}

§Properties

§
ascendingOrder?: boolean | null
[src]

Return the list of authorizers in ascending alphabetical order.

§
marker?: string | null
[src]

A marker used to get the next set of results.

§
pageSize?: number | null
[src]

The maximum number of results to return at one time.

§
status?: AuthorizerStatus | null
[src]

The status of the list authorizers request.