@aws-sdk/client-docdb 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.
Files changed (57) hide show
  1. package/dist-cjs/index.js +55 -165
  2. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +1 -3
  3. package/dist-es/commands/AddTagsToResourceCommand.js +1 -3
  4. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +1 -3
  5. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +1 -3
  6. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +1 -3
  7. package/dist-es/commands/CreateDBClusterCommand.js +1 -3
  8. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +1 -3
  9. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +1 -3
  10. package/dist-es/commands/CreateDBInstanceCommand.js +1 -3
  11. package/dist-es/commands/CreateDBSubnetGroupCommand.js +1 -3
  12. package/dist-es/commands/CreateEventSubscriptionCommand.js +1 -3
  13. package/dist-es/commands/CreateGlobalClusterCommand.js +1 -3
  14. package/dist-es/commands/DeleteDBClusterCommand.js +1 -3
  15. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +1 -3
  16. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +1 -3
  17. package/dist-es/commands/DeleteDBInstanceCommand.js +1 -3
  18. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +1 -3
  19. package/dist-es/commands/DeleteEventSubscriptionCommand.js +1 -3
  20. package/dist-es/commands/DeleteGlobalClusterCommand.js +1 -3
  21. package/dist-es/commands/DescribeCertificatesCommand.js +1 -3
  22. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +1 -3
  23. package/dist-es/commands/DescribeDBClusterParametersCommand.js +1 -3
  24. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +1 -3
  25. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +1 -3
  26. package/dist-es/commands/DescribeDBClustersCommand.js +1 -3
  27. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +1 -3
  28. package/dist-es/commands/DescribeDBInstancesCommand.js +1 -3
  29. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +1 -3
  30. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +1 -3
  31. package/dist-es/commands/DescribeEventCategoriesCommand.js +1 -3
  32. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +1 -3
  33. package/dist-es/commands/DescribeEventsCommand.js +1 -3
  34. package/dist-es/commands/DescribeGlobalClustersCommand.js +1 -3
  35. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +1 -3
  36. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +1 -3
  37. package/dist-es/commands/FailoverDBClusterCommand.js +1 -3
  38. package/dist-es/commands/FailoverGlobalClusterCommand.js +1 -3
  39. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  40. package/dist-es/commands/ModifyDBClusterCommand.js +1 -3
  41. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +1 -3
  42. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +1 -3
  43. package/dist-es/commands/ModifyDBInstanceCommand.js +1 -3
  44. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +1 -3
  45. package/dist-es/commands/ModifyEventSubscriptionCommand.js +1 -3
  46. package/dist-es/commands/ModifyGlobalClusterCommand.js +1 -3
  47. package/dist-es/commands/RebootDBInstanceCommand.js +1 -3
  48. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +1 -3
  49. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +1 -3
  50. package/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
  51. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +1 -3
  52. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +1 -3
  53. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +1 -3
  54. package/dist-es/commands/StartDBClusterCommand.js +1 -3
  55. package/dist-es/commands/StopDBClusterCommand.js +1 -3
  56. package/dist-es/commands/SwitchoverGlobalClusterCommand.js +1 -3
  57. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -7006,9 +7006,7 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
7006
7006
  }, "loadQueryErrorCode");
7007
7007
 
7008
7008
  // src/commands/AddSourceIdentifierToSubscriptionCommand.ts
