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

UpdateMemberDetectorsRequest

import type { UpdateMemberDetectorsRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface UpdateMemberDetectorsRequest {
AccountIds: string[];
DataSources?: DataSourceConfigurations | null;
DetectorId: string;
}

§Properties

§
AccountIds: string[]
[src]

A list of member account IDs to be updated.

§
DataSources?: DataSourceConfigurations | null
[src]

Describes which data sources will be updated.

§
DetectorId: string
[src]

The detector ID of the administrator account.