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 |
Documentation
data ChannelActivity Source #
The activity that determines the source of the messages to be processed.
See: newChannelActivity
smart constructor.
Instances
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.