| 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.IoTAnalytics.Types.DatastoreStorageSummary
Description
Synopsis
- data DatastoreStorageSummary = DatastoreStorageSummary' {}
- newDatastoreStorageSummary :: DatastoreStorageSummary
- datastoreStorageSummary_customerManagedS3 :: Lens' DatastoreStorageSummary (Maybe CustomerManagedDatastoreS3StorageSummary)
- datastoreStorageSummary_iotSiteWiseMultiLayerStorage :: Lens' DatastoreStorageSummary (Maybe DatastoreIotSiteWiseMultiLayerStorageSummary)
- datastoreStorageSummary_serviceManagedS3 :: Lens' DatastoreStorageSummary (Maybe ServiceManagedDatastoreS3StorageSummary)
Documentation
data DatastoreStorageSummary Source #
Contains information about your data store.
See: newDatastoreStorageSummary smart constructor.
Constructors
| DatastoreStorageSummary' | |
Fields
| |
Instances
newDatastoreStorageSummary :: DatastoreStorageSummary Source #
Create a value of DatastoreStorageSummary 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:customerManagedS3:DatastoreStorageSummary', datastoreStorageSummary_customerManagedS3 - Used to store data in an Amazon S3 bucket managed by IoT Analytics.
$sel:iotSiteWiseMultiLayerStorage:DatastoreStorageSummary', datastoreStorageSummary_iotSiteWiseMultiLayerStorage - Used to store data used by IoT SiteWise in an Amazon S3 bucket that you
manage.
$sel:serviceManagedS3:DatastoreStorageSummary', datastoreStorageSummary_serviceManagedS3 - Used to store data in an Amazon S3 bucket managed by IoT Analytics.
datastoreStorageSummary_customerManagedS3 :: Lens' DatastoreStorageSummary (Maybe CustomerManagedDatastoreS3StorageSummary) Source #
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
datastoreStorageSummary_iotSiteWiseMultiLayerStorage :: Lens' DatastoreStorageSummary (Maybe DatastoreIotSiteWiseMultiLayerStorageSummary) Source #
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
datastoreStorageSummary_serviceManagedS3 :: Lens' DatastoreStorageSummary (Maybe ServiceManagedDatastoreS3StorageSummary) Source #
Used to store data in an Amazon S3 bucket managed by IoT Analytics.