| 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.IoTAnalytics.DeleteChannel
Description
Deletes the specified 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:
dcChannelName- The name of the channel to delete.
data DeleteChannel Source #
See: deleteChannel smart constructor.
Instances
Request Lenses
dcChannelName :: Lens' DeleteChannel Text Source #
The name of the channel to delete.
Destructuring the Response
deleteChannelResponse :: DeleteChannelResponse Source #
Creates a value of DeleteChannelResponse with the minimum fields required to make a request.
data DeleteChannelResponse Source #
See: deleteChannelResponse smart constructor.