@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.
Files changed (92) hide show
  1. package/README.md +4 -4
  2. package/dist-cjs/index.js +424 -259
  3. package/dist-cjs/runtimeConfig.shared.js +7 -1
  4. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
  5. package/dist-es/commands/AbortVaultLockCommand.js +2 -2
  6. package/dist-es/commands/AddTagsToVaultCommand.js +2 -2
  7. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  8. package/dist-es/commands/CompleteVaultLockCommand.js +2 -2
  9. package/dist-es/commands/CreateVaultCommand.js +2 -2
  10. package/dist-es/commands/DeleteArchiveCommand.js +2 -2
  11. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -2
  12. package/dist-es/commands/DeleteVaultCommand.js +2 -2
  13. package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -2
  14. package/dist-es/commands/DescribeJobCommand.js +2 -2
  15. package/dist-es/commands/DescribeVaultCommand.js +2 -2
  16. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -2
  17. package/dist-es/commands/GetJobOutputCommand.js +2 -2
  18. package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -2
  19. package/dist-es/commands/GetVaultLockCommand.js +2 -2
  20. package/dist-es/commands/GetVaultNotificationsCommand.js +2 -2
  21. package/dist-es/commands/InitiateJobCommand.js +2 -2
  22. package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -2
  23. package/dist-es/commands/InitiateVaultLockCommand.js +2 -2
  24. package/dist-es/commands/ListJobsCommand.js +2 -2
  25. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
  26. package/dist-es/commands/ListPartsCommand.js +2 -2
  27. package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -2
  28. package/dist-es/commands/ListTagsForVaultCommand.js +2 -2
  29. package/dist-es/commands/ListVaultsCommand.js +2 -2
  30. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -2
  31. package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -2
  32. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -2
  33. package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -2
  34. package/dist-es/commands/SetVaultNotificationsCommand.js +2 -2
  35. package/dist-es/commands/UploadArchiveCommand.js +2 -2
  36. package/dist-es/commands/UploadMultipartPartCommand.js +2 -2
  37. package/dist-es/index.js +1 -0
  38. package/dist-es/models/errors.js +16 -0
  39. package/dist-es/runtimeConfig.shared.js +7 -1
  40. package/dist-es/schemas/schemas_0.js +238 -207
  41. package/dist-types/Glacier.d.ts +4 -4
  42. package/dist-types/GlacierClient.d.ts +5 -14
  43. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -1
  44. package/dist-types/commands/AbortVaultLockCommand.d.ts +2 -0
  45. package/dist-types/commands/AddTagsToVaultCommand.d.ts +3 -1
  46. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -1
  47. package/dist-types/commands/CompleteVaultLockCommand.d.ts +2 -0
  48. package/dist-types/commands/CreateVaultCommand.d.ts +3 -1
  49. package/dist-types/commands/DeleteArchiveCommand.d.ts +4 -2
  50. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -1
  51. package/dist-types/commands/DeleteVaultCommand.d.ts +5 -3
  52. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +5 -3
  53. package/dist-types/commands/DescribeJobCommand.d.ts +3 -1
  54. package/dist-types/commands/DescribeVaultCommand.d.ts +5 -3
  55. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +2 -0
  56. package/dist-types/commands/GetJobOutputCommand.d.ts +4 -2
  57. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +2 -0
  58. package/dist-types/commands/GetVaultLockCommand.d.ts +2 -0
  59. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +4 -2
  60. package/dist-types/commands/InitiateJobCommand.d.ts +2 -0
  61. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +5 -3
  62. package/dist-types/commands/InitiateVaultLockCommand.d.ts +2 -0
  63. package/dist-types/commands/ListJobsCommand.d.ts +2 -0
  64. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -1
  65. package/dist-types/commands/ListPartsCommand.d.ts +3 -1
  66. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +2 -0
  67. package/dist-types/commands/ListTagsForVaultCommand.d.ts +3 -1
  68. package/dist-types/commands/ListVaultsCommand.d.ts +28 -1
  69. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +2 -0
  70. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +3 -1
  71. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +2 -0
  72. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +2 -0
  73. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +4 -2
  74. package/dist-types/commands/UploadArchiveCommand.d.ts +5 -3
  75. package/dist-types/commands/UploadMultipartPartCommand.d.ts +4 -2
  76. package/dist-types/index.d.ts +5 -4
  77. package/dist-types/models/errors.d.ts +14 -1
  78. package/dist-types/models/models_0.d.ts +63 -63
  79. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  80. package/dist-types/runtimeConfig.d.ts +6 -2
  81. package/dist-types/runtimeConfig.native.d.ts +6 -2
  82. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  83. package/dist-types/schemas/schemas_0.d.ts +118 -130
  84. package/dist-types/ts3.4/GlacierClient.d.ts +0 -4
  85. package/dist-types/ts3.4/index.d.ts +1 -0
  86. package/dist-types/ts3.4/models/errors.d.ts +9 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +117 -131
  92. 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 S3 Glacier (Glacier) is a storage solution for "cold data."</p>
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 S3 Glacier Developer
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 S3 Glacier</a> - This section of the Developer Guide describes the
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 S3 Glacier</a> - The Getting Started section walks you through the
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>