@aws-sdk/client-cloudsearch 3.34.0 → 3.37.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 (296) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/CloudSearch.js +0 -10
  3. package/dist-cjs/CloudSearchClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/BuildSuggestersCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/CreateDomainCommand.js +2 -28
  6. package/{dist/cjs → dist-cjs}/commands/DefineAnalysisSchemeCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/DefineExpressionCommand.js +2 -27
  8. package/dist-cjs/commands/DefineIndexFieldCommand.js +36 -0
  9. package/{dist/cjs → dist-cjs}/commands/DefineSuggesterCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DeleteAnalysisSchemeCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/DeleteDomainCommand.js +2 -28
  12. package/{dist/cjs → dist-cjs}/commands/DeleteExpressionCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/DeleteIndexFieldCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/DeleteSuggesterCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/DescribeAnalysisSchemesCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/DescribeAvailabilityOptionsCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/DescribeDomainEndpointOptionsCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/DescribeDomainsCommand.js +2 -29
  19. package/{dist/cjs → dist-cjs}/commands/DescribeExpressionsCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/DescribeIndexFieldsCommand.js +2 -29
  21. package/{dist/cjs → dist-cjs}/commands/DescribeScalingParametersCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/DescribeServiceAccessPoliciesCommand.js +2 -28
  23. package/{dist/cjs → dist-cjs}/commands/DescribeSuggestersCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/IndexDocumentsCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/ListDomainNamesCommand.js +2 -27
  26. package/{dist/cjs → dist-cjs}/commands/UpdateAvailabilityOptionsCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/UpdateDomainEndpointOptionsCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/UpdateScalingParametersCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/UpdateServiceAccessPoliciesCommand.js +2 -29
  30. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  31. package/{dist/cjs → dist-cjs}/index.js +0 -1
  32. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  33. package/{dist/cjs → dist-cjs}/models/models_0.js +7 -278
  34. package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +164 -71
  35. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  36. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  37. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  38. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  39. package/{dist/es → dist-es}/CloudSearch.js +0 -1
  40. package/{dist/es → dist-es}/CloudSearchClient.js +1 -2
  41. package/{dist/es → dist-es}/commands/BuildSuggestersCommand.js +2 -3
  42. package/{dist/es → dist-es}/commands/CreateDomainCommand.js +2 -3
  43. package/{dist/es → dist-es}/commands/DefineAnalysisSchemeCommand.js +2 -3
  44. package/{dist/es → dist-es}/commands/DefineExpressionCommand.js +2 -3
  45. package/{dist/es → dist-es}/commands/DefineIndexFieldCommand.js +2 -3
  46. package/{dist/es → dist-es}/commands/DefineSuggesterCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/DeleteAnalysisSchemeCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/DeleteDomainCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/DeleteExpressionCommand.js +2 -3
  50. package/{dist/es → dist-es}/commands/DeleteIndexFieldCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/DeleteSuggesterCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/DescribeAnalysisSchemesCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/DescribeAvailabilityOptionsCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/DescribeDomainEndpointOptionsCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/DescribeDomainsCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/DescribeExpressionsCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/DescribeIndexFieldsCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/DescribeScalingParametersCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/DescribeServiceAccessPoliciesCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/DescribeSuggestersCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/IndexDocumentsCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/ListDomainNamesCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/UpdateAvailabilityOptionsCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/UpdateDomainEndpointOptionsCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/UpdateScalingParametersCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/UpdateServiceAccessPoliciesCommand.js +2 -3
  67. package/{dist/es → dist-es}/endpoints.js +1 -2
  68. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  69. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  70. package/{dist/es → dist-es}/models/models_0.js +4 -5
  71. package/{dist/es → dist-es}/protocols/Aws_query.js +308 -213
  72. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  73. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  74. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  75. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  76. package/{dist/types → dist-types}/CloudSearch.d.ts +1 -1
  77. package/{dist/types → dist-types}/CloudSearchClient.d.ts +8 -8
  78. package/{dist/types → dist-types}/commands/BuildSuggestersCommand.d.ts +2 -2
  79. package/{dist/types → dist-types}/commands/CreateDomainCommand.d.ts +2 -2
  80. package/{dist/types → dist-types}/commands/DefineAnalysisSchemeCommand.d.ts +2 -2
  81. package/{dist/types → dist-types}/commands/DefineExpressionCommand.d.ts +2 -2
  82. package/{dist/types → dist-types}/commands/DefineIndexFieldCommand.d.ts +2 -2
  83. package/{dist/types → dist-types}/commands/DefineSuggesterCommand.d.ts +2 -2
  84. package/{dist/types → dist-types}/commands/DeleteAnalysisSchemeCommand.d.ts +2 -2
  85. package/{dist/types → dist-types}/commands/DeleteDomainCommand.d.ts +2 -2
  86. package/{dist/types → dist-types}/commands/DeleteExpressionCommand.d.ts +2 -2
  87. package/{dist/types → dist-types}/commands/DeleteIndexFieldCommand.d.ts +2 -2
  88. package/{dist/types → dist-types}/commands/DeleteSuggesterCommand.d.ts +2 -2
  89. package/{dist/types → dist-types}/commands/DescribeAnalysisSchemesCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/commands/DescribeAvailabilityOptionsCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/commands/DescribeDomainEndpointOptionsCommand.d.ts +2 -2
  92. package/{dist/types → dist-types}/commands/DescribeDomainsCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/commands/DescribeExpressionsCommand.d.ts +2 -2
  94. package/{dist/types → dist-types}/commands/DescribeIndexFieldsCommand.d.ts +2 -2
  95. package/{dist/types → dist-types}/commands/DescribeScalingParametersCommand.d.ts +2 -2
  96. package/{dist/types → dist-types}/commands/DescribeServiceAccessPoliciesCommand.d.ts +2 -2
  97. package/{dist/types → dist-types}/commands/DescribeSuggestersCommand.d.ts +2 -2
  98. package/{dist/types → dist-types}/commands/IndexDocumentsCommand.d.ts +2 -2
  99. package/{dist/types → dist-types}/commands/ListDomainNamesCommand.d.ts +2 -2
  100. package/{dist/types → dist-types}/commands/UpdateAvailabilityOptionsCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/UpdateDomainEndpointOptionsCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/UpdateScalingParametersCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/UpdateServiceAccessPoliciesCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  105. package/{index.ts → dist-types/index.d.ts} +0 -0
  106. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  107. package/{dist/types → dist-types}/models/models_0.d.ts +21 -21
  108. package/{dist/types → dist-types}/protocols/Aws_query.d.ts +2 -2
  109. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  110. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  111. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  112. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  113. package/{dist/types → dist-types}/ts3.4/CloudSearch.d.ts +28 -97
  114. package/{dist/types → dist-types}/ts3.4/CloudSearchClient.d.ts +32 -103
  115. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +17 -0
  141. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  142. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  143. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  144. package/dist-types/ts3.4/models/models_0.d.ts +1097 -0
  145. package/{dist/types → dist-types}/ts3.4/protocols/Aws_query.d.ts +2 -2
  146. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  147. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  148. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  149. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  150. package/package.json +45 -42
  151. package/CloudSearch.ts +0 -978
  152. package/CloudSearchClient.ts +0 -358
  153. package/commands/BuildSuggestersCommand.ts +0 -94
  154. package/commands/CreateDomainCommand.ts +0 -92
  155. package/commands/DefineAnalysisSchemeCommand.ts +0 -94
  156. package/commands/DefineExpressionCommand.ts +0 -94
  157. package/commands/DefineIndexFieldCommand.ts +0 -94
  158. package/commands/DefineSuggesterCommand.ts +0 -94
  159. package/commands/DeleteAnalysisSchemeCommand.ts +0 -94
  160. package/commands/DeleteDomainCommand.ts +0 -92
  161. package/commands/DeleteExpressionCommand.ts +0 -94
  162. package/commands/DeleteIndexFieldCommand.ts +0 -94
  163. package/commands/DeleteSuggesterCommand.ts +0 -94
  164. package/commands/DescribeAnalysisSchemesCommand.ts +0 -94
  165. package/commands/DescribeAvailabilityOptionsCommand.ts +0 -99
  166. package/commands/DescribeDomainEndpointOptionsCommand.ts +0 -99
  167. package/commands/DescribeDomainsCommand.ts +0 -96
  168. package/commands/DescribeExpressionsCommand.ts +0 -94
  169. package/commands/DescribeIndexFieldsCommand.ts +0 -96
  170. package/commands/DescribeScalingParametersCommand.ts +0 -97
  171. package/commands/DescribeServiceAccessPoliciesCommand.ts +0 -100
  172. package/commands/DescribeSuggestersCommand.ts +0 -94
  173. package/commands/IndexDocumentsCommand.ts +0 -94
  174. package/commands/ListDomainNamesCommand.ts +0 -94
  175. package/commands/UpdateAvailabilityOptionsCommand.ts +0 -97
  176. package/commands/UpdateDomainEndpointOptionsCommand.ts +0 -99
  177. package/commands/UpdateScalingParametersCommand.ts +0 -94
  178. package/commands/UpdateServiceAccessPoliciesCommand.ts +0 -101
  179. package/dist/cjs/CloudSearch.js.map +0 -1
  180. package/dist/cjs/CloudSearchClient.js +0 -50
  181. package/dist/cjs/CloudSearchClient.js.map +0 -1
  182. package/dist/cjs/commands/BuildSuggestersCommand.js.map +0 -1
  183. package/dist/cjs/commands/CreateDomainCommand.js.map +0 -1
  184. package/dist/cjs/commands/DefineAnalysisSchemeCommand.js.map +0 -1
  185. package/dist/cjs/commands/DefineExpressionCommand.js.map +0 -1
  186. package/dist/cjs/commands/DefineIndexFieldCommand.js +0 -61
  187. package/dist/cjs/commands/DefineIndexFieldCommand.js.map +0 -1
  188. package/dist/cjs/commands/DefineSuggesterCommand.js.map +0 -1
  189. package/dist/cjs/commands/DeleteAnalysisSchemeCommand.js.map +0 -1
  190. package/dist/cjs/commands/DeleteDomainCommand.js.map +0 -1
  191. package/dist/cjs/commands/DeleteExpressionCommand.js.map +0 -1
  192. package/dist/cjs/commands/DeleteIndexFieldCommand.js.map +0 -1
  193. package/dist/cjs/commands/DeleteSuggesterCommand.js.map +0 -1
  194. package/dist/cjs/commands/DescribeAnalysisSchemesCommand.js.map +0 -1
  195. package/dist/cjs/commands/DescribeAvailabilityOptionsCommand.js.map +0 -1
  196. package/dist/cjs/commands/DescribeDomainEndpointOptionsCommand.js.map +0 -1
  197. package/dist/cjs/commands/DescribeDomainsCommand.js.map +0 -1
  198. package/dist/cjs/commands/DescribeExpressionsCommand.js.map +0 -1
  199. package/dist/cjs/commands/DescribeIndexFieldsCommand.js.map +0 -1
  200. package/dist/cjs/commands/DescribeScalingParametersCommand.js.map +0 -1
  201. package/dist/cjs/commands/DescribeServiceAccessPoliciesCommand.js.map +0 -1
  202. package/dist/cjs/commands/DescribeSuggestersCommand.js.map +0 -1
  203. package/dist/cjs/commands/IndexDocumentsCommand.js.map +0 -1
  204. package/dist/cjs/commands/ListDomainNamesCommand.js.map +0 -1
  205. package/dist/cjs/commands/UpdateAvailabilityOptionsCommand.js.map +0 -1
  206. package/dist/cjs/commands/UpdateDomainEndpointOptionsCommand.js.map +0 -1
  207. package/dist/cjs/commands/UpdateScalingParametersCommand.js.map +0 -1
  208. package/dist/cjs/commands/UpdateServiceAccessPoliciesCommand.js.map +0 -1
  209. package/dist/cjs/endpoints.js.map +0 -1
  210. package/dist/cjs/index.js.map +0 -1
  211. package/dist/cjs/models/index.js.map +0 -1
  212. package/dist/cjs/models/models_0.js.map +0 -1
  213. package/dist/cjs/package.json +0 -93
  214. package/dist/cjs/protocols/Aws_query.js.map +0 -1
  215. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  216. package/dist/cjs/runtimeConfig.js.map +0 -1
  217. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  218. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  219. package/dist/es/CloudSearch.js.map +0 -1
  220. package/dist/es/CloudSearchClient.js.map +0 -1
  221. package/dist/es/commands/BuildSuggestersCommand.js.map +0 -1
  222. package/dist/es/commands/CreateDomainCommand.js.map +0 -1
  223. package/dist/es/commands/DefineAnalysisSchemeCommand.js.map +0 -1
  224. package/dist/es/commands/DefineExpressionCommand.js.map +0 -1
  225. package/dist/es/commands/DefineIndexFieldCommand.js.map +0 -1
  226. package/dist/es/commands/DefineSuggesterCommand.js.map +0 -1
  227. package/dist/es/commands/DeleteAnalysisSchemeCommand.js.map +0 -1
  228. package/dist/es/commands/DeleteDomainCommand.js.map +0 -1
  229. package/dist/es/commands/DeleteExpressionCommand.js.map +0 -1
  230. package/dist/es/commands/DeleteIndexFieldCommand.js.map +0 -1
  231. package/dist/es/commands/DeleteSuggesterCommand.js.map +0 -1
  232. package/dist/es/commands/DescribeAnalysisSchemesCommand.js.map +0 -1
  233. package/dist/es/commands/DescribeAvailabilityOptionsCommand.js.map +0 -1
  234. package/dist/es/commands/DescribeDomainEndpointOptionsCommand.js.map +0 -1
  235. package/dist/es/commands/DescribeDomainsCommand.js.map +0 -1
  236. package/dist/es/commands/DescribeExpressionsCommand.js.map +0 -1
  237. package/dist/es/commands/DescribeIndexFieldsCommand.js.map +0 -1
  238. package/dist/es/commands/DescribeScalingParametersCommand.js.map +0 -1
  239. package/dist/es/commands/DescribeServiceAccessPoliciesCommand.js.map +0 -1
  240. package/dist/es/commands/DescribeSuggestersCommand.js.map +0 -1
  241. package/dist/es/commands/IndexDocumentsCommand.js.map +0 -1
  242. package/dist/es/commands/ListDomainNamesCommand.js.map +0 -1
  243. package/dist/es/commands/UpdateAvailabilityOptionsCommand.js.map +0 -1
  244. package/dist/es/commands/UpdateDomainEndpointOptionsCommand.js.map +0 -1
  245. package/dist/es/commands/UpdateScalingParametersCommand.js.map +0 -1
  246. package/dist/es/commands/UpdateServiceAccessPoliciesCommand.js.map +0 -1
  247. package/dist/es/endpoints.js.map +0 -1
  248. package/dist/es/index.js +0 -30
  249. package/dist/es/index.js.map +0 -1
  250. package/dist/es/models/index.js +0 -2
  251. package/dist/es/models/index.js.map +0 -1
  252. package/dist/es/models/models_0.js.map +0 -1
  253. package/dist/es/package.json +0 -93
  254. package/dist/es/protocols/Aws_query.js.map +0 -1
  255. package/dist/es/runtimeConfig.browser.js.map +0 -1
  256. package/dist/es/runtimeConfig.js.map +0 -1
  257. package/dist/es/runtimeConfig.native.js.map +0 -1
  258. package/dist/es/runtimeConfig.shared.js.map +0 -1
  259. package/dist/types/ts3.4/commands/BuildSuggestersCommand.d.ts +0 -35
  260. package/dist/types/ts3.4/commands/CreateDomainCommand.d.ts +0 -36
  261. package/dist/types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +0 -35
  262. package/dist/types/ts3.4/commands/DefineExpressionCommand.d.ts +0 -35
  263. package/dist/types/ts3.4/commands/DefineIndexFieldCommand.d.ts +0 -35
  264. package/dist/types/ts3.4/commands/DefineSuggesterCommand.d.ts +0 -35
  265. package/dist/types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +0 -35
  266. package/dist/types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -36
  267. package/dist/types/ts3.4/commands/DeleteExpressionCommand.d.ts +0 -35
  268. package/dist/types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +0 -35
  269. package/dist/types/ts3.4/commands/DeleteSuggesterCommand.d.ts +0 -35
  270. package/dist/types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +0 -35
  271. package/dist/types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +0 -35
  272. package/dist/types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +0 -35
  273. package/dist/types/ts3.4/commands/DescribeDomainsCommand.d.ts +0 -37
  274. package/dist/types/ts3.4/commands/DescribeExpressionsCommand.d.ts +0 -35
  275. package/dist/types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +0 -37
  276. package/dist/types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +0 -35
  277. package/dist/types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +0 -36
  278. package/dist/types/ts3.4/commands/DescribeSuggestersCommand.d.ts +0 -35
  279. package/dist/types/ts3.4/commands/IndexDocumentsCommand.d.ts +0 -35
  280. package/dist/types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -35
  281. package/dist/types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +0 -35
  282. package/dist/types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +0 -35
  283. package/dist/types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +0 -35
  284. package/dist/types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +0 -37
  285. package/dist/types/ts3.4/models/models_0.d.ts +0 -1973
  286. package/endpoints.ts +0 -57
  287. package/jest.config.js +0 -4
  288. package/models/models_0.ts +0 -2531
  289. package/protocols/Aws_query.ts +0 -4956
  290. package/runtimeConfig.browser.ts +0 -40
  291. package/runtimeConfig.native.ts +0 -16
  292. package/runtimeConfig.shared.ts +0 -16
  293. package/runtimeConfig.ts +0 -45
  294. package/tsconfig.es.json +0 -10
  295. package/tsconfig.json +0 -31
  296. package/tsconfig.types.json +0 -8
