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

Description

 
Synopsis

Documentation

data ServiceManagedDatastoreS3Storage Source #

Used to store data in an Amazon S3 bucket managed by IoT Analytics. You can't change the choice of Amazon S3 storage after your data store is created.

See: newServiceManagedDatastoreS3Storage smart constructor.

Instances

Instances details
Eq ServiceManagedDatastoreS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage

Read ServiceManagedDatastoreS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage

Show ServiceManagedDatastoreS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage

Generic ServiceManagedDatastoreS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage

Associated Types

type Rep ServiceManagedDatastoreS3Storage :: Type -> Type #

NFData ServiceManagedDatastoreS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage

Hashable ServiceManagedDatastoreS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage

ToJSON ServiceManagedDatastoreS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage

FromJSON ServiceManagedDatastoreS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage

type Rep ServiceManagedDatastoreS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage

type Rep ServiceManagedDatastoreS3Storage = D1 ('MetaData "ServiceManagedDatastoreS3Storage" "Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "ServiceManagedDatastoreS3Storage'" 'PrefixI 'False) (U1 :: Type -> Type))

newServiceManagedDatastoreS3Storage :: ServiceManagedDatastoreS3Storage Source #

Create a value of ServiceManagedDatastoreS3Storage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.