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 the specified channel.
Creating a Request
data DeleteChannel Source #
See: newDeleteChannel
smart constructor.
DeleteChannel' | |
|
Instances
Create a value of DeleteChannel
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:channelName:DeleteChannel'
, deleteChannel_channelName
- The name of the channel to delete.
Request Lenses
deleteChannel_channelName :: Lens' DeleteChannel Text Source #
The name of the channel to delete.
Destructuring the Response
data DeleteChannelResponse Source #
See: newDeleteChannelResponse
smart constructor.
Instances
Eq DeleteChannelResponse Source # | |
Defined in Amazonka.IoTAnalytics.DeleteChannel (==) :: DeleteChannelResponse -> DeleteChannelResponse -> Bool # (/=) :: DeleteChannelResponse -> DeleteChannelResponse -> Bool # | |
Read DeleteChannelResponse Source # | |
Show DeleteChannelResponse Source # | |
Defined in Amazonka.IoTAnalytics.DeleteChannel showsPrec :: Int -> DeleteChannelResponse -> ShowS # show :: DeleteChannelResponse -> String # showList :: [DeleteChannelResponse] -> ShowS # | |
Generic DeleteChannelResponse Source # | |
Defined in Amazonka.IoTAnalytics.DeleteChannel type Rep DeleteChannelResponse :: Type -> Type # | |
NFData DeleteChannelResponse Source # | |
Defined in Amazonka.IoTAnalytics.DeleteChannel rnf :: DeleteChannelResponse -> () # | |
type Rep DeleteChannelResponse Source # | |
Defined in Amazonka.IoTAnalytics.DeleteChannel |
newDeleteChannelResponse :: DeleteChannelResponse Source #
Create a value of DeleteChannelResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.