Module Awso_mediastore.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | CreateContainer : (Values.CreateContainerInput.t, Values.CreateContainerOutput.t, Values.CreateContainerOutput.error) t
  2. | DeleteContainer : (Values.DeleteContainerInput.t, Values.DeleteContainerOutput.t, Values.DeleteContainerOutput.error) t
  3. | DeleteContainerPolicy : (Values.DeleteContainerPolicyInput.t, Values.DeleteContainerPolicyOutput.t, Values.DeleteContainerPolicyOutput.error) t
  4. | DeleteCorsPolicy : (Values.DeleteCorsPolicyInput.t, Values.DeleteCorsPolicyOutput.t, Values.DeleteCorsPolicyOutput.error) t
  5. | DeleteLifecyclePolicy : (Values.DeleteLifecyclePolicyInput.t, Values.DeleteLifecyclePolicyOutput.t, Values.DeleteLifecyclePolicyOutput.error) t
  6. | DeleteMetricPolicy : (Values.DeleteMetricPolicyInput.t, Values.DeleteMetricPolicyOutput.t, Values.DeleteMetricPolicyOutput.error) t
  7. | DescribeContainer : (Values.DescribeContainerInput.t, Values.DescribeContainerOutput.t, Values.DescribeContainerOutput.error) t
  8. | GetContainerPolicy : (Values.GetContainerPolicyInput.t, Values.GetContainerPolicyOutput.t, Values.GetContainerPolicyOutput.error) t
  9. | GetCorsPolicy : (Values.GetCorsPolicyInput.t, Values.GetCorsPolicyOutput.t, Values.GetCorsPolicyOutput.error) t
  10. | GetLifecyclePolicy : (Values.GetLifecyclePolicyInput.t, Values.GetLifecyclePolicyOutput.t, Values.GetLifecyclePolicyOutput.error) t
  11. | GetMetricPolicy : (Values.GetMetricPolicyInput.t, Values.GetMetricPolicyOutput.t, Values.GetMetricPolicyOutput.error) t
  12. | ListContainers : (Values.ListContainersInput.t, Values.ListContainersOutput.t, Values.ListContainersOutput.error) t
  13. | ListTagsForResource : (Values.ListTagsForResourceInput.t, Values.ListTagsForResourceOutput.t, Values.ListTagsForResourceOutput.error) t
  14. | PutContainerPolicy : (Values.PutContainerPolicyInput.t, Values.PutContainerPolicyOutput.t, Values.PutContainerPolicyOutput.error) t
  15. | PutCorsPolicy : (Values.PutCorsPolicyInput.t, Values.PutCorsPolicyOutput.t, Values.PutCorsPolicyOutput.error) t
  16. | PutLifecyclePolicy : (Values.PutLifecyclePolicyInput.t, Values.PutLifecyclePolicyOutput.t, Values.PutLifecyclePolicyOutput.error) t
  17. | PutMetricPolicy : (Values.PutMetricPolicyInput.t, Values.PutMetricPolicyOutput.t, Values.PutMetricPolicyOutput.error) t
  18. | StartAccessLogging : (Values.StartAccessLoggingInput.t, Values.StartAccessLoggingOutput.t, Values.StartAccessLoggingOutput.error) t
  19. | StopAccessLogging : (Values.StopAccessLoggingInput.t, Values.StopAccessLoggingOutput.t, Values.StopAccessLoggingOutput.error) t
  20. | TagResource : (Values.TagResourceInput.t, Values.TagResourceOutput.t, Values.TagResourceOutput.error) t
  21. | UntagResource : (Values.UntagResourceInput.t, Values.UntagResourceOutput.t, Values.UntagResourceOutput.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `POST ]
Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t
Sourceval to_request : ('i, 'o, 'e) t -> 'i -> Awso.Http.Request.t
Sourceval of_response : ('i, 'o, 'e) t -> Awso.Http.Response.t -> ('o, 'e) result