@@ -1,3 +1,4 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
1
2
  import { CloudSearchClient } from "./CloudSearchClient";
2
3
  import { BuildSuggestersCommandInput, BuildSuggestersCommandOutput } from "./commands/BuildSuggestersCommand";
3
4
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
@@ -25,179 +26,109 @@ import { UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommand
25
26
  import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput } from "./commands/UpdateDomainEndpointOptionsCommand";
26
27
  import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "./commands/UpdateScalingParametersCommand";
27
28
  import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "./commands/UpdateServiceAccessPoliciesCommand";
28
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
29
- /**
30
- * <fullname>Amazon CloudSearch Configuration Service</fullname>
31
- * <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains.
32
- * Configuration service requests are submitted using the AWS Query protocol. AWS Query requests
33
- * are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.</p>
34
- * <p>The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com.
35
- * For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
36
- * see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region" target="_blank">Regions and Endpoints</a>.</p>
37
- */
29
+
38
30
  export declare class CloudSearch extends CloudSearchClient {
39
- /**
40
- * <p>Indexes the search suggestions. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html#configuring-suggesters">Configuring Suggesters</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
41
- */
31
+
42
32
  buildSuggesters(args: BuildSuggestersCommandInput, options?: __HttpHandlerOptions): Promise<BuildSuggestersCommandOutput>;
43
33
  buildSuggesters(args: BuildSuggestersCommandInput, cb: (err: any, data?: BuildSuggestersCommandOutput) => void): void;
44
34
  buildSuggesters(args: BuildSuggestersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BuildSuggestersCommandOutput) => void): void;
