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 UpdateInfoEntry = UpdateInfoEntry' {}
- newUpdateInfoEntry :: UpdateInfoEntry
- updateInfoEntry_initiatedBy :: Lens' UpdateInfoEntry (Maybe Text)
- updateInfoEntry_lastUpdatedDateTime :: Lens' UpdateInfoEntry (Maybe UTCTime)
- updateInfoEntry_newValue :: Lens' UpdateInfoEntry (Maybe UpdateValue)
- updateInfoEntry_previousValue :: Lens' UpdateInfoEntry (Maybe UpdateValue)
- updateInfoEntry_region :: Lens' UpdateInfoEntry (Maybe Text)
- updateInfoEntry_startTime :: Lens' UpdateInfoEntry (Maybe UTCTime)
- updateInfoEntry_status :: Lens' UpdateInfoEntry (Maybe UpdateStatus)
- updateInfoEntry_statusReason :: Lens' UpdateInfoEntry (Maybe Text)
Documentation
data UpdateInfoEntry Source #
An entry of update information related to a requested update type.
See: newUpdateInfoEntry
smart constructor.
UpdateInfoEntry' | |
|
Instances
newUpdateInfoEntry :: UpdateInfoEntry Source #
Create a value of UpdateInfoEntry
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:initiatedBy:UpdateInfoEntry'
, updateInfoEntry_initiatedBy
- This specifies if the update was initiated by the customer or by the
service team.
$sel:lastUpdatedDateTime:UpdateInfoEntry'
, updateInfoEntry_lastUpdatedDateTime
- The last updated date and time of a particular directory setting.
$sel:newValue':UpdateInfoEntry'
, updateInfoEntry_newValue
- The new value of the target setting.
$sel:previousValue:UpdateInfoEntry'
, updateInfoEntry_previousValue
- The old value of the target setting.
$sel:region:UpdateInfoEntry'
, updateInfoEntry_region
- The name of the Region.
$sel:startTime:UpdateInfoEntry'
, updateInfoEntry_startTime
- The start time of the UpdateDirectorySetup
for the particular type.
$sel:status:UpdateInfoEntry'
, updateInfoEntry_status
- The status of the update performed on the directory.
$sel:statusReason:UpdateInfoEntry'
, updateInfoEntry_statusReason
- The reason for the current status of the update type activity.
updateInfoEntry_initiatedBy :: Lens' UpdateInfoEntry (Maybe Text) Source #
This specifies if the update was initiated by the customer or by the service team.
updateInfoEntry_lastUpdatedDateTime :: Lens' UpdateInfoEntry (Maybe UTCTime) Source #
The last updated date and time of a particular directory setting.
updateInfoEntry_newValue :: Lens' UpdateInfoEntry (Maybe UpdateValue) Source #
The new value of the target setting.
updateInfoEntry_previousValue :: Lens' UpdateInfoEntry (Maybe UpdateValue) Source #
The old value of the target setting.
updateInfoEntry_region :: Lens' UpdateInfoEntry (Maybe Text) Source #
The name of the Region.
updateInfoEntry_startTime :: Lens' UpdateInfoEntry (Maybe UTCTime) Source #
The start time of the UpdateDirectorySetup
for the particular type.
updateInfoEntry_status :: Lens' UpdateInfoEntry (Maybe UpdateStatus) Source #
The status of the update performed on the directory.
updateInfoEntry_statusReason :: Lens' UpdateInfoEntry (Maybe Text) Source #
The reason for the current status of the update type activity.