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 |
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.
UpdateMonitoringSchedule' | |
|
Instances
newUpdateMonitoringSchedule Source #
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.
UpdateMonitoringScheduleResponse' | |
|
Instances
Eq UpdateMonitoringScheduleResponse Source # | |
Read UpdateMonitoringScheduleResponse Source # | |
Show UpdateMonitoringScheduleResponse Source # | |
Generic UpdateMonitoringScheduleResponse Source # | |
NFData UpdateMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.UpdateMonitoringSchedule rnf :: UpdateMonitoringScheduleResponse -> () # | |
type Rep UpdateMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.UpdateMonitoringSchedule type Rep UpdateMonitoringScheduleResponse = D1 ('MetaData "UpdateMonitoringScheduleResponse" "Amazonka.SageMaker.UpdateMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateMonitoringScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newUpdateMonitoringScheduleResponse Source #
:: 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.