| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTData.Types.RetainedMessageSummary
Description
Synopsis
- data RetainedMessageSummary = RetainedMessageSummary' {}
- newRetainedMessageSummary :: RetainedMessageSummary
- retainedMessageSummary_lastModifiedTime :: Lens' RetainedMessageSummary (Maybe Integer)
- retainedMessageSummary_payloadSize :: Lens' RetainedMessageSummary (Maybe Integer)
- retainedMessageSummary_qos :: Lens' RetainedMessageSummary (Maybe Natural)
- retainedMessageSummary_topic :: Lens' RetainedMessageSummary (Maybe Text)
Documentation
data RetainedMessageSummary Source #
Information about a single retained message.
See: newRetainedMessageSummary smart constructor.
Constructors
| RetainedMessageSummary' | |
Fields
| |
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:payloadSize:RetainedMessageSummary', retainedMessageSummary_payloadSize - The size of the retained message's payload in bytes.
$sel:qos:RetainedMessageSummary', retainedMessageSummary_qos - The quality of service (QoS) level used to publish the retained message.
$sel:topic:RetainedMessageSummary', retainedMessageSummary_topic - The topic name to which the retained message was published.
retainedMessageSummary_lastModifiedTime :: Lens' RetainedMessageSummary (Maybe Integer) Source #
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
retainedMessageSummary_payloadSize :: Lens' RetainedMessageSummary (Maybe Integer) Source #
The size of the retained message's payload in bytes.
retainedMessageSummary_qos :: Lens' RetainedMessageSummary (Maybe Natural) Source #
The quality of service (QoS) level used to publish the retained message.
retainedMessageSummary_topic :: Lens' RetainedMessageSummary (Maybe Text) Source #
The topic name to which the retained message was published.