@aws-sdk/client-lex-models-v2 3.296.0 → 3.298.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 (237) hide show
  1. package/dist-cjs/commands/BatchCreateCustomVocabularyItemCommand.js +2 -3
  2. package/dist-cjs/commands/BatchDeleteCustomVocabularyItemCommand.js +2 -3
  3. package/dist-cjs/commands/BatchUpdateCustomVocabularyItemCommand.js +2 -3
  4. package/dist-cjs/commands/BuildBotLocaleCommand.js +2 -3
  5. package/dist-cjs/commands/CreateBotAliasCommand.js +2 -3
  6. package/dist-cjs/commands/CreateBotCommand.js +2 -3
  7. package/dist-cjs/commands/CreateBotLocaleCommand.js +2 -3
  8. package/dist-cjs/commands/CreateBotVersionCommand.js +2 -3
  9. package/dist-cjs/commands/CreateExportCommand.js +1 -1
  10. package/dist-cjs/commands/CreateIntentCommand.js +2 -3
  11. package/dist-cjs/commands/CreateResourcePolicyCommand.js +2 -3
  12. package/dist-cjs/commands/CreateResourcePolicyStatementCommand.js +2 -3
  13. package/dist-cjs/commands/CreateSlotCommand.js +2 -3
  14. package/dist-cjs/commands/CreateSlotTypeCommand.js +2 -3
  15. package/dist-cjs/commands/CreateUploadUrlCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteBotAliasCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteBotCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteBotLocaleCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteBotVersionCommand.js +2 -3
  20. package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +2 -3
  21. package/dist-cjs/commands/DeleteExportCommand.js +2 -3
  22. package/dist-cjs/commands/DeleteImportCommand.js +2 -3
  23. package/dist-cjs/commands/DeleteIntentCommand.js +2 -3
  24. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteResourcePolicyStatementCommand.js +2 -3
  26. package/dist-cjs/commands/DeleteSlotCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteSlotTypeCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteUtterancesCommand.js +2 -3
  29. package/dist-cjs/commands/DescribeBotAliasCommand.js +2 -3
  30. package/dist-cjs/commands/DescribeBotCommand.js +2 -3
  31. package/dist-cjs/commands/DescribeBotLocaleCommand.js +2 -3
  32. package/dist-cjs/commands/DescribeBotRecommendationCommand.js +1 -1
  33. package/dist-cjs/commands/DescribeBotVersionCommand.js +2 -3
  34. package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +2 -3
  35. package/dist-cjs/commands/DescribeExportCommand.js +2 -3
  36. package/dist-cjs/commands/DescribeImportCommand.js +2 -3
  37. package/dist-cjs/commands/DescribeIntentCommand.js +2 -4
  38. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
  39. package/dist-cjs/commands/DescribeSlotCommand.js +2 -4
  40. package/dist-cjs/commands/DescribeSlotTypeCommand.js +2 -3
  41. package/dist-cjs/commands/ListAggregatedUtterancesCommand.js +2 -3
  42. package/dist-cjs/commands/ListBotAliasesCommand.js +2 -3
  43. package/dist-cjs/commands/ListBotLocalesCommand.js +2 -3
  44. package/dist-cjs/commands/ListBotRecommendationsCommand.js +2 -3
  45. package/dist-cjs/commands/ListBotVersionsCommand.js +2 -3
  46. package/dist-cjs/commands/ListBotsCommand.js +2 -3
  47. package/dist-cjs/commands/ListBuiltInIntentsCommand.js +2 -3
  48. package/dist-cjs/commands/ListBuiltInSlotTypesCommand.js +2 -3
  49. package/dist-cjs/commands/ListCustomVocabularyItemsCommand.js +2 -3
  50. package/dist-cjs/commands/ListExportsCommand.js +2 -3
  51. package/dist-cjs/commands/ListImportsCommand.js +2 -3
  52. package/dist-cjs/commands/ListIntentsCommand.js +2 -3
  53. package/dist-cjs/commands/ListRecommendedIntentsCommand.js +2 -3
  54. package/dist-cjs/commands/ListSlotTypesCommand.js +2 -3
  55. package/dist-cjs/commands/ListSlotsCommand.js +2 -3
  56. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  57. package/dist-cjs/commands/SearchAssociatedTranscriptsCommand.js +2 -3
  58. package/dist-cjs/commands/StartImportCommand.js +1 -1
  59. package/dist-cjs/commands/StopBotRecommendationCommand.js +2 -3
  60. package/dist-cjs/commands/TagResourceCommand.js +2 -4
  61. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  62. package/dist-cjs/commands/UpdateBotAliasCommand.js +2 -3
  63. package/dist-cjs/commands/UpdateBotCommand.js +2 -3
  64. package/dist-cjs/commands/UpdateBotLocaleCommand.js +2 -3
  65. package/dist-cjs/commands/UpdateExportCommand.js +1 -1
  66. package/dist-cjs/commands/UpdateIntentCommand.js +2 -3
  67. package/dist-cjs/commands/UpdateResourcePolicyCommand.js +2 -3
  68. package/dist-cjs/commands/UpdateSlotCommand.js +2 -3
  69. package/dist-cjs/commands/UpdateSlotTypeCommand.js +2 -3
  70. package/dist-cjs/models/models_0.js +1 -933
  71. package/dist-cjs/models/models_1.js +1 -157
  72. package/dist-es/commands/BatchCreateCustomVocabularyItemCommand.js +2 -3
  73. package/dist-es/commands/BatchDeleteCustomVocabularyItemCommand.js +2 -3
  74. package/dist-es/commands/BatchUpdateCustomVocabularyItemCommand.js +2 -3
  75. package/dist-es/commands/BuildBotLocaleCommand.js +2 -3
  76. package/dist-es/commands/CreateBotAliasCommand.js +2 -3
  77. package/dist-es/commands/CreateBotCommand.js +2 -3
  78. package/dist-es/commands/CreateBotLocaleCommand.js +2 -3
  79. package/dist-es/commands/CreateBotVersionCommand.js +2 -3
  80. package/dist-es/commands/CreateExportCommand.js +2 -2
  81. package/dist-es/commands/CreateIntentCommand.js +2 -3
  82. package/dist-es/commands/CreateResourcePolicyCommand.js +2 -3
  83. package/dist-es/commands/CreateResourcePolicyStatementCommand.js +2 -3
  84. package/dist-es/commands/CreateSlotCommand.js +2 -3
  85. package/dist-es/commands/CreateSlotTypeCommand.js +2 -3
  86. package/dist-es/commands/CreateUploadUrlCommand.js +2 -3
  87. package/dist-es/commands/DeleteBotAliasCommand.js +2 -3
  88. package/dist-es/commands/DeleteBotCommand.js +2 -3
  89. package/dist-es/commands/DeleteBotLocaleCommand.js +2 -3
  90. package/dist-es/commands/DeleteBotVersionCommand.js +2 -3
  91. package/dist-es/commands/DeleteCustomVocabularyCommand.js +2 -3
  92. package/dist-es/commands/DeleteExportCommand.js +2 -3
  93. package/dist-es/commands/DeleteImportCommand.js +2 -3
  94. package/dist-es/commands/DeleteIntentCommand.js +2 -3
  95. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  96. package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +2 -3
  97. package/dist-es/commands/DeleteSlotCommand.js +2 -3
  98. package/dist-es/commands/DeleteSlotTypeCommand.js +2 -3
  99. package/dist-es/commands/DeleteUtterancesCommand.js +2 -3
  100. package/dist-es/commands/DescribeBotAliasCommand.js +2 -3
  101. package/dist-es/commands/DescribeBotCommand.js +2 -3
  102. package/dist-es/commands/DescribeBotLocaleCommand.js +2 -3
  103. package/dist-es/commands/DescribeBotRecommendationCommand.js +2 -2
  104. package/dist-es/commands/DescribeBotVersionCommand.js +2 -3
  105. package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +2 -3
  106. package/dist-es/commands/DescribeExportCommand.js +2 -3
  107. package/dist-es/commands/DescribeImportCommand.js +2 -3
  108. package/dist-es/commands/DescribeIntentCommand.js +2 -4
  109. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
  110. package/dist-es/commands/DescribeSlotCommand.js +2 -4
  111. package/dist-es/commands/DescribeSlotTypeCommand.js +2 -3
  112. package/dist-es/commands/ListAggregatedUtterancesCommand.js +2 -3
  113. package/dist-es/commands/ListBotAliasesCommand.js +2 -3
  114. package/dist-es/commands/ListBotLocalesCommand.js +2 -3
  115. package/dist-es/commands/ListBotRecommendationsCommand.js +2 -3
  116. package/dist-es/commands/ListBotVersionsCommand.js +2 -3
  117. package/dist-es/commands/ListBotsCommand.js +2 -3
  118. package/dist-es/commands/ListBuiltInIntentsCommand.js +2 -3
  119. package/dist-es/commands/ListBuiltInSlotTypesCommand.js +2 -3
  120. package/dist-es/commands/ListCustomVocabularyItemsCommand.js +2 -3
  121. package/dist-es/commands/ListExportsCommand.js +2 -3
  122. package/dist-es/commands/ListImportsCommand.js +2 -3
  123. package/dist-es/commands/ListIntentsCommand.js +2 -3
  124. package/dist-es/commands/ListRecommendedIntentsCommand.js +2 -3
  125. package/dist-es/commands/ListSlotTypesCommand.js +2 -3
  126. package/dist-es/commands/ListSlotsCommand.js +2 -3
  127. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  128. package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +2 -3
  129. package/dist-es/commands/StartImportCommand.js +2 -2
  130. package/dist-es/commands/StopBotRecommendationCommand.js +2 -3
  131. package/dist-es/commands/TagResourceCommand.js +2 -4
  132. package/dist-es/commands/UntagResourceCommand.js +2 -3
  133. package/dist-es/commands/UpdateBotAliasCommand.js +2 -3
  134. package/dist-es/commands/UpdateBotCommand.js +2 -3
  135. package/dist-es/commands/UpdateBotLocaleCommand.js +2 -3
  136. package/dist-es/commands/UpdateExportCommand.js +2 -2
  137. package/dist-es/commands/UpdateIntentCommand.js +2 -3
  138. package/dist-es/commands/UpdateResourcePolicyCommand.js +2 -3
  139. package/dist-es/commands/UpdateSlotCommand.js +2 -3
  140. package/dist-es/commands/UpdateSlotTypeCommand.js +2 -3
  141. package/dist-es/models/models_0.js +0 -696
  142. package/dist-es/models/models_1.js +0 -117
  143. package/dist-types/LexModelsV2.d.ts +72 -0
  144. package/dist-types/LexModelsV2Client.d.ts +24 -4
  145. package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +16 -0
  146. package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +16 -0
  147. package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +16 -0
  148. package/dist-types/commands/BuildBotLocaleCommand.d.ts +16 -0
  149. package/dist-types/commands/CreateBotAliasCommand.d.ts +16 -0
  150. package/dist-types/commands/CreateBotCommand.d.ts +16 -0
  151. package/dist-types/commands/CreateBotLocaleCommand.d.ts +16 -0
  152. package/dist-types/commands/CreateBotVersionCommand.d.ts +16 -0
  153. package/dist-types/commands/CreateExportCommand.d.ts +16 -0
  154. package/dist-types/commands/CreateIntentCommand.d.ts +16 -0
  155. package/dist-types/commands/CreateResourcePolicyCommand.d.ts +16 -0
  156. package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +16 -0
  157. package/dist-types/commands/CreateSlotCommand.d.ts +16 -0
  158. package/dist-types/commands/CreateSlotTypeCommand.d.ts +16 -0
  159. package/dist-types/commands/CreateUploadUrlCommand.d.ts +16 -0
  160. package/dist-types/commands/DeleteBotAliasCommand.d.ts +16 -0
  161. package/dist-types/commands/DeleteBotCommand.d.ts +16 -0
  162. package/dist-types/commands/DeleteBotLocaleCommand.d.ts +16 -0
  163. package/dist-types/commands/DeleteBotVersionCommand.d.ts +16 -0
  164. package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +16 -0
  165. package/dist-types/commands/DeleteExportCommand.d.ts +16 -0
  166. package/dist-types/commands/DeleteImportCommand.d.ts +16 -0
  167. package/dist-types/commands/DeleteIntentCommand.d.ts +16 -0
  168. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  169. package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +16 -0
  170. package/dist-types/commands/DeleteSlotCommand.d.ts +16 -0
  171. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +16 -0
  172. package/dist-types/commands/DeleteUtterancesCommand.d.ts +16 -0
  173. package/dist-types/commands/DescribeBotAliasCommand.d.ts +16 -0
  174. package/dist-types/commands/DescribeBotCommand.d.ts +16 -0
  175. package/dist-types/commands/DescribeBotLocaleCommand.d.ts +16 -0
  176. package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +16 -0
  177. package/dist-types/commands/DescribeBotVersionCommand.d.ts +16 -0
  178. package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +16 -0
  179. package/dist-types/commands/DescribeExportCommand.d.ts +16 -0
  180. package/dist-types/commands/DescribeImportCommand.d.ts +16 -0
  181. package/dist-types/commands/DescribeIntentCommand.d.ts +16 -0
  182. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  183. package/dist-types/commands/DescribeSlotCommand.d.ts +16 -0
  184. package/dist-types/commands/DescribeSlotTypeCommand.d.ts +16 -0
  185. package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +16 -0
  186. package/dist-types/commands/ListBotAliasesCommand.d.ts +16 -0
  187. package/dist-types/commands/ListBotLocalesCommand.d.ts +16 -0
  188. package/dist-types/commands/ListBotRecommendationsCommand.d.ts +16 -0
  189. package/dist-types/commands/ListBotVersionsCommand.d.ts +16 -0
  190. package/dist-types/commands/ListBotsCommand.d.ts +16 -0
  191. package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +16 -0
  192. package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +16 -0
  193. package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +16 -0
  194. package/dist-types/commands/ListExportsCommand.d.ts +16 -0
  195. package/dist-types/commands/ListImportsCommand.d.ts +16 -0
  196. package/dist-types/commands/ListIntentsCommand.d.ts +16 -0
  197. package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +16 -0
  198. package/dist-types/commands/ListSlotTypesCommand.d.ts +16 -0
  199. package/dist-types/commands/ListSlotsCommand.d.ts +16 -0
  200. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  201. package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +16 -0
  202. package/dist-types/commands/StartBotRecommendationCommand.d.ts +16 -0
  203. package/dist-types/commands/StartImportCommand.d.ts +16 -0
  204. package/dist-types/commands/StopBotRecommendationCommand.d.ts +16 -0
  205. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  206. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  207. package/dist-types/commands/UpdateBotAliasCommand.d.ts +16 -0
  208. package/dist-types/commands/UpdateBotCommand.d.ts +16 -0
  209. package/dist-types/commands/UpdateBotLocaleCommand.d.ts +16 -0
  210. package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +16 -0
  211. package/dist-types/commands/UpdateExportCommand.d.ts +16 -0
  212. package/dist-types/commands/UpdateIntentCommand.d.ts +16 -0
  213. package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +16 -0
  214. package/dist-types/commands/UpdateSlotCommand.d.ts +16 -0
  215. package/dist-types/commands/UpdateSlotTypeCommand.d.ts +16 -0
  216. package/dist-types/models/LexModelsV2ServiceException.d.ts +2 -0
  217. package/dist-types/models/models_0.d.ts +640 -934
  218. package/dist-types/models/models_1.d.ts +98 -158
  219. package/dist-types/pagination/Interfaces.d.ts +3 -0
  220. package/dist-types/pagination/ListAggregatedUtterancesPaginator.d.ts +3 -0
  221. package/dist-types/pagination/ListBotAliasesPaginator.d.ts +3 -0
  222. package/dist-types/pagination/ListBotLocalesPaginator.d.ts +3 -0
  223. package/dist-types/pagination/ListBotRecommendationsPaginator.d.ts +3 -0
  224. package/dist-types/pagination/ListBotVersionsPaginator.d.ts +3 -0
  225. package/dist-types/pagination/ListBotsPaginator.d.ts +3 -0
  226. package/dist-types/pagination/ListBuiltInIntentsPaginator.d.ts +3 -0
  227. package/dist-types/pagination/ListBuiltInSlotTypesPaginator.d.ts +3 -0
  228. package/dist-types/pagination/ListCustomVocabularyItemsPaginator.d.ts +3 -0
  229. package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
  230. package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
  231. package/dist-types/pagination/ListIntentsPaginator.d.ts +3 -0
  232. package/dist-types/pagination/ListRecommendedIntentsPaginator.d.ts +3 -0
  233. package/dist-types/pagination/ListSlotTypesPaginator.d.ts +3 -0
  234. package/dist-types/pagination/ListSlotsPaginator.d.ts +3 -0
  235. package/dist-types/ts3.4/models/models_0.d.ts +0 -644
  236. package/dist-types/ts3.4/models/models_1.d.ts +0 -115
  237. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateBotRecommendationRequest, UpdateBotRecommendationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateBotRecommendationCommand}.
