@aws-sdk/client-neptune 3.478.0 → 3.484.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 (281) hide show
  1. package/dist-cjs/commands/AddRoleToDBClusterCommand.js +18 -41
  2. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +18 -41
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +18 -41
  4. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +18 -41
  5. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +18 -41
  6. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +19 -42
  7. package/dist-cjs/commands/CopyDBParameterGroupCommand.js +18 -41
  8. package/dist-cjs/commands/CreateDBClusterCommand.js +19 -42
  9. package/dist-cjs/commands/CreateDBClusterEndpointCommand.js +18 -41
  10. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +18 -41
  11. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +18 -41
  12. package/dist-cjs/commands/CreateDBInstanceCommand.js +18 -41
  13. package/dist-cjs/commands/CreateDBParameterGroupCommand.js +18 -41
  14. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +18 -41
  15. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +18 -41
  16. package/dist-cjs/commands/CreateGlobalClusterCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteDBClusterCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteDBClusterEndpointCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +18 -41
  20. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +18 -41
  21. package/dist-cjs/commands/DeleteDBInstanceCommand.js +18 -41
  22. package/dist-cjs/commands/DeleteDBParameterGroupCommand.js +18 -41
  23. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +18 -41
  24. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +18 -41
  25. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeDBClusterEndpointsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +18 -41
  31. package/dist-cjs/commands/DescribeDBClustersCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +18 -41
  33. package/dist-cjs/commands/DescribeDBInstancesCommand.js +18 -41
  34. package/dist-cjs/commands/DescribeDBParameterGroupsCommand.js +18 -41
  35. package/dist-cjs/commands/DescribeDBParametersCommand.js +18 -41
  36. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +18 -41
  37. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +18 -41
  38. package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +18 -41
  39. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +18 -41
  40. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +18 -41
  41. package/dist-cjs/commands/DescribeEventsCommand.js +18 -41
  42. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +18 -41
  43. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +18 -41
  44. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +18 -41
  45. package/dist-cjs/commands/DescribeValidDBInstanceModificationsCommand.js +18 -41
  46. package/dist-cjs/commands/FailoverDBClusterCommand.js +18 -41
  47. package/dist-cjs/commands/FailoverGlobalClusterCommand.js +18 -41
  48. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  49. package/dist-cjs/commands/ModifyDBClusterCommand.js +18 -41
  50. package/dist-cjs/commands/ModifyDBClusterEndpointCommand.js +18 -41
  51. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +18 -41
  52. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +18 -41
  53. package/dist-cjs/commands/ModifyDBInstanceCommand.js +18 -41
  54. package/dist-cjs/commands/ModifyDBParameterGroupCommand.js +18 -41
  55. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +18 -41
  56. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +18 -41
  57. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +18 -41
  58. package/dist-cjs/commands/PromoteReadReplicaDBClusterCommand.js +18 -41
  59. package/dist-cjs/commands/RebootDBInstanceCommand.js +18 -41
  60. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +18 -41
  61. package/dist-cjs/commands/RemoveRoleFromDBClusterCommand.js +18 -41
  62. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +18 -41
  63. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +18 -41
  64. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +18 -41
  65. package/dist-cjs/commands/ResetDBParameterGroupCommand.js +18 -41
  66. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +18 -41
  67. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +18 -41
  68. package/dist-cjs/commands/StartDBClusterCommand.js +18 -41
  69. package/dist-cjs/commands/StopDBClusterCommand.js +18 -41
  70. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  71. package/dist-es/commands/AddRoleToDBClusterCommand.js +18 -41
  72. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +18 -41
  73. package/dist-es/commands/AddTagsToResourceCommand.js +18 -41
  74. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +18 -41
  75. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +18 -41
  76. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +19 -42
  77. package/dist-es/commands/CopyDBParameterGroupCommand.js +18 -41
  78. package/dist-es/commands/CreateDBClusterCommand.js +19 -42
  79. package/dist-es/commands/CreateDBClusterEndpointCommand.js +18 -41
  80. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +18 -41
  81. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +18 -41
  82. package/dist-es/commands/CreateDBInstanceCommand.js +18 -41
  83. package/dist-es/commands/CreateDBParameterGroupCommand.js +18 -41
  84. package/dist-es/commands/CreateDBSubnetGroupCommand.js +18 -41
  85. package/dist-es/commands/CreateEventSubscriptionCommand.js +18 -41
  86. package/dist-es/commands/CreateGlobalClusterCommand.js +18 -41
  87. package/dist-es/commands/DeleteDBClusterCommand.js +18 -41
  88. package/dist-es/commands/DeleteDBClusterEndpointCommand.js +18 -41
  89. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +18 -41
  90. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +18 -41
  91. package/dist-es/commands/DeleteDBInstanceCommand.js +18 -41
  92. package/dist-es/commands/DeleteDBParameterGroupCommand.js +18 -41
  93. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +18 -41
  94. package/dist-es/commands/DeleteEventSubscriptionCommand.js +18 -41
  95. package/dist-es/commands/DeleteGlobalClusterCommand.js +18 -41
  96. package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +18 -41
  97. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +18 -41
  98. package/dist-es/commands/DescribeDBClusterParametersCommand.js +18 -41
  99. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +18 -41
  100. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +18 -41
  101. package/dist-es/commands/DescribeDBClustersCommand.js +18 -41
  102. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +18 -41
  103. package/dist-es/commands/DescribeDBInstancesCommand.js +18 -41
  104. package/dist-es/commands/DescribeDBParameterGroupsCommand.js +18 -41
  105. package/dist-es/commands/DescribeDBParametersCommand.js +18 -41
  106. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +18 -41
  107. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +18 -41
  108. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +18 -41
  109. package/dist-es/commands/DescribeEventCategoriesCommand.js +18 -41
  110. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +18 -41
  111. package/dist-es/commands/DescribeEventsCommand.js +18 -41
  112. package/dist-es/commands/DescribeGlobalClustersCommand.js +18 -41
  113. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +18 -41
  114. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +18 -41
  115. package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +18 -41
  116. package/dist-es/commands/FailoverDBClusterCommand.js +18 -41
  117. package/dist-es/commands/FailoverGlobalClusterCommand.js +18 -41
  118. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  119. package/dist-es/commands/ModifyDBClusterCommand.js +18 -41
  120. package/dist-es/commands/ModifyDBClusterEndpointCommand.js +18 -41
  121. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +18 -41
  122. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +18 -41
  123. package/dist-es/commands/ModifyDBInstanceCommand.js +18 -41
  124. package/dist-es/commands/ModifyDBParameterGroupCommand.js +18 -41
  125. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +18 -41
  126. package/dist-es/commands/ModifyEventSubscriptionCommand.js +18 -41
  127. package/dist-es/commands/ModifyGlobalClusterCommand.js +18 -41
  128. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +18 -41
  129. package/dist-es/commands/RebootDBInstanceCommand.js +18 -41
  130. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +18 -41
  131. package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +18 -41
  132. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +18 -41
  133. package/dist-es/commands/RemoveTagsFromResourceCommand.js +18 -41
  134. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +18 -41
  135. package/dist-es/commands/ResetDBParameterGroupCommand.js +18 -41
  136. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +18 -41
  137. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +18 -41
  138. package/dist-es/commands/StartDBClusterCommand.js +18 -41
  139. package/dist-es/commands/StopDBClusterCommand.js +18 -41
  140. package/dist-es/endpoint/EndpointParameters.js +6 -0
  141. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +6 -21
  142. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +6 -21
  143. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -21
  144. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -21
  145. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +6 -21
  146. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +6 -21
  147. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +6 -21
  148. package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -21
  149. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +6 -21
  150. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +6 -21
  151. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +6 -21
  152. package/dist-types/commands/CreateDBInstanceCommand.d.ts +6 -21
  153. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +6 -21
  154. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +6 -21
  155. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -21
  156. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +6 -21
  157. package/dist-types/commands/DeleteDBClusterCommand.d.ts +6 -21
  158. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +6 -21
  159. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -21
  160. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -21
  161. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +6 -21
  162. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +6 -21
  163. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +6 -21
  164. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -21
  165. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +6 -21
  166. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +6 -21
  167. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -21
  168. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -21
  169. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +6 -21
  170. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +6 -21
  171. package/dist-types/commands/DescribeDBClustersCommand.d.ts +6 -21
  172. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +6 -21
  173. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +6 -21
  174. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +6 -21
  175. package/dist-types/commands/DescribeDBParametersCommand.d.ts +6 -21
  176. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +6 -21
  177. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +6 -21
  178. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +6 -21
  179. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -21
  180. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -21
  181. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -21
  182. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +6 -21
  183. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -21
  184. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -21
  185. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +6 -21
  186. package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -21
  187. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +6 -21
  188. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  189. package/dist-types/commands/ModifyDBClusterCommand.d.ts +6 -21
  190. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +6 -21
  191. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -21
  192. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +6 -21
  193. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +6 -21
  194. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +6 -21
  195. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +6 -21
  196. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -21
  197. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +6 -21
  198. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +6 -21
  199. package/dist-types/commands/RebootDBInstanceCommand.d.ts +6 -21
  200. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -21
  201. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +6 -21
  202. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +6 -21
  203. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -21
  204. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -21
  205. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -21
  206. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +6 -21
  207. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +6 -21
  208. package/dist-types/commands/StartDBClusterCommand.d.ts +6 -21
  209. package/dist-types/commands/StopDBClusterCommand.d.ts +6 -21
  210. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  211. package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +12 -24
  215. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +12 -24
  229. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +12 -24
  239. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +12 -24
  248. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +12 -24
  249. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +12 -24
  254. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +12 -24
  255. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  259. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +12 -24
  261. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +12 -24
  263. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +12 -24
  265. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +14 -23
  268. package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +12 -24
  269. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +12 -24
  271. package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +12 -24
  273. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -24
  274. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +12 -24
  275. package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +12 -24
  276. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -24
  278. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +14 -23
  280. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  281. package/package.json +11 -11
