| 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.MediaPackage.DeleteChannel
Description
Deletes an existing Channel.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> DeleteChannel |
Creates a value of DeleteChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcId- The ID of the Channel to delete.
data DeleteChannel Source #
See: deleteChannel smart constructor.
Instances
Request Lenses
Destructuring the Response
deleteChannelResponse Source #
Arguments
| :: Int | |
| -> DeleteChannelResponse |
Creates a value of DeleteChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsResponseStatus- -- | The response status code.
data DeleteChannelResponse Source #
See: deleteChannelResponse smart constructor.
Instances
Response Lenses
drsResponseStatus :: Lens' DeleteChannelResponse Int Source #
- - | The response status code.