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

DeregisterOrganizationDelegatedAdminRequest

import type { DeregisterOrganizationDelegatedAdminRequest } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";

Removes CloudTrail delegated administrator permissions from a specified member account in an organization that is currently designated as a delegated administrator.

interface DeregisterOrganizationDelegatedAdminRequest {
DelegatedAdminAccountId: string;
}

§Properties

§
DelegatedAdminAccountId: string
[src]

A delegated administrator account ID. This is a member account in an organization that is currently designated as a delegated administrator.