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

Account

import type { Account } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";

An Amazon Web Services account that is the administrator account of or a member of a behavior graph.

interface Account {
AccountId: string;
EmailAddress: string;
}

§Properties

§
AccountId: string
[src]

The account identifier of the Amazon Web Services account.

§
EmailAddress: string
[src]

The Amazon Web Services account root user email address for the Amazon Web Services account.