libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ChimeSDKMessaging.Types.ChannelFlow

Description

 
Synopsis

Documentation

data ChannelFlow Source #

The details of a channel flow.

See: newChannelFlow smart constructor.

Constructors

ChannelFlow' 

Fields

Instances

Instances details
Eq ChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelFlow

Show ChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelFlow

Generic ChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelFlow

Associated Types

type Rep ChannelFlow :: Type -> Type #

NFData ChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelFlow

Methods

rnf :: ChannelFlow -> () #

Hashable ChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelFlow

FromJSON ChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelFlow

type Rep ChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelFlow

type Rep ChannelFlow = D1 ('MetaData "ChannelFlow" "Amazonka.ChimeSDKMessaging.Types.ChannelFlow" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "ChannelFlow'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "processors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Processor))) :*: S1 ('MetaSel ('Just "channelFlowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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.