You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Module: Aws::S3Outposts

Defined in:
(unknown)

Overview

This module provides a client for making API requests to Amazon S3 on Outposts.

Aws::S3Outposts::Client

The Client class provides one-to-one mapping for each API operation.

s3outposts = Aws::S3Outposts::Client.new(region: 'us-east-1')
s3outposts.operation_names
#=> [:create_endpoint, :delete_endpoint, :list_endpoints, ...]

Each API operation method accepts a hash of request parameters and returns a response object.

resp = s3outposts.create_endpoint(params)

See Client for more information.

Aws::S3Outposts::Errors

Errors returned from Amazon S3 on Outposts are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::S3Outposts::Errors::ServiceError
  # rescues all errors returned by Amazon S3 on Outposts
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client