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

GetMemberDetectorsRequest

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

§Properties

§
AccountIds: string[]
[src]

The account ID of the member account.

§
DetectorId: string
[src]

The detector ID for the administrator account.