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.UpdateMonitoringSchedule
Description
Updates a previously created schedule.
Synopsis
- data UpdateMonitoringSchedule = UpdateMonitoringSchedule' {}
- newUpdateMonitoringSchedule :: Text -> MonitoringScheduleConfig -> UpdateMonitoringSchedule
- updateMonitoringSchedule_monitoringScheduleName :: Lens' UpdateMonitoringSchedule Text
- updateMonitoringSchedule_monitoringScheduleConfig :: Lens' UpdateMonitoringSchedule MonitoringScheduleConfig
- data UpdateMonitoringScheduleResponse = UpdateMonitoringScheduleResponse' {}
- newUpdateMonitoringScheduleResponse :: Int -> Text -> UpdateMonitoringScheduleResponse
- updateMonitoringScheduleResponse_httpStatus :: Lens' UpdateMonitoringScheduleResponse Int
- updateMonitoringScheduleResponse_monitoringScheduleArn :: Lens' UpdateMonitoringScheduleResponse Text
Creating a Request
data UpdateMonitoringSchedule Source #
See: newUpdateMonitoringSchedule
smart constructor.
Constructors
UpdateMonitoringSchedule' | |
Fields
|
Instances
newUpdateMonitoringSchedule Source #
Arguments
:: Text | |
-> MonitoringScheduleConfig | |
-> UpdateMonitoringSchedule |
Create a value of UpdateMonitoringSchedule
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:UpdateMonitoringSchedule'
, updateMonitoringSchedule_monitoringScheduleName
- The name of the monitoring schedule. The name must be unique within an
Amazon Web Services Region within an Amazon Web Services account.
$sel:monitoringScheduleConfig:UpdateMonitoringSchedule'
, updateMonitoringSchedule_monitoringScheduleConfig
- The configuration object that specifies the monitoring schedule and
defines the monitoring job.
Request Lenses
updateMonitoringSchedule_monitoringScheduleName :: Lens' UpdateMonitoringSchedule Text Source #
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
updateMonitoringSchedule_monitoringScheduleConfig :: Lens' UpdateMonitoringSchedule MonitoringScheduleConfig Source #
The configuration object that specifies the monitoring schedule and defines the monitoring job.
Destructuring the Response
data UpdateMonitoringScheduleResponse Source #
See: newUpdateMonitoringScheduleResponse
smart constructor.
Constructors
UpdateMonitoringScheduleResponse' | |
Fields
|
Instances
newUpdateMonitoringScheduleResponse Source #
Arguments
:: Int | |
-> Text |
|
-> UpdateMonitoringScheduleResponse |
Create a value of UpdateMonitoringScheduleResponse
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:httpStatus:UpdateMonitoringScheduleResponse'
, updateMonitoringScheduleResponse_httpStatus
- The response's http status code.
$sel:monitoringScheduleArn:UpdateMonitoringScheduleResponse'
, updateMonitoringScheduleResponse_monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.
Response Lenses
updateMonitoringScheduleResponse_httpStatus :: Lens' UpdateMonitoringScheduleResponse Int Source #
The response's http status code.
updateMonitoringScheduleResponse_monitoringScheduleArn :: Lens' UpdateMonitoringScheduleResponse Text Source #
The Amazon Resource Name (ARN) of the monitoring schedule.