amazonka-iotevents-2.0: Amazon IoT Events 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.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
ToJSON 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

AWSRequest 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 #

Read StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Show StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

NFData StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Eq StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Hashable StartDetectorModelAnalysis Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

type AWSResponse 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" "amazonka-iotevents-2.0-6xKaLx5KciSK3LEs0FyRYn" 'False) (C1 ('MetaCons "StartDetectorModelAnalysis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detectorModelDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DetectorModelDefinition)))

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:

StartDetectorModelAnalysis, startDetectorModelAnalysis_detectorModelDefinition - Undocumented member.

Request Lenses

Destructuring the Response

data StartDetectorModelAnalysisResponse Source #

Constructors

StartDetectorModelAnalysisResponse' 

Fields

Instances

Instances details
Generic StartDetectorModelAnalysisResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Associated Types

type Rep StartDetectorModelAnalysisResponse :: Type -> Type #

Read StartDetectorModelAnalysisResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Show StartDetectorModelAnalysisResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

NFData StartDetectorModelAnalysisResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis

Eq 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" "amazonka-iotevents-2.0-6xKaLx5KciSK3LEs0FyRYn" '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.