8
10
  */
9
11
  export interface UpdateBotRecommendationCommandInput extends UpdateBotRecommendationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateBotRecommendationCommand}.
13
17
  */
14
18
  export interface UpdateBotRecommendationCommandOutput extends UpdateBotRecommendationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an existing bot recommendation request.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateBotRecommendationCommandOutput extends UpdateBotRecommend
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateBotRecommendationCommandInput - {@link UpdateBotRecommendationCommandInput}
34
+ * @returns {@link UpdateBotRecommendationCommandOutput}
28
35
  * @see {@link UpdateBotRecommendationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateBotRecommendationCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -63,11 +70,20 @@ export interface UpdateBotRecommendationCommandOutput extends UpdateBotRecommend
63
70
  export declare class UpdateBotRecommendationCommand extends $Command<UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
64
71
  readonly input: UpdateBotRecommendationCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: UpdateBotRecommendationCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateExportRequest, UpdateExportResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateExportCommand}.
8
10
  */
9
11
  export interface UpdateExportCommandInput extends UpdateExportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateExportCommand}.
13
17
  */
14
18
  export interface UpdateExportCommandOutput extends UpdateExportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the password used to protect an export zip archive.</p>
18
23
  * <p>The password is not required. If you don't supply a password, Amazon Lex
