@aws-sdk/client-lex-models-v2 3.202.0 → 3.205.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 (90) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/LexModelsV2.js +60 -0
  4. package/dist-cjs/commands/BatchCreateCustomVocabularyItemCommand.js +46 -0
  5. package/dist-cjs/commands/BatchDeleteCustomVocabularyItemCommand.js +46 -0
  6. package/dist-cjs/commands/BatchUpdateCustomVocabularyItemCommand.js +46 -0
  7. package/dist-cjs/commands/ListCustomVocabularyItemsCommand.js +46 -0
  8. package/dist-cjs/commands/UpdateBotAliasCommand.js +3 -3
  9. package/dist-cjs/commands/UpdateBotCommand.js +3 -3
  10. package/dist-cjs/commands/UpdateBotLocaleCommand.js +3 -3
  11. package/dist-cjs/commands/UpdateBotRecommendationCommand.js +3 -3
  12. package/dist-cjs/commands/UpdateExportCommand.js +3 -3
  13. package/dist-cjs/commands/UpdateResourcePolicyCommand.js +3 -3
  14. package/dist-cjs/commands/UpdateSlotTypeCommand.js +1 -2
  15. package/dist-cjs/commands/index.js +4 -0
  16. package/dist-cjs/models/models_0.js +127 -127
  17. package/dist-cjs/models/models_1.js +58 -1
  18. package/dist-cjs/pagination/ListCustomVocabularyItemsPaginator.js +36 -0
  19. package/dist-cjs/pagination/index.js +1 -0
  20. package/dist-cjs/protocols/Aws_restJson1.js +420 -3
  21. package/dist-cjs/runtimeConfig.browser.js +0 -3
  22. package/dist-cjs/runtimeConfig.js +0 -3
  23. package/dist-cjs/runtimeConfig.shared.js +3 -0
  24. package/dist-es/LexModelsV2.js +60 -0
  25. package/dist-es/commands/BatchCreateCustomVocabularyItemCommand.js +42 -0
  26. package/dist-es/commands/BatchDeleteCustomVocabularyItemCommand.js +42 -0
  27. package/dist-es/commands/BatchUpdateCustomVocabularyItemCommand.js +42 -0
  28. package/dist-es/commands/ListCustomVocabularyItemsCommand.js +42 -0
  29. package/dist-es/commands/UpdateBotAliasCommand.js +1 -1
  30. package/dist-es/commands/UpdateBotCommand.js +1 -1
  31. package/dist-es/commands/UpdateBotLocaleCommand.js +1 -1
  32. package/dist-es/commands/UpdateBotRecommendationCommand.js +1 -1
  33. package/dist-es/commands/UpdateExportCommand.js +1 -1
  34. package/dist-es/commands/UpdateResourcePolicyCommand.js +1 -1
  35. package/dist-es/commands/UpdateSlotTypeCommand.js +1 -2
  36. package/dist-es/commands/index.js +4 -0
  37. package/dist-es/models/models_0.js +104 -103
  38. package/dist-es/models/models_1.js +44 -0
  39. package/dist-es/pagination/ListCustomVocabularyItemsPaginator.js +32 -0
  40. package/dist-es/pagination/index.js +1 -0
  41. package/dist-es/protocols/Aws_restJson1.js +409 -0
  42. package/dist-es/runtimeConfig.browser.js +0 -3
  43. package/dist-es/runtimeConfig.js +0 -3
  44. package/dist-es/runtimeConfig.shared.js +3 -0
  45. package/dist-types/LexModelsV2.d.ts +34 -1
  46. package/dist-types/LexModelsV2Client.d.ts +6 -2
  47. package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +38 -0
  48. package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +38 -0
  49. package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +38 -0
  50. package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +38 -0
  51. package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateBotAliasCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateBotLocaleCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateExportCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateSlotTypeCommand.d.ts +1 -2
  59. package/dist-types/commands/index.d.ts +4 -0
  60. package/dist-types/models/models_0.d.ts +409 -599
  61. package/dist-types/models/models_1.d.ts +525 -1
  62. package/dist-types/pagination/ListCustomVocabularyItemsPaginator.d.ts +4 -0
  63. package/dist-types/pagination/index.d.ts +1 -0
  64. package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
  65. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  66. package/dist-types/runtimeConfig.d.ts +2 -2
  67. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  68. package/dist-types/ts3.4/LexModelsV2.d.ts +68 -0
  69. package/dist-types/ts3.4/LexModelsV2Client.d.ts +24 -0
  70. package/dist-types/ts3.4/commands/BatchCreateCustomVocabularyItemCommand.d.ts +41 -0
  71. package/dist-types/ts3.4/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +41 -0
  72. package/dist-types/ts3.4/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +41 -0
  73. package/dist-types/ts3.4/commands/ListCustomVocabularyItemsCommand.d.ts +41 -0
  74. package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +4 -2
  81. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +150 -191
  83. package/dist-types/ts3.4/models/models_1.d.ts +169 -0
  84. package/dist-types/ts3.4/pagination/ListCustomVocabularyItemsPaginator.d.ts +11 -0
  85. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  90. package/package.json +5 -4
