@aws-sdk/client-docdb 3.477.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 (269) 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-cjs/pagination/DescribeCertificatesPaginator.js +2 -24
  56. package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +2 -24
  57. package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js +2 -24
  58. package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +2 -24
  59. package/dist-cjs/pagination/DescribeDBClustersPaginator.js +2 -24
  60. package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js +2 -24
  61. package/dist-cjs/pagination/DescribeDBInstancesPaginator.js +2 -24
  62. package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js +2 -24
  63. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +2 -24
  64. package/dist-cjs/pagination/DescribeEventsPaginator.js +2 -24
  65. package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js +2 -24
  66. package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +2 -24
  67. package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +2 -24
  68. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +18 -41
  69. package/dist-es/commands/AddTagsToResourceCommand.js +18 -41
  70. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +18 -41
  71. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +18 -41
  72. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +19 -42
  73. package/dist-es/commands/CreateDBClusterCommand.js +18 -41
  74. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +18 -41
  75. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +18 -41
  76. package/dist-es/commands/CreateDBInstanceCommand.js +18 -41
  77. package/dist-es/commands/CreateDBSubnetGroupCommand.js +18 -41
  78. package/dist-es/commands/CreateEventSubscriptionCommand.js +18 -41
  79. package/dist-es/commands/CreateGlobalClusterCommand.js +18 -41
  80. package/dist-es/commands/DeleteDBClusterCommand.js +18 -41
  81. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +18 -41
  82. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +18 -41
  83. package/dist-es/commands/DeleteDBInstanceCommand.js +18 -41
  84. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +18 -41
  85. package/dist-es/commands/DeleteEventSubscriptionCommand.js +18 -41
  86. package/dist-es/commands/DeleteGlobalClusterCommand.js +18 -41
  87. package/dist-es/commands/DescribeCertificatesCommand.js +18 -41
  88. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +18 -41
  89. package/dist-es/commands/DescribeDBClusterParametersCommand.js +18 -41
  90. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +18 -41
  91. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +18 -41
  92. package/dist-es/commands/DescribeDBClustersCommand.js +18 -41
  93. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +18 -41
  94. package/dist-es/commands/DescribeDBInstancesCommand.js +18 -41
  95. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +18 -41
  96. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +18 -41
  97. package/dist-es/commands/DescribeEventCategoriesCommand.js +18 -41
  98. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +18 -41
  99. package/dist-es/commands/DescribeEventsCommand.js +18 -41
  100. package/dist-es/commands/DescribeGlobalClustersCommand.js +18 -41
  101. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +18 -41
  102. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +18 -41
  103. package/dist-es/commands/FailoverDBClusterCommand.js +18 -41
  104. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  105. package/dist-es/commands/ModifyDBClusterCommand.js +18 -41
  106. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +18 -41
  107. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +18 -41
  108. package/dist-es/commands/ModifyDBInstanceCommand.js +18 -41
  109. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +18 -41
  110. package/dist-es/commands/ModifyEventSubscriptionCommand.js +18 -41
  111. package/dist-es/commands/ModifyGlobalClusterCommand.js +18 -41
  112. package/dist-es/commands/RebootDBInstanceCommand.js +18 -41
  113. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +18 -41
  114. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +18 -41
  115. package/dist-es/commands/RemoveTagsFromResourceCommand.js +18 -41
  116. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +18 -41
  117. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +18 -41
  118. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +18 -41
  119. package/dist-es/commands/StartDBClusterCommand.js +18 -41
  120. package/dist-es/commands/StopDBClusterCommand.js +18 -41
  121. package/dist-es/endpoint/EndpointParameters.js +6 -0
  122. package/dist-es/pagination/DescribeCertificatesPaginator.js +2 -23
  123. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +2 -23
  124. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +2 -23
  125. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +2 -23
  126. package/dist-es/pagination/DescribeDBClustersPaginator.js +2 -23
  127. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +2 -23
  128. package/dist-es/pagination/DescribeDBInstancesPaginator.js +2 -23
  129. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +2 -23
  130. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +2 -23
  131. package/dist-es/pagination/DescribeEventsPaginator.js +2 -23
  132. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +2 -23
  133. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +2 -23
  134. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +2 -23
  135. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +6 -21
  136. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -21
  137. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -21
  138. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +6 -21
  139. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +6 -21
  140. package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -21
  141. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +6 -21
  142. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +6 -21
  143. package/dist-types/commands/CreateDBInstanceCommand.d.ts +6 -21
  144. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +6 -21
  145. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -21
  146. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +6 -21
  147. package/dist-types/commands/DeleteDBClusterCommand.d.ts +6 -21
  148. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -21
  149. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -21
  150. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +6 -21
  151. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +6 -21
  152. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -21
  153. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +6 -21
  154. package/dist-types/commands/DescribeCertificatesCommand.d.ts +6 -21
  155. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -21
  156. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -21
  157. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +6 -21
  158. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +6 -21
  159. package/dist-types/commands/DescribeDBClustersCommand.d.ts +6 -21
  160. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +6 -21
  161. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +6 -21
  162. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +6 -21
  163. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +6 -21
  164. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -21
  165. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -21
  166. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -21
  167. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +6 -21
  168. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -21
  169. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -21
  170. package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -21
  171. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  172. package/dist-types/commands/ModifyDBClusterCommand.d.ts +6 -21
  173. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -21
  174. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +6 -21
  175. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +6 -21
  176. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +6 -21
  177. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -21
  178. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +6 -21
  179. package/dist-types/commands/RebootDBInstanceCommand.d.ts +6 -21
  180. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -21
  181. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +6 -21
  182. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -21
  183. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -21
  184. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +6 -21
  185. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +6 -21
  186. package/dist-types/commands/StartDBClusterCommand.d.ts +6 -21
  187. package/dist-types/commands/StopDBClusterCommand.d.ts +6 -21
  188. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  189. package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +1 -1
  190. package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +1 -1
  191. package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +1 -1
  192. package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +1 -1
  193. package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +1 -1
  194. package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +1 -1
  195. package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +1 -1
  196. package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +1 -1
  197. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
  198. package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
  199. package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +1 -1
  200. package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +1 -1
  201. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +12 -24
  205. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +12 -24
  228. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +12 -24
  236. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +14 -23
  240. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +12 -24
  248. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +12 -24
  249. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -24
  252. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  256. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +3 -3
  257. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +3 -3
  258. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +3 -3
  259. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +3 -3
  260. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +3 -3
  261. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +3 -3
  262. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +3 -3
  263. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +3 -3
  264. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -3
  265. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +3 -3
  266. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +3 -3
  267. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +3 -3
  268. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -3
  269. package/package.json +11 -10
