GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Glacier::GlacierJobDescription(3) User Contributed Perl Documentation Paws::Glacier::GlacierJobDescription(3)

Paws::Glacier::GlacierJobDescription

The job type. This value is either "ArchiveRetrieval", "InventoryRetrieval", or "Select".

Valid values are: "ArchiveRetrieval", "InventoryRetrieval", "Select" =head2 ArchiveId => Str

The archive ID requested for a select job or archive retrieval. Otherwise, this field is null.

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval or select jobs, this field is null.

For an archive retrieval job, this value is the size in bytes of the archive being requested for download. For an inventory retrieval or select job, this value is null.

The job status. When a job is completed, you get the job's output using Get Job Output (GET output).

The UTC time that the job request completed. While the job is in progress, the value is null.

The UTC date when the job was created. This value is a string representation of ISO 8601 date format, for example "2012-03-20T17:03:43.221Z".

Parameters used for range inventory retrieval.

For an inventory retrieval job, this value is the size in bytes of the inventory requested for download. For an archive retrieval or select job, this value is null.

The job description provided when initiating the job.

An opaque string that identifies an Amazon S3 Glacier job.

Contains the job output location.

Contains the location where the data from the select job is stored.

The retrieved byte range for archive retrieval jobs in the form StartByteValue-EndByteValue. If no range was specified in the archive retrieval, then the whole archive is retrieved. In this case, StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval or select jobs, this field is null.

Contains the parameters used for a select.

For an archive retrieval job, this value is the checksum of the archive. Otherwise, this value is null.

The SHA256 tree hash value for the requested range of an archive. If the InitiateJob request for an archive specified a tree-hash aligned range, then this field returns a value.

If the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null for the following:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned
  • Archival jobs that specify a range that is equal to the whole archive, when the job status is "InProgress"
  • Inventory jobs
  • Select jobs

An Amazon SNS topic that receives notification.

The status code can be "InProgress", "Succeeded", or "Failed", and indicates the status of the job.

Valid values are: "InProgress", "Succeeded", "Failed" =head2 StatusMessage => Str

A friendly message that describes the job status.

The tier to use for a select or an archive retrieval. Valid values are "Expedited", "Standard", or "Bulk". "Standard" is the default.

The Amazon Resource Name (ARN) of the vault from which an archive retrieval was requested.

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.