amazonka-iot-analytics-2.0: Amazon IoT Analytics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage

Description

 
Synopsis

Documentation

data ServiceManagedChannelS3Storage Source #

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

See: newServiceManagedChannelS3Storage smart constructor.

Instances

Instances details
FromJSON ServiceManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage

ToJSON ServiceManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage

Generic ServiceManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage

Associated Types

type Rep ServiceManagedChannelS3Storage :: Type -> Type #

Read ServiceManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage

Show ServiceManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage

NFData ServiceManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage

Eq ServiceManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage

Hashable ServiceManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage

type Rep ServiceManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage

type Rep ServiceManagedChannelS3Storage = D1 ('MetaData "ServiceManagedChannelS3Storage" "Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage" "amazonka-iot-analytics-2.0-2pxFb0PbSzA9ccOL4CofY4" 'False) (C1 ('MetaCons "ServiceManagedChannelS3Storage'" 'PrefixI 'False) (U1 :: Type -> Type))

newServiceManagedChannelS3Storage :: ServiceManagedChannelS3Storage Source #

Create a value of ServiceManagedChannelS3Storage with all optional fields omitted.

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