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 ConfigurationRecorderStatus = ConfigurationRecorderStatus' {}
- newConfigurationRecorderStatus :: ConfigurationRecorderStatus
- configurationRecorderStatus_lastErrorCode :: Lens' ConfigurationRecorderStatus (Maybe Text)
- configurationRecorderStatus_lastStopTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime)
- configurationRecorderStatus_lastStatusChangeTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime)
- configurationRecorderStatus_recording :: Lens' ConfigurationRecorderStatus (Maybe Bool)
- configurationRecorderStatus_lastStatus :: Lens' ConfigurationRecorderStatus (Maybe RecorderStatus)
- configurationRecorderStatus_lastErrorMessage :: Lens' ConfigurationRecorderStatus (Maybe Text)
- configurationRecorderStatus_name :: Lens' ConfigurationRecorderStatus (Maybe Text)
- configurationRecorderStatus_lastStartTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime)
Documentation
data ConfigurationRecorderStatus Source #
The current status of the configuration recorder.
See: newConfigurationRecorderStatus
smart constructor.
ConfigurationRecorderStatus' | |
|
Instances
newConfigurationRecorderStatus :: ConfigurationRecorderStatus Source #
Create a value of ConfigurationRecorderStatus
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:lastErrorCode:ConfigurationRecorderStatus'
, configurationRecorderStatus_lastErrorCode
- The error code indicating that the recording failed.
$sel:lastStopTime:ConfigurationRecorderStatus'
, configurationRecorderStatus_lastStopTime
- The time the recorder was last stopped.
$sel:lastStatusChangeTime:ConfigurationRecorderStatus'
, configurationRecorderStatus_lastStatusChangeTime
- The time when the status was last changed.
$sel:recording:ConfigurationRecorderStatus'
, configurationRecorderStatus_recording
- Specifies whether or not the recorder is currently recording.
$sel:lastStatus:ConfigurationRecorderStatus'
, configurationRecorderStatus_lastStatus
- The last (previous) status of the recorder.
$sel:lastErrorMessage:ConfigurationRecorderStatus'
, configurationRecorderStatus_lastErrorMessage
- The message indicating that the recording failed due to an error.
$sel:name:ConfigurationRecorderStatus'
, configurationRecorderStatus_name
- The name of the configuration recorder.
$sel:lastStartTime:ConfigurationRecorderStatus'
, configurationRecorderStatus_lastStartTime
- The time the recorder was last started.
configurationRecorderStatus_lastErrorCode :: Lens' ConfigurationRecorderStatus (Maybe Text) Source #
The error code indicating that the recording failed.
configurationRecorderStatus_lastStopTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime) Source #
The time the recorder was last stopped.
configurationRecorderStatus_lastStatusChangeTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime) Source #
The time when the status was last changed.
configurationRecorderStatus_recording :: Lens' ConfigurationRecorderStatus (Maybe Bool) Source #
Specifies whether or not the recorder is currently recording.
configurationRecorderStatus_lastStatus :: Lens' ConfigurationRecorderStatus (Maybe RecorderStatus) Source #
The last (previous) status of the recorder.
configurationRecorderStatus_lastErrorMessage :: Lens' ConfigurationRecorderStatus (Maybe Text) Source #
The message indicating that the recording failed due to an error.
configurationRecorderStatus_name :: Lens' ConfigurationRecorderStatus (Maybe Text) Source #
The name of the configuration recorder.
configurationRecorderStatus_lastStartTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime) Source #
The time the recorder was last started.