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

EnableOrganizationAdminAccountRequest

import type { EnableOrganizationAdminAccountRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface EnableOrganizationAdminAccountRequest {
adminAccountId: string;
clientToken?: string | null;
}

§Properties

§
adminAccountId: string
[src]

The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.

§
clientToken?: string | null
[src]

A unique, case-sensitive token that you provide to ensure the idempotency of the request.