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

AdminAccount

import type { AdminAccount } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

The account within the organization specified as the GuardDuty delegated administrator.

interface AdminAccount {
AdminAccountId?: string | null;
AdminStatus?: AdminStatus | null;
}

§Properties

§
AdminAccountId?: string | null
[src]

The Amazon Web Services account ID for the account.

§
AdminStatus?: AdminStatus | null
[src]

Indicates whether the account is enabled as the delegated administrator.