Module Awso_s3outposts.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | CreateEndpoint : (Values.CreateEndpointRequest.t,
Values.CreateEndpointResult.t,
Values.CreateEndpointResult.error)
t| DeleteEndpoint : (Values.DeleteEndpointRequest.t, unit, unit) t| ListEndpoints : (Values.ListEndpointsRequest.t,
Values.ListEndpointsResult.t,
Values.ListEndpointsResult.error)
t| ListOutpostsWithS3 : (Values.ListOutpostsWithS3Request.t,
Values.ListOutpostsWithS3Result.t,
Values.ListOutpostsWithS3Result.error)
t| ListSharedEndpoints : (Values.ListSharedEndpointsRequest.t,
Values.ListSharedEndpointsResult.t,
Values.ListSharedEndpointsResult.error)
t
Sourceval method_of_endpoint :
'i 'o 'e. ('i, 'o, 'e) t ->
[> `DELETE | `GET | `POST ] Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t