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

Description

 
Synopsis

Documentation

data AppInstanceUserMembershipSummary Source #

Summary of the membership details of an AppInstanceUser.

See: newAppInstanceUserMembershipSummary smart constructor.

Constructors

AppInstanceUserMembershipSummary' 

Fields

Instances

Instances details
FromJSON AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.AppInstanceUserMembershipSummary

Generic AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.AppInstanceUserMembershipSummary

Associated Types

type Rep AppInstanceUserMembershipSummary :: Type -> Type #

Read AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.AppInstanceUserMembershipSummary

Show AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.AppInstanceUserMembershipSummary

NFData AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.AppInstanceUserMembershipSummary

Eq AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.AppInstanceUserMembershipSummary

Hashable AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.AppInstanceUserMembershipSummary

type Rep AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.AppInstanceUserMembershipSummary

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

newAppInstanceUserMembershipSummary :: AppInstanceUserMembershipSummary Source #

Create a value of AppInstanceUserMembershipSummary 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:readMarkerTimestamp:AppInstanceUserMembershipSummary', appInstanceUserMembershipSummary_readMarkerTimestamp - The time at which an AppInstanceUser last marked a channel as read.

$sel:subChannelId:AppInstanceUserMembershipSummary', appInstanceUserMembershipSummary_subChannelId - The ID of the SubChannel that the AppInstanceUser is a member of.

$sel:type':AppInstanceUserMembershipSummary', appInstanceUserMembershipSummary_type - The type of ChannelMembership.

appInstanceUserMembershipSummary_readMarkerTimestamp :: Lens' AppInstanceUserMembershipSummary (Maybe UTCTime) Source #

The time at which an AppInstanceUser last marked a channel as read.

appInstanceUserMembershipSummary_subChannelId :: Lens' AppInstanceUserMembershipSummary (Maybe Text) Source #

The ID of the SubChannel that the AppInstanceUser is a member of.