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.3/services/detective.ts?docs=full";
interface GetMembersRequest {
AccountIds: string[];
GraphArn: string;
}

§Properties

§
AccountIds: string[]
[src]

The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.

You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

§
GraphArn: string
[src]

The ARN of the behavior graph for which to request the member details.