Module Values.SavingsPlanRateUnitSource

Sourcetype nonrec t =
  1. | Hrs
  2. | Lambda_GB_Second
  3. | Request
  4. | ACU_Hr
  5. | ReadRequestUnits
  6. | WriteRequestUnits
  7. | ReadCapacityUnit_Hrs
  8. | WriteCapacityUnit_Hrs
  9. | ReplicatedWriteRequestUnits
  10. | ReplicatedWriteCapacityUnit_Hrs
  11. | GB_Hours
  12. | DPU
  13. | ElastiCacheProcessingUnit
  14. | DCU_Hr
  15. | NCU_hr
  16. | OCU_hours
  17. | Jobs
  18. | 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