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

CreateMembersResponse

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

§Properties

§
Members?: MemberDetail[] | null
[src]

The set of member account invitation or enablement requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation or are being enabled.

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

The list of accounts for which Detective was unable to process the invitation or enablement request. For each account, the list provides the reason why the request could not be processed. The list includes accounts that are already member accounts in the behavior graph.