Module Types.TestDNSAnswerRequest
type t={hosted_zone_id : Aws.BaseTypes.String.t;record_name : Aws.BaseTypes.String.t;record_type : RRType.t;resolver_i_p : Aws.BaseTypes.String.t option;e_d_n_s0_client_subnet_i_p : Aws.BaseTypes.String.t option;e_d_n_s0_client_subnet_mask : Aws.BaseTypes.String.t option;}
val make : hosted_zone_id:Aws.BaseTypes.String.t -> record_name:Aws.BaseTypes.String.t -> record_type:RRType.t -> ?resolver_i_p:Aws.BaseTypes.String.t -> ?e_d_n_s0_client_subnet_i_p:Aws.BaseTypes.String.t -> ?e_d_n_s0_client_subnet_mask:Aws.BaseTypes.String.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t