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 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.
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:
$sel:inputName: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.
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.