@aws-sdk/client-glacier 3.716.0 → 3.723.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/dist-cjs/index.js CHANGED
@@ -187,7 +187,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
187
187
  }, "resolveRuntimeExtensions");
188
188
 
189
189
  // src/GlacierClient.ts
190
- var _GlacierClient = class _GlacierClient extends import_smithy_client.Client {
190
+ var GlacierClient = class extends import_smithy_client.Client {
191
+ static {
192
+ __name(this, "GlacierClient");
193
+ }
194
+ /**
195
+ * The resolved configuration of GlacierClient class. This is resolved and normalized from the {@link GlacierClientConfig | constructor configuration interface}.
196
+ */
197
+ config;
191
198
  constructor(...[configuration]) {
192
199
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
193
200
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -197,7 +204,7 @@ var _GlacierClient = class _GlacierClient extends import_smithy_client.Client {
197
204
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
198
205
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
199
206
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
200
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
207
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
201
208
  super(_config_8);
202
209
  this.config = _config_8;
203
210
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -226,8 +233,6 @@ var _GlacierClient = class _GlacierClient extends import_smithy_client.Client {
226
233
  super.destroy();
227
234
  }
228
235
  };
229
- __name(_GlacierClient, "GlacierClient");
230
- var GlacierClient = _GlacierClient;
231
236
 
232
237
  // src/Glacier.ts
233
238
 
@@ -244,7 +249,10 @@ var import_core2 = require("@aws-sdk/core");
244
249
 
245
250
  // src/models/GlacierServiceException.ts
246
251
 
247
- var _GlacierServiceException = class _GlacierServiceException extends import_smithy_client.ServiceException {
252
+ var GlacierServiceException = class _GlacierServiceException extends import_smithy_client.ServiceException {
253
+ static {
254
+ __name(this, "GlacierServiceException");
255
+ }
248
256
  /**
249
257
  * @internal
250
258
  */
@@ -253,11 +261,24 @@ var _GlacierServiceException = class _GlacierServiceException extends import_smi
253
261
  Object.setPrototypeOf(this, _GlacierServiceException.prototype);
254
262
  }
255
263
  };
256
- __name(_GlacierServiceException, "GlacierServiceException");
257
- var GlacierServiceException = _GlacierServiceException;
258
264
 
259
265
  // src/models/models_0.ts
260
- var _InvalidParameterValueException = class _InvalidParameterValueException extends GlacierServiceException {
266
+ var InvalidParameterValueException = class _InvalidParameterValueException extends GlacierServiceException {
267
+ static {
268
+ __name(this, "InvalidParameterValueException");
269
+ }
270
+ name = "InvalidParameterValueException";
271
+ $fault = "client";
272
+ /**
273
+ * <p>Client</p>
274
+ * @public
275
+ */
276
+ type;
277
+ /**
278
+ * <p>400 Bad Request</p>
279
+ * @public
280
+ */
281
+ code;
261
282
  /**
262
283
  * @internal
263
284
  */
@@ -267,16 +288,27 @@ var _InvalidParameterValueException = class _InvalidParameterValueException exte
267
288
  $fault: "client",
268
289
  ...opts
269
290
  });
270
- this.name = "InvalidParameterValueException";
271
- this.$fault = "client";
272
291
  Object.setPrototypeOf(this, _InvalidParameterValueException.prototype);
273
292
  this.type = opts.type;
274
293
  this.code = opts.code;
275
294
  }
276
295
  };
277
- __name(_InvalidParameterValueException, "InvalidParameterValueException");
278
- var InvalidParameterValueException = _InvalidParameterValueException;
279
- var _MissingParameterValueException = class _MissingParameterValueException extends GlacierServiceException {
296
+ var MissingParameterValueException = class _MissingParameterValueException extends GlacierServiceException {
297
+ static {
298
+ __name(this, "MissingParameterValueException");
299
+ }
300
+ name = "MissingParameterValueException";
301
+ $fault = "client";
302
+ /**
303
+ * <p>Client.</p>
304
+ * @public
305
+ */
306
+ type;
307
+ /**
308
+ * <p>400 Bad Request</p>
309
+ * @public
310
+ */
311
+ code;
280
312
  /**
281
313
  * @internal
282
314
  */
@@ -286,16 +318,27 @@ var _MissingParameterValueException = class _MissingParameterValueException exte
286
318
  $fault: "client",
287
319
  ...opts
288
320
  });
289
- this.name = "MissingParameterValueException";
290
- this.$fault = "client";
291
321
  Object.setPrototypeOf(this, _MissingParameterValueException.prototype);
292
322
  this.type = opts.type;
293
323
  this.code = opts.code;
294
324
  }
295
325
  };
296
- __name(_MissingParameterValueException, "MissingParameterValueException");
297
- var MissingParameterValueException = _MissingParameterValueException;
298
- var _ResourceNotFoundException = class _ResourceNotFoundException extends GlacierServiceException {
326
+ var ResourceNotFoundException = class _ResourceNotFoundException extends GlacierServiceException {
327
+ static {
328
+ __name(this, "ResourceNotFoundException");
329
+ }
330
+ name = "ResourceNotFoundException";
331
+ $fault = "client";
332
+ /**
333
+ * <p>Client</p>
334
+ * @public
335
+ */
336
+ type;
337
+ /**
338
+ * <p>404 Not Found</p>
339
+ * @public
340
+ */
341
+ code;
299
342
  /**
300
343
  * @internal
301
344
  */
@@ -305,16 +348,27 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Glacie
305
348
  $fault: "client",
306
349
  ...opts
307
350
  });
