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 |
Delete all schedule actions on a channel.
Synopsis
- data DeleteSchedule = DeleteSchedule' {}
- newDeleteSchedule :: Text -> DeleteSchedule
- deleteSchedule_channelId :: Lens' DeleteSchedule Text
- data DeleteScheduleResponse = DeleteScheduleResponse' {
- httpStatus :: Int
- newDeleteScheduleResponse :: Int -> DeleteScheduleResponse
- deleteScheduleResponse_httpStatus :: Lens' DeleteScheduleResponse Int
Creating a Request
data DeleteSchedule Source #
Placeholder documentation for DeleteScheduleRequest
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:
DeleteSchedule
, deleteSchedule_channelId
- Id of the channel whose schedule is being deleted.
Request Lenses
deleteSchedule_channelId :: Lens' DeleteSchedule Text Source #
Id of the channel whose schedule is being deleted.
Destructuring the Response
data DeleteScheduleResponse Source #
Placeholder documentation for DeleteScheduleResponse
See: newDeleteScheduleResponse
smart constructor.
DeleteScheduleResponse' | |
|
Instances
newDeleteScheduleResponse Source #
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.
Response Lenses
deleteScheduleResponse_httpStatus :: Lens' DeleteScheduleResponse Int Source #
The response's http status code.