Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Performs an analysis of your detector model. For more information, see Troubleshooting a detector model in the AWS IoT Events Developer Guide.
Synopsis
- data StartDetectorModelAnalysis = StartDetectorModelAnalysis' {}
- newStartDetectorModelAnalysis :: DetectorModelDefinition -> StartDetectorModelAnalysis
- startDetectorModelAnalysis_detectorModelDefinition :: Lens' StartDetectorModelAnalysis DetectorModelDefinition
- data StartDetectorModelAnalysisResponse = StartDetectorModelAnalysisResponse' {
- analysisId :: Maybe Text
- httpStatus :: Int
- newStartDetectorModelAnalysisResponse :: Int -> StartDetectorModelAnalysisResponse
- startDetectorModelAnalysisResponse_analysisId :: Lens' StartDetectorModelAnalysisResponse (Maybe Text)
- startDetectorModelAnalysisResponse_httpStatus :: Lens' StartDetectorModelAnalysisResponse Int
Creating a Request
data StartDetectorModelAnalysis Source #
See: newStartDetectorModelAnalysis
smart constructor.
Instances
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
startDetectorModelAnalysis_detectorModelDefinition :: Lens' StartDetectorModelAnalysis DetectorModelDefinition Source #
Undocumented member.
Destructuring the Response
data StartDetectorModelAnalysisResponse Source #
See: newStartDetectorModelAnalysisResponse
smart constructor.
StartDetectorModelAnalysisResponse' | |
|
Instances
Eq StartDetectorModelAnalysisResponse Source # | |
Read StartDetectorModelAnalysisResponse Source # | |
Show StartDetectorModelAnalysisResponse Source # | |
Generic StartDetectorModelAnalysisResponse Source # | |
NFData StartDetectorModelAnalysisResponse Source # | |
Defined in Amazonka.IoTEvents.StartDetectorModelAnalysis rnf :: StartDetectorModelAnalysisResponse -> () # | |
type Rep StartDetectorModelAnalysisResponse Source # | |
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.
startDetectorModelAnalysisResponse_httpStatus :: Lens' StartDetectorModelAnalysisResponse Int Source #
The response's http status code.