@@ -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 { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteEventSubscriptionCommandInput extends DeleteEventSubscrip
21
20
  */
22
21
  export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscriptionResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteEventSubscriptionCommand_base: {
24
+ new (input: DeleteEventSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an event notification subscription.</p>
@@ -72,23 +75,5 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
72
75
  * <p>Base exception class for all service exceptions from Neptune service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, NeptuneClientResolvedConfig> {
76
- readonly input: DeleteEventSubscriptionCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteEventSubscriptionCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
94
79
  }
@@ -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 { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGlobalClusterCommandInput extends DeleteGlobalClusterMess
21
20
  */
22
21
  export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteGlobalClusterCommand_base: {
24
+ new (input: DeleteGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a global database. The primary and all secondary clusters must
@@ -76,23 +79,5 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
76
79
  * <p>Base exception class for all service exceptions from Neptune service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteGlobalClusterCommand extends $Command<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, NeptuneClientResolvedConfig> {
80
- readonly input: DeleteGlobalClusterCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteGlobalClusterCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {
98
83
  }
@@ -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 { DBClusterEndpointMessage, DescribeDBClusterEndpointsMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBClusterEndpointsCommandInput extends DescribeDBCluste
21
20
  */
22
21
  export interface DescribeDBClusterEndpointsCommandOutput extends DBClusterEndpointMessage, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBClusterEndpointsCommand_base: {
24
+ new (input: DescribeDBClusterEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about endpoints for an Amazon Neptune DB cluster.</p>
@@ -88,23 +91,5 @@ export interface DescribeDBClusterEndpointsCommandOutput extends DBClusterEndpoi
88
91
  * <p>Base exception class for all service exceptions from Neptune service.</p>
89
92
  *
90
93
  */
91
- export declare class DescribeDBClusterEndpointsCommand extends $Command<DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput, NeptuneClientResolvedConfig> {
92
- readonly input: DescribeDBClusterEndpointsCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: DescribeDBClusterEndpointsCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class DescribeDBClusterEndpointsCommand extends DescribeDBClusterEndpointsCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DBClusterParameterGroupsMessage, DescribeDBClusterParameterGroupsMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBClusterParameterGroupsCommandInput extends DescribeDB
21
20
  */
22
21
  export interface DescribeDBClusterParameterGroupsCommandOutput extends DBClusterParameterGroupsMessage, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBClusterParameterGroupsCommand_base: {
24
+ new (input: DescribeDBClusterParameterGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a
@@ -76,23 +79,5 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
76
79
  * <p>Base exception class for all service exceptions from Neptune service.</p>
77
80
  *
78
81
  */
79
- export declare class DescribeDBClusterParameterGroupsCommand extends $Command<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput, NeptuneClientResolvedConfig> {
80
- readonly input: DescribeDBClusterParameterGroupsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DescribeDBClusterParameterGroupsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {
98
83
  }
@@ -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 { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBClusterParametersCommandInput extends DescribeDBClust
21
20
  */
22
21
  export interface DescribeDBClusterParametersCommandOutput extends DBClusterParameterGroupDetails, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBClusterParametersCommand_base: {
24
+ new (input: DescribeDBClusterParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the detailed parameter list for a particular DB cluster parameter group.</p>
@@ -81,23 +84,5 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
81
84
  * <p>Base exception class for all service exceptions from Neptune service.</p>
82
85
  *
83
86
  */
84
- export declare class DescribeDBClusterParametersCommand extends $Command<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput, NeptuneClientResolvedConfig> {
85
- readonly input: DescribeDBClusterParametersCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DescribeDBClusterParametersCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_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 { DescribeDBClusterSnapshotAttributesMessage, DescribeDBClusterSnapshotAttributesResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBClusterSnapshotAttributesCommandInput extends Describ
21
20
  */
22
21
  export interface DescribeDBClusterSnapshotAttributesCommandOutput extends DescribeDBClusterSnapshotAttributesResult, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
24
+ new (input: DescribeDBClusterSnapshotAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster
@@ -75,23 +78,5 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput extends Descri
75
78
  * <p>Base exception class for all service exceptions from Neptune service.</p>
76
79
  *
77
80
  */
78
- export declare class DescribeDBClusterSnapshotAttributesCommand extends $Command<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, NeptuneClientResolvedConfig> {
79
- readonly input: DescribeDBClusterSnapshotAttributesCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: DescribeDBClusterSnapshotAttributesCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {
97
82
  }
@@ -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 { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBClusterSnapshotsCommandInput extends DescribeDBCluste
21
20
  */
22
21
  export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapshotMessage, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBClusterSnapshotsCommand_base: {
24
+ new (input: DescribeDBClusterSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about DB cluster snapshots. This API action supports
@@ -98,23 +101,5 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
98
101
  * <p>Base exception class for all service exceptions from Neptune service.</p>
99
102
  *
100
103
  */
101
- export declare class DescribeDBClusterSnapshotsCommand extends $Command<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, NeptuneClientResolvedConfig> {
102
- readonly input: DescribeDBClusterSnapshotsCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: DescribeDBClusterSnapshotsCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {
120
105
  }
@@ -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 { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBClustersCommandInput extends DescribeDBClustersMessag
21
20
  */
22
21
  export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBClustersCommand_base: {
24
+ new (input: DescribeDBClustersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about provisioned DB clusters, and supports
@@ -167,23 +170,5 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
167
170
  * <p>Base exception class for all service exceptions from Neptune service.</p>
168
171
  *
169
172
  */
170
- export declare class DescribeDBClustersCommand extends $Command<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, NeptuneClientResolvedConfig> {
171
- readonly input: DescribeDBClustersCommandInput;
172
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
173
- /**
174
- * @public
175
- */
176
- constructor(input: DescribeDBClustersCommandInput);
177
- /**
178
- * @internal
179
- */
180
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput>;
181
- /**
182
- * @internal
183
- */
184
- private serialize;
185
- /**
186
- * @internal
187
- */
188
- private deserialize;
173
+ export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {
189
174
  }
@@ -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 { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBEngineVersionsCommandInput extends DescribeDBEngineVe
21
20
  */
22
21
  export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMessage, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBEngineVersionsCommand_base: {
24
+ new (input: DescribeDBEngineVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the available DB engines.</p>
@@ -106,23 +109,5 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe
106
109
  * <p>Base exception class for all service exceptions from Neptune service.</p>
107
110
  *
108
111
  */
109
- export declare class DescribeDBEngineVersionsCommand extends $Command<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, NeptuneClientResolvedConfig> {
110
- readonly input: DescribeDBEngineVersionsCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: DescribeDBEngineVersionsCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {
128
113
  }
@@ -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 { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBInstancesCommandInput extends DescribeDBInstancesMess
21
20
  */
22
21
  export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBInstancesCommand_base: {
24
+ new (input: DescribeDBInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about provisioned instances, and supports pagination.</p>
@@ -207,23 +210,5 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
207
210
  * <p>Base exception class for all service exceptions from Neptune service.</p>
208
211
  *
209
212
  */
210
- export declare class DescribeDBInstancesCommand extends $Command<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput, NeptuneClientResolvedConfig> {
211
- readonly input: DescribeDBInstancesCommandInput;
212
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
213
- /**
214
- * @public
215
- */
216
- constructor(input: DescribeDBInstancesCommandInput);
217
- /**
218
- * @internal
219
- */
220
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput>;
221
- /**
222
- * @internal
223
- */
224
- private serialize;
225
- /**
226
- * @internal
227
- */
228
- private deserialize;
213
+ export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {
229
214
  }
@@ -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 { DBParameterGroupsMessage, DescribeDBParameterGroupsMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBParameterGroupsCommandInput extends DescribeDBParamet
21
20
  */
22
21
  export interface DescribeDBParameterGroupsCommandOutput extends DBParameterGroupsMessage, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBParameterGroupsCommand_base: {
24
+ new (input: DescribeDBParameterGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBParameterGroupsCommandInput, DescribeDBParameterGroupsCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of <code>DBParameterGroup</code> descriptions. If a
@@ -76,23 +79,5 @@ export interface DescribeDBParameterGroupsCommandOutput extends DBParameterGroup
76
79
  * <p>Base exception class for all service exceptions from Neptune service.</p>
77
80
  *
78
81
  */
79
- export declare class DescribeDBParameterGroupsCommand extends $Command<DescribeDBParameterGroupsCommandInput, DescribeDBParameterGroupsCommandOutput, NeptuneClientResolvedConfig> {
80
- readonly input: DescribeDBParameterGroupsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DescribeDBParameterGroupsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBParameterGroupsCommandInput, DescribeDBParameterGroupsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DescribeDBParameterGroupsCommand extends DescribeDBParameterGroupsCommand_base {
98
83
  }
@@ -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 { DBParameterGroupDetails, DescribeDBParametersMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBParametersCommandInput extends DescribeDBParametersMe
21
20
  */
22
21
  export interface DescribeDBParametersCommandOutput extends DBParameterGroupDetails, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBParametersCommand_base: {
24
+ new (input: DescribeDBParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the detailed parameter list for a particular DB parameter group.</p>
@@ -81,23 +84,5 @@ export interface DescribeDBParametersCommandOutput extends DBParameterGroupDetai
81
84
  * <p>Base exception class for all service exceptions from Neptune service.</p>
82
85
  *
83
86
  */
84
- export declare class DescribeDBParametersCommand extends $Command<DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput, NeptuneClientResolvedConfig> {
85
- readonly input: DescribeDBParametersCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DescribeDBParametersCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DescribeDBParametersCommand extends DescribeDBParametersCommand_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 { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDBSubnetGroupsCommandInput extends DescribeDBSubnetGrou
21
20
  */
22
21
  export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessage, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDBSubnetGroupsCommand_base: {
24
+ new (input: DescribeDBSubnetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the
@@ -86,23 +89,5 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
86
89
  * <p>Base exception class for all service exceptions from Neptune service.</p>
87
90
  *
88
91
  */
89
- export declare class DescribeDBSubnetGroupsCommand extends $Command<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, NeptuneClientResolvedConfig> {
90
- readonly input: DescribeDBSubnetGroupsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: DescribeDBSubnetGroupsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {
108
93
  }
@@ -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 { DescribeEngineDefaultClusterParametersMessage, DescribeEngineDefaultClusterParametersResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeEngineDefaultClusterParametersCommandInput extends Desc
21
20
  */
22
21
  export interface DescribeEngineDefaultClusterParametersCommandOutput extends DescribeEngineDefaultClusterParametersResult, __MetadataBearer {
23
22
  }
23
+ declare const DescribeEngineDefaultClusterParametersCommand_base: {
24
+ new (input: DescribeEngineDefaultClusterParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the default engine and system parameter information for the cluster database
@@ -79,23 +82,5 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
79
82
  * <p>Base exception class for all service exceptions from Neptune service.</p>
80
83
  *
81
84
  */
82
- export declare class DescribeEngineDefaultClusterParametersCommand extends $Command<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, NeptuneClientResolvedConfig> {
83
- readonly input: DescribeEngineDefaultClusterParametersCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: DescribeEngineDefaultClusterParametersCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {
101
86
  }