@aws-sdk/client-rds-data 3.649.0 → 3.650.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
@@ -1251,9 +1251,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
1251
1251
  }), "deserializeMetadata");
1252
1252
 
1253
1253
  // src/commands/BatchExecuteStatementCommand.ts
1254
- var _BatchExecuteStatementCommand = class _BatchExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep({
1255
- ...commonParams
1256
- }).m(function(Command, cs, config, o) {
1254
+ var _BatchExecuteStatementCommand = class _BatchExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1257
1255
  return [
1258
1256
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1259
1257
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1267,9 +1265,7 @@ var BatchExecuteStatementCommand = _BatchExecuteStatementCommand;
1267
1265
 
1268
1266
 
1269
1267
 
1270
- var _BeginTransactionCommand = class _BeginTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
1271
- ...commonParams
1272
- }).m(function(Command, cs, config, o) {
1268
+ var _BeginTransactionCommand = class _BeginTransactionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1273
1269
  return [
1274
1270
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1275
1271
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1283,9 +1279,7 @@ var BeginTransactionCommand = _BeginTransactionCommand;
1283
1279
 
1284
1280
 
1285
1281
 
1286
- var _CommitTransactionCommand = class _CommitTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
1287
- ...commonParams
1288
- }).m(function(Command, cs, config, o) {
1282
+ var _CommitTransactionCommand = class _CommitTransactionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1289
1283
  return [
1290
1284
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1291
1285
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1299,9 +1293,7 @@ var CommitTransactionCommand = _CommitTransactionCommand;
1299
1293
 
1300
1294
 
1301
1295
 
1302
- var _ExecuteSqlCommand = class _ExecuteSqlCommand extends import_smithy_client.Command.classBuilder().ep({
1303
- ...commonParams
1304
- }).m(function(Command, cs, config, o) {
1296
+ var _ExecuteSqlCommand = class _ExecuteSqlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1305
1297
  return [
1306
1298
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1307
1299
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1315,9 +1307,7 @@ var ExecuteSqlCommand = _ExecuteSqlCommand;
1315
1307
 
1316
1308
 
1317
1309
 
1318
- var _ExecuteStatementCommand = class _ExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep({
1319
- ...commonParams
1320
- }).m(function(Command, cs, config, o) {
1310
+ var _ExecuteStatementCommand = class _ExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1321
1311
  return [
1322
1312
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1323
1313
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1331,9 +1321,7 @@ var ExecuteStatementCommand = _ExecuteStatementCommand;
1331
1321
 
1332
1322
 
1333
1323
 
1334
- var _RollbackTransactionCommand = class _RollbackTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
1335
- ...commonParams
1336
- }).m(function(Command, cs, config, o) {
1324
+ var _RollbackTransactionCommand = class _RollbackTransactionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1337
1325
  return [
1338
1326
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1339
1327
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_BatchExecuteStatementCommand, se_BatchExecuteStatementCommand } from
6
6
  export { $Command };
7
7
  export class BatchExecuteStatementCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BeginTransactionCommand, se_BeginTransactionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class BeginTransactionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CommitTransactionCommand, se_CommitTransactionCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CommitTransactionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecuteSqlCommand, se_ExecuteSqlCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class ExecuteSqlCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ExecuteStatementCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RollbackTransactionCommand, se_RollbackTransactionCommand } from "..
6
6
  export { $Command };
7
7
  export class RollbackTransactionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
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.649.0",
4
+ "version": "3.650.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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",