@aws-sdk/client-rds 3.183.0 → 3.185.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 (192) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_query.js +2 -2
  3. package/dist-es/RDS.js +557 -550
  4. package/dist-es/RDSClient.js +28 -22
  5. package/dist-es/commands/AddRoleToDBClusterCommand.js +29 -22
  6. package/dist-es/commands/AddRoleToDBInstanceCommand.js +29 -22
  7. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +28 -21
  8. package/dist-es/commands/AddTagsToResourceCommand.js +29 -22
  9. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +28 -21
  10. package/dist-es/commands/AuthorizeDBSecurityGroupIngressCommand.js +28 -21
  11. package/dist-es/commands/BacktrackDBClusterCommand.js +28 -21
  12. package/dist-es/commands/CancelExportTaskCommand.js +28 -21
  13. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +28 -21
  14. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +28 -21
  15. package/dist-es/commands/CopyDBParameterGroupCommand.js +28 -21
  16. package/dist-es/commands/CopyDBSnapshotCommand.js +28 -21
  17. package/dist-es/commands/CopyOptionGroupCommand.js +28 -21
  18. package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +28 -21
  19. package/dist-es/commands/CreateDBClusterCommand.js +28 -21
  20. package/dist-es/commands/CreateDBClusterEndpointCommand.js +28 -21
  21. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +28 -21
  22. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +28 -21
  23. package/dist-es/commands/CreateDBInstanceCommand.js +28 -21
  24. package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +28 -21
  25. package/dist-es/commands/CreateDBParameterGroupCommand.js +28 -21
  26. package/dist-es/commands/CreateDBProxyCommand.js +28 -21
  27. package/dist-es/commands/CreateDBProxyEndpointCommand.js +28 -21
  28. package/dist-es/commands/CreateDBSecurityGroupCommand.js +28 -21
  29. package/dist-es/commands/CreateDBSnapshotCommand.js +28 -21
  30. package/dist-es/commands/CreateDBSubnetGroupCommand.js +28 -21
  31. package/dist-es/commands/CreateEventSubscriptionCommand.js +28 -21
  32. package/dist-es/commands/CreateGlobalClusterCommand.js +28 -21
  33. package/dist-es/commands/CreateOptionGroupCommand.js +28 -21
  34. package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +28 -21
  35. package/dist-es/commands/DeleteDBClusterCommand.js +28 -21
  36. package/dist-es/commands/DeleteDBClusterEndpointCommand.js +28 -21
  37. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +29 -22
  38. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +28 -21
  39. package/dist-es/commands/DeleteDBInstanceAutomatedBackupCommand.js +28 -21
  40. package/dist-es/commands/DeleteDBInstanceCommand.js +28 -21
  41. package/dist-es/commands/DeleteDBParameterGroupCommand.js +29 -22
  42. package/dist-es/commands/DeleteDBProxyCommand.js +28 -21
  43. package/dist-es/commands/DeleteDBProxyEndpointCommand.js +28 -21
  44. package/dist-es/commands/DeleteDBSecurityGroupCommand.js +29 -22
  45. package/dist-es/commands/DeleteDBSnapshotCommand.js +28 -21
  46. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +29 -22
  47. package/dist-es/commands/DeleteEventSubscriptionCommand.js +28 -21
  48. package/dist-es/commands/DeleteGlobalClusterCommand.js +28 -21
  49. package/dist-es/commands/DeleteOptionGroupCommand.js +29 -22
  50. package/dist-es/commands/DeregisterDBProxyTargetsCommand.js +28 -21
  51. package/dist-es/commands/DescribeAccountAttributesCommand.js +28 -21
  52. package/dist-es/commands/DescribeCertificatesCommand.js +28 -21
  53. package/dist-es/commands/DescribeDBClusterBacktracksCommand.js +28 -21
  54. package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +28 -21
  55. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +28 -21
  56. package/dist-es/commands/DescribeDBClusterParametersCommand.js +28 -21
  57. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +28 -21
  58. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +28 -21
  59. package/dist-es/commands/DescribeDBClustersCommand.js +28 -21
  60. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +28 -21
  61. package/dist-es/commands/DescribeDBInstanceAutomatedBackupsCommand.js +28 -21
  62. package/dist-es/commands/DescribeDBInstancesCommand.js +28 -21
  63. package/dist-es/commands/DescribeDBLogFilesCommand.js +28 -21
  64. package/dist-es/commands/DescribeDBParameterGroupsCommand.js +28 -21
  65. package/dist-es/commands/DescribeDBParametersCommand.js +28 -21
  66. package/dist-es/commands/DescribeDBProxiesCommand.js +28 -21
  67. package/dist-es/commands/DescribeDBProxyEndpointsCommand.js +28 -21
  68. package/dist-es/commands/DescribeDBProxyTargetGroupsCommand.js +28 -21
  69. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +28 -21
  70. package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +28 -21
  71. package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +28 -21
  72. package/dist-es/commands/DescribeDBSnapshotsCommand.js +28 -21
  73. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +28 -21
  74. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +28 -21
  75. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +28 -21
  76. package/dist-es/commands/DescribeEventCategoriesCommand.js +28 -21
  77. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +28 -21
  78. package/dist-es/commands/DescribeEventsCommand.js +28 -21
  79. package/dist-es/commands/DescribeExportTasksCommand.js +28 -21
  80. package/dist-es/commands/DescribeGlobalClustersCommand.js +28 -21
  81. package/dist-es/commands/DescribeOptionGroupOptionsCommand.js +28 -21
  82. package/dist-es/commands/DescribeOptionGroupsCommand.js +28 -21
  83. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +28 -21
  84. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +28 -21
  85. package/dist-es/commands/DescribeReservedDBInstancesCommand.js +28 -21
  86. package/dist-es/commands/DescribeReservedDBInstancesOfferingsCommand.js +28 -21
  87. package/dist-es/commands/DescribeSourceRegionsCommand.js +28 -21
  88. package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +28 -21
  89. package/dist-es/commands/DownloadDBLogFilePortionCommand.js +28 -21
  90. package/dist-es/commands/FailoverDBClusterCommand.js +28 -21
  91. package/dist-es/commands/FailoverGlobalClusterCommand.js +28 -21
  92. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  93. package/dist-es/commands/ModifyActivityStreamCommand.js +28 -21
  94. package/dist-es/commands/ModifyCertificatesCommand.js +28 -21
  95. package/dist-es/commands/ModifyCurrentDBClusterCapacityCommand.js +28 -21
  96. package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +28 -21
  97. package/dist-es/commands/ModifyDBClusterCommand.js +28 -21
  98. package/dist-es/commands/ModifyDBClusterEndpointCommand.js +28 -21
  99. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +28 -21
  100. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +28 -21
  101. package/dist-es/commands/ModifyDBInstanceCommand.js +28 -21
  102. package/dist-es/commands/ModifyDBParameterGroupCommand.js +28 -21
  103. package/dist-es/commands/ModifyDBProxyCommand.js +28 -21
  104. package/dist-es/commands/ModifyDBProxyEndpointCommand.js +28 -21
  105. package/dist-es/commands/ModifyDBProxyTargetGroupCommand.js +28 -21
  106. package/dist-es/commands/ModifyDBSnapshotAttributeCommand.js +28 -21
  107. package/dist-es/commands/ModifyDBSnapshotCommand.js +28 -21
  108. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +28 -21
  109. package/dist-es/commands/ModifyEventSubscriptionCommand.js +28 -21
  110. package/dist-es/commands/ModifyGlobalClusterCommand.js +28 -21
  111. package/dist-es/commands/ModifyOptionGroupCommand.js +28 -21
  112. package/dist-es/commands/PromoteReadReplicaCommand.js +28 -21
  113. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +28 -21
  114. package/dist-es/commands/PurchaseReservedDBInstancesOfferingCommand.js +28 -21
  115. package/dist-es/commands/RebootDBClusterCommand.js +28 -21
  116. package/dist-es/commands/RebootDBInstanceCommand.js +28 -21
  117. package/dist-es/commands/RegisterDBProxyTargetsCommand.js +28 -21
  118. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +28 -21
  119. package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +29 -22
  120. package/dist-es/commands/RemoveRoleFromDBInstanceCommand.js +29 -22
  121. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +28 -21
  122. package/dist-es/commands/RemoveTagsFromResourceCommand.js +29 -22
  123. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +28 -21
  124. package/dist-es/commands/ResetDBParameterGroupCommand.js +28 -21
  125. package/dist-es/commands/RestoreDBClusterFromS3Command.js +28 -21
  126. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +28 -21
  127. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +28 -21
  128. package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +28 -21
  129. package/dist-es/commands/RestoreDBInstanceFromS3Command.js +28 -21
  130. package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +28 -21
  131. package/dist-es/commands/RevokeDBSecurityGroupIngressCommand.js +28 -21
  132. package/dist-es/commands/StartActivityStreamCommand.js +28 -21
  133. package/dist-es/commands/StartDBClusterCommand.js +28 -21
  134. package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +28 -21
  135. package/dist-es/commands/StartDBInstanceCommand.js +28 -21
  136. package/dist-es/commands/StartExportTaskCommand.js +28 -21
  137. package/dist-es/commands/StopActivityStreamCommand.js +28 -21
  138. package/dist-es/commands/StopDBClusterCommand.js +28 -21
  139. package/dist-es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +28 -21
  140. package/dist-es/commands/StopDBInstanceCommand.js +28 -21
  141. package/dist-es/commands/SwitchoverReadReplicaCommand.js +28 -21
  142. package/dist-es/endpoints.js +8 -8
  143. package/dist-es/models/RDSServiceException.js +10 -5
  144. package/dist-es/models/models_0.js +1339 -1710
  145. package/dist-es/models/models_1.js +398 -707
  146. package/dist-es/pagination/DescribeCertificatesPaginator.js +68 -25
  147. package/dist-es/pagination/DescribeDBClusterBacktracksPaginator.js +68 -25
  148. package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +68 -25
  149. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +68 -25
  150. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +68 -25
  151. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +68 -25
  152. package/dist-es/pagination/DescribeDBClustersPaginator.js +68 -25
  153. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +68 -25
  154. package/dist-es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +68 -25
  155. package/dist-es/pagination/DescribeDBInstancesPaginator.js +68 -25
  156. package/dist-es/pagination/DescribeDBLogFilesPaginator.js +68 -25
  157. package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +68 -25
  158. package/dist-es/pagination/DescribeDBParametersPaginator.js +68 -25
  159. package/dist-es/pagination/DescribeDBProxiesPaginator.js +68 -25
  160. package/dist-es/pagination/DescribeDBProxyEndpointsPaginator.js +68 -25
  161. package/dist-es/pagination/DescribeDBProxyTargetGroupsPaginator.js +68 -25
  162. package/dist-es/pagination/DescribeDBProxyTargetsPaginator.js +68 -25
  163. package/dist-es/pagination/DescribeDBSecurityGroupsPaginator.js +68 -25
  164. package/dist-es/pagination/DescribeDBSnapshotsPaginator.js +68 -25
  165. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +68 -25
  166. package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +68 -25
  167. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +68 -25
  168. package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
  169. package/dist-es/pagination/DescribeExportTasksPaginator.js +68 -25
  170. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +68 -25
  171. package/dist-es/pagination/DescribeOptionGroupOptionsPaginator.js +68 -25
  172. package/dist-es/pagination/DescribeOptionGroupsPaginator.js +68 -25
  173. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +68 -25
  174. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +68 -25
  175. package/dist-es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +68 -25
  176. package/dist-es/pagination/DescribeReservedDBInstancesPaginator.js +68 -25
  177. package/dist-es/pagination/DescribeSourceRegionsPaginator.js +68 -25
  178. package/dist-es/pagination/DownloadDBLogFilePortionPaginator.js +68 -25
  179. package/dist-es/protocols/Aws_query.js +13117 -10109
  180. package/dist-es/runtimeConfig.browser.js +12 -26
  181. package/dist-es/runtimeConfig.js +12 -30
  182. package/dist-es/runtimeConfig.native.js +5 -8
  183. package/dist-es/runtimeConfig.shared.js +11 -8
  184. package/dist-es/waiters/waitForDBClusterAvailable.js +187 -106
  185. package/dist-es/waiters/waitForDBClusterDeleted.js +147 -86
  186. package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +187 -106
  187. package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +147 -86
  188. package/dist-es/waiters/waitForDBInstanceAvailable.js +187 -106
  189. package/dist-es/waiters/waitForDBInstanceDeleted.js +147 -86
  190. package/dist-es/waiters/waitForDBSnapshotAvailable.js +187 -106
  191. package/dist-es/waiters/waitForDBSnapshotDeleted.js +147 -86
  192. package/package.json +5 -5
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ModifyCertificatesMessageFilterSensitiveLog, ModifyCertificatesResultFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_queryModifyCertificatesCommand, serializeAws_queryModifyCertificatesCommand, } from "../protocols/Aws_query";
5
- export class ModifyCertificatesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyCertificatesCommand = (function (_super) {
7
+ __extends(ModifyCertificatesCommand, _super);
8
+ function ModifyCertificatesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyCertificatesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "RDSClient";
15
- const commandName = "ModifyCertificatesCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RDSClient";
18
+ var commandName = "ModifyCertificatesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyCertificatesMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyCertificatesResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ModifyCertificatesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyCertificatesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyCertificatesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyCertificatesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyCertificatesCommand;
38
+ }($Command));
39
+ export { ModifyCertificatesCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DBClusterCapacityInfoFilterSensitiveLog, ModifyCurrentDBClusterCapacityMessageFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_queryModifyCurrentDBClusterCapacityCommand, serializeAws_queryModifyCurrentDBClusterCapacityCommand, } from "../protocols/Aws_query";
5
- export class ModifyCurrentDBClusterCapacityCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyCurrentDBClusterCapacityCommand = (function (_super) {
7
+ __extends(ModifyCurrentDBClusterCapacityCommand, _super);
8
+ function ModifyCurrentDBClusterCapacityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyCurrentDBClusterCapacityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "RDSClient";
15
- const commandName = "ModifyCurrentDBClusterCapacityCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RDSClient";
18
+ var commandName = "ModifyCurrentDBClusterCapacityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyCurrentDBClusterCapacityMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBClusterCapacityInfoFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ModifyCurrentDBClusterCapacityCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyCurrentDBClusterCapacityCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyCurrentDBClusterCapacityCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyCurrentDBClusterCapacityCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyCurrentDBClusterCapacityCommand;
38
+ }($Command));
39
+ export { ModifyCurrentDBClusterCapacityCommand };
@@ -1,33 +1,40 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DBEngineVersionFilterSensitiveLog } from "../models/models_0";
4
5
  import { ModifyCustomDBEngineVersionMessageFilterSensitiveLog, } from "../models/models_1";
