libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTAnalytics.Types.DatastoreSummary

Description

 
Synopsis

Documentation

data DatastoreSummary Source #

A summary of information about a data store.

See: newDatastoreSummary smart constructor.

Constructors

DatastoreSummary' 

Fields

Instances

Instances details
Eq DatastoreSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatastoreSummary

Read DatastoreSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatastoreSummary

Show DatastoreSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatastoreSummary

Generic DatastoreSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatastoreSummary

Associated Types

type Rep DatastoreSummary :: Type -> Type #

NFData DatastoreSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatastoreSummary

Methods

rnf :: DatastoreSummary -> () #

Hashable DatastoreSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatastoreSummary

FromJSON DatastoreSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatastoreSummary

type Rep DatastoreSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatastoreSummary

type Rep DatastoreSummary = D1 ('MetaData "DatastoreSummary" "Amazonka.IoTAnalytics.Types.DatastoreSummary" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "DatastoreSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatastoreStatus))) :*: (S1 ('MetaSel ('Just "lastMessageArrivalTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datastoreName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "datastorePartitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatastorePartitions)) :*: S1 ('MetaSel ('Just "fileFormatType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileFormatType))) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datastoreStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatastoreStorageSummary))))))

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_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_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.