308
- this.name = "ResourceNotFoundException";
309
- this.$fault = "client";
310
351
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
311
352
  this.type = opts.type;
312
353
  this.code = opts.code;
313
354
  }
314
355
  };
315
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
316
- var ResourceNotFoundException = _ResourceNotFoundException;
317
- var _ServiceUnavailableException = class _ServiceUnavailableException extends GlacierServiceException {
356
+ var ServiceUnavailableException = class _ServiceUnavailableException extends GlacierServiceException {
357
+ static {
358
+ __name(this, "ServiceUnavailableException");
359
+ }
360
+ name = "ServiceUnavailableException";
361
+ $fault = "server";
362
+ /**
363
+ * <p>Server</p>
364
+ * @public
365
+ */
366
+ type;
367
+ /**
368
+ * <p>500 Internal Server Error</p>
369
+ * @public
370
+ */
371
+ code;
318
372
  /**
319
373
  * @internal
320
374
  */
@@ -324,15 +378,11 @@ var _ServiceUnavailableException = class _ServiceUnavailableException extends Gl
324
378
  $fault: "server",
325
379
  ...opts
326
380
  });
327
- this.name = "ServiceUnavailableException";
328
- this.$fault = "server";
329
381
  Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
330
382
  this.type = opts.type;
331
383
  this.code = opts.code;
332
384
  }
333
385
  };
334
- __name(_ServiceUnavailableException, "ServiceUnavailableException");
335
- var ServiceUnavailableException = _ServiceUnavailableException;
336
386
  var Type = {
337
387
  AmazonCustomerByEmail: "AmazonCustomerByEmail",
338
388
  CanonicalUser: "CanonicalUser",
@@ -350,7 +400,22 @@ var ActionCode = {
350
400
  InventoryRetrieval: "InventoryRetrieval",
351
401
  Select: "Select"
352
402
  };
353
- var _LimitExceededException = class _LimitExceededException extends GlacierServiceException {
403
+ var LimitExceededException = class _LimitExceededException extends GlacierServiceException {
404
+ static {
405
+ __name(this, "LimitExceededException");
406
+ }
407
+ name = "LimitExceededException";
408
+ $fault = "client";
409
+ /**
410
+ * <p>Client</p>
411
+ * @public
412
+ */
413
+ type;
414
+ /**
415
+ * <p>400 Bad Request</p>
416
+ * @public
417
+ */
418
+ code;
354
419
  /**
355
420
  * @internal
356
421
  */
@@ -360,15 +425,11 @@ var _LimitExceededException = class _LimitExceededException extends GlacierServi
360
425
  $fault: "client",
361
426
  ...opts
362
427
  });
363
- this.name = "LimitExceededException";
364
- this.$fault = "client";
365
428
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
366
429
  this.type = opts.type;
367
430
  this.code = opts.code;
368
431
  }
369
432
  };
370
- __name(_LimitExceededException, "LimitExceededException");
371
- var LimitExceededException = _LimitExceededException;
372
433
  var CannedACL = {
373
434
  AuthenticatedRead: "authenticated-read",
374
435
  AwsExecRead: "aws-exec-read",
@@ -404,7 +465,14 @@ var StatusCode = {
404
465
  InProgress: "InProgress",
405
466
  Succeeded: "Succeeded"
406
467
  };
407
- var _InsufficientCapacityException = class _InsufficientCapacityException extends GlacierServiceException {
468
+ var InsufficientCapacityException = class _InsufficientCapacityException extends GlacierServiceException {
469
+ static {
470
+ __name(this, "InsufficientCapacityException");
471
+ }
472
+ name = "InsufficientCapacityException";
473
+ $fault = "client";
474
+ type;
475
+ code;
408
476
  /**
409
477
  * @internal
410
478
  */
@@ -414,16 +482,27 @@ var _InsufficientCapacityException = class _InsufficientCapacityException extend
414
482
  $fault: "client",
415
483
  ...opts
416
484
  });
417
- this.name = "InsufficientCapacityException";
418
- this.$fault = "client";
419
485
  Object.setPrototypeOf(this, _InsufficientCapacityException.prototype);
420
486
  this.type = opts.type;
421
487
  this.code = opts.code;
422
488
  }
423
489
  };
424
- __name(_InsufficientCapacityException, "InsufficientCapacityException");
425
- var InsufficientCapacityException = _InsufficientCapacityException;
426
- var _PolicyEnforcedException = class _PolicyEnforcedException extends GlacierServiceException {
490
+ var PolicyEnforcedException = class _PolicyEnforcedException extends GlacierServiceException {
491
+ static {
492
+ __name(this, "PolicyEnforcedException");
493
+ }
494
+ name = "PolicyEnforcedException";
495
+ $fault = "client";
496
+ /**
497
+ * <p>Client</p>
498
+ * @public
499
+ */
500
+ type;
501
+ /**
502
+ * <p>PolicyEnforcedException</p>
503
+ * @public
504
+ */
505
+ code;
427
506
  /**
428
507
  * @internal
429
508
  */
@@ -433,16 +512,27 @@ var _PolicyEnforcedException = class _PolicyEnforcedException extends GlacierSer
433
512
  $fault: "client",
434
513
  ...opts
435
514
  });
