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 |
Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule.
Synopsis
- data DeleteMonitoringSchedule = DeleteMonitoringSchedule' {}
- newDeleteMonitoringSchedule :: Text -> DeleteMonitoringSchedule
- deleteMonitoringSchedule_monitoringScheduleName :: Lens' DeleteMonitoringSchedule Text
- data DeleteMonitoringScheduleResponse = DeleteMonitoringScheduleResponse' {
- newDeleteMonitoringScheduleResponse :: DeleteMonitoringScheduleResponse
Creating a Request
data DeleteMonitoringSchedule Source #
See: newDeleteMonitoringSchedule
smart constructor.
DeleteMonitoringSchedule' | |
|
Instances
newDeleteMonitoringSchedule Source #
Create a value of DeleteMonitoringSchedule
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:DeleteMonitoringSchedule'
, deleteMonitoringSchedule_monitoringScheduleName
- The name of the monitoring schedule to delete.
Request Lenses
deleteMonitoringSchedule_monitoringScheduleName :: Lens' DeleteMonitoringSchedule Text Source #
The name of the monitoring schedule to delete.
Destructuring the Response
data DeleteMonitoringScheduleResponse Source #
See: newDeleteMonitoringScheduleResponse
smart constructor.
Instances
newDeleteMonitoringScheduleResponse :: DeleteMonitoringScheduleResponse Source #
Create a value of DeleteMonitoringScheduleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.