5
6
  import { deserializeAws_queryModifyCustomDBEngineVersionCommand, serializeAws_queryModifyCustomDBEngineVersionCommand, } from "../protocols/Aws_query";
6
- export class ModifyCustomDBEngineVersionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var ModifyCustomDBEngineVersionCommand = (function (_super) {
8
+ __extends(ModifyCustomDBEngineVersionCommand, _super);
9
+ function ModifyCustomDBEngineVersionCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ ModifyCustomDBEngineVersionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
- const stack = clientStack.concat(this.middlewareStack);
14
- const { logger } = configuration;
15
- const clientName = "RDSClient";
16
- const commandName = "ModifyCustomDBEngineVersionCommand";
17
- const handlerExecutionContext = {
18
- logger,
19
- clientName,
20
- commandName,
16
+ var stack = clientStack.concat(this.middlewareStack);
17
+ var logger = configuration.logger;
18
+ var clientName = "RDSClient";
19
+ var commandName = "ModifyCustomDBEngineVersionCommand";
20
+ var handlerExecutionContext = {
21
+ logger: logger,
22
+ clientName: clientName,
23
+ commandName: commandName,
21
24
  inputFilterSensitiveLog: ModifyCustomDBEngineVersionMessageFilterSensitiveLog,
22
25
  outputFilterSensitiveLog: DBEngineVersionFilterSensitiveLog,
23
26
  };
24
- const { requestHandler } = configuration;
25
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
26
- }
27
- serialize(input, context) {
27
+ var requestHandler = configuration.requestHandler;
28
+ return stack.resolve(function (request) {
29
+ return requestHandler.handle(request.request, options || {});
30
+ }, handlerExecutionContext);
31
+ };
32
+ ModifyCustomDBEngineVersionCommand.prototype.serialize = function (input, context) {
28
33
  return serializeAws_queryModifyCustomDBEngineVersionCommand(input, context);
29
- }
30
- deserialize(output, context) {
34
+ };
35
+ ModifyCustomDBEngineVersionCommand.prototype.deserialize = function (output, context) {
31
36
  return deserializeAws_queryModifyCustomDBEngineVersionCommand(output, context);
32
- }
33
- }
37
+ };
38
+ return ModifyCustomDBEngineVersionCommand;
39
+ }($Command));
40
+ export { ModifyCustomDBEngineVersionCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ModifyDBClusterMessageFilterSensitiveLog, ModifyDBClusterResultFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_queryModifyDBClusterCommand, serializeAws_queryModifyDBClusterCommand, } from "../protocols/Aws_query";
5
- export class ModifyDBClusterCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyDBClusterCommand = (function (_super) {
7
+ __extends(ModifyDBClusterCommand, _super);
8
+ function ModifyDBClusterCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyDBClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "RDSClient";
15
- const commandName = "ModifyDBClusterCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RDSClient";
18
+ var commandName = "ModifyDBClusterCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyDBClusterMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyDBClusterResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ModifyDBClusterCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyDBClusterCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyDBClusterCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyDBClusterCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyDBClusterCommand;
38
+ }($Command));
39
+ export { ModifyDBClusterCommand };
@@ -1,33 +1,40 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DBClusterEndpointFilterSensitiveLog } from "../models/models_0";
4
5
  import { ModifyDBClusterEndpointMessageFilterSensitiveLog } from "../models/models_1";
