@aws-sdk/client-docdb 3.337.0 → 3.338.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 (225) hide show
  1. package/dist-cjs/DocDBClient.js +2 -1
  2. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +2 -1
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -1
  4. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +2 -1
  5. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +2 -1
  6. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +2 -1
  7. package/dist-cjs/commands/CreateDBClusterCommand.js +2 -1
  8. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +2 -1
  9. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +2 -1
  10. package/dist-cjs/commands/CreateDBInstanceCommand.js +2 -1
  11. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +2 -1
  12. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +2 -1
  13. package/dist-cjs/commands/CreateGlobalClusterCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteDBClusterCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteDBInstanceCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeCertificatesCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeDBClustersCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeDBInstancesCommand.js +2 -1
  29. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +2 -1
  30. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +2 -1
  31. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +2 -1
  32. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +2 -1
  33. package/dist-cjs/commands/DescribeEventsCommand.js +2 -1
  34. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +2 -1
  35. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +2 -1
  36. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +2 -1
  37. package/dist-cjs/commands/FailoverDBClusterCommand.js +2 -1
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  39. package/dist-cjs/commands/ModifyDBClusterCommand.js +2 -1
  40. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +2 -1
  41. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +2 -1
  42. package/dist-cjs/commands/ModifyDBInstanceCommand.js +2 -1
  43. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +2 -1
  44. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +2 -1
  45. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +2 -1
  46. package/dist-cjs/commands/RebootDBInstanceCommand.js +2 -1
  47. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +2 -1
  48. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +2 -1
  49. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -1
  50. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +2 -1
  51. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +2 -1
  52. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +2 -1
  53. package/dist-cjs/commands/StartDBClusterCommand.js +2 -1
  54. package/dist-cjs/commands/StopDBClusterCommand.js +2 -1
  55. package/dist-cjs/index.js +2 -2
  56. package/dist-cjs/models/DocDBServiceException.js +2 -1
  57. package/dist-es/DocDBClient.js +1 -0
  58. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +1 -0
  59. package/dist-es/commands/AddTagsToResourceCommand.js +1 -0
  60. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +1 -0
  61. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +1 -0
  62. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +1 -0
  63. package/dist-es/commands/CreateDBClusterCommand.js +1 -0
  64. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +1 -0
  65. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +1 -0
  66. package/dist-es/commands/CreateDBInstanceCommand.js +1 -0
  67. package/dist-es/commands/CreateDBSubnetGroupCommand.js +1 -0
  68. package/dist-es/commands/CreateEventSubscriptionCommand.js +1 -0
  69. package/dist-es/commands/CreateGlobalClusterCommand.js +1 -0
  70. package/dist-es/commands/DeleteDBClusterCommand.js +1 -0
  71. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +1 -0
  72. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +1 -0
  73. package/dist-es/commands/DeleteDBInstanceCommand.js +1 -0
  74. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +1 -0
  75. package/dist-es/commands/DeleteEventSubscriptionCommand.js +1 -0
  76. package/dist-es/commands/DeleteGlobalClusterCommand.js +1 -0
  77. package/dist-es/commands/DescribeCertificatesCommand.js +1 -0
  78. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +1 -0
  79. package/dist-es/commands/DescribeDBClusterParametersCommand.js +1 -0
  80. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +1 -0
  81. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +1 -0
  82. package/dist-es/commands/DescribeDBClustersCommand.js +1 -0
  83. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +1 -0
  84. package/dist-es/commands/DescribeDBInstancesCommand.js +1 -0
  85. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +1 -0
  86. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +1 -0
  87. package/dist-es/commands/DescribeEventCategoriesCommand.js +1 -0
  88. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +1 -0
  89. package/dist-es/commands/DescribeEventsCommand.js +1 -0
  90. package/dist-es/commands/DescribeGlobalClustersCommand.js +1 -0
  91. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +1 -0
  92. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +1 -0
  93. package/dist-es/commands/FailoverDBClusterCommand.js +1 -0
  94. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  95. package/dist-es/commands/ModifyDBClusterCommand.js +1 -0
  96. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +1 -0
  97. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +1 -0
  98. package/dist-es/commands/ModifyDBInstanceCommand.js +1 -0
  99. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +1 -0
  100. package/dist-es/commands/ModifyEventSubscriptionCommand.js +1 -0
  101. package/dist-es/commands/ModifyGlobalClusterCommand.js +1 -0
  102. package/dist-es/commands/RebootDBInstanceCommand.js +1 -0
  103. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +1 -0
  104. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +1 -0
  105. package/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -0
  106. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +1 -0
  107. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +1 -0
  108. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +1 -0
  109. package/dist-es/commands/StartDBClusterCommand.js +1 -0
  110. package/dist-es/commands/StopDBClusterCommand.js +1 -0
  111. package/dist-es/index.js +2 -2
  112. package/dist-es/models/DocDBServiceException.js +1 -0
  113. package/dist-types/DocDBClient.d.ts +3 -3
  114. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -0
  115. package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
  116. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -0
  117. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +4 -0
  118. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +4 -0
  119. package/dist-types/commands/CreateDBClusterCommand.d.ts +4 -0
  120. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +4 -0
  121. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +4 -0
  122. package/dist-types/commands/CreateDBInstanceCommand.d.ts +4 -0
  123. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +4 -0
  124. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +4 -0
  125. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +4 -0
  126. package/dist-types/commands/DeleteDBClusterCommand.d.ts +4 -0
  127. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -0
  128. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +4 -0
  129. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +4 -0
  130. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +4 -0
  131. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +4 -0
  132. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +4 -0
  133. package/dist-types/commands/DescribeCertificatesCommand.d.ts +4 -0
  134. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +4 -0
  135. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +4 -0
  136. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +4 -0
  137. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -0
  138. package/dist-types/commands/DescribeDBClustersCommand.d.ts +4 -0
  139. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +4 -0
  140. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +4 -0
  141. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -0
  142. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -0
  143. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +4 -0
  144. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -0
  145. package/dist-types/commands/DescribeEventsCommand.d.ts +4 -0
  146. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +4 -0
  147. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -0
  148. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -0
  149. package/dist-types/commands/FailoverDBClusterCommand.d.ts +4 -0
  150. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  151. package/dist-types/commands/ModifyDBClusterCommand.d.ts +4 -0
  152. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -0
  153. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +4 -0
  154. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +4 -0
  155. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +4 -0
  156. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +4 -0
  157. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +4 -0
  158. package/dist-types/commands/RebootDBInstanceCommand.d.ts +4 -0
  159. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +4 -0
  160. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -0
  161. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  162. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +4 -0
  163. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -0
  164. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -0
  165. package/dist-types/commands/StartDBClusterCommand.d.ts +4 -0
  166. package/dist-types/commands/StopDBClusterCommand.d.ts +4 -0
  167. package/dist-types/index.d.ts +7 -2
  168. package/dist-types/models/DocDBServiceException.d.ts +1 -0
  169. package/dist-types/ts3.4/DocDBClient.d.ts +3 -3
  170. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -0
  220. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -0
  221. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +1 -0
  222. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +1 -0
  223. package/dist-types/ts3.4/index.d.ts +2 -2
  224. package/dist-types/ts3.4/models/DocDBServiceException.d.ts +1 -0
  225. package/package.json +30 -30
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DocDBClient = void 0;
3
+ exports.DocDBClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class DocDBClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddSourceIdentifierToSubscriptionCommand = void 0;
3
+ exports.AddSourceIdentifierToSubscriptionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class AddSourceIdentifierToSubscriptionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsToResourceCommand = void 0;
3
+ exports.AddTagsToResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class AddTagsToResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApplyPendingMaintenanceActionCommand = void 0;
3
+ exports.ApplyPendingMaintenanceActionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ApplyPendingMaintenanceActionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CopyDBClusterParameterGroupCommand = void 0;
3
+ exports.CopyDBClusterParameterGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CopyDBClusterParameterGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CopyDBClusterSnapshotCommand = void 0;
3
+ exports.CopyDBClusterSnapshotCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_sdk_rds_1 = require("@aws-sdk/middleware-sdk-rds");
6
6
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CopyDBClusterSnapshotCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDBClusterCommand = void 0;
3
+ exports.CreateDBClusterCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateDBClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDBClusterParameterGroupCommand = void 0;
3
+ exports.CreateDBClusterParameterGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateDBClusterParameterGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDBClusterSnapshotCommand = void 0;
3
+ exports.CreateDBClusterSnapshotCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateDBClusterSnapshotCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDBInstanceCommand = void 0;
3
+ exports.CreateDBInstanceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateDBInstanceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDBSubnetGroupCommand = void 0;
3
+ exports.CreateDBSubnetGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateDBSubnetGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEventSubscriptionCommand = void 0;
3
+ exports.CreateEventSubscriptionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateEventSubscriptionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateGlobalClusterCommand = void 0;
3
+ exports.CreateGlobalClusterCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateGlobalClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDBClusterCommand = void 0;
3
+ exports.DeleteDBClusterCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteDBClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDBClusterParameterGroupCommand = void 0;
3
+ exports.DeleteDBClusterParameterGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteDBClusterParameterGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDBClusterSnapshotCommand = void 0;
3
+ exports.DeleteDBClusterSnapshotCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteDBClusterSnapshotCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDBInstanceCommand = void 0;
3
+ exports.DeleteDBInstanceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteDBInstanceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDBSubnetGroupCommand = void 0;
3
+ exports.DeleteDBSubnetGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteDBSubnetGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEventSubscriptionCommand = void 0;
3
+ exports.DeleteEventSubscriptionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteEventSubscriptionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteGlobalClusterCommand = void 0;
3
+ exports.DeleteGlobalClusterCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteGlobalClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCertificatesCommand = void 0;
3
+ exports.DescribeCertificatesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeCertificatesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBClusterParameterGroupsCommand = void 0;
3
+ exports.DescribeDBClusterParameterGroupsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeDBClusterParameterGroupsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBClusterParametersCommand = void 0;
3
+ exports.DescribeDBClusterParametersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeDBClusterParametersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBClusterSnapshotAttributesCommand = void 0;
3
+ exports.DescribeDBClusterSnapshotAttributesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeDBClusterSnapshotAttributesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBClusterSnapshotsCommand = void 0;
3
+ exports.DescribeDBClusterSnapshotsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeDBClusterSnapshotsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBClustersCommand = void 0;
3
+ exports.DescribeDBClustersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeDBClustersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBEngineVersionsCommand = void 0;
3
+ exports.DescribeDBEngineVersionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeDBEngineVersionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBInstancesCommand = void 0;
3
+ exports.DescribeDBInstancesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeDBInstancesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBSubnetGroupsCommand = void 0;
3
+ exports.DescribeDBSubnetGroupsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeDBSubnetGroupsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEngineDefaultClusterParametersCommand = void 0;
3
+ exports.DescribeEngineDefaultClusterParametersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeEngineDefaultClusterParametersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEventCategoriesCommand = void 0;
3
+ exports.DescribeEventCategoriesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeEventCategoriesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEventSubscriptionsCommand = void 0;
3
+ exports.DescribeEventSubscriptionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeEventSubscriptionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEventsCommand = void 0;
3
+ exports.DescribeEventsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeEventsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeGlobalClustersCommand = void 0;
3
+ exports.DescribeGlobalClustersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeGlobalClustersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeOrderableDBInstanceOptionsCommand = void 0;
3
+ exports.DescribeOrderableDBInstanceOptionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeOrderableDBInstanceOptionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePendingMaintenanceActionsCommand = void 0;
3
+ exports.DescribePendingMaintenanceActionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribePendingMaintenanceActionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FailoverDBClusterCommand = void 0;
3
+ exports.FailoverDBClusterCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class FailoverDBClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyDBClusterCommand = void 0;
3
+ exports.ModifyDBClusterCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ModifyDBClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyDBClusterParameterGroupCommand = void 0;
3
+ exports.ModifyDBClusterParameterGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ModifyDBClusterParameterGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyDBClusterSnapshotAttributeCommand = void 0;
3
+ exports.ModifyDBClusterSnapshotAttributeCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ModifyDBClusterSnapshotAttributeCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyDBInstanceCommand = void 0;
3
+ exports.ModifyDBInstanceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ModifyDBInstanceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyDBSubnetGroupCommand = void 0;
3
+ exports.ModifyDBSubnetGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ModifyDBSubnetGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyEventSubscriptionCommand = void 0;
3
+ exports.ModifyEventSubscriptionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ModifyEventSubscriptionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyGlobalClusterCommand = void 0;
3
+ exports.ModifyGlobalClusterCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ModifyGlobalClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RebootDBInstanceCommand = void 0;
3
+ exports.RebootDBInstanceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class RebootDBInstanceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {