Module: Aws::Glacier

Defined in:
lib/aws-sdk-glacier/client_api.rb,
lib/aws-sdk-glacier/tree_hash.rb,
lib/aws-sdk-glacier/notification.rb,
lib/aws-sdk-glacier/multipart_upload.rb,
lib/aws-sdk-glacier/plugins/checksums.rb,
lib/aws-sdk-glacier/plugins/account_id.rb,
lib/aws-sdk-glacier/plugins/api_version.rb,
lib/aws-sdk-glacier/resource.rb,
lib/aws-sdk-glacier/waiters.rb,
lib/aws-sdk-glacier/archive.rb,
lib/aws-sdk-glacier/account.rb,
lib/aws-sdk-glacier/errors.rb,
lib/aws-sdk-glacier/client.rb,
lib/aws-sdk-glacier/vault.rb,
lib/aws-sdk-glacier/types.rb,
lib/aws-sdk-glacier/job.rb,
lib/aws-sdk-glacier.rb

Overview

This module provides support for Amazon Glacier. This module is available in the ‘aws-sdk-glacier` 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 Amazon Glacier all extend Errors::ServiceError.

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

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Errors, Plugins, Types, Waiters Classes: Account, Archive, Client, Job, MultipartUpload, Notification, Resource, TreeHash, Vault

Constant Summary collapse

GEM_VERSION =
'1.14.0'