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

ListStagingAccountsResponse

import type { ListStagingAccountsResponse } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
interface ListStagingAccountsResponse {
accounts?: Account[] | null;
nextToken?: string | null;
}

§Properties

§
accounts?: Account[] | null
[src]

An array of staging AWS Accounts.

§
nextToken?: string | null
[src]

The token of the next staging Account to retrieve.