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

AccountEnrollmentStatus

import type { AccountEnrollmentStatus } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";

Describes the enrollment status of an organization's member accounts in Compute Optimizer.

interface AccountEnrollmentStatus {
accountId?: string | null;
lastUpdatedTimestamp?: Date | number | null;
status?: Status | null;
statusReason?: string | null;
}

§Properties

§
accountId?: string | null
[src]

The Amazon Web Services account ID.

§
lastUpdatedTimestamp?: Date | number | null
[src]

The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.

§
status?: Status | null
[src]

The account enrollment status.

§
statusReason?: string | null
[src]

The reason for the account enrollment status.

For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.