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

RegisterDelegatedAdministratorRequest

import type { RegisterDelegatedAdministratorRequest } from "https://aws-api.deno.dev/v0.4/services/organizations.ts?docs=full";
interface RegisterDelegatedAdministratorRequest {
AccountId: string;
ServicePrincipal: string;
}

§Properties

§
AccountId: string
[src]

The account ID number of the member account in the organization to register as a delegated administrator.

§
ServicePrincipal: string
[src]

The service principal of the Amazon Web Services service for which you want to make the member account a delegated administrator.