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 MonitoringScheduleSummary = MonitoringScheduleSummary' {}
- newMonitoringScheduleSummary :: Text -> Text -> UTCTime -> UTCTime -> ScheduleStatus -> MonitoringScheduleSummary
- monitoringScheduleSummary_monitoringType :: Lens' MonitoringScheduleSummary (Maybe MonitoringType)
- monitoringScheduleSummary_endpointName :: Lens' MonitoringScheduleSummary (Maybe Text)
- monitoringScheduleSummary_monitoringJobDefinitionName :: Lens' MonitoringScheduleSummary (Maybe Text)
- monitoringScheduleSummary_monitoringScheduleName :: Lens' MonitoringScheduleSummary Text
- monitoringScheduleSummary_monitoringScheduleArn :: Lens' MonitoringScheduleSummary Text
- monitoringScheduleSummary_creationTime :: Lens' MonitoringScheduleSummary UTCTime
- monitoringScheduleSummary_lastModifiedTime :: Lens' MonitoringScheduleSummary UTCTime
- monitoringScheduleSummary_monitoringScheduleStatus :: Lens' MonitoringScheduleSummary ScheduleStatus
Documentation
data MonitoringScheduleSummary Source #
Summarizes the monitoring schedule.
See: newMonitoringScheduleSummary
smart constructor.
MonitoringScheduleSummary' | |
|
Instances
newMonitoringScheduleSummary Source #
:: Text | |
-> Text | |
-> UTCTime | |
-> UTCTime | |
-> ScheduleStatus | |
-> MonitoringScheduleSummary |
Create a value of MonitoringScheduleSummary
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:MonitoringScheduleSummary'
, monitoringScheduleSummary_monitoringType
- The type of the monitoring job definition that the schedule is for.
$sel:endpointName:MonitoringScheduleSummary'
, monitoringScheduleSummary_endpointName
- The name of the endpoint using the monitoring schedule.
$sel:monitoringJobDefinitionName:MonitoringScheduleSummary'
, monitoringScheduleSummary_monitoringJobDefinitionName
- The name of the monitoring job definition that the schedule is for.
$sel:monitoringScheduleName:MonitoringScheduleSummary'
, monitoringScheduleSummary_monitoringScheduleName
- The name of the monitoring schedule.
$sel:monitoringScheduleArn:MonitoringScheduleSummary'
, monitoringScheduleSummary_monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.
$sel:creationTime:MonitoringScheduleSummary'
, monitoringScheduleSummary_creationTime
- The creation time of the monitoring schedule.
$sel:lastModifiedTime:MonitoringScheduleSummary'
, monitoringScheduleSummary_lastModifiedTime
- The last time the monitoring schedule was modified.
$sel:monitoringScheduleStatus:MonitoringScheduleSummary'
, monitoringScheduleSummary_monitoringScheduleStatus
- The status of the monitoring schedule.
monitoringScheduleSummary_monitoringType :: Lens' MonitoringScheduleSummary (Maybe MonitoringType) Source #
The type of the monitoring job definition that the schedule is for.
monitoringScheduleSummary_endpointName :: Lens' MonitoringScheduleSummary (Maybe Text) Source #
The name of the endpoint using the monitoring schedule.
monitoringScheduleSummary_monitoringJobDefinitionName :: Lens' MonitoringScheduleSummary (Maybe Text) Source #
The name of the monitoring job definition that the schedule is for.
monitoringScheduleSummary_monitoringScheduleName :: Lens' MonitoringScheduleSummary Text Source #
The name of the monitoring schedule.
monitoringScheduleSummary_monitoringScheduleArn :: Lens' MonitoringScheduleSummary Text Source #
The Amazon Resource Name (ARN) of the monitoring schedule.
monitoringScheduleSummary_creationTime :: Lens' MonitoringScheduleSummary UTCTime Source #
The creation time of the monitoring schedule.
monitoringScheduleSummary_lastModifiedTime :: Lens' MonitoringScheduleSummary UTCTime Source #
The last time the monitoring schedule was modified.
monitoringScheduleSummary_monitoringScheduleStatus :: Lens' MonitoringScheduleSummary ScheduleStatus Source #
The status of the monitoring schedule.