@aws-sdk/client-glacier 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist-cjs/index.js +424 -259
- package/dist-cjs/runtimeConfig.shared.js +7 -1
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
- package/dist-es/commands/AbortVaultLockCommand.js +2 -2
- package/dist-es/commands/AddTagsToVaultCommand.js +2 -2
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
- package/dist-es/commands/CompleteVaultLockCommand.js +2 -2
- package/dist-es/commands/CreateVaultCommand.js +2 -2
- package/dist-es/commands/DeleteArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteVaultCommand.js +2 -2
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/DescribeJobCommand.js +2 -2
- package/dist-es/commands/DescribeVaultCommand.js +2 -2
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/GetJobOutputCommand.js +2 -2
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/GetVaultLockCommand.js +2 -2
- package/dist-es/commands/GetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/InitiateJobCommand.js +2 -2
- package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -2
- package/dist-es/commands/InitiateVaultLockCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
- package/dist-es/commands/ListPartsCommand.js +2 -2
- package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -2
- package/dist-es/commands/ListTagsForVaultCommand.js +2 -2
- package/dist-es/commands/ListVaultsCommand.js +2 -2
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -2
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/UploadArchiveCommand.js +2 -2
- package/dist-es/commands/UploadMultipartPartCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/models/errors.js +16 -0
- package/dist-es/runtimeConfig.shared.js +7 -1
- package/dist-es/schemas/schemas_0.js +238 -207
- package/dist-types/Glacier.d.ts +4 -4
- package/dist-types/GlacierClient.d.ts +5 -14
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -1
- package/dist-types/commands/AbortVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +3 -1
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -1
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/CreateVaultCommand.d.ts +3 -1
- package/dist-types/commands/DeleteArchiveCommand.d.ts +4 -2
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -1
- package/dist-types/commands/DeleteVaultCommand.d.ts +5 -3
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +5 -3
- package/dist-types/commands/DescribeJobCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVaultCommand.d.ts +5 -3
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetJobOutputCommand.d.ts +4 -2
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +4 -2
- package/dist-types/commands/InitiateJobCommand.d.ts +2 -0
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +5 -3
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -1
- package/dist-types/commands/ListPartsCommand.d.ts +3 -1
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +3 -1
- package/dist-types/commands/ListVaultsCommand.d.ts +28 -1
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +3 -1
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +2 -0
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +4 -2
- package/dist-types/commands/UploadArchiveCommand.d.ts +5 -3
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +4 -2
- package/dist-types/index.d.ts +5 -4
- package/dist-types/models/errors.d.ts +14 -1
- package/dist-types/models/models_0.d.ts +63 -63
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +118 -130
- package/dist-types/ts3.4/GlacierClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/errors.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +117 -131
- package/package.json +39 -39
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p> Amazon
|
|
9
|
+
<p> Amazon Glacier (Glacier) is a storage solution for "cold data."</p>
|
|
10
10
|
|
|
11
11
|
<p>Glacier is an extremely low-cost storage service that provides secure,
|
|
12
12
|
durable, and easy-to-use storage for data backup and archival. With Glacier,
|
|
@@ -26,20 +26,20 @@ more information, see <a href="http://aws.amazon.com/s3/">Amazon Simple Storage
|
|
|
26
26
|
amount of data you can store in Glacier.</p>
|
|
27
27
|
|
|
28
28
|
<p>If you are a first-time user of Glacier, we recommend that you begin by
|
|
29
|
-
reading the following sections in the <i>Amazon
|
|
29
|
+
reading the following sections in the <i>Amazon Glacier Developer
|
|
30
30
|
Guide</i>:</p>
|
|
31
31
|
<ul>
|
|
32
32
|
<li>
|
|
33
33
|
<p>
|
|
34
34
|
<a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html">What is
|
|
35
|
-
Amazon
|
|
35
|
+
Amazon Glacier</a> - This section of the Developer Guide describes the
|
|
36
36
|
underlying data model, the operations it supports, and the AWS SDKs that you can use
|
|
37
37
|
to interact with the service.</p>
|
|
38
38
|
</li>
|
|
39
39
|
<li>
|
|
40
40
|
<p>
|
|
41
41
|
<a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-getting-started.html">Getting Started
|
|
42
|
-
with Amazon
|
|
42
|
+
with Amazon Glacier</a> - The Getting Started section walks you through the
|
|
43
43
|
process of creating a vault, uploading archives, creating jobs to download archives,
|
|
44
44
|
retrieving the job output, and deleting archives.</p>
|
|
45
45
|
</li>
|