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

GetMemberDetectorsResponse

import type { GetMemberDetectorsResponse } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface GetMemberDetectorsResponse {
MemberDataSourceConfigurations: MemberDataSourceConfiguration[];
UnprocessedAccounts: UnprocessedAccount[];
}

§Properties

§
MemberDataSourceConfigurations: MemberDataSourceConfiguration[]
[src]

An object that describes which data sources are enabled for a member account.

§
UnprocessedAccounts: UnprocessedAccount[]
[src]

A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.