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

InviteMembersRequest

import type { InviteMembersRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface InviteMembersRequest {
AccountIds: string[];
DetectorId: string;
DisableEmailNotification?: boolean | null;
Message?: string | null;
}

§Properties

§
AccountIds: string[]
[src]

A list of account IDs of the accounts that you want to invite to GuardDuty as members.

§
DetectorId: string
[src]

The unique ID of the detector of the GuardDuty account that you want to invite members with.

§
DisableEmailNotification?: boolean | null
[src]

A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.

§
Message?: string | null
[src]

The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.