Module Values.SavingsPlanRateServiceCodeSource

Sourcetype nonrec t =
  1. | AmazonEC2
  2. | AmazonECS
  3. | AmazonEKS
  4. | AWSLambda
  5. | AmazonSageMaker
  6. | AmazonRDS
  7. | AuroraDSQL
  8. | AmazonDynamoDB
  9. | AmazonElastiCache
  10. | AmazonDocDB
  11. | AmazonNeptune
  12. | AmazonTimestream
  13. | AmazonMCS
  14. | AWSDatabaseMigrationSvc
  15. | AmazonES
  16. | 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