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 DatastoreSummary = DatastoreSummary' {}
- newDatastoreSummary :: DatastoreSummary
- datastoreSummary_creationTime :: Lens' DatastoreSummary (Maybe UTCTime)
- datastoreSummary_status :: Lens' DatastoreSummary (Maybe DatastoreStatus)
- datastoreSummary_lastMessageArrivalTime :: Lens' DatastoreSummary (Maybe UTCTime)
- datastoreSummary_datastoreName :: Lens' DatastoreSummary (Maybe Text)
- datastoreSummary_datastorePartitions :: Lens' DatastoreSummary (Maybe DatastorePartitions)
- datastoreSummary_fileFormatType :: Lens' DatastoreSummary (Maybe FileFormatType)
- datastoreSummary_lastUpdateTime :: Lens' DatastoreSummary (Maybe UTCTime)
- datastoreSummary_datastoreStorage :: Lens' DatastoreSummary (Maybe DatastoreStorageSummary)
Documentation
data DatastoreSummary Source #
A summary of information about a data store.
See: newDatastoreSummary
smart constructor.
DatastoreSummary' | |
|
Instances
newDatastoreSummary :: DatastoreSummary Source #
Create a value of DatastoreSummary
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:DatastoreSummary'
, datastoreSummary_creationTime
- When the data store was created.
$sel:status:DatastoreSummary'
, datastoreSummary_status
- The status of the data store.
$sel:lastMessageArrivalTime:DatastoreSummary'
, datastoreSummary_lastMessageArrivalTime
- The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon
Simple Storage Service one data store. Hence, the
lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
$sel:datastoreName:DatastoreSummary'
, datastoreSummary_datastoreName
- The name of the data store.
$sel:datastorePartitions:DatastoreSummary'
, datastoreSummary_datastorePartitions
- Contains information about the partition dimensions in a data store.
$sel:fileFormatType:DatastoreSummary'
, datastoreSummary_fileFormatType
- The file format of the data in the data store.
$sel:lastUpdateTime:DatastoreSummary'
, datastoreSummary_lastUpdateTime
- The last time the data store was updated.
$sel:datastoreStorage:DatastoreSummary'
, datastoreSummary_datastoreStorage
- Where data in a data store is stored.
datastoreSummary_creationTime :: Lens' DatastoreSummary (Maybe UTCTime) Source #
When the data store was created.
datastoreSummary_status :: Lens' DatastoreSummary (Maybe DatastoreStatus) Source #
The status of the data store.
datastoreSummary_lastMessageArrivalTime :: Lens' DatastoreSummary (Maybe UTCTime) Source #
The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon
Simple Storage Service one data store. Hence, the
lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
datastoreSummary_datastoreName :: Lens' DatastoreSummary (Maybe Text) Source #
The name of the data store.
datastoreSummary_datastorePartitions :: Lens' DatastoreSummary (Maybe DatastorePartitions) Source #
Contains information about the partition dimensions in a data store.
datastoreSummary_fileFormatType :: Lens' DatastoreSummary (Maybe FileFormatType) Source #
The file format of the data in the data store.
datastoreSummary_lastUpdateTime :: Lens' DatastoreSummary (Maybe UTCTime) Source #
The last time the data store was updated.
datastoreSummary_datastoreStorage :: Lens' DatastoreSummary (Maybe DatastoreStorageSummary) Source #
Where data in a data store is stored.