436
- this.name = "PolicyEnforcedException";
437
- this.$fault = "client";
438
515
  Object.setPrototypeOf(this, _PolicyEnforcedException.prototype);
439
516
  this.type = opts.type;
440
517
  this.code = opts.code;
441
518
  }
442
519
  };
443
- __name(_PolicyEnforcedException, "PolicyEnforcedException");
444
- var PolicyEnforcedException = _PolicyEnforcedException;
445
- var _RequestTimeoutException = class _RequestTimeoutException extends GlacierServiceException {
520
+ var RequestTimeoutException = class _RequestTimeoutException extends GlacierServiceException {
521
+ static {
522
+ __name(this, "RequestTimeoutException");
523
+ }
524
+ name = "RequestTimeoutException";
525
+ $fault = "client";
526
+ /**
527
+ * <p>Client</p>
528
+ * @public
529
+ */
530
+ type;
531
+ /**
532
+ * <p>408 Request Timeout</p>
533
+ * @public
534
+ */
535
+ code;
446
536
  /**
447
537
  * @internal
448
538
  */
@@ -452,15 +542,11 @@ var _RequestTimeoutException = class _RequestTimeoutException extends GlacierSer
452
542
  $fault: "client",
453
543
  ...opts
454
544
  });
455
- this.name = "RequestTimeoutException";
456
- this.$fault = "client";
457
545
  Object.setPrototypeOf(this, _RequestTimeoutException.prototype);
458
546
  this.type = opts.type;
459
547
  this.code = opts.code;
460
548
  }
461
549
  };
462
- __name(_RequestTimeoutException, "RequestTimeoutException");
463
- var RequestTimeoutException = _RequestTimeoutException;
464
550
  var GetJobOutputOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
465
551
  ...obj
466
552
  }), "GetJobOutputOutputFilterSensitiveLog");
@@ -1544,463 +1630,496 @@ var _xaps = "x-amz-part-size";
1544
1630
  var _xasth = "x-amz-sha256-tree-hash";
1545
1631
 
1546
1632
  // src/commands/AbortMultipartUploadCommand.ts
1547
- var _AbortMultipartUploadCommand = class _AbortMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1633
+ var AbortMultipartUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1548
1634
  return [
1549
1635
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1550
1636
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1551
1637
  ];
1552
1638
  }).s("Glacier", "AbortMultipartUpload", {}).n("GlacierClient", "AbortMultipartUploadCommand").f(void 0, void 0).ser(se_AbortMultipartUploadCommand).de(de_AbortMultipartUploadCommand).build() {
1639
+ static {
1640
+ __name(this, "AbortMultipartUploadCommand");
1641
+ }
1553
1642
  };
1554
- __name(_AbortMultipartUploadCommand, "AbortMultipartUploadCommand");
1555
- var AbortMultipartUploadCommand = _AbortMultipartUploadCommand;
1556
1643
 
1557
1644
  // src/commands/AbortVaultLockCommand.ts
1558
1645
 
1559
1646
 
1560
1647
 
1561
- var _AbortVaultLockCommand = class _AbortVaultLockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1648
+ var AbortVaultLockCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1562
1649
  return [
1563
1650
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1564
1651
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1565
1652
  ];
1566
1653
  }).s("Glacier", "AbortVaultLock", {}).n("GlacierClient", "AbortVaultLockCommand").f(void 0, void 0).ser(se_AbortVaultLockCommand).de(de_AbortVaultLockCommand).build() {
1654
+ static {
1655
+ __name(this, "AbortVaultLockCommand");
1656
+ }
1567
1657
  };
1568
- __name(_AbortVaultLockCommand, "AbortVaultLockCommand");
1569
- var AbortVaultLockCommand = _AbortVaultLockCommand;
1570
1658
 
1571
1659
  // src/commands/AddTagsToVaultCommand.ts
1572
1660
 
1573
1661
 
1574
1662
 
1575
- var _AddTagsToVaultCommand = class _AddTagsToVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1663
+ var AddTagsToVaultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1576
1664
  return [
1577
1665
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1578
1666
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1579
1667
  ];
1580
1668
  }).s("Glacier", "AddTagsToVault", {}).n("GlacierClient", "AddTagsToVaultCommand").f(void 0, void 0).ser(se_AddTagsToVaultCommand).de(de_AddTagsToVaultCommand).build() {
1669
+ static {
1670
+ __name(this, "AddTagsToVaultCommand");
1671
+ }
1581
1672
  };
1582
- __name(_AddTagsToVaultCommand, "AddTagsToVaultCommand");
1583
- var AddTagsToVaultCommand = _AddTagsToVaultCommand;
1584
1673
 
1585
1674
  // src/commands/CompleteMultipartUploadCommand.ts
1586
1675
 
1587
1676
 
1588
1677
 
1589
- var _CompleteMultipartUploadCommand = class _CompleteMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1678
+ var CompleteMultipartUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1590
1679
  return [
1591
1680
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1592
1681
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1593
1682
  ];
1594
1683
  }).s("Glacier", "CompleteMultipartUpload", {}).n("GlacierClient", "CompleteMultipartUploadCommand").f(void 0, void 0).ser(se_CompleteMultipartUploadCommand).de(de_CompleteMultipartUploadCommand).build() {
1684
+ static {
1685
+ __name(this, "CompleteMultipartUploadCommand");
1686
+ }
1595
1687
  };
