Module Values.FindingReasonCodeSource

Sourcetype nonrec t =
  1. | CPU_OVER_PROVISIONED
  2. | CPU_UNDER_PROVISIONED
  3. | MEMORY_OVER_PROVISIONED
  4. | MEMORY_UNDER_PROVISIONED
  5. | EBS_THROUGHPUT_OVER_PROVISIONED
  6. | EBS_THROUGHPUT_UNDER_PROVISIONED
  7. | EBS_IOPS_OVER_PROVISIONED
  8. | EBS_IOPS_UNDER_PROVISIONED
  9. | NETWORK_BANDWIDTH_OVER_PROVISIONED
  10. | NETWORK_BANDWIDTH_UNDER_PROVISIONED
  11. | NETWORK_PPS_OVER_PROVISIONED
  12. | NETWORK_PPS_UNDER_PROVISIONED
  13. | DISK_IOPS_OVER_PROVISIONED
  14. | DISK_IOPS_UNDER_PROVISIONED
  15. | DISK_THROUGHPUT_OVER_PROVISIONED
  16. | DISK_THROUGHPUT_UNDER_PROVISIONED
  17. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t