@aws-sdk/client-cloudhsm 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 +11 -10
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1590,14 +1590,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1590
1590
  // Annotate the CommonJS export names for ESM import in node:
1591
1591
 
1592
1592
  0 && (module.exports = {
1593
- AddTagsToResourceCommand,
1594
- ClientVersion,
1595
- CloudHSM,
1596
- CloudHSMClient,
1597
1593
  CloudHSMServiceException,
1598
- CloudHsmInternalException,
1599
- CloudHsmObjectState,
1600
- CloudHsmServiceException,
1594
+ __Client,
1595
+ CloudHSMClient,
1596
+ CloudHSM,
1597
+ $Command,
1598
+ AddTagsToResourceCommand,
1601
1599
  CreateHapgCommand,
1602
1600
  CreateHsmCommand,
1603
1601
  CreateLunaClientCommand,
@@ -1608,8 +1606,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1608
1606
  DescribeHsmCommand,
1609
1607
  DescribeLunaClientCommand,
1610
1608
  GetConfigCommand,
1611
- HsmStatus,
1612
- InvalidRequestException,
1613
1609
  ListAvailableZonesCommand,
1614
1610
  ListHapgsCommand,
1615
1611
  ListHsmsCommand,
@@ -1619,7 +1615,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1619
1615
  ModifyHsmCommand,
1620
1616
  ModifyLunaClientCommand,
1621
1617
  RemoveTagsFromResourceCommand,
1618
+ CloudHsmInternalException,
1619
+ CloudHsmServiceException,
1620
+ InvalidRequestException,
1621
+ ClientVersion,
1622
1622
  SubscriptionType,
1623
- __Client
1623
+ CloudHsmObjectState,
1624
+ HsmStatus
1624
1625
  });
1625
1626
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudhsm",
3
3
  "description": "AWS SDK for JavaScript Cloudhsm 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",
@@ -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",