libZSservicesZSamazonka-ioteventsZSamazonka-iotevents
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.IoTEvents.StartDetectorModelAnalysis

Description

Performs an analysis of your detector model. For more information, see Troubleshooting a detector model in the AWS IoT Events Developer Guide.

Synopsis

Creating a Request

data StartDetectorModelAnalysis Source #

See: newStartDetectorModelAnalysis smart constructor.

Instances

Instances details
Eq StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Read StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Show StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Generic StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Associated Types

type Rep StartDetectorModelAnalysis :: Type -> Type #

NFData StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Hashable StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

ToJSON StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

AWSRequest StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

ToHeaders StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

ToPath StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

ToQuery StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

type Rep StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

type Rep StartDetectorModelAnalysis = D1 ('MetaData "StartDetectorModelAnalysis" "Amazonka.IoTEvents.StartDetectorModelAnalysis" "libZSservicesZSamazonka-ioteventsZSamazonka-iotevents" 'False) (C1 ('MetaCons "StartDetectorModelAnalysis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detectorModelDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DetectorModelDefinition)))
type AWSResponse StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

newStartDetectorModelAnalysis Source #

Create a value of StartDetectorModelAnalysis 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:detectorModelDefinition:StartDetectorModelAnalysis', startDetectorModelAnalysis_detectorModelDefinition - Undocumented member.

Request Lenses

Destructuring the Response

data StartDetectorModelAnalysisResponse Source #

Constructors

StartDetectorModelAnalysisResponse' 

Fields

Instances

Instances details
Eq StartDetectorModelAnalysisResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Read StartDetectorModelAnalysisResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Show StartDetectorModelAnalysisResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Generic StartDetectorModelAnalysisResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Associated Types

type Rep StartDetectorModelAnalysisResponse :: Type -> Type #

NFData StartDetectorModelAnalysisResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

type Rep StartDetectorModelAnalysisResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

type Rep StartDetectorModelAnalysisResponse = D1 ('MetaData "StartDetectorModelAnalysisResponse" "Amazonka.IoTEvents.StartDetectorModelAnalysis" "libZSservicesZSamazonka-ioteventsZSamazonka-iotevents" 'False) (C1 ('MetaCons "StartDetectorModelAnalysisResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "analysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartDetectorModelAnalysisResponse Source #

Create a value of StartDetectorModelAnalysisResponse 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:analysisId:StartDetectorModelAnalysisResponse', startDetectorModelAnalysisResponse_analysisId - The ID that you can use to retrieve the analysis result.

$sel:httpStatus:StartDetectorModelAnalysisResponse', startDetectorModelAnalysisResponse_httpStatus - The response's http status code.

Response Lenses

startDetectorModelAnalysisResponse_analysisId :: Lens' StartDetectorModelAnalysisResponse (Maybe Text) Source #

The ID that you can use to retrieve the analysis result.