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

CreateMembersRequest

import type { CreateMembersRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface CreateMembersRequest {
AccountDetails: AccountDetail[];
DetectorId: string;
}

§Properties

§
AccountDetails: AccountDetail[]
[src]

A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty administrator account.

§
DetectorId: string
[src]

The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.