Module Values.ObjectStorageClassSource

Sourcetype nonrec t =
  1. | STANDARD
  2. | REDUCED_REDUNDANCY
  3. | GLACIER
  4. | STANDARD_IA
  5. | ONEZONE_IA
  6. | INTELLIGENT_TIERING
  7. | DEEP_ARCHIVE
  8. | OUTPOSTS
  9. | GLACIER_IR
  10. | SNOW
  11. | EXPRESS_ONEZONE
  12. | FSX_OPENZFS
  13. | FSX_ONTAP
  14. | 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