5
6
  import { deserializeAws_queryModifyDBClusterEndpointCommand, serializeAws_queryModifyDBClusterEndpointCommand, } from "../protocols/Aws_query";
6
- export class ModifyDBClusterEndpointCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var ModifyDBClusterEndpointCommand = (function (_super) {
8
+ __extends(ModifyDBClusterEndpointCommand, _super);
9
+ function ModifyDBClusterEndpointCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ ModifyDBClusterEndpointCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
- const stack = clientStack.concat(this.middlewareStack);
14
- const { logger } = configuration;
15
- const clientName = "RDSClient";
16
- const commandName = "ModifyDBClusterEndpointCommand";
17
- const handlerExecutionContext = {
18
- logger,
19
- clientName,
20
- commandName,
16
+ var stack = clientStack.concat(this.middlewareStack);
17
+ var logger = configuration.logger;
18
+ var clientName = "RDSClient";
19
+ var commandName = "ModifyDBClusterEndpointCommand";
20
+ var handlerExecutionContext = {
21
+ logger: logger,
22
+ clientName: clientName,
23
+ commandName: commandName,
21
24
  inputFilterSensitiveLog: ModifyDBClusterEndpointMessageFilterSensitiveLog,
22
25
  outputFilterSensitiveLog: DBClusterEndpointFilterSensitiveLog,
23
26
  };
24
- const { requestHandler } = configuration;
25
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
26
- }
27
- serialize(input, context) {
27
+ var requestHandler = configuration.requestHandler;
28
+ return stack.resolve(function (request) {
29
+ return requestHandler.handle(request.request, options || {});
30
+ }, handlerExecutionContext);
31
+ };
32
+ ModifyDBClusterEndpointCommand.prototype.serialize = function (input, context) {
28
33
  return serializeAws_queryModifyDBClusterEndpointCommand(input, context);
29
- }
30
- deserialize(output, context) {
34
+ };
35
+ ModifyDBClusterEndpointCommand.prototype.deserialize = function (output, context) {
31
36
  return deserializeAws_queryModifyDBClusterEndpointCommand(output, context);
32
- }
33
- }
37
+ };
38
+ return ModifyDBClusterEndpointCommand;
39
+ }($Command));
40
+ export { ModifyDBClusterEndpointCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DBClusterParameterGroupNameMessageFilterSensitiveLog, ModifyDBClusterParameterGroupMessageFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_queryModifyDBClusterParameterGroupCommand, serializeAws_queryModifyDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
5
- export class ModifyDBClusterParameterGroupCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyDBClusterParameterGroupCommand = (function (_super) {
7
+ __extends(ModifyDBClusterParameterGroupCommand, _super);
8
+ function ModifyDBClusterParameterGroupCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyDBClusterParameterGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "RDSClient";
15
- const commandName = "ModifyDBClusterParameterGroupCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RDSClient";
18
+ var commandName = "ModifyDBClusterParameterGroupCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyDBClusterParameterGroupMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBClusterParameterGroupNameMessageFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ModifyDBClusterParameterGroupCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyDBClusterParameterGroupCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyDBClusterParameterGroupCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyDBClusterParameterGroupCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyDBClusterParameterGroupCommand;
38
+ }($Command));
39
+ export { ModifyDBClusterParameterGroupCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog, ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_queryModifyDBClusterSnapshotAttributeCommand, serializeAws_queryModifyDBClusterSnapshotAttributeCommand, } from "../protocols/Aws_query";
5
- export class ModifyDBClusterSnapshotAttributeCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyDBClusterSnapshotAttributeCommand = (function (_super) {
7
+ __extends(ModifyDBClusterSnapshotAttributeCommand, _super);
8
+ function ModifyDBClusterSnapshotAttributeCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyDBClusterSnapshotAttributeCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "RDSClient";
15
- const commandName = "ModifyDBClusterSnapshotAttributeCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RDSClient";
18
+ var commandName = "ModifyDBClusterSnapshotAttributeCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ModifyDBClusterSnapshotAttributeCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyDBClusterSnapshotAttributeCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyDBClusterSnapshotAttributeCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyDBClusterSnapshotAttributeCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyDBClusterSnapshotAttributeCommand;
38
+ }($Command));
39
+ export { ModifyDBClusterSnapshotAttributeCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ModifyDBInstanceMessageFilterSensitiveLog, ModifyDBInstanceResultFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_queryModifyDBInstanceCommand, serializeAws_queryModifyDBInstanceCommand, } from "../protocols/Aws_query";
5
- export class ModifyDBInstanceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyDBInstanceCommand = (function (_super) {
7
+ __extends(ModifyDBInstanceCommand, _super);
8
+ function ModifyDBInstanceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyDBInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "RDSClient";
15
- const commandName = "ModifyDBInstanceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RDSClient";
18
+ var commandName = "ModifyDBInstanceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyDBInstanceMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyDBInstanceResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ModifyDBInstanceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyDBInstanceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyDBInstanceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyDBInstanceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyDBInstanceCommand;
38
+ }($Command));
39
+ export { ModifyDBInstanceCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DBParameterGroupNameMessageFilterSensitiveLog, ModifyDBParameterGroupMessageFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_queryModifyDBParameterGroupCommand, serializeAws_queryModifyDBParameterGroupCommand, } from "../protocols/Aws_query";
5
- export class ModifyDBParameterGroupCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyDBParameterGroupCommand = (function (_super) {
7
+ __extends(ModifyDBParameterGroupCommand, _super);
8
+ function ModifyDBParameterGroupCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyDBParameterGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "RDSClient";
15
- const commandName = "ModifyDBParameterGroupCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RDSClient";
18
+ var commandName = "ModifyDBParameterGroupCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyDBParameterGroupMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBParameterGroupNameMessageFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ModifyDBParameterGroupCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyDBParameterGroupCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyDBParameterGroupCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyDBParameterGroupCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyDBParameterGroupCommand;
38
+ }($Command));
39
+ export { ModifyDBParameterGroupCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ModifyDBProxyRequestFilterSensitiveLog, ModifyDBProxyResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_queryModifyDBProxyCommand, serializeAws_queryModifyDBProxyCommand, } from "../protocols/Aws_query";
5
- export class ModifyDBProxyCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyDBProxyCommand = (function (_super) {
7
+ __extends(ModifyDBProxyCommand, _super);
8
+ function ModifyDBProxyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyDBProxyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "RDSClient";
15
- const commandName = "ModifyDBProxyCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RDSClient";
18
+ var commandName = "ModifyDBProxyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyDBProxyRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyDBProxyResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ModifyDBProxyCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyDBProxyCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyDBProxyCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyDBProxyCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyDBProxyCommand;
38
+ }($Command));
39
+ export { ModifyDBProxyCommand };