@aws-sdk/client-docdb 3.478.0 → 3.481.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 (217) hide show
  1. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +18 -41
  2. package/dist-cjs/commands/AddTagsToResourceCommand.js +18 -41
  3. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +18 -41
  4. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +18 -41
  5. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +19 -42
  6. package/dist-cjs/commands/CreateDBClusterCommand.js +18 -41
  7. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +18 -41
  8. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +18 -41
  9. package/dist-cjs/commands/CreateDBInstanceCommand.js +18 -41
  10. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +18 -41
  11. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +18 -41
  12. package/dist-cjs/commands/CreateGlobalClusterCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteDBClusterCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteDBInstanceCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeCertificatesCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeDBClustersCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeDBInstancesCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +18 -41
  31. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeEventsCommand.js +18 -41
  33. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +18 -41
  34. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +18 -41
  35. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +18 -41
  36. package/dist-cjs/commands/FailoverDBClusterCommand.js +18 -41
  37. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  38. package/dist-cjs/commands/ModifyDBClusterCommand.js +18 -41
  39. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +18 -41
  40. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +18 -41
  41. package/dist-cjs/commands/ModifyDBInstanceCommand.js +18 -41
  42. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +18 -41
  43. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +18 -41
  44. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +18 -41
  45. package/dist-cjs/commands/RebootDBInstanceCommand.js +18 -41
  46. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +18 -41
  47. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +18 -41
  48. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +18 -41
  49. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +18 -41
  50. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +18 -41
  51. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +18 -41
  52. package/dist-cjs/commands/StartDBClusterCommand.js +18 -41
  53. package/dist-cjs/commands/StopDBClusterCommand.js +18 -41
  54. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  55. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +18 -41
  56. package/dist-es/commands/AddTagsToResourceCommand.js +18 -41
  57. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +18 -41
  58. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +18 -41
  59. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +19 -42
  60. package/dist-es/commands/CreateDBClusterCommand.js +18 -41
  61. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +18 -41
  62. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +18 -41
  63. package/dist-es/commands/CreateDBInstanceCommand.js +18 -41
  64. package/dist-es/commands/CreateDBSubnetGroupCommand.js +18 -41
  65. package/dist-es/commands/CreateEventSubscriptionCommand.js +18 -41
  66. package/dist-es/commands/CreateGlobalClusterCommand.js +18 -41
  67. package/dist-es/commands/DeleteDBClusterCommand.js +18 -41
  68. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +18 -41
  69. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +18 -41
  70. package/dist-es/commands/DeleteDBInstanceCommand.js +18 -41
  71. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +18 -41
  72. package/dist-es/commands/DeleteEventSubscriptionCommand.js +18 -41
  73. package/dist-es/commands/DeleteGlobalClusterCommand.js +18 -41
  74. package/dist-es/commands/DescribeCertificatesCommand.js +18 -41
  75. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +18 -41
  76. package/dist-es/commands/DescribeDBClusterParametersCommand.js +18 -41
  77. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +18 -41
  78. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +18 -41
  79. package/dist-es/commands/DescribeDBClustersCommand.js +18 -41
  80. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +18 -41
  81. package/dist-es/commands/DescribeDBInstancesCommand.js +18 -41
  82. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +18 -41
  83. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +18 -41
  84. package/dist-es/commands/DescribeEventCategoriesCommand.js +18 -41
  85. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +18 -41
  86. package/dist-es/commands/DescribeEventsCommand.js +18 -41
  87. package/dist-es/commands/DescribeGlobalClustersCommand.js +18 -41
  88. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +18 -41
  89. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +18 -41
  90. package/dist-es/commands/FailoverDBClusterCommand.js +18 -41
  91. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  92. package/dist-es/commands/ModifyDBClusterCommand.js +18 -41
  93. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +18 -41
  94. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +18 -41
  95. package/dist-es/commands/ModifyDBInstanceCommand.js +18 -41
  96. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +18 -41
  97. package/dist-es/commands/ModifyEventSubscriptionCommand.js +18 -41
  98. package/dist-es/commands/ModifyGlobalClusterCommand.js +18 -41
  99. package/dist-es/commands/RebootDBInstanceCommand.js +18 -41
  100. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +18 -41
  101. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +18 -41
  102. package/dist-es/commands/RemoveTagsFromResourceCommand.js +18 -41
  103. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +18 -41
  104. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +18 -41
  105. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +18 -41
  106. package/dist-es/commands/StartDBClusterCommand.js +18 -41
  107. package/dist-es/commands/StopDBClusterCommand.js +18 -41
  108. package/dist-es/endpoint/EndpointParameters.js +6 -0
  109. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +6 -21
  110. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -21
  111. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -21
  112. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +6 -21
  113. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +6 -21
  114. package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -21
  115. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +6 -21
  116. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +6 -21
  117. package/dist-types/commands/CreateDBInstanceCommand.d.ts +6 -21
  118. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +6 -21
  119. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -21
  120. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +6 -21
  121. package/dist-types/commands/DeleteDBClusterCommand.d.ts +6 -21
  122. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -21
  123. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -21
  124. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +6 -21
  125. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +6 -21
  126. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -21
  127. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +6 -21
  128. package/dist-types/commands/DescribeCertificatesCommand.d.ts +6 -21
  129. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -21
  130. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -21
  131. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +6 -21
  132. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +6 -21
  133. package/dist-types/commands/DescribeDBClustersCommand.d.ts +6 -21
  134. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +6 -21
  135. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +6 -21
  136. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +6 -21
  137. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +6 -21
  138. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -21
  139. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -21
  140. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -21
  141. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +6 -21
  142. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -21
  143. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -21
  144. package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -21
  145. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  146. package/dist-types/commands/ModifyDBClusterCommand.d.ts +6 -21
  147. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -21
  148. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +6 -21
  149. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +6 -21
  150. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +6 -21
  151. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -21
  152. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +6 -21
  153. package/dist-types/commands/RebootDBInstanceCommand.d.ts +6 -21
  154. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -21
  155. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +6 -21
  156. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -21
  157. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -21
  158. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +6 -21
  159. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +6 -21
  160. package/dist-types/commands/StartDBClusterCommand.d.ts +6 -21
  161. package/dist-types/commands/StopDBClusterCommand.d.ts +6 -21
  162. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  163. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +12 -24
  167. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +12 -24
  178. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +12 -24
  181. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +12 -24
  184. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +12 -24
  198. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -24
  202. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -24
  214. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  217. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { CopyDBClusterParameterGroupMessage, CopyDBClusterParameterGroupResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CopyDBClusterParameterGroupCommandInput extends CopyDBClusterPa
21
20
  */
22
21
  export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterParameterGroupResult, __MetadataBearer {
23
22
  }
23
+ declare const CopyDBClusterParameterGroupCommand_base: {
24
+ new (input: CopyDBClusterParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Copies the specified cluster parameter group.</p>
@@ -74,23 +77,5 @@ export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP
74
77
  * <p>Base exception class for all service exceptions from DocDB service.</p>
75
78
  *
76
79
  */
77
- export declare class CopyDBClusterParameterGroupCommand extends $Command<CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
78
- readonly input: CopyDBClusterParameterGroupCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: CopyDBClusterParameterGroupCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CopyDBClusterSnapshotCommandInput extends CopyDBClusterSnapshot
21
20
  */
22
21
  export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapshotResult, __MetadataBearer {
23
22
  }
23
+ declare const CopyDBClusterSnapshotCommand_base: {
24
+ new (input: CopyDBClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Copies a snapshot of a cluster.</p>
@@ -110,23 +113,5 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
110
113
  * <p>Base exception class for all service exceptions from DocDB service.</p>
111
114
  *
112
115
  */
113
- export declare class CopyDBClusterSnapshotCommand extends $Command<CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
114
- readonly input: CopyDBClusterSnapshotCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: CopyDBClusterSnapshotCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {
132
117
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { CreateDBClusterMessage, CreateDBClusterResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDBClusterCommandInput extends CreateDBClusterMessage {
21
20
  */
22
21
  export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateDBClusterCommand_base: {
24
+ new (input: CreateDBClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDBClusterCommandInput, CreateDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new Amazon DocumentDB cluster.</p>
@@ -198,23 +201,5 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
198
201
  * <p>Base exception class for all service exceptions from DocDB service.</p>
199
202
  *
200
203
  */
201
- export declare class CreateDBClusterCommand extends $Command<CreateDBClusterCommandInput, CreateDBClusterCommandOutput, DocDBClientResolvedConfig> {
202
- readonly input: CreateDBClusterCommandInput;
203
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
204
- /**
205
- * @public
206
- */
207
- constructor(input: CreateDBClusterCommandInput);
208
- /**
209
- * @internal
210
- */
211
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDBClusterCommandInput, CreateDBClusterCommandOutput>;
212
- /**
213
- * @internal
214
- */
215
- private serialize;
216
- /**
217
- * @internal
218
- */
219
- private deserialize;
204
+ export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {
220
205
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { CreateDBClusterParameterGroupMessage, CreateDBClusterParameterGroupResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDBClusterParameterGroupCommandInput extends CreateDBClust
21
20
  */
22
21
  export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClusterParameterGroupResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateDBClusterParameterGroupCommand_base: {
24
+ new (input: CreateDBClusterParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new cluster parameter group.</p>
@@ -88,23 +91,5 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
88
91
  * <p>Base exception class for all service exceptions from DocDB service.</p>
89
92
  *
90
93
  */
91
- export declare class CreateDBClusterParameterGroupCommand extends $Command<CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
92
- readonly input: CreateDBClusterParameterGroupCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: CreateDBClusterParameterGroupCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDBClusterSnapshotCommandInput extends CreateDBClusterSnap
21
20
  */
22
21
  export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSnapshotResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateDBClusterSnapshotCommand_base: {
24
+ new (input: CreateDBClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a snapshot of a cluster. </p>
@@ -95,23 +98,5 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
95
98
  * <p>Base exception class for all service exceptions from DocDB service.</p>
96
99
  *
97
100
  */
98
- export declare class CreateDBClusterSnapshotCommand extends $Command<CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
99
- readonly input: CreateDBClusterSnapshotCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: CreateDBClusterSnapshotCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base {
117
102
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { CreateDBInstanceMessage, CreateDBInstanceResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDBInstanceCommandInput extends CreateDBInstanceMessage {
21
20
  */
22
21
  export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateDBInstanceCommand_base: {
24
+ new (input: CreateDBInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new instance.</p>
@@ -209,23 +212,5 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
209
212
  * <p>Base exception class for all service exceptions from DocDB service.</p>
210
213
  *
211
214
  */
212
- export declare class CreateDBInstanceCommand extends $Command<CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput, DocDBClientResolvedConfig> {
213
- readonly input: CreateDBInstanceCommandInput;
214
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
215
- /**
216
- * @public
217
- */
218
- constructor(input: CreateDBInstanceCommandInput);
219
- /**
220
- * @internal
221
- */
222
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput>;
223
- /**
224
- * @internal
225
- */
226
- private serialize;
227
- /**
228
- * @internal
229
- */
230
- private deserialize;
215
+ export declare class CreateDBInstanceCommand extends CreateDBInstanceCommand_base {
231
216
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDBSubnetGroupCommandInput extends CreateDBSubnetGroupMess
21
20
  */
22
21
  export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateDBSubnetGroupCommand_base: {
24
+ new (input: CreateDBSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new subnet group. subnet groups must contain at least one subnet in at
@@ -94,23 +97,5 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes
94
97
  * <p>Base exception class for all service exceptions from DocDB service.</p>
95
98
  *
96
99
  */
97
- export declare class CreateDBSubnetGroupCommand extends $Command<CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput, DocDBClientResolvedConfig> {
98
- readonly input: CreateDBSubnetGroupCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: CreateDBSubnetGroupCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class CreateDBSubnetGroupCommand extends CreateDBSubnetGroupCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateEventSubscriptionCommandInput extends CreateEventSubscrip
21
20
  */
22
21
  export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscriptionResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateEventSubscriptionCommand_base: {
24
+ new (input: CreateEventSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an Amazon DocumentDB event notification subscription. This action requires a topic Amazon Resource Name (ARN) created by using the Amazon DocumentDB console, the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the Amazon SNS console.</p>
@@ -104,23 +107,5 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
104
107
  * <p>Base exception class for all service exceptions from DocDB service.</p>
105
108
  *
106
109
  */
107
- export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DocDBClientResolvedConfig> {
108
- readonly input: CreateEventSubscriptionCommandInput;
109
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
- /**
111
- * @public
112
- */
113
- constructor(input: CreateEventSubscriptionCommandInput);
114
- /**
115
- * @internal
116
- */
117
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput>;
118
- /**
119
- * @internal
120
- */
121
- private serialize;
122
- /**
123
- * @internal
124
- */
125
- private deserialize;
110
+ export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base {
126
111
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateGlobalClusterCommandInput extends CreateGlobalClusterMess
21
20
  */
22
21
  export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateGlobalClusterCommand_base: {
24
+ new (input: CreateGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions. The global cluster contains one primary cluster with read-write capability, and up-to give read-only secondary clusters. Global clusters uses storage-based fast replication across regions with latencies less than one second, using dedicated infrastructure with no impact to your workload’s performance.</p>
@@ -94,23 +97,5 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
94
97
  * <p>Base exception class for all service exceptions from DocDB service.</p>
95
98
  *
96
99
  */
97
- export declare class CreateGlobalClusterCommand extends $Command<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
98
- readonly input: CreateGlobalClusterCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: CreateGlobalClusterCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { DeleteDBClusterMessage, DeleteDBClusterResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDBClusterCommandInput extends DeleteDBClusterMessage {
21
20
  */
22
21
  export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDBClusterCommand_base: {
24
+ new (input: DeleteDBClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a previously provisioned cluster. When you delete a cluster, all automated backups for that cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified cluster are not deleted.</p>
@@ -127,23 +130,5 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
127
130
  * <p>Base exception class for all service exceptions from DocDB service.</p>
128
131
  *
129
132
  */
130
- export declare class DeleteDBClusterCommand extends $Command<DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput, DocDBClientResolvedConfig> {
131
- readonly input: DeleteDBClusterCommandInput;
132
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
- /**
134
- * @public
135
- */
136
- constructor(input: DeleteDBClusterCommandInput);
137
- /**
138
- * @internal
139
- */
140
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput>;
141
- /**
142
- * @internal
143
- */
144
- private serialize;
145
- /**
146
- * @internal
147
- */
148
- private deserialize;
133
+ export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {
149
134
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { DeleteDBClusterParameterGroupMessage } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDBClusterParameterGroupCommandInput extends DeleteDBClust
21
20
  */
22
21
  export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteDBClusterParameterGroupCommand_base: {
24
+ new (input: DeleteDBClusterParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a specified cluster parameter group. The cluster parameter group to be deleted can't be associated with any clusters.</p>
@@ -56,23 +59,5 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
56
59
  * <p>Base exception class for all service exceptions from DocDB service.</p>
57
60
  *
58
61
  */
59
- export declare class DeleteDBClusterParameterGroupCommand extends $Command<DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
60
- readonly input: DeleteDBClusterParameterGroupCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: DeleteDBClusterParameterGroupCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base {
78
63
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDBClusterSnapshotCommandInput extends DeleteDBClusterSnap
21
20
  */
22
21
  export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSnapshotResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDBClusterSnapshotCommand_base: {
24
+ new (input: DeleteDBClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a cluster snapshot. If the snapshot is being copied, the copy operation is terminated.</p>
@@ -82,23 +85,5 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
82
85
  * <p>Base exception class for all service exceptions from DocDB service.</p>
83
86
  *
84
87
  */
85
- export declare class DeleteDBClusterSnapshotCommand extends $Command<DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
86
- readonly input: DeleteDBClusterSnapshotCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: DeleteDBClusterSnapshotCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { DeleteDBInstanceMessage, DeleteDBInstanceResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDBInstanceCommandInput extends DeleteDBInstanceMessage {
21
20
  */
22
21
  export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDBInstanceCommand_base: {
24
+ new (input: DeleteDBInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a previously provisioned instance.</p>
@@ -156,23 +159,5 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
156
159
  * <p>Base exception class for all service exceptions from DocDB service.</p>
157
160
  *
158
161
  */
159
- export declare class DeleteDBInstanceCommand extends $Command<DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput, DocDBClientResolvedConfig> {
160
- readonly input: DeleteDBInstanceCommandInput;
161
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
162
- /**
163
- * @public
164
- */
165
- constructor(input: DeleteDBInstanceCommandInput);
166
- /**
167
- * @internal
168
- */
169
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput>;
170
- /**
171
- * @internal
172
- */
173
- private serialize;
174
- /**
175
- * @internal
176
- */
177
- private deserialize;
162
+ export declare class DeleteDBInstanceCommand extends DeleteDBInstanceCommand_base {
178
163
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
4
  import { DeleteDBSubnetGroupMessage } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDBSubnetGroupCommandInput extends DeleteDBSubnetGroupMess
21
20
  */
22
21
  export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteDBSubnetGroupCommand_base: {
24
+ new (input: DeleteDBSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a subnet group.</p>
@@ -63,23 +66,5 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
63
66
  * <p>Base exception class for all service exceptions from DocDB service.</p>
64
67
  *
65
68
  */
66
- export declare class DeleteDBSubnetGroupCommand extends $Command<DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput, DocDBClientResolvedConfig> {
67
- readonly input: DeleteDBSubnetGroupCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: DeleteDBSubnetGroupCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {
85
70
  }