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

ListAccountsResponse

import type { ListAccountsResponse } from "https://aws-api.deno.dev/v0.3/services/sso.ts?docs=full";
interface ListAccountsResponse {
accountList?: AccountInfo[] | null;
nextToken?: string | null;
}

§Properties

§
accountList?: AccountInfo[] | null
[src]

A paginated response with the list of account information and the next token if more results are available.

§
nextToken?: string | null
[src]

The page token client that is used to retrieve the list of accounts.