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

StartMonitoringMemberRequest

import type { StartMonitoringMemberRequest } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";
interface StartMonitoringMemberRequest {
AccountId: string;
GraphArn: string;
}

§Properties

§
AccountId: string
[src]

The account ID of the member account to try to enable.

The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.

§
GraphArn: string
[src]

The ARN of the behavior graph.