Awso_s3outposts_asyncSourceval create_endpoint :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_s3outposts.Values.CreateEndpointRequest.t ->
(Awso_s3outposts.Values.CreateEndpointResult.t,
Awso_s3outposts.Values.CreateEndpointResult.error)
Result.t
Async.Deferred.tval delete_endpoint :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_s3outposts.Values.DeleteEndpointRequest.t ->
(unit, unit) Result.t Async.Deferred.tval list_endpoints :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_s3outposts.Values.ListEndpointsRequest.t ->
(Awso_s3outposts.Values.ListEndpointsResult.t,
Awso_s3outposts.Values.ListEndpointsResult.error)
Result.t
Async.Deferred.tval list_outposts_with_s3 :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_s3outposts.Values.ListOutpostsWithS3Request.t ->
(Awso_s3outposts.Values.ListOutpostsWithS3Result.t,
Awso_s3outposts.Values.ListOutpostsWithS3Result.error)
Result.t
Async.Deferred.tinclude module type of struct include Awso_s3outposts.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]The container for the network interface.
The failure reason, if any, for a create or delete endpoint operation.
Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see Accessing S3 on Outposts using VPC-only access points in the Amazon Simple Storage Service User Guide.
Contains the details for the Outpost object.
Access was denied for this action.
There was an exception with the internal server.
The requested resource was not found.
The request was denied due to request throttling.
There was an exception validating this data.
There was a conflict with this action, and it could not be completed.
The service link connection to your Outposts home Region is down. Check your connection and try again.
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM). Related actions include: CreateEndpoint DeleteEndpoint
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM). Related actions include: CreateEndpoint DeleteEndpoint
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account. Includes S3 on Outposts that you have access to as the Outposts owner, or as a shared user from Resource Access Manager (RAM).
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account. Includes S3 on Outposts that you have access to as the Outposts owner, or as a shared user from Resource Access Manager (RAM).
Lists endpoints associated with the specified Outpost. Related actions include: CreateEndpoint DeleteEndpoint
Lists endpoints associated with the specified Outpost. Related actions include: CreateEndpoint DeleteEndpoint
Deletes an endpoint. It can take up to 5 minutes for this action to finish. Related actions include: CreateEndpoint ListEndpoints
Creates an endpoint and associates it with the specified Outpost. It can take up to 5 minutes for this action to finish. Related actions include: DeleteEndpoint ListEndpoints
Creates an endpoint and associates it with the specified Outpost. It can take up to 5 minutes for this action to finish. Related actions include: DeleteEndpoint ListEndpoints