View Source AWS.S3Outposts (aws-elixir v0.14.1)

Amazon S3 on Outposts provides access to S3 on Outposts operations.

Summary

Functions

Creates an endpoint and associates it with the specified Outpost.

Lists endpoints associated with the specified Outpost.

Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.

Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).

Functions

Link to this function

create_endpoint(client, input, options \\ [])

View Source

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

Link to this function

delete_endpoint(client, input, options \\ [])

View Source

Deletes an endpoint.

It can take up to 5 minutes for this action to finish.

Related actions include:

CreateEndpoint ListEndpoints

Link to this function

list_endpoints(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists endpoints associated with the specified Outpost.

Related actions include:

CreateEndpoint DeleteEndpoint

Link to this function

list_outposts_with_s3(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

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).

Link to this function

list_shared_endpoints(client, max_results \\ nil, next_token \\ nil, outpost_id, options \\ [])

View Source

Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).

Related actions include:

CreateEndpoint DeleteEndpoint