@aws-sdk/client-docdb 3.335.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
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { RemoveSourceIdentifierFromSubscriptionMessage, RemoveSourceIdentifierFromSubscriptionResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { RemoveTagsFromResourceMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { RestoreDBClusterToPointInTimeMessage, RestoreDBClusterToPointInTimeResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,12 @@
1
- export * from "./DocDB";
1
+ /**
2
+ * <p>Amazon DocumentDB API documentation</p>
3
+ *
4
+ * @packageDocumentation
5
+ */
2
6
  export * from "./DocDBClient";
7
+ export * from "./DocDB";
3
8
  export * from "./commands";
4
- export * from "./models";
5
9
  export * from "./pagination";
6
10
  export * from "./waiters";
11
+ export * from "./models";
7
12
  export { DocDBServiceException } from "./models/DocDBServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -263,6 +263,7 @@ import {
263
263
  ClientResolvedEndpointParameters,
264
264
  EndpointParameters,
265
265
  } from "./endpoint/EndpointParameters";
266
+ export { __Client };
266
267
  export type ServiceInputTypes =
267
268
  | AddSourceIdentifierToSubscriptionCommandInput
268
269
  | AddTagsToResourceCommandInput
@@ -395,7 +396,7 @@ export interface ClientDefaults
395
396
  logger?: __Logger;
396
397
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
397
398
  }
398
- type DocDBClientConfigType = Partial<
399
+ export type DocDBClientConfigType = Partial<
399
400
  __SmithyConfiguration<__HttpHandlerOptions>
400
401
  > &
401
402
  ClientDefaults &
@@ -407,7 +408,7 @@ type DocDBClientConfigType = Partial<
407
408
  UserAgentInputConfig &
408
409
  ClientInputEndpointParameters;
409
410
  export interface DocDBClientConfig extends DocDBClientConfigType {}
410
- type DocDBClientResolvedConfigType =
411
+ export type DocDBClientResolvedConfigType =
411
412
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
412
413
  Required<ClientDefaults> &
413
414
  RegionResolvedConfig &
@@ -429,4 +430,3 @@ export declare class DocDBClient extends __Client<
429
430
  constructor(configuration: DocDBClientConfig);
430
431
  destroy(): void;
431
432
  }
432
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AddSourceIdentifierToSubscriptionMessage,
16
16
  AddSourceIdentifierToSubscriptionResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AddSourceIdentifierToSubscriptionCommandInput
19
20
  extends AddSourceIdentifierToSubscriptionMessage {}
20
21
  export interface AddSourceIdentifierToSubscriptionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DocDBClient";
