| 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.IoTEvents.DeleteInput
Description
Deletes an input.
Synopsis
- data DeleteInput = DeleteInput' {}
- newDeleteInput :: Text -> DeleteInput
- deleteInput_inputName :: Lens' DeleteInput Text
- data DeleteInputResponse = DeleteInputResponse' {
- httpStatus :: Int
- newDeleteInputResponse :: Int -> DeleteInputResponse
- deleteInputResponse_httpStatus :: Lens' DeleteInputResponse Int
Creating a Request
data DeleteInput Source #
See: newDeleteInput smart constructor.
Constructors
| DeleteInput' | |
Instances
Arguments
| :: Text | |
| -> DeleteInput |
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_inputName - The name of the input to delete.
Request Lenses
deleteInput_inputName :: Lens' DeleteInput Text Source #
The name of the input to delete.
Destructuring the Response
data DeleteInputResponse Source #
See: newDeleteInputResponse smart constructor.
Constructors
| DeleteInputResponse' | |
Fields
| |
Instances
newDeleteInputResponse Source #
Arguments
| :: Int | |
| -> DeleteInputResponse |
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.