@aws-sdk/client-lex-model-building-service 3.34.0 → 3.35.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 (887) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/LexModelBuildingService.js +644 -0
  3. package/dist-cjs/LexModelBuildingService.js.map +1 -0
  4. package/dist-cjs/LexModelBuildingServiceClient.js +47 -0
  5. package/dist-cjs/LexModelBuildingServiceClient.js.map +1 -0
  6. package/dist-cjs/commands/CreateBotVersionCommand.js +73 -0
  7. package/dist-cjs/commands/CreateBotVersionCommand.js.map +1 -0
  8. package/dist-cjs/commands/CreateIntentVersionCommand.js +74 -0
  9. package/dist-cjs/commands/CreateIntentVersionCommand.js.map +1 -0
  10. package/dist-cjs/commands/CreateSlotTypeVersionCommand.js +76 -0
  11. package/dist-cjs/commands/CreateSlotTypeVersionCommand.js.map +1 -0
  12. package/dist-cjs/commands/DeleteBotAliasCommand.js +69 -0
  13. package/dist-cjs/commands/DeleteBotAliasCommand.js.map +1 -0
  14. package/dist-cjs/commands/DeleteBotChannelAssociationCommand.js +64 -0
  15. package/dist-cjs/commands/DeleteBotChannelAssociationCommand.js.map +1 -0
  16. package/dist-cjs/commands/DeleteBotCommand.js +77 -0
  17. package/dist-cjs/commands/DeleteBotCommand.js.map +1 -0
  18. package/dist-cjs/commands/DeleteBotVersionCommand.js +64 -0
  19. package/dist-cjs/commands/DeleteBotVersionCommand.js.map +1 -0
  20. package/dist-cjs/commands/DeleteIntentCommand.js +78 -0
  21. package/dist-cjs/commands/DeleteIntentCommand.js.map +1 -0
  22. package/dist-cjs/commands/DeleteIntentVersionCommand.js +64 -0
  23. package/dist-cjs/commands/DeleteIntentVersionCommand.js.map +1 -0
  24. package/dist-cjs/commands/DeleteSlotTypeCommand.js +77 -0
  25. package/dist-cjs/commands/DeleteSlotTypeCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteSlotTypeVersionCommand.js +64 -0
  27. package/dist-cjs/commands/DeleteSlotTypeVersionCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeleteUtterancesCommand.js +72 -0
  29. package/dist-cjs/commands/DeleteUtterancesCommand.js.map +1 -0
  30. package/dist-cjs/commands/GetBotAliasCommand.js +64 -0
  31. package/dist-cjs/commands/GetBotAliasCommand.js.map +1 -0
  32. package/dist-cjs/commands/GetBotAliasesCommand.js +63 -0
  33. package/dist-cjs/commands/GetBotAliasesCommand.js.map +1 -0
  34. package/dist-cjs/commands/GetBotChannelAssociationCommand.js +64 -0
  35. package/dist-cjs/commands/GetBotChannelAssociationCommand.js.map +1 -0
  36. package/dist-cjs/commands/GetBotChannelAssociationsCommand.js +65 -0
  37. package/dist-cjs/commands/GetBotChannelAssociationsCommand.js.map +1 -0
  38. package/dist-cjs/commands/GetBotCommand.js +64 -0
  39. package/dist-cjs/commands/GetBotCommand.js.map +1 -0
  40. package/dist-cjs/commands/GetBotVersionsCommand.js +71 -0
  41. package/dist-cjs/commands/GetBotVersionsCommand.js.map +1 -0
  42. package/dist-cjs/commands/GetBotsCommand.js +75 -0
  43. package/dist-cjs/commands/GetBotsCommand.js.map +1 -0
  44. package/dist-cjs/commands/GetBuiltinIntentCommand.js +63 -0
  45. package/dist-cjs/commands/GetBuiltinIntentCommand.js.map +1 -0
  46. package/dist-cjs/commands/GetBuiltinIntentsCommand.js +64 -0
  47. package/dist-cjs/commands/GetBuiltinIntentsCommand.js.map +1 -0
  48. package/dist-cjs/commands/GetBuiltinSlotTypesCommand.js +67 -0
  49. package/dist-cjs/commands/GetBuiltinSlotTypesCommand.js.map +1 -0
  50. package/dist-cjs/commands/GetExportCommand.js +62 -0
  51. package/dist-cjs/commands/GetExportCommand.js.map +1 -0
  52. package/dist-cjs/commands/GetImportCommand.js +62 -0
  53. package/dist-cjs/commands/GetImportCommand.js.map +1 -0
  54. package/dist-cjs/commands/GetIntentCommand.js +64 -0
  55. package/dist-cjs/commands/GetIntentCommand.js.map +1 -0
  56. package/dist-cjs/commands/GetIntentVersionsCommand.js +71 -0
  57. package/dist-cjs/commands/GetIntentVersionsCommand.js.map +1 -0
  58. package/dist-cjs/commands/GetIntentsCommand.js +75 -0
  59. package/dist-cjs/commands/GetIntentsCommand.js.map +1 -0
  60. package/dist-cjs/commands/GetMigrationCommand.js +63 -0
  61. package/dist-cjs/commands/GetMigrationCommand.js.map +1 -0
  62. package/dist-cjs/commands/GetMigrationsCommand.js +61 -0
  63. package/dist-cjs/commands/GetMigrationsCommand.js.map +1 -0
  64. package/dist-cjs/commands/GetSlotTypeCommand.js +65 -0
  65. package/dist-cjs/commands/GetSlotTypeCommand.js.map +1 -0
  66. package/dist-cjs/commands/GetSlotTypeVersionsCommand.js +71 -0
  67. package/dist-cjs/commands/GetSlotTypeVersionsCommand.js.map +1 -0
  68. package/dist-cjs/commands/GetSlotTypesCommand.js +75 -0
  69. package/dist-cjs/commands/GetSlotTypesCommand.js.map +1 -0
  70. package/dist-cjs/commands/GetUtterancesViewCommand.js +84 -0
  71. package/dist-cjs/commands/GetUtterancesViewCommand.js.map +1 -0
  72. package/dist-cjs/commands/ListTagsForResourceCommand.js +62 -0
  73. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  74. package/dist-cjs/commands/PutBotAliasCommand.js +66 -0
  75. package/dist-cjs/commands/PutBotAliasCommand.js.map +1 -0
  76. package/dist-cjs/commands/PutBotCommand.js +78 -0
  77. package/dist-cjs/commands/PutBotCommand.js.map +1 -0
  78. package/dist-cjs/commands/PutIntentCommand.js +118 -0
  79. package/dist-cjs/commands/PutIntentCommand.js.map +1 -0
  80. package/dist-cjs/commands/PutSlotTypeCommand.js +76 -0
  81. package/dist-cjs/commands/PutSlotTypeCommand.js.map +1 -0
  82. package/dist-cjs/commands/StartImportCommand.js +61 -0
  83. package/dist-cjs/commands/StartImportCommand.js.map +1 -0
  84. package/dist-cjs/commands/StartMigrationCommand.js +64 -0
  85. package/dist-cjs/commands/StartMigrationCommand.js.map +1 -0
  86. package/dist-cjs/commands/TagResourceCommand.js +62 -0
  87. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  88. package/dist-cjs/commands/UntagResourceCommand.js +61 -0
  89. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  90. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  91. package/dist-cjs/endpoints.js.map +1 -0
  92. package/{dist/cjs → dist-cjs}/index.js +0 -0
  93. package/dist-cjs/index.js.map +1 -0
  94. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  95. package/dist-cjs/models/index.js.map +1 -0
  96. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  97. package/dist-cjs/models/models_0.js.map +1 -0
  98. package/dist-cjs/pagination/GetBotAliasesPaginator.js +46 -0
  99. package/dist-cjs/pagination/GetBotAliasesPaginator.js.map +1 -0
  100. package/dist-cjs/pagination/GetBotChannelAssociationsPaginator.js +46 -0
  101. package/dist-cjs/pagination/GetBotChannelAssociationsPaginator.js.map +1 -0
  102. package/dist-cjs/pagination/GetBotVersionsPaginator.js +46 -0
  103. package/dist-cjs/pagination/GetBotVersionsPaginator.js.map +1 -0
  104. package/dist-cjs/pagination/GetBotsPaginator.js +46 -0
  105. package/dist-cjs/pagination/GetBotsPaginator.js.map +1 -0
  106. package/dist-cjs/pagination/GetBuiltinIntentsPaginator.js +46 -0
  107. package/dist-cjs/pagination/GetBuiltinIntentsPaginator.js.map +1 -0
  108. package/dist-cjs/pagination/GetBuiltinSlotTypesPaginator.js +46 -0
  109. package/dist-cjs/pagination/GetBuiltinSlotTypesPaginator.js.map +1 -0
  110. package/dist-cjs/pagination/GetIntentVersionsPaginator.js +46 -0
  111. package/dist-cjs/pagination/GetIntentVersionsPaginator.js.map +1 -0
  112. package/dist-cjs/pagination/GetIntentsPaginator.js +46 -0
  113. package/dist-cjs/pagination/GetIntentsPaginator.js.map +1 -0
  114. package/dist-cjs/pagination/GetMigrationsPaginator.js +46 -0
  115. package/dist-cjs/pagination/GetMigrationsPaginator.js.map +1 -0
  116. package/dist-cjs/pagination/GetSlotTypeVersionsPaginator.js +46 -0
  117. package/dist-cjs/pagination/GetSlotTypeVersionsPaginator.js.map +1 -0
  118. package/dist-cjs/pagination/GetSlotTypesPaginator.js +46 -0
  119. package/dist-cjs/pagination/GetSlotTypesPaginator.js.map +1 -0
  120. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  121. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  122. package/dist-cjs/protocols/Aws_restJson1.js +6418 -0
  123. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  124. package/dist-cjs/runtimeConfig.browser.js +42 -0
  125. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  126. package/dist-cjs/runtimeConfig.js +47 -0
  127. package/dist-cjs/runtimeConfig.js.map +1 -0
  128. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  129. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  130. package/dist-cjs/runtimeConfig.shared.js +21 -0
  131. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  132. package/dist-es/LexModelBuildingService.js +641 -0
  133. package/dist-es/LexModelBuildingService.js.map +1 -0
  134. package/dist-es/LexModelBuildingServiceClient.js +38 -0
  135. package/dist-es/LexModelBuildingServiceClient.js.map +1 -0
  136. package/dist-es/commands/CreateBotVersionCommand.js +40 -0
  137. package/dist-es/commands/CreateBotVersionCommand.js.map +1 -0
  138. package/dist-es/commands/CreateIntentVersionCommand.js +40 -0
  139. package/dist-es/commands/CreateIntentVersionCommand.js.map +1 -0
  140. package/dist-es/commands/CreateSlotTypeVersionCommand.js +40 -0
  141. package/dist-es/commands/CreateSlotTypeVersionCommand.js.map +1 -0
  142. package/dist-es/commands/DeleteBotAliasCommand.js +40 -0
  143. package/dist-es/commands/DeleteBotAliasCommand.js.map +1 -0
  144. package/dist-es/commands/DeleteBotChannelAssociationCommand.js +40 -0
  145. package/dist-es/commands/DeleteBotChannelAssociationCommand.js.map +1 -0
  146. package/dist-es/commands/DeleteBotCommand.js +40 -0
  147. package/dist-es/commands/DeleteBotCommand.js.map +1 -0
  148. package/dist-es/commands/DeleteBotVersionCommand.js +40 -0
  149. package/dist-es/commands/DeleteBotVersionCommand.js.map +1 -0
  150. package/dist-es/commands/DeleteIntentCommand.js +40 -0
  151. package/dist-es/commands/DeleteIntentCommand.js.map +1 -0
  152. package/dist-es/commands/DeleteIntentVersionCommand.js +40 -0
  153. package/dist-es/commands/DeleteIntentVersionCommand.js.map +1 -0
  154. package/dist-es/commands/DeleteSlotTypeCommand.js +40 -0
  155. package/dist-es/commands/DeleteSlotTypeCommand.js.map +1 -0
  156. package/dist-es/commands/DeleteSlotTypeVersionCommand.js +40 -0
  157. package/dist-es/commands/DeleteSlotTypeVersionCommand.js.map +1 -0
  158. package/dist-es/commands/DeleteUtterancesCommand.js +40 -0
  159. package/dist-es/commands/DeleteUtterancesCommand.js.map +1 -0
  160. package/dist-es/commands/GetBotAliasCommand.js +40 -0
  161. package/dist-es/commands/GetBotAliasCommand.js.map +1 -0
  162. package/dist-es/commands/GetBotAliasesCommand.js +40 -0
  163. package/dist-es/commands/GetBotAliasesCommand.js.map +1 -0
  164. package/dist-es/commands/GetBotChannelAssociationCommand.js +40 -0
  165. package/dist-es/commands/GetBotChannelAssociationCommand.js.map +1 -0
  166. package/dist-es/commands/GetBotChannelAssociationsCommand.js +40 -0
  167. package/dist-es/commands/GetBotChannelAssociationsCommand.js.map +1 -0
  168. package/dist-es/commands/GetBotCommand.js +40 -0
  169. package/dist-es/commands/GetBotCommand.js.map +1 -0
  170. package/dist-es/commands/GetBotVersionsCommand.js +40 -0
  171. package/dist-es/commands/GetBotVersionsCommand.js.map +1 -0
  172. package/dist-es/commands/GetBotsCommand.js +40 -0
  173. package/dist-es/commands/GetBotsCommand.js.map +1 -0
  174. package/dist-es/commands/GetBuiltinIntentCommand.js +40 -0
  175. package/dist-es/commands/GetBuiltinIntentCommand.js.map +1 -0
  176. package/dist-es/commands/GetBuiltinIntentsCommand.js +40 -0
  177. package/dist-es/commands/GetBuiltinIntentsCommand.js.map +1 -0
  178. package/dist-es/commands/GetBuiltinSlotTypesCommand.js +40 -0
  179. package/dist-es/commands/GetBuiltinSlotTypesCommand.js.map +1 -0
  180. package/dist-es/commands/GetExportCommand.js +40 -0
  181. package/dist-es/commands/GetExportCommand.js.map +1 -0
  182. package/dist-es/commands/GetImportCommand.js +40 -0
  183. package/dist-es/commands/GetImportCommand.js.map +1 -0
  184. package/dist-es/commands/GetIntentCommand.js +40 -0
  185. package/dist-es/commands/GetIntentCommand.js.map +1 -0
  186. package/dist-es/commands/GetIntentVersionsCommand.js +40 -0
  187. package/dist-es/commands/GetIntentVersionsCommand.js.map +1 -0
  188. package/dist-es/commands/GetIntentsCommand.js +40 -0
  189. package/dist-es/commands/GetIntentsCommand.js.map +1 -0
  190. package/dist-es/commands/GetMigrationCommand.js +40 -0
  191. package/dist-es/commands/GetMigrationCommand.js.map +1 -0
  192. package/dist-es/commands/GetMigrationsCommand.js +40 -0
  193. package/dist-es/commands/GetMigrationsCommand.js.map +1 -0
  194. package/dist-es/commands/GetSlotTypeCommand.js +40 -0
  195. package/dist-es/commands/GetSlotTypeCommand.js.map +1 -0
  196. package/dist-es/commands/GetSlotTypeVersionsCommand.js +40 -0
  197. package/dist-es/commands/GetSlotTypeVersionsCommand.js.map +1 -0
  198. package/dist-es/commands/GetSlotTypesCommand.js +40 -0
  199. package/dist-es/commands/GetSlotTypesCommand.js.map +1 -0
  200. package/dist-es/commands/GetUtterancesViewCommand.js +40 -0
  201. package/dist-es/commands/GetUtterancesViewCommand.js.map +1 -0
  202. package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
  203. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  204. package/dist-es/commands/PutBotAliasCommand.js +40 -0
  205. package/dist-es/commands/PutBotAliasCommand.js.map +1 -0
  206. package/dist-es/commands/PutBotCommand.js +40 -0
  207. package/dist-es/commands/PutBotCommand.js.map +1 -0
  208. package/dist-es/commands/PutIntentCommand.js +40 -0
  209. package/dist-es/commands/PutIntentCommand.js.map +1 -0
  210. package/dist-es/commands/PutSlotTypeCommand.js +40 -0
  211. package/dist-es/commands/PutSlotTypeCommand.js.map +1 -0
  212. package/dist-es/commands/StartImportCommand.js +40 -0
  213. package/dist-es/commands/StartImportCommand.js.map +1 -0
  214. package/dist-es/commands/StartMigrationCommand.js +40 -0
  215. package/dist-es/commands/StartMigrationCommand.js.map +1 -0
  216. package/dist-es/commands/TagResourceCommand.js +40 -0
  217. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  218. package/dist-es/commands/UntagResourceCommand.js +40 -0
  219. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  220. package/{dist/es → dist-es}/endpoints.js +0 -0
  221. package/dist-es/endpoints.js.map +1 -0
  222. package/{dist/es → dist-es}/index.js +0 -0
  223. package/dist-es/index.js.map +1 -0
  224. package/{dist/es → dist-es}/models/index.js +0 -0
  225. package/dist-es/models/index.js.map +1 -0
  226. package/{dist/es → dist-es}/models/models_0.js +0 -0
  227. package/dist-es/models/models_0.js.map +1 -0
  228. package/dist-es/pagination/GetBotAliasesPaginator.js +75 -0
  229. package/dist-es/pagination/GetBotAliasesPaginator.js.map +1 -0
  230. package/dist-es/pagination/GetBotChannelAssociationsPaginator.js +75 -0
  231. package/dist-es/pagination/GetBotChannelAssociationsPaginator.js.map +1 -0
  232. package/dist-es/pagination/GetBotVersionsPaginator.js +75 -0
  233. package/dist-es/pagination/GetBotVersionsPaginator.js.map +1 -0
  234. package/dist-es/pagination/GetBotsPaginator.js +75 -0
  235. package/dist-es/pagination/GetBotsPaginator.js.map +1 -0
  236. package/dist-es/pagination/GetBuiltinIntentsPaginator.js +75 -0
  237. package/dist-es/pagination/GetBuiltinIntentsPaginator.js.map +1 -0
  238. package/dist-es/pagination/GetBuiltinSlotTypesPaginator.js +75 -0
  239. package/dist-es/pagination/GetBuiltinSlotTypesPaginator.js.map +1 -0
  240. package/dist-es/pagination/GetIntentVersionsPaginator.js +75 -0
  241. package/dist-es/pagination/GetIntentVersionsPaginator.js.map +1 -0
  242. package/dist-es/pagination/GetIntentsPaginator.js +75 -0
  243. package/dist-es/pagination/GetIntentsPaginator.js.map +1 -0
  244. package/dist-es/pagination/GetMigrationsPaginator.js +75 -0
  245. package/dist-es/pagination/GetMigrationsPaginator.js.map +1 -0
  246. package/dist-es/pagination/GetSlotTypeVersionsPaginator.js +75 -0
  247. package/dist-es/pagination/GetSlotTypeVersionsPaginator.js.map +1 -0
  248. package/dist-es/pagination/GetSlotTypesPaginator.js +75 -0
  249. package/dist-es/pagination/GetSlotTypesPaginator.js.map +1 -0
  250. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  251. package/dist-es/pagination/Interfaces.js.map +1 -0
  252. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -0
  253. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  254. package/dist-es/runtimeConfig.browser.js +17 -0
  255. package/dist-es/runtimeConfig.browser.js.map +1 -0
  256. package/dist-es/runtimeConfig.js +22 -0
  257. package/dist-es/runtimeConfig.js.map +1 -0
  258. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  259. package/dist-es/runtimeConfig.native.js.map +1 -0
  260. package/dist-es/runtimeConfig.shared.js +14 -0
  261. package/dist-es/runtimeConfig.shared.js.map +1 -0
  262. package/dist-types/LexModelBuildingService.d.ts +655 -0
  263. package/dist-types/LexModelBuildingServiceClient.d.ts +177 -0
  264. package/dist-types/commands/CreateBotVersionCommand.d.ts +47 -0
  265. package/dist-types/commands/CreateIntentVersionCommand.d.ts +48 -0
  266. package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +50 -0
  267. package/dist-types/commands/DeleteBotAliasCommand.d.ts +43 -0
  268. package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +38 -0
  269. package/dist-types/commands/DeleteBotCommand.d.ts +51 -0
  270. package/dist-types/commands/DeleteBotVersionCommand.d.ts +38 -0
  271. package/dist-types/commands/DeleteIntentCommand.d.ts +52 -0
  272. package/dist-types/commands/DeleteIntentVersionCommand.d.ts +38 -0
  273. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +51 -0
  274. package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +38 -0
  275. package/dist-types/commands/DeleteUtterancesCommand.d.ts +46 -0
  276. package/dist-types/commands/GetBotAliasCommand.d.ts +38 -0
  277. package/dist-types/commands/GetBotAliasesCommand.d.ts +37 -0
  278. package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +38 -0
  279. package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +39 -0
  280. package/dist-types/commands/GetBotCommand.d.ts +38 -0
  281. package/dist-types/commands/GetBotVersionsCommand.d.ts +45 -0
  282. package/dist-types/commands/GetBotsCommand.d.ts +49 -0
  283. package/dist-types/commands/GetBuiltinIntentCommand.d.ts +37 -0
  284. package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +38 -0
  285. package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +41 -0
  286. package/dist-types/commands/GetExportCommand.d.ts +36 -0
  287. package/dist-types/commands/GetImportCommand.d.ts +36 -0
  288. package/dist-types/commands/GetIntentCommand.d.ts +38 -0
  289. package/dist-types/commands/GetIntentVersionsCommand.d.ts +45 -0
  290. package/dist-types/commands/GetIntentsCommand.d.ts +49 -0
  291. package/dist-types/commands/GetMigrationCommand.d.ts +37 -0
  292. package/dist-types/commands/GetMigrationsCommand.d.ts +35 -0
  293. package/dist-types/commands/GetSlotTypeCommand.d.ts +39 -0
  294. package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +45 -0
  295. package/dist-types/commands/GetSlotTypesCommand.d.ts +49 -0
  296. package/dist-types/commands/GetUtterancesViewCommand.d.ts +58 -0
  297. package/dist-types/commands/ListTagsForResourceCommand.d.ts +36 -0
  298. package/dist-types/commands/PutBotAliasCommand.d.ts +40 -0
  299. package/dist-types/commands/PutBotCommand.d.ts +52 -0
  300. package/dist-types/commands/PutIntentCommand.d.ts +92 -0
  301. package/dist-types/commands/PutSlotTypeCommand.d.ts +50 -0
  302. package/dist-types/commands/StartImportCommand.d.ts +35 -0
  303. package/dist-types/commands/StartMigrationCommand.d.ts +38 -0
  304. package/dist-types/commands/TagResourceCommand.d.ts +36 -0
  305. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  306. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  307. package/{dist/types → dist-types}/index.d.ts +0 -0
  308. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  309. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  310. package/dist-types/pagination/GetBotAliasesPaginator.d.ts +4 -0
  311. package/dist-types/pagination/GetBotChannelAssociationsPaginator.d.ts +4 -0
  312. package/dist-types/pagination/GetBotVersionsPaginator.d.ts +4 -0
  313. package/dist-types/pagination/GetBotsPaginator.d.ts +4 -0
  314. package/dist-types/pagination/GetBuiltinIntentsPaginator.d.ts +4 -0
  315. package/dist-types/pagination/GetBuiltinSlotTypesPaginator.d.ts +4 -0
  316. package/dist-types/pagination/GetIntentVersionsPaginator.d.ts +4 -0
  317. package/dist-types/pagination/GetIntentsPaginator.d.ts +4 -0
  318. package/dist-types/pagination/GetMigrationsPaginator.d.ts +4 -0
  319. package/dist-types/pagination/GetSlotTypeVersionsPaginator.d.ts +4 -0
  320. package/dist-types/pagination/GetSlotTypesPaginator.d.ts +4 -0
  321. package/dist-types/pagination/Interfaces.d.ts +6 -0
  322. package/dist-types/protocols/Aws_restJson1.d.ts +128 -0
  323. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  324. package/dist-types/runtimeConfig.d.ts +37 -0
  325. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  326. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  327. package/dist-types/ts3.4/LexModelBuildingService.d.ts +655 -0
  328. package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +177 -0
  329. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +47 -0
  330. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +48 -0
  331. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +50 -0
  332. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +43 -0
  333. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +38 -0
  334. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +51 -0
  335. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +38 -0
  336. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +52 -0
  337. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +38 -0
  338. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +51 -0
  339. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +38 -0
  340. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +46 -0
  341. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +38 -0
  342. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +37 -0
  343. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +38 -0
  344. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +39 -0
  345. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +38 -0
  346. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +45 -0
  347. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +49 -0
  348. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +37 -0
  349. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +38 -0
  350. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +41 -0
  351. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +36 -0
  352. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +36 -0
  353. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +38 -0
  354. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +45 -0
  355. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +49 -0
  356. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +37 -0
  357. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +35 -0
  358. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +39 -0
  359. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +45 -0
  360. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +49 -0
  361. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +58 -0
  362. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
  363. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +40 -0
  364. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +52 -0
  365. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +92 -0
  366. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +50 -0
  367. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +35 -0
  368. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +38 -0
  369. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
  370. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  371. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  372. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  373. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  374. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  375. package/dist-types/ts3.4/pagination/GetBotAliasesPaginator.d.ts +4 -0
  376. package/dist-types/ts3.4/pagination/GetBotChannelAssociationsPaginator.d.ts +4 -0
  377. package/dist-types/ts3.4/pagination/GetBotVersionsPaginator.d.ts +4 -0
  378. package/dist-types/ts3.4/pagination/GetBotsPaginator.d.ts +4 -0
  379. package/dist-types/ts3.4/pagination/GetBuiltinIntentsPaginator.d.ts +4 -0
  380. package/dist-types/ts3.4/pagination/GetBuiltinSlotTypesPaginator.d.ts +4 -0
  381. package/dist-types/ts3.4/pagination/GetIntentVersionsPaginator.d.ts +4 -0
  382. package/dist-types/ts3.4/pagination/GetIntentsPaginator.d.ts +4 -0
  383. package/dist-types/ts3.4/pagination/GetMigrationsPaginator.d.ts +4 -0
  384. package/dist-types/ts3.4/pagination/GetSlotTypeVersionsPaginator.d.ts +4 -0
  385. package/dist-types/ts3.4/pagination/GetSlotTypesPaginator.d.ts +4 -0
  386. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  387. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +128 -0
  388. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  389. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  390. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  391. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  392. package/package.json +42 -42
  393. package/src/LexModelBuildingService.ts +1757 -0
  394. package/src/LexModelBuildingServiceClient.ts +395 -0
  395. package/src/commands/CreateBotVersionCommand.ts +111 -0
  396. package/src/commands/CreateIntentVersionCommand.ts +112 -0
  397. package/src/commands/CreateSlotTypeVersionCommand.ts +114 -0
  398. package/src/commands/DeleteBotAliasCommand.ts +107 -0
  399. package/src/commands/DeleteBotChannelAssociationCommand.ts +105 -0
  400. package/src/commands/DeleteBotCommand.ts +115 -0
  401. package/src/commands/DeleteBotVersionCommand.ts +102 -0
  402. package/src/commands/DeleteIntentCommand.ts +116 -0
  403. package/src/commands/DeleteIntentVersionCommand.ts +102 -0
  404. package/src/commands/DeleteSlotTypeCommand.ts +115 -0
  405. package/src/commands/DeleteSlotTypeVersionCommand.ts +102 -0
  406. package/src/commands/DeleteUtterancesCommand.ts +110 -0
  407. package/src/commands/GetBotAliasCommand.ts +102 -0
  408. package/src/commands/GetBotAliasesCommand.ts +101 -0
  409. package/src/commands/GetBotChannelAssociationCommand.ts +102 -0
  410. package/src/commands/GetBotChannelAssociationsCommand.ts +106 -0
  411. package/src/commands/GetBotCommand.ts +99 -0
  412. package/src/commands/GetBotVersionsCommand.ts +109 -0
  413. package/src/commands/GetBotsCommand.ts +113 -0
  414. package/src/commands/GetBuiltinIntentCommand.ts +101 -0
  415. package/src/commands/GetBuiltinIntentsCommand.ts +102 -0
  416. package/src/commands/GetBuiltinSlotTypesCommand.ts +105 -0
  417. package/src/commands/GetExportCommand.ts +100 -0
  418. package/src/commands/GetImportCommand.ts +100 -0
  419. package/src/commands/GetIntentCommand.ts +102 -0
  420. package/src/commands/GetIntentVersionsCommand.ts +109 -0
  421. package/src/commands/GetIntentsCommand.ts +113 -0
  422. package/src/commands/GetMigrationCommand.ts +101 -0
  423. package/src/commands/GetMigrationsCommand.ts +99 -0
  424. package/src/commands/GetSlotTypeCommand.ts +103 -0
  425. package/src/commands/GetSlotTypeVersionsCommand.ts +109 -0
  426. package/src/commands/GetSlotTypesCommand.ts +113 -0
  427. package/src/commands/GetUtterancesViewCommand.ts +122 -0
  428. package/src/commands/ListTagsForResourceCommand.ts +100 -0
  429. package/src/commands/PutBotAliasCommand.ts +104 -0
  430. package/src/commands/PutBotCommand.ts +113 -0
  431. package/src/commands/PutIntentCommand.ts +156 -0
  432. package/src/commands/PutSlotTypeCommand.ts +114 -0
  433. package/src/commands/StartImportCommand.ts +99 -0
  434. package/src/commands/StartMigrationCommand.ts +102 -0
  435. package/src/commands/TagResourceCommand.ts +100 -0
  436. package/src/commands/UntagResourceCommand.ts +99 -0
  437. package/src/endpoints.ts +72 -0
  438. package/{index.ts → src/index.ts} +0 -0
  439. package/{models → src/models}/index.ts +0 -0
  440. package/{models → src/models}/models_0.ts +0 -0
  441. package/src/pagination/GetBotAliasesPaginator.ts +59 -0
  442. package/src/pagination/GetBotChannelAssociationsPaginator.ts +59 -0
  443. package/src/pagination/GetBotVersionsPaginator.ts +59 -0
  444. package/src/pagination/GetBotsPaginator.ts +55 -0
  445. package/src/pagination/GetBuiltinIntentsPaginator.ts +59 -0
  446. package/src/pagination/GetBuiltinSlotTypesPaginator.ts +59 -0
  447. package/src/pagination/GetIntentVersionsPaginator.ts +59 -0
  448. package/src/pagination/GetIntentsPaginator.ts +55 -0
  449. package/src/pagination/GetMigrationsPaginator.ts +59 -0
  450. package/src/pagination/GetSlotTypeVersionsPaginator.ts +59 -0
  451. package/src/pagination/GetSlotTypesPaginator.ts +59 -0
  452. package/src/pagination/Interfaces.ts +8 -0
  453. package/src/protocols/Aws_restJson1.ts +7155 -0
  454. package/src/runtimeConfig.browser.ts +41 -0
  455. package/src/runtimeConfig.native.ts +17 -0
  456. package/src/runtimeConfig.shared.ts +17 -0
  457. package/src/runtimeConfig.ts +46 -0
  458. package/tsconfig.es.json +1 -1
  459. package/tsconfig.json +4 -2
  460. package/tsconfig.types.json +3 -2
  461. package/LexModelBuildingService.ts +0 -1756
  462. package/LexModelBuildingServiceClient.ts +0 -394
  463. package/commands/CreateBotVersionCommand.ts +0 -110
  464. package/commands/CreateIntentVersionCommand.ts +0 -111
  465. package/commands/CreateSlotTypeVersionCommand.ts +0 -113
  466. package/commands/DeleteBotAliasCommand.ts +0 -106
  467. package/commands/DeleteBotChannelAssociationCommand.ts +0 -104
  468. package/commands/DeleteBotCommand.ts +0 -114
  469. package/commands/DeleteBotVersionCommand.ts +0 -101
  470. package/commands/DeleteIntentCommand.ts +0 -115
  471. package/commands/DeleteIntentVersionCommand.ts +0 -101
  472. package/commands/DeleteSlotTypeCommand.ts +0 -114
  473. package/commands/DeleteSlotTypeVersionCommand.ts +0 -101
  474. package/commands/DeleteUtterancesCommand.ts +0 -109
  475. package/commands/GetBotAliasCommand.ts +0 -101
  476. package/commands/GetBotAliasesCommand.ts +0 -100
  477. package/commands/GetBotChannelAssociationCommand.ts +0 -101
  478. package/commands/GetBotChannelAssociationsCommand.ts +0 -105
  479. package/commands/GetBotCommand.ts +0 -98
  480. package/commands/GetBotVersionsCommand.ts +0 -108
  481. package/commands/GetBotsCommand.ts +0 -112
  482. package/commands/GetBuiltinIntentCommand.ts +0 -100
  483. package/commands/GetBuiltinIntentsCommand.ts +0 -101
  484. package/commands/GetBuiltinSlotTypesCommand.ts +0 -104
  485. package/commands/GetExportCommand.ts +0 -99
  486. package/commands/GetImportCommand.ts +0 -99
  487. package/commands/GetIntentCommand.ts +0 -101
  488. package/commands/GetIntentVersionsCommand.ts +0 -108
  489. package/commands/GetIntentsCommand.ts +0 -112
  490. package/commands/GetMigrationCommand.ts +0 -100
  491. package/commands/GetMigrationsCommand.ts +0 -98
  492. package/commands/GetSlotTypeCommand.ts +0 -102
  493. package/commands/GetSlotTypeVersionsCommand.ts +0 -108
  494. package/commands/GetSlotTypesCommand.ts +0 -112
  495. package/commands/GetUtterancesViewCommand.ts +0 -121
  496. package/commands/ListTagsForResourceCommand.ts +0 -99
  497. package/commands/PutBotAliasCommand.ts +0 -103
  498. package/commands/PutBotCommand.ts +0 -112
  499. package/commands/PutIntentCommand.ts +0 -155
  500. package/commands/PutSlotTypeCommand.ts +0 -113
  501. package/commands/StartImportCommand.ts +0 -98
  502. package/commands/StartMigrationCommand.ts +0 -101
  503. package/commands/TagResourceCommand.ts +0 -99
  504. package/commands/UntagResourceCommand.ts +0 -98
  505. package/dist/cjs/LexModelBuildingService.js +0 -644
  506. package/dist/cjs/LexModelBuildingService.js.map +0 -1
  507. package/dist/cjs/LexModelBuildingServiceClient.js +0 -47
  508. package/dist/cjs/LexModelBuildingServiceClient.js.map +0 -1
  509. package/dist/cjs/commands/CreateBotVersionCommand.js +0 -73
  510. package/dist/cjs/commands/CreateBotVersionCommand.js.map +0 -1
  511. package/dist/cjs/commands/CreateIntentVersionCommand.js +0 -74
  512. package/dist/cjs/commands/CreateIntentVersionCommand.js.map +0 -1
  513. package/dist/cjs/commands/CreateSlotTypeVersionCommand.js +0 -76
  514. package/dist/cjs/commands/CreateSlotTypeVersionCommand.js.map +0 -1
  515. package/dist/cjs/commands/DeleteBotAliasCommand.js +0 -69
  516. package/dist/cjs/commands/DeleteBotAliasCommand.js.map +0 -1
  517. package/dist/cjs/commands/DeleteBotChannelAssociationCommand.js +0 -64
  518. package/dist/cjs/commands/DeleteBotChannelAssociationCommand.js.map +0 -1
  519. package/dist/cjs/commands/DeleteBotCommand.js +0 -77
  520. package/dist/cjs/commands/DeleteBotCommand.js.map +0 -1
  521. package/dist/cjs/commands/DeleteBotVersionCommand.js +0 -64
  522. package/dist/cjs/commands/DeleteBotVersionCommand.js.map +0 -1
  523. package/dist/cjs/commands/DeleteIntentCommand.js +0 -78
  524. package/dist/cjs/commands/DeleteIntentCommand.js.map +0 -1
  525. package/dist/cjs/commands/DeleteIntentVersionCommand.js +0 -64
  526. package/dist/cjs/commands/DeleteIntentVersionCommand.js.map +0 -1
  527. package/dist/cjs/commands/DeleteSlotTypeCommand.js +0 -77
  528. package/dist/cjs/commands/DeleteSlotTypeCommand.js.map +0 -1
  529. package/dist/cjs/commands/DeleteSlotTypeVersionCommand.js +0 -64
  530. package/dist/cjs/commands/DeleteSlotTypeVersionCommand.js.map +0 -1
  531. package/dist/cjs/commands/DeleteUtterancesCommand.js +0 -72
  532. package/dist/cjs/commands/DeleteUtterancesCommand.js.map +0 -1
  533. package/dist/cjs/commands/GetBotAliasCommand.js +0 -64
  534. package/dist/cjs/commands/GetBotAliasCommand.js.map +0 -1
  535. package/dist/cjs/commands/GetBotAliasesCommand.js +0 -63
  536. package/dist/cjs/commands/GetBotAliasesCommand.js.map +0 -1
  537. package/dist/cjs/commands/GetBotChannelAssociationCommand.js +0 -64
  538. package/dist/cjs/commands/GetBotChannelAssociationCommand.js.map +0 -1
  539. package/dist/cjs/commands/GetBotChannelAssociationsCommand.js +0 -65
  540. package/dist/cjs/commands/GetBotChannelAssociationsCommand.js.map +0 -1
  541. package/dist/cjs/commands/GetBotCommand.js +0 -64
  542. package/dist/cjs/commands/GetBotCommand.js.map +0 -1
  543. package/dist/cjs/commands/GetBotVersionsCommand.js +0 -71
  544. package/dist/cjs/commands/GetBotVersionsCommand.js.map +0 -1
  545. package/dist/cjs/commands/GetBotsCommand.js +0 -75
  546. package/dist/cjs/commands/GetBotsCommand.js.map +0 -1
  547. package/dist/cjs/commands/GetBuiltinIntentCommand.js +0 -63
  548. package/dist/cjs/commands/GetBuiltinIntentCommand.js.map +0 -1
  549. package/dist/cjs/commands/GetBuiltinIntentsCommand.js +0 -64
  550. package/dist/cjs/commands/GetBuiltinIntentsCommand.js.map +0 -1
  551. package/dist/cjs/commands/GetBuiltinSlotTypesCommand.js +0 -67
  552. package/dist/cjs/commands/GetBuiltinSlotTypesCommand.js.map +0 -1
  553. package/dist/cjs/commands/GetExportCommand.js +0 -62
  554. package/dist/cjs/commands/GetExportCommand.js.map +0 -1
  555. package/dist/cjs/commands/GetImportCommand.js +0 -62
  556. package/dist/cjs/commands/GetImportCommand.js.map +0 -1
  557. package/dist/cjs/commands/GetIntentCommand.js +0 -64
  558. package/dist/cjs/commands/GetIntentCommand.js.map +0 -1
  559. package/dist/cjs/commands/GetIntentVersionsCommand.js +0 -71
  560. package/dist/cjs/commands/GetIntentVersionsCommand.js.map +0 -1
  561. package/dist/cjs/commands/GetIntentsCommand.js +0 -75
  562. package/dist/cjs/commands/GetIntentsCommand.js.map +0 -1
  563. package/dist/cjs/commands/GetMigrationCommand.js +0 -63
  564. package/dist/cjs/commands/GetMigrationCommand.js.map +0 -1
  565. package/dist/cjs/commands/GetMigrationsCommand.js +0 -61
  566. package/dist/cjs/commands/GetMigrationsCommand.js.map +0 -1
  567. package/dist/cjs/commands/GetSlotTypeCommand.js +0 -65
  568. package/dist/cjs/commands/GetSlotTypeCommand.js.map +0 -1
  569. package/dist/cjs/commands/GetSlotTypeVersionsCommand.js +0 -71
  570. package/dist/cjs/commands/GetSlotTypeVersionsCommand.js.map +0 -1
  571. package/dist/cjs/commands/GetSlotTypesCommand.js +0 -75
  572. package/dist/cjs/commands/GetSlotTypesCommand.js.map +0 -1
  573. package/dist/cjs/commands/GetUtterancesViewCommand.js +0 -84
  574. package/dist/cjs/commands/GetUtterancesViewCommand.js.map +0 -1
  575. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -62
  576. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  577. package/dist/cjs/commands/PutBotAliasCommand.js +0 -66
  578. package/dist/cjs/commands/PutBotAliasCommand.js.map +0 -1
  579. package/dist/cjs/commands/PutBotCommand.js +0 -78
  580. package/dist/cjs/commands/PutBotCommand.js.map +0 -1
  581. package/dist/cjs/commands/PutIntentCommand.js +0 -118
  582. package/dist/cjs/commands/PutIntentCommand.js.map +0 -1
  583. package/dist/cjs/commands/PutSlotTypeCommand.js +0 -76
  584. package/dist/cjs/commands/PutSlotTypeCommand.js.map +0 -1
  585. package/dist/cjs/commands/StartImportCommand.js +0 -61
  586. package/dist/cjs/commands/StartImportCommand.js.map +0 -1
  587. package/dist/cjs/commands/StartMigrationCommand.js +0 -64
  588. package/dist/cjs/commands/StartMigrationCommand.js.map +0 -1
  589. package/dist/cjs/commands/TagResourceCommand.js +0 -62
  590. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  591. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  592. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  593. package/dist/cjs/endpoints.js.map +0 -1
  594. package/dist/cjs/index.js.map +0 -1
  595. package/dist/cjs/models/index.js.map +0 -1
  596. package/dist/cjs/models/models_0.js.map +0 -1
  597. package/dist/cjs/package.json +0 -91
  598. package/dist/cjs/pagination/GetBotAliasesPaginator.js +0 -46
  599. package/dist/cjs/pagination/GetBotAliasesPaginator.js.map +0 -1
  600. package/dist/cjs/pagination/GetBotChannelAssociationsPaginator.js +0 -46
  601. package/dist/cjs/pagination/GetBotChannelAssociationsPaginator.js.map +0 -1
  602. package/dist/cjs/pagination/GetBotVersionsPaginator.js +0 -46
  603. package/dist/cjs/pagination/GetBotVersionsPaginator.js.map +0 -1
  604. package/dist/cjs/pagination/GetBotsPaginator.js +0 -46
  605. package/dist/cjs/pagination/GetBotsPaginator.js.map +0 -1
  606. package/dist/cjs/pagination/GetBuiltinIntentsPaginator.js +0 -46
  607. package/dist/cjs/pagination/GetBuiltinIntentsPaginator.js.map +0 -1
  608. package/dist/cjs/pagination/GetBuiltinSlotTypesPaginator.js +0 -46
  609. package/dist/cjs/pagination/GetBuiltinSlotTypesPaginator.js.map +0 -1
  610. package/dist/cjs/pagination/GetIntentVersionsPaginator.js +0 -46
  611. package/dist/cjs/pagination/GetIntentVersionsPaginator.js.map +0 -1
  612. package/dist/cjs/pagination/GetIntentsPaginator.js +0 -46
  613. package/dist/cjs/pagination/GetIntentsPaginator.js.map +0 -1
  614. package/dist/cjs/pagination/GetMigrationsPaginator.js +0 -46
  615. package/dist/cjs/pagination/GetMigrationsPaginator.js.map +0 -1
  616. package/dist/cjs/pagination/GetSlotTypeVersionsPaginator.js +0 -46
  617. package/dist/cjs/pagination/GetSlotTypeVersionsPaginator.js.map +0 -1
  618. package/dist/cjs/pagination/GetSlotTypesPaginator.js +0 -46
  619. package/dist/cjs/pagination/GetSlotTypesPaginator.js.map +0 -1
  620. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  621. package/dist/cjs/protocols/Aws_restJson1.js +0 -6418
  622. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  623. package/dist/cjs/runtimeConfig.browser.js +0 -41
  624. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  625. package/dist/cjs/runtimeConfig.js +0 -46
  626. package/dist/cjs/runtimeConfig.js.map +0 -1
  627. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  628. package/dist/cjs/runtimeConfig.shared.js +0 -21
  629. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  630. package/dist/es/LexModelBuildingService.js +0 -641
  631. package/dist/es/LexModelBuildingService.js.map +0 -1
  632. package/dist/es/LexModelBuildingServiceClient.js +0 -38
  633. package/dist/es/LexModelBuildingServiceClient.js.map +0 -1
  634. package/dist/es/commands/CreateBotVersionCommand.js +0 -40
  635. package/dist/es/commands/CreateBotVersionCommand.js.map +0 -1
  636. package/dist/es/commands/CreateIntentVersionCommand.js +0 -40
  637. package/dist/es/commands/CreateIntentVersionCommand.js.map +0 -1
  638. package/dist/es/commands/CreateSlotTypeVersionCommand.js +0 -40
  639. package/dist/es/commands/CreateSlotTypeVersionCommand.js.map +0 -1
  640. package/dist/es/commands/DeleteBotAliasCommand.js +0 -40
  641. package/dist/es/commands/DeleteBotAliasCommand.js.map +0 -1
  642. package/dist/es/commands/DeleteBotChannelAssociationCommand.js +0 -40
  643. package/dist/es/commands/DeleteBotChannelAssociationCommand.js.map +0 -1
  644. package/dist/es/commands/DeleteBotCommand.js +0 -40
  645. package/dist/es/commands/DeleteBotCommand.js.map +0 -1
  646. package/dist/es/commands/DeleteBotVersionCommand.js +0 -40
  647. package/dist/es/commands/DeleteBotVersionCommand.js.map +0 -1
  648. package/dist/es/commands/DeleteIntentCommand.js +0 -40
  649. package/dist/es/commands/DeleteIntentCommand.js.map +0 -1
  650. package/dist/es/commands/DeleteIntentVersionCommand.js +0 -40
  651. package/dist/es/commands/DeleteIntentVersionCommand.js.map +0 -1
  652. package/dist/es/commands/DeleteSlotTypeCommand.js +0 -40
  653. package/dist/es/commands/DeleteSlotTypeCommand.js.map +0 -1
  654. package/dist/es/commands/DeleteSlotTypeVersionCommand.js +0 -40
  655. package/dist/es/commands/DeleteSlotTypeVersionCommand.js.map +0 -1
  656. package/dist/es/commands/DeleteUtterancesCommand.js +0 -40
  657. package/dist/es/commands/DeleteUtterancesCommand.js.map +0 -1
  658. package/dist/es/commands/GetBotAliasCommand.js +0 -40
  659. package/dist/es/commands/GetBotAliasCommand.js.map +0 -1
  660. package/dist/es/commands/GetBotAliasesCommand.js +0 -40
  661. package/dist/es/commands/GetBotAliasesCommand.js.map +0 -1
  662. package/dist/es/commands/GetBotChannelAssociationCommand.js +0 -40
  663. package/dist/es/commands/GetBotChannelAssociationCommand.js.map +0 -1
  664. package/dist/es/commands/GetBotChannelAssociationsCommand.js +0 -40
  665. package/dist/es/commands/GetBotChannelAssociationsCommand.js.map +0 -1
  666. package/dist/es/commands/GetBotCommand.js +0 -40
  667. package/dist/es/commands/GetBotCommand.js.map +0 -1
  668. package/dist/es/commands/GetBotVersionsCommand.js +0 -40
  669. package/dist/es/commands/GetBotVersionsCommand.js.map +0 -1
  670. package/dist/es/commands/GetBotsCommand.js +0 -40
  671. package/dist/es/commands/GetBotsCommand.js.map +0 -1
  672. package/dist/es/commands/GetBuiltinIntentCommand.js +0 -40
  673. package/dist/es/commands/GetBuiltinIntentCommand.js.map +0 -1
  674. package/dist/es/commands/GetBuiltinIntentsCommand.js +0 -40
  675. package/dist/es/commands/GetBuiltinIntentsCommand.js.map +0 -1
  676. package/dist/es/commands/GetBuiltinSlotTypesCommand.js +0 -40
  677. package/dist/es/commands/GetBuiltinSlotTypesCommand.js.map +0 -1
  678. package/dist/es/commands/GetExportCommand.js +0 -40
  679. package/dist/es/commands/GetExportCommand.js.map +0 -1
  680. package/dist/es/commands/GetImportCommand.js +0 -40
  681. package/dist/es/commands/GetImportCommand.js.map +0 -1
  682. package/dist/es/commands/GetIntentCommand.js +0 -40
  683. package/dist/es/commands/GetIntentCommand.js.map +0 -1
  684. package/dist/es/commands/GetIntentVersionsCommand.js +0 -40
  685. package/dist/es/commands/GetIntentVersionsCommand.js.map +0 -1
  686. package/dist/es/commands/GetIntentsCommand.js +0 -40
  687. package/dist/es/commands/GetIntentsCommand.js.map +0 -1
  688. package/dist/es/commands/GetMigrationCommand.js +0 -40
  689. package/dist/es/commands/GetMigrationCommand.js.map +0 -1
  690. package/dist/es/commands/GetMigrationsCommand.js +0 -40
  691. package/dist/es/commands/GetMigrationsCommand.js.map +0 -1
  692. package/dist/es/commands/GetSlotTypeCommand.js +0 -40
  693. package/dist/es/commands/GetSlotTypeCommand.js.map +0 -1
  694. package/dist/es/commands/GetSlotTypeVersionsCommand.js +0 -40
  695. package/dist/es/commands/GetSlotTypeVersionsCommand.js.map +0 -1
  696. package/dist/es/commands/GetSlotTypesCommand.js +0 -40
  697. package/dist/es/commands/GetSlotTypesCommand.js.map +0 -1
  698. package/dist/es/commands/GetUtterancesViewCommand.js +0 -40
  699. package/dist/es/commands/GetUtterancesViewCommand.js.map +0 -1
  700. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  701. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  702. package/dist/es/commands/PutBotAliasCommand.js +0 -40
  703. package/dist/es/commands/PutBotAliasCommand.js.map +0 -1
  704. package/dist/es/commands/PutBotCommand.js +0 -40
  705. package/dist/es/commands/PutBotCommand.js.map +0 -1
  706. package/dist/es/commands/PutIntentCommand.js +0 -40
  707. package/dist/es/commands/PutIntentCommand.js.map +0 -1
  708. package/dist/es/commands/PutSlotTypeCommand.js +0 -40
  709. package/dist/es/commands/PutSlotTypeCommand.js.map +0 -1
  710. package/dist/es/commands/StartImportCommand.js +0 -40
  711. package/dist/es/commands/StartImportCommand.js.map +0 -1
  712. package/dist/es/commands/StartMigrationCommand.js +0 -40
  713. package/dist/es/commands/StartMigrationCommand.js.map +0 -1
  714. package/dist/es/commands/TagResourceCommand.js +0 -40
  715. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  716. package/dist/es/commands/UntagResourceCommand.js +0 -40
  717. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  718. package/dist/es/endpoints.js.map +0 -1
  719. package/dist/es/index.js.map +0 -1
  720. package/dist/es/models/index.js.map +0 -1
  721. package/dist/es/models/models_0.js.map +0 -1
  722. package/dist/es/package.json +0 -91
  723. package/dist/es/pagination/GetBotAliasesPaginator.js +0 -75
  724. package/dist/es/pagination/GetBotAliasesPaginator.js.map +0 -1
  725. package/dist/es/pagination/GetBotChannelAssociationsPaginator.js +0 -75
  726. package/dist/es/pagination/GetBotChannelAssociationsPaginator.js.map +0 -1
  727. package/dist/es/pagination/GetBotVersionsPaginator.js +0 -75
  728. package/dist/es/pagination/GetBotVersionsPaginator.js.map +0 -1
  729. package/dist/es/pagination/GetBotsPaginator.js +0 -75
  730. package/dist/es/pagination/GetBotsPaginator.js.map +0 -1
  731. package/dist/es/pagination/GetBuiltinIntentsPaginator.js +0 -75
  732. package/dist/es/pagination/GetBuiltinIntentsPaginator.js.map +0 -1
  733. package/dist/es/pagination/GetBuiltinSlotTypesPaginator.js +0 -75
  734. package/dist/es/pagination/GetBuiltinSlotTypesPaginator.js.map +0 -1
  735. package/dist/es/pagination/GetIntentVersionsPaginator.js +0 -75
  736. package/dist/es/pagination/GetIntentVersionsPaginator.js.map +0 -1
  737. package/dist/es/pagination/GetIntentsPaginator.js +0 -75
  738. package/dist/es/pagination/GetIntentsPaginator.js.map +0 -1
  739. package/dist/es/pagination/GetMigrationsPaginator.js +0 -75
  740. package/dist/es/pagination/GetMigrationsPaginator.js.map +0 -1
  741. package/dist/es/pagination/GetSlotTypeVersionsPaginator.js +0 -75
  742. package/dist/es/pagination/GetSlotTypeVersionsPaginator.js.map +0 -1
  743. package/dist/es/pagination/GetSlotTypesPaginator.js +0 -75
  744. package/dist/es/pagination/GetSlotTypesPaginator.js.map +0 -1
  745. package/dist/es/pagination/Interfaces.js.map +0 -1
  746. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  747. package/dist/es/runtimeConfig.browser.js +0 -17
  748. package/dist/es/runtimeConfig.browser.js.map +0 -1
  749. package/dist/es/runtimeConfig.js +0 -22
  750. package/dist/es/runtimeConfig.js.map +0 -1
  751. package/dist/es/runtimeConfig.native.js.map +0 -1
  752. package/dist/es/runtimeConfig.shared.js +0 -14
  753. package/dist/es/runtimeConfig.shared.js.map +0 -1
  754. package/dist/types/LexModelBuildingService.d.ts +0 -655
  755. package/dist/types/LexModelBuildingServiceClient.d.ts +0 -177
  756. package/dist/types/commands/CreateBotVersionCommand.d.ts +0 -47
  757. package/dist/types/commands/CreateIntentVersionCommand.d.ts +0 -48
  758. package/dist/types/commands/CreateSlotTypeVersionCommand.d.ts +0 -50
  759. package/dist/types/commands/DeleteBotAliasCommand.d.ts +0 -43
  760. package/dist/types/commands/DeleteBotChannelAssociationCommand.d.ts +0 -38
  761. package/dist/types/commands/DeleteBotCommand.d.ts +0 -51
  762. package/dist/types/commands/DeleteBotVersionCommand.d.ts +0 -38
  763. package/dist/types/commands/DeleteIntentCommand.d.ts +0 -52
  764. package/dist/types/commands/DeleteIntentVersionCommand.d.ts +0 -38
  765. package/dist/types/commands/DeleteSlotTypeCommand.d.ts +0 -51
  766. package/dist/types/commands/DeleteSlotTypeVersionCommand.d.ts +0 -38
  767. package/dist/types/commands/DeleteUtterancesCommand.d.ts +0 -46
  768. package/dist/types/commands/GetBotAliasCommand.d.ts +0 -38
  769. package/dist/types/commands/GetBotAliasesCommand.d.ts +0 -37
  770. package/dist/types/commands/GetBotChannelAssociationCommand.d.ts +0 -38
  771. package/dist/types/commands/GetBotChannelAssociationsCommand.d.ts +0 -39
  772. package/dist/types/commands/GetBotCommand.d.ts +0 -38
  773. package/dist/types/commands/GetBotVersionsCommand.d.ts +0 -45
  774. package/dist/types/commands/GetBotsCommand.d.ts +0 -49
  775. package/dist/types/commands/GetBuiltinIntentCommand.d.ts +0 -37
  776. package/dist/types/commands/GetBuiltinIntentsCommand.d.ts +0 -38
  777. package/dist/types/commands/GetBuiltinSlotTypesCommand.d.ts +0 -41
  778. package/dist/types/commands/GetExportCommand.d.ts +0 -36
  779. package/dist/types/commands/GetImportCommand.d.ts +0 -36
  780. package/dist/types/commands/GetIntentCommand.d.ts +0 -38
  781. package/dist/types/commands/GetIntentVersionsCommand.d.ts +0 -45
  782. package/dist/types/commands/GetIntentsCommand.d.ts +0 -49
  783. package/dist/types/commands/GetMigrationCommand.d.ts +0 -37
  784. package/dist/types/commands/GetMigrationsCommand.d.ts +0 -35
  785. package/dist/types/commands/GetSlotTypeCommand.d.ts +0 -39
  786. package/dist/types/commands/GetSlotTypeVersionsCommand.d.ts +0 -45
  787. package/dist/types/commands/GetSlotTypesCommand.d.ts +0 -49
  788. package/dist/types/commands/GetUtterancesViewCommand.d.ts +0 -58
  789. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -36
  790. package/dist/types/commands/PutBotAliasCommand.d.ts +0 -40
  791. package/dist/types/commands/PutBotCommand.d.ts +0 -52
  792. package/dist/types/commands/PutIntentCommand.d.ts +0 -92
  793. package/dist/types/commands/PutSlotTypeCommand.d.ts +0 -50
  794. package/dist/types/commands/StartImportCommand.d.ts +0 -35
  795. package/dist/types/commands/StartMigrationCommand.d.ts +0 -38
  796. package/dist/types/commands/TagResourceCommand.d.ts +0 -36
  797. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  798. package/dist/types/pagination/GetBotAliasesPaginator.d.ts +0 -4
  799. package/dist/types/pagination/GetBotChannelAssociationsPaginator.d.ts +0 -4
  800. package/dist/types/pagination/GetBotVersionsPaginator.d.ts +0 -4
  801. package/dist/types/pagination/GetBotsPaginator.d.ts +0 -4
  802. package/dist/types/pagination/GetBuiltinIntentsPaginator.d.ts +0 -4
  803. package/dist/types/pagination/GetBuiltinSlotTypesPaginator.d.ts +0 -4
  804. package/dist/types/pagination/GetIntentVersionsPaginator.d.ts +0 -4
  805. package/dist/types/pagination/GetIntentsPaginator.d.ts +0 -4
  806. package/dist/types/pagination/GetMigrationsPaginator.d.ts +0 -4
  807. package/dist/types/pagination/GetSlotTypeVersionsPaginator.d.ts +0 -4
  808. package/dist/types/pagination/GetSlotTypesPaginator.d.ts +0 -4
  809. package/dist/types/pagination/Interfaces.d.ts +0 -6
  810. package/dist/types/protocols/Aws_restJson1.d.ts +0 -128
  811. package/dist/types/runtimeConfig.d.ts +0 -37
  812. package/dist/types/ts3.4/LexModelBuildingService.d.ts +0 -655
  813. package/dist/types/ts3.4/LexModelBuildingServiceClient.d.ts +0 -177
  814. package/dist/types/ts3.4/commands/CreateBotVersionCommand.d.ts +0 -47
  815. package/dist/types/ts3.4/commands/CreateIntentVersionCommand.d.ts +0 -48
  816. package/dist/types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +0 -50
  817. package/dist/types/ts3.4/commands/DeleteBotAliasCommand.d.ts +0 -43
  818. package/dist/types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +0 -38
  819. package/dist/types/ts3.4/commands/DeleteBotCommand.d.ts +0 -51
  820. package/dist/types/ts3.4/commands/DeleteBotVersionCommand.d.ts +0 -38
  821. package/dist/types/ts3.4/commands/DeleteIntentCommand.d.ts +0 -52
  822. package/dist/types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +0 -38
  823. package/dist/types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +0 -51
  824. package/dist/types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +0 -38
  825. package/dist/types/ts3.4/commands/DeleteUtterancesCommand.d.ts +0 -46
  826. package/dist/types/ts3.4/commands/GetBotAliasCommand.d.ts +0 -38
  827. package/dist/types/ts3.4/commands/GetBotAliasesCommand.d.ts +0 -37
  828. package/dist/types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +0 -38
  829. package/dist/types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +0 -39
  830. package/dist/types/ts3.4/commands/GetBotCommand.d.ts +0 -38
  831. package/dist/types/ts3.4/commands/GetBotVersionsCommand.d.ts +0 -45
  832. package/dist/types/ts3.4/commands/GetBotsCommand.d.ts +0 -49
  833. package/dist/types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +0 -37
  834. package/dist/types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +0 -38
  835. package/dist/types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +0 -41
  836. package/dist/types/ts3.4/commands/GetExportCommand.d.ts +0 -36
  837. package/dist/types/ts3.4/commands/GetImportCommand.d.ts +0 -36
  838. package/dist/types/ts3.4/commands/GetIntentCommand.d.ts +0 -38
  839. package/dist/types/ts3.4/commands/GetIntentVersionsCommand.d.ts +0 -45
  840. package/dist/types/ts3.4/commands/GetIntentsCommand.d.ts +0 -49
  841. package/dist/types/ts3.4/commands/GetMigrationCommand.d.ts +0 -37
  842. package/dist/types/ts3.4/commands/GetMigrationsCommand.d.ts +0 -35
  843. package/dist/types/ts3.4/commands/GetSlotTypeCommand.d.ts +0 -39
  844. package/dist/types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +0 -45
  845. package/dist/types/ts3.4/commands/GetSlotTypesCommand.d.ts +0 -49
  846. package/dist/types/ts3.4/commands/GetUtterancesViewCommand.d.ts +0 -58
  847. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
  848. package/dist/types/ts3.4/commands/PutBotAliasCommand.d.ts +0 -40
  849. package/dist/types/ts3.4/commands/PutBotCommand.d.ts +0 -52
  850. package/dist/types/ts3.4/commands/PutIntentCommand.d.ts +0 -92
  851. package/dist/types/ts3.4/commands/PutSlotTypeCommand.d.ts +0 -50
  852. package/dist/types/ts3.4/commands/StartImportCommand.d.ts +0 -35
  853. package/dist/types/ts3.4/commands/StartMigrationCommand.d.ts +0 -38
  854. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  855. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  856. package/dist/types/ts3.4/pagination/GetBotAliasesPaginator.d.ts +0 -4
  857. package/dist/types/ts3.4/pagination/GetBotChannelAssociationsPaginator.d.ts +0 -4
  858. package/dist/types/ts3.4/pagination/GetBotVersionsPaginator.d.ts +0 -4
  859. package/dist/types/ts3.4/pagination/GetBotsPaginator.d.ts +0 -4
  860. package/dist/types/ts3.4/pagination/GetBuiltinIntentsPaginator.d.ts +0 -4
  861. package/dist/types/ts3.4/pagination/GetBuiltinSlotTypesPaginator.d.ts +0 -4
  862. package/dist/types/ts3.4/pagination/GetIntentVersionsPaginator.d.ts +0 -4
  863. package/dist/types/ts3.4/pagination/GetIntentsPaginator.d.ts +0 -4
  864. package/dist/types/ts3.4/pagination/GetMigrationsPaginator.d.ts +0 -4
  865. package/dist/types/ts3.4/pagination/GetSlotTypeVersionsPaginator.d.ts +0 -4
  866. package/dist/types/ts3.4/pagination/GetSlotTypesPaginator.d.ts +0 -4
  867. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  868. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -128
  869. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  870. package/endpoints.ts +0 -72
  871. package/pagination/GetBotAliasesPaginator.ts +0 -58
  872. package/pagination/GetBotChannelAssociationsPaginator.ts +0 -58
  873. package/pagination/GetBotVersionsPaginator.ts +0 -58
  874. package/pagination/GetBotsPaginator.ts +0 -54
  875. package/pagination/GetBuiltinIntentsPaginator.ts +0 -58
  876. package/pagination/GetBuiltinSlotTypesPaginator.ts +0 -58
  877. package/pagination/GetIntentVersionsPaginator.ts +0 -58
  878. package/pagination/GetIntentsPaginator.ts +0 -54
  879. package/pagination/GetMigrationsPaginator.ts +0 -58
  880. package/pagination/GetSlotTypeVersionsPaginator.ts +0 -58
  881. package/pagination/GetSlotTypesPaginator.ts +0 -58
  882. package/pagination/Interfaces.ts +0 -7
  883. package/protocols/Aws_restJson1.ts +0 -7154
  884. package/runtimeConfig.browser.ts +0 -40
  885. package/runtimeConfig.native.ts +0 -16
  886. package/runtimeConfig.shared.ts +0 -16
  887. package/runtimeConfig.ts +0 -45
