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 |
Starts a previously stopped monitoring schedule.
By default, when you successfully create a new schedule, the status of a
monitoring schedule is scheduled
.
Synopsis
- data StartMonitoringSchedule = StartMonitoringSchedule' {}
- newStartMonitoringSchedule :: Text -> StartMonitoringSchedule
- startMonitoringSchedule_monitoringScheduleName :: Lens' StartMonitoringSchedule Text
- data StartMonitoringScheduleResponse = StartMonitoringScheduleResponse' {
- newStartMonitoringScheduleResponse :: StartMonitoringScheduleResponse
Creating a Request
data StartMonitoringSchedule Source #
See: newStartMonitoringSchedule
smart constructor.
StartMonitoringSchedule' | |
|
Instances
newStartMonitoringSchedule Source #
Create a value of StartMonitoringSchedule
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:monitoringScheduleName:StartMonitoringSchedule'
, startMonitoringSchedule_monitoringScheduleName
- The name of the schedule to start.
Request Lenses
startMonitoringSchedule_monitoringScheduleName :: Lens' StartMonitoringSchedule Text Source #
The name of the schedule to start.
Destructuring the Response
data StartMonitoringScheduleResponse Source #
See: newStartMonitoringScheduleResponse
smart constructor.
Instances
newStartMonitoringScheduleResponse :: StartMonitoringScheduleResponse Source #
Create a value of StartMonitoringScheduleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.