@aws-sdk/client-neptune 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 (345) 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-cjs/pagination/DescribeDBClusterEndpointsPaginator.js +2 -24
  72. package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +2 -24
  73. package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js +2 -24
  74. package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +2 -24
  75. package/dist-cjs/pagination/DescribeDBClustersPaginator.js +2 -24
  76. package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js +2 -24
  77. package/dist-cjs/pagination/DescribeDBInstancesPaginator.js +2 -24
  78. package/dist-cjs/pagination/DescribeDBParameterGroupsPaginator.js +2 -24
  79. package/dist-cjs/pagination/DescribeDBParametersPaginator.js +2 -24
  80. package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js +2 -24
  81. package/dist-cjs/pagination/DescribeEngineDefaultParametersPaginator.js +2 -24
  82. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +2 -24
  83. package/dist-cjs/pagination/DescribeEventsPaginator.js +2 -24
  84. package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js +2 -24
  85. package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +2 -24
  86. package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +2 -24
  87. package/dist-es/commands/AddRoleToDBClusterCommand.js +18 -41
  88. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +18 -41
  89. package/dist-es/commands/AddTagsToResourceCommand.js +18 -41
  90. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +18 -41
  91. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +18 -41
  92. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +19 -42
  93. package/dist-es/commands/CopyDBParameterGroupCommand.js +18 -41
  94. package/dist-es/commands/CreateDBClusterCommand.js +19 -42
  95. package/dist-es/commands/CreateDBClusterEndpointCommand.js +18 -41
  96. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +18 -41
  97. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +18 -41
  98. package/dist-es/commands/CreateDBInstanceCommand.js +18 -41
  99. package/dist-es/commands/CreateDBParameterGroupCommand.js +18 -41
  100. package/dist-es/commands/CreateDBSubnetGroupCommand.js +18 -41
  101. package/dist-es/commands/CreateEventSubscriptionCommand.js +18 -41
  102. package/dist-es/commands/CreateGlobalClusterCommand.js +18 -41
  103. package/dist-es/commands/DeleteDBClusterCommand.js +18 -41
  104. package/dist-es/commands/DeleteDBClusterEndpointCommand.js +18 -41
  105. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +18 -41
  106. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +18 -41
  107. package/dist-es/commands/DeleteDBInstanceCommand.js +18 -41
  108. package/dist-es/commands/DeleteDBParameterGroupCommand.js +18 -41
  109. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +18 -41
  110. package/dist-es/commands/DeleteEventSubscriptionCommand.js +18 -41
  111. package/dist-es/commands/DeleteGlobalClusterCommand.js +18 -41
  112. package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +18 -41
  113. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +18 -41
  114. package/dist-es/commands/DescribeDBClusterParametersCommand.js +18 -41
  115. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +18 -41
  116. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +18 -41
  117. package/dist-es/commands/DescribeDBClustersCommand.js +18 -41
  118. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +18 -41
  119. package/dist-es/commands/DescribeDBInstancesCommand.js +18 -41
  120. package/dist-es/commands/DescribeDBParameterGroupsCommand.js +18 -41
  121. package/dist-es/commands/DescribeDBParametersCommand.js +18 -41
  122. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +18 -41
  123. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +18 -41
  124. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +18 -41
  125. package/dist-es/commands/DescribeEventCategoriesCommand.js +18 -41
  126. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +18 -41
  127. package/dist-es/commands/DescribeEventsCommand.js +18 -41
  128. package/dist-es/commands/DescribeGlobalClustersCommand.js +18 -41
  129. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +18 -41
  130. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +18 -41
  131. package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +18 -41
  132. package/dist-es/commands/FailoverDBClusterCommand.js +18 -41
  133. package/dist-es/commands/FailoverGlobalClusterCommand.js +18 -41
  134. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  135. package/dist-es/commands/ModifyDBClusterCommand.js +18 -41
  136. package/dist-es/commands/ModifyDBClusterEndpointCommand.js +18 -41
  137. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +18 -41
  138. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +18 -41
  139. package/dist-es/commands/ModifyDBInstanceCommand.js +18 -41
  140. package/dist-es/commands/ModifyDBParameterGroupCommand.js +18 -41
  141. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +18 -41
  142. package/dist-es/commands/ModifyEventSubscriptionCommand.js +18 -41
  143. package/dist-es/commands/ModifyGlobalClusterCommand.js +18 -41
  144. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +18 -41
  145. package/dist-es/commands/RebootDBInstanceCommand.js +18 -41
  146. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +18 -41
  147. package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +18 -41
  148. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +18 -41
  149. package/dist-es/commands/RemoveTagsFromResourceCommand.js +18 -41
  150. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +18 -41
  151. package/dist-es/commands/ResetDBParameterGroupCommand.js +18 -41
  152. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +18 -41
  153. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +18 -41
  154. package/dist-es/commands/StartDBClusterCommand.js +18 -41
  155. package/dist-es/commands/StopDBClusterCommand.js +18 -41
  156. package/dist-es/endpoint/EndpointParameters.js +6 -0
  157. package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +2 -23
  158. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +2 -23
  159. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +2 -23
  160. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +2 -23
  161. package/dist-es/pagination/DescribeDBClustersPaginator.js +2 -23
  162. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +2 -23
  163. package/dist-es/pagination/DescribeDBInstancesPaginator.js +2 -23
  164. package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +2 -23
  165. package/dist-es/pagination/DescribeDBParametersPaginator.js +2 -23
  166. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +2 -23
  167. package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +2 -23
  168. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +2 -23
  169. package/dist-es/pagination/DescribeEventsPaginator.js +2 -23
  170. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +2 -23
  171. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +2 -23
  172. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +2 -23
  173. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +6 -21
  174. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +6 -21
  175. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -21
  176. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -21
  177. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +6 -21
  178. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +6 -21
  179. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +6 -21
  180. package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -21
  181. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +6 -21
  182. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +6 -21
  183. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +6 -21
  184. package/dist-types/commands/CreateDBInstanceCommand.d.ts +6 -21
  185. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +6 -21
  186. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +6 -21
  187. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -21
  188. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +6 -21
  189. package/dist-types/commands/DeleteDBClusterCommand.d.ts +6 -21
  190. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +6 -21
  191. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -21
  192. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -21
  193. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +6 -21
  194. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +6 -21
  195. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +6 -21
  196. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -21
  197. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +6 -21
  198. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +6 -21
  199. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -21
  200. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -21
  201. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +6 -21
  202. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +6 -21
  203. package/dist-types/commands/DescribeDBClustersCommand.d.ts +6 -21
  204. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +6 -21
  205. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +6 -21
  206. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +6 -21
  207. package/dist-types/commands/DescribeDBParametersCommand.d.ts +6 -21
  208. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +6 -21
  209. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +6 -21
  210. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +6 -21
  211. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -21
  212. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -21
  213. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -21
  214. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +6 -21
  215. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -21
  216. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -21
  217. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +6 -21
  218. package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -21
  219. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +6 -21
  220. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  221. package/dist-types/commands/ModifyDBClusterCommand.d.ts +6 -21
  222. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +6 -21
  223. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -21
  224. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +6 -21
  225. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +6 -21
  226. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +6 -21
  227. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +6 -21
  228. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -21
  229. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +6 -21
  230. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +6 -21
  231. package/dist-types/commands/RebootDBInstanceCommand.d.ts +6 -21
  232. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -21
  233. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +6 -21
  234. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +6 -21
  235. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -21
  236. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -21
  237. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -21
  238. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +6 -21
  239. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +6 -21
  240. package/dist-types/commands/StartDBClusterCommand.d.ts +6 -21
  241. package/dist-types/commands/StopDBClusterCommand.d.ts +6 -21
  242. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  243. package/dist-types/pagination/DescribeDBClusterEndpointsPaginator.d.ts +1 -1
  244. package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +1 -1
  245. package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +1 -1
  246. package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +1 -1
  247. package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +1 -1
  248. package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +1 -1
  249. package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +1 -1
  250. package/dist-types/pagination/DescribeDBParameterGroupsPaginator.d.ts +1 -1
  251. package/dist-types/pagination/DescribeDBParametersPaginator.d.ts +1 -1
  252. package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +1 -1
  253. package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +1 -1
  254. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
  255. package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
  256. package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +1 -1
  257. package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +1 -1
  258. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +12 -24
  261. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +14 -23
  262. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +12 -24
  263. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +12 -24
  265. package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +12 -24
  266. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +14 -23
  267. package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -24
  269. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +12 -24
  270. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +14 -23
  273. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +12 -24
  274. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +14 -23
  275. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +14 -23
  276. package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +12 -24
  278. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +12 -24
  279. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +14 -23
  280. package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +12 -24
  281. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +14 -23
  282. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +12 -24
  283. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +14 -23
  284. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +12 -24
  285. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +12 -24
  286. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +12 -24
  287. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +12 -24
  288. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +12 -24
  289. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +14 -23
  290. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +12 -24
  291. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +14 -23
  292. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +12 -24
  293. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +12 -24
  294. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +12 -24
  295. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +12 -24
  296. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +12 -24
  297. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +12 -24
  298. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +12 -24
  299. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +14 -23
  300. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +12 -24
  301. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +12 -24
  302. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +12 -24
  303. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +12 -24
  304. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +14 -23
  305. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +12 -24
  306. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  307. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +14 -23
  308. package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +12 -24
  309. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -24
  310. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +12 -24
  311. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +14 -23
  312. package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +12 -24
  313. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +14 -23
  314. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +12 -24
  315. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +14 -23
  316. package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +12 -24
  317. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +14 -23
  318. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +12 -24
  319. package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -24
  320. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +12 -24
  321. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -24
  322. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +12 -24
  323. package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +12 -24
  324. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -24
  325. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -24
  326. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +14 -23
  327. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +14 -23
  328. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  329. package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +3 -3
  330. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +3 -3
  331. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +3 -3
  332. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +3 -3
  333. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +3 -3
  334. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +3 -3
  335. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +3 -3
  336. package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +3 -3
  337. package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +3 -3
  338. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +3 -3
  339. package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +3 -3
  340. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -3
  341. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +3 -3
  342. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +3 -3
  343. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +3 -3
  344. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -3
  345. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribePendingMaintenanceActionsMessage, PendingMaintenanceActionsMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribePendingMaintenanceActionsCommandInput extends DescribeP