@@ -0,0 +1,102 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ LexModelBuildingServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../LexModelBuildingServiceClient";
19
+ import { GetBuiltinIntentsRequest, GetBuiltinIntentsResponse } from "../models/models_0";
20
+ import {
21
+ deserializeAws_restJson1GetBuiltinIntentsCommand,
22
+ serializeAws_restJson1GetBuiltinIntentsCommand,
23
+ } from "../protocols/Aws_restJson1";
24
+
25
+ export interface GetBuiltinIntentsCommandInput extends GetBuiltinIntentsRequest {}
26
+ export interface GetBuiltinIntentsCommandOutput extends GetBuiltinIntentsResponse, __MetadataBearer {}
27
+
28
+ /**
29
+ * <p>Gets a list of built-in intents that meet the specified
30
+ * criteria.</p>
31
+ * <p>This operation requires permission for the
32
+ * <code>lex:GetBuiltinIntents</code> action.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { LexModelBuildingServiceClient, GetBuiltinIntentsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
37
+ * // const { LexModelBuildingServiceClient, GetBuiltinIntentsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
38
+ * const client = new LexModelBuildingServiceClient(config);
39
+ * const command = new GetBuiltinIntentsCommand(input);
40
+ * const response = await client.send(command);
41
+ * ```
42
+ *
43
+ * @see {@link GetBuiltinIntentsCommandInput} for command's `input` shape.
44
+ * @see {@link GetBuiltinIntentsCommandOutput} for command's `response` shape.
45
+ * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
46
+ *
47
+ */
48
+ export class GetBuiltinIntentsCommand extends $Command<
49
+ GetBuiltinIntentsCommandInput,
50
+ GetBuiltinIntentsCommandOutput,
51
+ LexModelBuildingServiceClientResolvedConfig
52
+ > {
53
+ // Start section: command_properties
54
+ // End section: command_properties
55
+
56
+ constructor(readonly input: GetBuiltinIntentsCommandInput) {
57
+ // Start section: command_constructor
58
+ super();
59
+ // End section: command_constructor
60
+ }
61
+
62
+ /**
63
+ * @internal
64
+ */
65
+ resolveMiddleware(
66
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
67
+ configuration: LexModelBuildingServiceClientResolvedConfig,
68
+ options?: __HttpHandlerOptions
69
+ ): Handler<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput> {
70
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
71
+
72
+ const stack = clientStack.concat(this.middlewareStack);
73
+
74
+ const { logger } = configuration;
75
+ const clientName = "LexModelBuildingServiceClient";
76
+ const commandName = "GetBuiltinIntentsCommand";
77
+ const handlerExecutionContext: HandlerExecutionContext = {
78
+ logger,
79
+ clientName,
80
+ commandName,
81
+ inputFilterSensitiveLog: GetBuiltinIntentsRequest.filterSensitiveLog,
82
+ outputFilterSensitiveLog: GetBuiltinIntentsResponse.filterSensitiveLog,
83
+ };
84
+ const { requestHandler } = configuration;
85
+ return stack.resolve(
86
+ (request: FinalizeHandlerArguments<any>) =>
87
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
88
+ handlerExecutionContext
89
+ );
90
+ }
91
+
92
+ private serialize(input: GetBuiltinIntentsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
93
+ return serializeAws_restJson1GetBuiltinIntentsCommand(input, context);
94
+ }
95
+
96
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetBuiltinIntentsCommandOutput> {
97
+ return deserializeAws_restJson1GetBuiltinIntentsCommand(output, context);
98
+ }
99
+
100
+ // Start section: command_body_extra
101
+ // End section: command_body_extra
102
+ }
@@ -0,0 +1,105 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ LexModelBuildingServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../LexModelBuildingServiceClient";
19
+ import { GetBuiltinSlotTypesRequest, GetBuiltinSlotTypesResponse } from "../models/models_0";
20
+ import {
21
+ deserializeAws_restJson1GetBuiltinSlotTypesCommand,
22
+ serializeAws_restJson1GetBuiltinSlotTypesCommand,
23
+ } from "../protocols/Aws_restJson1";
24
+
25
+ export interface GetBuiltinSlotTypesCommandInput extends GetBuiltinSlotTypesRequest {}
26
+ export interface GetBuiltinSlotTypesCommandOutput extends GetBuiltinSlotTypesResponse, __MetadataBearer {}
27
+
28
+ /**
29
+ * <p>Gets a list of built-in slot types that meet the specified
30
+ * criteria.</p>
31
+ * <p>For a list of built-in slot types, see <a href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/slot-type-reference">Slot Type Reference</a> in the <i>Alexa Skills
32
+ * Kit</i>.</p>
33
+ *
34
+ * <p>This operation requires permission for the
35
+ * <code>lex:GetBuiltInSlotTypes</code> action.</p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { LexModelBuildingServiceClient, GetBuiltinSlotTypesCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
40
+ * // const { LexModelBuildingServiceClient, GetBuiltinSlotTypesCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
41
+ * const client = new LexModelBuildingServiceClient(config);
42
+ * const command = new GetBuiltinSlotTypesCommand(input);
43
+ * const response = await client.send(command);
44
+ * ```
45
+ *
46
+ * @see {@link GetBuiltinSlotTypesCommandInput} for command's `input` shape.
47
+ * @see {@link GetBuiltinSlotTypesCommandOutput} for command's `response` shape.
48
+ * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
49
+ *
50
+ */
51
+ export class GetBuiltinSlotTypesCommand extends $Command<
52
+ GetBuiltinSlotTypesCommandInput,
53
+ GetBuiltinSlotTypesCommandOutput,
54
+ LexModelBuildingServiceClientResolvedConfig
55
+ > {
56
+ // Start section: command_properties
57
+ // End section: command_properties
58
+
59
+ constructor(readonly input: GetBuiltinSlotTypesCommandInput) {
60
+ // Start section: command_constructor
61
+ super();
62
+ // End section: command_constructor
63
+ }
64
+
65
+ /**
66
+ * @internal
67
+ */
68
+ resolveMiddleware(
69
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
70
+ configuration: LexModelBuildingServiceClientResolvedConfig,
71
+ options?: __HttpHandlerOptions
72
+ ): Handler<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput> {
73
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
74
+
75
+ const stack = clientStack.concat(this.middlewareStack);
76
+
77
+ const { logger } = configuration;
78
+ const clientName = "LexModelBuildingServiceClient";
79
+ const commandName = "GetBuiltinSlotTypesCommand";
80
+ const handlerExecutionContext: HandlerExecutionContext = {
81
+ logger,
82
+ clientName,
83
+ commandName,
84
+ inputFilterSensitiveLog: GetBuiltinSlotTypesRequest.filterSensitiveLog,
85
+ outputFilterSensitiveLog: GetBuiltinSlotTypesResponse.filterSensitiveLog,
86
+ };
87
+ const { requestHandler } = configuration;
88
+ return stack.resolve(
89
+ (request: FinalizeHandlerArguments<any>) =>
90
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
91
+ handlerExecutionContext
92
+ );
93
+ }
94
+
95
+ private serialize(input: GetBuiltinSlotTypesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
96
+ return serializeAws_restJson1GetBuiltinSlotTypesCommand(input, context);
97
+ }
98
+
99
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetBuiltinSlotTypesCommandOutput> {
100
+ return deserializeAws_restJson1GetBuiltinSlotTypesCommand(output, context);
101
+ }
102
+
103
+ // Start section: command_body_extra
104
+ // End section: command_body_extra
105
+ }
@@ -0,0 +1,100 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ LexModelBuildingServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../LexModelBuildingServiceClient";
19
+ import { GetExportRequest, GetExportResponse } from "../models/models_0";
20
+ import {
21
+ deserializeAws_restJson1GetExportCommand,
22
+ serializeAws_restJson1GetExportCommand,
23
+ } from "../protocols/Aws_restJson1";
24
+
25
+ export interface GetExportCommandInput extends GetExportRequest {}
26
+ export interface GetExportCommandOutput extends GetExportResponse, __MetadataBearer {}
27
+
28
+ /**
29
+ * <p>Exports the contents of a Amazon Lex resource in a specified format.
30
+ * </p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { LexModelBuildingServiceClient, GetExportCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
35
+ * // const { LexModelBuildingServiceClient, GetExportCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
36
+ * const client = new LexModelBuildingServiceClient(config);
37
+ * const command = new GetExportCommand(input);
38
+ * const response = await client.send(command);
39
+ * ```
40
+ *
41
+ * @see {@link GetExportCommandInput} for command's `input` shape.
42
+ * @see {@link GetExportCommandOutput} for command's `response` shape.
43
+ * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
44
+ *
45
+ */
46
+ export class GetExportCommand extends $Command<
47
+ GetExportCommandInput,
48
+ GetExportCommandOutput,
49
+ LexModelBuildingServiceClientResolvedConfig
50
+ > {
51
+ // Start section: command_properties
52
+ // End section: command_properties
53
+
54
+ constructor(readonly input: GetExportCommandInput) {
55
+ // Start section: command_constructor
56
+ super();
57
+ // End section: command_constructor
58
+ }
59
+
60
+ /**
61
+ * @internal
62
+ */
63
+ resolveMiddleware(
64
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
65
+ configuration: LexModelBuildingServiceClientResolvedConfig,
66
+ options?: __HttpHandlerOptions
67
+ ): Handler<GetExportCommandInput, GetExportCommandOutput> {
68
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
69
+
70
+ const stack = clientStack.concat(this.middlewareStack);
71
+
72
+ const { logger } = configuration;
73
+ const clientName = "LexModelBuildingServiceClient";
74
+ const commandName = "GetExportCommand";
75
+ const handlerExecutionContext: HandlerExecutionContext = {
76
+ logger,
77
+ clientName,
78
+ commandName,
79
+ inputFilterSensitiveLog: GetExportRequest.filterSensitiveLog,
80
+ outputFilterSensitiveLog: GetExportResponse.filterSensitiveLog,
81
+ };
82
+ const { requestHandler } = configuration;
83
+ return stack.resolve(
84
+ (request: FinalizeHandlerArguments<any>) =>
85
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
86
+ handlerExecutionContext
87
+ );
88
+ }
89
+
90
+ private serialize(input: GetExportCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
91
+ return serializeAws_restJson1GetExportCommand(input, context);
92
+ }
93
+
94
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetExportCommandOutput> {
95
+ return deserializeAws_restJson1GetExportCommand(output, context);
96
+ }
97
+
98
+ // Start section: command_body_extra
99
+ // End section: command_body_extra
100
+ }
@@ -0,0 +1,100 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ LexModelBuildingServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../LexModelBuildingServiceClient";
19
+ import { GetImportRequest, GetImportResponse } from "../models/models_0";
20
+ import {
21
+ deserializeAws_restJson1GetImportCommand,
22
+ serializeAws_restJson1GetImportCommand,
23
+ } from "../protocols/Aws_restJson1";
24
+
25
+ export interface GetImportCommandInput extends GetImportRequest {}
26
+ export interface GetImportCommandOutput extends GetImportResponse, __MetadataBearer {}
27
+
28
+ /**
29
+ * <p>Gets information about an import job started with the
30
+ * <code>StartImport</code> operation.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { LexModelBuildingServiceClient, GetImportCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
35
+ * // const { LexModelBuildingServiceClient, GetImportCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
36
+ * const client = new LexModelBuildingServiceClient(config);
37
+ * const command = new GetImportCommand(input);
38
+ * const response = await client.send(command);
39
+ * ```
40
+ *
41
+ * @see {@link GetImportCommandInput} for command's `input` shape.
42
+ * @see {@link GetImportCommandOutput} for command's `response` shape.
43
+ * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
44
+ *
45
+ */
46
+ export class GetImportCommand extends $Command<
47
+ GetImportCommandInput,
48
+ GetImportCommandOutput,
49
+ LexModelBuildingServiceClientResolvedConfig
50
+ > {
51
+ // Start section: command_properties
52
+ // End section: command_properties
53
+
54
+ constructor(readonly input: GetImportCommandInput) {
55
+ // Start section: command_constructor
56
+ super();
57
+ // End section: command_constructor
58
+ }
59
+
60
+ /**
61
+ * @internal
62
+ */
63
+ resolveMiddleware(
64
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
65
+ configuration: LexModelBuildingServiceClientResolvedConfig,
66
+ options?: __HttpHandlerOptions
67
+ ): Handler<GetImportCommandInput, GetImportCommandOutput> {
68
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
69
+
70
+ const stack = clientStack.concat(this.middlewareStack);
71
+
72
+ const { logger } = configuration;
73
+ const clientName = "LexModelBuildingServiceClient";
74
+ const commandName = "GetImportCommand";
75
+ const handlerExecutionContext: HandlerExecutionContext = {
76
+ logger,
77
+ clientName,
78
+ commandName,
79
+ inputFilterSensitiveLog: GetImportRequest.filterSensitiveLog,
80
+ outputFilterSensitiveLog: GetImportResponse.filterSensitiveLog,
81
+ };
82
+ const { requestHandler } = configuration;
83
+ return stack.resolve(
84
+ (request: FinalizeHandlerArguments<any>) =>
85
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
86
+ handlerExecutionContext
87
+ );
88
+ }
89
+
90
+ private serialize(input: GetImportCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
91
+ return serializeAws_restJson1GetImportCommand(input, context);
92
+ }
93
+
94
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetImportCommandOutput> {
95
+ return deserializeAws_restJson1GetImportCommand(output, context);
96
+ }
97
+
98
+ // Start section: command_body_extra
99
+ // End section: command_body_extra
100
+ }
@@ -0,0 +1,102 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ LexModelBuildingServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../LexModelBuildingServiceClient";
19
+ import { GetIntentRequest, GetIntentResponse } from "../models/models_0";
20
+ import {
21
+ deserializeAws_restJson1GetIntentCommand,
22
+ serializeAws_restJson1GetIntentCommand,
23
+ } from "../protocols/Aws_restJson1";
24
+
25
+ export interface GetIntentCommandInput extends GetIntentRequest {}
26
+ export interface GetIntentCommandOutput extends GetIntentResponse, __MetadataBearer {}
27
+
28
+ /**
29
+ * <p> Returns information about an intent. In addition to the intent
30
+ * name, you must specify the intent version. </p>
31
+ * <p> This operation requires permissions to perform the
32
+ * <code>lex:GetIntent</code> action. </p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { LexModelBuildingServiceClient, GetIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
37
+ * // const { LexModelBuildingServiceClient, GetIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
38
+ * const client = new LexModelBuildingServiceClient(config);
39
+ * const command = new GetIntentCommand(input);
40
+ * const response = await client.send(command);
41
+ * ```
42
+ *
43
+ * @see {@link GetIntentCommandInput} for command's `input` shape.
44
+ * @see {@link GetIntentCommandOutput} for command's `response` shape.
45
+ * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
46
+ *
47
+ */
48
+ export class GetIntentCommand extends $Command<
49
+ GetIntentCommandInput,
50
+ GetIntentCommandOutput,
51
+ LexModelBuildingServiceClientResolvedConfig
52
+ > {
53
+ // Start section: command_properties
54
+ // End section: command_properties
55
+
56
+ constructor(readonly input: GetIntentCommandInput) {
57
+ // Start section: command_constructor
58
+ super();
59
+ // End section: command_constructor
60
+ }
61
+
62
+ /**
63
+ * @internal
64
+ */
65
+ resolveMiddleware(
66
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
67
+ configuration: LexModelBuildingServiceClientResolvedConfig,
68
+ options?: __HttpHandlerOptions
69
+ ): Handler<GetIntentCommandInput, GetIntentCommandOutput> {
70
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
71
+
72
+ const stack = clientStack.concat(this.middlewareStack);
73
+
74
+ const { logger } = configuration;
75
+ const clientName = "LexModelBuildingServiceClient";
76
+ const commandName = "GetIntentCommand";
77
+ const handlerExecutionContext: HandlerExecutionContext = {
78
+ logger,
79
+ clientName,
80
+ commandName,
81
+ inputFilterSensitiveLog: GetIntentRequest.filterSensitiveLog,
82
+ outputFilterSensitiveLog: GetIntentResponse.filterSensitiveLog,
83
+ };
84
+ const { requestHandler } = configuration;
85
+ return stack.resolve(
86
+ (request: FinalizeHandlerArguments<any>) =>
87
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
88
+ handlerExecutionContext
89
+ );
90
+ }
91
+
92
+ private serialize(input: GetIntentCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
93
+ return serializeAws_restJson1GetIntentCommand(input, context);
94
+ }
95
+
96
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetIntentCommandOutput> {
97
+ return deserializeAws_restJson1GetIntentCommand(output, context);
98
+ }
99
+
100
+ // Start section: command_body_extra
101
+ // End section: command_body_extra
102
+ }
@@ -0,0 +1,109 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ LexModelBuildingServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../LexModelBuildingServiceClient";
19
+ import { GetIntentVersionsRequest, GetIntentVersionsResponse } from "../models/models_0";
20
+ import {
21
+ deserializeAws_restJson1GetIntentVersionsCommand,
22
+ serializeAws_restJson1GetIntentVersionsCommand,
23
+ } from "../protocols/Aws_restJson1";
24
+
25
+ export interface GetIntentVersionsCommandInput extends GetIntentVersionsRequest {}
26
+ export interface GetIntentVersionsCommandOutput extends GetIntentVersionsResponse, __MetadataBearer {}
27
+
28
+ /**
29
+ * <p>Gets information about all of the versions of an intent.</p>
30
+ * <p>The <code>GetIntentVersions</code> operation returns an
31
+ * <code>IntentMetadata</code> object for each version of an intent. For
32
+ * example, if an intent has three numbered versions, the
33
+ * <code>GetIntentVersions</code> operation returns four
34
+ * <code>IntentMetadata</code> objects in the response, one for each
35
+ * numbered version and one for the <code>$LATEST</code> version. </p>
36
+ * <p>The <code>GetIntentVersions</code> operation always returns at
37
+ * least one version, the <code>$LATEST</code> version.</p>
38
+ * <p>This operation requires permissions for the
39
+ * <code>lex:GetIntentVersions</code> action.</p>
40
+ * @example
41
+ * Use a bare-bones client and the command you need to make an API call.
42
+ * ```javascript
43
+ * import { LexModelBuildingServiceClient, GetIntentVersionsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
44
+ * // const { LexModelBuildingServiceClient, GetIntentVersionsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
45
+ * const client = new LexModelBuildingServiceClient(config);
46
+ * const command = new GetIntentVersionsCommand(input);
47
+ * const response = await client.send(command);
48
+ * ```
49
+ *
50
+ * @see {@link GetIntentVersionsCommandInput} for command's `input` shape.
51
+ * @see {@link GetIntentVersionsCommandOutput} for command's `response` shape.
52
+ * @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
53
+ *
54
+ */
55
+ export class GetIntentVersionsCommand extends $Command<
56
+ GetIntentVersionsCommandInput,
57
+ GetIntentVersionsCommandOutput,
58
+ LexModelBuildingServiceClientResolvedConfig
59
+ > {
60
+ // Start section: command_properties
61
+ // End section: command_properties
62
+
63
+ constructor(readonly input: GetIntentVersionsCommandInput) {
64
+ // Start section: command_constructor
65
+ super();
66
+ // End section: command_constructor
67
+ }
68
+
69
+ /**
70
+ * @internal
71
+ */
72
+ resolveMiddleware(
73
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
74
+ configuration: LexModelBuildingServiceClientResolvedConfig,
75
+ options?: __HttpHandlerOptions
76
+ ): Handler<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput> {
77
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
78
+
79
+ const stack = clientStack.concat(this.middlewareStack);
80
+
81
+ const { logger } = configuration;
82
+ const clientName = "LexModelBuildingServiceClient";
83
+ const commandName = "GetIntentVersionsCommand";
84
+ const handlerExecutionContext: HandlerExecutionContext = {
85
+ logger,
86
+ clientName,
87
+ commandName,
88
+ inputFilterSensitiveLog: GetIntentVersionsRequest.filterSensitiveLog,
89
+ outputFilterSensitiveLog: GetIntentVersionsResponse.filterSensitiveLog,
90
+ };
91
+ const { requestHandler } = configuration;
92
+ return stack.resolve(
93
+ (request: FinalizeHandlerArguments<any>) =>
94
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
95
+ handlerExecutionContext
96
+ );
97
+ }
98
+
99
+ private serialize(input: GetIntentVersionsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
100
+ return serializeAws_restJson1GetIntentVersionsCommand(input, context);
101
+ }
102
+
103
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetIntentVersionsCommandOutput> {
104
+ return deserializeAws_restJson1GetIntentVersionsCommand(output, context);
105
+ }
106
+
107
+ // Start section: command_body_extra
108
+ // End section: command_body_extra
109
+ }