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

DeregisterDelegatedAdministratorRequest

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

§Properties

§
AccountId: string
[src]

The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

§
ServicePrincipal: string
[src]

The service principal name of an Amazon Web Services service for which the account is a delegated administrator.

Delegated administrator privileges are revoked for only the specified Amazon Web Services service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.