1596
- __name(_CompleteMultipartUploadCommand, "CompleteMultipartUploadCommand");
1597
- var CompleteMultipartUploadCommand = _CompleteMultipartUploadCommand;
1598
1688
 
1599
1689
  // src/commands/CompleteVaultLockCommand.ts
1600
1690
 
1601
1691
 
1602
1692
 
1603
- var _CompleteVaultLockCommand = class _CompleteVaultLockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1693
+ var CompleteVaultLockCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1604
1694
  return [
1605
1695
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1606
1696
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1607
1697
  ];
1608
1698
  }).s("Glacier", "CompleteVaultLock", {}).n("GlacierClient", "CompleteVaultLockCommand").f(void 0, void 0).ser(se_CompleteVaultLockCommand).de(de_CompleteVaultLockCommand).build() {
1699
+ static {
1700
+ __name(this, "CompleteVaultLockCommand");
1701
+ }
1609
1702
  };
1610
- __name(_CompleteVaultLockCommand, "CompleteVaultLockCommand");
1611
- var CompleteVaultLockCommand = _CompleteVaultLockCommand;
1612
1703
 
1613
1704
  // src/commands/CreateVaultCommand.ts
1614
1705
 
1615
1706
 
1616
1707
 
1617
- var _CreateVaultCommand = class _CreateVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1708
+ var CreateVaultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1618
1709
  return [
1619
1710
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1620
1711
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1621
1712
  ];
1622
1713
  }).s("Glacier", "CreateVault", {}).n("GlacierClient", "CreateVaultCommand").f(void 0, void 0).ser(se_CreateVaultCommand).de(de_CreateVaultCommand).build() {
1714
+ static {
1715
+ __name(this, "CreateVaultCommand");
1716
+ }
1623
1717
  };
1624
- __name(_CreateVaultCommand, "CreateVaultCommand");
1625
- var CreateVaultCommand = _CreateVaultCommand;
1626
1718
 
1627
1719
  // src/commands/DeleteArchiveCommand.ts
1628
1720
 
1629
1721
 
1630
1722
 
1631
- var _DeleteArchiveCommand = class _DeleteArchiveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1723
+ var DeleteArchiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1632
1724
  return [
1633
1725
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1634
1726
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1635
1727
  ];
1636
1728
  }).s("Glacier", "DeleteArchive", {}).n("GlacierClient", "DeleteArchiveCommand").f(void 0, void 0).ser(se_DeleteArchiveCommand).de(de_DeleteArchiveCommand).build() {
1729
+ static {
1730
+ __name(this, "DeleteArchiveCommand");
1731
+ }
1637
1732
  };
1638
- __name(_DeleteArchiveCommand, "DeleteArchiveCommand");
1639
- var DeleteArchiveCommand = _DeleteArchiveCommand;
1640
1733
 
1641
1734
  // src/commands/DeleteVaultAccessPolicyCommand.ts
1642
1735
 
1643
1736
 
1644
1737
 
1645
- var _DeleteVaultAccessPolicyCommand = class _DeleteVaultAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1738
+ var DeleteVaultAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1646
1739
  return [
1647
1740
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1648
1741
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1649
1742
  ];
1650
1743
  }).s("Glacier", "DeleteVaultAccessPolicy", {}).n("GlacierClient", "DeleteVaultAccessPolicyCommand").f(void 0, void 0).ser(se_DeleteVaultAccessPolicyCommand).de(de_DeleteVaultAccessPolicyCommand).build() {
1744
+ static {
1745
+ __name(this, "DeleteVaultAccessPolicyCommand");
1746
+ }
1651
1747
  };
1652
- __name(_DeleteVaultAccessPolicyCommand, "DeleteVaultAccessPolicyCommand");
1653
- var DeleteVaultAccessPolicyCommand = _DeleteVaultAccessPolicyCommand;
1654
1748
 
1655
1749
  // src/commands/DeleteVaultCommand.ts
1656
1750
 
1657
1751
 
1658
1752
 
1659
- var _DeleteVaultCommand = class _DeleteVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1753
+ var DeleteVaultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1660
1754
  return [
1661
1755
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1662
1756
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1663
1757
  ];
1664
1758
  }).s("Glacier", "DeleteVault", {}).n("GlacierClient", "DeleteVaultCommand").f(void 0, void 0).ser(se_DeleteVaultCommand).de(de_DeleteVaultCommand).build() {
1759
+ static {
1760
+ __name(this, "DeleteVaultCommand");
1761
+ }
1665
1762
  };
1666
- __name(_DeleteVaultCommand, "DeleteVaultCommand");
1667
- var DeleteVaultCommand = _DeleteVaultCommand;
1668
1763
 
1669
1764
  // src/commands/DeleteVaultNotificationsCommand.ts
1670
1765
 
1671
1766
 
1672
1767
 
1673
- var _DeleteVaultNotificationsCommand = class _DeleteVaultNotificationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1768
+ var DeleteVaultNotificationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1674
1769
  return [
1675
1770
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1676
1771
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1677
1772
  ];
1678
1773
  }).s("Glacier", "DeleteVaultNotifications", {}).n("GlacierClient", "DeleteVaultNotificationsCommand").f(void 0, void 0).ser(se_DeleteVaultNotificationsCommand).de(de_DeleteVaultNotificationsCommand).build() {
1774
+ static {
1775
+ __name(this, "DeleteVaultNotificationsCommand");
1776
+ }
1679
1777
  };
