amazonka-chime-sdk-messaging-2.0: Amazon Chime SDK Messaging SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ChimeSDKMessaging.Types.SubChannelSummary

Description

 
Synopsis

Documentation

data SubChannelSummary Source #

Summary of the sub-channels associated with the elastic channel.

See: newSubChannelSummary smart constructor.

Constructors

SubChannelSummary' 

Fields

Instances

Instances details
FromJSON SubChannelSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.SubChannelSummary

Generic SubChannelSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.SubChannelSummary

Associated Types

type Rep SubChannelSummary :: Type -> Type #

Read SubChannelSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.SubChannelSummary

Show SubChannelSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.SubChannelSummary

NFData SubChannelSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.SubChannelSummary

Methods

rnf :: SubChannelSummary -> () #

Eq SubChannelSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.SubChannelSummary

Hashable SubChannelSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.SubChannelSummary

type Rep SubChannelSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.SubChannelSummary

type Rep SubChannelSummary = D1 ('MetaData "SubChannelSummary" "Amazonka.ChimeSDKMessaging.Types.SubChannelSummary" "amazonka-chime-sdk-messaging-2.0-BxY1AbjLoDB4AQUv82PCQZ" 'False) (C1 ('MetaCons "SubChannelSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "membershipCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "subChannelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSubChannelSummary :: SubChannelSummary Source #

Create a value of SubChannelSummary 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:membershipCount:SubChannelSummary', subChannelSummary_membershipCount - The number of members in a SubChannel.

$sel:subChannelId:SubChannelSummary', subChannelSummary_subChannelId - The unique ID of a SubChannel.

subChannelSummary_membershipCount :: Lens' SubChannelSummary (Maybe Int) Source #

The number of members in a SubChannel.