@aws-sdk/client-rds-data 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 +18 -17
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1612,37 +1612,38 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1612
1612
  // Annotate the CommonJS export names for ESM import in node:
1613
1613
 
1614
1614
  0 && (module.exports = {
1615
- AccessDeniedException,
1616
- ArrayValue,
1617
- BadRequestException,
1615
+ RDSDataServiceException,
1616
+ __Client,
1617
+ RDSDataClient,
1618
+ RDSData,
1619
+ $Command,
1618
1620
  BatchExecuteStatementCommand,
1619
1621
  BeginTransactionCommand,
1620
1622
  CommitTransactionCommand,
1623
+ ExecuteSqlCommand,
1624
+ ExecuteStatementCommand,
1625
+ RollbackTransactionCommand,
1626
+ AccessDeniedException,
1627
+ BadRequestException,
1628
+ TypeHint,
1621
1629
  DatabaseErrorException,
1622
1630
  DatabaseNotFoundException,
1623
1631
  DatabaseUnavailableException,
1624
- DecimalReturnType,
1625
- ExecuteSqlCommand,
1626
- ExecuteStatementCommand,
1627
- Field,
1628
1632
  ForbiddenException,
1629
1633
  HttpEndpointNotEnabledException,
1630
1634
  InternalServerErrorException,
1631
1635
  InvalidSecretException,
1632
- LongReturnType,
1633
- NotFoundException,
1634
- RDSData,
1635
- RDSDataClient,
1636
- RDSDataServiceException,
1637
- RecordsFormatType,
1638
- RollbackTransactionCommand,
1639
1636
  SecretsErrorException,
1640
1637
  ServiceUnavailableError,
1641
1638
  StatementTimeoutException,
1642
1639
  TransactionNotFoundException,
1643
- TypeHint,
1640
+ NotFoundException,
1641
+ DecimalReturnType,
1642
+ RecordsFormatType,
1643
+ LongReturnType,
1644
1644
  UnsupportedResultException,
1645
- Value,
1646
- __Client
1645
+ ArrayValue,
1646
+ Field,
1647
+ Value
1647
1648
  });
1648
1649
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds-data",
3
3
  "description": "AWS SDK for JavaScript Rds Data 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-rds-data",
@@ -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",