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

Description

 
Synopsis

Documentation

data ChannelStorageSummary Source #

Where channel data is stored.

See: newChannelStorageSummary smart constructor.

Constructors

ChannelStorageSummary' 

Fields

Instances

Instances details
Eq ChannelStorageSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStorageSummary

Read ChannelStorageSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStorageSummary

Show ChannelStorageSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStorageSummary

Generic ChannelStorageSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStorageSummary

Associated Types

type Rep ChannelStorageSummary :: Type -> Type #

NFData ChannelStorageSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStorageSummary

Methods

rnf :: ChannelStorageSummary -> () #

Hashable ChannelStorageSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStorageSummary

FromJSON ChannelStorageSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStorageSummary

type Rep ChannelStorageSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStorageSummary

type Rep ChannelStorageSummary = D1 ('MetaData "ChannelStorageSummary" "Amazonka.IoTAnalytics.Types.ChannelStorageSummary" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "ChannelStorageSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceManagedS3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceManagedChannelS3StorageSummary)) :*: S1 ('MetaSel ('Just "customerManagedS3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerManagedChannelS3StorageSummary))))

newChannelStorageSummary :: ChannelStorageSummary Source #

Create a value of ChannelStorageSummary 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:serviceManagedS3:ChannelStorageSummary', channelStorageSummary_serviceManagedS3 - Used to store channel data in an S3 bucket managed by IoT Analytics.

$sel:customerManagedS3:ChannelStorageSummary', channelStorageSummary_customerManagedS3 - Used to store channel data in an S3 bucket that you manage.

channelStorageSummary_serviceManagedS3 :: Lens' ChannelStorageSummary (Maybe ServiceManagedChannelS3StorageSummary) Source #

Used to store channel data in an S3 bucket managed by IoT Analytics.