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.ChannelAssociatedWithFlowSummary

Description

 
Synopsis

Documentation

data ChannelAssociatedWithFlowSummary Source #

Summary of details of a channel associated with channel flow.

See: newChannelAssociatedWithFlowSummary smart constructor.

Constructors

ChannelAssociatedWithFlowSummary' 

Fields

Instances

Instances details
Eq ChannelAssociatedWithFlowSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelAssociatedWithFlowSummary

Show ChannelAssociatedWithFlowSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelAssociatedWithFlowSummary

Generic ChannelAssociatedWithFlowSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelAssociatedWithFlowSummary

Associated Types

type Rep ChannelAssociatedWithFlowSummary :: Type -> Type #

NFData ChannelAssociatedWithFlowSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelAssociatedWithFlowSummary

Hashable ChannelAssociatedWithFlowSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelAssociatedWithFlowSummary

FromJSON ChannelAssociatedWithFlowSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelAssociatedWithFlowSummary

type Rep ChannelAssociatedWithFlowSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelAssociatedWithFlowSummary

type Rep ChannelAssociatedWithFlowSummary = D1 ('MetaData "ChannelAssociatedWithFlowSummary" "Amazonka.ChimeSDKMessaging.Types.ChannelAssociatedWithFlowSummary" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "ChannelAssociatedWithFlowSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMode)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "privacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelPrivacy)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))