| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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 #
Arguments
| :: Text | |
| -> StopMonitoringSchedule |
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:
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
| Generic StopMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StopMonitoringSchedule Associated Types type Rep StopMonitoringScheduleResponse :: Type -> Type # | |
| Read StopMonitoringScheduleResponse Source # | |
| Show StopMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StopMonitoringSchedule Methods showsPrec :: Int -> StopMonitoringScheduleResponse -> ShowS # show :: StopMonitoringScheduleResponse -> String # showList :: [StopMonitoringScheduleResponse] -> ShowS # | |
| NFData StopMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StopMonitoringSchedule Methods rnf :: StopMonitoringScheduleResponse -> () # | |
| Eq StopMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StopMonitoringSchedule | |
| 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.