45
- /**
46
- * <p>Creates a new search domain. For more information,
47
- * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/creating-domains.html" target="_blank">Creating a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
48
- */
35
+
49
36
  createDomain(args: CreateDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainCommandOutput>;
50
37
  createDomain(args: CreateDomainCommandInput, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
51
38
  createDomain(args: CreateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
52
- /**
53
- * <p>Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> field to define language-specific text processing options. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
54
- */
39
+
55
40
  defineAnalysisScheme(args: DefineAnalysisSchemeCommandInput, options?: __HttpHandlerOptions): Promise<DefineAnalysisSchemeCommandOutput>;
56
41
  defineAnalysisScheme(args: DefineAnalysisSchemeCommandInput, cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void): void;
57
42
  defineAnalysisScheme(args: DefineAnalysisSchemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void): void;
58
- /**
59
- * <p>Configures an <code><a>Expression</a></code> for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
60
- */
43
+
61
44
  defineExpression(args: DefineExpressionCommandInput, options?: __HttpHandlerOptions): Promise<DefineExpressionCommandOutput>;
62
45
  defineExpression(args: DefineExpressionCommandInput, cb: (err: any, data?: DefineExpressionCommandOutput) => void): void;
63
46
  defineExpression(args: DefineExpressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineExpressionCommandOutput) => void): void;
64
- /**
65
- * <p>Configures an <code><a>IndexField</a></code> for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the <code><a>IndexFieldType</a></code>. If the field exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
66
- */
47
+
67
48
  defineIndexField(args: DefineIndexFieldCommandInput, options?: __HttpHandlerOptions): Promise<DefineIndexFieldCommandOutput>;
68
49
  defineIndexField(args: DefineIndexFieldCommandInput, cb: (err: any, data?: DefineIndexFieldCommandOutput) => void): void;
69
50
  defineIndexField(args: DefineIndexFieldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineIndexFieldCommandOutput) => void): void;
70
- /**
71
- * <p>Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
72
- */
51
+
73
52
  defineSuggester(args: DefineSuggesterCommandInput, options?: __HttpHandlerOptions): Promise<DefineSuggesterCommandOutput>;
74
53
  defineSuggester(args: DefineSuggesterCommandInput, cb: (err: any, data?: DefineSuggesterCommandOutput) => void): void;
75
54
  defineSuggester(args: DefineSuggesterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineSuggesterCommandOutput) => void): void;