1680
- __name(_DeleteVaultNotificationsCommand, "DeleteVaultNotificationsCommand");
1681
- var DeleteVaultNotificationsCommand = _DeleteVaultNotificationsCommand;
1682
1778
 
1683
1779
  // src/commands/DescribeJobCommand.ts
1684
1780
 
1685
1781
 
1686
1782
 
1687
- var _DescribeJobCommand = class _DescribeJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1783
+ var DescribeJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1688
1784
  return [
1689
1785
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1690
1786
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1691
1787
  ];
1692
1788
  }).s("Glacier", "DescribeJob", {}).n("GlacierClient", "DescribeJobCommand").f(void 0, void 0).ser(se_DescribeJobCommand).de(de_DescribeJobCommand).build() {
1789
+ static {
1790
+ __name(this, "DescribeJobCommand");
1791
+ }
1693
1792
  };
1694
- __name(_DescribeJobCommand, "DescribeJobCommand");
1695
- var DescribeJobCommand = _DescribeJobCommand;
1696
1793
 
1697
1794
  // src/commands/DescribeVaultCommand.ts
1698
1795
 
1699
1796
 
1700
1797
 
1701
- var _DescribeVaultCommand = class _DescribeVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1798
+ var DescribeVaultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1702
1799
  return [
1703
1800
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1704
1801
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1705
1802
  ];
1706
1803
  }).s("Glacier", "DescribeVault", {}).n("GlacierClient", "DescribeVaultCommand").f(void 0, void 0).ser(se_DescribeVaultCommand).de(de_DescribeVaultCommand).build() {
1804
+ static {
1805
+ __name(this, "DescribeVaultCommand");
1806
+ }
1707
1807
  };
1708
- __name(_DescribeVaultCommand, "DescribeVaultCommand");
1709
- var DescribeVaultCommand = _DescribeVaultCommand;
1710
1808
 
1711
1809
  // src/commands/GetDataRetrievalPolicyCommand.ts
1712
1810
 
1713
1811
 
1714
1812
 
1715
- var _GetDataRetrievalPolicyCommand = class _GetDataRetrievalPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1813
+ var GetDataRetrievalPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1716
1814
  return [
1717
1815
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1718
1816
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1719
1817
  ];
1720
1818
  }).s("Glacier", "GetDataRetrievalPolicy", {}).n("GlacierClient", "GetDataRetrievalPolicyCommand").f(void 0, void 0).ser(se_GetDataRetrievalPolicyCommand).de(de_GetDataRetrievalPolicyCommand).build() {
1819
+ static {
1820
+ __name(this, "GetDataRetrievalPolicyCommand");
1821
+ }
1721
1822
  };
1722
- __name(_GetDataRetrievalPolicyCommand, "GetDataRetrievalPolicyCommand");
1723
- var GetDataRetrievalPolicyCommand = _GetDataRetrievalPolicyCommand;
1724
1823
 
1725
1824
  // src/commands/GetJobOutputCommand.ts
1726
1825
 
1727
1826
 
1728
1827
 
1729
- var _GetJobOutputCommand = class _GetJobOutputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1828
+ var GetJobOutputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1730
1829
  return [
1731
1830
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1732
1831
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1733
1832
  ];
1734
1833
  }).s("Glacier", "GetJobOutput", {}).n("GlacierClient", "GetJobOutputCommand").f(void 0, GetJobOutputOutputFilterSensitiveLog).ser(se_GetJobOutputCommand).de(de_GetJobOutputCommand).build() {
1834
+ static {
1835
+ __name(this, "GetJobOutputCommand");
1836
+ }
1735
1837
  };
1736
- __name(_GetJobOutputCommand, "GetJobOutputCommand");
1737
- var GetJobOutputCommand = _GetJobOutputCommand;
1738
1838
 
1739
1839
  // src/commands/GetVaultAccessPolicyCommand.ts
1740
1840
 
1741
1841
 
1742
1842
 
1743
- var _GetVaultAccessPolicyCommand = class _GetVaultAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1843
+ var GetVaultAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1744
1844
  return [
1745
1845
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1746
1846
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1747
1847
  ];
1748
1848
  }).s("Glacier", "GetVaultAccessPolicy", {}).n("GlacierClient", "GetVaultAccessPolicyCommand").f(void 0, void 0).ser(se_GetVaultAccessPolicyCommand).de(de_GetVaultAccessPolicyCommand).build() {
1849
+ static {
1850
+ __name(this, "GetVaultAccessPolicyCommand");
1851
+ }
1749
1852
  };
1750
- __name(_GetVaultAccessPolicyCommand, "GetVaultAccessPolicyCommand");
1751
- var GetVaultAccessPolicyCommand = _GetVaultAccessPolicyCommand;
1752
1853
 
1753
1854
  // src/commands/GetVaultLockCommand.ts
1754
1855
 
1755
1856
 
1756
1857
 
1757
- var _GetVaultLockCommand = class _GetVaultLockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1858
+ var GetVaultLockCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1758
1859
  return [
1759
1860
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1760
1861
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1761
1862
  ];
1762
1863
  }).s("Glacier", "GetVaultLock", {}).n("GlacierClient", "GetVaultLockCommand").f(void 0, void 0).ser(se_GetVaultLockCommand).de(de_GetVaultLockCommand).build() {
1864
+ static {
1865
+ __name(this, "GetVaultLockCommand");
1866
+ }
1763
1867
  };
