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 |
Amazonka.MediaLive.DeleteInput
Description
Deletes the input end point
Synopsis
Creating a Request
data DeleteInput Source #
Placeholder documentation for DeleteInputRequest
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:
$sel:inputId: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.
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.