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 |
Synopsis
- data ChannelFlow = ChannelFlow' {}
- newChannelFlow :: ChannelFlow
- channelFlow_processors :: Lens' ChannelFlow (Maybe (NonEmpty Processor))
- channelFlow_channelFlowArn :: Lens' ChannelFlow (Maybe Text)
- channelFlow_name :: Lens' ChannelFlow (Maybe Text)
- channelFlow_createdTimestamp :: Lens' ChannelFlow (Maybe UTCTime)
- channelFlow_lastUpdatedTimestamp :: Lens' ChannelFlow (Maybe UTCTime)
Documentation
data ChannelFlow Source #
The details of a channel flow.
See: newChannelFlow
smart constructor.
ChannelFlow' | |
|
Instances
newChannelFlow :: ChannelFlow Source #
Create a value of ChannelFlow
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:processors:ChannelFlow'
, channelFlow_processors
- Information about the processor Lambda functions.
$sel:channelFlowArn:ChannelFlow'
, channelFlow_channelFlowArn
- The ARN of the channel flow.
$sel:name:ChannelFlow'
, channelFlow_name
- The name of the channel flow.
$sel:createdTimestamp:ChannelFlow'
, channelFlow_createdTimestamp
- The time at which the channel flow was created.
$sel:lastUpdatedTimestamp:ChannelFlow'
, channelFlow_lastUpdatedTimestamp
- The time at which a channel flow was updated.
channelFlow_processors :: Lens' ChannelFlow (Maybe (NonEmpty Processor)) Source #
Information about the processor Lambda functions.
channelFlow_channelFlowArn :: Lens' ChannelFlow (Maybe Text) Source #
The ARN of the channel flow.
channelFlow_name :: Lens' ChannelFlow (Maybe Text) Source #
The name of the channel flow.
channelFlow_createdTimestamp :: Lens' ChannelFlow (Maybe UTCTime) Source #
The time at which the channel flow was created.
channelFlow_lastUpdatedTimestamp :: Lens' ChannelFlow (Maybe UTCTime) Source #
The time at which a channel flow was updated.