19
24
  * generates a zip file that is not protected by a password. This is the
@@ -29,6 +34,8 @@ export interface UpdateExportCommandOutput extends UpdateExportResponse, __Metad
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param UpdateExportCommandInput - {@link UpdateExportCommandInput}
38
+ * @returns {@link UpdateExportCommandOutput}
32
39
  * @see {@link UpdateExportCommandInput} for command's `input` shape.
33
40
  * @see {@link UpdateExportCommandOutput} for command's `response` shape.
34
41
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -62,11 +69,20 @@ export interface UpdateExportCommandOutput extends UpdateExportResponse, __Metad
62
69
  export declare class UpdateExportCommand extends $Command<UpdateExportCommandInput, UpdateExportCommandOutput, LexModelsV2ClientResolvedConfig> {
63
70
  readonly input: UpdateExportCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: UpdateExportCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExportCommandInput, UpdateExportCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateIntentRequest, UpdateIntentResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateIntentCommand}.
8
10
  */
9
11
  export interface UpdateIntentCommandInput extends UpdateIntentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateIntentCommand}.
13
17
  */
14
18
  export interface UpdateIntentCommandOutput extends UpdateIntentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the settings for an intent.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateIntentCommandOutput extends UpdateIntentResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateIntentCommandInput - {@link UpdateIntentCommandInput}
