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 the specified DataBrew schedule.
Synopsis
- data DeleteSchedule = DeleteSchedule' {}
- newDeleteSchedule :: Text -> DeleteSchedule
- deleteSchedule_name :: Lens' DeleteSchedule Text
- data DeleteScheduleResponse = DeleteScheduleResponse' {
- httpStatus :: Int
- name :: Text
- newDeleteScheduleResponse :: Int -> Text -> DeleteScheduleResponse
- deleteScheduleResponse_httpStatus :: Lens' DeleteScheduleResponse Int
- deleteScheduleResponse_name :: Lens' DeleteScheduleResponse Text
Creating a Request
data DeleteSchedule Source #
See: newDeleteSchedule
smart constructor.
Instances
Create a value of DeleteSchedule
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:name:DeleteSchedule'
, deleteSchedule_name
- The name of the schedule to be deleted.
Request Lenses
deleteSchedule_name :: Lens' DeleteSchedule Text Source #
The name of the schedule to be deleted.
Destructuring the Response
data DeleteScheduleResponse Source #
See: newDeleteScheduleResponse
smart constructor.
DeleteScheduleResponse' | |
|
Instances
newDeleteScheduleResponse Source #
:: Int | |
-> Text | |
-> DeleteScheduleResponse |
Create a value of DeleteScheduleResponse
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:DeleteScheduleResponse'
, deleteScheduleResponse_httpStatus
- The response's http status code.
$sel:name:DeleteSchedule'
, deleteScheduleResponse_name
- The name of the schedule that was deleted.
Response Lenses
deleteScheduleResponse_httpStatus :: Lens' DeleteScheduleResponse Int Source #
The response's http status code.
deleteScheduleResponse_name :: Lens' DeleteScheduleResponse Text Source #
The name of the schedule that was deleted.