21
20
  */
22
21
  export interface DescribePendingMaintenanceActionsCommandOutput extends PendingMaintenanceActionsMessage, __MetadataBearer {
23
22
  }
23
+ declare const DescribePendingMaintenanceActionsCommand_base: {
24
+ new (input: DescribePendingMaintenanceActionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of resources (for example, DB instances) that have at least one pending
@@ -80,23 +83,5 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends PendingM
80
83
  * <p>Base exception class for all service exceptions from Neptune service.</p>
81
84
  *
82
85
  */
83
- export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, NeptuneClientResolvedConfig> {
84
- readonly input: DescribePendingMaintenanceActionsCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: DescribePendingMaintenanceActionsCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class DescribePendingMaintenanceActionsCommand extends DescribePendingMaintenanceActionsCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeValidDBInstanceModificationsMessage, DescribeValidDBInstanceModificationsResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeValidDBInstanceModificationsCommandInput extends Descri
21
20
  */
22
21
  export interface DescribeValidDBInstanceModificationsCommandOutput extends DescribeValidDBInstanceModificationsResult, __MetadataBearer {
23
22
  }
23
+ declare const DescribeValidDBInstanceModificationsCommand_base: {
24
+ new (input: DescribeValidDBInstanceModificationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>You can call <a>DescribeValidDBInstanceModifications</a>
@@ -86,23 +89,5 @@ export interface DescribeValidDBInstanceModificationsCommandOutput extends Descr
86
89
  * <p>Base exception class for all service exceptions from Neptune service.</p>
87
90
  *
88
91
  */
89
- export declare class DescribeValidDBInstanceModificationsCommand extends $Command<DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput, NeptuneClientResolvedConfig> {
90
- readonly input: DescribeValidDBInstanceModificationsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: DescribeValidDBInstanceModificationsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class DescribeValidDBInstanceModificationsCommand extends DescribeValidDBInstanceModificationsCommand_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 { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface FailoverDBClusterCommandInput extends FailoverDBClusterMessage
21
20
  */
22
21
  export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const FailoverDBClusterCommand_base: {
24
+ new (input: FailoverDBClusterCommandInput): import("@smithy/smithy-client").CommandImpl<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Forces a failover for a DB cluster.</p>
@@ -163,23 +166,5 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
163
166
  * <p>Base exception class for all service exceptions from Neptune service.</p>
164
167
  *
165
168
  */
166
- export declare class FailoverDBClusterCommand extends $Command<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, NeptuneClientResolvedConfig> {
167
- readonly input: FailoverDBClusterCommandInput;
168
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
169
- /**
170
- * @public
171
- */
172
- constructor(input: FailoverDBClusterCommandInput);
173
- /**
174
- * @internal
175
- */
176
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput>;
177
- /**
178
- * @internal
179
- */
180
- private serialize;
181
- /**
182
- * @internal
183
- */
184
- private deserialize;
169
+ export declare class FailoverDBClusterCommand extends FailoverDBClusterCommand_base {
185
170
  }
@@ -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 { FailoverGlobalClusterMessage, FailoverGlobalClusterResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface FailoverGlobalClusterCommandInput extends FailoverGlobalCluster
21
20
  */
22
21
  export interface FailoverGlobalClusterCommandOutput extends FailoverGlobalClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const FailoverGlobalClusterCommand_base: {
24
+ new (input: FailoverGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Initiates the failover process for a Neptune global database.</p>
@@ -96,23 +99,5 @@ export interface FailoverGlobalClusterCommandOutput extends FailoverGlobalCluste
96
99
  * <p>Base exception class for all service exceptions from Neptune service.</p>
97
100
  *
98
101
  */
99
- export declare class FailoverGlobalClusterCommand extends $Command<FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput, NeptuneClientResolvedConfig> {
100
- readonly input: FailoverGlobalClusterCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: FailoverGlobalClusterCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class FailoverGlobalClusterCommand extends FailoverGlobalClusterCommand_base {
118
103
  }
@@ -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 { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceMess
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends TagListMessage, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all tags on an Amazon Neptune resource.</p>
@@ -76,23 +79,5 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
76
79
  * <p>Base exception class for all service exceptions from Neptune service.</p>
77
80
  *
78
81
  */
79
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NeptuneClientResolvedConfig> {
80
- readonly input: ListTagsForResourceCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListTagsForResourceCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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 { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyDBClusterCommandInput extends ModifyDBClusterMessage {
21
20
  */
22
21
  export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const ModifyDBClusterCommand_base: {
24
+ new (input: ModifyDBClusterCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modify a setting for a DB cluster. You can change one or more database configuration
@@ -221,23 +224,5 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
221
224
  * <p>Base exception class for all service exceptions from Neptune service.</p>
222
225
  *
223
226
  */
224
- export declare class ModifyDBClusterCommand extends $Command<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, NeptuneClientResolvedConfig> {
225
- readonly input: ModifyDBClusterCommandInput;
226
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
227
- /**
228
- * @public
229
- */
230
- constructor(input: ModifyDBClusterCommandInput);
231
- /**
232
- * @internal
233
- */
234
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput>;
235
- /**
236
- * @internal
237
- */
238
- private serialize;
239
- /**
240
- * @internal
241
- */
242
- private deserialize;
227
+ export declare class ModifyDBClusterCommand extends ModifyDBClusterCommand_base {
243
228
  }
@@ -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 { ModifyDBClusterEndpointMessage, ModifyDBClusterEndpointOutput } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyDBClusterEndpointCommandInput extends ModifyDBClusterEndp
21
20
  */
22
21
  export interface ModifyDBClusterEndpointCommandOutput extends ModifyDBClusterEndpointOutput, __MetadataBearer {
23
22
  }
23
+ declare const ModifyDBClusterEndpointCommand_base: {
24
+ new (input: ModifyDBClusterEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the properties of an endpoint in an Amazon Neptune DB cluster.</p>
@@ -87,23 +90,5 @@ export interface ModifyDBClusterEndpointCommandOutput extends ModifyDBClusterEnd
87
90
  * <p>Base exception class for all service exceptions from Neptune service.</p>
88
91
  *
89
92
  */
90
- export declare class ModifyDBClusterEndpointCommand extends $Command<ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput, NeptuneClientResolvedConfig> {
91
- readonly input: ModifyDBClusterEndpointCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ModifyDBClusterEndpointCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ModifyDBClusterEndpointCommand extends ModifyDBClusterEndpointCommand_base {
109
94
  }
@@ -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 { DBClusterParameterGroupNameMessage, ModifyDBClusterParameterGroupMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyDBClusterParameterGroupCommandInput extends ModifyDBClust
21
20
  */
22
21
  export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterParameterGroupNameMessage, __MetadataBearer {
23
22
  }
23
+ declare const ModifyDBClusterParameterGroupCommand_base: {
24
+ new (input: ModifyDBClusterParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Modifies the parameters of a DB cluster parameter group. To modify more than one
@@ -93,23 +96,5 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
93
96
  * <p>Base exception class for all service exceptions from Neptune service.</p>
94
97
  *
95
98
  */
96
- export declare class ModifyDBClusterParameterGroupCommand extends $Command<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, NeptuneClientResolvedConfig> {
97
- readonly input: ModifyDBClusterParameterGroupCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: ModifyDBClusterParameterGroupCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class ModifyDBClusterParameterGroupCommand extends ModifyDBClusterParameterGroupCommand_base {
115
100
  }
@@ -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 { ModifyDBClusterSnapshotAttributeMessage, ModifyDBClusterSnapshotAttributeResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyDBClusterSnapshotAttributeCommandInput extends ModifyDBCl
21
20
  */
22
21
  export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBClusterSnapshotAttributeResult, __MetadataBearer {
23
22
  }
23
+ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
24
+ new (input: ModifyDBClusterSnapshotAttributeCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds an attribute and values to, or removes an attribute and values from, a manual DB
@@ -92,23 +95,5 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBC
92
95
  * <p>Base exception class for all service exceptions from Neptune service.</p>
93
96
  *
94
97
  */
95
- export declare class ModifyDBClusterSnapshotAttributeCommand extends $Command<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, NeptuneClientResolvedConfig> {
96
- readonly input: ModifyDBClusterSnapshotAttributeCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: ModifyDBClusterSnapshotAttributeCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class ModifyDBClusterSnapshotAttributeCommand extends ModifyDBClusterSnapshotAttributeCommand_base {
114
99
  }
@@ -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 { ModifyDBInstanceMessage, ModifyDBInstanceResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyDBInstanceCommandInput extends ModifyDBInstanceMessage {
21
20
  */
22
21
  export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, __MetadataBearer {
23
22
  }
23
+ declare const ModifyDBInstanceCommand_base: {
24
+ new (input: ModifyDBInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies settings for a DB instance. You can change one or more database configuration
@@ -293,23 +296,5 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
293
296
  * <p>Base exception class for all service exceptions from Neptune service.</p>
294
297
  *
295
298
  */
296
- export declare class ModifyDBInstanceCommand extends $Command<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, NeptuneClientResolvedConfig> {
297
- readonly input: ModifyDBInstanceCommandInput;
298
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
299
- /**
300
- * @public
301
- */
302
- constructor(input: ModifyDBInstanceCommandInput);
303
- /**
304
- * @internal
305
- */
306
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput>;
307
- /**
308
- * @internal
309
- */
310
- private serialize;
311
- /**
312
- * @internal
313
- */
314
- private deserialize;
299
+ export declare class ModifyDBInstanceCommand extends ModifyDBInstanceCommand_base {
315
300
  }
@@ -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 { DBParameterGroupNameMessage, ModifyDBParameterGroupMessage } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyDBParameterGroupCommandInput extends ModifyDBParameterGro
21
20
  */
22
21
  export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNameMessage, __MetadataBearer {
23
22
  }
23
+ declare const ModifyDBParameterGroupCommand_base: {
24
+ new (input: ModifyDBParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDBParameterGroupCommandInput, ModifyDBParameterGroupCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the parameters of a DB parameter group. To modify more than one parameter,
@@ -93,23 +96,5 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam
93
96
  * <p>Base exception class for all service exceptions from Neptune service.</p>
94
97
  *
95
98
  */
96
- export declare class ModifyDBParameterGroupCommand extends $Command<ModifyDBParameterGroupCommandInput, ModifyDBParameterGroupCommandOutput, NeptuneClientResolvedConfig> {
97
- readonly input: ModifyDBParameterGroupCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: ModifyDBParameterGroupCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBParameterGroupCommandInput, ModifyDBParameterGroupCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class ModifyDBParameterGroupCommand extends ModifyDBParameterGroupCommand_base {
115
100
  }
@@ -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 { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyDBSubnetGroupCommandInput extends ModifyDBSubnetGroupMess
21
20
  */
22
21
  export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupResult, __MetadataBearer {
23
22
  }
23
+ declare const ModifyDBSubnetGroupCommand_base: {
24
+ new (input: ModifyDBSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in
@@ -90,23 +93,5 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes
90
93
  * <p>Base exception class for all service exceptions from Neptune service.</p>
91
94
  *
92
95
  */
93
- export declare class ModifyDBSubnetGroupCommand extends $Command<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, NeptuneClientResolvedConfig> {
94
- readonly input: ModifyDBSubnetGroupCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: ModifyDBSubnetGroupCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class ModifyDBSubnetGroupCommand extends ModifyDBSubnetGroupCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyEventSubscriptionCommandInput extends ModifyEventSubscrip
21
20
  */
22
21
  export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscriptionResult, __MetadataBearer {
23
22
  }
23
+ declare const ModifyEventSubscriptionCommand_base: {
24
+ new (input: ModifyEventSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies an existing event notification subscription. Note that you can't modify the
@@ -94,23 +97,5 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
94
97
  * <p>Base exception class for all service exceptions from Neptune service.</p>
95
98
  *
96
99
  */
97
- export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, NeptuneClientResolvedConfig> {
98
- readonly input: ModifyEventSubscriptionCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ModifyEventSubscriptionCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ModifyEventSubscriptionCommand extends ModifyEventSubscriptionCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models/models_0";
5
4
  import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyGlobalClusterCommandInput extends ModifyGlobalClusterMess
21
20
  */
22
21
  export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const ModifyGlobalClusterCommand_base: {
24
+ new (input: ModifyGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modify a setting for an Amazon Neptune global cluster. You can change one
@@ -81,23 +84,5 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
81
84
  * <p>Base exception class for all service exceptions from Neptune service.</p>
82
85
  *
83
86
  */
84
- export declare class ModifyGlobalClusterCommand extends $Command<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, NeptuneClientResolvedConfig> {
85
- readonly input: ModifyGlobalClusterCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ModifyGlobalClusterCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ModifyGlobalClusterCommand extends ModifyGlobalClusterCommand_base {
103
88
  }