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

ListStagingAccountsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of staging Accounts to retrieve.

§
nextToken?: string | null
[src]

The token of the next staging Account to retrieve.