1764
- __name(_GetVaultLockCommand, "GetVaultLockCommand");
1765
- var GetVaultLockCommand = _GetVaultLockCommand;
1766
1868
 
1767
1869
  // src/commands/GetVaultNotificationsCommand.ts
1768
1870
 
1769
1871
 
1770
1872
 
1771
- var _GetVaultNotificationsCommand = class _GetVaultNotificationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1873
+ var GetVaultNotificationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1772
1874
  return [
1773
1875
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1774
1876
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1775
1877
  ];
1776
1878
  }).s("Glacier", "GetVaultNotifications", {}).n("GlacierClient", "GetVaultNotificationsCommand").f(void 0, void 0).ser(se_GetVaultNotificationsCommand).de(de_GetVaultNotificationsCommand).build() {
1879
+ static {
1880
+ __name(this, "GetVaultNotificationsCommand");
1881
+ }
1777
1882
  };
1778
- __name(_GetVaultNotificationsCommand, "GetVaultNotificationsCommand");
1779
- var GetVaultNotificationsCommand = _GetVaultNotificationsCommand;
1780
1883
 
1781
1884
  // src/commands/InitiateJobCommand.ts
1782
1885
 
1783
1886
 
1784
1887
 
1785
- var _InitiateJobCommand = class _InitiateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1888
+ var InitiateJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1786
1889
  return [
1787
1890
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1788
1891
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1789
1892
  ];
1790
1893
  }).s("Glacier", "InitiateJob", {}).n("GlacierClient", "InitiateJobCommand").f(void 0, void 0).ser(se_InitiateJobCommand).de(de_InitiateJobCommand).build() {
1894
+ static {
1895
+ __name(this, "InitiateJobCommand");
1896
+ }
1791
1897
  };
1792
- __name(_InitiateJobCommand, "InitiateJobCommand");
1793
- var InitiateJobCommand = _InitiateJobCommand;
1794
1898
 
1795
1899
  // src/commands/InitiateMultipartUploadCommand.ts
1796
1900
 
1797
1901
 
1798
1902
 
1799
- var _InitiateMultipartUploadCommand = class _InitiateMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1903
+ var InitiateMultipartUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1800
1904
  return [
1801
1905
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1802
1906
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1803
1907
  ];
1804
1908
  }).s("Glacier", "InitiateMultipartUpload", {}).n("GlacierClient", "InitiateMultipartUploadCommand").f(void 0, void 0).ser(se_InitiateMultipartUploadCommand).de(de_InitiateMultipartUploadCommand).build() {
1909
+ static {
1910
+ __name(this, "InitiateMultipartUploadCommand");
1911
+ }
1805
1912
  };
1806
- __name(_InitiateMultipartUploadCommand, "InitiateMultipartUploadCommand");
1807
- var InitiateMultipartUploadCommand = _InitiateMultipartUploadCommand;
1808
1913
 
1809
1914
  // src/commands/InitiateVaultLockCommand.ts
1810
1915
 
1811
1916
 
1812
1917
 
1813
- var _InitiateVaultLockCommand = class _InitiateVaultLockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1918
+ var InitiateVaultLockCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1814
1919
  return [
1815
1920
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1816
1921
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1817
1922
  ];
1818
1923
  }).s("Glacier", "InitiateVaultLock", {}).n("GlacierClient", "InitiateVaultLockCommand").f(void 0, void 0).ser(se_InitiateVaultLockCommand).de(de_InitiateVaultLockCommand).build() {
1924
+ static {
1925
+ __name(this, "InitiateVaultLockCommand");
1926
+ }
1819
1927
  };
1820
- __name(_InitiateVaultLockCommand, "InitiateVaultLockCommand");
1821
- var InitiateVaultLockCommand = _InitiateVaultLockCommand;
1822
1928
 
1823
1929
  // src/commands/ListJobsCommand.ts
1824
1930
 
1825
1931
 
1826
1932
 
1827
- var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1933
+ var ListJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1828
1934
  return [
1829
1935
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1830
1936
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1831
1937
  ];
1832
1938
  }).s("Glacier", "ListJobs", {}).n("GlacierClient", "ListJobsCommand").f(void 0, void 0).ser(se_ListJobsCommand).de(de_ListJobsCommand).build() {
1939
+ static {
1940
+ __name(this, "ListJobsCommand");
1941
+ }
1833
1942
  };
1834
- __name(_ListJobsCommand, "ListJobsCommand");
1835
- var ListJobsCommand = _ListJobsCommand;
1836
1943
 
1837
1944
  // src/commands/ListMultipartUploadsCommand.ts
1838
1945
 
1839
1946
 
1840
1947
 
1841
- var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1948
+ var ListMultipartUploadsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1842
1949
  return [
1843
1950
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1844
1951
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1845
1952
  ];
1846
1953
  }).s("Glacier", "ListMultipartUploads", {}).n("GlacierClient", "ListMultipartUploadsCommand").f(void 0, void 0).ser(se_ListMultipartUploadsCommand).de(de_ListMultipartUploadsCommand).build() {
1954
+ static {
1955
+ __name(this, "ListMultipartUploadsCommand");
1956
+ }
1847
1957
  };
1848
- __name(_ListMultipartUploadsCommand, "ListMultipartUploadsCommand");
1849
- var ListMultipartUploadsCommand = _ListMultipartUploadsCommand;
1850
1958
 
1851
1959
  // src/commands/ListPartsCommand.ts
1852
1960
 
1853
1961
 
1854
1962
 
