@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,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveFromGlobalClusterCommand = void 0;
3
+ exports.RemoveFromGlobalClusterCommand = 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 RemoveFromGlobalClusterCommand 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.RemoveSourceIdentifierFromSubscriptionCommand = void 0;
3
+ exports.RemoveSourceIdentifierFromSubscriptionCommand = 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 RemoveSourceIdentifierFromSubscriptionCommand 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.RemoveTagsFromResourceCommand = void 0;
3
+ exports.RemoveTagsFromResourceCommand = 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 RemoveTagsFromResourceCommand 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.ResetDBClusterParameterGroupCommand = void 0;
3
+ exports.ResetDBClusterParameterGroupCommand = 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 ResetDBClusterParameterGroupCommand 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.RestoreDBClusterFromSnapshotCommand = void 0;
3
+ exports.RestoreDBClusterFromSnapshotCommand = 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 RestoreDBClusterFromSnapshotCommand 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.RestoreDBClusterToPointInTimeCommand = void 0;
3
+ exports.RestoreDBClusterToPointInTimeCommand = 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 RestoreDBClusterToPointInTimeCommand 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.StartDBClusterCommand = void 0;
3
+ exports.StartDBClusterCommand = 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 StartDBClusterCommand 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.StopDBClusterCommand = void 0;
3
+ exports.StopDBClusterCommand = 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 StopDBClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DocDBServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./DocDB"), exports);
6
5
  tslib_1.__exportStar(require("./DocDBClient"), exports);
6
+ tslib_1.__exportStar(require("./DocDB"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
10
9
  tslib_1.__exportStar(require("./waiters"), exports);
10
+ tslib_1.__exportStar(require("./models"), exports);
11
11
  var DocDBServiceException_1 = require("./models/DocDBServiceException");
12
12
  Object.defineProperty(exports, "DocDBServiceException", { enumerable: true, get: function () { return DocDBServiceException_1.DocDBServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DocDBServiceException = void 0;
3
+ exports.DocDBServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class DocDBServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class DocDBClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AddSourceIdentifierToSubscriptionCommand, se_AddSourceIdentifierToSubscriptionCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class AddSourceIdentifierToSubscriptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class AddTagsToResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ApplyPendingMaintenanceActionCommand, se_ApplyPendingMaintenanceActionCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ApplyPendingMaintenanceActionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CopyDBClusterParameterGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from "../protocols/Aws_query";
6
+ export { $Command };
6
7
  export class CopyDBClusterSnapshotCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateDBClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateDBClusterParameterGroupCommand, se_CreateDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateDBClusterParameterGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateDBClusterSnapshotCommand, se_CreateDBClusterSnapshotCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateDBClusterSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateDBInstanceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateDBSubnetGroupCommand, se_CreateDBSubnetGroupCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateDBSubnetGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateEventSubscriptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateGlobalClusterCommand, se_CreateGlobalClusterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateGlobalClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDBClusterCommand, se_DeleteDBClusterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteDBClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDBClusterParameterGroupCommand, se_DeleteDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteDBClusterParameterGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDBClusterSnapshotCommand, se_DeleteDBClusterSnapshotCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteDBClusterSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDBInstanceCommand, se_DeleteDBInstanceCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteDBInstanceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDBSubnetGroupCommand, se_DeleteDBSubnetGroupCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteDBSubnetGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteEventSubscriptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteGlobalClusterCommand, se_DeleteGlobalClusterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteGlobalClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeCertificatesCommand, se_DescribeCertificatesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeCertificatesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDBClusterParameterGroupsCommand, se_DescribeDBClusterParameterGroupsCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeDBClusterParameterGroupsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDBClusterParametersCommand, se_DescribeDBClusterParametersCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeDBClusterParametersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDBClusterSnapshotAttributesCommand, se_DescribeDBClusterSnapshotAttributesCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeDBClusterSnapshotAttributesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDBClusterSnapshotsCommand, se_DescribeDBClusterSnapshotsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeDBClusterSnapshotsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDBClustersCommand, se_DescribeDBClustersCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeDBClustersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDBEngineVersionsCommand, se_DescribeDBEngineVersionsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeDBEngineVersionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDBInstancesCommand, se_DescribeDBInstancesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeDBInstancesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDBSubnetGroupsCommand, se_DescribeDBSubnetGroupsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeDBSubnetGroupsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeEngineDefaultClusterParametersCommand, se_DescribeEngineDefaultClusterParametersCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeEngineDefaultClusterParametersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeEventCategoriesCommand, se_DescribeEventCategoriesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeEventCategoriesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeEventSubscriptionsCommand, se_DescribeEventSubscriptionsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeEventSubscriptionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeEventsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeGlobalClustersCommand, se_DescribeGlobalClustersCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeGlobalClustersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeOrderableDBInstanceOptionsCommand, se_DescribeOrderableDBInstanceOptionsCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeOrderableDBInstanceOptionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribePendingMaintenanceActionsCommand, se_DescribePendingMaintenanceActionsCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribePendingMaintenanceActionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_FailoverDBClusterCommand, se_FailoverDBClusterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class FailoverDBClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyDBClusterCommand, se_ModifyDBClusterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyDBClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyDBClusterParameterGroupCommand, se_ModifyDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyDBClusterParameterGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyDBClusterSnapshotAttributeCommand, se_ModifyDBClusterSnapshotAttributeCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyDBClusterSnapshotAttributeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyDBInstanceCommand, se_ModifyDBInstanceCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyDBInstanceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyDBSubnetGroupCommand, se_ModifyDBSubnetGroupCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyDBSubnetGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyEventSubscriptionCommand, se_ModifyEventSubscriptionCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyEventSubscriptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyGlobalClusterCommand, se_ModifyGlobalClusterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyGlobalClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RebootDBInstanceCommand, se_RebootDBInstanceCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class RebootDBInstanceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveFromGlobalClusterCommand, se_RemoveFromGlobalClusterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class RemoveFromGlobalClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveSourceIdentifierFromSubscriptionCommand, se_RemoveSourceIdentifierFromSubscriptionCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class RemoveTagsFromResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ResetDBClusterParameterGroupCommand, se_ResetDBClusterParameterGroupCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ResetDBClusterParameterGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RestoreDBClusterFromSnapshotCommand, se_RestoreDBClusterFromSnapshotCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class RestoreDBClusterFromSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {