| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTAnalytics.Types.ChannelActivity
Description
Documentation
data ChannelActivity Source #
The activity that determines the source of the messages to be processed.
See: newChannelActivity smart constructor.
Constructors
| ChannelActivity' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ChannelActivity |
Create a value of ChannelActivity 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:next:ChannelActivity', channelActivity_next - The next activity in the pipeline.
$sel:name:ChannelActivity', channelActivity_name - The name of the channel activity.
$sel:channelName:ChannelActivity', channelActivity_channelName - The name of the channel from which the messages are processed.
channelActivity_next :: Lens' ChannelActivity (Maybe Text) Source #
The next activity in the pipeline.
channelActivity_name :: Lens' ChannelActivity Text Source #
The name of the channel activity.
channelActivity_channelName :: Lens' ChannelActivity Text Source #
The name of the channel from which the messages are processed.