Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AccountEnrollmentStatus = AccountEnrollmentStatus' {}
- newAccountEnrollmentStatus :: AccountEnrollmentStatus
- accountEnrollmentStatus_status :: Lens' AccountEnrollmentStatus (Maybe Status)
- accountEnrollmentStatus_accountId :: Lens' AccountEnrollmentStatus (Maybe Text)
- accountEnrollmentStatus_statusReason :: Lens' AccountEnrollmentStatus (Maybe Text)
- accountEnrollmentStatus_lastUpdatedTimestamp :: Lens' AccountEnrollmentStatus (Maybe UTCTime)
Documentation
data AccountEnrollmentStatus Source #
Describes the enrollment status of an organization's member accounts in Compute Optimizer.
See: newAccountEnrollmentStatus
smart constructor.
AccountEnrollmentStatus' | |
|
Instances
newAccountEnrollmentStatus :: AccountEnrollmentStatus Source #
Create a value of AccountEnrollmentStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:AccountEnrollmentStatus'
, accountEnrollmentStatus_status
- The account enrollment status.
$sel:accountId:AccountEnrollmentStatus'
, accountEnrollmentStatus_accountId
- The Amazon Web Services account ID.
$sel:statusReason:AccountEnrollmentStatus'
, accountEnrollmentStatus_statusReason
- 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.
$sel:lastUpdatedTimestamp:AccountEnrollmentStatus'
, accountEnrollmentStatus_lastUpdatedTimestamp
- The Unix epoch timestamp, in seconds, of when the account enrollment
status was last updated.
accountEnrollmentStatus_status :: Lens' AccountEnrollmentStatus (Maybe Status) Source #
The account enrollment status.
accountEnrollmentStatus_accountId :: Lens' AccountEnrollmentStatus (Maybe Text) Source #
The Amazon Web Services account ID.
accountEnrollmentStatus_statusReason :: Lens' AccountEnrollmentStatus (Maybe Text) Source #
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.
accountEnrollmentStatus_lastUpdatedTimestamp :: Lens' AccountEnrollmentStatus (Maybe UTCTime) Source #
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.