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 |
Stops a previously started monitoring schedule.
Synopsis
- data StopMonitoringSchedule = StopMonitoringSchedule' {}
- newStopMonitoringSchedule :: Text -> StopMonitoringSchedule
- stopMonitoringSchedule_monitoringScheduleName :: Lens' StopMonitoringSchedule Text
- data StopMonitoringScheduleResponse = StopMonitoringScheduleResponse' {
- newStopMonitoringScheduleResponse :: StopMonitoringScheduleResponse
Creating a Request
data StopMonitoringSchedule Source #
See: newStopMonitoringSchedule
smart constructor.
StopMonitoringSchedule' | |
|
Instances
newStopMonitoringSchedule Source #
Create a value of StopMonitoringSchedule
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:StopMonitoringSchedule'
, stopMonitoringSchedule_monitoringScheduleName
- The name of the schedule to stop.
Request Lenses
stopMonitoringSchedule_monitoringScheduleName :: Lens' StopMonitoringSchedule Text Source #
The name of the schedule to stop.
Destructuring the Response
data StopMonitoringScheduleResponse Source #
See: newStopMonitoringScheduleResponse
smart constructor.
Instances
newStopMonitoringScheduleResponse :: StopMonitoringScheduleResponse Source #
Create a value of StopMonitoringScheduleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.