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

ListAccountRolesRequest

import type { ListAccountRolesRequest } from "https://aws-api.deno.dev/v0.3/services/sso.ts?docs=full";
interface ListAccountRolesRequest {
accessToken: string;
accountId: 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.

§
accountId: string
[src]

The identifier for the AWS account that is assigned to the user.

§
maxResults?: number | null
[src]

The number of items that clients can request per page.

§
nextToken?: string | null
[src]

The page token from the previous response output when you request subsequent pages.