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

RegisterOrganizationDelegatedAdminRequest

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

Specifies an organization member account ID as a CloudTrail delegated administrator.

interface RegisterOrganizationDelegatedAdminRequest {
MemberAccountId: string;
}

§Properties

§
MemberAccountId: string
[src]

An organization member account ID that you want to designate as a delegated administrator.