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

StopMonitoringMembersRequest

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

§Properties

§
AccountIds: string[]
[src]

A list of account IDs for the member accounts to stop monitoring.

§
DetectorId: string
[src]

The unique ID of the detector associated with the GuardDuty administrator account that is monitoring member accounts.