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 ChannelSummary = ChannelSummary' {}
- newChannelSummary :: ChannelSummary
- channelSummary_creationTime :: Lens' ChannelSummary (Maybe UTCTime)
- channelSummary_status :: Lens' ChannelSummary (Maybe ChannelStatus)
- channelSummary_lastMessageArrivalTime :: Lens' ChannelSummary (Maybe UTCTime)
- channelSummary_channelName :: Lens' ChannelSummary (Maybe Text)
- channelSummary_channelStorage :: Lens' ChannelSummary (Maybe ChannelStorageSummary)
- channelSummary_lastUpdateTime :: Lens' ChannelSummary (Maybe UTCTime)
Documentation
data ChannelSummary Source #
A summary of information about a channel.
See: newChannelSummary
smart constructor.
ChannelSummary' | |
|
Instances
newChannelSummary :: ChannelSummary Source #
Create a value of ChannelSummary
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:creationTime:ChannelSummary'
, channelSummary_creationTime
- When the channel was created.
$sel:status:ChannelSummary'
, channelSummary_status
- The status of the channel.
$sel:lastMessageArrivalTime:ChannelSummary'
, channelSummary_lastMessageArrivalTime
- The last time when a new message arrived in the channel.
IoT Analytics updates this value at most once per minute for one
channel. Hence, the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
$sel:channelName:ChannelSummary'
, channelSummary_channelName
- The name of the channel.
$sel:channelStorage:ChannelSummary'
, channelSummary_channelStorage
- Where channel data is stored.
$sel:lastUpdateTime:ChannelSummary'
, channelSummary_lastUpdateTime
- The last time the channel was updated.
channelSummary_creationTime :: Lens' ChannelSummary (Maybe UTCTime) Source #
When the channel was created.
channelSummary_status :: Lens' ChannelSummary (Maybe ChannelStatus) Source #
The status of the channel.
channelSummary_lastMessageArrivalTime :: Lens' ChannelSummary (Maybe UTCTime) Source #
The last time when a new message arrived in the channel.
IoT Analytics updates this value at most once per minute for one
channel. Hence, the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
channelSummary_channelName :: Lens' ChannelSummary (Maybe Text) Source #
The name of the channel.
channelSummary_channelStorage :: Lens' ChannelSummary (Maybe ChannelStorageSummary) Source #
Where channel data is stored.
channelSummary_lastUpdateTime :: Lens' ChannelSummary (Maybe UTCTime) Source #
The last time the channel was updated.