DescribeCreateAccountStatus
Source:
src/AWS/Organizations/DescribeCreateAccountStatus.ts
Runtime binding for organizations:DescribeCreateAccountStatus.
Retrieves the current status of an asynchronous account-creation request — the polling half of an account-vending workflow.
Account-level operation — Organizations is a management-account-scoped
global service, so the binding takes no resource argument. Provide the
implementation with Effect.provide(AWS.Organizations.DescribeCreateAccountStatusHttp).
Account Vending
Section titled “Account Vending”// init — account-level binding, no resource argumentconst describeCreateAccountStatus = yield* AWS.Organizations.DescribeCreateAccountStatus();
// runtimeconst { CreateAccountStatus } = yield* describeCreateAccountStatus({ CreateAccountRequestId: requestId,});