34
+ * @returns {@link UpdateIntentCommandOutput}
28
35
  * @see {@link UpdateIntentCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateIntentCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -59,11 +66,20 @@ export interface UpdateIntentCommandOutput extends UpdateIntentResponse, __Metad
59
66
  export declare class UpdateIntentCommand extends $Command<UpdateIntentCommandInput, UpdateIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
60
67
  readonly input: UpdateIntentCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: UpdateIntentCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIntentCommandInput, UpdateIntentCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateResourcePolicyRequest, UpdateResourcePolicyResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateResourcePolicyCommand}.
8
10
  */
9
11
  export interface UpdateResourcePolicyCommandInput extends UpdateResourcePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateResourcePolicyCommand}.
13
17
  */
14
18
  export interface UpdateResourcePolicyCommandOutput extends UpdateResourcePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Replaces the existing resource policy for a bot or bot alias with a
18
23
  * new one. If the policy doesn't exist, Amazon Lex returns an
19
24
  * exception.</p>
@@ -27,6 +32,8 @@ export interface UpdateResourcePolicyCommandOutput extends UpdateResourcePolicyR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateResourcePolicyCommandInput - {@link UpdateResourcePolicyCommandInput}
36
+ * @returns {@link UpdateResourcePolicyCommandOutput}
30
37
  * @see {@link UpdateResourcePolicyCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateResourcePolicyCommandOutput} for command's `response` shape.
