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

StopMonitoringMembersResponse

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

§Properties

§
UnprocessedAccounts: UnprocessedAccount[]
[src]

A list of objects that contain an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.