| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
- 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.
Constructors
| StartDetectorModelAnalysis' | |
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:
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.
Constructors
| StartDetectorModelAnalysisResponse' | |
Fields
| |
Instances
newStartDetectorModelAnalysisResponse Source #
Arguments
| :: Int | |
| -> StartDetectorModelAnalysisResponse |
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.