| 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 |
Amazonka.SageMaker.StopMonitoringSchedule
Description
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.
Constructors
| StopMonitoringSchedule' | |
Fields
| |
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.
Constructors
| StopMonitoringScheduleResponse' | |
Instances
| Eq StopMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StopMonitoringSchedule | |
| Read StopMonitoringScheduleResponse Source # | |
| Show StopMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StopMonitoringSchedule Methods showsPrec :: Int -> StopMonitoringScheduleResponse -> ShowS # show :: StopMonitoringScheduleResponse -> String # showList :: [StopMonitoringScheduleResponse] -> ShowS # | |
| Generic StopMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StopMonitoringSchedule Associated Types type Rep StopMonitoringScheduleResponse :: Type -> Type # | |
| NFData StopMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StopMonitoringSchedule Methods rnf :: StopMonitoringScheduleResponse -> () # | |
| type Rep StopMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StopMonitoringSchedule | |
newStopMonitoringScheduleResponse :: StopMonitoringScheduleResponse Source #
Create a value of StopMonitoringScheduleResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.