1855
- var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1963
+ var ListPartsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1856
1964
  return [
1857
1965
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1858
1966
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1859
1967
  ];
1860
1968
  }).s("Glacier", "ListParts", {}).n("GlacierClient", "ListPartsCommand").f(void 0, void 0).ser(se_ListPartsCommand).de(de_ListPartsCommand).build() {
1969
+ static {
1970
+ __name(this, "ListPartsCommand");
1971
+ }
1861
1972
  };
1862
- __name(_ListPartsCommand, "ListPartsCommand");
1863
- var ListPartsCommand = _ListPartsCommand;
1864
1973
 
1865
1974
  // src/commands/ListProvisionedCapacityCommand.ts
1866
1975
 
1867
1976
 
1868
1977
 
1869
- var _ListProvisionedCapacityCommand = class _ListProvisionedCapacityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1978
+ var ListProvisionedCapacityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1870
1979
  return [
1871
1980
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1872
1981
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1873
1982
  ];
1874
1983
  }).s("Glacier", "ListProvisionedCapacity", {}).n("GlacierClient", "ListProvisionedCapacityCommand").f(void 0, void 0).ser(se_ListProvisionedCapacityCommand).de(de_ListProvisionedCapacityCommand).build() {
1984
+ static {
1985
+ __name(this, "ListProvisionedCapacityCommand");
1986
+ }
1875
1987
  };
1876
- __name(_ListProvisionedCapacityCommand, "ListProvisionedCapacityCommand");
1877
- var ListProvisionedCapacityCommand = _ListProvisionedCapacityCommand;
1878
1988
 
1879
1989
  // src/commands/ListTagsForVaultCommand.ts
1880
1990
 
1881
1991
 
1882
1992
 
1883
- var _ListTagsForVaultCommand = class _ListTagsForVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1993
+ var ListTagsForVaultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1884
1994
  return [
1885
1995
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1886
1996
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1887
1997
  ];
1888
1998
  }).s("Glacier", "ListTagsForVault", {}).n("GlacierClient", "ListTagsForVaultCommand").f(void 0, void 0).ser(se_ListTagsForVaultCommand).de(de_ListTagsForVaultCommand).build() {
1999
+ static {
2000
+ __name(this, "ListTagsForVaultCommand");
2001
+ }
1889
2002
  };
1890
- __name(_ListTagsForVaultCommand, "ListTagsForVaultCommand");
1891
- var ListTagsForVaultCommand = _ListTagsForVaultCommand;
1892
2003
 
1893
2004
  // src/commands/ListVaultsCommand.ts
1894
2005
 
1895
2006
 
1896
2007
 
1897
- var _ListVaultsCommand = class _ListVaultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2008
+ var ListVaultsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1898
2009
  return [
1899
2010
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1900
2011
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1901
2012
  ];
1902
2013
  }).s("Glacier", "ListVaults", {}).n("GlacierClient", "ListVaultsCommand").f(void 0, void 0).ser(se_ListVaultsCommand).de(de_ListVaultsCommand).build() {
2014
+ static {
2015
+ __name(this, "ListVaultsCommand");
2016
+ }
1903
2017
  };
1904
- __name(_ListVaultsCommand, "ListVaultsCommand");
1905
- var ListVaultsCommand = _ListVaultsCommand;
1906
2018
 
1907
2019
  // src/commands/PurchaseProvisionedCapacityCommand.ts
1908
2020
 
1909
2021
 
1910
2022
 
1911
- var _PurchaseProvisionedCapacityCommand = class _PurchaseProvisionedCapacityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2023
+ var PurchaseProvisionedCapacityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1912
2024
  return [
1913
2025
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1914
2026
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1915
2027
  ];
1916
2028
  }).s("Glacier", "PurchaseProvisionedCapacity", {}).n("GlacierClient", "PurchaseProvisionedCapacityCommand").f(void 0, void 0).ser(se_PurchaseProvisionedCapacityCommand).de(de_PurchaseProvisionedCapacityCommand).build() {
2029
+ static {
2030
+ __name(this, "PurchaseProvisionedCapacityCommand");
2031
+ }
1917
2032
  };
1918
- __name(_PurchaseProvisionedCapacityCommand, "PurchaseProvisionedCapacityCommand");
1919
- var PurchaseProvisionedCapacityCommand = _PurchaseProvisionedCapacityCommand;
1920
2033
 
1921
2034
  // src/commands/RemoveTagsFromVaultCommand.ts
1922
2035
 
1923
2036
 
1924
2037
 
1925
- var _RemoveTagsFromVaultCommand = class _RemoveTagsFromVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2038
+ var RemoveTagsFromVaultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1926
2039
  return [
1927
2040
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1928
2041
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1929
2042
  ];
1930
2043
  }).s("Glacier", "RemoveTagsFromVault", {}).n("GlacierClient", "RemoveTagsFromVaultCommand").f(void 0, void 0).ser(se_RemoveTagsFromVaultCommand).de(de_RemoveTagsFromVaultCommand).build() {
2044
+ static {
2045
+ __name(this, "RemoveTagsFromVaultCommand");
2046
+ }
1931
2047
  };
1932
- __name(_RemoveTagsFromVaultCommand, "RemoveTagsFromVaultCommand");
1933
- var RemoveTagsFromVaultCommand = _RemoveTagsFromVaultCommand;
1934
2048
 
1935
2049
  // src/commands/SetDataRetrievalPolicyCommand.ts
