| 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.DataBrew.DeleteSchedule
Description
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.
Constructors
| DeleteSchedule' | |
Instances
Arguments
| :: Text | |
| -> DeleteSchedule |
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:
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.
Constructors
| DeleteScheduleResponse' | |
Fields
| |
Instances
newDeleteScheduleResponse Source #
Arguments
| :: 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.
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.