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

Description

 
Synopsis

Documentation

data ChannelMessageStatusStructure Source #

Stores information about a message status.

See: newChannelMessageStatusStructure smart constructor.

Constructors

ChannelMessageStatusStructure' 

Fields

Instances

Instances details
Eq ChannelMessageStatusStructure Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelMessageStatusStructure

Read ChannelMessageStatusStructure Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelMessageStatusStructure

Show ChannelMessageStatusStructure Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelMessageStatusStructure

Generic ChannelMessageStatusStructure Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelMessageStatusStructure

Associated Types

type Rep ChannelMessageStatusStructure :: Type -> Type #

NFData ChannelMessageStatusStructure Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelMessageStatusStructure

Hashable ChannelMessageStatusStructure Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelMessageStatusStructure

FromJSON ChannelMessageStatusStructure Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelMessageStatusStructure

type Rep ChannelMessageStatusStructure Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.ChannelMessageStatusStructure

type Rep ChannelMessageStatusStructure = D1 ('MetaData "ChannelMessageStatusStructure" "Amazonka.ChimeSDKMessaging.Types.ChannelMessageStatusStructure" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "ChannelMessageStatusStructure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMessageStatus)) :*: S1 ('MetaSel ('Just "detail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newChannelMessageStatusStructure :: ChannelMessageStatusStructure Source #

Create a value of ChannelMessageStatusStructure 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:value:ChannelMessageStatusStructure', channelMessageStatusStructure_value - The message status value.

$sel:detail:ChannelMessageStatusStructure', channelMessageStatusStructure_detail - Contains more details about the messasge status.

channelMessageStatusStructure_detail :: Lens' ChannelMessageStatusStructure (Maybe Text) Source #

Contains more details about the messasge status.