@@ -1,4 +1,16 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ BatchCreateCustomVocabularyItemCommandInput,
4
+ BatchCreateCustomVocabularyItemCommandOutput,
5
+ } from "./commands/BatchCreateCustomVocabularyItemCommand";
6
+ import {
7
+ BatchDeleteCustomVocabularyItemCommandInput,
8
+ BatchDeleteCustomVocabularyItemCommandOutput,
9
+ } from "./commands/BatchDeleteCustomVocabularyItemCommand";
10
+ import {
11
+ BatchUpdateCustomVocabularyItemCommandInput,
12
+ BatchUpdateCustomVocabularyItemCommandOutput,
13
+ } from "./commands/BatchUpdateCustomVocabularyItemCommand";
2
14
  import {
3
15
  BuildBotLocaleCommandInput,
4
16
  BuildBotLocaleCommandOutput,
@@ -179,6 +191,10 @@ import {
179
191
  ListBuiltInSlotTypesCommandInput,
180
192
  ListBuiltInSlotTypesCommandOutput,
181
193
  } from "./commands/ListBuiltInSlotTypesCommand";
194
+ import {
195
+ ListCustomVocabularyItemsCommandInput,
196
+ ListCustomVocabularyItemsCommandOutput,
197
+ } from "./commands/ListCustomVocabularyItemsCommand";
182
198
  import {
183
199
  ListExportsCommandInput,
184
200
  ListExportsCommandOutput,
@@ -269,6 +285,45 @@ import {
269
285
  } from "./commands/UpdateSlotTypeCommand";
270
286
  import { LexModelsV2Client } from "./LexModelsV2Client";
271
287
  export declare class LexModelsV2 extends LexModelsV2Client {
288
+ batchCreateCustomVocabularyItem(
289
+ args: BatchCreateCustomVocabularyItemCommandInput,
290
+ options?: __HttpHandlerOptions
291
+ ): Promise<BatchCreateCustomVocabularyItemCommandOutput>;
292
+ batchCreateCustomVocabularyItem(
293
+ args: BatchCreateCustomVocabularyItemCommandInput,
294
+ cb: (err: any, data?: BatchCreateCustomVocabularyItemCommandOutput) => void
295
+ ): void;
296
+ batchCreateCustomVocabularyItem(
297
+ args: BatchCreateCustomVocabularyItemCommandInput,
298
+ options: __HttpHandlerOptions,
299
+ cb: (err: any, data?: BatchCreateCustomVocabularyItemCommandOutput) => void
300
+ ): void;
301
+ batchDeleteCustomVocabularyItem(
302
+ args: BatchDeleteCustomVocabularyItemCommandInput,
303
+ options?: __HttpHandlerOptions
304
+ ): Promise<BatchDeleteCustomVocabularyItemCommandOutput>;
305
+ batchDeleteCustomVocabularyItem(
306
+ args: BatchDeleteCustomVocabularyItemCommandInput,
307
+ cb: (err: any, data?: BatchDeleteCustomVocabularyItemCommandOutput) => void
308
+ ): void;
309
+ batchDeleteCustomVocabularyItem(
310
+ args: BatchDeleteCustomVocabularyItemCommandInput,
311
+ options: __HttpHandlerOptions,
312
+ cb: (err: any, data?: BatchDeleteCustomVocabularyItemCommandOutput) => void
313
+ ): void;
314
+ batchUpdateCustomVocabularyItem(
315
+ args: BatchUpdateCustomVocabularyItemCommandInput,
316
+ options?: __HttpHandlerOptions
317
+ ): Promise<BatchUpdateCustomVocabularyItemCommandOutput>;
318
+ batchUpdateCustomVocabularyItem(
319
+ args: BatchUpdateCustomVocabularyItemCommandInput,
320
+ cb: (err: any, data?: BatchUpdateCustomVocabularyItemCommandOutput) => void
321
+ ): void;
322
+ batchUpdateCustomVocabularyItem(
323
+ args: BatchUpdateCustomVocabularyItemCommandInput,
324
+ options: __HttpHandlerOptions,
325
+ cb: (err: any, data?: BatchUpdateCustomVocabularyItemCommandOutput) => void
326
+ ): void;
272
327
  buildBotLocale(
273
328
  args: BuildBotLocaleCommandInput,
274
329
  options?: __HttpHandlerOptions
@@ -854,6 +909,19 @@ export declare class LexModelsV2 extends LexModelsV2Client {
854
909
  options: __HttpHandlerOptions,
855
910
  cb: (err: any, data?: ListBuiltInSlotTypesCommandOutput) => void
856
911
  ): void;
912
+ listCustomVocabularyItems(
913
+ args: ListCustomVocabularyItemsCommandInput,
914
+ options?: __HttpHandlerOptions
915
+ ): Promise<ListCustomVocabularyItemsCommandOutput>;
916
+ listCustomVocabularyItems(
917
+ args: ListCustomVocabularyItemsCommandInput,
918
+ cb: (err: any, data?: ListCustomVocabularyItemsCommandOutput) => void
919
+ ): void;
920
+ listCustomVocabularyItems(
921
+ args: ListCustomVocabularyItemsCommandInput,
922
+ options: __HttpHandlerOptions,
923
+ cb: (err: any, data?: ListCustomVocabularyItemsCommandOutput) => void
924
+ ): void;
857
925
  listExports(
858
926
  args: ListExportsCommandInput,
859
927
  options?: __HttpHandlerOptions
@@ -43,6 +43,18 @@ import {
43
43
  UrlParser as __UrlParser,
44
44
  UserAgent as __UserAgent,
45
45
  } from "@aws-sdk/types";
46
+ import {
47
+ BatchCreateCustomVocabularyItemCommandInput,
48
+ BatchCreateCustomVocabularyItemCommandOutput,
49
+ } from "./commands/BatchCreateCustomVocabularyItemCommand";
50
+ import {
51
+ BatchDeleteCustomVocabularyItemCommandInput,
52
+ BatchDeleteCustomVocabularyItemCommandOutput,
53
+ } from "./commands/BatchDeleteCustomVocabularyItemCommand";
54
+ import {
55
+ BatchUpdateCustomVocabularyItemCommandInput,
56
+ BatchUpdateCustomVocabularyItemCommandOutput,
57
+ } from "./commands/BatchUpdateCustomVocabularyItemCommand";
46
58
  import {
47
59
  BuildBotLocaleCommandInput,
48
60
  BuildBotLocaleCommandOutput,
@@ -223,6 +235,10 @@ import {
223
235
  ListBuiltInSlotTypesCommandInput,
224
236
  ListBuiltInSlotTypesCommandOutput,
225
237
  } from "./commands/ListBuiltInSlotTypesCommand";
238
+ import {
239
+ ListCustomVocabularyItemsCommandInput,
240
+ ListCustomVocabularyItemsCommandOutput,
241
+ } from "./commands/ListCustomVocabularyItemsCommand";
226
242
  import {
227
243
  ListExportsCommandInput,
228
244
  ListExportsCommandOutput,
@@ -317,6 +333,9 @@ import {
317
333
  EndpointParameters,
318
334
  } from "./endpoint/EndpointParameters";
319
335
  export declare type ServiceInputTypes =
336
+ | BatchCreateCustomVocabularyItemCommandInput
337
+ | BatchDeleteCustomVocabularyItemCommandInput
338
+ | BatchUpdateCustomVocabularyItemCommandInput
320
339
  | BuildBotLocaleCommandInput
321
340
  | CreateBotAliasCommandInput
322
341
  | CreateBotCommandInput
@@ -362,6 +381,7 @@ export declare type ServiceInputTypes =
362
381
  | ListBotsCommandInput
363
382
  | ListBuiltInIntentsCommandInput
364
383
  | ListBuiltInSlotTypesCommandInput
384
+ | ListCustomVocabularyItemsCommandInput
365
385
  | ListExportsCommandInput
366
386
  | ListImportsCommandInput
367
387
  | ListIntentsCommandInput
@@ -385,6 +405,9 @@ export declare type ServiceInputTypes =
385
405
  | UpdateSlotCommandInput
386
406
  | UpdateSlotTypeCommandInput;
387
407
  export declare type ServiceOutputTypes =
408
+ | BatchCreateCustomVocabularyItemCommandOutput
409
+ | BatchDeleteCustomVocabularyItemCommandOutput
410
+ | BatchUpdateCustomVocabularyItemCommandOutput
388
411
  | BuildBotLocaleCommandOutput
389
412
  | CreateBotAliasCommandOutput
390
413
  | CreateBotCommandOutput
@@ -430,6 +453,7 @@ export declare type ServiceOutputTypes =
430
453
  | ListBotsCommandOutput
431
454
  | ListBuiltInIntentsCommandOutput
432
455
  | ListBuiltInSlotTypesCommandOutput
456
+ | ListCustomVocabularyItemsCommandOutput
433
457
  | ListExportsCommandOutput
434
458
  | ListImportsCommandOutput
435
459
  | ListIntentsCommandOutput
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ LexModelsV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../LexModelsV2Client";
14
+ import {
15
+ BatchCreateCustomVocabularyItemRequest,
16
+ BatchCreateCustomVocabularyItemResponse,
17
+ } from "../models/models_0";
18
+ export interface BatchCreateCustomVocabularyItemCommandInput
19
+ extends BatchCreateCustomVocabularyItemRequest {}
20
+ export interface BatchCreateCustomVocabularyItemCommandOutput
21
+ extends BatchCreateCustomVocabularyItemResponse,
22
+ __MetadataBearer {}
23
+ export declare class BatchCreateCustomVocabularyItemCommand extends $Command<
24
+ BatchCreateCustomVocabularyItemCommandInput,
25
+ BatchCreateCustomVocabularyItemCommandOutput,
26
+ LexModelsV2ClientResolvedConfig
27
+ > {
28
+ readonly input: BatchCreateCustomVocabularyItemCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: BatchCreateCustomVocabularyItemCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LexModelsV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchCreateCustomVocabularyItemCommandInput,
37
+ BatchCreateCustomVocabularyItemCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ LexModelsV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../LexModelsV2Client";
14
+ import {
15
+ BatchDeleteCustomVocabularyItemRequest,
16
+ BatchDeleteCustomVocabularyItemResponse,
17
+ } from "../models/models_0";
18
+ export interface BatchDeleteCustomVocabularyItemCommandInput
19
+ extends BatchDeleteCustomVocabularyItemRequest {}
20
+ export interface BatchDeleteCustomVocabularyItemCommandOutput
21
+ extends BatchDeleteCustomVocabularyItemResponse,
22
+ __MetadataBearer {}
23
+ export declare class BatchDeleteCustomVocabularyItemCommand extends $Command<
24
+ BatchDeleteCustomVocabularyItemCommandInput,
25
+ BatchDeleteCustomVocabularyItemCommandOutput,
26
+ LexModelsV2ClientResolvedConfig
27
+ > {
28
+ readonly input: BatchDeleteCustomVocabularyItemCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: BatchDeleteCustomVocabularyItemCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LexModelsV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchDeleteCustomVocabularyItemCommandInput,
37
+ BatchDeleteCustomVocabularyItemCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ LexModelsV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../LexModelsV2Client";
14
+ import {
15
+ BatchUpdateCustomVocabularyItemRequest,
16
+ BatchUpdateCustomVocabularyItemResponse,
17
+ } from "../models/models_0";
18
+ export interface BatchUpdateCustomVocabularyItemCommandInput
19
+ extends BatchUpdateCustomVocabularyItemRequest {}
20
+ export interface BatchUpdateCustomVocabularyItemCommandOutput
21
+ extends BatchUpdateCustomVocabularyItemResponse,
22
+ __MetadataBearer {}
23
+ export declare class BatchUpdateCustomVocabularyItemCommand extends $Command<
24
+ BatchUpdateCustomVocabularyItemCommandInput,
25
+ BatchUpdateCustomVocabularyItemCommandOutput,
26
+ LexModelsV2ClientResolvedConfig
27
+ > {
28
+ readonly input: BatchUpdateCustomVocabularyItemCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: BatchUpdateCustomVocabularyItemCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LexModelsV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchUpdateCustomVocabularyItemCommandInput,
37
+ BatchUpdateCustomVocabularyItemCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ LexModelsV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../LexModelsV2Client";
14
+ import {
15
+ ListCustomVocabularyItemsRequest,
16
+ ListCustomVocabularyItemsResponse,
17
+ } from "../models/models_0";
18
+ export interface ListCustomVocabularyItemsCommandInput
19
+ extends ListCustomVocabularyItemsRequest {}
20
+ export interface ListCustomVocabularyItemsCommandOutput
21
+ extends ListCustomVocabularyItemsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListCustomVocabularyItemsCommand extends $Command<
24
+ ListCustomVocabularyItemsCommandInput,
25
+ ListCustomVocabularyItemsCommandOutput,
26
+ LexModelsV2ClientResolvedConfig
27
+ > {
28
+ readonly input: ListCustomVocabularyItemsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListCustomVocabularyItemsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LexModelsV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCustomVocabularyItemsCommandInput,
37
+ ListCustomVocabularyItemsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateBotAliasRequest,
16
16
  UpdateBotAliasResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface UpdateBotAliasCommandInput extends UpdateBotAliasRequest {}
19
19
  export interface UpdateBotAliasCommandOutput
20
20
  extends UpdateBotAliasResponse,
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../LexModelsV2Client";
14
- import { UpdateBotRequest, UpdateBotResponse } from "../models/models_0";
14
+ import { UpdateBotRequest, UpdateBotResponse } from "../models/models_1";
15
15
  export interface UpdateBotCommandInput extends UpdateBotRequest {}
16
16
  export interface UpdateBotCommandOutput
17
17
  extends UpdateBotResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateBotLocaleRequest,
16
16
  UpdateBotLocaleResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface UpdateBotLocaleCommandInput extends UpdateBotLocaleRequest {}
19
19
  export interface UpdateBotLocaleCommandOutput
20
20
  extends UpdateBotLocaleResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateBotRecommendationRequest,
16
16
  UpdateBotRecommendationResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface UpdateBotRecommendationCommandInput
19
19
  extends UpdateBotRecommendationRequest {}
20
20
  export interface UpdateBotRecommendationCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../LexModelsV2Client";
14
- import { UpdateExportRequest, UpdateExportResponse } from "../models/models_0";
14
+ import { UpdateExportRequest, UpdateExportResponse } from "../models/models_1";
15
15
  export interface UpdateExportCommandInput extends UpdateExportRequest {}
16
16
  export interface UpdateExportCommandOutput
17
17
  extends UpdateExportResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateResourcePolicyRequest,
16
16
  UpdateResourcePolicyResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface UpdateResourcePolicyCommandInput
19
19
  extends UpdateResourcePolicyRequest {}
20
20
  export interface UpdateResourcePolicyCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../LexModelsV2Client";
14
- import { UpdateSlotTypeRequest } from "../models/models_0";
15
- import { UpdateSlotTypeResponse } from "../models/models_1";
14
+ import {
15
+ UpdateSlotTypeRequest,
16
+ UpdateSlotTypeResponse,
17
+ } from "../models/models_1";
16
18
  export interface UpdateSlotTypeCommandInput extends UpdateSlotTypeRequest {}
17
19
  export interface UpdateSlotTypeCommandOutput
18
20
  extends UpdateSlotTypeResponse,
@@ -1,3 +1,6 @@
1
+ export * from "./BatchCreateCustomVocabularyItemCommand";
2
+ export * from "./BatchDeleteCustomVocabularyItemCommand";
3
+ export * from "./BatchUpdateCustomVocabularyItemCommand";
1
4
  export * from "./BuildBotLocaleCommand";
2
5
  export * from "./CreateBotAliasCommand";
3
6
  export * from "./CreateBotCommand";
@@ -43,6 +46,7 @@ export * from "./ListBotVersionsCommand";
43
46
  export * from "./ListBotsCommand";
44
47
  export * from "./ListBuiltInIntentsCommand";
45
48
  export * from "./ListBuiltInSlotTypesCommand";
49
+ export * from "./ListCustomVocabularyItemsCommand";
46
50
  export * from "./ListExportsCommand";
47
51
  export * from "./ListImportsCommand";
48
52
  export * from "./ListIntentsCommand";