package aws-route53

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. id : Aws.BaseTypes.String.t;
  2. caller_reference : Aws.BaseTypes.String.t;
  3. linked_service : LinkedService.t option;
  4. health_check_config : HealthCheckConfig.t;
  5. health_check_version : Aws.BaseTypes.Long.t;
  6. cloud_watch_alarm_configuration : CloudWatchAlarmConfiguration.t option;
}
val make : id:Aws.BaseTypes.String.t -> caller_reference:Aws.BaseTypes.String.t -> ?linked_service:LinkedService.t -> health_check_config:HealthCheckConfig.t -> health_check_version:Aws.BaseTypes.Long.t -> ?cloud_watch_alarm_configuration:CloudWatchAlarmConfiguration.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t