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

DeleteMembersResponse

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

§Properties

§
AccountIds?: string[] | null
[src]

The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed from the behavior graph.

§
UnprocessedAccounts?: UnprocessedAccount[] | null
[src]

The list of member accounts that Detective was not able to remove from the behavior graph. For each member account, provides the reason that the deletion could not be processed.