@aws-sdk/client-opensearch 3.1045.0 → 3.1046.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 (310) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +199 -193
  5. package/dist-cjs/models/OpenSearchServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-cjs/schemas/schemas_0.js +39 -20
  10. package/dist-es/OpenSearch.js +1 -1
  11. package/dist-es/OpenSearchClient.js +5 -5
  12. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  13. package/dist-es/commands/AcceptInboundConnectionCommand.js +2 -2
  14. package/dist-es/commands/AddDataSourceCommand.js +2 -2
  15. package/dist-es/commands/AddDirectQueryDataSourceCommand.js +2 -2
  16. package/dist-es/commands/AddTagsCommand.js +2 -2
  17. package/dist-es/commands/AssociatePackageCommand.js +2 -2
  18. package/dist-es/commands/AssociatePackagesCommand.js +2 -2
  19. package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +2 -2
  20. package/dist-es/commands/CancelDomainConfigChangeCommand.js +2 -2
  21. package/dist-es/commands/CancelServiceSoftwareUpdateCommand.js +2 -2
  22. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  23. package/dist-es/commands/CreateDomainCommand.js +2 -2
  24. package/dist-es/commands/CreateIndexCommand.js +2 -2
  25. package/dist-es/commands/CreateOutboundConnectionCommand.js +2 -2
  26. package/dist-es/commands/CreatePackageCommand.js +2 -2
  27. package/dist-es/commands/CreateVpcEndpointCommand.js +2 -2
  28. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  29. package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
  30. package/dist-es/commands/DeleteDirectQueryDataSourceCommand.js +2 -2
  31. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  32. package/dist-es/commands/DeleteInboundConnectionCommand.js +2 -2
  33. package/dist-es/commands/DeleteIndexCommand.js +2 -2
  34. package/dist-es/commands/DeleteOutboundConnectionCommand.js +2 -2
  35. package/dist-es/commands/DeletePackageCommand.js +2 -2
  36. package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -2
  37. package/dist-es/commands/DeregisterCapabilityCommand.js +2 -2
  38. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +2 -2
  39. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +2 -2
  40. package/dist-es/commands/DescribeDomainCommand.js +2 -2
  41. package/dist-es/commands/DescribeDomainConfigCommand.js +2 -2
  42. package/dist-es/commands/DescribeDomainHealthCommand.js +2 -2
  43. package/dist-es/commands/DescribeDomainNodesCommand.js +2 -2
  44. package/dist-es/commands/DescribeDomainsCommand.js +2 -2
  45. package/dist-es/commands/DescribeDryRunProgressCommand.js +2 -2
  46. package/dist-es/commands/DescribeInboundConnectionsCommand.js +2 -2
  47. package/dist-es/commands/DescribeInsightDetailsCommand.js +2 -2
  48. package/dist-es/commands/DescribeInstanceTypeLimitsCommand.js +2 -2
  49. package/dist-es/commands/DescribeOutboundConnectionsCommand.js +2 -2
  50. package/dist-es/commands/DescribePackagesCommand.js +2 -2
  51. package/dist-es/commands/DescribeReservedInstanceOfferingsCommand.js +2 -2
  52. package/dist-es/commands/DescribeReservedInstancesCommand.js +2 -2
  53. package/dist-es/commands/DescribeVpcEndpointsCommand.js +2 -2
  54. package/dist-es/commands/DissociatePackageCommand.js +2 -2
  55. package/dist-es/commands/DissociatePackagesCommand.js +2 -2
  56. package/dist-es/commands/GetApplicationCommand.js +2 -2
  57. package/dist-es/commands/GetCapabilityCommand.js +2 -2
  58. package/dist-es/commands/GetCompatibleVersionsCommand.js +2 -2
  59. package/dist-es/commands/GetDataSourceCommand.js +2 -2
  60. package/dist-es/commands/GetDefaultApplicationSettingCommand.js +2 -2
  61. package/dist-es/commands/GetDirectQueryDataSourceCommand.js +2 -2
  62. package/dist-es/commands/GetDomainMaintenanceStatusCommand.js +2 -2
  63. package/dist-es/commands/GetIndexCommand.js +2 -2
  64. package/dist-es/commands/GetPackageVersionHistoryCommand.js +2 -2
  65. package/dist-es/commands/GetUpgradeHistoryCommand.js +2 -2
  66. package/dist-es/commands/GetUpgradeStatusCommand.js +2 -2
  67. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  68. package/dist-es/commands/ListDataSourcesCommand.js +2 -2
  69. package/dist-es/commands/ListDirectQueryDataSourcesCommand.js +2 -2
  70. package/dist-es/commands/ListDomainMaintenancesCommand.js +2 -2
  71. package/dist-es/commands/ListDomainNamesCommand.js +2 -2
  72. package/dist-es/commands/ListDomainsForPackageCommand.js +2 -2
  73. package/dist-es/commands/ListInsightsCommand.js +2 -2
  74. package/dist-es/commands/ListInstanceTypeDetailsCommand.js +2 -2
  75. package/dist-es/commands/ListPackagesForDomainCommand.js +2 -2
  76. package/dist-es/commands/ListScheduledActionsCommand.js +2 -2
  77. package/dist-es/commands/ListTagsCommand.js +2 -2
  78. package/dist-es/commands/ListVersionsCommand.js +2 -2
  79. package/dist-es/commands/ListVpcEndpointAccessCommand.js +2 -2
  80. package/dist-es/commands/ListVpcEndpointsCommand.js +2 -2
  81. package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +2 -2
  82. package/dist-es/commands/PurchaseReservedInstanceOfferingCommand.js +2 -2
  83. package/dist-es/commands/PutDefaultApplicationSettingCommand.js +2 -2
  84. package/dist-es/commands/RegisterCapabilityCommand.js +2 -2
  85. package/dist-es/commands/RejectInboundConnectionCommand.js +2 -2
  86. package/dist-es/commands/RemoveTagsCommand.js +2 -2
  87. package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +2 -2
  88. package/dist-es/commands/RollbackServiceSoftwareUpdateCommand.js +2 -2
  89. package/dist-es/commands/StartDomainMaintenanceCommand.js +2 -2
  90. package/dist-es/commands/StartServiceSoftwareUpdateCommand.js +2 -2
  91. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  92. package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
  93. package/dist-es/commands/UpdateDirectQueryDataSourceCommand.js +2 -2
  94. package/dist-es/commands/UpdateDomainConfigCommand.js +2 -2
  95. package/dist-es/commands/UpdateIndexCommand.js +2 -2
  96. package/dist-es/commands/UpdatePackageCommand.js +2 -2
  97. package/dist-es/commands/UpdatePackageScopeCommand.js +2 -2
  98. package/dist-es/commands/UpdateScheduledActionCommand.js +2 -2
  99. package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -2
  100. package/dist-es/commands/UpgradeDomainCommand.js +2 -2
  101. package/dist-es/endpoint/bdd.js +1 -1
  102. package/dist-es/endpoint/endpointResolver.js +1 -1
  103. package/dist-es/models/OpenSearchServiceException.js +1 -1
  104. package/dist-es/models/enums.js +6 -0
  105. package/dist-es/runtimeConfig.browser.js +4 -6
  106. package/dist-es/runtimeConfig.js +4 -8
  107. package/dist-es/runtimeConfig.shared.js +3 -4
  108. package/dist-es/runtimeExtensions.js +2 -2
  109. package/dist-es/schemas/schemas_0.js +30 -11
  110. package/dist-types/OpenSearchClient.d.ts +5 -5
  111. package/dist-types/commands/AcceptInboundConnectionCommand.d.ts +6 -4
  112. package/dist-types/commands/AddDataSourceCommand.d.ts +6 -4
  113. package/dist-types/commands/AddDirectQueryDataSourceCommand.d.ts +6 -4
  114. package/dist-types/commands/AddTagsCommand.d.ts +6 -4
  115. package/dist-types/commands/AssociatePackageCommand.d.ts +6 -4
  116. package/dist-types/commands/AssociatePackagesCommand.d.ts +6 -4
  117. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -4
  118. package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +6 -4
  119. package/dist-types/commands/CancelServiceSoftwareUpdateCommand.d.ts +6 -4
  120. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
  121. package/dist-types/commands/CreateDomainCommand.d.ts +17 -4
  122. package/dist-types/commands/CreateIndexCommand.d.ts +6 -4
  123. package/dist-types/commands/CreateOutboundConnectionCommand.d.ts +6 -4
  124. package/dist-types/commands/CreatePackageCommand.d.ts +6 -4
  125. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -4
  126. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
  127. package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -4
  128. package/dist-types/commands/DeleteDirectQueryDataSourceCommand.d.ts +6 -4
  129. package/dist-types/commands/DeleteDomainCommand.d.ts +12 -4
  130. package/dist-types/commands/DeleteInboundConnectionCommand.d.ts +6 -4
  131. package/dist-types/commands/DeleteIndexCommand.d.ts +6 -4
  132. package/dist-types/commands/DeleteOutboundConnectionCommand.d.ts +6 -4
  133. package/dist-types/commands/DeletePackageCommand.d.ts +6 -4
  134. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +6 -4
  135. package/dist-types/commands/DeregisterCapabilityCommand.d.ts +6 -4
  136. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +6 -4
  137. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +6 -4
  138. package/dist-types/commands/DescribeDomainCommand.d.ts +12 -4
  139. package/dist-types/commands/DescribeDomainConfigCommand.d.ts +15 -4
  140. package/dist-types/commands/DescribeDomainHealthCommand.d.ts +6 -4
  141. package/dist-types/commands/DescribeDomainNodesCommand.d.ts +6 -4
  142. package/dist-types/commands/DescribeDomainsCommand.d.ts +12 -4
  143. package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +12 -4
  144. package/dist-types/commands/DescribeInboundConnectionsCommand.d.ts +6 -4
  145. package/dist-types/commands/DescribeInsightDetailsCommand.d.ts +6 -4
  146. package/dist-types/commands/DescribeInstanceTypeLimitsCommand.d.ts +6 -4
  147. package/dist-types/commands/DescribeOutboundConnectionsCommand.d.ts +6 -4
  148. package/dist-types/commands/DescribePackagesCommand.d.ts +6 -4
  149. package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +6 -4
  150. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +6 -4
  151. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -4
  152. package/dist-types/commands/DissociatePackageCommand.d.ts +6 -4
  153. package/dist-types/commands/DissociatePackagesCommand.d.ts +6 -4
  154. package/dist-types/commands/GetApplicationCommand.d.ts +6 -4
  155. package/dist-types/commands/GetCapabilityCommand.d.ts +6 -4
  156. package/dist-types/commands/GetCompatibleVersionsCommand.d.ts +6 -4
  157. package/dist-types/commands/GetDataSourceCommand.d.ts +6 -4
  158. package/dist-types/commands/GetDefaultApplicationSettingCommand.d.ts +6 -4
  159. package/dist-types/commands/GetDirectQueryDataSourceCommand.d.ts +6 -4
  160. package/dist-types/commands/GetDomainMaintenanceStatusCommand.d.ts +6 -4
  161. package/dist-types/commands/GetIndexCommand.d.ts +6 -4
  162. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +6 -4
  163. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +6 -4
  164. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +6 -4
  165. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
  166. package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -4
  167. package/dist-types/commands/ListDirectQueryDataSourcesCommand.d.ts +6 -4
  168. package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +6 -4
  169. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -4
  170. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +6 -4
  171. package/dist-types/commands/ListInsightsCommand.d.ts +6 -4
  172. package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +6 -4
  173. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +6 -4
  174. package/dist-types/commands/ListScheduledActionsCommand.d.ts +6 -4
  175. package/dist-types/commands/ListTagsCommand.d.ts +6 -4
  176. package/dist-types/commands/ListVersionsCommand.d.ts +6 -4
  177. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +6 -4
  178. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +6 -4
  179. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -4
  180. package/dist-types/commands/PurchaseReservedInstanceOfferingCommand.d.ts +6 -4
  181. package/dist-types/commands/PutDefaultApplicationSettingCommand.d.ts +6 -4
  182. package/dist-types/commands/RegisterCapabilityCommand.d.ts +6 -4
  183. package/dist-types/commands/RejectInboundConnectionCommand.d.ts +6 -4
  184. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
  185. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -4
  186. package/dist-types/commands/RollbackServiceSoftwareUpdateCommand.d.ts +6 -4
  187. package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +7 -5
  188. package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +7 -6
  189. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
  190. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -4
  191. package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +6 -4
  192. package/dist-types/commands/UpdateDomainConfigCommand.d.ts +20 -4
  193. package/dist-types/commands/UpdateIndexCommand.d.ts +6 -4
  194. package/dist-types/commands/UpdatePackageCommand.d.ts +6 -4
  195. package/dist-types/commands/UpdatePackageScopeCommand.d.ts +6 -4
  196. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +6 -4
  197. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +6 -4
  198. package/dist-types/commands/UpgradeDomainCommand.d.ts +6 -4
  199. package/dist-types/endpoint/bdd.d.ts +1 -1
  200. package/dist-types/extensionConfiguration.d.ts +1 -1
  201. package/dist-types/models/OpenSearchServiceException.d.ts +1 -1
  202. package/dist-types/models/enums.d.ts +14 -0
  203. package/dist-types/models/errors.d.ts +1 -1
  204. package/dist-types/models/models_0.d.ts +92 -81
  205. package/dist-types/models/models_1.d.ts +93 -2
  206. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  207. package/dist-types/runtimeConfig.d.ts +2 -2
  208. package/dist-types/runtimeConfig.native.d.ts +2 -2
  209. package/dist-types/schemas/schemas_0.d.ts +3 -0
  210. package/dist-types/ts3.4/OpenSearchClient.d.ts +8 -14
  211. package/dist-types/ts3.4/commands/AcceptInboundConnectionCommand.d.ts +6 -4
  212. package/dist-types/ts3.4/commands/AddDataSourceCommand.d.ts +6 -4
  213. package/dist-types/ts3.4/commands/AddDirectQueryDataSourceCommand.d.ts +6 -4
  214. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
  215. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +6 -4
  216. package/dist-types/ts3.4/commands/AssociatePackagesCommand.d.ts +6 -4
  217. package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -4
  218. package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +6 -4
  219. package/dist-types/ts3.4/commands/CancelServiceSoftwareUpdateCommand.d.ts +6 -4
  220. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
  221. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
  222. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +6 -4
  223. package/dist-types/ts3.4/commands/CreateOutboundConnectionCommand.d.ts +6 -4
  224. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +6 -4
  225. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +6 -4
  226. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
  227. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +6 -4
  228. package/dist-types/ts3.4/commands/DeleteDirectQueryDataSourceCommand.d.ts +6 -4
  229. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
  230. package/dist-types/ts3.4/commands/DeleteInboundConnectionCommand.d.ts +6 -4
  231. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +6 -4
  232. package/dist-types/ts3.4/commands/DeleteOutboundConnectionCommand.d.ts +6 -4
  233. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +6 -4
  234. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +6 -4
  235. package/dist-types/ts3.4/commands/DeregisterCapabilityCommand.d.ts +6 -4
  236. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +6 -4
  237. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +6 -4
  238. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +6 -4
  239. package/dist-types/ts3.4/commands/DescribeDomainConfigCommand.d.ts +6 -4
  240. package/dist-types/ts3.4/commands/DescribeDomainHealthCommand.d.ts +6 -4
  241. package/dist-types/ts3.4/commands/DescribeDomainNodesCommand.d.ts +6 -4
  242. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +6 -4
  243. package/dist-types/ts3.4/commands/DescribeDryRunProgressCommand.d.ts +6 -4
  244. package/dist-types/ts3.4/commands/DescribeInboundConnectionsCommand.d.ts +6 -4
  245. package/dist-types/ts3.4/commands/DescribeInsightDetailsCommand.d.ts +6 -4
  246. package/dist-types/ts3.4/commands/DescribeInstanceTypeLimitsCommand.d.ts +6 -4
  247. package/dist-types/ts3.4/commands/DescribeOutboundConnectionsCommand.d.ts +6 -4
  248. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +6 -4
  249. package/dist-types/ts3.4/commands/DescribeReservedInstanceOfferingsCommand.d.ts +6 -4
  250. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +6 -4
  251. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +6 -4
  252. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/DissociatePackagesCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/GetCompatibleVersionsCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/GetDefaultApplicationSettingCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/commands/GetDirectQueryDataSourceCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/GetDomainMaintenanceStatusCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +6 -8
  262. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +6 -4
  264. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +6 -4
  265. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +6 -4
  267. package/dist-types/ts3.4/commands/ListDirectQueryDataSourcesCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +6 -4
  270. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +6 -4
  271. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/ListInstanceTypeDetailsCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
  276. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/PurchaseReservedInstanceOfferingCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/PutDefaultApplicationSettingCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/RegisterCapabilityCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/RollbackServiceSoftwareUpdateCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +7 -5
  288. package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +10 -6
  289. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/UpdateDirectQueryDataSourceCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/UpdatePackageScopeCommand.d.ts +6 -4
  296. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +6 -4
  297. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +6 -4
  298. package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  300. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  301. package/dist-types/ts3.4/models/OpenSearchServiceException.d.ts +1 -1
  302. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  303. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  304. package/dist-types/ts3.4/models/models_0.d.ts +23 -14
  305. package/dist-types/ts3.4/models/models_1.d.ts +18 -0
  306. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  307. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  308. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  309. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  310. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeOutboundConnectionsRequest, DescribeOutboundConnectionsResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface DescribeOutboundConnectionsCommandInput extends DescribeOutboun
