Class AWS::Glacier::Client
In: lib/aws/glacier/client.rb
Parent: Core::RESTJSONClient

All operations with Amazon Glacier require your AWS account ID. You can specify the special value of ’-’ to specify your AWS account ID.

  glacier = AWS::Glacier.new
  resp = glacier.client.list_vaults(:account_id => '-')

Classes and Modules

Class AWS::Glacier::Client::V20120601

Constants

API_VERSION = '2012-06-01'
CACHEABLE_REQUESTS = Set[]   @api private

[Validate]