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

GetMembersRequest

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

§Properties

§
AccountIds: string[]
[src]

A list of account IDs of the GuardDuty member accounts that you want to describe.

§
DetectorId: string
[src]

The unique ID of the detector of the GuardDuty account whose members you want to retrieve.