1936
2050
 
1937
2051
 
1938
2052
 
1939
- var _SetDataRetrievalPolicyCommand = class _SetDataRetrievalPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2053
+ var SetDataRetrievalPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1940
2054
  return [
1941
2055
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1942
2056
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1943
2057
  ];
1944
2058
  }).s("Glacier", "SetDataRetrievalPolicy", {}).n("GlacierClient", "SetDataRetrievalPolicyCommand").f(void 0, void 0).ser(se_SetDataRetrievalPolicyCommand).de(de_SetDataRetrievalPolicyCommand).build() {
2059
+ static {
2060
+ __name(this, "SetDataRetrievalPolicyCommand");
2061
+ }
1945
2062
  };
1946
- __name(_SetDataRetrievalPolicyCommand, "SetDataRetrievalPolicyCommand");
1947
- var SetDataRetrievalPolicyCommand = _SetDataRetrievalPolicyCommand;
1948
2063
 
1949
2064
  // src/commands/SetVaultAccessPolicyCommand.ts
1950
2065
 
1951
2066
 
1952
2067
 
1953
- var _SetVaultAccessPolicyCommand = class _SetVaultAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2068
+ var SetVaultAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1954
2069
  return [
1955
2070
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1956
2071
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1957
2072
  ];
1958
2073
  }).s("Glacier", "SetVaultAccessPolicy", {}).n("GlacierClient", "SetVaultAccessPolicyCommand").f(void 0, void 0).ser(se_SetVaultAccessPolicyCommand).de(de_SetVaultAccessPolicyCommand).build() {
2074
+ static {
2075
+ __name(this, "SetVaultAccessPolicyCommand");
2076
+ }
1959
2077
  };
1960
- __name(_SetVaultAccessPolicyCommand, "SetVaultAccessPolicyCommand");
1961
- var SetVaultAccessPolicyCommand = _SetVaultAccessPolicyCommand;
1962
2078
 
1963
2079
  // src/commands/SetVaultNotificationsCommand.ts
1964
2080
 
1965
2081
 
1966
2082
 
1967
- var _SetVaultNotificationsCommand = class _SetVaultNotificationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2083
+ var SetVaultNotificationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1968
2084
  return [
1969
2085
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1970
2086
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1971
2087
  ];
1972
2088
  }).s("Glacier", "SetVaultNotifications", {}).n("GlacierClient", "SetVaultNotificationsCommand").f(void 0, void 0).ser(se_SetVaultNotificationsCommand).de(de_SetVaultNotificationsCommand).build() {
2089
+ static {
2090
+ __name(this, "SetVaultNotificationsCommand");
2091
+ }
1973
2092
  };
1974
- __name(_SetVaultNotificationsCommand, "SetVaultNotificationsCommand");
1975
- var SetVaultNotificationsCommand = _SetVaultNotificationsCommand;
1976
2093
 
1977
2094
  // src/commands/UploadArchiveCommand.ts
1978
2095
 
1979
2096
 
1980
2097
 
1981
- var _UploadArchiveCommand = class _UploadArchiveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2098
+ var UploadArchiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1982
2099
  return [
1983
2100
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1984
2101
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1985
2102
  ];
1986
2103
  }).s("Glacier", "UploadArchive", {}).n("GlacierClient", "UploadArchiveCommand").f(UploadArchiveInputFilterSensitiveLog, void 0).ser(se_UploadArchiveCommand).de(de_UploadArchiveCommand).build() {
2104
+ static {
2105
+ __name(this, "UploadArchiveCommand");
2106
+ }
1987
2107
  };
1988
- __name(_UploadArchiveCommand, "UploadArchiveCommand");
1989
- var UploadArchiveCommand = _UploadArchiveCommand;
1990
2108
 
1991
2109
  // src/commands/UploadMultipartPartCommand.ts
1992
2110
 
1993
2111
 
1994
2112
 
1995
- var _UploadMultipartPartCommand = class _UploadMultipartPartCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2113
+ var UploadMultipartPartCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1996
2114
  return [
1997
2115
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1998
2116
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1999
2117
  ];
2000
2118
  }).s("Glacier", "UploadMultipartPart", {}).n("GlacierClient", "UploadMultipartPartCommand").f(UploadMultipartPartInputFilterSensitiveLog, void 0).ser(se_UploadMultipartPartCommand).de(de_UploadMultipartPartCommand).build() {
2119
+ static {
2120
+ __name(this, "UploadMultipartPartCommand");
2121
+ }
2001
2122
  };
2002
- __name(_UploadMultipartPartCommand, "UploadMultipartPartCommand");
2003
- var UploadMultipartPartCommand = _UploadMultipartPartCommand;
2004
2123
 
2005
2124
  // src/Glacier.ts
2006
2125
  var commands = {
@@ -2038,10 +2157,11 @@ var commands = {
2038
2157
  UploadArchiveCommand,
2039
2158
  UploadMultipartPartCommand
2040
2159
  };
2041
- var _Glacier = class _Glacier extends GlacierClient {
2160
+ var Glacier = class extends GlacierClient {
2161
+ static {
2162
+ __name(this, "Glacier");
2163
+ }
2042
2164
  };
2043
- __name(_Glacier, "Glacier");
2044
- var Glacier = _Glacier;
2045
2165
  (0, import_smithy_client.createAggregatedClient)(commands, Glacier);
2046
2166
 
2047
2167
  // src/pagination/ListJobsPaginator.ts