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

DisassociateMembershipRequest

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

§Properties

§
GraphArn: string
[src]

The ARN of the behavior graph to remove the member account from.

The member account's member status in the behavior graph must be ENABLED.