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

DisassociateMembersRequest

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

§Properties

§
AccountIds: string[]
[src]

A list of account IDs of the GuardDuty member accounts that you want to disassociate from the administrator account.

§
DetectorId: string
[src]

The unique ID of the detector of the GuardDuty account whose members you want to disassociate from the administrator account.