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

DescribeAccountRequest

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

§Properties

§
AccountId: string
[src]

The unique identifier (ID) of the Amazon Web Services account that you want information about. You can get the ID from the "ListAccounts" or "ListAccountsForParent" operations.

The regex pattern for an account ID string requires exactly 12 digits.