Module: Aws::Glacier
- Defined in:
- lib/aws-sdk-glacier/notification.rb,
lib/aws-sdk-glacier/tree_hash.rb,
lib/aws-sdk-glacier/client_api.rb,
lib/aws-sdk-glacier/multipart_upload.rb,
lib/aws-sdk-glacier/endpoint_provider.rb,
lib/aws-sdk-glacier/plugins/checksums.rb,
lib/aws-sdk-glacier/plugins/endpoints.rb,
lib/aws-sdk-glacier/plugins/account_id.rb,
lib/aws-sdk-glacier/endpoint_parameters.rb,
lib/aws-sdk-glacier/plugins/api_version.rb,
lib/aws-sdk-glacier/endpoints.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.
glacier = Aws::Glacier::Client.new
resp = glacier.abort_multipart_upload(params)
See Client for more information.
# Errors
Errors returned from Amazon Glacier are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::Glacier::Errors::ServiceError
# rescues all Amazon Glacier API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Account, Archive, Client, EndpointParameters, EndpointProvider, Job, MultipartUpload, Notification, Resource, TreeHash, Vault
service collapse
- GEM_VERSION =
'1.73.0'