@aws-sdk/client-glacier 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +28 -27
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3153,11 +3153,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3153
3153
  // Annotate the CommonJS export names for ESM import in node:
3154
3154
 
3155
3155
  0 && (module.exports = {
3156
+ GlacierServiceException,
3157
+ __Client,
3158
+ GlacierClient,
3159
+ Glacier,
3160
+ $Command,
3156
3161
  AbortMultipartUploadCommand,
3157
3162
  AbortVaultLockCommand,
3158
- ActionCode,
3159
3163
  AddTagsToVaultCommand,
3160
- CannedACL,
3161
3164
  CompleteMultipartUploadCommand,
3162
3165
  CompleteVaultLockCommand,
3163
3166
  CreateVaultCommand,
@@ -3167,57 +3170,55 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3167
3170
  DeleteVaultNotificationsCommand,
3168
3171
  DescribeJobCommand,
3169
3172
  DescribeVaultCommand,
3170
- EncryptionType,
3171
- ExpressionType,
3172
- FileHeaderInfo,
3173
3173
  GetDataRetrievalPolicyCommand,
3174
3174
  GetJobOutputCommand,
3175
- GetJobOutputOutputFilterSensitiveLog,
3176
3175
  GetVaultAccessPolicyCommand,
3177
3176
  GetVaultLockCommand,
3178
3177
  GetVaultNotificationsCommand,
3179
- Glacier,
3180
- GlacierClient,
3181
- GlacierServiceException,
3182
3178
  InitiateJobCommand,
3183
3179
  InitiateMultipartUploadCommand,
3184
3180
  InitiateVaultLockCommand,
3185
- InsufficientCapacityException,
3186
- InvalidParameterValueException,
3187
- LimitExceededException,
3188
3181
  ListJobsCommand,
3189
3182
  ListMultipartUploadsCommand,
3190
3183
  ListPartsCommand,
3191
3184
  ListProvisionedCapacityCommand,
3192
3185
  ListTagsForVaultCommand,
3193
3186
  ListVaultsCommand,
3194
- MissingParameterValueException,
3195
- Permission,
3196
- PolicyEnforcedException,
3197
3187
  PurchaseProvisionedCapacityCommand,
3198
- QuoteFields,
3199
3188
  RemoveTagsFromVaultCommand,
3200
- RequestTimeoutException,
3201
- ResourceNotFoundException,
3202
- ServiceUnavailableException,
3203
3189
  SetDataRetrievalPolicyCommand,
3204
3190
  SetVaultAccessPolicyCommand,
3205
3191
  SetVaultNotificationsCommand,
3206
- StatusCode,
3207
- StorageClass,
3208
- Type,
3209
3192
  UploadArchiveCommand,
3210
- UploadArchiveInputFilterSensitiveLog,
3211
3193
  UploadMultipartPartCommand,
3212
- UploadMultipartPartInputFilterSensitiveLog,
3213
- __Client,
3214
3194
  paginateListJobs,
3215
3195
  paginateListMultipartUploads,
3216
3196
  paginateListParts,
3217
3197
  paginateListVaults,
3218
3198
  waitForVaultExists,
3219
- waitForVaultNotExists,
3220
3199
  waitUntilVaultExists,
3221
- waitUntilVaultNotExists
3200
+ waitForVaultNotExists,
3201
+ waitUntilVaultNotExists,
3202
+ InvalidParameterValueException,
3203
+ MissingParameterValueException,
3204
+ ResourceNotFoundException,
3205
+ ServiceUnavailableException,
3206
+ Type,
3207
+ Permission,
3208
+ ActionCode,
3209
+ LimitExceededException,
3210
+ CannedACL,
3211
+ FileHeaderInfo,
3212
+ QuoteFields,
3213
+ EncryptionType,
3214
+ StorageClass,
3215
+ ExpressionType,
3216
+ StatusCode,
3217
+ InsufficientCapacityException,
3218
+ PolicyEnforcedException,
3219
+ RequestTimeoutException,
3220
+ GetJobOutputOutputFilterSensitiveLog,
3221
+ UploadArchiveInputFilterSensitiveLog,
3222
+ UploadMultipartPartInputFilterSensitiveLog
3222
3223
  });
3223
3224
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glacier",
3
3
  "description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-glacier",
@@ -22,9 +22,9 @@
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
23
  "@aws-sdk/body-checksum-browser": "3.496.0",
24
24
  "@aws-sdk/body-checksum-node": "3.496.0",
25
- "@aws-sdk/client-sts": "3.496.0",
25
+ "@aws-sdk/client-sts": "3.501.0",
26
26
  "@aws-sdk/core": "3.496.0",
27
- "@aws-sdk/credential-provider-node": "3.496.0",
27
+ "@aws-sdk/credential-provider-node": "3.501.0",
28
28
  "@aws-sdk/middleware-host-header": "3.496.0",
29
29
  "@aws-sdk/middleware-logger": "3.496.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.496.0",