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

GetMembersResponse

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

§Properties

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

The member account details that Detective is returning in response to the request.

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

The requested member accounts for which Detective was unable to return member details.

For each account, provides the reason why the request could not be processed.