32
39
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -60,11 +67,20 @@ export interface UpdateResourcePolicyCommandOutput extends UpdateResourcePolicyR
60
67
  export declare class UpdateResourcePolicyCommand extends $Command<UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
61
68
  readonly input: UpdateResourcePolicyCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: UpdateResourcePolicyCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateSlotRequest, UpdateSlotResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSlotCommand}.
8
10
  */
9
11
  export interface UpdateSlotCommandInput extends UpdateSlotRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSlotCommand}.
13
17
  */
14
18
  export interface UpdateSlotCommandOutput extends UpdateSlotResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the settings for a slot.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateSlotCommandOutput extends UpdateSlotResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateSlotCommandInput - {@link UpdateSlotCommandInput}
34
+ * @returns {@link UpdateSlotCommandOutput}
28
35
  * @see {@link UpdateSlotCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateSlotCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -59,11 +66,20 @@ export interface UpdateSlotCommandOutput extends UpdateSlotResponse, __MetadataB
59
66
  export declare class UpdateSlotCommand extends $Command<UpdateSlotCommandInput, UpdateSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
60
67
  readonly input: UpdateSlotCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: UpdateSlotCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSlotCommandInput, UpdateSlotCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateSlotTypeRequest, UpdateSlotTypeResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSlotTypeCommand}.
8
10
  */
9
11
  export interface UpdateSlotTypeCommandInput extends UpdateSlotTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSlotTypeCommand}.
13
17
  */
14
18
  export interface UpdateSlotTypeCommandOutput extends UpdateSlotTypeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the configuration of an existing slot type.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateSlotTypeCommandOutput extends UpdateSlotTypeResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateSlotTypeCommandInput - {@link UpdateSlotTypeCommandInput}
34
+ * @returns {@link UpdateSlotTypeCommandOutput}
28
35
  * @see {@link UpdateSlotTypeCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateSlotTypeCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -59,11 +66,20 @@ export interface UpdateSlotTypeCommandOutput extends UpdateSlotTypeResponse, __M
59
66
  export declare class UpdateSlotTypeCommand extends $Command<UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
60
67
  readonly input: UpdateSlotTypeCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: UpdateSlotTypeCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from LexModelsV2 service.
4
6
  */
5
7
  export declare class LexModelsV2ServiceException extends __ServiceException {