@aws-sdk/client-keyspaces 3.496.0 → 3.499.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 +20 -19
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1611,40 +1611,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1611
1611
  // Annotate the CommonJS export names for ESM import in node:
1612
1612
 
1613
1613
  0 && (module.exports = {
1614
- AccessDeniedException,
1615
- ClientSideTimestampsStatus,
1616
- ConflictException,
1614
+ KeyspacesServiceException,
1615
+ __Client,
1616
+ KeyspacesClient,
1617
+ Keyspaces,
1618
+ $Command,
1617
1619
  CreateKeyspaceCommand,
1618
1620
  CreateTableCommand,
1619
1621
  DeleteKeyspaceCommand,
1620
1622
  DeleteTableCommand,
1621
- EncryptionType,
1622
1623
  GetKeyspaceCommand,
1623
1624
  GetTableAutoScalingSettingsCommand,
1624
1625
  GetTableCommand,
1625
- InternalServerException,
1626
- Keyspaces,
1627
- KeyspacesClient,
1628
- KeyspacesServiceException,
1629
1626
  ListKeyspacesCommand,
1630
1627
  ListTablesCommand,
1631
1628
  ListTagsForResourceCommand,
1632
- PointInTimeRecoveryStatus,
1633
- ResourceNotFoundException,
1634
1629
  RestoreTableCommand,
1635
- Rs,
1636
- ServiceQuotaExceededException,
1637
- SortOrder,
1638
- TableStatus,
1639
1630
  TagResourceCommand,
1640
- ThroughputMode,
1641
- TimeToLiveStatus,
1642
1631
  UntagResourceCommand,
1643
1632
  UpdateTableCommand,
1644
- ValidationException,
1645
- __Client,
1646
1633
  paginateListKeyspaces,
1647
1634
  paginateListTables,
1648
- paginateListTagsForResource
1635
+ paginateListTagsForResource,
1636
+ AccessDeniedException,
1637
+ ThroughputMode,
1638
+ ClientSideTimestampsStatus,
1639
+ SortOrder,
1640
+ ConflictException,
1641
+ Rs,
1642
+ InternalServerException,
1643
+ ServiceQuotaExceededException,
1644
+ ValidationException,
1645
+ EncryptionType,
1646
+ PointInTimeRecoveryStatus,
1647
+ TimeToLiveStatus,
1648
+ ResourceNotFoundException,
1649
+ TableStatus
1649
1650
  });
1650
1651
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-keyspaces",
3
3
  "description": "AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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-keyspaces",
@@ -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.499.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.499.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",