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

DeleteMembersRequest

import type { DeleteMembersRequest } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";
interface DeleteMembersRequest {
AccountIds: string[];
GraphArn: string;
}

§Properties

§
AccountIds: string[]
[src]

The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.

§
GraphArn: string
[src]

The ARN of the behavior graph to remove members from.