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