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 MonitoringExecutionSummary = MonitoringExecutionSummary' {
- monitoringType :: Maybe MonitoringType
- failureReason :: Maybe Text
- endpointName :: Maybe Text
- processingJobArn :: Maybe Text
- monitoringJobDefinitionName :: Maybe Text
- monitoringScheduleName :: Text
- scheduledTime :: POSIX
- creationTime :: POSIX
- lastModifiedTime :: POSIX
- monitoringExecutionStatus :: ExecutionStatus
- newMonitoringExecutionSummary :: Text -> UTCTime -> UTCTime -> UTCTime -> ExecutionStatus -> MonitoringExecutionSummary
- monitoringExecutionSummary_monitoringType :: Lens' MonitoringExecutionSummary (Maybe MonitoringType)
- monitoringExecutionSummary_failureReason :: Lens' MonitoringExecutionSummary (Maybe Text)
- monitoringExecutionSummary_endpointName :: Lens' MonitoringExecutionSummary (Maybe Text)
- monitoringExecutionSummary_processingJobArn :: Lens' MonitoringExecutionSummary (Maybe Text)
- monitoringExecutionSummary_monitoringJobDefinitionName :: Lens' MonitoringExecutionSummary (Maybe Text)
- monitoringExecutionSummary_monitoringScheduleName :: Lens' MonitoringExecutionSummary Text
- monitoringExecutionSummary_scheduledTime :: Lens' MonitoringExecutionSummary UTCTime
- monitoringExecutionSummary_creationTime :: Lens' MonitoringExecutionSummary UTCTime
- monitoringExecutionSummary_lastModifiedTime :: Lens' MonitoringExecutionSummary UTCTime
- monitoringExecutionSummary_monitoringExecutionStatus :: Lens' MonitoringExecutionSummary ExecutionStatus
Documentation
data MonitoringExecutionSummary Source #
Summary of information about the last monitoring job to run.
See: newMonitoringExecutionSummary
smart constructor.
MonitoringExecutionSummary' | |
|
Instances
newMonitoringExecutionSummary Source #
:: Text | |
-> UTCTime | |
-> UTCTime | |
-> UTCTime | |
-> ExecutionStatus | |
-> MonitoringExecutionSummary |
Create a value of MonitoringExecutionSummary
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:monitoringType:MonitoringExecutionSummary'
, monitoringExecutionSummary_monitoringType
- The type of the monitoring job.
$sel:failureReason:MonitoringExecutionSummary'
, monitoringExecutionSummary_failureReason
- Contains the reason a monitoring job failed, if it failed.
$sel:endpointName:MonitoringExecutionSummary'
, monitoringExecutionSummary_endpointName
- The name of the endpoint used to run the monitoring job.
$sel:processingJobArn:MonitoringExecutionSummary'
, monitoringExecutionSummary_processingJobArn
- The Amazon Resource Name (ARN) of the monitoring job.
$sel:monitoringJobDefinitionName:MonitoringExecutionSummary'
, monitoringExecutionSummary_monitoringJobDefinitionName
- The name of the monitoring job.
$sel:monitoringScheduleName:MonitoringExecutionSummary'
, monitoringExecutionSummary_monitoringScheduleName
- The name of the monitoring schedule.
$sel:scheduledTime:MonitoringExecutionSummary'
, monitoringExecutionSummary_scheduledTime
- The time the monitoring job was scheduled.
$sel:creationTime:MonitoringExecutionSummary'
, monitoringExecutionSummary_creationTime
- The time at which the monitoring job was created.
$sel:lastModifiedTime:MonitoringExecutionSummary'
, monitoringExecutionSummary_lastModifiedTime
- A timestamp that indicates the last time the monitoring job was
modified.
$sel:monitoringExecutionStatus:MonitoringExecutionSummary'
, monitoringExecutionSummary_monitoringExecutionStatus
- The status of the monitoring job.
monitoringExecutionSummary_monitoringType :: Lens' MonitoringExecutionSummary (Maybe MonitoringType) Source #
The type of the monitoring job.
monitoringExecutionSummary_failureReason :: Lens' MonitoringExecutionSummary (Maybe Text) Source #
Contains the reason a monitoring job failed, if it failed.
monitoringExecutionSummary_endpointName :: Lens' MonitoringExecutionSummary (Maybe Text) Source #
The name of the endpoint used to run the monitoring job.
monitoringExecutionSummary_processingJobArn :: Lens' MonitoringExecutionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the monitoring job.
monitoringExecutionSummary_monitoringJobDefinitionName :: Lens' MonitoringExecutionSummary (Maybe Text) Source #
The name of the monitoring job.
monitoringExecutionSummary_monitoringScheduleName :: Lens' MonitoringExecutionSummary Text Source #
The name of the monitoring schedule.
monitoringExecutionSummary_scheduledTime :: Lens' MonitoringExecutionSummary UTCTime Source #
The time the monitoring job was scheduled.
monitoringExecutionSummary_creationTime :: Lens' MonitoringExecutionSummary UTCTime Source #
The time at which the monitoring job was created.
monitoringExecutionSummary_lastModifiedTime :: Lens' MonitoringExecutionSummary UTCTime Source #
A timestamp that indicates the last time the monitoring job was modified.
monitoringExecutionSummary_monitoringExecutionStatus :: Lens' MonitoringExecutionSummary ExecutionStatus Source #
The status of the monitoring job.