Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ChannelMessageStatusStructure = ChannelMessageStatusStructure' {}
- newChannelMessageStatusStructure :: ChannelMessageStatusStructure
- channelMessageStatusStructure_value :: Lens' ChannelMessageStatusStructure (Maybe ChannelMessageStatus)
- channelMessageStatusStructure_detail :: Lens' ChannelMessageStatusStructure (Maybe Text)
Documentation
data ChannelMessageStatusStructure Source #
Stores information about a message status.
See: newChannelMessageStatusStructure
smart constructor.
Instances
Eq ChannelMessageStatusStructure Source # | |
Read ChannelMessageStatusStructure Source # | |
Show ChannelMessageStatusStructure Source # | |
Generic ChannelMessageStatusStructure Source # | |
NFData ChannelMessageStatusStructure Source # | |
Hashable ChannelMessageStatusStructure Source # | |
FromJSON ChannelMessageStatusStructure Source # | |
type Rep ChannelMessageStatusStructure Source # | |
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_value :: Lens' ChannelMessageStatusStructure (Maybe ChannelMessageStatus) Source #
The message status value.
channelMessageStatusStructure_detail :: Lens' ChannelMessageStatusStructure (Maybe Text) Source #
Contains more details about the messasge status.