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 |
- Operations
- CreateDetectorVersion
- BatchGetVariable
- UpdateModelVersion
- DeleteModelVersion
- UpdateDetectorVersionMetadata
- DeleteBatchImportJob
- DeleteRule
- PutLabel
- GetExternalModels
- GetDetectors
- DeleteLabel
- DeleteVariable
- UpdateVariable
- CreateVariable
- CreateBatchImportJob
- CreateRule
- ListTagsForResource
- GetModels
- UpdateRuleVersion
- DeleteEvent
- CancelBatchPredictionJob
- UpdateModelVersionStatus
- GetBatchPredictionJobs
- CreateModel
- GetLabels
- GetModelVersion
- PutExternalModel
- DeleteExternalModel
- GetEntityTypes
- DeleteModel
- UpdateModel
- CreateModelVersion
- DeleteEventsByEventType
- PutKMSEncryptionKey
- DescribeDetector
- GetOutcomes
- GetEventPrediction
- DeleteBatchPredictionJob
- GetEvent
- UpdateRuleMetadata
- PutEntityType
- CreateBatchPredictionJob
- DeleteEntityType
- DeleteEventType
- PutEventType
- UpdateDetectorVersionStatus
- CancelBatchImportJob
- SendEvent
- TagResource
- GetKMSEncryptionKey
- UpdateEventLabel
- GetBatchImportJobs
- GetDeleteEventsByEventTypeStatus
- DeleteOutcome
- GetRules
- GetVariables
- UntagResource
- PutDetector
- PutOutcome
- DeleteDetector
- DescribeModelVersions
- BatchCreateVariable
- GetDetectorVersion
- GetEventTypes
- DeleteDetectorVersion
- UpdateDetectorVersion
- Types
- BatchCreateVariableError
- BatchGetVariableError
- BatchImport
- BatchPrediction
- DataValidationMetrics
- Detector
- DetectorVersionSummary
- Entity
- EntityType
- Event
- EventType
- ExternalEventsDetail
- ExternalModel
- ExternalModelOutputs
- ExternalModelSummary
- FieldValidationMessage
- FileValidationMessage
- IngestedEventStatistics
- IngestedEventsDetail
- IngestedEventsTimeWindow
- KMSKey
- Label
- LabelSchema
- LogOddsMetric
- MetricDataPoint
- Model
- ModelEndpointDataBlob
- ModelInputConfiguration
- ModelOutputConfiguration
- ModelScores
- ModelVersion
- ModelVersionDetail
- Outcome
- Rule
- RuleDetail
- RuleResult
- Tag
- TrainingDataSchema
- TrainingMetrics
- TrainingResult
- Variable
- VariableEntry
- VariableImportanceMetrics
Synopsis
- createDetectorVersion_ruleExecutionMode :: Lens' CreateDetectorVersion (Maybe RuleExecutionMode)
- createDetectorVersion_modelVersions :: Lens' CreateDetectorVersion (Maybe [ModelVersion])
- createDetectorVersion_externalModelEndpoints :: Lens' CreateDetectorVersion (Maybe [Text])
- createDetectorVersion_description :: Lens' CreateDetectorVersion (Maybe Text)
- createDetectorVersion_tags :: Lens' CreateDetectorVersion (Maybe [Tag])
- createDetectorVersion_detectorId :: Lens' CreateDetectorVersion Text
- createDetectorVersion_rules :: Lens' CreateDetectorVersion [Rule]
- createDetectorVersionResponse_status :: Lens' CreateDetectorVersionResponse (Maybe DetectorVersionStatus)
- createDetectorVersionResponse_detectorVersionId :: Lens' CreateDetectorVersionResponse (Maybe Text)
- createDetectorVersionResponse_detectorId :: Lens' CreateDetectorVersionResponse (Maybe Text)
- createDetectorVersionResponse_httpStatus :: Lens' CreateDetectorVersionResponse Int
- batchGetVariable_names :: Lens' BatchGetVariable (NonEmpty Text)
- batchGetVariableResponse_variables :: Lens' BatchGetVariableResponse (Maybe [Variable])
- batchGetVariableResponse_errors :: Lens' BatchGetVariableResponse (Maybe [BatchGetVariableError])
- batchGetVariableResponse_httpStatus :: Lens' BatchGetVariableResponse Int
- updateModelVersion_externalEventsDetail :: Lens' UpdateModelVersion (Maybe ExternalEventsDetail)
- updateModelVersion_ingestedEventsDetail :: Lens' UpdateModelVersion (Maybe IngestedEventsDetail)
- updateModelVersion_tags :: Lens' UpdateModelVersion (Maybe [Tag])
- updateModelVersion_modelId :: Lens' UpdateModelVersion Text
- updateModelVersion_modelType :: Lens' UpdateModelVersion ModelTypeEnum
- updateModelVersion_majorVersionNumber :: Lens' UpdateModelVersion Text
- updateModelVersionResponse_status :: Lens' UpdateModelVersionResponse (Maybe Text)
- updateModelVersionResponse_modelType :: Lens' UpdateModelVersionResponse (Maybe ModelTypeEnum)
- updateModelVersionResponse_modelId :: Lens' UpdateModelVersionResponse (Maybe Text)
- updateModelVersionResponse_modelVersionNumber :: Lens' UpdateModelVersionResponse (Maybe Text)
- updateModelVersionResponse_httpStatus :: Lens' UpdateModelVersionResponse Int
- deleteModelVersion_modelId :: Lens' DeleteModelVersion Text
- deleteModelVersion_modelType :: Lens' DeleteModelVersion ModelTypeEnum
- deleteModelVersion_modelVersionNumber :: Lens' DeleteModelVersion Text
- deleteModelVersionResponse_httpStatus :: Lens' DeleteModelVersionResponse Int
- updateDetectorVersionMetadata_detectorId :: Lens' UpdateDetectorVersionMetadata Text
- updateDetectorVersionMetadata_detectorVersionId :: Lens' UpdateDetectorVersionMetadata Text
- updateDetectorVersionMetadata_description :: Lens' UpdateDetectorVersionMetadata Text
- updateDetectorVersionMetadataResponse_httpStatus :: Lens' UpdateDetectorVersionMetadataResponse Int
- deleteBatchImportJob_jobId :: Lens' DeleteBatchImportJob Text
- deleteBatchImportJobResponse_httpStatus :: Lens' DeleteBatchImportJobResponse Int
- deleteRule_rule :: Lens' DeleteRule Rule
- deleteRuleResponse_httpStatus :: Lens' DeleteRuleResponse Int
- putLabel_description :: Lens' PutLabel (Maybe Text)
- putLabel_tags :: Lens' PutLabel (Maybe [Tag])
- putLabel_name :: Lens' PutLabel Text
- putLabelResponse_httpStatus :: Lens' PutLabelResponse Int
- getExternalModels_modelEndpoint :: Lens' GetExternalModels (Maybe Text)
- getExternalModels_nextToken :: Lens' GetExternalModels (Maybe Text)
- getExternalModels_maxResults :: Lens' GetExternalModels (Maybe Natural)
- getExternalModelsResponse_nextToken :: Lens' GetExternalModelsResponse (Maybe Text)
- getExternalModelsResponse_externalModels :: Lens' GetExternalModelsResponse (Maybe [ExternalModel])
- getExternalModelsResponse_httpStatus :: Lens' GetExternalModelsResponse Int
- getDetectors_nextToken :: Lens' GetDetectors (Maybe Text)
- getDetectors_detectorId :: Lens' GetDetectors (Maybe Text)
- getDetectors_maxResults :: Lens' GetDetectors (Maybe Natural)
- getDetectorsResponse_nextToken :: Lens' GetDetectorsResponse (Maybe Text)
- getDetectorsResponse_detectors :: Lens' GetDetectorsResponse (Maybe [Detector])
- getDetectorsResponse_httpStatus :: Lens' GetDetectorsResponse Int
- deleteLabel_name :: Lens' DeleteLabel Text
- deleteLabelResponse_httpStatus :: Lens' DeleteLabelResponse Int
- deleteVariable_name :: Lens' DeleteVariable Text
- deleteVariableResponse_httpStatus :: Lens' DeleteVariableResponse Int
- updateVariable_defaultValue :: Lens' UpdateVariable (Maybe Text)
- updateVariable_variableType :: Lens' UpdateVariable (Maybe Text)
- updateVariable_description :: Lens' UpdateVariable (Maybe Text)
- updateVariable_name :: Lens' UpdateVariable Text
- updateVariableResponse_httpStatus :: Lens' UpdateVariableResponse Int
- createVariable_variableType :: Lens' CreateVariable (Maybe Text)
- createVariable_description :: Lens' CreateVariable (Maybe Text)
- createVariable_tags :: Lens' CreateVariable (Maybe [Tag])
- createVariable_name :: Lens' CreateVariable Text
- createVariable_dataType :: Lens' CreateVariable DataType
- createVariable_dataSource :: Lens' CreateVariable DataSource
- createVariable_defaultValue :: Lens' CreateVariable Text
- createVariableResponse_httpStatus :: Lens' CreateVariableResponse Int
- createBatchImportJob_tags :: Lens' CreateBatchImportJob (Maybe [Tag])
- createBatchImportJob_jobId :: Lens' CreateBatchImportJob Text
- createBatchImportJob_inputPath :: Lens' CreateBatchImportJob Text
- createBatchImportJob_outputPath :: Lens' CreateBatchImportJob Text
- createBatchImportJob_eventTypeName :: Lens' CreateBatchImportJob Text
- createBatchImportJob_iamRoleArn :: Lens' CreateBatchImportJob Text
- createBatchImportJobResponse_httpStatus :: Lens' CreateBatchImportJobResponse Int
- createRule_description :: Lens' CreateRule (Maybe Text)
- createRule_tags :: Lens' CreateRule (Maybe [Tag])
- createRule_ruleId :: Lens' CreateRule Text
- createRule_detectorId :: Lens' CreateRule Text
- createRule_expression :: Lens' CreateRule Text
- createRule_language :: Lens' CreateRule Language
- createRule_outcomes :: Lens' CreateRule (NonEmpty Text)
- createRuleResponse_rule :: Lens' CreateRuleResponse (Maybe Rule)
- createRuleResponse_httpStatus :: Lens' CreateRuleResponse Int
- listTagsForResource_nextToken :: Lens' ListTagsForResource (Maybe Text)
- listTagsForResource_maxResults :: Lens' ListTagsForResource (Maybe Natural)
- listTagsForResource_resourceARN :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_nextToken :: Lens' ListTagsForResourceResponse (Maybe Text)
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe [Tag])
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- getModels_modelType :: Lens' GetModels (Maybe ModelTypeEnum)
- getModels_modelId :: Lens' GetModels (Maybe Text)
- getModels_nextToken :: Lens' GetModels (Maybe Text)
- getModels_maxResults :: Lens' GetModels (Maybe Natural)
- getModelsResponse_models :: Lens' GetModelsResponse (Maybe [Model])
- getModelsResponse_nextToken :: Lens' GetModelsResponse (Maybe Text)
- getModelsResponse_httpStatus :: Lens' GetModelsResponse Int
- updateRuleVersion_description :: Lens' UpdateRuleVersion (Maybe Text)
- updateRuleVersion_tags :: Lens' UpdateRuleVersion (Maybe [Tag])
- updateRuleVersion_rule :: Lens' UpdateRuleVersion Rule
- updateRuleVersion_expression :: Lens' UpdateRuleVersion Text
- updateRuleVersion_language :: Lens' UpdateRuleVersion Language
- updateRuleVersion_outcomes :: Lens' UpdateRuleVersion (NonEmpty Text)
- updateRuleVersionResponse_rule :: Lens' UpdateRuleVersionResponse (Maybe Rule)
- updateRuleVersionResponse_httpStatus :: Lens' UpdateRuleVersionResponse Int
- deleteEvent_deleteAuditHistory :: Lens' DeleteEvent (Maybe Bool)
- deleteEvent_eventId :: Lens' DeleteEvent Text
- deleteEvent_eventTypeName :: Lens' DeleteEvent Text
- deleteEventResponse_httpStatus :: Lens' DeleteEventResponse Int
- cancelBatchPredictionJob_jobId :: Lens' CancelBatchPredictionJob Text
- cancelBatchPredictionJobResponse_httpStatus :: Lens' CancelBatchPredictionJobResponse Int
- updateModelVersionStatus_modelId :: Lens' UpdateModelVersionStatus Text
- updateModelVersionStatus_modelType :: Lens' UpdateModelVersionStatus ModelTypeEnum
- updateModelVersionStatus_modelVersionNumber :: Lens' UpdateModelVersionStatus Text
- updateModelVersionStatus_status :: Lens' UpdateModelVersionStatus ModelVersionStatus
- updateModelVersionStatusResponse_httpStatus :: Lens' UpdateModelVersionStatusResponse Int
- getBatchPredictionJobs_jobId :: Lens' GetBatchPredictionJobs (Maybe Text)
- getBatchPredictionJobs_nextToken :: Lens' GetBatchPredictionJobs (Maybe Text)
- getBatchPredictionJobs_maxResults :: Lens' GetBatchPredictionJobs (Maybe Natural)
- getBatchPredictionJobsResponse_batchPredictions :: Lens' GetBatchPredictionJobsResponse (Maybe [BatchPrediction])
- getBatchPredictionJobsResponse_nextToken :: Lens' GetBatchPredictionJobsResponse (Maybe Text)
- getBatchPredictionJobsResponse_httpStatus :: Lens' GetBatchPredictionJobsResponse Int
- createModel_description :: Lens' CreateModel (Maybe Text)
- createModel_tags :: Lens' CreateModel (Maybe [Tag])
- createModel_modelId :: Lens' CreateModel Text
- createModel_modelType :: Lens' CreateModel ModelTypeEnum
- createModel_eventTypeName :: Lens' CreateModel Text
- createModelResponse_httpStatus :: Lens' CreateModelResponse Int
- getLabels_nextToken :: Lens' GetLabels (Maybe Text)
- getLabels_name :: Lens' GetLabels (Maybe Text)
- getLabels_maxResults :: Lens' GetLabels (Maybe Natural)
- getLabelsResponse_nextToken :: Lens' GetLabelsResponse (Maybe Text)
- getLabelsResponse_labels :: Lens' GetLabelsResponse (Maybe [Label])
- getLabelsResponse_httpStatus :: Lens' GetLabelsResponse Int
- getModelVersion_modelId :: Lens' GetModelVersion Text
- getModelVersion_modelType :: Lens' GetModelVersion ModelTypeEnum
- getModelVersion_modelVersionNumber :: Lens' GetModelVersion Text
- getModelVersionResponse_status :: Lens' GetModelVersionResponse (Maybe Text)
- getModelVersionResponse_modelType :: Lens' GetModelVersionResponse (Maybe ModelTypeEnum)
- getModelVersionResponse_modelId :: Lens' GetModelVersionResponse (Maybe Text)
- getModelVersionResponse_arn :: Lens' GetModelVersionResponse (Maybe Text)
- getModelVersionResponse_trainingDataSource :: Lens' GetModelVersionResponse (Maybe TrainingDataSourceEnum)
- getModelVersionResponse_externalEventsDetail :: Lens' GetModelVersionResponse (Maybe ExternalEventsDetail)
- getModelVersionResponse_ingestedEventsDetail :: Lens' GetModelVersionResponse (Maybe IngestedEventsDetail)
- getModelVersionResponse_modelVersionNumber :: Lens' GetModelVersionResponse (Maybe Text)
- getModelVersionResponse_trainingDataSchema :: Lens' GetModelVersionResponse (Maybe TrainingDataSchema)
- getModelVersionResponse_httpStatus :: Lens' GetModelVersionResponse Int
- putExternalModel_tags :: Lens' PutExternalModel (Maybe [Tag])
- putExternalModel_modelEndpoint :: Lens' PutExternalModel Text
- putExternalModel_modelSource :: Lens' PutExternalModel ModelSource
- putExternalModel_invokeModelEndpointRoleArn :: Lens' PutExternalModel Text
- putExternalModel_inputConfiguration :: Lens' PutExternalModel ModelInputConfiguration
- putExternalModel_outputConfiguration :: Lens' PutExternalModel ModelOutputConfiguration
- putExternalModel_modelEndpointStatus :: Lens' PutExternalModel ModelEndpointStatus
- putExternalModelResponse_httpStatus :: Lens' PutExternalModelResponse Int
- deleteExternalModel_modelEndpoint :: Lens' DeleteExternalModel Text
- deleteExternalModelResponse_httpStatus :: Lens' DeleteExternalModelResponse Int
- getEntityTypes_nextToken :: Lens' GetEntityTypes (Maybe Text)
- getEntityTypes_name :: Lens' GetEntityTypes (Maybe Text)
- getEntityTypes_maxResults :: Lens' GetEntityTypes (Maybe Natural)
- getEntityTypesResponse_entityTypes :: Lens' GetEntityTypesResponse (Maybe [EntityType])
- getEntityTypesResponse_nextToken :: Lens' GetEntityTypesResponse (Maybe Text)
- getEntityTypesResponse_httpStatus :: Lens' GetEntityTypesResponse Int
- deleteModel_modelId :: Lens' DeleteModel Text
- deleteModel_modelType :: Lens' DeleteModel ModelTypeEnum
- deleteModelResponse_httpStatus :: Lens' DeleteModelResponse Int
- updateModel_description :: Lens' UpdateModel (Maybe Text)
- updateModel_modelId :: Lens' UpdateModel Text
- updateModel_modelType :: Lens' UpdateModel ModelTypeEnum
- updateModelResponse_httpStatus :: Lens' UpdateModelResponse Int
- createModelVersion_externalEventsDetail :: Lens' CreateModelVersion (Maybe ExternalEventsDetail)
- createModelVersion_ingestedEventsDetail :: Lens' CreateModelVersion (Maybe IngestedEventsDetail)
- createModelVersion_tags :: Lens' CreateModelVersion (Maybe [Tag])
- createModelVersion_modelId :: Lens' CreateModelVersion Text
- createModelVersion_modelType :: Lens' CreateModelVersion ModelTypeEnum
- createModelVersion_trainingDataSource :: Lens' CreateModelVersion TrainingDataSourceEnum
- createModelVersion_trainingDataSchema :: Lens' CreateModelVersion TrainingDataSchema
- createModelVersionResponse_status :: Lens' CreateModelVersionResponse (Maybe Text)
- createModelVersionResponse_modelType :: Lens' CreateModelVersionResponse (Maybe ModelTypeEnum)
- createModelVersionResponse_modelId :: Lens' CreateModelVersionResponse (Maybe Text)
- createModelVersionResponse_modelVersionNumber :: Lens' CreateModelVersionResponse (Maybe Text)
- createModelVersionResponse_httpStatus :: Lens' CreateModelVersionResponse Int
- deleteEventsByEventType_eventTypeName :: Lens' DeleteEventsByEventType Text
- deleteEventsByEventTypeResponse_eventTypeName :: Lens' DeleteEventsByEventTypeResponse (Maybe Text)
- deleteEventsByEventTypeResponse_eventsDeletionStatus :: Lens' DeleteEventsByEventTypeResponse (Maybe Text)
- deleteEventsByEventTypeResponse_httpStatus :: Lens' DeleteEventsByEventTypeResponse Int
- putKMSEncryptionKey_kmsEncryptionKeyArn :: Lens' PutKMSEncryptionKey Text
- putKMSEncryptionKeyResponse_httpStatus :: Lens' PutKMSEncryptionKeyResponse Int
- describeDetector_nextToken :: Lens' DescribeDetector (Maybe Text)
- describeDetector_maxResults :: Lens' DescribeDetector (Maybe Natural)
- describeDetector_detectorId :: Lens' DescribeDetector Text
- describeDetectorResponse_detectorVersionSummaries :: Lens' DescribeDetectorResponse (Maybe [DetectorVersionSummary])
- describeDetectorResponse_arn :: Lens' DescribeDetectorResponse (Maybe Text)
- describeDetectorResponse_nextToken :: Lens' DescribeDetectorResponse (Maybe Text)
- describeDetectorResponse_detectorId :: Lens' DescribeDetectorResponse (Maybe Text)
- describeDetectorResponse_httpStatus :: Lens' DescribeDetectorResponse Int
- getOutcomes_nextToken :: Lens' GetOutcomes (Maybe Text)
- getOutcomes_name :: Lens' GetOutcomes (Maybe Text)
- getOutcomes_maxResults :: Lens' GetOutcomes (Maybe Natural)
- getOutcomesResponse_outcomes :: Lens' GetOutcomesResponse (Maybe [Outcome])
- getOutcomesResponse_nextToken :: Lens' GetOutcomesResponse (Maybe Text)
- getOutcomesResponse_httpStatus :: Lens' GetOutcomesResponse Int
- getEventPrediction_detectorVersionId :: Lens' GetEventPrediction (Maybe Text)
- getEventPrediction_externalModelEndpointDataBlobs :: Lens' GetEventPrediction (Maybe (HashMap Text ModelEndpointDataBlob))
- getEventPrediction_detectorId :: Lens' GetEventPrediction Text
- getEventPrediction_eventId :: Lens' GetEventPrediction Text
- getEventPrediction_eventTypeName :: Lens' GetEventPrediction Text
- getEventPrediction_entities :: Lens' GetEventPrediction [Entity]
- getEventPrediction_eventTimestamp :: Lens' GetEventPrediction Text
- getEventPrediction_eventVariables :: Lens' GetEventPrediction (HashMap Text Text)
- getEventPredictionResponse_modelScores :: Lens' GetEventPredictionResponse (Maybe [ModelScores])
- getEventPredictionResponse_externalModelOutputs :: Lens' GetEventPredictionResponse (Maybe [ExternalModelOutputs])
- getEventPredictionResponse_ruleResults :: Lens' GetEventPredictionResponse (Maybe [RuleResult])
- getEventPredictionResponse_httpStatus :: Lens' GetEventPredictionResponse Int
- deleteBatchPredictionJob_jobId :: Lens' DeleteBatchPredictionJob Text
- deleteBatchPredictionJobResponse_httpStatus :: Lens' DeleteBatchPredictionJobResponse Int
- getEvent_eventId :: Lens' GetEvent Text
- getEvent_eventTypeName :: Lens' GetEvent Text
- getEventResponse_event :: Lens' GetEventResponse (Maybe Event)
- getEventResponse_httpStatus :: Lens' GetEventResponse Int
- updateRuleMetadata_rule :: Lens' UpdateRuleMetadata Rule
- updateRuleMetadata_description :: Lens' UpdateRuleMetadata Text
- updateRuleMetadataResponse_httpStatus :: Lens' UpdateRuleMetadataResponse Int
- putEntityType_description :: Lens' PutEntityType (Maybe Text)
- putEntityType_tags :: Lens' PutEntityType (Maybe [Tag])
- putEntityType_name :: Lens' PutEntityType Text
- putEntityTypeResponse_httpStatus :: Lens' PutEntityTypeResponse Int
- createBatchPredictionJob_detectorVersion :: Lens' CreateBatchPredictionJob (Maybe Text)
- createBatchPredictionJob_tags :: Lens' CreateBatchPredictionJob (Maybe [Tag])
- createBatchPredictionJob_jobId :: Lens' CreateBatchPredictionJob Text
- createBatchPredictionJob_inputPath :: Lens' CreateBatchPredictionJob Text
- createBatchPredictionJob_outputPath :: Lens' CreateBatchPredictionJob Text
- createBatchPredictionJob_eventTypeName :: Lens' CreateBatchPredictionJob Text
- createBatchPredictionJob_detectorName :: Lens' CreateBatchPredictionJob Text
- createBatchPredictionJob_iamRoleArn :: Lens' CreateBatchPredictionJob Text
- createBatchPredictionJobResponse_httpStatus :: Lens' CreateBatchPredictionJobResponse Int
- deleteEntityType_name :: Lens' DeleteEntityType Text
- deleteEntityTypeResponse_httpStatus :: Lens' DeleteEntityTypeResponse Int
- deleteEventType_name :: Lens' DeleteEventType Text
- deleteEventTypeResponse_httpStatus :: Lens' DeleteEventTypeResponse Int
- putEventType_labels :: Lens' PutEventType (Maybe [Text])
- putEventType_eventIngestion :: Lens' PutEventType (Maybe EventIngestion)
- putEventType_description :: Lens' PutEventType (Maybe Text)
- putEventType_tags :: Lens' PutEventType (Maybe [Tag])
- putEventType_name :: Lens' PutEventType Text
- putEventType_eventVariables :: Lens' PutEventType (NonEmpty Text)
- putEventType_entityTypes :: Lens' PutEventType (NonEmpty Text)
- putEventTypeResponse_httpStatus :: Lens' PutEventTypeResponse Int
- updateDetectorVersionStatus_detectorId :: Lens' UpdateDetectorVersionStatus Text
- updateDetectorVersionStatus_detectorVersionId :: Lens' UpdateDetectorVersionStatus Text
- updateDetectorVersionStatus_status :: Lens' UpdateDetectorVersionStatus DetectorVersionStatus
- updateDetectorVersionStatusResponse_httpStatus :: Lens' UpdateDetectorVersionStatusResponse Int
- cancelBatchImportJob_jobId :: Lens' CancelBatchImportJob Text
- cancelBatchImportJobResponse_httpStatus :: Lens' CancelBatchImportJobResponse Int
- sendEvent_labelTimestamp :: Lens' SendEvent (Maybe Text)
- sendEvent_assignedLabel :: Lens' SendEvent (Maybe Text)
- sendEvent_eventId :: Lens' SendEvent Text
- sendEvent_eventTypeName :: Lens' SendEvent Text
- sendEvent_eventTimestamp :: Lens' SendEvent Text
- sendEvent_eventVariables :: Lens' SendEvent (HashMap Text Text)
- sendEvent_entities :: Lens' SendEvent [Entity]
- sendEventResponse_httpStatus :: Lens' SendEventResponse Int
- tagResource_resourceARN :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource [Tag]
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- getKMSEncryptionKeyResponse_kmsKey :: Lens' GetKMSEncryptionKeyResponse (Maybe KMSKey)
- getKMSEncryptionKeyResponse_httpStatus :: Lens' GetKMSEncryptionKeyResponse Int
- updateEventLabel_eventId :: Lens' UpdateEventLabel Text
- updateEventLabel_eventTypeName :: Lens' UpdateEventLabel Text
- updateEventLabel_assignedLabel :: Lens' UpdateEventLabel Text
- updateEventLabel_labelTimestamp :: Lens' UpdateEventLabel Text
- updateEventLabelResponse_httpStatus :: Lens' UpdateEventLabelResponse Int
- getBatchImportJobs_jobId :: Lens' GetBatchImportJobs (Maybe Text)
- getBatchImportJobs_nextToken :: Lens' GetBatchImportJobs (Maybe Text)
- getBatchImportJobs_maxResults :: Lens' GetBatchImportJobs (Maybe Natural)
- getBatchImportJobsResponse_nextToken :: Lens' GetBatchImportJobsResponse (Maybe Text)
- getBatchImportJobsResponse_batchImports :: Lens' GetBatchImportJobsResponse (Maybe [BatchImport])
- getBatchImportJobsResponse_httpStatus :: Lens' GetBatchImportJobsResponse Int
- getDeleteEventsByEventTypeStatus_eventTypeName :: Lens' GetDeleteEventsByEventTypeStatus Text
- getDeleteEventsByEventTypeStatusResponse_eventTypeName :: Lens' GetDeleteEventsByEventTypeStatusResponse (Maybe Text)
- getDeleteEventsByEventTypeStatusResponse_eventsDeletionStatus :: Lens' GetDeleteEventsByEventTypeStatusResponse (Maybe AsyncJobStatus)
- getDeleteEventsByEventTypeStatusResponse_httpStatus :: Lens' GetDeleteEventsByEventTypeStatusResponse Int
- deleteOutcome_name :: Lens' DeleteOutcome Text
- deleteOutcomeResponse_httpStatus :: Lens' DeleteOutcomeResponse Int
- getRules_ruleVersion :: Lens' GetRules (Maybe Text)
- getRules_ruleId :: Lens' GetRules (Maybe Text)
- getRules_nextToken :: Lens' GetRules (Maybe Text)
- getRules_maxResults :: Lens' GetRules (Maybe Natural)
- getRules_detectorId :: Lens' GetRules Text
- getRulesResponse_ruleDetails :: Lens' GetRulesResponse (Maybe [RuleDetail])
- getRulesResponse_nextToken :: Lens' GetRulesResponse (Maybe Text)
- getRulesResponse_httpStatus :: Lens' GetRulesResponse Int
- getVariables_nextToken :: Lens' GetVariables (Maybe Text)
- getVariables_name :: Lens' GetVariables (Maybe Text)
- getVariables_maxResults :: Lens' GetVariables (Maybe Natural)
- getVariablesResponse_variables :: Lens' GetVariablesResponse (Maybe [Variable])
- getVariablesResponse_nextToken :: Lens' GetVariablesResponse (Maybe Text)
- getVariablesResponse_httpStatus :: Lens' GetVariablesResponse Int
- untagResource_resourceARN :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- putDetector_description :: Lens' PutDetector (Maybe Text)
- putDetector_tags :: Lens' PutDetector (Maybe [Tag])
- putDetector_detectorId :: Lens' PutDetector Text
- putDetector_eventTypeName :: Lens' PutDetector Text
- putDetectorResponse_httpStatus :: Lens' PutDetectorResponse Int
- putOutcome_description :: Lens' PutOutcome (Maybe Text)
- putOutcome_tags :: Lens' PutOutcome (Maybe [Tag])
- putOutcome_name :: Lens' PutOutcome Text
- putOutcomeResponse_httpStatus :: Lens' PutOutcomeResponse Int
- deleteDetector_detectorId :: Lens' DeleteDetector Text
- deleteDetectorResponse_httpStatus :: Lens' DeleteDetectorResponse Int
- describeModelVersions_modelType :: Lens' DescribeModelVersions (Maybe ModelTypeEnum)
- describeModelVersions_modelId :: Lens' DescribeModelVersions (Maybe Text)
- describeModelVersions_nextToken :: Lens' DescribeModelVersions (Maybe Text)
- describeModelVersions_modelVersionNumber :: Lens' DescribeModelVersions (Maybe Text)
- describeModelVersions_maxResults :: Lens' DescribeModelVersions (Maybe Natural)
- describeModelVersionsResponse_nextToken :: Lens' DescribeModelVersionsResponse (Maybe Text)
- describeModelVersionsResponse_modelVersionDetails :: Lens' DescribeModelVersionsResponse (Maybe [ModelVersionDetail])
- describeModelVersionsResponse_httpStatus :: Lens' DescribeModelVersionsResponse Int
- batchCreateVariable_tags :: Lens' BatchCreateVariable (Maybe [Tag])
- batchCreateVariable_variableEntries :: Lens' BatchCreateVariable (NonEmpty VariableEntry)
- batchCreateVariableResponse_errors :: Lens' BatchCreateVariableResponse (Maybe [BatchCreateVariableError])
- batchCreateVariableResponse_httpStatus :: Lens' BatchCreateVariableResponse Int
- getDetectorVersion_detectorId :: Lens' GetDetectorVersion Text
- getDetectorVersion_detectorVersionId :: Lens' GetDetectorVersion Text
- getDetectorVersionResponse_status :: Lens' GetDetectorVersionResponse (Maybe DetectorVersionStatus)
- getDetectorVersionResponse_ruleExecutionMode :: Lens' GetDetectorVersionResponse (Maybe RuleExecutionMode)
- getDetectorVersionResponse_lastUpdatedTime :: Lens' GetDetectorVersionResponse (Maybe Text)
- getDetectorVersionResponse_arn :: Lens' GetDetectorVersionResponse (Maybe Text)
- getDetectorVersionResponse_rules :: Lens' GetDetectorVersionResponse (Maybe [Rule])
- getDetectorVersionResponse_detectorVersionId :: Lens' GetDetectorVersionResponse (Maybe Text)
- getDetectorVersionResponse_createdTime :: Lens' GetDetectorVersionResponse (Maybe Text)
- getDetectorVersionResponse_modelVersions :: Lens' GetDetectorVersionResponse (Maybe [ModelVersion])
- getDetectorVersionResponse_detectorId :: Lens' GetDetectorVersionResponse (Maybe Text)
- getDetectorVersionResponse_externalModelEndpoints :: Lens' GetDetectorVersionResponse (Maybe [Text])
- getDetectorVersionResponse_description :: Lens' GetDetectorVersionResponse (Maybe Text)
- getDetectorVersionResponse_httpStatus :: Lens' GetDetectorVersionResponse Int
- getEventTypes_nextToken :: Lens' GetEventTypes (Maybe Text)
- getEventTypes_name :: Lens' GetEventTypes (Maybe Text)
- getEventTypes_maxResults :: Lens' GetEventTypes (Maybe Natural)
- getEventTypesResponse_eventTypes :: Lens' GetEventTypesResponse (Maybe [EventType])
- getEventTypesResponse_nextToken :: Lens' GetEventTypesResponse (Maybe Text)
- getEventTypesResponse_httpStatus :: Lens' GetEventTypesResponse Int
- deleteDetectorVersion_detectorId :: Lens' DeleteDetectorVersion Text
- deleteDetectorVersion_detectorVersionId :: Lens' DeleteDetectorVersion Text
- deleteDetectorVersionResponse_httpStatus :: Lens' DeleteDetectorVersionResponse Int
- updateDetectorVersion_ruleExecutionMode :: Lens' UpdateDetectorVersion (Maybe RuleExecutionMode)
- updateDetectorVersion_modelVersions :: Lens' UpdateDetectorVersion (Maybe [ModelVersion])
- updateDetectorVersion_description :: Lens' UpdateDetectorVersion (Maybe Text)
- updateDetectorVersion_detectorId :: Lens' UpdateDetectorVersion Text
- updateDetectorVersion_detectorVersionId :: Lens' UpdateDetectorVersion Text
- updateDetectorVersion_externalModelEndpoints :: Lens' UpdateDetectorVersion [Text]
- updateDetectorVersion_rules :: Lens' UpdateDetectorVersion [Rule]
- updateDetectorVersionResponse_httpStatus :: Lens' UpdateDetectorVersionResponse Int
- batchCreateVariableError_name :: Lens' BatchCreateVariableError (Maybe Text)
- batchCreateVariableError_code :: Lens' BatchCreateVariableError (Maybe Int)
- batchCreateVariableError_message :: Lens' BatchCreateVariableError (Maybe Text)
- batchGetVariableError_name :: Lens' BatchGetVariableError (Maybe Text)
- batchGetVariableError_code :: Lens' BatchGetVariableError (Maybe Int)
- batchGetVariableError_message :: Lens' BatchGetVariableError (Maybe Text)
- batchImport_failureReason :: Lens' BatchImport (Maybe Text)
- batchImport_iamRoleArn :: Lens' BatchImport (Maybe Text)
- batchImport_status :: Lens' BatchImport (Maybe AsyncJobStatus)
- batchImport_processedRecordsCount :: Lens' BatchImport (Maybe Int)
- batchImport_totalRecordsCount :: Lens' BatchImport (Maybe Int)
- batchImport_jobId :: Lens' BatchImport (Maybe Text)
- batchImport_arn :: Lens' BatchImport (Maybe Text)
- batchImport_startTime :: Lens' BatchImport (Maybe Text)
- batchImport_eventTypeName :: Lens' BatchImport (Maybe Text)
- batchImport_completionTime :: Lens' BatchImport (Maybe Text)
- batchImport_outputPath :: Lens' BatchImport (Maybe Text)
- batchImport_inputPath :: Lens' BatchImport (Maybe Text)
- batchImport_failedRecordsCount :: Lens' BatchImport (Maybe Int)
- batchPrediction_failureReason :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_iamRoleArn :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_status :: Lens' BatchPrediction (Maybe AsyncJobStatus)
- batchPrediction_processedRecordsCount :: Lens' BatchPrediction (Maybe Int)
- batchPrediction_totalRecordsCount :: Lens' BatchPrediction (Maybe Int)
- batchPrediction_lastHeartbeatTime :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_jobId :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_arn :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_startTime :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_eventTypeName :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_completionTime :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_outputPath :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_detectorName :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_detectorVersion :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_inputPath :: Lens' BatchPrediction (Maybe Text)
- dataValidationMetrics_fieldLevelMessages :: Lens' DataValidationMetrics (Maybe [FieldValidationMessage])
- dataValidationMetrics_fileLevelMessages :: Lens' DataValidationMetrics (Maybe [FileValidationMessage])
- detector_lastUpdatedTime :: Lens' Detector (Maybe Text)
- detector_arn :: Lens' Detector (Maybe Text)
- detector_createdTime :: Lens' Detector (Maybe Text)
- detector_eventTypeName :: Lens' Detector (Maybe Text)
- detector_detectorId :: Lens' Detector (Maybe Text)
- detector_description :: Lens' Detector (Maybe Text)
- detectorVersionSummary_status :: Lens' DetectorVersionSummary (Maybe DetectorVersionStatus)
- detectorVersionSummary_lastUpdatedTime :: Lens' DetectorVersionSummary (Maybe Text)
- detectorVersionSummary_detectorVersionId :: Lens' DetectorVersionSummary (Maybe Text)
- detectorVersionSummary_description :: Lens' DetectorVersionSummary (Maybe Text)
- entity_entityType :: Lens' Entity Text
- entity_entityId :: Lens' Entity Text
- entityType_lastUpdatedTime :: Lens' EntityType (Maybe Text)
- entityType_arn :: Lens' EntityType (Maybe Text)
- entityType_createdTime :: Lens' EntityType (Maybe Text)
- entityType_name :: Lens' EntityType (Maybe Text)
- entityType_description :: Lens' EntityType (Maybe Text)
- event_eventTimestamp :: Lens' Event (Maybe Text)
- event_entities :: Lens' Event (Maybe [Entity])
- event_labelTimestamp :: Lens' Event (Maybe Text)
- event_eventTypeName :: Lens' Event (Maybe Text)
- event_eventVariables :: Lens' Event (Maybe (HashMap Text Text))
- event_currentLabel :: Lens' Event (Maybe Text)
- event_eventId :: Lens' Event (Maybe Text)
- eventType_lastUpdatedTime :: Lens' EventType (Maybe Text)
- eventType_arn :: Lens' EventType (Maybe Text)
- eventType_createdTime :: Lens' EventType (Maybe Text)
- eventType_entityTypes :: Lens' EventType (Maybe (NonEmpty Text))
- eventType_eventVariables :: Lens' EventType (Maybe [Text])
- eventType_name :: Lens' EventType (Maybe Text)
- eventType_ingestedEventStatistics :: Lens' EventType (Maybe IngestedEventStatistics)
- eventType_labels :: Lens' EventType (Maybe [Text])
- eventType_eventIngestion :: Lens' EventType (Maybe EventIngestion)
- eventType_description :: Lens' EventType (Maybe Text)
- externalEventsDetail_dataLocation :: Lens' ExternalEventsDetail Text
- externalEventsDetail_dataAccessRoleArn :: Lens' ExternalEventsDetail Text
- externalModel_modelEndpoint :: Lens' ExternalModel (Maybe Text)
- externalModel_modelSource :: Lens' ExternalModel (Maybe ModelSource)
- externalModel_lastUpdatedTime :: Lens' ExternalModel (Maybe Text)
- externalModel_arn :: Lens' ExternalModel (Maybe Text)
- externalModel_createdTime :: Lens' ExternalModel (Maybe Text)
- externalModel_modelEndpointStatus :: Lens' ExternalModel (Maybe ModelEndpointStatus)
- externalModel_outputConfiguration :: Lens' ExternalModel (Maybe ModelOutputConfiguration)
- externalModel_invokeModelEndpointRoleArn :: Lens' ExternalModel (Maybe Text)
- externalModel_inputConfiguration :: Lens' ExternalModel (Maybe ModelInputConfiguration)
- externalModelOutputs_externalModel :: Lens' ExternalModelOutputs (Maybe ExternalModelSummary)
- externalModelOutputs_outputs :: Lens' ExternalModelOutputs (Maybe (HashMap Text Text))
- externalModelSummary_modelEndpoint :: Lens' ExternalModelSummary (Maybe Text)
- externalModelSummary_modelSource :: Lens' ExternalModelSummary (Maybe ModelSource)
- fieldValidationMessage_identifier :: Lens' FieldValidationMessage (Maybe Text)
- fieldValidationMessage_content :: Lens' FieldValidationMessage (Maybe Text)
- fieldValidationMessage_fieldName :: Lens' FieldValidationMessage (Maybe Text)
- fieldValidationMessage_title :: Lens' FieldValidationMessage (Maybe Text)
- fieldValidationMessage_type :: Lens' FieldValidationMessage (Maybe Text)
- fileValidationMessage_content :: Lens' FileValidationMessage (Maybe Text)
- fileValidationMessage_title :: Lens' FileValidationMessage (Maybe Text)
- fileValidationMessage_type :: Lens' FileValidationMessage (Maybe Text)
- ingestedEventStatistics_eventDataSizeInBytes :: Lens' IngestedEventStatistics (Maybe Integer)
- ingestedEventStatistics_mostRecentEvent :: Lens' IngestedEventStatistics (Maybe Text)
- ingestedEventStatistics_lastUpdatedTime :: Lens' IngestedEventStatistics (Maybe Text)
- ingestedEventStatistics_numberOfEvents :: Lens' IngestedEventStatistics (Maybe Integer)
- ingestedEventStatistics_leastRecentEvent :: Lens' IngestedEventStatistics (Maybe Text)
- ingestedEventsDetail_ingestedEventsTimeWindow :: Lens' IngestedEventsDetail IngestedEventsTimeWindow
- ingestedEventsTimeWindow_startTime :: Lens' IngestedEventsTimeWindow Text
- ingestedEventsTimeWindow_endTime :: Lens' IngestedEventsTimeWindow Text
- kmsKey_kmsEncryptionKeyArn :: Lens' KMSKey (Maybe Text)
- label_lastUpdatedTime :: Lens' Label (Maybe Text)
- label_arn :: Lens' Label (Maybe Text)
- label_createdTime :: Lens' Label (Maybe Text)
- label_name :: Lens' Label (Maybe Text)
- label_description :: Lens' Label (Maybe Text)
- labelSchema_unlabeledEventsTreatment :: Lens' LabelSchema (Maybe UnlabeledEventsTreatment)
- labelSchema_labelMapper :: Lens' LabelSchema (HashMap Text (NonEmpty Text))
- logOddsMetric_variableName :: Lens' LogOddsMetric Text
- logOddsMetric_variableType :: Lens' LogOddsMetric Text
- logOddsMetric_variableImportance :: Lens' LogOddsMetric Double
- metricDataPoint_precision :: Lens' MetricDataPoint (Maybe Double)
- metricDataPoint_fpr :: Lens' MetricDataPoint (Maybe Double)
- metricDataPoint_threshold :: Lens' MetricDataPoint (Maybe Double)
- metricDataPoint_tpr :: Lens' MetricDataPoint (Maybe Double)
- model_modelType :: Lens' Model (Maybe ModelTypeEnum)
- model_lastUpdatedTime :: Lens' Model (Maybe Text)
- model_modelId :: Lens' Model (Maybe Text)
- model_arn :: Lens' Model (Maybe Text)
- model_createdTime :: Lens' Model (Maybe Text)
- model_eventTypeName :: Lens' Model (Maybe Text)
- model_description :: Lens' Model (Maybe Text)
- modelEndpointDataBlob_byteBuffer :: Lens' ModelEndpointDataBlob (Maybe ByteString)
- modelEndpointDataBlob_contentType :: Lens' ModelEndpointDataBlob (Maybe Text)
- modelInputConfiguration_format :: Lens' ModelInputConfiguration (Maybe ModelInputDataFormat)
- modelInputConfiguration_eventTypeName :: Lens' ModelInputConfiguration (Maybe Text)
- modelInputConfiguration_csvInputTemplate :: Lens' ModelInputConfiguration (Maybe Text)
- modelInputConfiguration_jsonInputTemplate :: Lens' ModelInputConfiguration (Maybe Text)
- modelInputConfiguration_useEventVariables :: Lens' ModelInputConfiguration Bool
- modelOutputConfiguration_jsonKeyToVariableMap :: Lens' ModelOutputConfiguration (Maybe (HashMap Text Text))
- modelOutputConfiguration_csvIndexToVariableMap :: Lens' ModelOutputConfiguration (Maybe (HashMap Text Text))
- modelOutputConfiguration_format :: Lens' ModelOutputConfiguration ModelOutputDataFormat
- modelScores_modelVersion :: Lens' ModelScores (Maybe ModelVersion)
- modelScores_scores :: Lens' ModelScores (Maybe (HashMap Text Double))
- modelVersion_arn :: Lens' ModelVersion (Maybe Text)
- modelVersion_modelId :: Lens' ModelVersion Text
- modelVersion_modelType :: Lens' ModelVersion ModelTypeEnum
- modelVersion_modelVersionNumber :: Lens' ModelVersion Text
- modelVersionDetail_status :: Lens' ModelVersionDetail (Maybe Text)
- modelVersionDetail_modelType :: Lens' ModelVersionDetail (Maybe ModelTypeEnum)
- modelVersionDetail_lastUpdatedTime :: Lens' ModelVersionDetail (Maybe Text)
- modelVersionDetail_modelId :: Lens' ModelVersionDetail (Maybe Text)
- modelVersionDetail_arn :: Lens' ModelVersionDetail (Maybe Text)
- modelVersionDetail_trainingDataSource :: Lens' ModelVersionDetail (Maybe TrainingDataSourceEnum)
- modelVersionDetail_createdTime :: Lens' ModelVersionDetail (Maybe Text)
- modelVersionDetail_externalEventsDetail :: Lens' ModelVersionDetail (Maybe ExternalEventsDetail)
- modelVersionDetail_ingestedEventsDetail :: Lens' ModelVersionDetail (Maybe IngestedEventsDetail)
- modelVersionDetail_modelVersionNumber :: Lens' ModelVersionDetail (Maybe Text)
- modelVersionDetail_trainingResult :: Lens' ModelVersionDetail (Maybe TrainingResult)
- modelVersionDetail_trainingDataSchema :: Lens' ModelVersionDetail (Maybe TrainingDataSchema)
- outcome_lastUpdatedTime :: Lens' Outcome (Maybe Text)
- outcome_arn :: Lens' Outcome (Maybe Text)
- outcome_createdTime :: Lens' Outcome (Maybe Text)
- outcome_name :: Lens' Outcome (Maybe Text)
- outcome_description :: Lens' Outcome (Maybe Text)
- rule_detectorId :: Lens' Rule Text
- rule_ruleId :: Lens' Rule Text
- rule_ruleVersion :: Lens' Rule Text
- ruleDetail_ruleVersion :: Lens' RuleDetail (Maybe Text)
- ruleDetail_lastUpdatedTime :: Lens' RuleDetail (Maybe Text)
- ruleDetail_arn :: Lens' RuleDetail (Maybe Text)
- ruleDetail_createdTime :: Lens' RuleDetail (Maybe Text)
- ruleDetail_ruleId :: Lens' RuleDetail (Maybe Text)
- ruleDetail_outcomes :: Lens' RuleDetail (Maybe (NonEmpty Text))
- ruleDetail_detectorId :: Lens' RuleDetail (Maybe Text)
- ruleDetail_expression :: Lens' RuleDetail (Maybe Text)
- ruleDetail_language :: Lens' RuleDetail (Maybe Language)
- ruleDetail_description :: Lens' RuleDetail (Maybe Text)
- ruleResult_ruleId :: Lens' RuleResult (Maybe Text)
- ruleResult_outcomes :: Lens' RuleResult (Maybe [Text])
- tag_key :: Lens' Tag Text
- tag_value :: Lens' Tag Text
- trainingDataSchema_modelVariables :: Lens' TrainingDataSchema [Text]
- trainingDataSchema_labelSchema :: Lens' TrainingDataSchema LabelSchema
- trainingMetrics_auc :: Lens' TrainingMetrics (Maybe Double)
- trainingMetrics_metricDataPoints :: Lens' TrainingMetrics (Maybe [MetricDataPoint])
- trainingResult_dataValidationMetrics :: Lens' TrainingResult (Maybe DataValidationMetrics)
- trainingResult_trainingMetrics :: Lens' TrainingResult (Maybe TrainingMetrics)
- trainingResult_variableImportanceMetrics :: Lens' TrainingResult (Maybe VariableImportanceMetrics)
- variable_lastUpdatedTime :: Lens' Variable (Maybe Text)
- variable_arn :: Lens' Variable (Maybe Text)
- variable_createdTime :: Lens' Variable (Maybe Text)
- variable_name :: Lens' Variable (Maybe Text)
- variable_dataSource :: Lens' Variable (Maybe DataSource)
- variable_dataType :: Lens' Variable (Maybe DataType)
- variable_defaultValue :: Lens' Variable (Maybe Text)
- variable_variableType :: Lens' Variable (Maybe Text)
- variable_description :: Lens' Variable (Maybe Text)
- variableEntry_name :: Lens' VariableEntry (Maybe Text)
- variableEntry_dataSource :: Lens' VariableEntry (Maybe Text)
- variableEntry_dataType :: Lens' VariableEntry (Maybe Text)
- variableEntry_defaultValue :: Lens' VariableEntry (Maybe Text)
- variableEntry_variableType :: Lens' VariableEntry (Maybe Text)
- variableEntry_description :: Lens' VariableEntry (Maybe Text)
- variableImportanceMetrics_logOddsMetrics :: Lens' VariableImportanceMetrics (Maybe [LogOddsMetric])
Operations
CreateDetectorVersion
createDetectorVersion_ruleExecutionMode :: Lens' CreateDetectorVersion (Maybe RuleExecutionMode) Source #
The rule execution mode for the rules included in the detector version.
You can define and edit the rule mode at the detector version level, when it is in draft status.
If you specify FIRST_MATCHED
, Amazon Fraud Detector evaluates rules
sequentially, first to last, stopping at the first matched rule. Amazon
Fraud dectector then provides the outcomes for that single rule.
If you specifiy ALL_MATCHED
, Amazon Fraud Detector evaluates all rules
and returns the outcomes for all matched rules.
The default behavior is FIRST_MATCHED
.
createDetectorVersion_modelVersions :: Lens' CreateDetectorVersion (Maybe [ModelVersion]) Source #
The model versions to include in the detector version.
createDetectorVersion_externalModelEndpoints :: Lens' CreateDetectorVersion (Maybe [Text]) Source #
The Amazon Sagemaker model endpoints to include in the detector version.
createDetectorVersion_description :: Lens' CreateDetectorVersion (Maybe Text) Source #
The description of the detector version.
createDetectorVersion_tags :: Lens' CreateDetectorVersion (Maybe [Tag]) Source #
A collection of key and value pairs.
createDetectorVersion_detectorId :: Lens' CreateDetectorVersion Text Source #
The ID of the detector under which you want to create a new version.
createDetectorVersion_rules :: Lens' CreateDetectorVersion [Rule] Source #
The rules to include in the detector version.
createDetectorVersionResponse_status :: Lens' CreateDetectorVersionResponse (Maybe DetectorVersionStatus) Source #
The status of the detector version.
createDetectorVersionResponse_detectorVersionId :: Lens' CreateDetectorVersionResponse (Maybe Text) Source #
The ID for the created detector.
createDetectorVersionResponse_detectorId :: Lens' CreateDetectorVersionResponse (Maybe Text) Source #
The ID for the created version's parent detector.
createDetectorVersionResponse_httpStatus :: Lens' CreateDetectorVersionResponse Int Source #
The response's http status code.
BatchGetVariable
batchGetVariable_names :: Lens' BatchGetVariable (NonEmpty Text) Source #
The list of variable names to get.
batchGetVariableResponse_variables :: Lens' BatchGetVariableResponse (Maybe [Variable]) Source #
The returned variables.
batchGetVariableResponse_errors :: Lens' BatchGetVariableResponse (Maybe [BatchGetVariableError]) Source #
The errors from the request.
batchGetVariableResponse_httpStatus :: Lens' BatchGetVariableResponse Int Source #
The response's http status code.
UpdateModelVersion
updateModelVersion_externalEventsDetail :: Lens' UpdateModelVersion (Maybe ExternalEventsDetail) Source #
The details of the external events data used for training the model
version. Required if trainingDataSource
is EXTERNAL_EVENTS
.
updateModelVersion_ingestedEventsDetail :: Lens' UpdateModelVersion (Maybe IngestedEventsDetail) Source #
The details of the ingested event used for training the model version.
Required if your trainingDataSource
is INGESTED_EVENTS
.
updateModelVersion_tags :: Lens' UpdateModelVersion (Maybe [Tag]) Source #
A collection of key and value pairs.
updateModelVersion_modelId :: Lens' UpdateModelVersion Text Source #
The model ID.
updateModelVersion_modelType :: Lens' UpdateModelVersion ModelTypeEnum Source #
The model type.
updateModelVersion_majorVersionNumber :: Lens' UpdateModelVersion Text Source #
The major version number.
updateModelVersionResponse_status :: Lens' UpdateModelVersionResponse (Maybe Text) Source #
The status of the updated model version.
updateModelVersionResponse_modelType :: Lens' UpdateModelVersionResponse (Maybe ModelTypeEnum) Source #
The model type.
updateModelVersionResponse_modelId :: Lens' UpdateModelVersionResponse (Maybe Text) Source #
The model ID.
updateModelVersionResponse_modelVersionNumber :: Lens' UpdateModelVersionResponse (Maybe Text) Source #
The model version number of the model version updated.
updateModelVersionResponse_httpStatus :: Lens' UpdateModelVersionResponse Int Source #
The response's http status code.
DeleteModelVersion
deleteModelVersion_modelId :: Lens' DeleteModelVersion Text Source #
The model ID of the model version to delete.
deleteModelVersion_modelType :: Lens' DeleteModelVersion ModelTypeEnum Source #
The model type of the model version to delete.
deleteModelVersion_modelVersionNumber :: Lens' DeleteModelVersion Text Source #
The model version number of the model version to delete.
deleteModelVersionResponse_httpStatus :: Lens' DeleteModelVersionResponse Int Source #
The response's http status code.
UpdateDetectorVersionMetadata
updateDetectorVersionMetadata_detectorId :: Lens' UpdateDetectorVersionMetadata Text Source #
The detector ID.
updateDetectorVersionMetadata_detectorVersionId :: Lens' UpdateDetectorVersionMetadata Text Source #
The detector version ID.
updateDetectorVersionMetadata_description :: Lens' UpdateDetectorVersionMetadata Text Source #
The description.
updateDetectorVersionMetadataResponse_httpStatus :: Lens' UpdateDetectorVersionMetadataResponse Int Source #
The response's http status code.
DeleteBatchImportJob
deleteBatchImportJob_jobId :: Lens' DeleteBatchImportJob Text Source #
The ID of the batch import job to delete.
deleteBatchImportJobResponse_httpStatus :: Lens' DeleteBatchImportJobResponse Int Source #
The response's http status code.
DeleteRule
deleteRule_rule :: Lens' DeleteRule Rule Source #
Undocumented member.
deleteRuleResponse_httpStatus :: Lens' DeleteRuleResponse Int Source #
The response's http status code.
PutLabel
putLabelResponse_httpStatus :: Lens' PutLabelResponse Int Source #
The response's http status code.
GetExternalModels
getExternalModels_modelEndpoint :: Lens' GetExternalModels (Maybe Text) Source #
The Amazon SageMaker model endpoint.
getExternalModels_nextToken :: Lens' GetExternalModels (Maybe Text) Source #
The next page token for the request.
getExternalModels_maxResults :: Lens' GetExternalModels (Maybe Natural) Source #
The maximum number of objects to return for the request.
getExternalModelsResponse_nextToken :: Lens' GetExternalModelsResponse (Maybe Text) Source #
The next page token to be used in subsequent requests.
getExternalModelsResponse_externalModels :: Lens' GetExternalModelsResponse (Maybe [ExternalModel]) Source #
Gets the Amazon SageMaker models.
getExternalModelsResponse_httpStatus :: Lens' GetExternalModelsResponse Int Source #
The response's http status code.
GetDetectors
getDetectors_nextToken :: Lens' GetDetectors (Maybe Text) Source #
The next token for the subsequent request.
getDetectors_detectorId :: Lens' GetDetectors (Maybe Text) Source #
The detector ID.
getDetectors_maxResults :: Lens' GetDetectors (Maybe Natural) Source #
The maximum number of objects to return for the request.
getDetectorsResponse_nextToken :: Lens' GetDetectorsResponse (Maybe Text) Source #
The next page token.
getDetectorsResponse_detectors :: Lens' GetDetectorsResponse (Maybe [Detector]) Source #
The detectors.
getDetectorsResponse_httpStatus :: Lens' GetDetectorsResponse Int Source #
The response's http status code.
DeleteLabel
deleteLabel_name :: Lens' DeleteLabel Text Source #
The name of the label to delete.
deleteLabelResponse_httpStatus :: Lens' DeleteLabelResponse Int Source #
The response's http status code.
DeleteVariable
deleteVariable_name :: Lens' DeleteVariable Text Source #
The name of the variable to delete.
deleteVariableResponse_httpStatus :: Lens' DeleteVariableResponse Int Source #
The response's http status code.
UpdateVariable
updateVariable_defaultValue :: Lens' UpdateVariable (Maybe Text) Source #
The new default value of the variable.
updateVariable_variableType :: Lens' UpdateVariable (Maybe Text) Source #
The variable type. For more information see Variable types.
updateVariable_description :: Lens' UpdateVariable (Maybe Text) Source #
The new description.
updateVariable_name :: Lens' UpdateVariable Text Source #
The name of the variable.
updateVariableResponse_httpStatus :: Lens' UpdateVariableResponse Int Source #
The response's http status code.
CreateVariable
createVariable_variableType :: Lens' CreateVariable (Maybe Text) Source #
The variable type. For more information see Variable types.
Valid Values:
AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT
createVariable_description :: Lens' CreateVariable (Maybe Text) Source #
The description.
createVariable_tags :: Lens' CreateVariable (Maybe [Tag]) Source #
A collection of key and value pairs.
createVariable_name :: Lens' CreateVariable Text Source #
The name of the variable.
createVariable_dataType :: Lens' CreateVariable DataType Source #
The data type.
createVariable_dataSource :: Lens' CreateVariable DataSource Source #
The source of the data.
createVariable_defaultValue :: Lens' CreateVariable Text Source #
The default value for the variable when no value is received.
createVariableResponse_httpStatus :: Lens' CreateVariableResponse Int Source #
The response's http status code.
CreateBatchImportJob
createBatchImportJob_tags :: Lens' CreateBatchImportJob (Maybe [Tag]) Source #
A collection of key-value pairs associated with this request.
createBatchImportJob_jobId :: Lens' CreateBatchImportJob Text Source #
The ID of the batch import job. The ID cannot be of a past job, unless
the job exists in CREATE_FAILED
state.
createBatchImportJob_inputPath :: Lens' CreateBatchImportJob Text Source #
The URI that points to the Amazon S3 location of your data file.
createBatchImportJob_outputPath :: Lens' CreateBatchImportJob Text Source #
The URI that points to the Amazon S3 location for storing your results.
createBatchImportJob_eventTypeName :: Lens' CreateBatchImportJob Text Source #
The name of the event type.
createBatchImportJob_iamRoleArn :: Lens' CreateBatchImportJob Text Source #
The ARN of the IAM role created for Amazon S3 bucket that holds your data file. The IAM role must have read and write permissions to both input and output S3 buckets.
createBatchImportJobResponse_httpStatus :: Lens' CreateBatchImportJobResponse Int Source #
The response's http status code.
CreateRule
createRule_description :: Lens' CreateRule (Maybe Text) Source #
The rule description.
createRule_tags :: Lens' CreateRule (Maybe [Tag]) Source #
A collection of key and value pairs.
createRule_ruleId :: Lens' CreateRule Text Source #
The rule ID.
createRule_detectorId :: Lens' CreateRule Text Source #
The detector ID for the rule's parent detector.
createRule_expression :: Lens' CreateRule Text Source #
The rule expression.
createRule_language :: Lens' CreateRule Language Source #
The language of the rule.
createRule_outcomes :: Lens' CreateRule (NonEmpty Text) Source #
The outcome or outcomes returned when the rule expression matches.
createRuleResponse_rule :: Lens' CreateRuleResponse (Maybe Rule) Source #
The created rule.
createRuleResponse_httpStatus :: Lens' CreateRuleResponse Int Source #
The response's http status code.
ListTagsForResource
listTagsForResource_nextToken :: Lens' ListTagsForResource (Maybe Text) Source #
The next token from the previous results.
listTagsForResource_maxResults :: Lens' ListTagsForResource (Maybe Natural) Source #
The maximum number of objects to return for the request.
listTagsForResource_resourceARN :: Lens' ListTagsForResource Text Source #
The ARN that specifies the resource whose tags you want to list.
listTagsForResourceResponse_nextToken :: Lens' ListTagsForResourceResponse (Maybe Text) Source #
The next token for subsequent requests.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe [Tag]) Source #
A collection of key and value pairs.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
GetModels
getModels_modelType :: Lens' GetModels (Maybe ModelTypeEnum) Source #
The model type.
getModels_nextToken :: Lens' GetModels (Maybe Text) Source #
The next token for the subsequent request.
getModels_maxResults :: Lens' GetModels (Maybe Natural) Source #
The maximum number of objects to return for the request.
getModelsResponse_models :: Lens' GetModelsResponse (Maybe [Model]) Source #
The array of models.
getModelsResponse_nextToken :: Lens' GetModelsResponse (Maybe Text) Source #
The next page token to be used in subsequent requests.
getModelsResponse_httpStatus :: Lens' GetModelsResponse Int Source #
The response's http status code.
UpdateRuleVersion
updateRuleVersion_description :: Lens' UpdateRuleVersion (Maybe Text) Source #
The description.
updateRuleVersion_tags :: Lens' UpdateRuleVersion (Maybe [Tag]) Source #
The tags to assign to the rule version.
updateRuleVersion_rule :: Lens' UpdateRuleVersion Rule Source #
The rule to update.
updateRuleVersion_expression :: Lens' UpdateRuleVersion Text Source #
The rule expression.
updateRuleVersion_language :: Lens' UpdateRuleVersion Language Source #
The language.
updateRuleVersion_outcomes :: Lens' UpdateRuleVersion (NonEmpty Text) Source #
The outcomes.
updateRuleVersionResponse_rule :: Lens' UpdateRuleVersionResponse (Maybe Rule) Source #
The new rule version that was created.
updateRuleVersionResponse_httpStatus :: Lens' UpdateRuleVersionResponse Int Source #
The response's http status code.
DeleteEvent
deleteEvent_deleteAuditHistory :: Lens' DeleteEvent (Maybe Bool) Source #
Specifies whether or not to delete any predictions associated with the event.
deleteEvent_eventId :: Lens' DeleteEvent Text Source #
The ID of the event to delete.
deleteEvent_eventTypeName :: Lens' DeleteEvent Text Source #
The name of the event type.
deleteEventResponse_httpStatus :: Lens' DeleteEventResponse Int Source #
The response's http status code.
CancelBatchPredictionJob
cancelBatchPredictionJob_jobId :: Lens' CancelBatchPredictionJob Text Source #
The ID of the batch prediction job to cancel.
cancelBatchPredictionJobResponse_httpStatus :: Lens' CancelBatchPredictionJobResponse Int Source #
The response's http status code.
UpdateModelVersionStatus
updateModelVersionStatus_modelId :: Lens' UpdateModelVersionStatus Text Source #
The model ID of the model version to update.
updateModelVersionStatus_modelType :: Lens' UpdateModelVersionStatus ModelTypeEnum Source #
The model type.
updateModelVersionStatus_modelVersionNumber :: Lens' UpdateModelVersionStatus Text Source #
The model version number.
updateModelVersionStatus_status :: Lens' UpdateModelVersionStatus ModelVersionStatus Source #
The model version status.
updateModelVersionStatusResponse_httpStatus :: Lens' UpdateModelVersionStatusResponse Int Source #
The response's http status code.
GetBatchPredictionJobs
getBatchPredictionJobs_jobId :: Lens' GetBatchPredictionJobs (Maybe Text) Source #
The batch prediction job for which to get the details.
getBatchPredictionJobs_nextToken :: Lens' GetBatchPredictionJobs (Maybe Text) Source #
The next token from the previous request.
getBatchPredictionJobs_maxResults :: Lens' GetBatchPredictionJobs (Maybe Natural) Source #
The maximum number of objects to return for the request.
getBatchPredictionJobsResponse_batchPredictions :: Lens' GetBatchPredictionJobsResponse (Maybe [BatchPrediction]) Source #
An array containing the details of each batch prediction job.
getBatchPredictionJobsResponse_nextToken :: Lens' GetBatchPredictionJobsResponse (Maybe Text) Source #
The next token for the subsequent request.
getBatchPredictionJobsResponse_httpStatus :: Lens' GetBatchPredictionJobsResponse Int Source #
The response's http status code.
CreateModel
createModel_description :: Lens' CreateModel (Maybe Text) Source #
The model description.
createModel_tags :: Lens' CreateModel (Maybe [Tag]) Source #
A collection of key and value pairs.
createModel_modelId :: Lens' CreateModel Text Source #
The model ID.
createModel_modelType :: Lens' CreateModel ModelTypeEnum Source #
The model type.
createModel_eventTypeName :: Lens' CreateModel Text Source #
The name of the event type.
createModelResponse_httpStatus :: Lens' CreateModelResponse Int Source #
The response's http status code.
GetLabels
getLabels_nextToken :: Lens' GetLabels (Maybe Text) Source #
The next token for the subsequent request.
getLabels_maxResults :: Lens' GetLabels (Maybe Natural) Source #
The maximum number of objects to return for the request.
getLabelsResponse_nextToken :: Lens' GetLabelsResponse (Maybe Text) Source #
The next page token.
getLabelsResponse_labels :: Lens' GetLabelsResponse (Maybe [Label]) Source #
An array of labels.
getLabelsResponse_httpStatus :: Lens' GetLabelsResponse Int Source #
The response's http status code.
GetModelVersion
getModelVersion_modelId :: Lens' GetModelVersion Text Source #
The model ID.
getModelVersion_modelType :: Lens' GetModelVersion ModelTypeEnum Source #
The model type.
getModelVersion_modelVersionNumber :: Lens' GetModelVersion Text Source #
The model version number.
getModelVersionResponse_status :: Lens' GetModelVersionResponse (Maybe Text) Source #
The model version status.
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
getModelVersionResponse_modelType :: Lens' GetModelVersionResponse (Maybe ModelTypeEnum) Source #
The model type.
getModelVersionResponse_modelId :: Lens' GetModelVersionResponse (Maybe Text) Source #
The model ID.
getModelVersionResponse_arn :: Lens' GetModelVersionResponse (Maybe Text) Source #
The model version ARN.
getModelVersionResponse_trainingDataSource :: Lens' GetModelVersionResponse (Maybe TrainingDataSourceEnum) Source #
The training data source.
getModelVersionResponse_externalEventsDetail :: Lens' GetModelVersionResponse (Maybe ExternalEventsDetail) Source #
The details of the external events data used for training the model
version. This will be populated if the trainingDataSource
is
EXTERNAL_EVENTS
getModelVersionResponse_ingestedEventsDetail :: Lens' GetModelVersionResponse (Maybe IngestedEventsDetail) Source #
The details of the ingested events data used for training the model
version. This will be populated if the trainingDataSource
is
INGESTED_EVENTS
.
getModelVersionResponse_modelVersionNumber :: Lens' GetModelVersionResponse (Maybe Text) Source #
The model version number.
getModelVersionResponse_trainingDataSchema :: Lens' GetModelVersionResponse (Maybe TrainingDataSchema) Source #
The training data schema.
getModelVersionResponse_httpStatus :: Lens' GetModelVersionResponse Int Source #
The response's http status code.
PutExternalModel
putExternalModel_tags :: Lens' PutExternalModel (Maybe [Tag]) Source #
A collection of key and value pairs.
putExternalModel_modelEndpoint :: Lens' PutExternalModel Text Source #
The model endpoints name.
putExternalModel_modelSource :: Lens' PutExternalModel ModelSource Source #
The source of the model.
putExternalModel_invokeModelEndpointRoleArn :: Lens' PutExternalModel Text Source #
The IAM role used to invoke the model endpoint.
putExternalModel_inputConfiguration :: Lens' PutExternalModel ModelInputConfiguration Source #
The model endpoint input configuration.
putExternalModel_outputConfiguration :: Lens' PutExternalModel ModelOutputConfiguration Source #
The model endpoint output configuration.
putExternalModel_modelEndpointStatus :: Lens' PutExternalModel ModelEndpointStatus Source #
The model endpoint’s status in Amazon Fraud Detector.
putExternalModelResponse_httpStatus :: Lens' PutExternalModelResponse Int Source #
The response's http status code.
DeleteExternalModel
deleteExternalModel_modelEndpoint :: Lens' DeleteExternalModel Text Source #
The endpoint of the Amazon Sagemaker model to delete.
deleteExternalModelResponse_httpStatus :: Lens' DeleteExternalModelResponse Int Source #
The response's http status code.
GetEntityTypes
getEntityTypes_nextToken :: Lens' GetEntityTypes (Maybe Text) Source #
The next token for the subsequent request.
getEntityTypes_name :: Lens' GetEntityTypes (Maybe Text) Source #
The name.
getEntityTypes_maxResults :: Lens' GetEntityTypes (Maybe Natural) Source #
The maximum number of objects to return for the request.
getEntityTypesResponse_entityTypes :: Lens' GetEntityTypesResponse (Maybe [EntityType]) Source #
An array of entity types.
getEntityTypesResponse_nextToken :: Lens' GetEntityTypesResponse (Maybe Text) Source #
The next page token.
getEntityTypesResponse_httpStatus :: Lens' GetEntityTypesResponse Int Source #
The response's http status code.
DeleteModel
deleteModel_modelId :: Lens' DeleteModel Text Source #
The model ID of the model to delete.
deleteModel_modelType :: Lens' DeleteModel ModelTypeEnum Source #
The model type of the model to delete.
deleteModelResponse_httpStatus :: Lens' DeleteModelResponse Int Source #
The response's http status code.
UpdateModel
updateModel_description :: Lens' UpdateModel (Maybe Text) Source #
The new model description.
updateModel_modelId :: Lens' UpdateModel Text Source #
The model ID.
updateModel_modelType :: Lens' UpdateModel ModelTypeEnum Source #
The model type.
updateModelResponse_httpStatus :: Lens' UpdateModelResponse Int Source #
The response's http status code.
CreateModelVersion
createModelVersion_externalEventsDetail :: Lens' CreateModelVersion (Maybe ExternalEventsDetail) Source #
Details of the external events data used for model version training.
Required if trainingDataSource
is EXTERNAL_EVENTS
.
createModelVersion_ingestedEventsDetail :: Lens' CreateModelVersion (Maybe IngestedEventsDetail) Source #
Details of the ingested events data used for model version training.
Required if trainingDataSource
is INGESTED_EVENTS
.
createModelVersion_tags :: Lens' CreateModelVersion (Maybe [Tag]) Source #
A collection of key and value pairs.
createModelVersion_modelId :: Lens' CreateModelVersion Text Source #
The model ID.
createModelVersion_modelType :: Lens' CreateModelVersion ModelTypeEnum Source #
The model type.
createModelVersion_trainingDataSource :: Lens' CreateModelVersion TrainingDataSourceEnum Source #
The training data source location in Amazon S3.
createModelVersion_trainingDataSchema :: Lens' CreateModelVersion TrainingDataSchema Source #
The training data schema.
createModelVersionResponse_status :: Lens' CreateModelVersionResponse (Maybe Text) Source #
The model version status.
createModelVersionResponse_modelType :: Lens' CreateModelVersionResponse (Maybe ModelTypeEnum) Source #
The model type.
createModelVersionResponse_modelId :: Lens' CreateModelVersionResponse (Maybe Text) Source #
The model ID.
createModelVersionResponse_modelVersionNumber :: Lens' CreateModelVersionResponse (Maybe Text) Source #
The model version number of the model version created.
createModelVersionResponse_httpStatus :: Lens' CreateModelVersionResponse Int Source #
The response's http status code.
DeleteEventsByEventType
deleteEventsByEventType_eventTypeName :: Lens' DeleteEventsByEventType Text Source #
The name of the event type.
deleteEventsByEventTypeResponse_eventTypeName :: Lens' DeleteEventsByEventTypeResponse (Maybe Text) Source #
Name of event type for which to delete the events.
deleteEventsByEventTypeResponse_eventsDeletionStatus :: Lens' DeleteEventsByEventTypeResponse (Maybe Text) Source #
The status of the delete request.
deleteEventsByEventTypeResponse_httpStatus :: Lens' DeleteEventsByEventTypeResponse Int Source #
The response's http status code.
PutKMSEncryptionKey
putKMSEncryptionKey_kmsEncryptionKeyArn :: Lens' PutKMSEncryptionKey Text Source #
The KMS encryption key ARN.
putKMSEncryptionKeyResponse_httpStatus :: Lens' PutKMSEncryptionKeyResponse Int Source #
The response's http status code.
DescribeDetector
describeDetector_nextToken :: Lens' DescribeDetector (Maybe Text) Source #
The next token from the previous response.
describeDetector_maxResults :: Lens' DescribeDetector (Maybe Natural) Source #
The maximum number of results to return for the request.
describeDetector_detectorId :: Lens' DescribeDetector Text Source #
The detector ID.
describeDetectorResponse_detectorVersionSummaries :: Lens' DescribeDetectorResponse (Maybe [DetectorVersionSummary]) Source #
The status and description for each detector version.
describeDetectorResponse_arn :: Lens' DescribeDetectorResponse (Maybe Text) Source #
The detector ARN.
describeDetectorResponse_nextToken :: Lens' DescribeDetectorResponse (Maybe Text) Source #
The next token to be used for subsequent requests.
describeDetectorResponse_detectorId :: Lens' DescribeDetectorResponse (Maybe Text) Source #
The detector ID.
describeDetectorResponse_httpStatus :: Lens' DescribeDetectorResponse Int Source #
The response's http status code.
GetOutcomes
getOutcomes_nextToken :: Lens' GetOutcomes (Maybe Text) Source #
The next page token for the request.
getOutcomes_name :: Lens' GetOutcomes (Maybe Text) Source #
The name of the outcome or outcomes to get.
getOutcomes_maxResults :: Lens' GetOutcomes (Maybe Natural) Source #
The maximum number of objects to return for the request.
getOutcomesResponse_outcomes :: Lens' GetOutcomesResponse (Maybe [Outcome]) Source #
The outcomes.
getOutcomesResponse_nextToken :: Lens' GetOutcomesResponse (Maybe Text) Source #
The next page token for subsequent requests.
getOutcomesResponse_httpStatus :: Lens' GetOutcomesResponse Int Source #
The response's http status code.
GetEventPrediction
getEventPrediction_detectorVersionId :: Lens' GetEventPrediction (Maybe Text) Source #
The detector version ID.
getEventPrediction_externalModelEndpointDataBlobs :: Lens' GetEventPrediction (Maybe (HashMap Text ModelEndpointDataBlob)) Source #
The Amazon SageMaker model endpoint input data blobs.
getEventPrediction_detectorId :: Lens' GetEventPrediction Text Source #
The detector ID.
getEventPrediction_eventId :: Lens' GetEventPrediction Text Source #
The unique ID used to identify the event.
getEventPrediction_eventTypeName :: Lens' GetEventPrediction Text Source #
The event type associated with the detector specified for the prediction.
getEventPrediction_entities :: Lens' GetEventPrediction [Entity] Source #
The entity type (associated with the detector's event type) and specific entity ID representing who performed the event. If an entity id is not available, use "UNKNOWN."
getEventPrediction_eventTimestamp :: Lens' GetEventPrediction Text Source #
Timestamp that defines when the event under evaluation occurred. The timestamp must be specified using ISO 8601 standard in UTC.
getEventPrediction_eventVariables :: Lens' GetEventPrediction (HashMap Text Text) Source #
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.
You must provide at least one eventVariable
To ensure most accurate fraud prediction and to simplify your data preparation, Amazon Fraud Detector will replace all missing variables or values as follows:
For Amazon Fraud Detector trained models:
If a null value is provided explicitly for a variable or if a variable is missing, model will replace the null value or the missing variable (no variable name in the eventVariables map) with calculated default mean/medians for numeric variables and with special values for categorical variables.
For imported SageMaker models:
If a null value is provided explicitly for a variable, the model and rules will use “null” as the value. If a variable is not provided (no variable name in the eventVariables map), model and rules will use the default value that is provided for the variable.
getEventPredictionResponse_modelScores :: Lens' GetEventPredictionResponse (Maybe [ModelScores]) Source #
The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900 corresponds to an estimated 2% false positive rate.
getEventPredictionResponse_externalModelOutputs :: Lens' GetEventPredictionResponse (Maybe [ExternalModelOutputs]) Source #
The model scores for Amazon SageMaker models.
getEventPredictionResponse_ruleResults :: Lens' GetEventPredictionResponse (Maybe [RuleResult]) Source #
The results from the rules.
getEventPredictionResponse_httpStatus :: Lens' GetEventPredictionResponse Int Source #
The response's http status code.
DeleteBatchPredictionJob
deleteBatchPredictionJob_jobId :: Lens' DeleteBatchPredictionJob Text Source #
The ID of the batch prediction job to delete.
deleteBatchPredictionJobResponse_httpStatus :: Lens' DeleteBatchPredictionJobResponse Int Source #
The response's http status code.
GetEvent
getEventResponse_event :: Lens' GetEventResponse (Maybe Event) Source #
The details of the event.
getEventResponse_httpStatus :: Lens' GetEventResponse Int Source #
The response's http status code.
UpdateRuleMetadata
updateRuleMetadata_rule :: Lens' UpdateRuleMetadata Rule Source #
The rule to update.
updateRuleMetadata_description :: Lens' UpdateRuleMetadata Text Source #
The rule description.
updateRuleMetadataResponse_httpStatus :: Lens' UpdateRuleMetadataResponse Int Source #
The response's http status code.
PutEntityType
putEntityType_description :: Lens' PutEntityType (Maybe Text) Source #
The description.
putEntityType_tags :: Lens' PutEntityType (Maybe [Tag]) Source #
A collection of key and value pairs.
putEntityType_name :: Lens' PutEntityType Text Source #
The name of the entity type.
putEntityTypeResponse_httpStatus :: Lens' PutEntityTypeResponse Int Source #
The response's http status code.
CreateBatchPredictionJob
createBatchPredictionJob_detectorVersion :: Lens' CreateBatchPredictionJob (Maybe Text) Source #
The detector version.
createBatchPredictionJob_tags :: Lens' CreateBatchPredictionJob (Maybe [Tag]) Source #
A collection of key and value pairs.
createBatchPredictionJob_jobId :: Lens' CreateBatchPredictionJob Text Source #
The ID of the batch prediction job.
createBatchPredictionJob_inputPath :: Lens' CreateBatchPredictionJob Text Source #
The Amazon S3 location of your training file.
createBatchPredictionJob_outputPath :: Lens' CreateBatchPredictionJob Text Source #
The Amazon S3 location of your output file.
createBatchPredictionJob_eventTypeName :: Lens' CreateBatchPredictionJob Text Source #
The name of the event type.
createBatchPredictionJob_detectorName :: Lens' CreateBatchPredictionJob Text Source #
The name of the detector.
createBatchPredictionJob_iamRoleArn :: Lens' CreateBatchPredictionJob Text Source #
The ARN of the IAM role to use for this job request.
createBatchPredictionJobResponse_httpStatus :: Lens' CreateBatchPredictionJobResponse Int Source #
The response's http status code.
DeleteEntityType
deleteEntityType_name :: Lens' DeleteEntityType Text Source #
The name of the entity type to delete.
deleteEntityTypeResponse_httpStatus :: Lens' DeleteEntityTypeResponse Int Source #
The response's http status code.
DeleteEventType
deleteEventType_name :: Lens' DeleteEventType Text Source #
The name of the event type to delete.
deleteEventTypeResponse_httpStatus :: Lens' DeleteEventTypeResponse Int Source #
The response's http status code.
PutEventType
putEventType_labels :: Lens' PutEventType (Maybe [Text]) Source #
The event type labels.
putEventType_eventIngestion :: Lens' PutEventType (Maybe EventIngestion) Source #
Specifies if ingenstion is enabled or disabled.
putEventType_description :: Lens' PutEventType (Maybe Text) Source #
The description of the event type.
putEventType_tags :: Lens' PutEventType (Maybe [Tag]) Source #
A collection of key and value pairs.
putEventType_name :: Lens' PutEventType Text Source #
The name.
putEventType_eventVariables :: Lens' PutEventType (NonEmpty Text) Source #
The event type variables.
putEventType_entityTypes :: Lens' PutEventType (NonEmpty Text) Source #
The entity type for the event type. Example entity types: customer, merchant, account.
putEventTypeResponse_httpStatus :: Lens' PutEventTypeResponse Int Source #
The response's http status code.
UpdateDetectorVersionStatus
updateDetectorVersionStatus_detectorId :: Lens' UpdateDetectorVersionStatus Text Source #
The detector ID.
updateDetectorVersionStatus_detectorVersionId :: Lens' UpdateDetectorVersionStatus Text Source #
The detector version ID.
updateDetectorVersionStatus_status :: Lens' UpdateDetectorVersionStatus DetectorVersionStatus Source #
The new status.
updateDetectorVersionStatusResponse_httpStatus :: Lens' UpdateDetectorVersionStatusResponse Int Source #
The response's http status code.
CancelBatchImportJob
cancelBatchImportJob_jobId :: Lens' CancelBatchImportJob Text Source #
The ID of an in-progress batch import job to cancel.
Amazon Fraud Detector will throw an error if the batch import job is in
FAILED
, CANCELED
, or COMPLETED
state.
cancelBatchImportJobResponse_httpStatus :: Lens' CancelBatchImportJobResponse Int Source #
The response's http status code.
SendEvent
sendEvent_labelTimestamp :: Lens' SendEvent (Maybe Text) Source #
The timestamp associated with the label. Required if specifying
assignedLabel
.
sendEvent_assignedLabel :: Lens' SendEvent (Maybe Text) Source #
The label to associate with the event. Required if specifying
labelTimestamp
.
sendEvent_eventTimestamp :: Lens' SendEvent Text Source #
The timestamp that defines when the event under evaluation occurred. The timestamp must be specified using ISO 8601 standard in UTC.
sendEvent_eventVariables :: Lens' SendEvent (HashMap Text Text) Source #
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.
sendEventResponse_httpStatus :: Lens' SendEventResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceARN :: Lens' TagResource Text Source #
The resource ARN.
tagResource_tags :: Lens' TagResource [Tag] Source #
The tags to assign to the resource.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
GetKMSEncryptionKey
getKMSEncryptionKeyResponse_kmsKey :: Lens' GetKMSEncryptionKeyResponse (Maybe KMSKey) Source #
The KMS encryption key.
getKMSEncryptionKeyResponse_httpStatus :: Lens' GetKMSEncryptionKeyResponse Int Source #
The response's http status code.
UpdateEventLabel
updateEventLabel_eventId :: Lens' UpdateEventLabel Text Source #
The ID of the event associated with the label to update.
updateEventLabel_eventTypeName :: Lens' UpdateEventLabel Text Source #
The event type of the event associated with the label to update.
updateEventLabel_assignedLabel :: Lens' UpdateEventLabel Text Source #
The new label to assign to the event.
updateEventLabel_labelTimestamp :: Lens' UpdateEventLabel Text Source #
The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.
updateEventLabelResponse_httpStatus :: Lens' UpdateEventLabelResponse Int Source #
The response's http status code.
GetBatchImportJobs
getBatchImportJobs_jobId :: Lens' GetBatchImportJobs (Maybe Text) Source #
The ID of the batch import job to get.
getBatchImportJobs_nextToken :: Lens' GetBatchImportJobs (Maybe Text) Source #
The next token from the previous request.
getBatchImportJobs_maxResults :: Lens' GetBatchImportJobs (Maybe Natural) Source #
The maximum number of objects to return for request.
getBatchImportJobsResponse_nextToken :: Lens' GetBatchImportJobsResponse (Maybe Text) Source #
The next token for the subsequent resquest.
getBatchImportJobsResponse_batchImports :: Lens' GetBatchImportJobsResponse (Maybe [BatchImport]) Source #
An array containing the details of each batch import job.
getBatchImportJobsResponse_httpStatus :: Lens' GetBatchImportJobsResponse Int Source #
The response's http status code.
GetDeleteEventsByEventTypeStatus
getDeleteEventsByEventTypeStatus_eventTypeName :: Lens' GetDeleteEventsByEventTypeStatus Text Source #
Name of event type for which to get the deletion status.
getDeleteEventsByEventTypeStatusResponse_eventTypeName :: Lens' GetDeleteEventsByEventTypeStatusResponse (Maybe Text) Source #
The event type name.
getDeleteEventsByEventTypeStatusResponse_eventsDeletionStatus :: Lens' GetDeleteEventsByEventTypeStatusResponse (Maybe AsyncJobStatus) Source #
The deletion status.
getDeleteEventsByEventTypeStatusResponse_httpStatus :: Lens' GetDeleteEventsByEventTypeStatusResponse Int Source #
The response's http status code.
DeleteOutcome
deleteOutcome_name :: Lens' DeleteOutcome Text Source #
The name of the outcome to delete.
deleteOutcomeResponse_httpStatus :: Lens' DeleteOutcomeResponse Int Source #
The response's http status code.
GetRules
getRules_maxResults :: Lens' GetRules (Maybe Natural) Source #
The maximum number of rules to return for the request.
getRulesResponse_ruleDetails :: Lens' GetRulesResponse (Maybe [RuleDetail]) Source #
The details of the requested rule.
getRulesResponse_nextToken :: Lens' GetRulesResponse (Maybe Text) Source #
The next page token to be used in subsequent requests.
getRulesResponse_httpStatus :: Lens' GetRulesResponse Int Source #
The response's http status code.
GetVariables
getVariables_nextToken :: Lens' GetVariables (Maybe Text) Source #
The next page token of the get variable request.
getVariables_name :: Lens' GetVariables (Maybe Text) Source #
The name of the variable.
getVariables_maxResults :: Lens' GetVariables (Maybe Natural) Source #
The max size per page determined for the get variable request.
getVariablesResponse_variables :: Lens' GetVariablesResponse (Maybe [Variable]) Source #
The names of the variables returned.
getVariablesResponse_nextToken :: Lens' GetVariablesResponse (Maybe Text) Source #
The next page token to be used in subsequent requests.
getVariablesResponse_httpStatus :: Lens' GetVariablesResponse Int Source #
The response's http status code.
UntagResource
untagResource_resourceARN :: Lens' UntagResource Text Source #
The ARN of the resource from which to remove the tag.
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
The resource ARN.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
PutDetector
putDetector_description :: Lens' PutDetector (Maybe Text) Source #
The description of the detector.
putDetector_tags :: Lens' PutDetector (Maybe [Tag]) Source #
A collection of key and value pairs.
putDetector_detectorId :: Lens' PutDetector Text Source #
The detector ID.
putDetector_eventTypeName :: Lens' PutDetector Text Source #
The name of the event type.
putDetectorResponse_httpStatus :: Lens' PutDetectorResponse Int Source #
The response's http status code.
PutOutcome
putOutcome_description :: Lens' PutOutcome (Maybe Text) Source #
The outcome description.
putOutcome_tags :: Lens' PutOutcome (Maybe [Tag]) Source #
A collection of key and value pairs.
putOutcome_name :: Lens' PutOutcome Text Source #
The name of the outcome.
putOutcomeResponse_httpStatus :: Lens' PutOutcomeResponse Int Source #
The response's http status code.
DeleteDetector
deleteDetector_detectorId :: Lens' DeleteDetector Text Source #
The ID of the detector to delete.
deleteDetectorResponse_httpStatus :: Lens' DeleteDetectorResponse Int Source #
The response's http status code.
DescribeModelVersions
describeModelVersions_modelType :: Lens' DescribeModelVersions (Maybe ModelTypeEnum) Source #
The model type.
describeModelVersions_modelId :: Lens' DescribeModelVersions (Maybe Text) Source #
The model ID.
describeModelVersions_nextToken :: Lens' DescribeModelVersions (Maybe Text) Source #
The next token from the previous results.
describeModelVersions_modelVersionNumber :: Lens' DescribeModelVersions (Maybe Text) Source #
The model version number.
describeModelVersions_maxResults :: Lens' DescribeModelVersions (Maybe Natural) Source #
The maximum number of results to return.
describeModelVersionsResponse_nextToken :: Lens' DescribeModelVersionsResponse (Maybe Text) Source #
The next token.
describeModelVersionsResponse_modelVersionDetails :: Lens' DescribeModelVersionsResponse (Maybe [ModelVersionDetail]) Source #
The model version details.
describeModelVersionsResponse_httpStatus :: Lens' DescribeModelVersionsResponse Int Source #
The response's http status code.
BatchCreateVariable
batchCreateVariable_tags :: Lens' BatchCreateVariable (Maybe [Tag]) Source #
A collection of key and value pairs.
batchCreateVariable_variableEntries :: Lens' BatchCreateVariable (NonEmpty VariableEntry) Source #
The list of variables for the batch create variable request.
batchCreateVariableResponse_errors :: Lens' BatchCreateVariableResponse (Maybe [BatchCreateVariableError]) Source #
Provides the errors for the BatchCreateVariable
request.
batchCreateVariableResponse_httpStatus :: Lens' BatchCreateVariableResponse Int Source #
The response's http status code.
GetDetectorVersion
getDetectorVersion_detectorId :: Lens' GetDetectorVersion Text Source #
The detector ID.
getDetectorVersion_detectorVersionId :: Lens' GetDetectorVersion Text Source #
The detector version ID.
getDetectorVersionResponse_status :: Lens' GetDetectorVersionResponse (Maybe DetectorVersionStatus) Source #
The status of the detector version.
getDetectorVersionResponse_ruleExecutionMode :: Lens' GetDetectorVersionResponse (Maybe RuleExecutionMode) Source #
The execution mode of the rule in the dectector
FIRST_MATCHED
indicates that Amazon Fraud Detector evaluates rules
sequentially, first to last, stopping at the first matched rule. Amazon
Fraud dectector then provides the outcomes for that single rule.
ALL_MATCHED
indicates that Amazon Fraud Detector evaluates all rules
and returns the outcomes for all matched rules. You can define and edit
the rule mode at the detector version level, when it is in draft status.
getDetectorVersionResponse_lastUpdatedTime :: Lens' GetDetectorVersionResponse (Maybe Text) Source #
The timestamp when the detector version was last updated.
getDetectorVersionResponse_arn :: Lens' GetDetectorVersionResponse (Maybe Text) Source #
The detector version ARN.
getDetectorVersionResponse_rules :: Lens' GetDetectorVersionResponse (Maybe [Rule]) Source #
The rules included in the detector version.
getDetectorVersionResponse_detectorVersionId :: Lens' GetDetectorVersionResponse (Maybe Text) Source #
The detector version ID.
getDetectorVersionResponse_createdTime :: Lens' GetDetectorVersionResponse (Maybe Text) Source #
The timestamp when the detector version was created.
getDetectorVersionResponse_modelVersions :: Lens' GetDetectorVersionResponse (Maybe [ModelVersion]) Source #
The model versions included in the detector version.
getDetectorVersionResponse_detectorId :: Lens' GetDetectorVersionResponse (Maybe Text) Source #
The detector ID.
getDetectorVersionResponse_externalModelEndpoints :: Lens' GetDetectorVersionResponse (Maybe [Text]) Source #
The Amazon SageMaker model endpoints included in the detector version.
getDetectorVersionResponse_description :: Lens' GetDetectorVersionResponse (Maybe Text) Source #
The detector version description.
getDetectorVersionResponse_httpStatus :: Lens' GetDetectorVersionResponse Int Source #
The response's http status code.
GetEventTypes
getEventTypes_nextToken :: Lens' GetEventTypes (Maybe Text) Source #
The next token for the subsequent request.
getEventTypes_name :: Lens' GetEventTypes (Maybe Text) Source #
The name.
getEventTypes_maxResults :: Lens' GetEventTypes (Maybe Natural) Source #
The maximum number of objects to return for the request.
getEventTypesResponse_eventTypes :: Lens' GetEventTypesResponse (Maybe [EventType]) Source #
An array of event types.
getEventTypesResponse_nextToken :: Lens' GetEventTypesResponse (Maybe Text) Source #
The next page token.
getEventTypesResponse_httpStatus :: Lens' GetEventTypesResponse Int Source #
The response's http status code.
DeleteDetectorVersion
deleteDetectorVersion_detectorId :: Lens' DeleteDetectorVersion Text Source #
The ID of the parent detector for the detector version to delete.
deleteDetectorVersion_detectorVersionId :: Lens' DeleteDetectorVersion Text Source #
The ID of the detector version to delete.
deleteDetectorVersionResponse_httpStatus :: Lens' DeleteDetectorVersionResponse Int Source #
The response's http status code.
UpdateDetectorVersion
updateDetectorVersion_ruleExecutionMode :: Lens' UpdateDetectorVersion (Maybe RuleExecutionMode) Source #
The rule execution mode to add to the detector.
If you specify FIRST_MATCHED
, Amazon Fraud Detector evaluates rules
sequentially, first to last, stopping at the first matched rule. Amazon
Fraud dectector then provides the outcomes for that single rule.
If you specifiy ALL_MATCHED
, Amazon Fraud Detector evaluates all rules
and returns the outcomes for all matched rules. You can define and edit
the rule mode at the detector version level, when it is in draft status.
The default behavior is FIRST_MATCHED
.
updateDetectorVersion_modelVersions :: Lens' UpdateDetectorVersion (Maybe [ModelVersion]) Source #
The model versions to include in the detector version.
updateDetectorVersion_description :: Lens' UpdateDetectorVersion (Maybe Text) Source #
The detector version description.
updateDetectorVersion_detectorId :: Lens' UpdateDetectorVersion Text Source #
The parent detector ID for the detector version you want to update.
updateDetectorVersion_detectorVersionId :: Lens' UpdateDetectorVersion Text Source #
The detector version ID.
updateDetectorVersion_externalModelEndpoints :: Lens' UpdateDetectorVersion [Text] Source #
The Amazon SageMaker model endpoints to include in the detector version.
updateDetectorVersion_rules :: Lens' UpdateDetectorVersion [Rule] Source #
The rules to include in the detector version.
updateDetectorVersionResponse_httpStatus :: Lens' UpdateDetectorVersionResponse Int Source #
The response's http status code.
Types
BatchCreateVariableError
batchCreateVariableError_name :: Lens' BatchCreateVariableError (Maybe Text) Source #
The name.
batchCreateVariableError_code :: Lens' BatchCreateVariableError (Maybe Int) Source #
The error code.
batchCreateVariableError_message :: Lens' BatchCreateVariableError (Maybe Text) Source #
The error message.
BatchGetVariableError
batchGetVariableError_name :: Lens' BatchGetVariableError (Maybe Text) Source #
The error name.
batchGetVariableError_code :: Lens' BatchGetVariableError (Maybe Int) Source #
The error code.
batchGetVariableError_message :: Lens' BatchGetVariableError (Maybe Text) Source #
The error message.
BatchImport
batchImport_failureReason :: Lens' BatchImport (Maybe Text) Source #
The reason batch import job failed.
batchImport_iamRoleArn :: Lens' BatchImport (Maybe Text) Source #
The ARN of the IAM role to use for this job request.
batchImport_status :: Lens' BatchImport (Maybe AsyncJobStatus) Source #
The status of the batch import job.
batchImport_processedRecordsCount :: Lens' BatchImport (Maybe Int) Source #
The number of records processed by batch import job.
batchImport_totalRecordsCount :: Lens' BatchImport (Maybe Int) Source #
The total number of records in the batch import job.
batchImport_jobId :: Lens' BatchImport (Maybe Text) Source #
The ID of the batch import job.
batchImport_arn :: Lens' BatchImport (Maybe Text) Source #
The ARN of the batch import job.
batchImport_startTime :: Lens' BatchImport (Maybe Text) Source #
Timestamp of when the batch import job started.
batchImport_eventTypeName :: Lens' BatchImport (Maybe Text) Source #
The name of the event type.
batchImport_completionTime :: Lens' BatchImport (Maybe Text) Source #
Timestamp of when batch import job completed.
batchImport_outputPath :: Lens' BatchImport (Maybe Text) Source #
The Amazon S3 location of your output file.
batchImport_inputPath :: Lens' BatchImport (Maybe Text) Source #
The Amazon S3 location of your data file for batch import.
batchImport_failedRecordsCount :: Lens' BatchImport (Maybe Int) Source #
The number of records that failed to import.
BatchPrediction
batchPrediction_failureReason :: Lens' BatchPrediction (Maybe Text) Source #
The reason a batch prediction job failed.
batchPrediction_iamRoleArn :: Lens' BatchPrediction (Maybe Text) Source #
The ARN of the IAM role to use for this job request.
batchPrediction_status :: Lens' BatchPrediction (Maybe AsyncJobStatus) Source #
The batch prediction status.
batchPrediction_processedRecordsCount :: Lens' BatchPrediction (Maybe Int) Source #
The number of records processed by the batch prediction job.
batchPrediction_totalRecordsCount :: Lens' BatchPrediction (Maybe Int) Source #
The total number of records in the batch prediction job.
batchPrediction_lastHeartbeatTime :: Lens' BatchPrediction (Maybe Text) Source #
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
batchPrediction_jobId :: Lens' BatchPrediction (Maybe Text) Source #
The job ID for the batch prediction.
batchPrediction_arn :: Lens' BatchPrediction (Maybe Text) Source #
The ARN of batch prediction job.
batchPrediction_startTime :: Lens' BatchPrediction (Maybe Text) Source #
Timestamp of when the batch prediction job started.
batchPrediction_eventTypeName :: Lens' BatchPrediction (Maybe Text) Source #
The name of the event type.
batchPrediction_completionTime :: Lens' BatchPrediction (Maybe Text) Source #
Timestamp of when the batch prediction job completed.
batchPrediction_outputPath :: Lens' BatchPrediction (Maybe Text) Source #
The Amazon S3 location of your output file.
batchPrediction_detectorName :: Lens' BatchPrediction (Maybe Text) Source #
The name of the detector.
batchPrediction_detectorVersion :: Lens' BatchPrediction (Maybe Text) Source #
The detector version.
batchPrediction_inputPath :: Lens' BatchPrediction (Maybe Text) Source #
The Amazon S3 location of your training file.
DataValidationMetrics
dataValidationMetrics_fieldLevelMessages :: Lens' DataValidationMetrics (Maybe [FieldValidationMessage]) Source #
The field-specific model training validation messages.
dataValidationMetrics_fileLevelMessages :: Lens' DataValidationMetrics (Maybe [FileValidationMessage]) Source #
The file-specific model training validation messages.
Detector
detector_lastUpdatedTime :: Lens' Detector (Maybe Text) Source #
Timestamp of when the detector was last updated.
detector_createdTime :: Lens' Detector (Maybe Text) Source #
Timestamp of when the detector was created.
DetectorVersionSummary
detectorVersionSummary_status :: Lens' DetectorVersionSummary (Maybe DetectorVersionStatus) Source #
The detector version status.
detectorVersionSummary_lastUpdatedTime :: Lens' DetectorVersionSummary (Maybe Text) Source #
Timestamp of when the detector version was last updated.
detectorVersionSummary_detectorVersionId :: Lens' DetectorVersionSummary (Maybe Text) Source #
The detector version ID.
detectorVersionSummary_description :: Lens' DetectorVersionSummary (Maybe Text) Source #
The detector version description.
Entity
entity_entityId :: Lens' Entity Text Source #
The entity ID. If you do not know the entityId
, you can pass
unknown
, which is areserved string literal.
EntityType
entityType_lastUpdatedTime :: Lens' EntityType (Maybe Text) Source #
Timestamp of when the entity type was last updated.
entityType_arn :: Lens' EntityType (Maybe Text) Source #
The entity type ARN.
entityType_createdTime :: Lens' EntityType (Maybe Text) Source #
Timestamp of when the entity type was created.
entityType_name :: Lens' EntityType (Maybe Text) Source #
The entity type name.
entityType_description :: Lens' EntityType (Maybe Text) Source #
The entity type description.
Event
event_eventTimestamp :: Lens' Event (Maybe Text) Source #
The timestamp that defines when the event under evaluation occurred. The timestamp must be specified using ISO 8601 standard in UTC.
event_labelTimestamp :: Lens' Event (Maybe Text) Source #
The timestamp associated with the label to update. The timestamp must be specified using ISO 8601 standard in UTC.
event_eventVariables :: Lens' Event (Maybe (HashMap Text Text)) Source #
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.
EventType
eventType_lastUpdatedTime :: Lens' EventType (Maybe Text) Source #
Timestamp of when the event type was last updated.
eventType_createdTime :: Lens' EventType (Maybe Text) Source #
Timestamp of when the event type was created.
eventType_entityTypes :: Lens' EventType (Maybe (NonEmpty Text)) Source #
The event type entity types.
eventType_ingestedEventStatistics :: Lens' EventType (Maybe IngestedEventStatistics) Source #
Data about the stored events.
eventType_eventIngestion :: Lens' EventType (Maybe EventIngestion) Source #
If Enabled
, Amazon Fraud Detector stores event data when you generate
a prediction and uses that data to update calculated variables in near
real-time. Amazon Fraud Detector uses this data, known as
INGESTED_EVENTS
, to train your model and improve fraud predictions.
ExternalEventsDetail
externalEventsDetail_dataLocation :: Lens' ExternalEventsDetail Text Source #
The Amazon S3 bucket location for the data.
externalEventsDetail_dataAccessRoleArn :: Lens' ExternalEventsDetail Text Source #
The ARN of the role that provides Amazon Fraud Detector access to the data location.
ExternalModel
externalModel_modelEndpoint :: Lens' ExternalModel (Maybe Text) Source #
The Amazon SageMaker model endpoints.
externalModel_modelSource :: Lens' ExternalModel (Maybe ModelSource) Source #
The source of the model.
externalModel_lastUpdatedTime :: Lens' ExternalModel (Maybe Text) Source #
Timestamp of when the model was last updated.
externalModel_arn :: Lens' ExternalModel (Maybe Text) Source #
The model ARN.
externalModel_createdTime :: Lens' ExternalModel (Maybe Text) Source #
Timestamp of when the model was last created.
externalModel_modelEndpointStatus :: Lens' ExternalModel (Maybe ModelEndpointStatus) Source #
The Amazon Fraud Detector status for the external model endpoint
externalModel_outputConfiguration :: Lens' ExternalModel (Maybe ModelOutputConfiguration) Source #
The output configuration.
externalModel_invokeModelEndpointRoleArn :: Lens' ExternalModel (Maybe Text) Source #
The role used to invoke the model.
externalModel_inputConfiguration :: Lens' ExternalModel (Maybe ModelInputConfiguration) Source #
The input configuration.
ExternalModelOutputs
externalModelOutputs_externalModel :: Lens' ExternalModelOutputs (Maybe ExternalModelSummary) Source #
The Amazon SageMaker model.
externalModelOutputs_outputs :: Lens' ExternalModelOutputs (Maybe (HashMap Text Text)) Source #
The fraud prediction scores from Amazon SageMaker model.
ExternalModelSummary
externalModelSummary_modelEndpoint :: Lens' ExternalModelSummary (Maybe Text) Source #
The endpoint of the Amazon SageMaker model.
externalModelSummary_modelSource :: Lens' ExternalModelSummary (Maybe ModelSource) Source #
The source of the model.
FieldValidationMessage
fieldValidationMessage_identifier :: Lens' FieldValidationMessage (Maybe Text) Source #
The message ID.
fieldValidationMessage_content :: Lens' FieldValidationMessage (Maybe Text) Source #
The message content.
fieldValidationMessage_fieldName :: Lens' FieldValidationMessage (Maybe Text) Source #
The field name.
fieldValidationMessage_title :: Lens' FieldValidationMessage (Maybe Text) Source #
The message title.
fieldValidationMessage_type :: Lens' FieldValidationMessage (Maybe Text) Source #
The message type.
FileValidationMessage
fileValidationMessage_content :: Lens' FileValidationMessage (Maybe Text) Source #
The message content.
fileValidationMessage_title :: Lens' FileValidationMessage (Maybe Text) Source #
The message title.
fileValidationMessage_type :: Lens' FileValidationMessage (Maybe Text) Source #
The message type.
IngestedEventStatistics
ingestedEventStatistics_eventDataSizeInBytes :: Lens' IngestedEventStatistics (Maybe Integer) Source #
The total size of the stored events.
ingestedEventStatistics_mostRecentEvent :: Lens' IngestedEventStatistics (Maybe Text) Source #
The newest stored event.
ingestedEventStatistics_lastUpdatedTime :: Lens' IngestedEventStatistics (Maybe Text) Source #
Timestamp of when the stored event was last updated.
ingestedEventStatistics_numberOfEvents :: Lens' IngestedEventStatistics (Maybe Integer) Source #
The number of stored events.
ingestedEventStatistics_leastRecentEvent :: Lens' IngestedEventStatistics (Maybe Text) Source #
The oldest stored event.
IngestedEventsDetail
ingestedEventsDetail_ingestedEventsTimeWindow :: Lens' IngestedEventsDetail IngestedEventsTimeWindow Source #
The start and stop time of the ingested events.
IngestedEventsTimeWindow
ingestedEventsTimeWindow_startTime :: Lens' IngestedEventsTimeWindow Text Source #
Timestamp of the first ingensted event.
ingestedEventsTimeWindow_endTime :: Lens' IngestedEventsTimeWindow Text Source #
Timestamp of the final ingested event.
KMSKey
Label
label_lastUpdatedTime :: Lens' Label (Maybe Text) Source #
Timestamp of when the label was last updated.
LabelSchema
labelSchema_unlabeledEventsTreatment :: Lens' LabelSchema (Maybe UnlabeledEventsTreatment) Source #
The action to take for unlabeled events.
labelSchema_labelMapper :: Lens' LabelSchema (HashMap Text (NonEmpty Text)) Source #
The label mapper maps the Amazon Fraud Detector supported model
classification labels (FRAUD
, LEGIT
) to the appropriate event type
labels. For example, if "FRAUD
" and "LEGIT
" are Amazon Fraud
Detector supported labels, this mapper could be:
{"FRAUD" => ["0"]
, "LEGIT" => ["1"]}
or
{"FRAUD" => ["false"]
, "LEGIT" => ["true"]}
or
{"FRAUD" => ["fraud", "abuse"]
,
"LEGIT" => ["legit", "safe"]}
. The value part of the mapper is a
list, because you may have multiple label variants from your event type
for a single Amazon Fraud Detector label.
LogOddsMetric
logOddsMetric_variableName :: Lens' LogOddsMetric Text Source #
The name of the variable.
logOddsMetric_variableType :: Lens' LogOddsMetric Text Source #
The type of variable.
logOddsMetric_variableImportance :: Lens' LogOddsMetric Double Source #
The relative importance of the variable. For more information, see Model variable importance.
MetricDataPoint
metricDataPoint_precision :: Lens' MetricDataPoint (Maybe Double) Source #
The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent.
metricDataPoint_fpr :: Lens' MetricDataPoint (Maybe Double) Source #
The false positive rate. This is the percentage of total legitimate events that are incorrectly predicted as fraud.
metricDataPoint_threshold :: Lens' MetricDataPoint (Maybe Double) Source #
The model threshold that specifies an acceptable fraud capture rate. For example, a threshold of 500 means any model score 500 or above is labeled as fraud.
metricDataPoint_tpr :: Lens' MetricDataPoint (Maybe Double) Source #
The true positive rate. This is the percentage of total fraud the model detects. Also known as capture rate.
Model
model_modelType :: Lens' Model (Maybe ModelTypeEnum) Source #
The model type.
model_lastUpdatedTime :: Lens' Model (Maybe Text) Source #
Timestamp of last time the model was updated.
ModelEndpointDataBlob
modelEndpointDataBlob_byteBuffer :: Lens' ModelEndpointDataBlob (Maybe ByteString) Source #
The byte buffer of the Amazon SageMaker model endpoint input data blob.--
-- Note: This Lens
automatically encodes and decodes Base64 data.
-- The underlying isomorphism will encode to Base64 representation during
-- serialisation, and decode from Base64 representation during deserialisation.
-- This Lens
accepts and returns only raw unencoded data.
modelEndpointDataBlob_contentType :: Lens' ModelEndpointDataBlob (Maybe Text) Source #
The content type of the Amazon SageMaker model endpoint input data blob.
ModelInputConfiguration
modelInputConfiguration_format :: Lens' ModelInputConfiguration (Maybe ModelInputDataFormat) Source #
The format of the model input configuration. The format differs depending on if it is passed through to SageMaker or constructed by Amazon Fraud Detector.
modelInputConfiguration_eventTypeName :: Lens' ModelInputConfiguration (Maybe Text) Source #
The event type name.
modelInputConfiguration_csvInputTemplate :: Lens' ModelInputConfiguration (Maybe Text) Source #
Template for constructing the CSV input-data sent to SageMaker. At event-evaluation, the placeholders for variable-names in the template will be replaced with the variable values before being sent to SageMaker.
modelInputConfiguration_jsonInputTemplate :: Lens' ModelInputConfiguration (Maybe Text) Source #
Template for constructing the JSON input-data sent to SageMaker. At event-evaluation, the placeholders for variable names in the template will be replaced with the variable values before being sent to SageMaker.
modelInputConfiguration_useEventVariables :: Lens' ModelInputConfiguration Bool Source #
The event variables.
ModelOutputConfiguration
modelOutputConfiguration_jsonKeyToVariableMap :: Lens' ModelOutputConfiguration (Maybe (HashMap Text Text)) Source #
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
modelOutputConfiguration_csvIndexToVariableMap :: Lens' ModelOutputConfiguration (Maybe (HashMap Text Text)) Source #
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
modelOutputConfiguration_format :: Lens' ModelOutputConfiguration ModelOutputDataFormat Source #
The format of the model output configuration.
ModelScores
modelScores_modelVersion :: Lens' ModelScores (Maybe ModelVersion) Source #
The model version.
modelScores_scores :: Lens' ModelScores (Maybe (HashMap Text Double)) Source #
The model's fraud prediction scores.
ModelVersion
modelVersion_arn :: Lens' ModelVersion (Maybe Text) Source #
The model version ARN.
modelVersion_modelId :: Lens' ModelVersion Text Source #
The model ID.
modelVersion_modelType :: Lens' ModelVersion ModelTypeEnum Source #
The model type.
modelVersion_modelVersionNumber :: Lens' ModelVersion Text Source #
The model version number.
ModelVersionDetail
modelVersionDetail_status :: Lens' ModelVersionDetail (Maybe Text) Source #
The status of the model version.
modelVersionDetail_modelType :: Lens' ModelVersionDetail (Maybe ModelTypeEnum) Source #
The model type.
modelVersionDetail_lastUpdatedTime :: Lens' ModelVersionDetail (Maybe Text) Source #
The timestamp when the model was last updated.
modelVersionDetail_modelId :: Lens' ModelVersionDetail (Maybe Text) Source #
The model ID.
modelVersionDetail_arn :: Lens' ModelVersionDetail (Maybe Text) Source #
The model version ARN.
modelVersionDetail_trainingDataSource :: Lens' ModelVersionDetail (Maybe TrainingDataSourceEnum) Source #
The model version training data source.
modelVersionDetail_createdTime :: Lens' ModelVersionDetail (Maybe Text) Source #
The timestamp when the model was created.
modelVersionDetail_externalEventsDetail :: Lens' ModelVersionDetail (Maybe ExternalEventsDetail) Source #
The external events data details. This will be populated if the
trainingDataSource
for the model version is specified as
EXTERNAL_EVENTS
.
modelVersionDetail_ingestedEventsDetail :: Lens' ModelVersionDetail (Maybe IngestedEventsDetail) Source #
The ingested events data details. This will be populated if the
trainingDataSource
for the model version is specified as
INGESTED_EVENTS
.
modelVersionDetail_modelVersionNumber :: Lens' ModelVersionDetail (Maybe Text) Source #
The model version number.
modelVersionDetail_trainingResult :: Lens' ModelVersionDetail (Maybe TrainingResult) Source #
The training results.
modelVersionDetail_trainingDataSchema :: Lens' ModelVersionDetail (Maybe TrainingDataSchema) Source #
The training data schema.
Outcome
outcome_lastUpdatedTime :: Lens' Outcome (Maybe Text) Source #
The timestamp when the outcome was last updated.
outcome_createdTime :: Lens' Outcome (Maybe Text) Source #
The timestamp when the outcome was created.
Rule
RuleDetail
ruleDetail_ruleVersion :: Lens' RuleDetail (Maybe Text) Source #
The rule version.
ruleDetail_lastUpdatedTime :: Lens' RuleDetail (Maybe Text) Source #
Timestamp of the last time the rule was updated.
ruleDetail_arn :: Lens' RuleDetail (Maybe Text) Source #
The rule ARN.
ruleDetail_createdTime :: Lens' RuleDetail (Maybe Text) Source #
The timestamp of when the rule was created.
ruleDetail_ruleId :: Lens' RuleDetail (Maybe Text) Source #
The rule ID.
ruleDetail_outcomes :: Lens' RuleDetail (Maybe (NonEmpty Text)) Source #
The rule outcomes.
ruleDetail_detectorId :: Lens' RuleDetail (Maybe Text) Source #
The detector for which the rule is associated.
ruleDetail_expression :: Lens' RuleDetail (Maybe Text) Source #
The rule expression.
ruleDetail_language :: Lens' RuleDetail (Maybe Language) Source #
The rule language.
ruleDetail_description :: Lens' RuleDetail (Maybe Text) Source #
The rule description.
RuleResult
ruleResult_ruleId :: Lens' RuleResult (Maybe Text) Source #
The rule ID that was matched, based on the rule execution mode.
ruleResult_outcomes :: Lens' RuleResult (Maybe [Text]) Source #
The outcomes of the matched rule, based on the rule execution mode.
Tag
TrainingDataSchema
trainingDataSchema_modelVariables :: Lens' TrainingDataSchema [Text] Source #
The training data schema variables.
trainingDataSchema_labelSchema :: Lens' TrainingDataSchema LabelSchema Source #
Undocumented member.
TrainingMetrics
trainingMetrics_auc :: Lens' TrainingMetrics (Maybe Double) Source #
The area under the curve. This summarizes true positive rate (TPR) and false positive rate (FPR) across all possible model score thresholds. A model with no predictive power has an AUC of 0.5, whereas a perfect model has a score of 1.0.
trainingMetrics_metricDataPoints :: Lens' TrainingMetrics (Maybe [MetricDataPoint]) Source #
The data points details.
TrainingResult
trainingResult_dataValidationMetrics :: Lens' TrainingResult (Maybe DataValidationMetrics) Source #
The validation metrics.
trainingResult_trainingMetrics :: Lens' TrainingResult (Maybe TrainingMetrics) Source #
The training metric details.
trainingResult_variableImportanceMetrics :: Lens' TrainingResult (Maybe VariableImportanceMetrics) Source #
The variable importance metrics.
Variable
variable_lastUpdatedTime :: Lens' Variable (Maybe Text) Source #
The time when variable was last updated.
variable_dataSource :: Lens' Variable (Maybe DataSource) Source #
The data source of the variable.
variable_dataType :: Lens' Variable (Maybe DataType) Source #
The data type of the variable. For more information see Variable types.
variable_variableType :: Lens' Variable (Maybe Text) Source #
The variable type of the variable.
Valid Values:
AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT
VariableEntry
variableEntry_name :: Lens' VariableEntry (Maybe Text) Source #
The name of the variable.
variableEntry_dataSource :: Lens' VariableEntry (Maybe Text) Source #
The data source of the variable.
variableEntry_dataType :: Lens' VariableEntry (Maybe Text) Source #
The data type of the variable.
variableEntry_defaultValue :: Lens' VariableEntry (Maybe Text) Source #
The default value of the variable.
variableEntry_variableType :: Lens' VariableEntry (Maybe Text) Source #
The type of the variable. For more information see Variable types.
Valid Values:
AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT
variableEntry_description :: Lens' VariableEntry (Maybe Text) Source #
The description of the variable.
VariableImportanceMetrics
variableImportanceMetrics_logOddsMetrics :: Lens' VariableImportanceMetrics (Maybe [LogOddsMetric]) Source #
List of variable metrics.