Module: Aws::S3Control

Defined in:
lib/aws-sdk-s3control/client_api.rb,
lib/aws-sdk-s3control/plugins/dualstack.rb,
lib/aws-sdk-s3control/plugins/s3_signer.rb,
lib/aws-sdk-s3control/plugins/s3_host_id.rb,
lib/aws-sdk-s3control/plugins/s3_control_dns.rb,
lib/aws-sdk-s3control/resource.rb,
lib/aws-sdk-s3control/errors.rb,
lib/aws-sdk-s3control/client.rb,
lib/aws-sdk-s3control/types.rb,
lib/aws-sdk-s3control.rb

Overview

This module provides support for AWS S3 Control. This module is available in the ‘aws-sdk-s3control` gem.

# Client

The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.

See Client for more information.

# Errors

Errors returned from AWS S3 Control all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::S3Control::Errors::ServiceError
  # rescues all service API errors
end

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Errors, Plugins, Types Classes: Client, Resource

Constant Summary collapse

GEM_VERSION =
'1.1.0'