76
- /**
77
- * <p>Deletes an analysis scheme. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
78
- */
55
+
79
56
  deleteAnalysisScheme(args: DeleteAnalysisSchemeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnalysisSchemeCommandOutput>;
80
57
  deleteAnalysisScheme(args: DeleteAnalysisSchemeCommandInput, cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void): void;
81
58
  deleteAnalysisScheme(args: DeleteAnalysisSchemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void): void;
82
- /**
83
- * <p>Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information,
84
- * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/deleting-domains.html" target="_blank">Deleting a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
85
- */
59
+
86
60
  deleteDomain(args: DeleteDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainCommandOutput>;
87
61
  deleteDomain(args: DeleteDomainCommandInput, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
88
62
  deleteDomain(args: DeleteDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
89
- /**
90
- * <p>Removes an <code><a>Expression</a></code> from the search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
91
- */
63
+
92
64
  deleteExpression(args: DeleteExpressionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExpressionCommandOutput>;
93
65
  deleteExpression(args: DeleteExpressionCommandInput, cb: (err: any, data?: DeleteExpressionCommandOutput) => void): void;
94
66
  deleteExpression(args: DeleteExpressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExpressionCommandOutput) => void): void;
95
- /**
96
- * <p>Removes an <code><a>IndexField</a></code> from the search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
97
- */
67
+
98
68
  deleteIndexField(args: DeleteIndexFieldCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIndexFieldCommandOutput>;
99
69
  deleteIndexField(args: DeleteIndexFieldCommandInput, cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void): void;
100
70
  deleteIndexField(args: DeleteIndexFieldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void): void;
101
- /**
102
- * <p>Deletes a suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
103
- */
71
+
104
72
  deleteSuggester(args: DeleteSuggesterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSuggesterCommandOutput>;
105
73
  deleteSuggester(args: DeleteSuggesterCommandInput, cb: (err: any, data?: DeleteSuggesterCommandOutput) => void): void;
106
74
  deleteSuggester(args: DeleteSuggesterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSuggesterCommandOutput) => void): void;
107
- /**
108
- * <p>Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a <code>text</code> field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
109
- */
75
+
110
76
  describeAnalysisSchemes(args: DescribeAnalysisSchemesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisSchemesCommandOutput>;
111
77
  describeAnalysisSchemes(args: DescribeAnalysisSchemesCommandInput, cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void): void;
112
78
  describeAnalysisSchemes(args: DescribeAnalysisSchemesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void): void;
113
- /**
114
- * <p>Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
115
- */
79
+
116
80
  describeAvailabilityOptions(args: DescribeAvailabilityOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAvailabilityOptionsCommandOutput>;
117
81
  describeAvailabilityOptions(args: DescribeAvailabilityOptionsCommandInput, cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void): void;
118
82
  describeAvailabilityOptions(args: DescribeAvailabilityOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void): void;
119
- /**
120
- * <p>Returns the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
121
- */
83
+
122
84
  describeDomainEndpointOptions(args: DescribeDomainEndpointOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainEndpointOptionsCommandOutput>;
123
85
  describeDomainEndpointOptions(args: DescribeDomainEndpointOptionsCommandInput, cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void): void;
124
86
  describeDomainEndpointOptions(args: DescribeDomainEndpointOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void): void;
125
- /**
126
- * <p>Gets information about the search domains owned by this account. Can be limited to specific domains. Shows
127
- * all domains by default. To get the number of searchable documents in a domain, use the console or submit a <code>matchall</code> request to your domain's search endpoint: <code>q=matchall&amp;q.parser=structured&amp;size=0</code>. For more information,
128
- * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" target="_blank">Getting Information about a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
129
- */
87
+
130
88
  describeDomains(args: DescribeDomainsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainsCommandOutput>;
131
89
  describeDomains(args: DescribeDomainsCommandInput, cb: (err: any, data?: DescribeDomainsCommandOutput) => void): void;
132
90
  describeDomains(args: DescribeDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainsCommandOutput) => void): void;
133
- /**
134
- * <p>Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
135
- */
91
+
136
92
  describeExpressions(args: DescribeExpressionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExpressionsCommandOutput>;
137
93
  describeExpressions(args: DescribeExpressionsCommandInput, cb: (err: any, data?: DescribeExpressionsCommandOutput) => void): void;
138
94
  describeExpressions(args: DescribeExpressionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExpressionsCommandOutput) => void): void;
139
- /**
140
- * <p>Gets information about the index fields configured for the search domain.
141
- * Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information,
142
- * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" target="_blank">Getting Domain Information</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
143
- */
95
+
144
96
  describeIndexFields(args: DescribeIndexFieldsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIndexFieldsCommandOutput>;
145
97
  describeIndexFields(args: DescribeIndexFieldsCommandInput, cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void): void;
146
98
  describeIndexFields(args: DescribeIndexFieldsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void): void;
147
- /**
148
- * <p>Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
149
- */
99
+
150
100
  describeScalingParameters(args: DescribeScalingParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingParametersCommandOutput>;
151
101
  describeScalingParameters(args: DescribeScalingParametersCommandInput, cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void): void;
152
102
  describeScalingParameters(args: DescribeScalingParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void): void;
153
- /**
154
- * <p>Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information,
155
- * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">Configuring Access for a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
156
- */
103
+
157
104
  describeServiceAccessPolicies(args: DescribeServiceAccessPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceAccessPoliciesCommandOutput>;
158
105
  describeServiceAccessPolicies(args: DescribeServiceAccessPoliciesCommandInput, cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void): void;
159
106
  describeServiceAccessPolicies(args: DescribeServiceAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void): void;
160
- /**
161
- * <p>Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
162
- */
107
+
163
108
  describeSuggesters(args: DescribeSuggestersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSuggestersCommandOutput>;
164
109
  describeSuggesters(args: DescribeSuggestersCommandInput, cb: (err: any, data?: DescribeSuggestersCommandOutput) => void): void;
165
110
  describeSuggesters(args: DescribeSuggestersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSuggestersCommandOutput) => void): void;
166
- /**
167
- * <p>Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose <a>OptionStatus</a> is <code>RequiresIndexDocuments</code>.</p>
168
- */
111
+
169
112
  indexDocuments(args: IndexDocumentsCommandInput, options?: __HttpHandlerOptions): Promise<IndexDocumentsCommandOutput>;
170
113
  indexDocuments(args: IndexDocumentsCommandInput, cb: (err: any, data?: IndexDocumentsCommandOutput) => void): void;
171
114
  indexDocuments(args: IndexDocumentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IndexDocumentsCommandOutput) => void): void;
172
- /**
173
- * <p>Lists all search domains owned by an account.</p>
174
- */
115
+
175
116
  listDomainNames(args: ListDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainNamesCommandOutput>;
176
117
  listDomainNames(args: ListDomainNamesCommandInput, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
177
118
  listDomainNames(args: ListDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
178
- /**
179
- * <p>Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
180
- */
119
+
181
120
  updateAvailabilityOptions(args: UpdateAvailabilityOptionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAvailabilityOptionsCommandOutput>;
182
121
  updateAvailabilityOptions(args: UpdateAvailabilityOptionsCommandInput, cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void): void;
183
122
  updateAvailabilityOptions(args: UpdateAvailabilityOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void): void;
184
- /**
185
- * <p>Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
186
- */
123
+
187
124
  updateDomainEndpointOptions(args: UpdateDomainEndpointOptionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainEndpointOptionsCommandOutput>;
188
125
  updateDomainEndpointOptions(args: UpdateDomainEndpointOptionsCommandInput, cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void): void;
189
126
  updateDomainEndpointOptions(args: UpdateDomainEndpointOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void): void;
190
- /**
191
- * <p>Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
192
- */
127
+
193
128
  updateScalingParameters(args: UpdateScalingParametersCommandInput, options?: __HttpHandlerOptions): Promise<UpdateScalingParametersCommandOutput>;
194
129
  updateScalingParameters(args: UpdateScalingParametersCommandInput, cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void): void;
195
130
  updateScalingParameters(args: UpdateScalingParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void): void;
196
- /**
197
- * <p>Configures the access rules that control access to the domain's document and search endpoints.
198
- * For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">
199
- * Configuring Access for an Amazon CloudSearch Domain</a>.</p>
200
- */
131
+
201
132
  updateServiceAccessPolicies(args: UpdateServiceAccessPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceAccessPoliciesCommandOutput>;
202
133
  updateServiceAccessPolicies(args: UpdateServiceAccessPoliciesCommandInput, cb: (err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void): void;
203
134
  updateServiceAccessPolicies(args: UpdateServiceAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void): void;
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { BuildSuggestersCommandInput, BuildSuggestersCommandOutput } from "./commands/BuildSuggestersCommand";
2
10
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
3
11
  import { DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput } from "./commands/DefineAnalysisSchemeCommand";
@@ -24,141 +32,62 @@ import { UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommand
24
32
  import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput } from "./commands/UpdateDomainEndpointOptionsCommand";
25
33
  import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "./commands/UpdateScalingParametersCommand";
26
34
  import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "./commands/UpdateServiceAccessPoliciesCommand";
27
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
28
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
29
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
30
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
31
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
32
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
33
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
34
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
35
35
  export declare type ServiceInputTypes = BuildSuggestersCommandInput | CreateDomainCommandInput | DefineAnalysisSchemeCommandInput | DefineExpressionCommandInput | DefineIndexFieldCommandInput | DefineSuggesterCommandInput | DeleteAnalysisSchemeCommandInput | DeleteDomainCommandInput | DeleteExpressionCommandInput | DeleteIndexFieldCommandInput | DeleteSuggesterCommandInput | DescribeAnalysisSchemesCommandInput | DescribeAvailabilityOptionsCommandInput | DescribeDomainEndpointOptionsCommandInput | DescribeDomainsCommandInput | DescribeExpressionsCommandInput | DescribeIndexFieldsCommandInput | DescribeScalingParametersCommandInput | DescribeServiceAccessPoliciesCommandInput | DescribeSuggestersCommandInput | IndexDocumentsCommandInput | ListDomainNamesCommandInput | UpdateAvailabilityOptionsCommandInput | UpdateDomainEndpointOptionsCommandInput | UpdateScalingParametersCommandInput | UpdateServiceAccessPoliciesCommandInput;
36
36
  export declare type ServiceOutputTypes = BuildSuggestersCommandOutput | CreateDomainCommandOutput | DefineAnalysisSchemeCommandOutput | DefineExpressionCommandOutput | DefineIndexFieldCommandOutput | DefineSuggesterCommandOutput | DeleteAnalysisSchemeCommandOutput | DeleteDomainCommandOutput | DeleteExpressionCommandOutput | DeleteIndexFieldCommandOutput | DeleteSuggesterCommandOutput | DescribeAnalysisSchemesCommandOutput | DescribeAvailabilityOptionsCommandOutput | DescribeDomainEndpointOptionsCommandOutput | DescribeDomainsCommandOutput | DescribeExpressionsCommandOutput | DescribeIndexFieldsCommandOutput | DescribeScalingParametersCommandOutput | DescribeServiceAccessPoliciesCommandOutput | DescribeSuggestersCommandOutput | IndexDocumentsCommandOutput | ListDomainNamesCommandOutput | UpdateAvailabilityOptionsCommandOutput | UpdateDomainEndpointOptionsCommandOutput | UpdateScalingParametersCommandOutput | UpdateServiceAccessPoliciesCommandOutput;
37
37
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
38
- /**
39
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
40
- */
38
+
41
39
  requestHandler?: __HttpHandler;
42
- /**
43
- * A constructor for a class implementing the {@link __Hash} interface
44
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
45
- * @internal
46
- */
40
+
47
41
  sha256?: __HashConstructor;
48
- /**
49
- * The function that will be used to convert strings into HTTP endpoints.
50
- * @internal
51
- */
42
+
52
43
  urlParser?: __UrlParser;
53
- /**
54
- * A function that can calculate the length of a request body.
55
- * @internal
56
- */
44
+
57
45
  bodyLengthChecker?: (body: any) => number | undefined;
58
- /**
59
- * A function that converts a stream into an array of bytes.
60
- * @internal
61
- */
46
+
62
47
  streamCollector?: __StreamCollector;
63
- /**
64
- * The function that will be used to convert a base64-encoded string to a byte array.
65
- * @internal
66
- */
48
+
67
49
  base64Decoder?: __Decoder;
68
- /**
69
- * The function that will be used to convert binary data to a base64-encoded string.
70
- * @internal
71
- */
50
+
72
51
  base64Encoder?: __Encoder;
73
- /**
74
- * The function that will be used to convert a UTF8-encoded string to a byte array.
75
- * @internal
76
- */
52
+
77
53
  utf8Decoder?: __Decoder;
78
- /**
79
- * The function that will be used to convert binary data to a UTF-8 encoded string.
80
- * @internal
81
- */
54
+
82
55
  utf8Encoder?: __Encoder;
83
- /**
84
- * The runtime environment.
85
- * @internal
86
- */
56
+
87
57
  runtime?: string;
88
- /**
89
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
90
- * trait of an operation.
91
- */
58
+
92
59
  disableHostPrefix?: boolean;
93
- /**
94
- * Value for how many times a request will be made at most in case of retry.
95
- */
60
+
96
61
  maxAttempts?: number | __Provider<number>;
97
- /**
98
- * Specifies which retry algorithm to use.
99
- */
62
+
100
63
  retryMode?: string | __Provider<string>;
101
- /**
102
- * Optional logger for logging debug/info/warn/error.
103
- */
64
+
104
65
  logger?: __Logger;
105
- /**
106
- * Unique service identifier.
107
- * @internal
108
- */
66
+
109
67
  serviceId?: string;
110
- /**
111
- * The AWS region to which this client will send requests
112
- */
68
+
113
69
  region?: string | __Provider<string>;
114
- /**
115
- * Default credentials provider; Not available in browser runtime.
116
- * @internal
117
- */
70
+
118
71
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
119
- /**
120
- * Fetch related hostname, signing name or signing region with given region.
121
- * @internal
122
- */
72
+
123
73
  regionInfoProvider?: RegionInfoProvider;
124
- /**
125
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
126
- * @internal
127
- */
74
+
128
75
  defaultUserAgentProvider?: Provider<__UserAgent>;
129
76
  }
130
77
  declare type CloudSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
131
- /**
132
- * The configuration interface of CloudSearchClient class constructor that set the region, credentials and other options.
133
- */
78
+
134
79
  export interface CloudSearchClientConfig extends CloudSearchClientConfigType {
135
80
  }
136
81
  declare type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
137
- /**
138
- * The resolved configuration interface of CloudSearchClient class. This is resolved and normalized from the {@link CloudSearchClientConfig | constructor configuration interface}.
139
- */
82
+
140
83
  export interface CloudSearchClientResolvedConfig extends CloudSearchClientResolvedConfigType {
141
84
  }
142
- /**
143
- * <fullname>Amazon CloudSearch Configuration Service</fullname>
144
- * <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains.
145
- * Configuration service requests are submitted using the AWS Query protocol. AWS Query requests
146
- * are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.</p>
147
- * <p>The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com.
148
- * For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
149
- * see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region" target="_blank">Regions and Endpoints</a>.</p>
150
- */
85
+
151
86
  export declare class CloudSearchClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudSearchClientResolvedConfig> {
152
- /**
153
- * The resolved configuration of CloudSearchClient class. This is resolved and normalized from the {@link CloudSearchClientConfig | constructor configuration interface}.
154
- */
87
+
155
88
  readonly config: CloudSearchClientResolvedConfig;
156
89
  constructor(configuration: CloudSearchClientConfig);
157
- /**
158
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
159
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
160
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
161
- */
90
+
162
91
  destroy(): void;
163
92
  }
164
93
  export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
5
+ export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {
6
+ }
7
+ export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BuildSuggestersCommand extends $Command<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: BuildSuggestersCommandInput;
12
+ constructor(input: BuildSuggestersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BuildSuggestersCommandInput, BuildSuggestersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
5
+ export interface CreateDomainCommandInput extends CreateDomainRequest {
6
+ }
7
+ export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: CreateDomainCommandInput;
12
+ constructor(input: CreateDomainCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
5
+ export interface DefineAnalysisSchemeCommandInput extends DefineAnalysisSchemeRequest {
6
+ }
7
+ export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DefineAnalysisSchemeCommand extends $Command<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DefineAnalysisSchemeCommandInput;
12
+ constructor(input: DefineAnalysisSchemeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
5
+ export interface DefineExpressionCommandInput extends DefineExpressionRequest {
6
+ }
7
+ export interface DefineExpressionCommandOutput extends DefineExpressionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DefineExpressionCommand extends $Command<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DefineExpressionCommandInput;
12
+ constructor(input: DefineExpressionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineExpressionCommandInput, DefineExpressionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
5
+ export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {
6
+ }
7
+ export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DefineIndexFieldCommand extends $Command<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DefineIndexFieldCommandInput;
12
+ constructor(input: DefineIndexFieldCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
5
+ export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {
6
+ }
7
+ export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DefineSuggesterCommand extends $Command<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DefineSuggesterCommandInput;
12
+ constructor(input: DefineSuggesterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineSuggesterCommandInput, DefineSuggesterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
5
+ export interface DeleteAnalysisSchemeCommandInput extends DeleteAnalysisSchemeRequest {
6
+ }
7
+ export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAnalysisSchemeCommand extends $Command<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DeleteAnalysisSchemeCommandInput;
12
+ constructor(input: DeleteAnalysisSchemeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
5
+ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
6
+ }
7
+ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DeleteDomainCommandInput;
12
+ constructor(input: DeleteDomainCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0";
5
+ export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {
6
+ }
7
+ export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteExpressionCommand extends $Command<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DeleteExpressionCommandInput;
12
+ constructor(input: DeleteExpressionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExpressionCommandInput, DeleteExpressionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0";
5
+ export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {
6
+ }
7
+ export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIndexFieldCommand extends $Command<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DeleteIndexFieldCommandInput;
12
+ constructor(input: DeleteIndexFieldCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0";
5
+ export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {
6
+ }
7
+ export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteSuggesterCommand extends $Command<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DeleteSuggesterCommandInput;
12
+ constructor(input: DeleteSuggesterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }