amazonka-lookoutequipment-2.0: Amazon Lookout for Equipment 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.LookoutEquipment.ListSensorStatistics

Description

Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.

Synopsis

Creating a Request

data ListSensorStatistics Source #

See: newListSensorStatistics smart constructor.

Constructors

ListSensorStatistics' 

Fields

  • ingestionJobId :: Maybe Text

    The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.

  • maxResults :: Maybe Natural

    Specifies the maximum number of sensors for which to retrieve statistics.

  • nextToken :: Maybe Text

    An opaque pagination token indicating where to continue the listing of sensor statistics.

  • datasetName :: Text

    The name of the dataset associated with the list of Sensor Statistics.

Instances

Instances details
ToJSON ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

ToHeaders ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

ToPath ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

ToQuery ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

AWSRequest ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Associated Types

type AWSResponse ListSensorStatistics #

Generic ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Associated Types

type Rep ListSensorStatistics :: Type -> Type #

Read ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Show ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

NFData ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Methods

rnf :: ListSensorStatistics -> () #

Eq ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Hashable ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

type AWSResponse ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

type Rep ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

type Rep ListSensorStatistics = D1 ('MetaData "ListSensorStatistics" "Amazonka.LookoutEquipment.ListSensorStatistics" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListSensorStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ingestionJobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListSensorStatistics Source #

Create a value of ListSensorStatistics 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:ingestionJobId:ListSensorStatistics', listSensorStatistics_ingestionJobId - The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.

$sel:maxResults:ListSensorStatistics', listSensorStatistics_maxResults - Specifies the maximum number of sensors for which to retrieve statistics.

ListSensorStatistics, listSensorStatistics_nextToken - An opaque pagination token indicating where to continue the listing of sensor statistics.

ListSensorStatistics, listSensorStatistics_datasetName - The name of the dataset associated with the list of Sensor Statistics.

Request Lenses

listSensorStatistics_ingestionJobId :: Lens' ListSensorStatistics (Maybe Text) Source #

The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.

listSensorStatistics_maxResults :: Lens' ListSensorStatistics (Maybe Natural) Source #

Specifies the maximum number of sensors for which to retrieve statistics.

listSensorStatistics_nextToken :: Lens' ListSensorStatistics (Maybe Text) Source #

An opaque pagination token indicating where to continue the listing of sensor statistics.

listSensorStatistics_datasetName :: Lens' ListSensorStatistics Text Source #

The name of the dataset associated with the list of Sensor Statistics.

Destructuring the Response

data ListSensorStatisticsResponse Source #

See: newListSensorStatisticsResponse smart constructor.

Constructors

ListSensorStatisticsResponse' 

Fields

  • nextToken :: Maybe Text

    An opaque pagination token indicating where to continue the listing of sensor statistics.

  • sensorStatisticsSummaries :: Maybe [SensorStatisticsSummary]

    Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Associated Types

type Rep ListSensorStatisticsResponse :: Type -> Type #

Read ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Show ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

NFData ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Eq ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

type Rep ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

type Rep ListSensorStatisticsResponse = D1 ('MetaData "ListSensorStatisticsResponse" "Amazonka.LookoutEquipment.ListSensorStatistics" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListSensorStatisticsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sensorStatisticsSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SensorStatisticsSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSensorStatisticsResponse Source #

Create a value of ListSensorStatisticsResponse 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:

ListSensorStatistics, listSensorStatisticsResponse_nextToken - An opaque pagination token indicating where to continue the listing of sensor statistics.

$sel:sensorStatisticsSummaries:ListSensorStatisticsResponse', listSensorStatisticsResponse_sensorStatisticsSummaries - Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.

$sel:httpStatus:ListSensorStatisticsResponse', listSensorStatisticsResponse_httpStatus - The response's http status code.

Response Lenses

listSensorStatisticsResponse_nextToken :: Lens' ListSensorStatisticsResponse (Maybe Text) Source #

An opaque pagination token indicating where to continue the listing of sensor statistics.

listSensorStatisticsResponse_sensorStatisticsSummaries :: Lens' ListSensorStatisticsResponse (Maybe [SensorStatisticsSummary]) Source #

Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.