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

ListAccountsRequest

import type { ListAccountsRequest } from "https://aws-api.deno.dev/v0.3/services/sso.ts?docs=full";
interface ListAccountsRequest {
accessToken: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
accessToken: string
[src]

The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.

§
maxResults?: number | null
[src]

This is the number of items clients can request per page.

§
nextToken?: string | null
[src]

(Optional) When requesting subsequent pages, this is the page token from the previous response output.