@aws-sdk/client-cloudhsm-v2 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 +16 -15
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1602,19 +1602,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1602
1602
  // Annotate the CommonJS export names for ESM import in node:
1603
1603
 
1604
1604
  0 && (module.exports = {
1605
- BackupPolicy,
1606
- BackupRetentionType,
1607
- BackupState,
1608
- CloudHSMV2,
1609
- CloudHSMV2Client,
1610
1605
  CloudHSMV2ServiceException,
1611
- CloudHsmAccessDeniedException,
1612
- CloudHsmInternalFailureException,
1613
- CloudHsmInvalidRequestException,
1614
- CloudHsmResourceNotFoundException,
1615
- CloudHsmServiceException,
1616
- CloudHsmTagException,
1617
- ClusterState,
1606
+ __Client,
1607
+ CloudHSMV2Client,
1608
+ CloudHSMV2,
1609
+ $Command,
1618
1610
  CopyBackupToRegionCommand,
1619
1611
  CreateClusterCommand,
1620
1612
  CreateHsmCommand,
@@ -1623,7 +1615,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1623
1615
  DeleteHsmCommand,
1624
1616
  DescribeBackupsCommand,
1625
1617
  DescribeClustersCommand,
1626
- HsmState,
1627
1618
  InitializeClusterCommand,
1628
1619
  ListTagsCommand,
1629
1620
  ModifyBackupAttributesCommand,
@@ -1631,9 +1622,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1631
1622
  RestoreBackupCommand,
1632
1623
  TagResourceCommand,
1633
1624
  UntagResourceCommand,
1634
- __Client,
1635
1625
  paginateDescribeBackups,
1636
1626
  paginateDescribeClusters,
1637
- paginateListTags
1627
+ paginateListTags,
1628
+ BackupState,
1629
+ BackupPolicy,
1630
+ BackupRetentionType,
1631
+ CloudHsmAccessDeniedException,
1632
+ CloudHsmInternalFailureException,
1633
+ CloudHsmInvalidRequestException,
1634
+ CloudHsmResourceNotFoundException,
1635
+ CloudHsmServiceException,
1636
+ CloudHsmTagException,
1637
+ HsmState,
1638
+ ClusterState
1638
1639
  });
1639
1640
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudhsm-v2",
3
3
  "description": "AWS SDK for JavaScript Cloudhsm V2 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-cloudhsm-v2",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",