@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeEngineDefaultClusterParametersCommandInput
21
15
  export interface DescribeEngineDefaultClusterParametersCommandOutput
22
16
  extends DescribeEngineDefaultClusterParametersResult,
23
17
  __MetadataBearer {}
24
- export declare class DescribeEngineDefaultClusterParametersCommand extends $Command<
25
- DescribeEngineDefaultClusterParametersCommandInput,
26
- DescribeEngineDefaultClusterParametersCommandOutput,
27
- DocDBClientResolvedConfig
28
- > {
29
- readonly input: DescribeEngineDefaultClusterParametersCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeEngineDefaultClusterParametersCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DocDBClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeEngineDefaultClusterParametersCommand_base: {
19
+ new (
20
+ input: DescribeEngineDefaultClusterParametersCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeEngineDefaultClusterParametersCommandInput,
38
- DescribeEngineDefaultClusterParametersCommandOutput
23
+ DescribeEngineDefaultClusterParametersCommandOutput,
24
+ DocDBClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeEventCategoriesCommandInput
21
15
  export interface DescribeEventCategoriesCommandOutput
22
16
  extends EventCategoriesMessage,
23
17
  __MetadataBearer {}
24
- export declare class DescribeEventCategoriesCommand extends $Command<
25
- DescribeEventCategoriesCommandInput,
26
- DescribeEventCategoriesCommandOutput,
27
- DocDBClientResolvedConfig
28
- > {
29
- readonly input: DescribeEventCategoriesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeEventCategoriesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DocDBClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeEventCategoriesCommand_base: {
19
+ new (
20
+ input: DescribeEventCategoriesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeEventCategoriesCommandInput,
38
- DescribeEventCategoriesCommandOutput
23
+ DescribeEventCategoriesCommandOutput,
24
+ DocDBClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeEventSubscriptionsCommandInput
21
15
  export interface DescribeEventSubscriptionsCommandOutput
22
16
  extends EventSubscriptionsMessage,
23
17
  __MetadataBearer {}
24
- export declare class DescribeEventSubscriptionsCommand extends $Command<
25
- DescribeEventSubscriptionsCommandInput,
26
- DescribeEventSubscriptionsCommandOutput,
27
- DocDBClientResolvedConfig
28
- > {
29
- readonly input: DescribeEventSubscriptionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeEventSubscriptionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DocDBClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeEventSubscriptionsCommand_base: {
19
+ new (
20
+ input: DescribeEventSubscriptionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeEventSubscriptionsCommandInput,
38
- DescribeEventSubscriptionsCommandOutput
23
+ DescribeEventSubscriptionsCommandOutput,
24
+ DocDBClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
17
11
  export interface DescribeEventsCommandOutput
18
12
  extends EventsMessage,
19
13
  __MetadataBearer {}
20
- export declare class DescribeEventsCommand extends $Command<
21
- DescribeEventsCommandInput,
22
- DescribeEventsCommandOutput,
23
- DocDBClientResolvedConfig
24
- > {
25
- readonly input: DescribeEventsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeEventsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DocDBClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeEventsCommand_base: {
15
+ new (
16
+ input: DescribeEventsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeEventsCommandInput,
19
+ DescribeEventsCommandOutput,
20
+ DocDBClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeEventsCommand extends DescribeEventsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeGlobalClustersCommandInput
21
15
  export interface DescribeGlobalClustersCommandOutput
22
16
  extends GlobalClustersMessage,
23
17
  __MetadataBearer {}
24
- export declare class DescribeGlobalClustersCommand extends $Command<
25
- DescribeGlobalClustersCommandInput,
26
- DescribeGlobalClustersCommandOutput,
27
- DocDBClientResolvedConfig
28
- > {
29
- readonly input: DescribeGlobalClustersCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeGlobalClustersCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DocDBClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeGlobalClustersCommand_base: {
19
+ new (
20
+ input: DescribeGlobalClustersCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeGlobalClustersCommandInput,
38
- DescribeGlobalClustersCommandOutput
23
+ DescribeGlobalClustersCommandOutput,
24
+ DocDBClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeGlobalClustersCommand extends DescribeGlobalClustersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeOrderableDBInstanceOptionsCommandInput
21
15
  export interface DescribeOrderableDBInstanceOptionsCommandOutput
22
16
  extends OrderableDBInstanceOptionsMessage,
23
17
  __MetadataBearer {}
24
- export declare class DescribeOrderableDBInstanceOptionsCommand extends $Command<
25
- DescribeOrderableDBInstanceOptionsCommandInput,
26
- DescribeOrderableDBInstanceOptionsCommandOutput,
27
- DocDBClientResolvedConfig
28
- > {
29
- readonly input: DescribeOrderableDBInstanceOptionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeOrderableDBInstanceOptionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DocDBClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
19
+ new (
20
+ input: DescribeOrderableDBInstanceOptionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeOrderableDBInstanceOptionsCommandInput,
38
- DescribeOrderableDBInstanceOptionsCommandOutput
23
+ DescribeOrderableDBInstanceOptionsCommandOutput,
24
+ DocDBClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeOrderableDBInstanceOptionsCommand extends DescribeOrderableDBInstanceOptionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribePendingMaintenanceActionsCommandInput
21
15
  export interface DescribePendingMaintenanceActionsCommandOutput
22
16
  extends PendingMaintenanceActionsMessage,
23
17
  __MetadataBearer {}
24
- export declare class DescribePendingMaintenanceActionsCommand extends $Command<
25
- DescribePendingMaintenanceActionsCommandInput,
26
- DescribePendingMaintenanceActionsCommandOutput,
27
- DocDBClientResolvedConfig
28
- > {
29
- readonly input: DescribePendingMaintenanceActionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribePendingMaintenanceActionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DocDBClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribePendingMaintenanceActionsCommand_base: {
19
+ new (
20
+ input: DescribePendingMaintenanceActionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribePendingMaintenanceActionsCommandInput,
38
- DescribePendingMaintenanceActionsCommandOutput
23
+ DescribePendingMaintenanceActionsCommandOutput,
24
+ DocDBClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribePendingMaintenanceActionsCommand extends DescribePendingMaintenanceActionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface FailoverDBClusterCommandInput
21
15
  export interface FailoverDBClusterCommandOutput
22
16
  extends FailoverDBClusterResult,
23
17
  __MetadataBearer {}
24
- export declare class FailoverDBClusterCommand extends $Command<
25
- FailoverDBClusterCommandInput,
26
- FailoverDBClusterCommandOutput,
27
- DocDBClientResolvedConfig
28
- > {
29
- readonly input: FailoverDBClusterCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: FailoverDBClusterCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DocDBClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const FailoverDBClusterCommand_base: {
19
+ new (
20
+ input: FailoverDBClusterCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ FailoverDBClusterCommandInput,
23
+ FailoverDBClusterCommandOutput,
24
+ DocDBClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class FailoverDBClusterCommand extends FailoverDBClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -18,19 +12,16 @@ export interface ListTagsForResourceCommandInput
18
12
  export interface ListTagsForResourceCommandOutput
19
13
  extends TagListMessage,
20
14
  __MetadataBearer {}
21
- export declare class ListTagsForResourceCommand extends $Command<
22
- ListTagsForResourceCommandInput,
23
- ListTagsForResourceCommandOutput,
24
- DocDBClientResolvedConfig
25
- > {
26
- readonly input: ListTagsForResourceCommandInput;
27
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
- constructor(input: ListTagsForResourceCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: DocDBClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
15
+ declare const ListTagsForResourceCommand_base: {
16
+ new (
17
+ input: ListTagsForResourceCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ ListTagsForResourceCommandInput,
20
+ ListTagsForResourceCommandOutput,
21
+ DocDBClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
27
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ModifyDBClusterCommandInput extends ModifyDBClusterMessage {}
20
14
  export interface ModifyDBClusterCommandOutput
21
15
  extends ModifyDBClusterResult,
22
16
  __MetadataBearer {}
23
- export declare class ModifyDBClusterCommand extends $Command<
24
- ModifyDBClusterCommandInput,
25
- ModifyDBClusterCommandOutput,
26
- DocDBClientResolvedConfig
27
- > {
28
- readonly input: ModifyDBClusterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ModifyDBClusterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DocDBClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ModifyDBClusterCommand_base: {
18
+ new (
19
+ input: ModifyDBClusterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ModifyDBClusterCommandInput,
22
+ ModifyDBClusterCommandOutput,
23
+ DocDBClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ModifyDBClusterCommand extends ModifyDBClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ModifyDBClusterParameterGroupCommandInput
21
15
  export interface ModifyDBClusterParameterGroupCommandOutput
22
16
  extends DBClusterParameterGroupNameMessage,
23
17
  __MetadataBearer {}
24
- export declare class ModifyDBClusterParameterGroupCommand extends $Command<
25
- ModifyDBClusterParameterGroupCommandInput,
26
- ModifyDBClusterParameterGroupCommandOutput,
27
- DocDBClientResolvedConfig
28
- > {
29
- readonly input: ModifyDBClusterParameterGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ModifyDBClusterParameterGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DocDBClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ModifyDBClusterParameterGroupCommand_base: {
19
+ new (
20
+ input: ModifyDBClusterParameterGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ModifyDBClusterParameterGroupCommandInput,
38
- ModifyDBClusterParameterGroupCommandOutput
23
+ ModifyDBClusterParameterGroupCommandOutput,
24
+ DocDBClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ModifyDBClusterParameterGroupCommand extends ModifyDBClusterParameterGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ModifyDBClusterSnapshotAttributeCommandInput
21
15
  export interface ModifyDBClusterSnapshotAttributeCommandOutput
22
16
  extends ModifyDBClusterSnapshotAttributeResult,
23
17
  __MetadataBearer {}
24
- export declare class ModifyDBClusterSnapshotAttributeCommand extends $Command<
25
- ModifyDBClusterSnapshotAttributeCommandInput,
26
- ModifyDBClusterSnapshotAttributeCommandOutput,
27
- DocDBClientResolvedConfig
28
- > {
29
- readonly input: ModifyDBClusterSnapshotAttributeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ModifyDBClusterSnapshotAttributeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DocDBClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
19
+ new (
20
+ input: ModifyDBClusterSnapshotAttributeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ModifyDBClusterSnapshotAttributeCommandInput,
38
- ModifyDBClusterSnapshotAttributeCommandOutput
23
+ ModifyDBClusterSnapshotAttributeCommandOutput,
24
+ DocDBClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ModifyDBClusterSnapshotAttributeCommand extends ModifyDBClusterSnapshotAttributeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ModifyDBInstanceCommandInput extends ModifyDBInstanceMessage {}
20
14
  export interface ModifyDBInstanceCommandOutput
21
15
  extends ModifyDBInstanceResult,
22
16
  __MetadataBearer {}
23
- export declare class ModifyDBInstanceCommand extends $Command<
24
- ModifyDBInstanceCommandInput,
25
- ModifyDBInstanceCommandOutput,
26
- DocDBClientResolvedConfig
27
- > {
28
- readonly input: ModifyDBInstanceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ModifyDBInstanceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DocDBClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ModifyDBInstanceCommand_base: {
18
+ new (
19
+ input: ModifyDBInstanceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ModifyDBInstanceCommandInput,
22
+ ModifyDBInstanceCommandOutput,
23
+ DocDBClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ModifyDBInstanceCommand extends ModifyDBInstanceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DocDBClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ModifyDBSubnetGroupCommandInput
21
15
  export interface ModifyDBSubnetGroupCommandOutput
22
16
  extends ModifyDBSubnetGroupResult,
23
17
  __MetadataBearer {}
24
- export declare class ModifyDBSubnetGroupCommand extends $Command<
25
- ModifyDBSubnetGroupCommandInput,
26
- ModifyDBSubnetGroupCommandOutput,
27
- DocDBClientResolvedConfig
28
- > {
29
- readonly input: ModifyDBSubnetGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ModifyDBSubnetGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DocDBClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ModifyDBSubnetGroupCommand_base: {
19
+ new (
20
+ input: ModifyDBSubnetGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ModifyDBSubnetGroupCommandInput,
23
+ ModifyDBSubnetGroupCommandOutput,
24
+ DocDBClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ModifyDBSubnetGroupCommand extends ModifyDBSubnetGroupCommand_base {}