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

DescribeCreateAccountStatusRequest

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

§Properties

§
CreateAccountRequestId: string
[src]

Specifies the Id value that uniquely identifies the CreateAccount request. You can get the value from the CreateAccountStatus.Id response in an earlier "CreateAccount" request, or from the "ListCreateAccountStatus" operation.

The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.