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

RemoteAccountDetails

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

Contains details about the remote Amazon Web Services account that made the API call.

interface RemoteAccountDetails {
AccountId?: string | null;
Affiliated?: boolean | null;
}

§Properties

§
AccountId?: string | null
[src]

The Amazon Web Services account ID of the remote API caller.

§
Affiliated?: boolean | null
[src]

Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty environment. If this value is True the API caller is affiliated to your account in some way. If it is False the API caller is from outside your environment.