package aws-route53

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.AccountLimitTypeSource

Sourcetype t =
  1. | MAX_HEALTH_CHECKS_BY_OWNER
  2. | MAX_HOSTED_ZONES_BY_OWNER
  3. | MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER
  4. | MAX_REUSABLE_DELEGATION_SETS_BY_OWNER
  5. | MAX_TRAFFIC_POLICIES_BY_OWNER
Sourceval str_to_t : (string * t) list
Sourceval t_to_str : (t * string) list
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval make : 'a -> unit -> 'a
Sourceval parse : Ezxmlm.nodes -> t option
Sourceval to_query : t -> Aws.Query.t
Sourceval to_json : t -> Aws.Json.t
Sourceval of_json : Aws.Json.t -> t
OCaml

Innovation. Community. Security.