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