@aws-sdk/client-lex-model-building-service 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 (526) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/LexModelBuildingService.js +4 -11
  3. package/{dist/cjs → dist-cjs}/LexModelBuildingServiceClient.js +8 -20
  4. package/dist-cjs/commands/CreateBotVersionCommand.js +36 -0
  5. package/dist-cjs/commands/CreateIntentVersionCommand.js +36 -0
  6. package/dist-cjs/commands/CreateSlotTypeVersionCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteBotAliasCommand.js +36 -0
  8. package/{dist/cjs → dist-cjs}/commands/DeleteBotChannelAssociationCommand.js +2 -30
  9. package/dist-cjs/commands/DeleteBotCommand.js +36 -0
  10. package/{dist/cjs → dist-cjs}/commands/DeleteBotVersionCommand.js +2 -30
  11. package/dist-cjs/commands/DeleteIntentCommand.js +36 -0
  12. package/{dist/cjs → dist-cjs}/commands/DeleteIntentVersionCommand.js +2 -30
  13. package/dist-cjs/commands/DeleteSlotTypeCommand.js +36 -0
  14. package/{dist/cjs → dist-cjs}/commands/DeleteSlotTypeVersionCommand.js +2 -30
  15. package/dist-cjs/commands/DeleteUtterancesCommand.js +36 -0
  16. package/{dist/cjs → dist-cjs}/commands/GetBotAliasCommand.js +2 -30
  17. package/{dist/cjs → dist-cjs}/commands/GetBotAliasesCommand.js +2 -29
  18. package/{dist/cjs → dist-cjs}/commands/GetBotChannelAssociationCommand.js +2 -30
  19. package/{dist/cjs → dist-cjs}/commands/GetBotChannelAssociationsCommand.js +2 -31
  20. package/{dist/cjs → dist-cjs}/commands/GetBotCommand.js +2 -30
  21. package/dist-cjs/commands/GetBotVersionsCommand.js +36 -0
  22. package/dist-cjs/commands/GetBotsCommand.js +36 -0
  23. package/{dist/cjs → dist-cjs}/commands/GetBuiltinIntentCommand.js +2 -29
  24. package/{dist/cjs → dist-cjs}/commands/GetBuiltinIntentsCommand.js +2 -30
  25. package/{dist/cjs → dist-cjs}/commands/GetBuiltinSlotTypesCommand.js +2 -33
  26. package/{dist/cjs → dist-cjs}/commands/GetExportCommand.js +2 -28
  27. package/{dist/cjs → dist-cjs}/commands/GetImportCommand.js +2 -28
  28. package/{dist/cjs → dist-cjs}/commands/GetIntentCommand.js +2 -30
  29. package/dist-cjs/commands/GetIntentVersionsCommand.js +36 -0
  30. package/dist-cjs/commands/GetIntentsCommand.js +36 -0
  31. package/{dist/cjs → dist-cjs}/commands/GetMigrationCommand.js +2 -29
  32. package/{dist/cjs → dist-cjs}/commands/GetMigrationsCommand.js +2 -27
  33. package/{dist/cjs → dist-cjs}/commands/GetSlotTypeCommand.js +2 -31
  34. package/dist-cjs/commands/GetSlotTypeVersionsCommand.js +36 -0
  35. package/dist-cjs/commands/GetSlotTypesCommand.js +36 -0
  36. package/dist-cjs/commands/GetUtterancesViewCommand.js +36 -0
  37. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
  38. package/{dist/cjs → dist-cjs}/commands/PutBotAliasCommand.js +2 -32
  39. package/dist-cjs/commands/PutBotCommand.js +36 -0
  40. package/dist-cjs/commands/PutIntentCommand.js +36 -0
  41. package/dist-cjs/commands/PutSlotTypeCommand.js +36 -0
  42. package/{dist/cjs → dist-cjs}/commands/StartImportCommand.js +2 -27
  43. package/{dist/cjs → dist-cjs}/commands/StartMigrationCommand.js +2 -30
  44. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -28
  45. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  46. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  47. package/{dist/cjs → dist-cjs}/index.js +0 -1
  48. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  49. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -352
  50. package/{dist/cjs → dist-cjs}/pagination/GetBotAliasesPaginator.js +1 -12
  51. package/{dist/cjs → dist-cjs}/pagination/GetBotChannelAssociationsPaginator.js +1 -12
  52. package/{dist/cjs → dist-cjs}/pagination/GetBotVersionsPaginator.js +1 -12
  53. package/{dist/cjs → dist-cjs}/pagination/GetBotsPaginator.js +1 -12
  54. package/{dist/cjs → dist-cjs}/pagination/GetBuiltinIntentsPaginator.js +1 -12
  55. package/{dist/cjs → dist-cjs}/pagination/GetBuiltinSlotTypesPaginator.js +1 -12
  56. package/{dist/cjs → dist-cjs}/pagination/GetIntentVersionsPaginator.js +1 -12
  57. package/{dist/cjs → dist-cjs}/pagination/GetIntentsPaginator.js +1 -12
  58. package/{dist/cjs → dist-cjs}/pagination/GetMigrationsPaginator.js +1 -12
  59. package/{dist/cjs → dist-cjs}/pagination/GetSlotTypeVersionsPaginator.js +1 -12
  60. package/{dist/cjs → dist-cjs}/pagination/GetSlotTypesPaginator.js +1 -12
  61. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  62. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +9 -15
  63. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  64. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  65. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  66. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  67. package/{dist/es → dist-es}/LexModelBuildingService.js +4 -5
  68. package/{dist/es → dist-es}/LexModelBuildingServiceClient.js +1 -2
  69. package/{dist/es → dist-es}/commands/CreateBotVersionCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/CreateIntentVersionCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/CreateSlotTypeVersionCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/DeleteBotAliasCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/DeleteBotChannelAssociationCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/DeleteBotCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/DeleteBotVersionCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/DeleteIntentCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/DeleteIntentVersionCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/DeleteSlotTypeCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/DeleteSlotTypeVersionCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/DeleteUtterancesCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/GetBotAliasCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/GetBotAliasesCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/GetBotChannelAssociationCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/GetBotChannelAssociationsCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/GetBotCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/GetBotVersionsCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/GetBotsCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/GetBuiltinIntentCommand.js +2 -3
  89. package/{dist/es → dist-es}/commands/GetBuiltinIntentsCommand.js +2 -3
  90. package/{dist/es → dist-es}/commands/GetBuiltinSlotTypesCommand.js +2 -3
  91. package/{dist/es → dist-es}/commands/GetExportCommand.js +2 -3
  92. package/{dist/es → dist-es}/commands/GetImportCommand.js +2 -3
  93. package/{dist/es → dist-es}/commands/GetIntentCommand.js +2 -3
  94. package/{dist/es → dist-es}/commands/GetIntentVersionsCommand.js +2 -3
  95. package/{dist/es → dist-es}/commands/GetIntentsCommand.js +2 -3
  96. package/{dist/es → dist-es}/commands/GetMigrationCommand.js +2 -3
  97. package/{dist/es → dist-es}/commands/GetMigrationsCommand.js +2 -3
  98. package/{dist/es → dist-es}/commands/GetSlotTypeCommand.js +2 -3
  99. package/{dist/es → dist-es}/commands/GetSlotTypeVersionsCommand.js +2 -3
  100. package/{dist/es → dist-es}/commands/GetSlotTypesCommand.js +2 -3
  101. package/{dist/es → dist-es}/commands/GetUtterancesViewCommand.js +2 -3
  102. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  103. package/{dist/es → dist-es}/commands/PutBotAliasCommand.js +2 -3
  104. package/{dist/es → dist-es}/commands/PutBotCommand.js +2 -3
  105. package/{dist/es → dist-es}/commands/PutIntentCommand.js +2 -3
  106. package/{dist/es → dist-es}/commands/PutSlotTypeCommand.js +2 -3
  107. package/{dist/es → dist-es}/commands/StartImportCommand.js +2 -3
  108. package/{dist/es → dist-es}/commands/StartMigrationCommand.js +2 -3
  109. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  110. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  111. package/{dist/es → dist-es}/endpoints.js +1 -2
  112. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  113. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  114. package/{dist/es → dist-es}/models/models_0.js +0 -1
  115. package/{dist/es → dist-es}/pagination/GetBotAliasesPaginator.js +1 -2
  116. package/{dist/es → dist-es}/pagination/GetBotChannelAssociationsPaginator.js +1 -2
  117. package/{dist/es → dist-es}/pagination/GetBotVersionsPaginator.js +1 -2
  118. package/{dist/es → dist-es}/pagination/GetBotsPaginator.js +1 -2
  119. package/{dist/es → dist-es}/pagination/GetBuiltinIntentsPaginator.js +1 -2
  120. package/{dist/es → dist-es}/pagination/GetBuiltinSlotTypesPaginator.js +1 -2
  121. package/{dist/es → dist-es}/pagination/GetIntentVersionsPaginator.js +1 -2
  122. package/{dist/es → dist-es}/pagination/GetIntentsPaginator.js +1 -2
  123. package/{dist/es → dist-es}/pagination/GetMigrationsPaginator.js +1 -2
  124. package/{dist/es → dist-es}/pagination/GetSlotTypeVersionsPaginator.js +1 -2
  125. package/{dist/es → dist-es}/pagination/GetSlotTypesPaginator.js +1 -2
  126. package/dist-es/pagination/Interfaces.js +1 -0
  127. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
  128. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  129. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  130. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  131. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  132. package/{dist/types → dist-types}/LexModelBuildingService.d.ts +5 -5
  133. package/{dist/types → dist-types}/LexModelBuildingServiceClient.d.ts +11 -11
  134. package/{dist/types → dist-types}/commands/CreateBotVersionCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/CreateIntentVersionCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/CreateSlotTypeVersionCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/DeleteBotAliasCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/DeleteBotChannelAssociationCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/DeleteBotCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/DeleteBotVersionCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/DeleteIntentCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/DeleteIntentVersionCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/DeleteSlotTypeCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/DeleteSlotTypeVersionCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/DeleteUtterancesCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/GetBotAliasCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/GetBotAliasesCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/GetBotChannelAssociationCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/GetBotChannelAssociationsCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/GetBotCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/GetBotVersionsCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/GetBotsCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/GetBuiltinIntentCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/GetBuiltinIntentsCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/GetBuiltinSlotTypesCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/GetExportCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/GetImportCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/GetIntentCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/GetIntentVersionsCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/GetIntentsCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/GetMigrationCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/GetMigrationsCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/GetSlotTypeCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/GetSlotTypeVersionsCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/GetSlotTypesCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/GetUtterancesViewCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/PutBotAliasCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/commands/PutBotCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/commands/PutIntentCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/commands/PutSlotTypeCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/commands/StartImportCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/StartMigrationCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  177. package/{index.ts → dist-types/index.d.ts} +0 -0
  178. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  179. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  180. package/{dist/types → dist-types}/pagination/GetBotAliasesPaginator.d.ts +1 -1
  181. package/{dist/types → dist-types}/pagination/GetBotChannelAssociationsPaginator.d.ts +1 -1
  182. package/{dist/types → dist-types}/pagination/GetBotVersionsPaginator.d.ts +1 -1
  183. package/{dist/types → dist-types}/pagination/GetBotsPaginator.d.ts +1 -1
  184. package/{dist/types → dist-types}/pagination/GetBuiltinIntentsPaginator.d.ts +1 -1
  185. package/{dist/types → dist-types}/pagination/GetBuiltinSlotTypesPaginator.d.ts +1 -1
  186. package/{dist/types → dist-types}/pagination/GetIntentVersionsPaginator.d.ts +1 -1
  187. package/{dist/types → dist-types}/pagination/GetIntentsPaginator.d.ts +1 -1
  188. package/{dist/types → dist-types}/pagination/GetMigrationsPaginator.d.ts +1 -1
  189. package/{dist/types → dist-types}/pagination/GetSlotTypeVersionsPaginator.d.ts +1 -1
  190. package/{dist/types → dist-types}/pagination/GetSlotTypesPaginator.d.ts +1 -1
  191. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  192. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +5 -5
  193. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +3 -0
  194. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  195. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  196. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  197. package/dist-types/ts3.4/LexModelBuildingService.d.ts +215 -0
  198. package/{dist/types → dist-types}/ts3.4/LexModelBuildingServiceClient.d.ts +35 -103
  199. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +17 -0
  207. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +17 -0
  209. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +17 -0
  210. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +17 -0
  213. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +17 -0
  214. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +17 -0
  217. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +17 -0
  218. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +17 -0
  219. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +17 -0
  220. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +17 -0
  221. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +17 -0
  222. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +17 -0
  223. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +17 -0
  224. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +17 -0
  225. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +17 -0
  226. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +17 -0
  227. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +17 -0
  228. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +17 -0
  229. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +17 -0
  230. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +17 -0
  231. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +17 -0
  232. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  233. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +17 -0
  234. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +17 -0
  235. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +17 -0
  236. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  241. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  242. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  243. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  244. package/dist-types/ts3.4/models/models_0.d.ts +1884 -0
  245. package/{dist/types → dist-types}/ts3.4/pagination/GetBotAliasesPaginator.d.ts +1 -1
  246. package/{dist/types → dist-types}/ts3.4/pagination/GetBotChannelAssociationsPaginator.d.ts +1 -1
  247. package/{dist/types → dist-types}/ts3.4/pagination/GetBotVersionsPaginator.d.ts +1 -1
  248. package/{dist/types → dist-types}/ts3.4/pagination/GetBotsPaginator.d.ts +1 -1
  249. package/{dist/types → dist-types}/ts3.4/pagination/GetBuiltinIntentsPaginator.d.ts +1 -1
  250. package/{dist/types → dist-types}/ts3.4/pagination/GetBuiltinSlotTypesPaginator.d.ts +1 -1
  251. package/{dist/types → dist-types}/ts3.4/pagination/GetIntentVersionsPaginator.d.ts +1 -1
  252. package/{dist/types → dist-types}/ts3.4/pagination/GetIntentsPaginator.d.ts +1 -1
  253. package/{dist/types → dist-types}/ts3.4/pagination/GetMigrationsPaginator.d.ts +1 -1
  254. package/{dist/types → dist-types}/ts3.4/pagination/GetSlotTypeVersionsPaginator.d.ts +1 -1
  255. package/{dist/types → dist-types}/ts3.4/pagination/GetSlotTypesPaginator.d.ts +1 -1
  256. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  257. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +5 -5
  258. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +2 -3
  259. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  260. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  261. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  262. package/package.json +45 -42
  263. package/LexModelBuildingService.ts +0 -1756
  264. package/LexModelBuildingServiceClient.ts +0 -394
  265. package/commands/CreateBotVersionCommand.ts +0 -110
  266. package/commands/CreateIntentVersionCommand.ts +0 -111
  267. package/commands/CreateSlotTypeVersionCommand.ts +0 -113
  268. package/commands/DeleteBotAliasCommand.ts +0 -106
  269. package/commands/DeleteBotChannelAssociationCommand.ts +0 -104
  270. package/commands/DeleteBotCommand.ts +0 -114
  271. package/commands/DeleteBotVersionCommand.ts +0 -101
  272. package/commands/DeleteIntentCommand.ts +0 -115
  273. package/commands/DeleteIntentVersionCommand.ts +0 -101
  274. package/commands/DeleteSlotTypeCommand.ts +0 -114
  275. package/commands/DeleteSlotTypeVersionCommand.ts +0 -101
  276. package/commands/DeleteUtterancesCommand.ts +0 -109
  277. package/commands/GetBotAliasCommand.ts +0 -101
  278. package/commands/GetBotAliasesCommand.ts +0 -100
  279. package/commands/GetBotChannelAssociationCommand.ts +0 -101
  280. package/commands/GetBotChannelAssociationsCommand.ts +0 -105
  281. package/commands/GetBotCommand.ts +0 -98
  282. package/commands/GetBotVersionsCommand.ts +0 -108
  283. package/commands/GetBotsCommand.ts +0 -112
  284. package/commands/GetBuiltinIntentCommand.ts +0 -100
  285. package/commands/GetBuiltinIntentsCommand.ts +0 -101
  286. package/commands/GetBuiltinSlotTypesCommand.ts +0 -104
  287. package/commands/GetExportCommand.ts +0 -99
  288. package/commands/GetImportCommand.ts +0 -99
  289. package/commands/GetIntentCommand.ts +0 -101
  290. package/commands/GetIntentVersionsCommand.ts +0 -108
  291. package/commands/GetIntentsCommand.ts +0 -112
  292. package/commands/GetMigrationCommand.ts +0 -100
  293. package/commands/GetMigrationsCommand.ts +0 -98
  294. package/commands/GetSlotTypeCommand.ts +0 -102
  295. package/commands/GetSlotTypeVersionsCommand.ts +0 -108
  296. package/commands/GetSlotTypesCommand.ts +0 -112
  297. package/commands/GetUtterancesViewCommand.ts +0 -121
  298. package/commands/ListTagsForResourceCommand.ts +0 -99
  299. package/commands/PutBotAliasCommand.ts +0 -103
  300. package/commands/PutBotCommand.ts +0 -112
  301. package/commands/PutIntentCommand.ts +0 -155
  302. package/commands/PutSlotTypeCommand.ts +0 -113
  303. package/commands/StartImportCommand.ts +0 -98
  304. package/commands/StartMigrationCommand.ts +0 -101
  305. package/commands/TagResourceCommand.ts +0 -99
  306. package/commands/UntagResourceCommand.ts +0 -98
  307. package/dist/cjs/LexModelBuildingService.js.map +0 -1
  308. package/dist/cjs/LexModelBuildingServiceClient.js.map +0 -1
  309. package/dist/cjs/commands/CreateBotVersionCommand.js +0 -73
  310. package/dist/cjs/commands/CreateBotVersionCommand.js.map +0 -1
  311. package/dist/cjs/commands/CreateIntentVersionCommand.js +0 -74
  312. package/dist/cjs/commands/CreateIntentVersionCommand.js.map +0 -1
  313. package/dist/cjs/commands/CreateSlotTypeVersionCommand.js +0 -76
  314. package/dist/cjs/commands/CreateSlotTypeVersionCommand.js.map +0 -1
  315. package/dist/cjs/commands/DeleteBotAliasCommand.js +0 -69
  316. package/dist/cjs/commands/DeleteBotAliasCommand.js.map +0 -1
  317. package/dist/cjs/commands/DeleteBotChannelAssociationCommand.js.map +0 -1
  318. package/dist/cjs/commands/DeleteBotCommand.js +0 -77
  319. package/dist/cjs/commands/DeleteBotCommand.js.map +0 -1
  320. package/dist/cjs/commands/DeleteBotVersionCommand.js.map +0 -1
  321. package/dist/cjs/commands/DeleteIntentCommand.js +0 -78
  322. package/dist/cjs/commands/DeleteIntentCommand.js.map +0 -1
  323. package/dist/cjs/commands/DeleteIntentVersionCommand.js.map +0 -1
  324. package/dist/cjs/commands/DeleteSlotTypeCommand.js +0 -77
  325. package/dist/cjs/commands/DeleteSlotTypeCommand.js.map +0 -1
  326. package/dist/cjs/commands/DeleteSlotTypeVersionCommand.js.map +0 -1
  327. package/dist/cjs/commands/DeleteUtterancesCommand.js +0 -72
  328. package/dist/cjs/commands/DeleteUtterancesCommand.js.map +0 -1
  329. package/dist/cjs/commands/GetBotAliasCommand.js.map +0 -1
  330. package/dist/cjs/commands/GetBotAliasesCommand.js.map +0 -1
  331. package/dist/cjs/commands/GetBotChannelAssociationCommand.js.map +0 -1
  332. package/dist/cjs/commands/GetBotChannelAssociationsCommand.js.map +0 -1
  333. package/dist/cjs/commands/GetBotCommand.js.map +0 -1
  334. package/dist/cjs/commands/GetBotVersionsCommand.js +0 -71
  335. package/dist/cjs/commands/GetBotVersionsCommand.js.map +0 -1
  336. package/dist/cjs/commands/GetBotsCommand.js +0 -75
  337. package/dist/cjs/commands/GetBotsCommand.js.map +0 -1
  338. package/dist/cjs/commands/GetBuiltinIntentCommand.js.map +0 -1
  339. package/dist/cjs/commands/GetBuiltinIntentsCommand.js.map +0 -1
  340. package/dist/cjs/commands/GetBuiltinSlotTypesCommand.js.map +0 -1
  341. package/dist/cjs/commands/GetExportCommand.js.map +0 -1
  342. package/dist/cjs/commands/GetImportCommand.js.map +0 -1
  343. package/dist/cjs/commands/GetIntentCommand.js.map +0 -1
  344. package/dist/cjs/commands/GetIntentVersionsCommand.js +0 -71
  345. package/dist/cjs/commands/GetIntentVersionsCommand.js.map +0 -1
  346. package/dist/cjs/commands/GetIntentsCommand.js +0 -75
  347. package/dist/cjs/commands/GetIntentsCommand.js.map +0 -1
  348. package/dist/cjs/commands/GetMigrationCommand.js.map +0 -1
  349. package/dist/cjs/commands/GetMigrationsCommand.js.map +0 -1
  350. package/dist/cjs/commands/GetSlotTypeCommand.js.map +0 -1
  351. package/dist/cjs/commands/GetSlotTypeVersionsCommand.js +0 -71
  352. package/dist/cjs/commands/GetSlotTypeVersionsCommand.js.map +0 -1
  353. package/dist/cjs/commands/GetSlotTypesCommand.js +0 -75
  354. package/dist/cjs/commands/GetSlotTypesCommand.js.map +0 -1
  355. package/dist/cjs/commands/GetUtterancesViewCommand.js +0 -84
  356. package/dist/cjs/commands/GetUtterancesViewCommand.js.map +0 -1
  357. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  358. package/dist/cjs/commands/PutBotAliasCommand.js.map +0 -1
  359. package/dist/cjs/commands/PutBotCommand.js +0 -78
  360. package/dist/cjs/commands/PutBotCommand.js.map +0 -1
  361. package/dist/cjs/commands/PutIntentCommand.js +0 -118
  362. package/dist/cjs/commands/PutIntentCommand.js.map +0 -1
  363. package/dist/cjs/commands/PutSlotTypeCommand.js +0 -76
  364. package/dist/cjs/commands/PutSlotTypeCommand.js.map +0 -1
  365. package/dist/cjs/commands/StartImportCommand.js.map +0 -1
  366. package/dist/cjs/commands/StartMigrationCommand.js.map +0 -1
  367. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  368. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  369. package/dist/cjs/endpoints.js.map +0 -1
  370. package/dist/cjs/index.js.map +0 -1
  371. package/dist/cjs/models/index.js.map +0 -1
  372. package/dist/cjs/models/models_0.js.map +0 -1
  373. package/dist/cjs/package.json +0 -91
  374. package/dist/cjs/pagination/GetBotAliasesPaginator.js.map +0 -1
  375. package/dist/cjs/pagination/GetBotChannelAssociationsPaginator.js.map +0 -1
  376. package/dist/cjs/pagination/GetBotVersionsPaginator.js.map +0 -1
  377. package/dist/cjs/pagination/GetBotsPaginator.js.map +0 -1
  378. package/dist/cjs/pagination/GetBuiltinIntentsPaginator.js.map +0 -1
  379. package/dist/cjs/pagination/GetBuiltinSlotTypesPaginator.js.map +0 -1
  380. package/dist/cjs/pagination/GetIntentVersionsPaginator.js.map +0 -1
  381. package/dist/cjs/pagination/GetIntentsPaginator.js.map +0 -1
  382. package/dist/cjs/pagination/GetMigrationsPaginator.js.map +0 -1
  383. package/dist/cjs/pagination/GetSlotTypeVersionsPaginator.js.map +0 -1
  384. package/dist/cjs/pagination/GetSlotTypesPaginator.js.map +0 -1
  385. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  386. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  387. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  388. package/dist/cjs/runtimeConfig.js.map +0 -1
  389. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  390. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  391. package/dist/es/LexModelBuildingService.js.map +0 -1
  392. package/dist/es/LexModelBuildingServiceClient.js.map +0 -1
  393. package/dist/es/commands/CreateBotVersionCommand.js.map +0 -1
  394. package/dist/es/commands/CreateIntentVersionCommand.js.map +0 -1
  395. package/dist/es/commands/CreateSlotTypeVersionCommand.js.map +0 -1
  396. package/dist/es/commands/DeleteBotAliasCommand.js.map +0 -1
  397. package/dist/es/commands/DeleteBotChannelAssociationCommand.js.map +0 -1
  398. package/dist/es/commands/DeleteBotCommand.js.map +0 -1
  399. package/dist/es/commands/DeleteBotVersionCommand.js.map +0 -1
  400. package/dist/es/commands/DeleteIntentCommand.js.map +0 -1
  401. package/dist/es/commands/DeleteIntentVersionCommand.js.map +0 -1
  402. package/dist/es/commands/DeleteSlotTypeCommand.js.map +0 -1
  403. package/dist/es/commands/DeleteSlotTypeVersionCommand.js.map +0 -1
  404. package/dist/es/commands/DeleteUtterancesCommand.js.map +0 -1
  405. package/dist/es/commands/GetBotAliasCommand.js.map +0 -1
  406. package/dist/es/commands/GetBotAliasesCommand.js.map +0 -1
  407. package/dist/es/commands/GetBotChannelAssociationCommand.js.map +0 -1
  408. package/dist/es/commands/GetBotChannelAssociationsCommand.js.map +0 -1
  409. package/dist/es/commands/GetBotCommand.js.map +0 -1
  410. package/dist/es/commands/GetBotVersionsCommand.js.map +0 -1
  411. package/dist/es/commands/GetBotsCommand.js.map +0 -1
  412. package/dist/es/commands/GetBuiltinIntentCommand.js.map +0 -1
  413. package/dist/es/commands/GetBuiltinIntentsCommand.js.map +0 -1
  414. package/dist/es/commands/GetBuiltinSlotTypesCommand.js.map +0 -1
  415. package/dist/es/commands/GetExportCommand.js.map +0 -1
  416. package/dist/es/commands/GetImportCommand.js.map +0 -1
  417. package/dist/es/commands/GetIntentCommand.js.map +0 -1
  418. package/dist/es/commands/GetIntentVersionsCommand.js.map +0 -1
  419. package/dist/es/commands/GetIntentsCommand.js.map +0 -1
  420. package/dist/es/commands/GetMigrationCommand.js.map +0 -1
  421. package/dist/es/commands/GetMigrationsCommand.js.map +0 -1
  422. package/dist/es/commands/GetSlotTypeCommand.js.map +0 -1
  423. package/dist/es/commands/GetSlotTypeVersionsCommand.js.map +0 -1
  424. package/dist/es/commands/GetSlotTypesCommand.js.map +0 -1
  425. package/dist/es/commands/GetUtterancesViewCommand.js.map +0 -1
  426. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  427. package/dist/es/commands/PutBotAliasCommand.js.map +0 -1
  428. package/dist/es/commands/PutBotCommand.js.map +0 -1
  429. package/dist/es/commands/PutIntentCommand.js.map +0 -1
  430. package/dist/es/commands/PutSlotTypeCommand.js.map +0 -1
  431. package/dist/es/commands/StartImportCommand.js.map +0 -1
  432. package/dist/es/commands/StartMigrationCommand.js.map +0 -1
  433. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  434. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  435. package/dist/es/endpoints.js.map +0 -1
  436. package/dist/es/index.js +0 -58
  437. package/dist/es/index.js.map +0 -1
  438. package/dist/es/models/index.js +0 -2
  439. package/dist/es/models/index.js.map +0 -1
  440. package/dist/es/models/models_0.js.map +0 -1
  441. package/dist/es/package.json +0 -91
  442. package/dist/es/pagination/GetBotAliasesPaginator.js.map +0 -1
  443. package/dist/es/pagination/GetBotChannelAssociationsPaginator.js.map +0 -1
  444. package/dist/es/pagination/GetBotVersionsPaginator.js.map +0 -1
  445. package/dist/es/pagination/GetBotsPaginator.js.map +0 -1
  446. package/dist/es/pagination/GetBuiltinIntentsPaginator.js.map +0 -1
  447. package/dist/es/pagination/GetBuiltinSlotTypesPaginator.js.map +0 -1
  448. package/dist/es/pagination/GetIntentVersionsPaginator.js.map +0 -1
  449. package/dist/es/pagination/GetIntentsPaginator.js.map +0 -1
  450. package/dist/es/pagination/GetMigrationsPaginator.js.map +0 -1
  451. package/dist/es/pagination/GetSlotTypeVersionsPaginator.js.map +0 -1
  452. package/dist/es/pagination/GetSlotTypesPaginator.js.map +0 -1
  453. package/dist/es/pagination/Interfaces.js +0 -2
  454. package/dist/es/pagination/Interfaces.js.map +0 -1
  455. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  456. package/dist/es/runtimeConfig.browser.js.map +0 -1
  457. package/dist/es/runtimeConfig.js.map +0 -1
  458. package/dist/es/runtimeConfig.native.js.map +0 -1
  459. package/dist/es/runtimeConfig.shared.js.map +0 -1
  460. package/dist/types/ts3.4/LexModelBuildingService.d.ts +0 -655
  461. package/dist/types/ts3.4/commands/CreateBotVersionCommand.d.ts +0 -47
  462. package/dist/types/ts3.4/commands/CreateIntentVersionCommand.d.ts +0 -48
  463. package/dist/types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +0 -50
  464. package/dist/types/ts3.4/commands/DeleteBotAliasCommand.d.ts +0 -43
  465. package/dist/types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +0 -38
  466. package/dist/types/ts3.4/commands/DeleteBotCommand.d.ts +0 -51
  467. package/dist/types/ts3.4/commands/DeleteBotVersionCommand.d.ts +0 -38
  468. package/dist/types/ts3.4/commands/DeleteIntentCommand.d.ts +0 -52
  469. package/dist/types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +0 -38
  470. package/dist/types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +0 -51
  471. package/dist/types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +0 -38
  472. package/dist/types/ts3.4/commands/DeleteUtterancesCommand.d.ts +0 -46
  473. package/dist/types/ts3.4/commands/GetBotAliasCommand.d.ts +0 -38
  474. package/dist/types/ts3.4/commands/GetBotAliasesCommand.d.ts +0 -37
  475. package/dist/types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +0 -38
  476. package/dist/types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +0 -39
  477. package/dist/types/ts3.4/commands/GetBotCommand.d.ts +0 -38
  478. package/dist/types/ts3.4/commands/GetBotVersionsCommand.d.ts +0 -45
  479. package/dist/types/ts3.4/commands/GetBotsCommand.d.ts +0 -49
  480. package/dist/types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +0 -37
  481. package/dist/types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +0 -38
  482. package/dist/types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +0 -41
  483. package/dist/types/ts3.4/commands/GetExportCommand.d.ts +0 -36
  484. package/dist/types/ts3.4/commands/GetImportCommand.d.ts +0 -36
  485. package/dist/types/ts3.4/commands/GetIntentCommand.d.ts +0 -38
  486. package/dist/types/ts3.4/commands/GetIntentVersionsCommand.d.ts +0 -45
  487. package/dist/types/ts3.4/commands/GetIntentsCommand.d.ts +0 -49
  488. package/dist/types/ts3.4/commands/GetMigrationCommand.d.ts +0 -37
  489. package/dist/types/ts3.4/commands/GetMigrationsCommand.d.ts +0 -35
  490. package/dist/types/ts3.4/commands/GetSlotTypeCommand.d.ts +0 -39
  491. package/dist/types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +0 -45
  492. package/dist/types/ts3.4/commands/GetSlotTypesCommand.d.ts +0 -49
  493. package/dist/types/ts3.4/commands/GetUtterancesViewCommand.d.ts +0 -58
  494. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
  495. package/dist/types/ts3.4/commands/PutBotAliasCommand.d.ts +0 -40
  496. package/dist/types/ts3.4/commands/PutBotCommand.d.ts +0 -52
  497. package/dist/types/ts3.4/commands/PutIntentCommand.d.ts +0 -92
  498. package/dist/types/ts3.4/commands/PutSlotTypeCommand.d.ts +0 -50
  499. package/dist/types/ts3.4/commands/StartImportCommand.d.ts +0 -35
  500. package/dist/types/ts3.4/commands/StartMigrationCommand.d.ts +0 -38
  501. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  502. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  503. package/dist/types/ts3.4/models/models_0.d.ts +0 -4362
  504. package/endpoints.ts +0 -72
  505. package/jest.config.js +0 -4
  506. package/models/models_0.ts +0 -5241
  507. package/pagination/GetBotAliasesPaginator.ts +0 -58
  508. package/pagination/GetBotChannelAssociationsPaginator.ts +0 -58
  509. package/pagination/GetBotVersionsPaginator.ts +0 -58
  510. package/pagination/GetBotsPaginator.ts +0 -54
  511. package/pagination/GetBuiltinIntentsPaginator.ts +0 -58
  512. package/pagination/GetBuiltinSlotTypesPaginator.ts +0 -58
  513. package/pagination/GetIntentVersionsPaginator.ts +0 -58
  514. package/pagination/GetIntentsPaginator.ts +0 -54
  515. package/pagination/GetMigrationsPaginator.ts +0 -58
  516. package/pagination/GetSlotTypeVersionsPaginator.ts +0 -58
  517. package/pagination/GetSlotTypesPaginator.ts +0 -58
  518. package/pagination/Interfaces.ts +0 -7
  519. package/protocols/Aws_restJson1.ts +0 -7154
  520. package/runtimeConfig.browser.ts +0 -40
  521. package/runtimeConfig.native.ts +0 -16
  522. package/runtimeConfig.shared.ts +0 -16
  523. package/runtimeConfig.ts +0 -45
  524. package/tsconfig.es.json +0 -10
  525. package/tsconfig.json +0 -31
  526. package/tsconfig.types.json +0 -8