22
22
  export interface DescribeOutboundConnectionsCommandOutput extends DescribeOutboundConnectionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeOutboundConnectionsCommand_base: {
25
- new (input: DescribeOutboundConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeOutboundConnectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeOutboundConnectionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeOutboundConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the outbound cross-cluster connections for a local (source) Amazon
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribePackagesRequest, DescribePackagesResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface DescribePackagesCommandInput extends DescribePackagesRequest {
22
22
  export interface DescribePackagesCommandOutput extends DescribePackagesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribePackagesCommand_base: {
25
- new (input: DescribePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribePackagesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribePackagesCommandInput): import("@smithy/core/client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribePackagesCommandInput]): import("@smithy/core/client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes all packages available to OpenSearch Service. For more information, see
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeReservedInstanceOfferingsRequest, DescribeReservedInstanceOfferingsResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface DescribeReservedInstanceOfferingsCommandInput extends DescribeR
22
22
  export interface DescribeReservedInstanceOfferingsCommandOutput extends DescribeReservedInstanceOfferingsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReservedInstanceOfferingsCommand_base: {
25
- new (input: DescribeReservedInstanceOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReservedInstanceOfferingsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReservedInstanceOfferingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeReservedInstanceOfferingsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the available Amazon OpenSearch Service Reserved Instance offerings for a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeReservedInstancesRequest, DescribeReservedInstancesResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface DescribeReservedInstancesCommandInput extends DescribeReservedI
22
22
  export interface DescribeReservedInstancesCommandOutput extends DescribeReservedInstancesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReservedInstancesCommand_base: {
25
- new (input: DescribeReservedInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReservedInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReservedInstancesCommandInput): import("@smithy/core/client").CommandImpl<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeReservedInstancesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the Amazon OpenSearch Service instances that you have reserved in a given
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface DescribeVpcEndpointsCommandInput extends DescribeVpcEndpointsRe
22
22
  export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeVpcEndpointsCommand_base: {
25
- new (input: DescribeVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes one or more Amazon OpenSearch Service-managed VPC endpoints.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface DissociatePackageCommandInput extends DissociatePackageRequest
22
22
  export interface DissociatePackageCommandOutput extends DissociatePackageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DissociatePackageCommand_base: {
25
- new (input: DissociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DissociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DissociatePackageCommandInput): import("@smithy/core/client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DissociatePackageCommandInput): import("@smithy/core/client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes a package from the specified Amazon OpenSearch Service domain. The package
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DissociatePackagesRequest, DissociatePackagesResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface DissociatePackagesCommandInput extends DissociatePackagesReques
22
22
  export interface DissociatePackagesCommandOutput extends DissociatePackagesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DissociatePackagesCommand_base: {
25
- new (input: DissociatePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackagesCommandInput, DissociatePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DissociatePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackagesCommandInput, DissociatePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DissociatePackagesCommandInput): import("@smithy/core/client").CommandImpl<DissociatePackagesCommandInput, DissociatePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DissociatePackagesCommandInput): import("@smithy/core/client").CommandImpl<DissociatePackagesCommandInput, DissociatePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Dissociates multiple packages from a domain simultaneously.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {
22
22
  export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetApplicationCommand_base: {
25
- new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the configuration and status of an existing OpenSearch application.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetCapabilityRequest, GetCapabilityResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetCapabilityCommandInput extends GetCapabilityRequest {
22
22
  export interface GetCapabilityCommandOutput extends GetCapabilityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetCapabilityCommand_base: {
25
- new (input: GetCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCapabilityCommandInput): import("@smithy/core/client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCapabilityCommandInput): import("@smithy/core/client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a registered capability for an OpenSearch UI application, including its configuration and current status.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetCompatibleVersionsRequest, GetCompatibleVersionsResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetCompatibleVersionsCommandInput extends GetCompatibleVersions
22
22
  export interface GetCompatibleVersionsCommandOutput extends GetCompatibleVersionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetCompatibleVersionsCommand_base: {
25
- new (input: GetCompatibleVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetCompatibleVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCompatibleVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetCompatibleVersionsCommandInput]): import("@smithy/core/client").CommandImpl<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetDataSourceCommandInput extends GetDataSourceRequest {
22
22
  export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDataSourceCommand_base: {
25
- new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDataSourceCommandInput): import("@smithy/core/client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDataSourceCommandInput): import("@smithy/core/client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a direct query data source.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDefaultApplicationSettingRequest, GetDefaultApplicationSettingResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetDefaultApplicationSettingCommandInput extends GetDefaultAppl
22
22
  export interface GetDefaultApplicationSettingCommandOutput extends GetDefaultApplicationSettingResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDefaultApplicationSettingCommand_base: {
25
- new (input: GetDefaultApplicationSettingCommandInput): import("@smithy/smithy-client").CommandImpl<GetDefaultApplicationSettingCommandInput, GetDefaultApplicationSettingCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDefaultApplicationSettingCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDefaultApplicationSettingCommandInput, GetDefaultApplicationSettingCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDefaultApplicationSettingCommandInput): import("@smithy/core/client").CommandImpl<GetDefaultApplicationSettingCommandInput, GetDefaultApplicationSettingCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetDefaultApplicationSettingCommandInput]): import("@smithy/core/client").CommandImpl<GetDefaultApplicationSettingCommandInput, GetDefaultApplicationSettingCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the ARN of the current default application.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDirectQueryDataSourceRequest, GetDirectQueryDataSourceResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetDirectQueryDataSourceCommandInput extends GetDirectQueryData
22
22
  export interface GetDirectQueryDataSourceCommandOutput extends GetDirectQueryDataSourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDirectQueryDataSourceCommand_base: {
25
- new (input: GetDirectQueryDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectQueryDataSourceCommandInput, GetDirectQueryDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDirectQueryDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectQueryDataSourceCommandInput, GetDirectQueryDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDirectQueryDataSourceCommandInput): import("@smithy/core/client").CommandImpl<GetDirectQueryDataSourceCommandInput, GetDirectQueryDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDirectQueryDataSourceCommandInput): import("@smithy/core/client").CommandImpl<GetDirectQueryDataSourceCommandInput, GetDirectQueryDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns detailed configuration information for a specific direct query data source in
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDomainMaintenanceStatusRequest, GetDomainMaintenanceStatusResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetDomainMaintenanceStatusCommandInput extends GetDomainMainten
22
22
  export interface GetDomainMaintenanceStatusCommandOutput extends GetDomainMaintenanceStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDomainMaintenanceStatusCommand_base: {
25
- new (input: GetDomainMaintenanceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDomainMaintenanceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDomainMaintenanceStatusCommandInput): import("@smithy/core/client").CommandImpl<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDomainMaintenanceStatusCommandInput): import("@smithy/core/client").CommandImpl<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The status of the maintenance action.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetIndexRequest, GetIndexResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetIndexCommandInput extends GetIndexRequest {
22
22
  export interface GetIndexCommandOutput extends GetIndexResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetIndexCommand_base: {
25
- new (input: GetIndexCommandInput): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetIndexCommandInput): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetIndexCommandInput): import("@smithy/core/client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIndexCommandInput): import("@smithy/core/client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about an OpenSearch index including its schema and semantic enrichment configuration. Use this operation to view the current index structure and semantic search settings.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetPackageVersionHistoryCommandInput extends GetPackageVersionH
22
22
  export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersionHistoryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetPackageVersionHistoryCommand_base: {
25
- new (input: GetPackageVersionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPackageVersionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPackageVersionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPackageVersionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Amazon OpenSearch Service package versions, along with their creation
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetUpgradeHistoryCommandInput extends GetUpgradeHistoryRequest
22
22
  export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetUpgradeHistoryCommand_base: {
25
- new (input: GetUpgradeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUpgradeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetUpgradeHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetUpgradeHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {
22
22
  export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetUpgradeStatusCommand_base: {
25
- new (input: GetUpgradeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUpgradeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetUpgradeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetUpgradeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the most recent status of the last upgrade or upgrade eligibility check performed on
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {
22
22
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListApplicationsCommand_base: {
25
- new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all OpenSearch applications under your account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
22
22
  export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDataSourcesCommand_base: {
25
- new (input: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists direct-query data sources for a specific domain. For more information, see For
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDirectQueryDataSourcesRequest, ListDirectQueryDataSourcesResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface ListDirectQueryDataSourcesCommandInput extends ListDirectQueryD
22
22
  export interface ListDirectQueryDataSourcesCommandOutput extends ListDirectQueryDataSourcesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDirectQueryDataSourcesCommand_base: {
25
- new (input: ListDirectQueryDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDirectQueryDataSourcesCommandInput, ListDirectQueryDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDirectQueryDataSourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDirectQueryDataSourcesCommandInput, ListDirectQueryDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDirectQueryDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDirectQueryDataSourcesCommandInput, ListDirectQueryDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDirectQueryDataSourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListDirectQueryDataSourcesCommandInput, ListDirectQueryDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Lists an inventory of all the direct query data sources that you have configured
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDomainMaintenancesRequest, ListDomainMaintenancesResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface ListDomainMaintenancesCommandInput extends ListDomainMaintenanc
22
22
  export interface ListDomainMaintenancesCommandOutput extends ListDomainMaintenancesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDomainMaintenancesCommand_base: {
25
- new (input: ListDomainMaintenancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDomainMaintenancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDomainMaintenancesCommandInput): import("@smithy/core/client").CommandImpl<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDomainMaintenancesCommandInput): import("@smithy/core/client").CommandImpl<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>A list of maintenance actions for the domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
22
22
  export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDomainNamesCommand_base: {
25
- new (input: ListDomainNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDomainNamesCommandInput): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the names of all Amazon OpenSearch Service domains owned by the current user
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface ListDomainsForPackageCommandInput extends ListDomainsForPackage
22
22
  export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDomainsForPackageCommand_base: {
25
- new (input: ListDomainsForPackageCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDomainsForPackageCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDomainsForPackageCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDomainsForPackageCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all Amazon OpenSearch Service domains associated with a given package. For more
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface ListInsightsCommandInput extends ListInsightsRequest {
22
22
  export interface ListInsightsCommandOutput extends ListInsightsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListInsightsCommand_base: {
25
- new (input: ListInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListInsightsCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListInsightsCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists insights for an Amazon OpenSearch Service domain or Amazon Web Services account.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListInstanceTypeDetailsRequest, ListInstanceTypeDetailsResponse } from "../models/models_0";
4
4
  import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
@@ -22,9 +22,11 @@ export interface ListInstanceTypeDetailsCommandInput extends ListInstanceTypeDet
22
22
  export interface ListInstanceTypeDetailsCommandOutput extends ListInstanceTypeDetailsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListInstanceTypeDetailsCommand_base: {
25
- new (input: ListInstanceTypeDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstanceTypeDetailsCommandInput, ListInstanceTypeDetailsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInstanceTypeDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstanceTypeDetailsCommandInput, ListInstanceTypeDetailsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListInstanceTypeDetailsCommandInput): import("@smithy/core/client").CommandImpl<ListInstanceTypeDetailsCommandInput, ListInstanceTypeDetailsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListInstanceTypeDetailsCommandInput): import("@smithy/core/client").CommandImpl<ListInstanceTypeDetailsCommandInput, ListInstanceTypeDetailsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all instance types and available features for a given OpenSearch or