Module Values.EventSource

Sourcetype nonrec t =
  1. | S3_ReducedRedundancyLostObject
  2. | S3_ObjectCreated__
  3. | S3_ObjectCreated_Put
  4. | S3_ObjectCreated_Post
  5. | S3_ObjectCreated_Copy
  6. | S3_ObjectCreated_CompleteMultipartUpload
  7. | S3_ObjectRemoved__
  8. | S3_ObjectRemoved_Delete
  9. | S3_ObjectRemoved_DeleteMarkerCreated
  10. | S3_ObjectRestore__
  11. | S3_ObjectRestore_Post
  12. | S3_ObjectRestore_Completed
  13. | S3_Replication__
  14. | S3_Replication_OperationFailedReplication
  15. | S3_Replication_OperationNotTracked
  16. | S3_Replication_OperationMissedThreshold
  17. | S3_Replication_OperationReplicatedAfterThreshold
  18. | S3_ObjectRestore_Delete
  19. | S3_LifecycleTransition
  20. | S3_IntelligentTiering
  21. | S3_ObjectAcl_Put
  22. | S3_LifecycleExpiration__
  23. | S3_LifecycleExpiration_Delete
  24. | S3_LifecycleExpiration_DeleteMarkerCreated
  25. | S3_ObjectTagging__
  26. | S3_ObjectTagging_Put
  27. | S3_ObjectTagging_Delete
  28. | 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