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

CreateAccountResponse

import type { CreateAccountResponse } from "https://aws-api.deno.dev/v0.4/services/organizations.ts?docs=full";
interface CreateAccountResponse {
CreateAccountStatus?: CreateAccountStatus | null;
}

§Properties

§
CreateAccountStatus?: CreateAccountStatus | null
[src]

A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to "DescribeCreateAccountStatus" to get status about the progress of the request at later times. You can also check the CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the Organizations User Guide.