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

StartMonitoringMembersRequest

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

§Properties

§
AccountIds: string[]
[src]

A list of account IDs of the GuardDuty member accounts to start monitoring.

§
DetectorId: string
[src]

The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to monitor.