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

Description

 
Synopsis

Documentation

data ChannelStatistics Source #

Statistics information about the channel.

See: newChannelStatistics smart constructor.

Constructors

ChannelStatistics' 

Fields

Instances

Instances details
FromJSON ChannelStatistics Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStatistics

Generic ChannelStatistics Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStatistics

Associated Types

type Rep ChannelStatistics :: Type -> Type #

Read ChannelStatistics Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStatistics

Show ChannelStatistics Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStatistics

NFData ChannelStatistics Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStatistics

Methods

rnf :: ChannelStatistics -> () #

Eq ChannelStatistics Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStatistics

Hashable ChannelStatistics Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStatistics

type Rep ChannelStatistics Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ChannelStatistics

type Rep ChannelStatistics = D1 ('MetaData "ChannelStatistics" "Amazonka.IoTAnalytics.Types.ChannelStatistics" "amazonka-iot-analytics-2.0-2pxFb0PbSzA9ccOL4CofY4" 'False) (C1 ('MetaCons "ChannelStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EstimatedResourceSize))))

newChannelStatistics :: ChannelStatistics Source #

Create a value of ChannelStatistics 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:size:ChannelStatistics', channelStatistics_size - The estimated size of the channel.