Module FraudDetector.Detector

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-detector.html

type tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

and model = {
  1. arn : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-frauddetector-detector-model.html

and entity_type = {
  1. description : string option;
  2. created_time : string option;
  3. last_updated_time : string option;
  4. inline : bool option;
  5. arn : string option;
  6. tags : tag list option;
  7. name : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-frauddetector-detector-entitytype.html

and event_variable = {
  1. default_value : string option;
  2. description : string option;
  3. created_time : string option;
  4. variable_type : string option;
  5. data_type : string option;
  6. last_updated_time : string option;
  7. inline : bool option;
  8. arn : string option;
  9. tags : tag list option;
  10. name : string option;
  11. data_source : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-frauddetector-detector-eventvariable.html

and outcome = {
  1. description : string option;
  2. created_time : string option;
  3. last_updated_time : string option;
  4. inline : bool option;
  5. arn : string option;
  6. tags : tag list option;
  7. name : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-frauddetector-detector-outcome.html

and label = {
  1. description : string option;
  2. created_time : string option;
  3. last_updated_time : string option;
  4. inline : bool option;
  5. arn : string option;
  6. tags : tag list option;
  7. name : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-frauddetector-detector-label.html

and rule = {
  1. description : string option;
  2. created_time : string option;
  3. language : string option;
  4. expression : string option;
  5. rule_id : string option;
  6. detector_id : string option;
  7. rule_version : string option;
  8. last_updated_time : string option;
  9. arn : string option;
  10. outcomes : outcome list option;
  11. tags : tag list option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-frauddetector-detector-rule.html

and event_type = {
  1. entity_types : entity_type list option;
  2. description : string option;
  3. created_time : string option;
  4. last_updated_time : string option;
  5. labels : label list option;
  6. inline : bool option;
  7. event_variables : event_variable list option;
  8. arn : string option;
  9. tags : tag list option;
  10. name : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-frauddetector-detector-eventtype.html

type properties = {
  1. description : string option;
  2. detector_version_status : string option;
  3. event_type : event_type;
  4. detector_id : string;
  5. associated_models : model list option;
  6. rule_execution_mode : string option;
  7. rules : rule list;
  8. tags : tag list option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-detector.html;

val make_properties : ?description:string -> ?detector_version_status:string -> event_type:event_type -> detector_id:string -> ?associated_models:model list -> ?rule_execution_mode:string -> rules:rule list -> ?tags:tag list -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val make_model : ?arn:string -> unit -> model
val make_entity_type : ?description:string -> ?created_time:string -> ?last_updated_time:string -> ?inline:bool -> ?arn:string -> ?tags:tag list -> ?name:string -> unit -> entity_type
val make_event_variable : ?default_value:string -> ?description:string -> ?created_time:string -> ?variable_type:string -> ?data_type:string -> ?last_updated_time:string -> ?inline:bool -> ?arn:string -> ?tags:tag list -> ?name:string -> ?data_source:string -> unit -> event_variable
val make_outcome : ?description:string -> ?created_time:string -> ?last_updated_time:string -> ?inline:bool -> ?arn:string -> ?tags:tag list -> ?name:string -> unit -> outcome
val make_label : ?description:string -> ?created_time:string -> ?last_updated_time:string -> ?inline:bool -> ?arn:string -> ?tags:tag list -> ?name:string -> unit -> label
val make_rule : ?description:string -> ?created_time:string -> ?language:string -> ?expression:string -> ?rule_id:string -> ?detector_id:string -> ?rule_version:string -> ?last_updated_time:string -> ?arn:string -> ?outcomes:outcome list -> ?tags:tag list -> unit -> rule
val make_event_type : ?entity_types:entity_type list -> ?description:string -> ?created_time:string -> ?last_updated_time:string -> ?labels:label list -> ?inline:bool -> ?event_variables:event_variable list -> ?arn:string -> ?tags:tag list -> ?name:string -> unit -> event_type
val yojson_of_tag : tag -> Yojson.Safe.t
val yojson_of_model : model -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_entity_type : entity_type -> Yojson.Safe.t
val yojson_of_event_variable : event_variable -> Yojson.Safe.t
val yojson_of_outcome : outcome -> Yojson.Safe.t
val yojson_of_label : label -> Yojson.Safe.t
val yojson_of_rule : rule -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_event_type : event_type -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. created_time : string;
  3. event_type__arn : string;
  4. event_type__last_updated_time : string;
  5. last_updated_time : string;
  6. event_type__created_time : string;
  7. arn : string;
  8. detector_version_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string