| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.MediaLive.DeleteInput
Description
Deletes the input end point
Creating a Request
Arguments
| :: Text | |
| -> DeleteInput |
Creates a value of DeleteInput with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
diInputId- Unique ID of the input
data DeleteInput Source #
Placeholder documentation for DeleteInputRequest
See: deleteInput smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteInputResponse |
Creates a value of DeleteInputResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dirsResponseStatus- -- | The response status code.
data DeleteInputResponse Source #
Placeholder documentation for DeleteInputResponse
See: deleteInputResponse smart constructor.
Response Lenses
dirsResponseStatus :: Lens' DeleteInputResponse Int Source #
- - | The response status code.