@@ -1,39 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { GetSlotTypeRequest, GetSlotTypeResponse } 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
- export interface GetSlotTypeCommandInput extends GetSlotTypeRequest {
6
- }
7
- export interface GetSlotTypeCommandOutput extends GetSlotTypeResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns information about a specific version of a slot type. In
11
- * addition to specifying the slot type name, you must specify the slot type
12
- * version.</p>
13
- * <p>This operation requires permissions for the
14
- * <code>lex:GetSlotType</code> action.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { LexModelBuildingServiceClient, GetSlotTypeCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
19
- * // const { LexModelBuildingServiceClient, GetSlotTypeCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
20
- * const client = new LexModelBuildingServiceClient(config);
21
- * const command = new GetSlotTypeCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link GetSlotTypeCommandInput} for command's `input` shape.
26
- * @see {@link GetSlotTypeCommandOutput} for command's `response` shape.
27
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- export declare class GetSlotTypeCommand extends $Command<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
31
- readonly input: GetSlotTypeCommandInput;
32
- constructor(input: GetSlotTypeCommandInput);
33
- /**
34
- * @internal
35
- */
36
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSlotTypeCommandInput, GetSlotTypeCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
@@ -1,45 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { GetSlotTypeVersionsRequest, GetSlotTypeVersionsResponse } 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
- export interface GetSlotTypeVersionsCommandInput extends GetSlotTypeVersionsRequest {
6
- }
7
- export interface GetSlotTypeVersionsCommandOutput extends GetSlotTypeVersionsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Gets information about all versions of a slot type.</p>
11
- * <p>The <code>GetSlotTypeVersions</code> operation returns a
12
- * <code>SlotTypeMetadata</code> object for each version of a slot type.
13
- * For example, if a slot type has three numbered versions, the
14
- * <code>GetSlotTypeVersions</code> operation returns four
15
- * <code>SlotTypeMetadata</code> objects in the response, one for each
16
- * numbered version and one for the <code>$LATEST</code> version. </p>
17
- * <p>The <code>GetSlotTypeVersions</code> operation always returns at
18
- * least one version, the <code>$LATEST</code> version.</p>
19
- * <p>This operation requires permissions for the
20
- * <code>lex:GetSlotTypeVersions</code> action.</p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { LexModelBuildingServiceClient, GetSlotTypeVersionsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
25
- * // const { LexModelBuildingServiceClient, GetSlotTypeVersionsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
26
- * const client = new LexModelBuildingServiceClient(config);
27
- * const command = new GetSlotTypeVersionsCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link GetSlotTypeVersionsCommandInput} for command's `input` shape.
32
- * @see {@link GetSlotTypeVersionsCommandOutput} for command's `response` shape.
33
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
36
- export declare class GetSlotTypeVersionsCommand extends $Command<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
37
- readonly input: GetSlotTypeVersionsCommandInput;
38
- constructor(input: GetSlotTypeVersionsCommandInput);
39
- /**
40
- * @internal
41
- */
42
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput>;
43
- private serialize;
44
- private deserialize;
45
- }
@@ -1,49 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { GetSlotTypesRequest, GetSlotTypesResponse } 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
- export interface GetSlotTypesCommandInput extends GetSlotTypesRequest {
6
- }
7
- export interface GetSlotTypesCommandOutput extends GetSlotTypesResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns slot type information as follows: </p>
11
- * <ul>
12
- * <li>
13
- * <p>If you specify the <code>nameContains</code> field, returns the
14
- * <code>$LATEST</code> version of all slot types that contain the
15
- * specified string.</p>
16
- * </li>
17
- * <li>
18
- * <p> If you don't specify the <code>nameContains</code> field,
19
- * returns information about the <code>$LATEST</code> version of all slot
20
- * types. </p>
21
- * </li>
22
- * </ul>
23
- * <p> The operation requires permission for the
24
- * <code>lex:GetSlotTypes</code> action. </p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { LexModelBuildingServiceClient, GetSlotTypesCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
29
- * // const { LexModelBuildingServiceClient, GetSlotTypesCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
30
- * const client = new LexModelBuildingServiceClient(config);
31
- * const command = new GetSlotTypesCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link GetSlotTypesCommandInput} for command's `input` shape.
36
- * @see {@link GetSlotTypesCommandOutput} for command's `response` shape.
37
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export declare class GetSlotTypesCommand extends $Command<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
41
- readonly input: GetSlotTypesCommandInput;
42
- constructor(input: GetSlotTypesCommandInput);
43
- /**
44
- * @internal
45
- */
46
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSlotTypesCommandInput, GetSlotTypesCommandOutput>;
47
- private serialize;
48
- private deserialize;
49
- }
@@ -1,58 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { GetUtterancesViewRequest, GetUtterancesViewResponse } 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
- export interface GetUtterancesViewCommandInput extends GetUtterancesViewRequest {
6
- }
7
- export interface GetUtterancesViewCommandOutput extends GetUtterancesViewResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Use the <code>GetUtterancesView</code> operation to get information
11
- * about the utterances that your users have made to your bot. You can use
12
- * this list to tune the utterances that your bot responds to.</p>
13
- * <p>For example, say that you have created a bot to order flowers.
14
- * After your users have used your bot for a while, use the
15
- * <code>GetUtterancesView</code> operation to see the requests that they
16
- * have made and whether they have been successful. You might find that the
17
- * utterance "I want flowers" is not being recognized. You could add this
18
- * utterance to the <code>OrderFlowers</code> intent so that your bot
19
- * recognizes that utterance.</p>
20
- * <p>After you publish a new version of a bot, you can get information
21
- * about the old version and the new so that you can compare the performance
22
- * across the two versions. </p>
23
- * <p>Utterance statistics are generated once a day. Data is available
24
- * for the last 15 days. You can request information for up to 5 versions of
25
- * your bot in each request. Amazon Lex returns the most frequent utterances
26
- * received by the bot in the last 15 days. The response contains information
27
- * about a maximum of 100 utterances for each version.</p>
28
- * <p>If you set <code>childDirected</code> field to true when you
29
- * created your bot, if you are using slot obfuscation with one or more
30
- * slots, or if you opted out of participating in improving Amazon Lex, utterances
31
- * are not available.</p>
32
- * <p>This operation requires permissions for the
33
- * <code>lex:GetUtterancesView</code> action.</p>
34
- * @example
35
- * Use a bare-bones client and the command you need to make an API call.
36
- * ```javascript
37
- * import { LexModelBuildingServiceClient, GetUtterancesViewCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
38
- * // const { LexModelBuildingServiceClient, GetUtterancesViewCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
39
- * const client = new LexModelBuildingServiceClient(config);
40
- * const command = new GetUtterancesViewCommand(input);
41
- * const response = await client.send(command);
42
- * ```
43
- *
44
- * @see {@link GetUtterancesViewCommandInput} for command's `input` shape.
45
- * @see {@link GetUtterancesViewCommandOutput} for command's `response` shape.
46
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
47
- *
48
- */
49
- export declare class GetUtterancesViewCommand extends $Command<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
50
- readonly input: GetUtterancesViewCommandInput;
51
- constructor(input: GetUtterancesViewCommandInput);
52
- /**
53
- * @internal
54
- */
55
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput>;
56
- private serialize;
57
- private deserialize;
58
- }
@@ -1,36 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } 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
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Gets a list of tags associated with the specified resource. Only bots,
11
- * bot aliases, and bot channels can have tags associated with them.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { LexModelBuildingServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
16
- * // const { LexModelBuildingServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
17
- * const client = new LexModelBuildingServiceClient(config);
18
- * const command = new ListTagsForResourceCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
23
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
28
- readonly input: ListTagsForResourceCommandInput;
29
- constructor(input: ListTagsForResourceCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,40 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { PutBotAliasRequest, PutBotAliasResponse } 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
- export interface PutBotAliasCommandInput extends PutBotAliasRequest {
6
- }
7
- export interface PutBotAliasCommandOutput extends PutBotAliasResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates an alias for the specified version of the bot or replaces
11
- * an alias for the specified bot. To change the version of the bot that the
12
- * alias points to, replace the alias. For more information about aliases,
13
- * see <a>versioning-aliases</a>.</p>
14
- * <p>This operation requires permissions for the
15
- * <code>lex:PutBotAlias</code> action. </p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { LexModelBuildingServiceClient, PutBotAliasCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
20
- * // const { LexModelBuildingServiceClient, PutBotAliasCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
21
- * const client = new LexModelBuildingServiceClient(config);
22
- * const command = new PutBotAliasCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link PutBotAliasCommandInput} for command's `input` shape.
27
- * @see {@link PutBotAliasCommandOutput} for command's `response` shape.
28
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
31
- export declare class PutBotAliasCommand extends $Command<PutBotAliasCommandInput, PutBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
32
- readonly input: PutBotAliasCommandInput;
33
- constructor(input: PutBotAliasCommandInput);
34
- /**
35
- * @internal
36
- */
37
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBotAliasCommandInput, PutBotAliasCommandOutput>;
38
- private serialize;
39
- private deserialize;
40
- }
@@ -1,52 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { PutBotRequest, PutBotResponse } 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
- export interface PutBotCommandInput extends PutBotRequest {
6
- }
7
- export interface PutBotCommandOutput extends PutBotResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates an Amazon Lex conversational bot or replaces an existing bot.
11
- * When you create or update a bot you are only required to specify a name, a
12
- * locale, and whether the bot is directed toward children under age 13. You
13
- * can use this to add intents later, or to remove intents from an existing
14
- * bot. When you create a bot with the minimum information, the bot is
15
- * created or updated but Amazon Lex returns the <code></code> response
16
- * <code>FAILED</code>. You can build the bot after you add one or more
17
- * intents. For more information about Amazon Lex bots, see <a>how-it-works</a>. </p>
18
- * <p>If you specify the name of an existing bot, the fields in the
19
- * request replace the existing values in the <code>$LATEST</code> version of
20
- * the bot. Amazon Lex removes any fields that you don't provide values for in the
21
- * request, except for the <code>idleTTLInSeconds</code> and
22
- * <code>privacySettings</code> fields, which are set to their default
23
- * values. If you don't specify values for required fields, Amazon Lex throws an
24
- * exception.</p>
25
- *
26
- * <p>This operation requires permissions for the <code>lex:PutBot</code>
27
- * action. For more information, see <a>security-iam</a>.</p>
28
- * @example
29
- * Use a bare-bones client and the command you need to make an API call.
30
- * ```javascript
31
- * import { LexModelBuildingServiceClient, PutBotCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
32
- * // const { LexModelBuildingServiceClient, PutBotCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
33
- * const client = new LexModelBuildingServiceClient(config);
34
- * const command = new PutBotCommand(input);
35
- * const response = await client.send(command);
36
- * ```
37
- *
38
- * @see {@link PutBotCommandInput} for command's `input` shape.
39
- * @see {@link PutBotCommandOutput} for command's `response` shape.
40
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
41
- *
42
- */
43
- export declare class PutBotCommand extends $Command<PutBotCommandInput, PutBotCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
44
- readonly input: PutBotCommandInput;
45
- constructor(input: PutBotCommandInput);
46
- /**
47
- * @internal
48
- */
49
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBotCommandInput, PutBotCommandOutput>;
50
- private serialize;
51
- private deserialize;
52
- }
@@ -1,92 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { PutIntentRequest, PutIntentResponse } 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
- export interface PutIntentCommandInput extends PutIntentRequest {
6
- }
7
- export interface PutIntentCommandOutput extends PutIntentResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates an intent or replaces an existing intent.</p>
11
- * <p>To define the interaction between the user and your bot, you use
12
- * one or more intents. For a pizza ordering bot, for example, you would
13
- * create an <code>OrderPizza</code> intent. </p>
14
- * <p>To create an intent or replace an existing intent, you must provide
15
- * the following:</p>
16
- * <ul>
17
- * <li>
18
- * <p>Intent name. For example, <code>OrderPizza</code>.</p>
19
- * </li>
20
- * <li>
21
- * <p>Sample utterances. For example, "Can I order a pizza, please."
22
- * and "I want to order a pizza."</p>
23
- * </li>
24
- * <li>
25
- * <p>Information to be gathered. You specify slot types for the
26
- * information that your bot will request from the user. You can specify
27
- * standard slot types, such as a date or a time, or custom slot types
28
- * such as the size and crust of a pizza.</p>
29
- * </li>
30
- * <li>
31
- * <p>How the intent will be fulfilled. You can provide a Lambda
32
- * function or configure the intent to return the intent information to
33
- * the client application. If you use a Lambda function, when all of the
34
- * intent information is available, Amazon Lex invokes your Lambda function.
35
- * If you configure your intent to return the intent information to the
36
- * client application. </p>
37
- * </li>
38
- * </ul>
39
- * <p>You can specify other optional information in the request, such
40
- * as:</p>
41
- *
42
- * <ul>
43
- * <li>
44
- * <p>A confirmation prompt to ask the user to confirm an intent. For
45
- * example, "Shall I order your pizza?"</p>
46
- * </li>
47
- * <li>
48
- * <p>A conclusion statement to send to the user after the intent has
49
- * been fulfilled. For example, "I placed your pizza order."</p>
50
- * </li>
51
- * <li>
52
- * <p>A follow-up prompt that asks the user for additional activity.
53
- * For example, asking "Do you want to order a drink with your
54
- * pizza?"</p>
55
- * </li>
56
- * </ul>
57
- * <p>If you specify an existing intent name to update the intent, Amazon Lex
58
- * replaces the values in the <code>$LATEST</code> version of the intent with
59
- * the values in the request. Amazon Lex removes fields that you don't provide in
60
- * the request. If you don't specify the required fields, Amazon Lex throws an
61
- * exception. When you update the <code>$LATEST</code> version of an intent,
62
- * the <code>status</code> field of any bot that uses the
63
- * <code>$LATEST</code> version of the intent is set to
64
- * <code>NOT_BUILT</code>.</p>
65
- * <p>For more information, see <a>how-it-works</a>.</p>
66
- * <p>This operation requires permissions for the
67
- * <code>lex:PutIntent</code> action.</p>
68
- * @example
69
- * Use a bare-bones client and the command you need to make an API call.
70
- * ```javascript
71
- * import { LexModelBuildingServiceClient, PutIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
72
- * // const { LexModelBuildingServiceClient, PutIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
73
- * const client = new LexModelBuildingServiceClient(config);
74
- * const command = new PutIntentCommand(input);
75
- * const response = await client.send(command);
76
- * ```
77
- *
78
- * @see {@link PutIntentCommandInput} for command's `input` shape.
79
- * @see {@link PutIntentCommandOutput} for command's `response` shape.
80
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
81
- *
82
- */
83
- export declare class PutIntentCommand extends $Command<PutIntentCommandInput, PutIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
84
- readonly input: PutIntentCommandInput;
85
- constructor(input: PutIntentCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutIntentCommandInput, PutIntentCommandOutput>;
90
- private serialize;
91
- private deserialize;
92
- }
@@ -1,50 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { PutSlotTypeRequest, PutSlotTypeResponse } 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
- export interface PutSlotTypeCommandInput extends PutSlotTypeRequest {
6
- }
7
- export interface PutSlotTypeCommandOutput extends PutSlotTypeResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a custom slot type or replaces an existing custom slot
11
- * type.</p>
12
- * <p>To create a custom slot type, specify a name for the slot type and
13
- * a set of enumeration values, which are the values that a slot of this type
14
- * can assume. For more information, see <a>how-it-works</a>.</p>
15
- * <p>If you specify the name of an existing slot type, the fields in the
16
- * request replace the existing values in the <code>$LATEST</code> version of
17
- * the slot type. Amazon Lex removes the fields that you don't provide in the
18
- * request. If you don't specify required fields, Amazon Lex throws an exception.
19
- * When you update the <code>$LATEST</code> version of a slot type, if a bot
20
- * uses the <code>$LATEST</code> version of an intent that contains the slot
21
- * type, the bot's <code>status</code> field is set to
22
- * <code>NOT_BUILT</code>.</p>
23
- *
24
- * <p>This operation requires permissions for the
25
- * <code>lex:PutSlotType</code> action.</p>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { LexModelBuildingServiceClient, PutSlotTypeCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
30
- * // const { LexModelBuildingServiceClient, PutSlotTypeCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
31
- * const client = new LexModelBuildingServiceClient(config);
32
- * const command = new PutSlotTypeCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link PutSlotTypeCommandInput} for command's `input` shape.
37
- * @see {@link PutSlotTypeCommandOutput} for command's `response` shape.
38
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
41
- export declare class PutSlotTypeCommand extends $Command<PutSlotTypeCommandInput, PutSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
42
- readonly input: PutSlotTypeCommandInput;
43
- constructor(input: PutSlotTypeCommandInput);
44
- /**
45
- * @internal
46
- */
47
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSlotTypeCommandInput, PutSlotTypeCommandOutput>;
48
- private serialize;
49
- private deserialize;
50
- }
@@ -1,35 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { StartImportRequest, StartImportResponse } 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
- export interface StartImportCommandInput extends StartImportRequest {
6
- }
7
- export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Starts a job to import a resource to Amazon Lex.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LexModelBuildingServiceClient, StartImportCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
15
- * // const { LexModelBuildingServiceClient, StartImportCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
16
- * const client = new LexModelBuildingServiceClient(config);
17
- * const command = new StartImportCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link StartImportCommandInput} for command's `input` shape.
22
- * @see {@link StartImportCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class StartImportCommand extends $Command<StartImportCommandInput, StartImportCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
27
- readonly input: StartImportCommandInput;
28
- constructor(input: StartImportCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImportCommandInput, StartImportCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,38 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { StartMigrationRequest, StartMigrationResponse } 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
- export interface StartMigrationCommandInput extends StartMigrationRequest {
6
- }
7
- export interface StartMigrationCommandOutput extends StartMigrationResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Starts migrating a bot from Amazon Lex V1 to Amazon Lex V2. Migrate your bot when
11
- * you want to take advantage of the new features of Amazon Lex V2.</p>
12
- * <p>For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/migrate.html">Migrating a bot</a> in the <i>Amazon Lex
13
- * developer guide</i>.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { LexModelBuildingServiceClient, StartMigrationCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
18
- * // const { LexModelBuildingServiceClient, StartMigrationCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
19
- * const client = new LexModelBuildingServiceClient(config);
20
- * const command = new StartMigrationCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link StartMigrationCommandInput} for command's `input` shape.
25
- * @see {@link StartMigrationCommandOutput} for command's `response` shape.
26
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- export declare class StartMigrationCommand extends $Command<StartMigrationCommandInput, StartMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
30
- readonly input: StartMigrationCommandInput;
31
- constructor(input: StartMigrationCommandInput);
32
- /**
33
- * @internal
34
- */
35
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMigrationCommandInput, StartMigrationCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
@@ -1,36 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { TagResourceRequest, TagResourceResponse } 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
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Adds the specified tags to the specified resource. If a tag key
11
- * already exists, the existing value is replaced with the new value.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { LexModelBuildingServiceClient, TagResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
16
- * // const { LexModelBuildingServiceClient, TagResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
17
- * const client = new LexModelBuildingServiceClient(config);
18
- * const command = new TagResourceCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link TagResourceCommandInput} for command's `input` shape.
23
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
28
- readonly input: TagResourceCommandInput;
29
- constructor(input: TagResourceCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,35 +0,0 @@
1
- import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
2
- import { UntagResourceRequest, UntagResourceResponse } 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
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Removes tags from a bot, bot alias or bot channel.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LexModelBuildingServiceClient, UntagResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
15
- * // const { LexModelBuildingServiceClient, UntagResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
16
- * const client = new LexModelBuildingServiceClient(config);
17
- * const command = new UntagResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
27
- readonly input: UntagResourceCommandInput;
28
- constructor(input: UntagResourceCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }