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 RetainedMessageSummary = RetainedMessageSummary' {}
- newRetainedMessageSummary :: RetainedMessageSummary
- retainedMessageSummary_lastModifiedTime :: Lens' RetainedMessageSummary (Maybe Integer)
- retainedMessageSummary_topic :: Lens' RetainedMessageSummary (Maybe Text)
- retainedMessageSummary_qos :: Lens' RetainedMessageSummary (Maybe Natural)
- retainedMessageSummary_payloadSize :: Lens' RetainedMessageSummary (Maybe Integer)
Documentation
data RetainedMessageSummary Source #
Information about a single retained message.
See: newRetainedMessageSummary
smart constructor.
RetainedMessageSummary' | |
|
Instances
newRetainedMessageSummary :: RetainedMessageSummary Source #
Create a value of RetainedMessageSummary
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:lastModifiedTime:RetainedMessageSummary'
, retainedMessageSummary_lastModifiedTime
- The Epoch date and time, in milliseconds, when the retained message was
stored by IoT.
$sel:topic:RetainedMessageSummary'
, retainedMessageSummary_topic
- The topic name to which the retained message was published.
$sel:qos:RetainedMessageSummary'
, retainedMessageSummary_qos
- The quality of service (QoS) level used to publish the retained message.
$sel:payloadSize:RetainedMessageSummary'
, retainedMessageSummary_payloadSize
- The size of the retained message's payload in bytes.
retainedMessageSummary_lastModifiedTime :: Lens' RetainedMessageSummary (Maybe Integer) Source #
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
retainedMessageSummary_topic :: Lens' RetainedMessageSummary (Maybe Text) Source #
The topic name to which the retained message was published.
retainedMessageSummary_qos :: Lens' RetainedMessageSummary (Maybe Natural) Source #
The quality of service (QoS) level used to publish the retained message.
retainedMessageSummary_payloadSize :: Lens' RetainedMessageSummary (Maybe Integer) Source #
The size of the retained message's payload in bytes.