@@ -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 { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyEventSubscriptionCommandInput extends ModifyEventSubscrip
21
20
  */
22
21
  export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscriptionResult, __MetadataBearer {
23
22
  }
23
+ declare const ModifyEventSubscriptionCommand_base: {
24
+ new (input: ModifyEventSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies an existing Amazon DocumentDB event notification subscription.</p>
@@ -90,23 +93,5 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
90
93
  * <p>Base exception class for all service exceptions from DocDB service.</p>
91
94
  *
92
95
  */
93
- export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DocDBClientResolvedConfig> {
94
- readonly input: ModifyEventSubscriptionCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: ModifyEventSubscriptionCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class ModifyEventSubscriptionCommand extends ModifyEventSubscriptionCommand_base {
112
97
  }
@@ -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 { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyGlobalClusterCommandInput extends ModifyGlobalClusterMess
21
20
  */
22
21
  export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const ModifyGlobalClusterCommand_base: {
24
+ new (input: ModifyGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modify a setting for an Amazon DocumentDB global cluster. You can change one or more configuration parameters (for example: deletion protection), or the global cluster identifier by specifying these parameters and the new values in the request.</p>
@@ -81,23 +84,5 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
81
84
  * <p>Base exception class for all service exceptions from DocDB service.</p>
82
85
  *
83
86
  */
84
- export declare class ModifyGlobalClusterCommand extends $Command<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
85
- readonly input: ModifyGlobalClusterCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ModifyGlobalClusterCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ModifyGlobalClusterCommand extends ModifyGlobalClusterCommand_base {
103
88
  }
@@ -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 { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RebootDBInstanceCommandInput extends RebootDBInstanceMessage {
21
20
  */
22
21
  export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, __MetadataBearer {
23
22
  }
23
+ declare const RebootDBInstanceCommand_base: {
24
+ new (input: RebootDBInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>You might need to reboot your instance, usually for maintenance reasons. For
@@ -153,23 +156,5 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
153
156
  * <p>Base exception class for all service exceptions from DocDB service.</p>
154
157
  *
155
158
  */
156
- export declare class RebootDBInstanceCommand extends $Command<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, DocDBClientResolvedConfig> {
157
- readonly input: RebootDBInstanceCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: RebootDBInstanceCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class RebootDBInstanceCommand extends RebootDBInstanceCommand_base {
175
160
  }
@@ -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 { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveFromGlobalClusterCommandInput extends RemoveFromGlobalClu
21
20
  */
22
21
  export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const RemoveFromGlobalClusterCommand_base: {
24
+ new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Detaches an Amazon DocumentDB secondary cluster from a global cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary in a different region. </p>
@@ -84,23 +87,5 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
84
87
  * <p>Base exception class for all service exceptions from DocDB service.</p>
85
88
  *
86
89
  */
87
- export declare class RemoveFromGlobalClusterCommand extends $Command<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
88
- readonly input: RemoveFromGlobalClusterCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: RemoveFromGlobalClusterCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class RemoveFromGlobalClusterCommand extends RemoveFromGlobalClusterCommand_base {
106
91
  }
@@ -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 { RemoveSourceIdentifierFromSubscriptionMessage, RemoveSourceIdentifierFromSubscriptionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandInput extends Remo
21
20
  */
22
21
  export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends RemoveSourceIdentifierFromSubscriptionResult, __MetadataBearer {
23
22
  }
23
+ declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
24
+ new (input: RemoveSourceIdentifierFromSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a source identifier from an existing Amazon DocumentDB event notification
@@ -74,23 +77,5 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
74
77
  * <p>Base exception class for all service exceptions from DocDB service.</p>
75
78
  *
76
79
  */
77
- export declare class RemoveSourceIdentifierFromSubscriptionCommand extends $Command<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, DocDBClientResolvedConfig> {
78
- readonly input: RemoveSourceIdentifierFromSubscriptionCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: RemoveSourceIdentifierFromSubscriptionCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class RemoveSourceIdentifierFromSubscriptionCommand extends RemoveSourceIdentifierFromSubscriptionCommand_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 { RemoveTagsFromResourceMessage } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResour
21
20
  */
22
21
  export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RemoveTagsFromResourceCommand_base: {
24
+ new (input: RemoveTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes metadata tags from an Amazon DocumentDB resource.</p>
@@ -64,23 +67,5 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
64
67
  * <p>Base exception class for all service exceptions from DocDB service.</p>
65
68
  *
66
69
  */
67
- export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DocDBClientResolvedConfig> {
68
- readonly input: RemoveTagsFromResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: RemoveTagsFromResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
86
71
  }
@@ -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 { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ResetDBClusterParameterGroupCommandInput extends ResetDBCluster
21
20
  */
22
21
  export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterParameterGroupNameMessage, __MetadataBearer {
23
22
  }
23
+ declare const ResetDBClusterParameterGroupCommand_base: {
24
+ new (input: ResetDBClusterParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Modifies the parameters of a cluster parameter group to the default value. To
@@ -80,23 +83,5 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
80
83
  * <p>Base exception class for all service exceptions from DocDB service.</p>
81
84
  *
82
85
  */
83
- export declare class ResetDBClusterParameterGroupCommand extends $Command<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
84
- readonly input: ResetDBClusterParameterGroupCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ResetDBClusterParameterGroupCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ResetDBClusterParameterGroupCommand extends ResetDBClusterParameterGroupCommand_base {
102
87
  }
@@ -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 { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RestoreDBClusterFromSnapshotCommandInput extends RestoreDBClust
21
20
  */
22
21
  export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClusterFromSnapshotResult, __MetadataBearer {
23
22
  }
23
+ declare const RestoreDBClusterFromSnapshotCommand_base: {
24
+ new (input: RestoreDBClusterFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new cluster from a snapshot or cluster snapshot.</p>
@@ -183,23 +186,5 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
183
186
  * <p>Base exception class for all service exceptions from DocDB service.</p>
184
187
  *
185
188
  */
186
- export declare class RestoreDBClusterFromSnapshotCommand extends $Command<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, DocDBClientResolvedConfig> {
187
- readonly input: RestoreDBClusterFromSnapshotCommandInput;
188
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
189
- /**
190
- * @public
191
- */
192
- constructor(input: RestoreDBClusterFromSnapshotCommandInput);
193
- /**
194
- * @internal
195
- */
196
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput>;
197
- /**
198
- * @internal
199
- */
200
- private serialize;
201
- /**
202
- * @internal
203
- */
204
- private deserialize;
189
+ export declare class RestoreDBClusterFromSnapshotCommand extends RestoreDBClusterFromSnapshotCommand_base {
205
190
  }
@@ -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 { RestoreDBClusterToPointInTimeMessage, RestoreDBClusterToPointInTimeResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RestoreDBClusterToPointInTimeCommandInput extends RestoreDBClus
21
20
  */
22
21
  export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClusterToPointInTimeResult, __MetadataBearer {
23
22
  }
23
+ declare const RestoreDBClusterToPointInTimeCommand_base: {
24
+ new (input: RestoreDBClusterToPointInTimeCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Restores a cluster to an arbitrary point in time. Users can restore to any point in
@@ -185,23 +188,5 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
185
188
  * <p>Base exception class for all service exceptions from DocDB service.</p>
186
189
  *
187
190
  */
188
- export declare class RestoreDBClusterToPointInTimeCommand extends $Command<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, DocDBClientResolvedConfig> {
189
- readonly input: RestoreDBClusterToPointInTimeCommandInput;
190
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
191
- /**
192
- * @public
193
- */
194
- constructor(input: RestoreDBClusterToPointInTimeCommandInput);
195
- /**
196
- * @internal
197
- */
198
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput>;
199
- /**
200
- * @internal
201
- */
202
- private serialize;
203
- /**
204
- * @internal
205
- */
206
- private deserialize;
191
+ export declare class RestoreDBClusterToPointInTimeCommand extends RestoreDBClusterToPointInTimeCommand_base {
207
192
  }
@@ -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 { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartDBClusterCommandInput extends StartDBClusterMessage {
21
20
  */
22
21
  export interface StartDBClusterCommandOutput extends StartDBClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const StartDBClusterCommand_base: {
24
+ new (input: StartDBClusterCommandInput): import("@smithy/smithy-client").CommandImpl<StartDBClusterCommandInput, StartDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Restarts the stopped cluster that is specified by <code>DBClusterIdentifier</code>.
@@ -121,23 +124,5 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
121
124
  * <p>Base exception class for all service exceptions from DocDB service.</p>
122
125
  *
123
126
  */
124
- export declare class StartDBClusterCommand extends $Command<StartDBClusterCommandInput, StartDBClusterCommandOutput, DocDBClientResolvedConfig> {
125
- readonly input: StartDBClusterCommandInput;
126
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
127
- /**
128
- * @public
129
- */
130
- constructor(input: StartDBClusterCommandInput);
131
- /**
132
- * @internal
133
- */
134
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDBClusterCommandInput, StartDBClusterCommandOutput>;
135
- /**
136
- * @internal
137
- */
138
- private serialize;
139
- /**
140
- * @internal
141
- */
142
- private deserialize;
127
+ export declare class StartDBClusterCommand extends StartDBClusterCommand_base {
143
128
  }
@@ -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 { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopDBClusterCommandInput extends StopDBClusterMessage {
21
20
  */
22
21
  export interface StopDBClusterCommandOutput extends StopDBClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const StopDBClusterCommand_base: {
24
+ new (input: StopDBClusterCommandInput): import("@smithy/smithy-client").CommandImpl<StopDBClusterCommandInput, StopDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops the running cluster that is specified by <code>DBClusterIdentifier</code>. The
@@ -122,23 +125,5 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
122
125
  * <p>Base exception class for all service exceptions from DocDB service.</p>
123
126
  *
124
127
  */
125
- export declare class StopDBClusterCommand extends $Command<StopDBClusterCommandInput, StopDBClusterCommandOutput, DocDBClientResolvedConfig> {
126
- readonly input: StopDBClusterCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: StopDBClusterCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopDBClusterCommandInput, StopDBClusterCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class StopDBClusterCommand extends StopDBClusterCommand_base {
144
129
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeCertificates(config: DocDBPaginationConfiguration, input: DescribeCertificatesCommandInput, ...additionalArguments: any): Paginator<DescribeCertificatesCommandOutput>;
7
+ export declare const paginateDescribeCertificates: (config: DocDBPaginationConfiguration, input: DescribeCertificatesCommandInput, ...rest: any[]) => Paginator<DescribeCertificatesCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeDBClusterParameterGroups(config: DocDBPaginationConfiguration, input: DescribeDBClusterParameterGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
7
+ export declare const paginateDescribeDBClusterParameterGroups: (config: DocDBPaginationConfiguration, input: DescribeDBClusterParameterGroupsCommandInput, ...rest: any[]) => Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeDBClusterParameters(config: DocDBPaginationConfiguration, input: DescribeDBClusterParametersCommandInput, ...additionalArguments: any): Paginator<DescribeDBClusterParametersCommandOutput>;
7
+ export declare const paginateDescribeDBClusterParameters: (config: DocDBPaginationConfiguration, input: DescribeDBClusterParametersCommandInput, ...rest: any[]) => Paginator<DescribeDBClusterParametersCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeDBClusterSnapshots(config: DocDBPaginationConfiguration, input: DescribeDBClusterSnapshotsCommandInput, ...additionalArguments: any): Paginator<DescribeDBClusterSnapshotsCommandOutput>;
7
+ export declare const paginateDescribeDBClusterSnapshots: (config: DocDBPaginationConfiguration, input: DescribeDBClusterSnapshotsCommandInput, ...rest: any[]) => Paginator<DescribeDBClusterSnapshotsCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeDBClusters(config: DocDBPaginationConfiguration, input: DescribeDBClustersCommandInput, ...additionalArguments: any): Paginator<DescribeDBClustersCommandOutput>;
7
+ export declare const paginateDescribeDBClusters: (config: DocDBPaginationConfiguration, input: DescribeDBClustersCommandInput, ...rest: any[]) => Paginator<DescribeDBClustersCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeDBEngineVersions(config: DocDBPaginationConfiguration, input: DescribeDBEngineVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeDBEngineVersionsCommandOutput>;
7
+ export declare const paginateDescribeDBEngineVersions: (config: DocDBPaginationConfiguration, input: DescribeDBEngineVersionsCommandInput, ...rest: any[]) => Paginator<DescribeDBEngineVersionsCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeDBInstances(config: DocDBPaginationConfiguration, input: DescribeDBInstancesCommandInput, ...additionalArguments: any): Paginator<DescribeDBInstancesCommandOutput>;
7
+ export declare const paginateDescribeDBInstances: (config: DocDBPaginationConfiguration, input: DescribeDBInstancesCommandInput, ...rest: any[]) => Paginator<DescribeDBInstancesCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeDBSubnetGroups(config: DocDBPaginationConfiguration, input: DescribeDBSubnetGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeDBSubnetGroupsCommandOutput>;
7
+ export declare const paginateDescribeDBSubnetGroups: (config: DocDBPaginationConfiguration, input: DescribeDBSubnetGroupsCommandInput, ...rest: any[]) => Paginator<DescribeDBSubnetGroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeEventSubscriptions(config: DocDBPaginationConfiguration, input: DescribeEventSubscriptionsCommandInput, ...additionalArguments: any): Paginator<DescribeEventSubscriptionsCommandOutput>;
7
+ export declare const paginateDescribeEventSubscriptions: (config: DocDBPaginationConfiguration, input: DescribeEventSubscriptionsCommandInput, ...rest: any[]) => Paginator<DescribeEventSubscriptionsCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeEvents(config: DocDBPaginationConfiguration, input: DescribeEventsCommandInput, ...additionalArguments: any): Paginator<DescribeEventsCommandOutput>;
7
+ export declare const paginateDescribeEvents: (config: DocDBPaginationConfiguration, input: DescribeEventsCommandInput, ...rest: any[]) => Paginator<DescribeEventsCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeGlobalClusters(config: DocDBPaginationConfiguration, input: DescribeGlobalClustersCommandInput, ...additionalArguments: any): Paginator<DescribeGlobalClustersCommandOutput>;
7
+ export declare const paginateDescribeGlobalClusters: (config: DocDBPaginationConfiguration, input: DescribeGlobalClustersCommandInput, ...rest: any[]) => Paginator<DescribeGlobalClustersCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeOrderableDBInstanceOptions(config: DocDBPaginationConfiguration, input: DescribeOrderableDBInstanceOptionsCommandInput, ...additionalArguments: any): Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
7
+ export declare const paginateDescribeOrderableDBInstanceOptions: (config: DocDBPaginationConfiguration, input: DescribeOrderableDBInstanceOptionsCommandInput, ...rest: any[]) => Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
@@ -4,4 +4,4 @@ import { DocDBPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribePendingMaintenanceActions(config: DocDBPaginationConfiguration, input: DescribePendingMaintenanceActionsCommandInput, ...additionalArguments: any): Paginator<DescribePendingMaintenanceActionsCommandOutput>;
7
+ export declare const paginateDescribePendingMaintenanceActions: (config: DocDBPaginationConfiguration, input: DescribePendingMaintenanceActionsCommandInput, ...rest: any[]) => Paginator<DescribePendingMaintenanceActionsCommandOutput>;