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 |
Deletes the input end point
Synopsis
Creating a Request
data DeleteInput Source #
Placeholder documentation for DeleteInputRequest
See: newDeleteInput
smart constructor.
Instances
Create a value of DeleteInput
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:
DeleteInput
, deleteInput_inputId
- Unique ID of the input
Request Lenses
deleteInput_inputId :: Lens' DeleteInput Text Source #
Unique ID of the input
Destructuring the Response
data DeleteInputResponse Source #
Placeholder documentation for DeleteInputResponse
See: newDeleteInputResponse
smart constructor.
DeleteInputResponse' | |
|
Instances
newDeleteInputResponse Source #
Create a value of DeleteInputResponse
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:DeleteInputResponse'
, deleteInputResponse_httpStatus
- The response's http status code.
Response Lenses
deleteInputResponse_httpStatus :: Lens' DeleteInputResponse Int Source #
The response's http status code.