14
14
  import { AddTagsToResourceMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AddTagsToResourceCommandInput
16
17
  extends AddTagsToResourceMessage {}
17
18
  export interface AddTagsToResourceCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  ApplyPendingMaintenanceActionMessage,
16
16
  ApplyPendingMaintenanceActionResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ApplyPendingMaintenanceActionCommandInput
19
20
  extends ApplyPendingMaintenanceActionMessage {}
20
21
  export interface ApplyPendingMaintenanceActionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CopyDBClusterParameterGroupMessage,
16
16
  CopyDBClusterParameterGroupResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CopyDBClusterParameterGroupCommandInput
19
20
  extends CopyDBClusterParameterGroupMessage {}
20
21
  export interface CopyDBClusterParameterGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CopyDBClusterSnapshotMessage,
16
16
  CopyDBClusterSnapshotResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CopyDBClusterSnapshotCommandInput
19
20
  extends CopyDBClusterSnapshotMessage {}
20
21
  export interface CopyDBClusterSnapshotCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateDBClusterMessage,
16
16
  CreateDBClusterResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDBClusterCommandInput extends CreateDBClusterMessage {}
19
20
  export interface CreateDBClusterCommandOutput
20
21
  extends CreateDBClusterResult,
@@ -15,6 +15,7 @@ import {
15
15
  CreateDBClusterParameterGroupMessage,
16
16
  CreateDBClusterParameterGroupResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDBClusterParameterGroupCommandInput
19
20
  extends CreateDBClusterParameterGroupMessage {}
20
21
  export interface CreateDBClusterParameterGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateDBClusterSnapshotMessage,
16
16
  CreateDBClusterSnapshotResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDBClusterSnapshotCommandInput
19
20
  extends CreateDBClusterSnapshotMessage {}
20
21
  export interface CreateDBClusterSnapshotCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateDBInstanceMessage,
16
16
  CreateDBInstanceResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDBInstanceCommandInput extends CreateDBInstanceMessage {}
19
20
  export interface CreateDBInstanceCommandOutput
20
21
  extends CreateDBInstanceResult,
@@ -15,6 +15,7 @@ import {
15
15
  CreateDBSubnetGroupMessage,
16
16
  CreateDBSubnetGroupResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDBSubnetGroupCommandInput
19
20
  extends CreateDBSubnetGroupMessage {}
20
21
  export interface CreateDBSubnetGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateEventSubscriptionMessage,
16
16
  CreateEventSubscriptionResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateEventSubscriptionCommandInput
19
20
  extends CreateEventSubscriptionMessage {}
20
21
  export interface CreateEventSubscriptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateGlobalClusterMessage,
16
16
  CreateGlobalClusterResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateGlobalClusterCommandInput
19
20
  extends CreateGlobalClusterMessage {}
20
21
  export interface CreateGlobalClusterCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteDBClusterMessage,
16
16
  DeleteDBClusterResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteDBClusterCommandInput extends DeleteDBClusterMessage {}
19
20
  export interface DeleteDBClusterCommandOutput
20
21
  extends DeleteDBClusterResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DocDBClient";
14
14
  import { DeleteDBClusterParameterGroupMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteDBClusterParameterGroupCommandInput
16
17
  extends DeleteDBClusterParameterGroupMessage {}
17
18
  export interface DeleteDBClusterParameterGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteDBClusterSnapshotMessage,
16
16
  DeleteDBClusterSnapshotResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteDBClusterSnapshotCommandInput
19
20
  extends DeleteDBClusterSnapshotMessage {}
20
21
  export interface DeleteDBClusterSnapshotCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteDBInstanceMessage,
16
16
  DeleteDBInstanceResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteDBInstanceCommandInput extends DeleteDBInstanceMessage {}
19
20
  export interface DeleteDBInstanceCommandOutput
20
21
  extends DeleteDBInstanceResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DocDBClient";
14
14
  import { DeleteDBSubnetGroupMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteDBSubnetGroupCommandInput
16
17
  extends DeleteDBSubnetGroupMessage {}
17
18
  export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  DeleteEventSubscriptionMessage,
16
16
  DeleteEventSubscriptionResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteEventSubscriptionCommandInput
19
20
  extends DeleteEventSubscriptionMessage {}
20
21
  export interface DeleteEventSubscriptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteGlobalClusterMessage,
16
16
  DeleteGlobalClusterResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteGlobalClusterCommandInput
19
20
  extends DeleteGlobalClusterMessage {}
20
21
  export interface DeleteGlobalClusterCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CertificateMessage,
16
16
  DescribeCertificatesMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeCertificatesCommandInput
19
20
  extends DescribeCertificatesMessage {}
20
21
  export interface DescribeCertificatesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DBClusterParameterGroupsMessage,
16
16
  DescribeDBClusterParameterGroupsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDBClusterParameterGroupsCommandInput
19
20
  extends DescribeDBClusterParameterGroupsMessage {}
20
21
  export interface DescribeDBClusterParameterGroupsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DBClusterParameterGroupDetails,
16
16
  DescribeDBClusterParametersMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDBClusterParametersCommandInput
19
20
  extends DescribeDBClusterParametersMessage {}
20
21
  export interface DescribeDBClusterParametersCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeDBClusterSnapshotAttributesMessage,
16
16
  DescribeDBClusterSnapshotAttributesResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDBClusterSnapshotAttributesCommandInput
19
20
  extends DescribeDBClusterSnapshotAttributesMessage {}
20
21
  export interface DescribeDBClusterSnapshotAttributesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DBClusterSnapshotMessage,
16
16
  DescribeDBClusterSnapshotsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDBClusterSnapshotsCommandInput
19
20
  extends DescribeDBClusterSnapshotsMessage {}
20
21
  export interface DescribeDBClusterSnapshotsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DBClusterMessage,
16
16
  DescribeDBClustersMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDBClustersCommandInput
19
20
  extends DescribeDBClustersMessage {}
20
21
  export interface DescribeDBClustersCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DBEngineVersionMessage,
16
16
  DescribeDBEngineVersionsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDBEngineVersionsCommandInput
19
20
  extends DescribeDBEngineVersionsMessage {}
20
21
  export interface DescribeDBEngineVersionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DBInstanceMessage,
16
16
  DescribeDBInstancesMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDBInstancesCommandInput
19
20
  extends DescribeDBInstancesMessage {}
20
21
  export interface DescribeDBInstancesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DBSubnetGroupMessage,
16
16
  DescribeDBSubnetGroupsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDBSubnetGroupsCommandInput
19
20
  extends DescribeDBSubnetGroupsMessage {}
20
21
  export interface DescribeDBSubnetGroupsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEngineDefaultClusterParametersMessage,
16
16
  DescribeEngineDefaultClusterParametersResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEngineDefaultClusterParametersCommandInput
19
20
  extends DescribeEngineDefaultClusterParametersMessage {}
20
21
  export interface DescribeEngineDefaultClusterParametersCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEventCategoriesMessage,
16
16
  EventCategoriesMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEventCategoriesCommandInput
19
20
  extends DescribeEventCategoriesMessage {}
20
21
  export interface DescribeEventCategoriesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEventSubscriptionsMessage,
16
16
  EventSubscriptionsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEventSubscriptionsCommandInput
19
20
  extends DescribeEventSubscriptionsMessage {}
20
21
  export interface DescribeEventSubscriptionsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DocDBClient";
14
14
  import { DescribeEventsMessage, EventsMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
16
17
  export interface DescribeEventsCommandOutput
17
18
  extends EventsMessage,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeGlobalClustersMessage,
16
16
  GlobalClustersMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeGlobalClustersCommandInput
19
20
  extends DescribeGlobalClustersMessage {}
20
21
  export interface DescribeGlobalClustersCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeOrderableDBInstanceOptionsMessage,
16
16
  OrderableDBInstanceOptionsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeOrderableDBInstanceOptionsCommandInput
19
20
  extends DescribeOrderableDBInstanceOptionsMessage {}
20
21
  export interface DescribeOrderableDBInstanceOptionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribePendingMaintenanceActionsMessage,
16
16
  PendingMaintenanceActionsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribePendingMaintenanceActionsCommandInput
19
20
  extends DescribePendingMaintenanceActionsMessage {}
20
21
  export interface DescribePendingMaintenanceActionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  FailoverDBClusterMessage,
16
16
  FailoverDBClusterResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface FailoverDBClusterCommandInput
19
20
  extends FailoverDBClusterMessage {}
20
21
  export interface FailoverDBClusterCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DocDBClient";
14
14
  import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListTagsForResourceCommandInput
16
17
  extends ListTagsForResourceMessage {}
17
18
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ModifyDBClusterMessage,
16
16
  ModifyDBClusterResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyDBClusterCommandInput extends ModifyDBClusterMessage {}
19
20
  export interface ModifyDBClusterCommandOutput
20
21
  extends ModifyDBClusterResult,
@@ -15,6 +15,7 @@ import {
15
15
  DBClusterParameterGroupNameMessage,
16
16
  ModifyDBClusterParameterGroupMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyDBClusterParameterGroupCommandInput
19
20
  extends ModifyDBClusterParameterGroupMessage {}
20
21
  export interface ModifyDBClusterParameterGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ModifyDBClusterSnapshotAttributeMessage,
16
16
  ModifyDBClusterSnapshotAttributeResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyDBClusterSnapshotAttributeCommandInput
19
20
  extends ModifyDBClusterSnapshotAttributeMessage {}
20
21
  export interface ModifyDBClusterSnapshotAttributeCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ModifyDBInstanceMessage,
16
16
  ModifyDBInstanceResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyDBInstanceCommandInput extends ModifyDBInstanceMessage {}
19
20
  export interface ModifyDBInstanceCommandOutput
20
21
  extends ModifyDBInstanceResult,
@@ -15,6 +15,7 @@ import {
15
15
  ModifyDBSubnetGroupMessage,
16
16
  ModifyDBSubnetGroupResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyDBSubnetGroupCommandInput
19
20
  extends ModifyDBSubnetGroupMessage {}
20
21
  export interface ModifyDBSubnetGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ModifyEventSubscriptionMessage,
16
16
  ModifyEventSubscriptionResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyEventSubscriptionCommandInput
19
20
  extends ModifyEventSubscriptionMessage {}
20
21
  export interface ModifyEventSubscriptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ModifyGlobalClusterMessage,
16
16
  ModifyGlobalClusterResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyGlobalClusterCommandInput
19
20
  extends ModifyGlobalClusterMessage {}
20
21
  export interface ModifyGlobalClusterCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  RebootDBInstanceMessage,
16
16
  RebootDBInstanceResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RebootDBInstanceCommandInput extends RebootDBInstanceMessage {}
19
20
  export interface RebootDBInstanceCommandOutput
20
21
  extends RebootDBInstanceResult,
@@ -15,6 +15,7 @@ import {
15
15
  RemoveFromGlobalClusterMessage,
16
16
  RemoveFromGlobalClusterResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RemoveFromGlobalClusterCommandInput
19
20
  extends RemoveFromGlobalClusterMessage {}
20
21
  export interface RemoveFromGlobalClusterCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  RemoveSourceIdentifierFromSubscriptionMessage,
16
16
  RemoveSourceIdentifierFromSubscriptionResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RemoveSourceIdentifierFromSubscriptionCommandInput
19
20
  extends RemoveSourceIdentifierFromSubscriptionMessage {}
20
21
  export interface RemoveSourceIdentifierFromSubscriptionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DocDBClient";
14
14
  import { RemoveTagsFromResourceMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RemoveTagsFromResourceCommandInput
16
17
  extends RemoveTagsFromResourceMessage {}
17
18
  export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  DBClusterParameterGroupNameMessage,
16
16
  ResetDBClusterParameterGroupMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ResetDBClusterParameterGroupCommandInput
19
20
  extends ResetDBClusterParameterGroupMessage {}
20
21
  export interface ResetDBClusterParameterGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  RestoreDBClusterFromSnapshotMessage,
16
16
  RestoreDBClusterFromSnapshotResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RestoreDBClusterFromSnapshotCommandInput
19
20
  extends RestoreDBClusterFromSnapshotMessage {}
20
21
  export interface RestoreDBClusterFromSnapshotCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  RestoreDBClusterToPointInTimeMessage,
16
16
  RestoreDBClusterToPointInTimeResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RestoreDBClusterToPointInTimeCommandInput
19
20
  extends RestoreDBClusterToPointInTimeMessage {}
20
21
  export interface RestoreDBClusterToPointInTimeCommandOutput