@aws-sdk/client-docdb 3.337.0 → 3.341.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
@@ -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_RestoreDBClusterToPointInTimeCommand, se_RestoreDBClusterToPointInTimeCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class RestoreDBClusterToPointInTimeCommand 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_StartDBClusterCommand, se_StartDBClusterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class StartDBClusterCommand 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_StopDBClusterCommand, se_StopDBClusterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class StopDBClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from "./DocDB";
2
1
  export * from "./DocDBClient";
2
+ export * from "./DocDB";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { DocDBServiceException } from "./models/DocDBServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class DocDBServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -62,6 +62,7 @@ import { RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTim
62
62
  import { StartDBClusterCommandInput, StartDBClusterCommandOutput } from "./commands/StartDBClusterCommand";
63
63
  import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
64
64
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
65
+ export { __Client };
65
66
  /**
66
67
  * @public
67
68
  */
@@ -176,7 +177,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
176
177
  /**
177
178
  * @public
178
179
  */
179
- type DocDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
180
+ export type DocDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
180
181
  /**
181
182
  * @public
182
183
  *
@@ -187,7 +188,7 @@ export interface DocDBClientConfig extends DocDBClientConfigType {
187
188
  /**
188
189
  * @public
189
190
  */
190
- type DocDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
191
+ export type DocDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
191
192
  /**
192
193
  * @public
193
194
  *
@@ -212,4 +213,3 @@ export declare class DocDBClient extends __Client<__HttpHandlerOptions, ServiceI
212
213
  */
213
214
  destroy(): void;
214
215
  }
215
- export {};
@@ -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 { AddSourceIdentifierToSubscriptionMessage, AddSourceIdentifierToSubscriptionResult } 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 { AddTagsToResourceMessage } 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 { ApplyPendingMaintenanceActionMessage, ApplyPendingMaintenanceActionResult } 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 { CopyDBClusterParameterGroupMessage, CopyDBClusterParameterGroupResult } 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 { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } 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 { CreateDBClusterMessage, CreateDBClusterResult } 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 { CreateDBClusterParameterGroupMessage, CreateDBClusterParameterGroupResult } 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 { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } 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 { CreateDBInstanceMessage, CreateDBInstanceResult } 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 { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } 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 { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } 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 { CreateGlobalClusterMessage, CreateGlobalClusterResult } 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 { DeleteDBClusterMessage, DeleteDBClusterResult } 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 { DeleteDBClusterParameterGroupMessage } 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 { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } 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 { DeleteDBInstanceMessage, DeleteDBInstanceResult } 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 { DeleteDBSubnetGroupMessage } 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 { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResult } 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 { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } 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 { CertificateMessage, DescribeCertificatesMessage } 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 { DBClusterParameterGroupsMessage, DescribeDBClusterParameterGroupsMessage } 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 { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } 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 { DescribeDBClusterSnapshotAttributesMessage, DescribeDBClusterSnapshotAttributesResult } 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 { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } 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 { DBClusterMessage, DescribeDBClustersMessage } 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 { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } 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 { DBInstanceMessage, DescribeDBInstancesMessage } 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 { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } 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 { DescribeEngineDefaultClusterParametersMessage, DescribeEngineDefaultClusterParametersResult } 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 { DescribeEventCategoriesMessage, EventCategoriesMessage } 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 { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } 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 { DescribeEventsMessage, EventsMessage } 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 { DescribeGlobalClustersMessage, GlobalClustersMessage } 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 { DescribeOrderableDBInstanceOptionsMessage, OrderableDBInstanceOptionsMessage } 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 { DescribePendingMaintenanceActionsMessage, PendingMaintenanceActionsMessage } 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 { FailoverDBClusterMessage, FailoverDBClusterResult } 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 { ListTagsForResourceMessage, TagListMessage } 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 { ModifyDBClusterMessage, ModifyDBClusterResult } 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, ModifyDBClusterParameterGroupMessage } 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 { ModifyDBClusterSnapshotAttributeMessage, ModifyDBClusterSnapshotAttributeResult } 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 { ModifyDBInstanceMessage, ModifyDBInstanceResult } 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 { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } 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 { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } 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 { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } 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 { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *