@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,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -14,4 +14,3 @@ export var getRuntimeConfig = function (config) {
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -19,4 +19,3 @@ export var getRuntimeConfig = function (config) {
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,5 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
+ import { defaultRegionInfoProvider } from "./endpoints";
3
3
  export var getRuntimeConfig = function (config) {
4
4
  var _a, _b, _c, _d, _e;
5
5
  return ({
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -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,7 +26,6 @@ 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
29
  /**
30
30
  * <fullname>Amazon CloudSearch Configuration Service</fullname>
31
31
  * <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains.
@@ -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,14 +32,6 @@ 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>> {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {
6
6
  }
7
7
  export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateDomainCommandInput extends CreateDomainRequest {
6
6
  }
7
7
  export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DefineAnalysisSchemeCommandInput extends DefineAnalysisSchemeRequest {
6
6
  }
7
7
  export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DefineExpressionCommandInput extends DefineExpressionRequest {
6
6
  }
7
7
  export interface DefineExpressionCommandOutput extends DefineExpressionResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {
6
6
  }
7
7
  export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {
6
6
  }
7
7
  export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteAnalysisSchemeCommandInput extends DeleteAnalysisSchemeRequest {
6
6
  }
7
7
  export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteDomainCommandInput extends DeleteDomainRequest {
6
6
  }
7
7
  export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {
6
6
  }
7
7
  export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {
6
6
  }
7
7
  export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {
6
6
  }
7
7
  export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeAnalysisSchemesCommandInput extends DescribeAnalysisSchemesRequest {
6
6
  }
7
7
  export interface DescribeAnalysisSchemesCommandOutput extends DescribeAnalysisSchemesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeAvailabilityOptionsCommandInput extends DescribeAvailabilityOptionsRequest {
6
6
  }
7
7
  export interface DescribeAvailabilityOptionsCommandOutput extends DescribeAvailabilityOptionsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeDomainEndpointOptionsCommandInput extends DescribeDomainEndpointOptionsRequest {
6
6
  }
7
7
  export interface DescribeDomainEndpointOptionsCommandOutput extends DescribeDomainEndpointOptionsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {
6
6
  }
7
7
  export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeExpressionsCommandInput extends DescribeExpressionsRequest {
6
6
  }
7
7
  export interface DescribeExpressionsCommandOutput extends DescribeExpressionsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeIndexFieldsCommandInput extends DescribeIndexFieldsRequest {
6
6
  }
7
7
  export interface DescribeIndexFieldsCommandOutput extends DescribeIndexFieldsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeScalingParametersCommandInput extends DescribeScalingParametersRequest {
6
6
  }
7
7
  export interface DescribeScalingParametersCommandOutput extends DescribeScalingParametersResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeServiceAccessPoliciesCommandInput extends DescribeServiceAccessPoliciesRequest {
6
6
  }
7
7
  export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServiceAccessPoliciesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeSuggestersCommandInput extends DescribeSuggestersRequest {
6
6
  }
7
7
  export interface DescribeSuggestersCommandOutput extends DescribeSuggestersResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface IndexDocumentsCommandInput extends IndexDocumentsRequest {
6
6
  }
7
7
  export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { ListDomainNamesResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListDomainNamesCommandInput {
6
6
  }
7
7
  export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateAvailabilityOptionsCommandInput extends UpdateAvailabilityOptionsRequest {
6
6
  }
7
7
  export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabilityOptionsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateDomainEndpointOptionsCommandInput extends UpdateDomainEndpointOptionsRequest {
6
6
  }
7
7
  export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEndpointOptionsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateScalingParametersCommandInput extends UpdateScalingParametersRequest {
6
6
  }
7
7
  export interface UpdateScalingParametersCommandOutput extends UpdateScalingParametersResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
2
4
  import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateServiceAccessPoliciesCommandInput extends UpdateServiceAccessPoliciesRequest {
6
6
  }
7
7
  export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceAccessPoliciesResponse, __MetadataBearer {
File without changes
File without changes
@@ -93,6 +93,27 @@ export declare namespace ResourceNotFoundException {
93
93
  */
94
94
  const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
95
95
  }
96
+ /**
97
+ * <p>The request was rejected because it has invalid parameters.</p>
98
+ */
99
+ export interface ValidationException extends __SmithyException, $MetadataBearer {
100
+ name: "ValidationException";
101
+ $fault: "client";
102
+ /**
103
+ * <p>A machine-parsable string error or warning code.</p>
104
+ */
105
+ Code?: string;
106
+ /**
107
+ * <p>A human-readable string error or warning message.</p>
108
+ */
109
+ Message?: string;
110
+ }
111
+ export declare namespace ValidationException {
112
+ /**
113
+ * @internal
114
+ */
115
+ const filterSensitiveLog: (obj: ValidationException) => any;
116
+ }
96
117
  /**
97
118
  * <p>Container for the parameters to the <code><a>CreateDomain</a></code> operation. Specifies a name for the new search domain.</p>
98
119
  */
@@ -250,27 +271,6 @@ export declare namespace ResourceAlreadyExistsException {
250
271
  */
251
272
  const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
252
273
  }
253
- /**
254
- * <p>The request was rejected because it has invalid parameters.</p>
255
- */
256
- export interface ValidationException extends __SmithyException, $MetadataBearer {
257
- name: "ValidationException";
258
- $fault: "client";
259
- /**
260
- * <p>A machine-parsable string error or warning code.</p>
261
- */
262
- Code?: string;
263
- /**
264
- * <p>A human-readable string error or warning message.</p>
265
- */
266
- Message?: string;
267
- }
268
- export declare namespace ValidationException {
269
- /**
270
- * @internal
271
- */
272
- const filterSensitiveLog: (obj: ValidationException) => any;
273
- }
274
274
  export declare type AlgorithmicStemming = "full" | "light" | "minimal" | "none";
275
275
  /**
276
276
  * <p>Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.</p>
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { BuildSuggestersCommandInput, BuildSuggestersCommandOutput } from "../commands/BuildSuggestersCommand";
2
4
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
3
5
  import { DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput } from "../commands/DefineAnalysisSchemeCommand";
@@ -24,8 +26,6 @@ import { UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommand
24
26
  import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput } from "../commands/UpdateDomainEndpointOptionsCommand";
25
27
  import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "../commands/UpdateScalingParametersCommand";
26
28
  import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "../commands/UpdateServiceAccessPoliciesCommand";
27
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
28
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
29
29
  export declare const serializeAws_queryBuildSuggestersCommand: (input: BuildSuggestersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
30
  export declare const serializeAws_queryCreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
31
  export declare const serializeAws_queryDefineAnalysisSchemeCommand: (input: DefineAnalysisSchemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;