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

GetEnrollmentStatusResponse

import type { GetEnrollmentStatusResponse } from "https://aws-api.deno.dev/v0.3/services/computeoptimizer.ts?docs=full";
interface GetEnrollmentStatusResponse {
lastUpdatedTimestamp?: Date | number | null;
memberAccountsEnrolled?: boolean | null;
numberOfMemberAccountsOptedIn?: number | null;
status?: Status | null;
statusReason?: string | null;
}

§Properties

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

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

§
memberAccountsEnrolled?: boolean | null
[src]

Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization.

§
numberOfMemberAccountsOptedIn?: number | null
[src]

The count of organization member accounts that are opted in to the service, if your account is an organization management account.

§
status?: Status | null
[src]

The enrollment status of the account.

§
statusReason?: string | null
[src]

The reason for the enrollment status of the account.

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.