Skip to content

GetAccountStatus

Source: src/AWS/AuditManager/GetAccountStatus.ts

Runtime binding for auditmanager:GetAccountStatus.

Gets the registration status of the account in Audit Manager (ACTIVE, INACTIVE, or PENDING_ACTIVATION). Provide the implementation with Effect.provide(AWS.AuditManager.GetAccountStatusHttp).

const getAccountStatus = yield* AWS.AuditManager.GetAccountStatus();
const result = yield* getAccountStatus();