@aws-sdk/client-opensearch 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 (309) hide show
  1. package/dist-cjs/commands/AcceptInboundConnectionCommand.js +18 -41
  2. package/dist-cjs/commands/AddDataSourceCommand.js +18 -41
  3. package/dist-cjs/commands/AddTagsCommand.js +18 -41
  4. package/dist-cjs/commands/AssociatePackageCommand.js +18 -41
  5. package/dist-cjs/commands/AuthorizeVpcEndpointAccessCommand.js +18 -41
  6. package/dist-cjs/commands/CancelServiceSoftwareUpdateCommand.js +18 -41
  7. package/dist-cjs/commands/CreateDomainCommand.js +18 -41
  8. package/dist-cjs/commands/CreateOutboundConnectionCommand.js +18 -41
  9. package/dist-cjs/commands/CreatePackageCommand.js +18 -41
  10. package/dist-cjs/commands/CreateVpcEndpointCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteDataSourceCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteInboundConnectionCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteOutboundConnectionCommand.js +18 -41
  15. package/dist-cjs/commands/DeletePackageCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteVpcEndpointCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeDomainConfigCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeDomainHealthCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeDomainNodesCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeDomainsCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeDryRunProgressCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeInboundConnectionsCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeInstanceTypeLimitsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeOutboundConnectionsCommand.js +18 -41
  28. package/dist-cjs/commands/DescribePackagesCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeReservedInstanceOfferingsCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeReservedInstancesCommand.js +18 -41
  31. package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +18 -41
  32. package/dist-cjs/commands/DissociatePackageCommand.js +18 -41
  33. package/dist-cjs/commands/GetCompatibleVersionsCommand.js +18 -41
  34. package/dist-cjs/commands/GetDataSourceCommand.js +18 -41
  35. package/dist-cjs/commands/GetDomainMaintenanceStatusCommand.js +18 -41
  36. package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +18 -41
  37. package/dist-cjs/commands/GetUpgradeHistoryCommand.js +18 -41
  38. package/dist-cjs/commands/GetUpgradeStatusCommand.js +18 -41
  39. package/dist-cjs/commands/ListDataSourcesCommand.js +18 -41
  40. package/dist-cjs/commands/ListDomainMaintenancesCommand.js +18 -41
  41. package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
  42. package/dist-cjs/commands/ListDomainsForPackageCommand.js +18 -41
  43. package/dist-cjs/commands/ListInstanceTypeDetailsCommand.js +18 -41
  44. package/dist-cjs/commands/ListPackagesForDomainCommand.js +18 -41
  45. package/dist-cjs/commands/ListScheduledActionsCommand.js +18 -41
  46. package/dist-cjs/commands/ListTagsCommand.js +18 -41
  47. package/dist-cjs/commands/ListVersionsCommand.js +18 -41
  48. package/dist-cjs/commands/ListVpcEndpointAccessCommand.js +18 -41
  49. package/dist-cjs/commands/ListVpcEndpointsCommand.js +18 -41
  50. package/dist-cjs/commands/ListVpcEndpointsForDomainCommand.js +18 -41
  51. package/dist-cjs/commands/PurchaseReservedInstanceOfferingCommand.js +18 -41
  52. package/dist-cjs/commands/RejectInboundConnectionCommand.js +18 -41
  53. package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
  54. package/dist-cjs/commands/RevokeVpcEndpointAccessCommand.js +18 -41
  55. package/dist-cjs/commands/StartDomainMaintenanceCommand.js +18 -41
  56. package/dist-cjs/commands/StartServiceSoftwareUpdateCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateDataSourceCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateDomainConfigCommand.js +18 -41
  59. package/dist-cjs/commands/UpdatePackageCommand.js +18 -41
  60. package/dist-cjs/commands/UpdateScheduledActionCommand.js +18 -41
  61. package/dist-cjs/commands/UpdateVpcEndpointCommand.js +18 -41
  62. package/dist-cjs/commands/UpgradeDomainCommand.js +18 -41
  63. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  64. package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +2 -24
  65. package/dist-cjs/pagination/DescribeInboundConnectionsPaginator.js +2 -24
  66. package/dist-cjs/pagination/DescribeOutboundConnectionsPaginator.js +2 -24
  67. package/dist-cjs/pagination/DescribePackagesPaginator.js +2 -24
  68. package/dist-cjs/pagination/DescribeReservedInstanceOfferingsPaginator.js +2 -24
  69. package/dist-cjs/pagination/DescribeReservedInstancesPaginator.js +2 -24
  70. package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +2 -24
  71. package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +2 -24
  72. package/dist-cjs/pagination/ListDomainMaintenancesPaginator.js +2 -24
  73. package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +2 -24
  74. package/dist-cjs/pagination/ListInstanceTypeDetailsPaginator.js +2 -24
  75. package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +2 -24
  76. package/dist-cjs/pagination/ListScheduledActionsPaginator.js +2 -24
  77. package/dist-cjs/pagination/ListVersionsPaginator.js +2 -24
  78. package/dist-es/commands/AcceptInboundConnectionCommand.js +18 -41
  79. package/dist-es/commands/AddDataSourceCommand.js +18 -41
  80. package/dist-es/commands/AddTagsCommand.js +18 -41
  81. package/dist-es/commands/AssociatePackageCommand.js +18 -41
  82. package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +18 -41
  83. package/dist-es/commands/CancelServiceSoftwareUpdateCommand.js +18 -41
  84. package/dist-es/commands/CreateDomainCommand.js +18 -41
  85. package/dist-es/commands/CreateOutboundConnectionCommand.js +18 -41
  86. package/dist-es/commands/CreatePackageCommand.js +18 -41
  87. package/dist-es/commands/CreateVpcEndpointCommand.js +18 -41
  88. package/dist-es/commands/DeleteDataSourceCommand.js +18 -41
  89. package/dist-es/commands/DeleteDomainCommand.js +18 -41
  90. package/dist-es/commands/DeleteInboundConnectionCommand.js +18 -41
  91. package/dist-es/commands/DeleteOutboundConnectionCommand.js +18 -41
  92. package/dist-es/commands/DeletePackageCommand.js +18 -41
  93. package/dist-es/commands/DeleteVpcEndpointCommand.js +18 -41
  94. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +18 -41
  95. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +18 -41
  96. package/dist-es/commands/DescribeDomainCommand.js +18 -41
  97. package/dist-es/commands/DescribeDomainConfigCommand.js +18 -41
  98. package/dist-es/commands/DescribeDomainHealthCommand.js +18 -41
  99. package/dist-es/commands/DescribeDomainNodesCommand.js +18 -41
  100. package/dist-es/commands/DescribeDomainsCommand.js +18 -41
  101. package/dist-es/commands/DescribeDryRunProgressCommand.js +18 -41
  102. package/dist-es/commands/DescribeInboundConnectionsCommand.js +18 -41
  103. package/dist-es/commands/DescribeInstanceTypeLimitsCommand.js +18 -41
  104. package/dist-es/commands/DescribeOutboundConnectionsCommand.js +18 -41
  105. package/dist-es/commands/DescribePackagesCommand.js +18 -41
  106. package/dist-es/commands/DescribeReservedInstanceOfferingsCommand.js +18 -41
  107. package/dist-es/commands/DescribeReservedInstancesCommand.js +18 -41
  108. package/dist-es/commands/DescribeVpcEndpointsCommand.js +18 -41
  109. package/dist-es/commands/DissociatePackageCommand.js +18 -41
  110. package/dist-es/commands/GetCompatibleVersionsCommand.js +18 -41
  111. package/dist-es/commands/GetDataSourceCommand.js +18 -41
  112. package/dist-es/commands/GetDomainMaintenanceStatusCommand.js +18 -41
  113. package/dist-es/commands/GetPackageVersionHistoryCommand.js +18 -41
  114. package/dist-es/commands/GetUpgradeHistoryCommand.js +18 -41
  115. package/dist-es/commands/GetUpgradeStatusCommand.js +18 -41
  116. package/dist-es/commands/ListDataSourcesCommand.js +18 -41
  117. package/dist-es/commands/ListDomainMaintenancesCommand.js +18 -41
  118. package/dist-es/commands/ListDomainNamesCommand.js +18 -41
  119. package/dist-es/commands/ListDomainsForPackageCommand.js +18 -41
  120. package/dist-es/commands/ListInstanceTypeDetailsCommand.js +18 -41
  121. package/dist-es/commands/ListPackagesForDomainCommand.js +18 -41
  122. package/dist-es/commands/ListScheduledActionsCommand.js +18 -41
  123. package/dist-es/commands/ListTagsCommand.js +18 -41
  124. package/dist-es/commands/ListVersionsCommand.js +18 -41
  125. package/dist-es/commands/ListVpcEndpointAccessCommand.js +18 -41
  126. package/dist-es/commands/ListVpcEndpointsCommand.js +18 -41
  127. package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +18 -41
  128. package/dist-es/commands/PurchaseReservedInstanceOfferingCommand.js +18 -41
  129. package/dist-es/commands/RejectInboundConnectionCommand.js +18 -41
  130. package/dist-es/commands/RemoveTagsCommand.js +18 -41
  131. package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +18 -41
  132. package/dist-es/commands/StartDomainMaintenanceCommand.js +18 -41
  133. package/dist-es/commands/StartServiceSoftwareUpdateCommand.js +18 -41
  134. package/dist-es/commands/UpdateDataSourceCommand.js +18 -41
  135. package/dist-es/commands/UpdateDomainConfigCommand.js +18 -41
  136. package/dist-es/commands/UpdatePackageCommand.js +18 -41
  137. package/dist-es/commands/UpdateScheduledActionCommand.js +18 -41
  138. package/dist-es/commands/UpdateVpcEndpointCommand.js +18 -41
  139. package/dist-es/commands/UpgradeDomainCommand.js +18 -41
  140. package/dist-es/endpoint/EndpointParameters.js +6 -0
  141. package/dist-es/pagination/DescribeDomainAutoTunesPaginator.js +2 -23
  142. package/dist-es/pagination/DescribeInboundConnectionsPaginator.js +2 -23
  143. package/dist-es/pagination/DescribeOutboundConnectionsPaginator.js +2 -23
  144. package/dist-es/pagination/DescribePackagesPaginator.js +2 -23
  145. package/dist-es/pagination/DescribeReservedInstanceOfferingsPaginator.js +2 -23
  146. package/dist-es/pagination/DescribeReservedInstancesPaginator.js +2 -23
  147. package/dist-es/pagination/GetPackageVersionHistoryPaginator.js +2 -23
  148. package/dist-es/pagination/GetUpgradeHistoryPaginator.js +2 -23
  149. package/dist-es/pagination/ListDomainMaintenancesPaginator.js +2 -23
  150. package/dist-es/pagination/ListDomainsForPackagePaginator.js +2 -23
  151. package/dist-es/pagination/ListInstanceTypeDetailsPaginator.js +2 -23
  152. package/dist-es/pagination/ListPackagesForDomainPaginator.js +2 -23
  153. package/dist-es/pagination/ListScheduledActionsPaginator.js +2 -23
  154. package/dist-es/pagination/ListVersionsPaginator.js +2 -23
  155. package/dist-types/commands/AcceptInboundConnectionCommand.d.ts +6 -21
  156. package/dist-types/commands/AddDataSourceCommand.d.ts +6 -21
  157. package/dist-types/commands/AddTagsCommand.d.ts +6 -21
  158. package/dist-types/commands/AssociatePackageCommand.d.ts +6 -21
  159. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -21
  160. package/dist-types/commands/CancelServiceSoftwareUpdateCommand.d.ts +6 -21
  161. package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
  162. package/dist-types/commands/CreateOutboundConnectionCommand.d.ts +6 -21
  163. package/dist-types/commands/CreatePackageCommand.d.ts +6 -21
  164. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -21
  165. package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -21
  166. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
  167. package/dist-types/commands/DeleteInboundConnectionCommand.d.ts +6 -21
  168. package/dist-types/commands/DeleteOutboundConnectionCommand.d.ts +6 -21
  169. package/dist-types/commands/DeletePackageCommand.d.ts +6 -21
  170. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +6 -21
  171. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +6 -21
  172. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +6 -21
  173. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
  174. package/dist-types/commands/DescribeDomainConfigCommand.d.ts +6 -21
  175. package/dist-types/commands/DescribeDomainHealthCommand.d.ts +6 -21
  176. package/dist-types/commands/DescribeDomainNodesCommand.d.ts +6 -21
  177. package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -21
  178. package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +6 -21
  179. package/dist-types/commands/DescribeInboundConnectionsCommand.d.ts +6 -21
  180. package/dist-types/commands/DescribeInstanceTypeLimitsCommand.d.ts +6 -21
  181. package/dist-types/commands/DescribeOutboundConnectionsCommand.d.ts +6 -21
  182. package/dist-types/commands/DescribePackagesCommand.d.ts +6 -21
  183. package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +6 -21
  184. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +6 -21
  185. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -21
  186. package/dist-types/commands/DissociatePackageCommand.d.ts +6 -21
  187. package/dist-types/commands/GetCompatibleVersionsCommand.d.ts +6 -21
  188. package/dist-types/commands/GetDataSourceCommand.d.ts +6 -21
  189. package/dist-types/commands/GetDomainMaintenanceStatusCommand.d.ts +6 -21
  190. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +6 -21
  191. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +6 -21
  192. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +6 -21
  193. package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -21
  194. package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +6 -21
  195. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
  196. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +6 -21
  197. package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +6 -21
  198. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +6 -21
  199. package/dist-types/commands/ListScheduledActionsCommand.d.ts +6 -21
  200. package/dist-types/commands/ListTagsCommand.d.ts +6 -21
  201. package/dist-types/commands/ListVersionsCommand.d.ts +6 -21
  202. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +6 -21
  203. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +6 -21
  204. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -21
  205. package/dist-types/commands/PurchaseReservedInstanceOfferingCommand.d.ts +6 -21
  206. package/dist-types/commands/RejectInboundConnectionCommand.d.ts +6 -21
  207. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
  208. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -21
  209. package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +6 -21
  210. package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +6 -21
  211. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -21
  212. package/dist-types/commands/UpdateDomainConfigCommand.d.ts +6 -21
  213. package/dist-types/commands/UpdatePackageCommand.d.ts +6 -21
  214. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +6 -21
  215. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +6 -21
  216. package/dist-types/commands/UpgradeDomainCommand.d.ts +6 -21
  217. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  218. package/dist-types/pagination/DescribeDomainAutoTunesPaginator.d.ts +1 -1
  219. package/dist-types/pagination/DescribeInboundConnectionsPaginator.d.ts +1 -1
  220. package/dist-types/pagination/DescribeOutboundConnectionsPaginator.d.ts +1 -1
  221. package/dist-types/pagination/DescribePackagesPaginator.d.ts +1 -1
  222. package/dist-types/pagination/DescribeReservedInstanceOfferingsPaginator.d.ts +1 -1
  223. package/dist-types/pagination/DescribeReservedInstancesPaginator.d.ts +1 -1
  224. package/dist-types/pagination/GetPackageVersionHistoryPaginator.d.ts +1 -1
  225. package/dist-types/pagination/GetUpgradeHistoryPaginator.d.ts +1 -1
  226. package/dist-types/pagination/ListDomainMaintenancesPaginator.d.ts +1 -1
  227. package/dist-types/pagination/ListDomainsForPackagePaginator.d.ts +1 -1
  228. package/dist-types/pagination/ListInstanceTypeDetailsPaginator.d.ts +1 -1
  229. package/dist-types/pagination/ListPackagesForDomainPaginator.d.ts +1 -1
  230. package/dist-types/pagination/ListScheduledActionsPaginator.d.ts +1 -1
  231. package/dist-types/pagination/ListVersionsPaginator.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/AcceptInboundConnectionCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/AddDataSourceCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
  235. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/CancelServiceSoftwareUpdateCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/CreateOutboundConnectionCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/DeleteInboundConnectionCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/DeleteOutboundConnectionCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +12 -24
  249. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
  251. package/dist-types/ts3.4/commands/DescribeDomainConfigCommand.d.ts +12 -24
  252. package/dist-types/ts3.4/commands/DescribeDomainHealthCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/DescribeDomainNodesCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/commands/DescribeDryRunProgressCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/commands/DescribeInboundConnectionsCommand.d.ts +12 -24
  257. package/dist-types/ts3.4/commands/DescribeInstanceTypeLimitsCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/DescribeOutboundConnectionsCommand.d.ts +12 -24
  259. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/DescribeReservedInstanceOfferingsCommand.d.ts +12 -24
  261. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +12 -24
  263. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/GetCompatibleVersionsCommand.d.ts +12 -24
  265. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/GetDomainMaintenanceStatusCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
  273. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +12 -24
  274. package/dist-types/ts3.4/commands/ListInstanceTypeDetailsCommand.d.ts +12 -24
  275. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +12 -24
  276. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +12 -24
  280. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +14 -23
  281. package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +12 -24
  282. package/dist-types/ts3.4/commands/PurchaseReservedInstanceOfferingCommand.d.ts +12 -24
  283. package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
  285. package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +12 -24
  286. package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +12 -24
  287. package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +12 -24
  288. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +14 -23
  289. package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +14 -23
  290. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +14 -23
  291. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +14 -23
  293. package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +14 -23
  294. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  295. package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +3 -3
  296. package/dist-types/ts3.4/pagination/DescribeInboundConnectionsPaginator.d.ts +3 -3
  297. package/dist-types/ts3.4/pagination/DescribeOutboundConnectionsPaginator.d.ts +3 -3
  298. package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +3 -3
  299. package/dist-types/ts3.4/pagination/DescribeReservedInstanceOfferingsPaginator.d.ts +3 -3
  300. package/dist-types/ts3.4/pagination/DescribeReservedInstancesPaginator.d.ts +3 -3
  301. package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +3 -3
  302. package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +3 -3
  303. package/dist-types/ts3.4/pagination/ListDomainMaintenancesPaginator.d.ts +3 -3
  304. package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +3 -3
  305. package/dist-types/ts3.4/pagination/ListInstanceTypeDetailsPaginator.d.ts +3 -3
  306. package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +3 -3
  307. package/dist-types/ts3.4/pagination/ListScheduledActionsPaginator.d.ts +3 -3
  308. package/dist-types/ts3.4/pagination/ListVersionsPaginator.d.ts +3 -3
  309. 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 { DescribeOutboundConnectionsRequest, DescribeOutboundConnectionsResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeOutboundConnectionsCommandInput extends DescribeOutboun
21
20
  */
22
21
  export interface DescribeOutboundConnectionsCommandOutput extends DescribeOutboundConnectionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeOutboundConnectionsCommand_base: {
24
+ new (input: DescribeOutboundConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch
@@ -99,23 +102,5 @@ export interface DescribeOutboundConnectionsCommandOutput extends DescribeOutbou
99
102
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
100
103
  *
101
104
  */
102
- export declare class DescribeOutboundConnectionsCommand extends $Command<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig> {
103
- readonly input: DescribeOutboundConnectionsCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: DescribeOutboundConnectionsCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class DescribeOutboundConnectionsCommand extends DescribeOutboundConnectionsCommand_base {
121
106
  }
@@ -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 { DescribePackagesRequest, DescribePackagesResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribePackagesCommandInput extends DescribePackagesRequest {
21
20
  */
22
21
  export interface DescribePackagesCommandOutput extends DescribePackagesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribePackagesCommand_base: {
24
+ new (input: DescribePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes all packages available to OpenSearch Service. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom
@@ -100,23 +103,5 @@ export interface DescribePackagesCommandOutput extends DescribePackagesResponse,
100
103
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
101
104
  *
102
105
  */
103
- export declare class DescribePackagesCommand extends $Command<DescribePackagesCommandInput, DescribePackagesCommandOutput, OpenSearchClientResolvedConfig> {
104
- readonly input: DescribePackagesCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: DescribePackagesCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePackagesCommandInput, DescribePackagesCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class DescribePackagesCommand extends DescribePackagesCommand_base {
122
107
  }
@@ -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 { DescribeReservedInstanceOfferingsRequest, DescribeReservedInstanceOfferingsResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeReservedInstanceOfferingsCommandInput extends DescribeR
21
20
  */
22
21
  export interface DescribeReservedInstanceOfferingsCommandOutput extends DescribeReservedInstanceOfferingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeReservedInstanceOfferingsCommand_base: {
24
+ new (input: DescribeReservedInstanceOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given
@@ -83,23 +86,5 @@ export interface DescribeReservedInstanceOfferingsCommandOutput extends Describe
83
86
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
84
87
  *
85
88
  */
86
- export declare class DescribeReservedInstanceOfferingsCommand extends $Command<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput, OpenSearchClientResolvedConfig> {
87
- readonly input: DescribeReservedInstanceOfferingsCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: DescribeReservedInstanceOfferingsCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class DescribeReservedInstanceOfferingsCommand extends DescribeReservedInstanceOfferingsCommand_base {
105
90
  }
@@ -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 { DescribeReservedInstancesRequest, DescribeReservedInstancesResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeReservedInstancesCommandInput extends DescribeReservedI
21
20
  */
22
21
  export interface DescribeReservedInstancesCommandOutput extends DescribeReservedInstancesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeReservedInstancesCommand_base: {
24
+ new (input: DescribeReservedInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the Amazon OpenSearch Service instances that you have reserved in a given Region.
@@ -90,23 +93,5 @@ export interface DescribeReservedInstancesCommandOutput extends DescribeReserved
90
93
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
91
94
  *
92
95
  */
93
- export declare class DescribeReservedInstancesCommand extends $Command<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, OpenSearchClientResolvedConfig> {
94
- readonly input: DescribeReservedInstancesCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: DescribeReservedInstancesCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class DescribeReservedInstancesCommand extends DescribeReservedInstancesCommand_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 { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeVpcEndpointsCommandInput extends DescribeVpcEndpointsRe
21
20
  */
22
21
  export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeVpcEndpointsCommand_base: {
24
+ new (input: DescribeVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes one or more Amazon OpenSearch Service-managed VPC endpoints.</p>
@@ -92,23 +95,5 @@ export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsR
92
95
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
93
96
  *
94
97
  */
95
- export declare class DescribeVpcEndpointsCommand extends $Command<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig> {
96
- readonly input: DescribeVpcEndpointsCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: DescribeVpcEndpointsCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class DescribeVpcEndpointsCommand extends DescribeVpcEndpointsCommand_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 { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DissociatePackageCommandInput extends DissociatePackageRequest
21
20
  */
22
21
  export interface DissociatePackageCommandOutput extends DissociatePackageResponse, __MetadataBearer {
23
22
  }
23
+ declare const DissociatePackageCommand_base: {
24
+ new (input: DissociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a package from the specified Amazon OpenSearch Service domain. The package can't be
@@ -86,23 +89,5 @@ export interface DissociatePackageCommandOutput extends DissociatePackageRespons
86
89
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
87
90
  *
88
91
  */
89
- export declare class DissociatePackageCommand extends $Command<DissociatePackageCommandInput, DissociatePackageCommandOutput, OpenSearchClientResolvedConfig> {
90
- readonly input: DissociatePackageCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: DissociatePackageCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DissociatePackageCommandInput, DissociatePackageCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class DissociatePackageCommand extends DissociatePackageCommand_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 { GetCompatibleVersionsRequest, GetCompatibleVersionsResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCompatibleVersionsCommandInput extends GetCompatibleVersions
21
20
  */
22
21
  export interface GetCompatibleVersionsCommandOutput extends GetCompatibleVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCompatibleVersionsCommand_base: {
24
+ new (input: GetCompatibleVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them
@@ -74,23 +77,5 @@ export interface GetCompatibleVersionsCommandOutput extends GetCompatibleVersion
74
77
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
75
78
  *
76
79
  */
77
- export declare class GetCompatibleVersionsCommand extends $Command<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput, OpenSearchClientResolvedConfig> {
78
- readonly input: GetCompatibleVersionsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: GetCompatibleVersionsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class GetCompatibleVersionsCommand extends GetCompatibleVersionsCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDataSourceCommandInput extends GetDataSourceRequest {
21
20
  */
22
21
  export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDataSourceCommand_base: {
24
+ new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about a direct query data source.</p>
@@ -76,23 +79,5 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
76
79
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
77
80
  *
78
81
  */
79
- export declare class GetDataSourceCommand extends $Command<GetDataSourceCommandInput, GetDataSourceCommandOutput, OpenSearchClientResolvedConfig> {
80
- readonly input: GetDataSourceCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: GetDataSourceCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSourceCommandInput, GetDataSourceCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class GetDataSourceCommand extends GetDataSourceCommand_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 { GetDomainMaintenanceStatusRequest, GetDomainMaintenanceStatusResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDomainMaintenanceStatusCommandInput extends GetDomainMainten
21
20
  */
22
21
  export interface GetDomainMaintenanceStatusCommandOutput extends GetDomainMaintenanceStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDomainMaintenanceStatusCommand_base: {
24
+ new (input: GetDomainMaintenanceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The status of the maintenance action.</p>
@@ -72,23 +75,5 @@ export interface GetDomainMaintenanceStatusCommandOutput extends GetDomainMainte
72
75
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
73
76
  *
74
77
  */
75
- export declare class GetDomainMaintenanceStatusCommand extends $Command<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput, OpenSearchClientResolvedConfig> {
76
- readonly input: GetDomainMaintenanceStatusCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetDomainMaintenanceStatusCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetDomainMaintenanceStatusCommand extends GetDomainMaintenanceStatusCommand_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 { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPackageVersionHistoryCommandInput extends GetPackageVersionH
21
20
  */
22
21
  export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersionHistoryResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetPackageVersionHistoryCommand_base: {
24
+ new (input: GetPackageVersionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and plugin properties (if the
@@ -85,23 +88,5 @@ export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersion
85
88
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
86
89
  *
87
90
  */
88
- export declare class GetPackageVersionHistoryCommand extends $Command<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, OpenSearchClientResolvedConfig> {
89
- readonly input: GetPackageVersionHistoryCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: GetPackageVersionHistoryCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class GetPackageVersionHistoryCommand extends GetPackageVersionHistoryCommand_base {
107
92
  }
@@ -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 { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetUpgradeHistoryCommandInput extends GetUpgradeHistoryRequest
21
20
  */
22
21
  export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetUpgradeHistoryCommand_base: {
24
+ new (input: GetUpgradeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch
@@ -86,23 +89,5 @@ export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryRespons
86
89
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
87
90
  *
88
91
  */
89
- export declare class GetUpgradeHistoryCommand extends $Command<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, OpenSearchClientResolvedConfig> {
90
- readonly input: GetUpgradeHistoryCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: GetUpgradeHistoryCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class GetUpgradeHistoryCommand extends GetUpgradeHistoryCommand_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 { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {
21
20
  */
22
21
  export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetUpgradeStatusCommand_base: {
24
+ new (input: GetUpgradeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the most recent status of the last upgrade or upgrade eligibility check performed on
@@ -69,23 +72,5 @@ export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse,
69
72
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
70
73
  *
71
74
  */
72
- export declare class GetUpgradeStatusCommand extends $Command<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, OpenSearchClientResolvedConfig> {
73
- readonly input: GetUpgradeStatusCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: GetUpgradeStatusCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class GetUpgradeStatusCommand extends GetUpgradeStatusCommand_base {
91
76
  }
@@ -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 { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
21
20
  */
22
21
  export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDataSourcesCommand_base: {
24
+ new (input: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists direct-query data sources for a specific domain. For more information, see
@@ -81,23 +84,5 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
81
84
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
82
85
  *
83
86
  */
84
- export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, OpenSearchClientResolvedConfig> {
85
- readonly input: ListDataSourcesCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListDataSourcesCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListDataSourcesCommand extends ListDataSourcesCommand_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 { ListDomainMaintenancesRequest, ListDomainMaintenancesResponse } from "../models/models_0";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDomainMaintenancesCommandInput extends ListDomainMaintenanc
21
20
  */
22
21
  export interface ListDomainMaintenancesCommandOutput extends ListDomainMaintenancesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDomainMaintenancesCommand_base: {
24
+ new (input: ListDomainMaintenancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>A list of maintenance actions for the domain.</p>
@@ -82,23 +85,5 @@ export interface ListDomainMaintenancesCommandOutput extends ListDomainMaintenan
82
85
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
83
86
  *
84
87
  */
85
- export declare class ListDomainMaintenancesCommand extends $Command<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput, OpenSearchClientResolvedConfig> {
86
- readonly input: ListDomainMaintenancesCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListDomainMaintenancesCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListDomainMaintenancesCommand extends ListDomainMaintenancesCommand_base {
104
89
  }