7009
- var _AddSourceIdentifierToSubscriptionCommand = class _AddSourceIdentifierToSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
7010
- ...commonParams
7011
- }).m(function(Command, cs, config, o) {
7009
+ var _AddSourceIdentifierToSubscriptionCommand = class _AddSourceIdentifierToSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7012
7010
  return [
7013
7011
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7014
7012
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7022,9 +7020,7 @@ var AddSourceIdentifierToSubscriptionCommand = _AddSourceIdentifierToSubscriptio
7022
7020
 
7023
7021
 
7024
7022
 
7025
- var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep({
7026
- ...commonParams
7027
- }).m(function(Command, cs, config, o) {
7023
+ var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7028
7024
  return [
7029
7025
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7030
7026
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7038,9 +7034,7 @@ var AddTagsToResourceCommand = _AddTagsToResourceCommand;
7038
7034
 
7039
7035
 
7040
7036
 
7041
- var _ApplyPendingMaintenanceActionCommand = class _ApplyPendingMaintenanceActionCommand extends import_smithy_client.Command.classBuilder().ep({
7042
- ...commonParams
7043
- }).m(function(Command, cs, config, o) {
7037
+ var _ApplyPendingMaintenanceActionCommand = class _ApplyPendingMaintenanceActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7044
7038
  return [
7045
7039
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7046
7040
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7054,9 +7048,7 @@ var ApplyPendingMaintenanceActionCommand = _ApplyPendingMaintenanceActionCommand
7054
7048
 
7055
7049
 
7056
7050
 
7057
- var _CopyDBClusterParameterGroupCommand = class _CopyDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7058
- ...commonParams
7059
- }).m(function(Command, cs, config, o) {
7051
+ var _CopyDBClusterParameterGroupCommand = class _CopyDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7060
7052
  return [
7061
7053
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7062
7054
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7071,9 +7063,7 @@ var import_middleware_sdk_rds = require("@aws-sdk/middleware-sdk-rds");
7071
7063
 
7072
7064
 
7073
7065
 
7074
- var _CopyDBClusterSnapshotCommand = class _CopyDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
7075
- ...commonParams
7076
- }).m(function(Command, cs, config, o) {
7066
+ var _CopyDBClusterSnapshotCommand = class _CopyDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7077
7067
  return [
7078
7068
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7079
7069
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7088,9 +7078,7 @@ var CopyDBClusterSnapshotCommand = _CopyDBClusterSnapshotCommand;
7088
7078
 
7089
7079
 
7090
7080
 
7091
- var _CreateDBClusterCommand = class _CreateDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7092
- ...commonParams
7093
- }).m(function(Command, cs, config, o) {
7081
+ var _CreateDBClusterCommand = class _CreateDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7094
7082
  return [
7095
7083
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7096
7084
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7104,9 +7092,7 @@ var CreateDBClusterCommand = _CreateDBClusterCommand;
7104
7092
 
7105
7093
 
7106
7094
 
7107
- var _CreateDBClusterParameterGroupCommand = class _CreateDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7108
- ...commonParams
7109
- }).m(function(Command, cs, config, o) {
7095
+ var _CreateDBClusterParameterGroupCommand = class _CreateDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7110
7096
  return [
7111
7097
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7112
7098
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7120,9 +7106,7 @@ var CreateDBClusterParameterGroupCommand = _CreateDBClusterParameterGroupCommand
7120
7106
 
7121
7107
 
7122
7108
 
7123
- var _CreateDBClusterSnapshotCommand = class _CreateDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
7124
- ...commonParams
7125
- }).m(function(Command, cs, config, o) {
7109
+ var _CreateDBClusterSnapshotCommand = class _CreateDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7126
7110
  return [
7127
7111
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7128
7112
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7136,9 +7120,7 @@ var CreateDBClusterSnapshotCommand = _CreateDBClusterSnapshotCommand;
7136
7120
 
7137
7121
 
7138
7122
 
7139
- var _CreateDBInstanceCommand = class _CreateDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
7140
- ...commonParams
7141
- }).m(function(Command, cs, config, o) {
7123
+ var _CreateDBInstanceCommand = class _CreateDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7142
7124
  return [
7143
7125
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7144
7126
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7152,9 +7134,7 @@ var CreateDBInstanceCommand = _CreateDBInstanceCommand;
7152
7134
 
7153
7135
 
7154
7136
 
7155
- var _CreateDBSubnetGroupCommand = class _CreateDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7156
- ...commonParams
7157
- }).m(function(Command, cs, config, o) {
7137
+ var _CreateDBSubnetGroupCommand = class _CreateDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7158
7138
  return [
7159
7139
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7160
7140
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7168,9 +7148,7 @@ var CreateDBSubnetGroupCommand = _CreateDBSubnetGroupCommand;
7168
7148
 
7169
7149
 
7170
7150
 
7171
- var _CreateEventSubscriptionCommand = class _CreateEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
7172
- ...commonParams
7173
- }).m(function(Command, cs, config, o) {
7151
+ var _CreateEventSubscriptionCommand = class _CreateEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7174
7152
  return [
7175
7153
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7176
7154
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7184,9 +7162,7 @@ var CreateEventSubscriptionCommand = _CreateEventSubscriptionCommand;
7184
7162
 
7185
7163
 
7186
7164
 
7187
- var _CreateGlobalClusterCommand = class _CreateGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7188
- ...commonParams
7189
- }).m(function(Command, cs, config, o) {
7165
+ var _CreateGlobalClusterCommand = class _CreateGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7190
7166
  return [
7191
7167
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7192
7168
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7200,9 +7176,7 @@ var CreateGlobalClusterCommand = _CreateGlobalClusterCommand;
7200
7176
 
7201
7177
 
7202
7178
 
7203
- var _DeleteDBClusterCommand = class _DeleteDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7204
- ...commonParams
7205
- }).m(function(Command, cs, config, o) {
7179
+ var _DeleteDBClusterCommand = class _DeleteDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7206
7180
  return [
7207
7181
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7208
7182
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7216,9 +7190,7 @@ var DeleteDBClusterCommand = _DeleteDBClusterCommand;
7216
7190
 
7217
7191
 
7218
7192
 
7219
- var _DeleteDBClusterParameterGroupCommand = class _DeleteDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7220
- ...commonParams
7221
- }).m(function(Command, cs, config, o) {
7193
+ var _DeleteDBClusterParameterGroupCommand = class _DeleteDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7222
7194
  return [
7223
7195
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7224
7196
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7232,9 +7204,7 @@ var DeleteDBClusterParameterGroupCommand = _DeleteDBClusterParameterGroupCommand
7232
7204
 
7233
7205
 
7234
7206
 
7235
- var _DeleteDBClusterSnapshotCommand = class _DeleteDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
7236
- ...commonParams
7237
- }).m(function(Command, cs, config, o) {
7207
+ var _DeleteDBClusterSnapshotCommand = class _DeleteDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7238
7208
  return [
7239
7209
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7240
7210
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7248,9 +7218,7 @@ var DeleteDBClusterSnapshotCommand = _DeleteDBClusterSnapshotCommand;
7248
7218
 
7249
7219
 
7250
7220
 
7251
- var _DeleteDBInstanceCommand = class _DeleteDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
7252
- ...commonParams
7253
- }).m(function(Command, cs, config, o) {
7221
+ var _DeleteDBInstanceCommand = class _DeleteDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7254
7222
  return [
7255
7223
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7256
7224
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7264,9 +7232,7 @@ var DeleteDBInstanceCommand = _DeleteDBInstanceCommand;
7264
7232
 
7265
7233
 
7266
7234
 
7267
- var _DeleteDBSubnetGroupCommand = class _DeleteDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7268
- ...commonParams
7269
- }).m(function(Command, cs, config, o) {
7235
+ var _DeleteDBSubnetGroupCommand = class _DeleteDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7270
7236
  return [
7271
7237
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7272
7238
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7280,9 +7246,7 @@ var DeleteDBSubnetGroupCommand = _DeleteDBSubnetGroupCommand;
7280
7246
 
7281
7247
 
7282
7248
 
7283
- var _DeleteEventSubscriptionCommand = class _DeleteEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
7284
- ...commonParams
7285
- }).m(function(Command, cs, config, o) {
7249
+ var _DeleteEventSubscriptionCommand = class _DeleteEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7286
7250
  return [
7287
7251
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7288
7252
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7296,9 +7260,7 @@ var DeleteEventSubscriptionCommand = _DeleteEventSubscriptionCommand;
7296
7260
 
7297
7261
 
7298
7262
 
7299
- var _DeleteGlobalClusterCommand = class _DeleteGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7300
- ...commonParams
7301
- }).m(function(Command, cs, config, o) {
7263
+ var _DeleteGlobalClusterCommand = class _DeleteGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7302
7264
  return [
7303
7265
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7304
7266
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7312,9 +7274,7 @@ var DeleteGlobalClusterCommand = _DeleteGlobalClusterCommand;
7312
7274
 
7313
7275
 
7314
7276
 
7315
- var _DescribeCertificatesCommand = class _DescribeCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
7316
- ...commonParams
7317
- }).m(function(Command, cs, config, o) {
7277
+ var _DescribeCertificatesCommand = class _DescribeCertificatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7318
7278
  return [
7319
7279
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7320
7280
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7328,9 +7288,7 @@ var DescribeCertificatesCommand = _DescribeCertificatesCommand;
7328
7288
 
7329
7289
 
7330
7290
 
7331
- var _DescribeDBClusterParameterGroupsCommand = class _DescribeDBClusterParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
7332
- ...commonParams
7333
- }).m(function(Command, cs, config, o) {
7291
+ var _DescribeDBClusterParameterGroupsCommand = class _DescribeDBClusterParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7334
7292
  return [
7335
7293
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7336
7294
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7344,9 +7302,7 @@ var DescribeDBClusterParameterGroupsCommand = _DescribeDBClusterParameterGroupsC
7344
7302
 
7345
7303
 
7346
7304
 
7347
- var _DescribeDBClusterParametersCommand = class _DescribeDBClusterParametersCommand extends import_smithy_client.Command.classBuilder().ep({
7348
- ...commonParams
7349
- }).m(function(Command, cs, config, o) {
7305
+ var _DescribeDBClusterParametersCommand = class _DescribeDBClusterParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7350
7306
  return [
7351
7307
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7352
7308
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7360,9 +7316,7 @@ var DescribeDBClusterParametersCommand = _DescribeDBClusterParametersCommand;
7360
7316
 
7361
7317
 
7362
7318
 
7363
- var _DescribeDBClustersCommand = class _DescribeDBClustersCommand extends import_smithy_client.Command.classBuilder().ep({
7364
- ...commonParams
7365
- }).m(function(Command, cs, config, o) {
7319
+ var _DescribeDBClustersCommand = class _DescribeDBClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7366
7320
  return [
7367
7321
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7368
7322
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7376,9 +7330,7 @@ var DescribeDBClustersCommand = _DescribeDBClustersCommand;
7376
7330
 
7377
7331
 
7378
7332
 
7379
- var _DescribeDBClusterSnapshotAttributesCommand = class _DescribeDBClusterSnapshotAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
7380
- ...commonParams
7381
- }).m(function(Command, cs, config, o) {
7333
+ var _DescribeDBClusterSnapshotAttributesCommand = class _DescribeDBClusterSnapshotAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7382
7334
  return [
7383
7335
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7384
7336
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7392,9 +7344,7 @@ var DescribeDBClusterSnapshotAttributesCommand = _DescribeDBClusterSnapshotAttri
7392
7344
 
7393
7345
 
7394
7346
 
7395
- var _DescribeDBClusterSnapshotsCommand = class _DescribeDBClusterSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
7396
- ...commonParams
7397
- }).m(function(Command, cs, config, o) {
7347
+ var _DescribeDBClusterSnapshotsCommand = class _DescribeDBClusterSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7398
7348
  return [
7399
7349
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7400
7350
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7408,9 +7358,7 @@ var DescribeDBClusterSnapshotsCommand = _DescribeDBClusterSnapshotsCommand;
7408
7358
 
7409
7359
 
7410
7360
 
7411
- var _DescribeDBEngineVersionsCommand = class _DescribeDBEngineVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
7412
- ...commonParams
7413
- }).m(function(Command, cs, config, o) {
7361
+ var _DescribeDBEngineVersionsCommand = class _DescribeDBEngineVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7414
7362
  return [
7415
7363
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7416
7364
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7424,9 +7372,7 @@ var DescribeDBEngineVersionsCommand = _DescribeDBEngineVersionsCommand;
7424
7372
 
7425
7373
 
7426
7374
 
7427
- var _DescribeDBInstancesCommand = class _DescribeDBInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
7428
- ...commonParams
7429
- }).m(function(Command, cs, config, o) {
7375
+ var _DescribeDBInstancesCommand = class _DescribeDBInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7430
7376
  return [
7431
7377
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7432
7378
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7440,9 +7386,7 @@ var DescribeDBInstancesCommand = _DescribeDBInstancesCommand;
7440
7386
 
7441
7387
 
7442
7388
 
7443
- var _DescribeDBSubnetGroupsCommand = class _DescribeDBSubnetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
7444
- ...commonParams
7445
- }).m(function(Command, cs, config, o) {
7389
+ var _DescribeDBSubnetGroupsCommand = class _DescribeDBSubnetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7446
7390
  return [
7447
7391
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7448
7392
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7456,9 +7400,7 @@ var DescribeDBSubnetGroupsCommand = _DescribeDBSubnetGroupsCommand;
7456
7400
 
7457
7401
 
7458
7402
 
7459
- var _DescribeEngineDefaultClusterParametersCommand = class _DescribeEngineDefaultClusterParametersCommand extends import_smithy_client.Command.classBuilder().ep({
7460
- ...commonParams
7461
- }).m(function(Command, cs, config, o) {
7403
+ var _DescribeEngineDefaultClusterParametersCommand = class _DescribeEngineDefaultClusterParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7462
7404
  return [
7463
7405
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7464
7406
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7472,9 +7414,7 @@ var DescribeEngineDefaultClusterParametersCommand = _DescribeEngineDefaultCluste
7472
7414
 
7473
7415
 
7474
7416
 
7475
- var _DescribeEventCategoriesCommand = class _DescribeEventCategoriesCommand extends import_smithy_client.Command.classBuilder().ep({
7476
- ...commonParams
7477
- }).m(function(Command, cs, config, o) {
7417
+ var _DescribeEventCategoriesCommand = class _DescribeEventCategoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7478
7418
  return [
7479
7419
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7480
7420
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7488,9 +7428,7 @@ var DescribeEventCategoriesCommand = _DescribeEventCategoriesCommand;
7488
7428
 
7489
7429
 
7490
7430
 
7491
- var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep({
7492
- ...commonParams
7493
- }).m(function(Command, cs, config, o) {
7431
+ var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7494
7432
  return [
7495
7433
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7496
7434
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7504,9 +7442,7 @@ var DescribeEventsCommand = _DescribeEventsCommand;
7504
7442
 
7505
7443
 
7506
7444
 
7507
- var _DescribeEventSubscriptionsCommand = class _DescribeEventSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
7508
- ...commonParams
7509
- }).m(function(Command, cs, config, o) {
7445
+ var _DescribeEventSubscriptionsCommand = class _DescribeEventSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7510
7446
  return [
7511
7447
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7512
7448
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7520,9 +7456,7 @@ var DescribeEventSubscriptionsCommand = _DescribeEventSubscriptionsCommand;
7520
7456
 
7521
7457
 
7522
7458
 
7523
- var _DescribeGlobalClustersCommand = class _DescribeGlobalClustersCommand extends import_smithy_client.Command.classBuilder().ep({
7524
- ...commonParams
7525
- }).m(function(Command, cs, config, o) {
7459
+ var _DescribeGlobalClustersCommand = class _DescribeGlobalClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7526
7460
  return [
7527
7461
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7528
7462
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7536,9 +7470,7 @@ var DescribeGlobalClustersCommand = _DescribeGlobalClustersCommand;
7536
7470
 
7537
7471
 
7538
7472
 
7539
- var _DescribeOrderableDBInstanceOptionsCommand = class _DescribeOrderableDBInstanceOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
7540
- ...commonParams
7541
- }).m(function(Command, cs, config, o) {
7473
+ var _DescribeOrderableDBInstanceOptionsCommand = class _DescribeOrderableDBInstanceOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7542
7474
  return [
7543
7475
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7544
7476
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7552,9 +7484,7 @@ var DescribeOrderableDBInstanceOptionsCommand = _DescribeOrderableDBInstanceOpti
7552
7484
 
7553
7485
 
7554
7486
 
7555
- var _DescribePendingMaintenanceActionsCommand = class _DescribePendingMaintenanceActionsCommand extends import_smithy_client.Command.classBuilder().ep({
7556
- ...commonParams
7557
- }).m(function(Command, cs, config, o) {
7487
+ var _DescribePendingMaintenanceActionsCommand = class _DescribePendingMaintenanceActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7558
7488
  return [
7559
7489
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7560
7490
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7568,9 +7498,7 @@ var DescribePendingMaintenanceActionsCommand = _DescribePendingMaintenanceAction
7568
7498
 
7569
7499
 
7570
7500
 
7571
- var _FailoverDBClusterCommand = class _FailoverDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7572
- ...commonParams
7573
- }).m(function(Command, cs, config, o) {
7501
+ var _FailoverDBClusterCommand = class _FailoverDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7574
7502
  return [
7575
7503
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7576
7504
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7584,9 +7512,7 @@ var FailoverDBClusterCommand = _FailoverDBClusterCommand;
7584
7512
 
7585
7513
 
7586
7514
 
7587
- var _FailoverGlobalClusterCommand = class _FailoverGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7588
- ...commonParams
7589
- }).m(function(Command, cs, config, o) {
7515
+ var _FailoverGlobalClusterCommand = class _FailoverGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7590
7516
  return [
7591
7517
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7592
7518
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7600,9 +7526,7 @@ var FailoverGlobalClusterCommand = _FailoverGlobalClusterCommand;
7600
7526
 
7601
7527
 
7602
7528
 
7603
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
7604
- ...commonParams
7605
- }).m(function(Command, cs, config, o) {
7529
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7606
7530
  return [
7607
7531
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7608
7532
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7616,9 +7540,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
7616
7540
 
7617
7541
 
7618
7542
 
7619
- var _ModifyDBClusterCommand = class _ModifyDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7620
- ...commonParams
7621
- }).m(function(Command, cs, config, o) {
7543
+ var _ModifyDBClusterCommand = class _ModifyDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7622
7544
  return [
7623
7545
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7624
7546
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7632,9 +7554,7 @@ var ModifyDBClusterCommand = _ModifyDBClusterCommand;
7632
7554
 
7633
7555
 
7634
7556
 
7635
- var _ModifyDBClusterParameterGroupCommand = class _ModifyDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7636
- ...commonParams
7637
- }).m(function(Command, cs, config, o) {
7557
+ var _ModifyDBClusterParameterGroupCommand = class _ModifyDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7638
7558
  return [
7639
7559
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7640
7560
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7648,9 +7568,7 @@ var ModifyDBClusterParameterGroupCommand = _ModifyDBClusterParameterGroupCommand
7648
7568
 
7649
7569
 
7650
7570
 
7651
- var _ModifyDBClusterSnapshotAttributeCommand = class _ModifyDBClusterSnapshotAttributeCommand extends import_smithy_client.Command.classBuilder().ep({
7652
- ...commonParams
7653
- }).m(function(Command, cs, config, o) {
7571
+ var _ModifyDBClusterSnapshotAttributeCommand = class _ModifyDBClusterSnapshotAttributeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7654
7572
  return [
7655
7573
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7656
7574
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7664,9 +7582,7 @@ var ModifyDBClusterSnapshotAttributeCommand = _ModifyDBClusterSnapshotAttributeC
7664
7582
 
7665
7583
 
7666
7584
 
7667
- var _ModifyDBInstanceCommand = class _ModifyDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
7668
- ...commonParams
7669
- }).m(function(Command, cs, config, o) {
7585
+ var _ModifyDBInstanceCommand = class _ModifyDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7670
7586
  return [
7671
7587
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7672
7588
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7680,9 +7596,7 @@ var ModifyDBInstanceCommand = _ModifyDBInstanceCommand;
7680
7596
 
7681
7597
 
7682
7598
 
7683
- var _ModifyDBSubnetGroupCommand = class _ModifyDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7684
- ...commonParams
7685
- }).m(function(Command, cs, config, o) {
7599
+ var _ModifyDBSubnetGroupCommand = class _ModifyDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7686
7600
  return [
7687
7601
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7688
7602
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7696,9 +7610,7 @@ var ModifyDBSubnetGroupCommand = _ModifyDBSubnetGroupCommand;
7696
7610
 
7697
7611
 
7698
7612
 
7699
- var _ModifyEventSubscriptionCommand = class _ModifyEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
7700
- ...commonParams
7701
- }).m(function(Command, cs, config, o) {
7613
+ var _ModifyEventSubscriptionCommand = class _ModifyEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7702
7614
  return [
7703
7615
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7704
7616
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7712,9 +7624,7 @@ var ModifyEventSubscriptionCommand = _ModifyEventSubscriptionCommand;
7712
7624
 
7713
7625
 
7714
7626
 
7715
- var _ModifyGlobalClusterCommand = class _ModifyGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7716
- ...commonParams
7717
- }).m(function(Command, cs, config, o) {
7627
+ var _ModifyGlobalClusterCommand = class _ModifyGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7718
7628
  return [
7719
7629
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7720
7630
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7728,9 +7638,7 @@ var ModifyGlobalClusterCommand = _ModifyGlobalClusterCommand;
7728
7638
 
7729
7639
 
7730
7640
 
7731
- var _RebootDBInstanceCommand = class _RebootDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
7732
- ...commonParams
7733
- }).m(function(Command, cs, config, o) {
7641
+ var _RebootDBInstanceCommand = class _RebootDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7734
7642
  return [
7735
7643
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7736
7644
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7744,9 +7652,7 @@ var RebootDBInstanceCommand = _RebootDBInstanceCommand;
7744
7652
 
7745
7653
 
7746
7654
 
7747
- var _RemoveFromGlobalClusterCommand = class _RemoveFromGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7748
- ...commonParams
7749
- }).m(function(Command, cs, config, o) {
7655
+ var _RemoveFromGlobalClusterCommand = class _RemoveFromGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7750
7656
  return [
7751
7657
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7752
7658
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7760,9 +7666,7 @@ var RemoveFromGlobalClusterCommand = _RemoveFromGlobalClusterCommand;
7760
7666
 
7761
7667
 
7762
7668
 
7763
- var _RemoveSourceIdentifierFromSubscriptionCommand = class _RemoveSourceIdentifierFromSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
7764
- ...commonParams
7765
- }).m(function(Command, cs, config, o) {
7669
+ var _RemoveSourceIdentifierFromSubscriptionCommand = class _RemoveSourceIdentifierFromSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7766
7670
  return [
7767
7671
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7768
7672
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7776,9 +7680,7 @@ var RemoveSourceIdentifierFromSubscriptionCommand = _RemoveSourceIdentifierFromS
7776
7680
 
7777
7681
 
7778
7682
 
7779
- var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep({
7780
- ...commonParams
7781
- }).m(function(Command, cs, config, o) {
7683
+ var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7782
7684
  return [
7783
7685
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7784
7686
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7792,9 +7694,7 @@ var RemoveTagsFromResourceCommand = _RemoveTagsFromResourceCommand;
7792
7694
 
7793
7695
 
7794
7696
 
7795
- var _ResetDBClusterParameterGroupCommand = class _ResetDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7796
- ...commonParams
7797
- }).m(function(Command, cs, config, o) {
7697
+ var _ResetDBClusterParameterGroupCommand = class _ResetDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7798
7698
  return [
7799
7699
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7800
7700
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7808,9 +7708,7 @@ var ResetDBClusterParameterGroupCommand = _ResetDBClusterParameterGroupCommand;
7808
7708
 
7809
7709
 
7810
7710
 
7811
- var _RestoreDBClusterFromSnapshotCommand = class _RestoreDBClusterFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
7812
- ...commonParams
7813
- }).m(function(Command, cs, config, o) {
7711
+ var _RestoreDBClusterFromSnapshotCommand = class _RestoreDBClusterFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7814
7712
  return [
7815
7713
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7816
7714
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7824,9 +7722,7 @@ var RestoreDBClusterFromSnapshotCommand = _RestoreDBClusterFromSnapshotCommand;
7824
7722
 
7825
7723
 
7826
7724
 
7827
- var _RestoreDBClusterToPointInTimeCommand = class _RestoreDBClusterToPointInTimeCommand extends import_smithy_client.Command.classBuilder().ep({
7828
- ...commonParams
7829
- }).m(function(Command, cs, config, o) {
7725
+ var _RestoreDBClusterToPointInTimeCommand = class _RestoreDBClusterToPointInTimeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7830
7726
  return [
7831
7727
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7832
7728
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7840,9 +7736,7 @@ var RestoreDBClusterToPointInTimeCommand = _RestoreDBClusterToPointInTimeCommand
7840
7736
 
7841
7737
 
7842
7738
 
7843
- var _StartDBClusterCommand = class _StartDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7844
- ...commonParams
7845
- }).m(function(Command, cs, config, o) {
7739
+ var _StartDBClusterCommand = class _StartDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7846
7740
  return [
7847
7741
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7848
7742
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7856,9 +7750,7 @@ var StartDBClusterCommand = _StartDBClusterCommand;
7856
7750
 
7857
7751
 
7858
7752
 
7859
- var _StopDBClusterCommand = class _StopDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7860
- ...commonParams
7861
- }).m(function(Command, cs, config, o) {
7753
+ var _StopDBClusterCommand = class _StopDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7862
7754
  return [
7863
7755
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7864
7756
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7872,9 +7764,7 @@ var StopDBClusterCommand = _StopDBClusterCommand;
7872
7764
 
7873
7765
 
7874
7766
 
7875
- var _SwitchoverGlobalClusterCommand = class _SwitchoverGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
7876
- ...commonParams
7877
- }).m(function(Command, cs, config, o) {
7767
+ var _SwitchoverGlobalClusterCommand = class _SwitchoverGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7878
7768
  return [
7879
7769
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7880
7770
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AddSourceIdentifierToSubscriptionCommand, se_AddSourceIdentifierToSu
6
6
  export { $Command };
7
7
  export class AddSourceIdentifierToSubscriptionCommand 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_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../pro
6
6
  export { $Command };
7
7
  export class AddTagsToResourceCommand 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_ApplyPendingMaintenanceActionCommand, se_ApplyPendingMaintenanceActi
6
6
  export { $Command };
7
7
  export class ApplyPendingMaintenanceActionCommand 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_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCo
6
6
  export { $Command };
7
7
  export class CopyDBClusterParameterGroupCommand 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),
@@ -7,9 +7,7 @@ import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from
7
7
  export { $Command };
8
8
  export class CopyDBClusterSnapshotCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),