Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ChangeProgressStatusDetails = ChangeProgressStatusDetails' {}
- newChangeProgressStatusDetails :: ChangeProgressStatusDetails
- changeProgressStatusDetails_changeId :: Lens' ChangeProgressStatusDetails (Maybe Text)
- changeProgressStatusDetails_changeProgressStages :: Lens' ChangeProgressStatusDetails (Maybe [ChangeProgressStage])
- changeProgressStatusDetails_completedProperties :: Lens' ChangeProgressStatusDetails (Maybe [Text])
- changeProgressStatusDetails_pendingProperties :: Lens' ChangeProgressStatusDetails (Maybe [Text])
- changeProgressStatusDetails_startTime :: Lens' ChangeProgressStatusDetails (Maybe UTCTime)
- changeProgressStatusDetails_status :: Lens' ChangeProgressStatusDetails (Maybe OverallChangeStatus)
- changeProgressStatusDetails_totalNumberOfStages :: Lens' ChangeProgressStatusDetails (Maybe Int)
Documentation
data ChangeProgressStatusDetails Source #
The progress details of a specific domain configuration change.
See: newChangeProgressStatusDetails
smart constructor.
ChangeProgressStatusDetails' | |
|
Instances
newChangeProgressStatusDetails :: ChangeProgressStatusDetails Source #
Create a value of ChangeProgressStatusDetails
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:changeId:ChangeProgressStatusDetails'
, changeProgressStatusDetails_changeId
- The unique change identifier associated with a specific domain
configuration change.
$sel:changeProgressStages:ChangeProgressStatusDetails'
, changeProgressStatusDetails_changeProgressStages
- The specific stages that the domain is going through to perform the
configuration change.
$sel:completedProperties:ChangeProgressStatusDetails'
, changeProgressStatusDetails_completedProperties
- The list of properties involved in the domain configuration change that
are completed.
$sel:pendingProperties:ChangeProgressStatusDetails'
, changeProgressStatusDetails_pendingProperties
- The list of properties involved in the domain configuration change that
are still in pending.
$sel:startTime:ChangeProgressStatusDetails'
, changeProgressStatusDetails_startTime
- The time at which the configuration change is made on the domain.
ChangeProgressStatusDetails
, changeProgressStatusDetails_status
- The overall status of the domain configuration change. This field can
take the following values: PENDING
, PROCESSING
, COMPLETED
and
FAILED
$sel:totalNumberOfStages:ChangeProgressStatusDetails'
, changeProgressStatusDetails_totalNumberOfStages
- The total number of stages required for the configuration change.
changeProgressStatusDetails_changeId :: Lens' ChangeProgressStatusDetails (Maybe Text) Source #
The unique change identifier associated with a specific domain configuration change.
changeProgressStatusDetails_changeProgressStages :: Lens' ChangeProgressStatusDetails (Maybe [ChangeProgressStage]) Source #
The specific stages that the domain is going through to perform the configuration change.
changeProgressStatusDetails_completedProperties :: Lens' ChangeProgressStatusDetails (Maybe [Text]) Source #
The list of properties involved in the domain configuration change that are completed.
changeProgressStatusDetails_pendingProperties :: Lens' ChangeProgressStatusDetails (Maybe [Text]) Source #
The list of properties involved in the domain configuration change that are still in pending.
changeProgressStatusDetails_startTime :: Lens' ChangeProgressStatusDetails (Maybe UTCTime) Source #
The time at which the configuration change is made on the domain.
changeProgressStatusDetails_status :: Lens' ChangeProgressStatusDetails (Maybe OverallChangeStatus) Source #
The overall status of the domain configuration change. This field can
take the following values: PENDING
, PROCESSING
, COMPLETED
and
FAILED
changeProgressStatusDetails_totalNumberOfStages :: Lens' ChangeProgressStatusDetails (Maybe Int) Source #
The total number of stages required for the configuration change.