| 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.UpdateChannel
Description
Updates the settings of a channel.
Creating a Request
Arguments
| :: Text | |
| -> UpdateChannel |
Creates a value of UpdateChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ucRetentionPeriod- How long, in days, message data is kept for the channel.ucChannelName- The name of the channel to be updated.
data UpdateChannel Source #
See: updateChannel smart constructor.
Instances
Request Lenses
ucRetentionPeriod :: Lens' UpdateChannel (Maybe RetentionPeriod) Source #
How long, in days, message data is kept for the channel.
ucChannelName :: Lens' UpdateChannel Text Source #
The name of the channel to be updated.
Destructuring the Response
updateChannelResponse :: UpdateChannelResponse Source #
Creates a value of UpdateChannelResponse with the minimum fields required to make a request.
data UpdateChannelResponse Source #
See: updateChannelResponse smart constructor.