@aws-sdk/client-lex-models-v2 3.504.0 → 3.509.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 (68) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/commands/CreateBotReplicaCommand.js +1 -0
  3. package/dist-cjs/commands/DeleteBotReplicaCommand.js +1 -0
  4. package/dist-cjs/commands/DescribeBotReplicaCommand.js +1 -0
  5. package/dist-cjs/commands/ListBotAliasReplicasCommand.js +1 -0
  6. package/dist-cjs/commands/ListBotReplicasCommand.js +1 -0
  7. package/dist-cjs/commands/ListBotVersionReplicasCommand.js +1 -0
  8. package/dist-cjs/index.js +733 -3315
  9. package/dist-cjs/pagination/ListBotAliasReplicasPaginator.js +1 -0
  10. package/dist-cjs/pagination/ListBotVersionReplicasPaginator.js +1 -0
  11. package/dist-es/LexModelsV2.js +12 -0
  12. package/dist-es/commands/CreateBotReplicaCommand.js +24 -0
  13. package/dist-es/commands/DeleteBotReplicaCommand.js +24 -0
  14. package/dist-es/commands/DescribeBotRecommendationCommand.js +1 -1
  15. package/dist-es/commands/DescribeBotReplicaCommand.js +24 -0
  16. package/dist-es/commands/ListBotAliasReplicasCommand.js +24 -0
  17. package/dist-es/commands/ListBotReplicasCommand.js +24 -0
  18. package/dist-es/commands/ListBotVersionReplicasCommand.js +24 -0
  19. package/dist-es/commands/index.js +6 -0
  20. package/dist-es/models/models_0.js +22 -14
  21. package/dist-es/models/models_1.js +14 -0
  22. package/dist-es/pagination/ListBotAliasReplicasPaginator.js +4 -0
  23. package/dist-es/pagination/ListBotVersionReplicasPaginator.js +4 -0
  24. package/dist-es/pagination/index.js +2 -0
  25. package/dist-es/protocols/Aws_restJson1.js +403 -3147
  26. package/dist-types/LexModelsV2.d.ts +42 -0
  27. package/dist-types/LexModelsV2Client.d.ts +8 -2
  28. package/dist-types/commands/CreateBotReplicaCommand.d.ts +88 -0
  29. package/dist-types/commands/DeleteBotReplicaCommand.d.ts +86 -0
  30. package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeBotReplicaCommand.d.ts +85 -0
  32. package/dist-types/commands/DescribeBotResourceGenerationCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeBotVersionCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeExportCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeImportCommand.d.ts +1 -2
  37. package/dist-types/commands/ListBotAliasReplicasCommand.d.ts +91 -0
  38. package/dist-types/commands/ListBotReplicasCommand.d.ts +84 -0
  39. package/dist-types/commands/ListBotVersionReplicasCommand.d.ts +93 -0
  40. package/dist-types/commands/index.d.ts +6 -0
  41. package/dist-types/models/models_0.d.ts +238 -407
  42. package/dist-types/models/models_1.d.ts +603 -1
  43. package/dist-types/pagination/ListBotAliasReplicasPaginator.d.ts +7 -0
  44. package/dist-types/pagination/ListBotVersionReplicasPaginator.d.ts +7 -0
  45. package/dist-types/pagination/index.d.ts +2 -0
  46. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  47. package/dist-types/ts3.4/LexModelsV2.d.ts +102 -0
  48. package/dist-types/ts3.4/LexModelsV2Client.d.ts +36 -0
  49. package/dist-types/ts3.4/commands/CreateBotReplicaCommand.d.ts +29 -0
  50. package/dist-types/ts3.4/commands/DeleteBotReplicaCommand.d.ts +29 -0
  51. package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +2 -4
  52. package/dist-types/ts3.4/commands/DescribeBotReplicaCommand.d.ts +30 -0
  53. package/dist-types/ts3.4/commands/DescribeBotResourceGenerationCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/commands/ListBotAliasReplicasCommand.d.ts +30 -0
  59. package/dist-types/ts3.4/commands/ListBotReplicasCommand.d.ts +29 -0
  60. package/dist-types/ts3.4/commands/ListBotVersionReplicasCommand.d.ts +30 -0
  61. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +74 -96
  63. package/dist-types/ts3.4/models/models_1.d.ts +151 -2
  64. package/dist-types/ts3.4/pagination/ListBotAliasReplicasPaginator.d.ts +11 -0
  65. package/dist-types/ts3.4/pagination/ListBotVersionReplicasPaginator.d.ts +11 -0
  66. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  67. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  68. package/package.json +3 -3
@@ -31,6 +31,10 @@ import {
31
31
  CreateBotLocaleCommandInput,
32
32
  CreateBotLocaleCommandOutput,
33
33
  } from "../commands/CreateBotLocaleCommand";
34
+ import {
35
+ CreateBotReplicaCommandInput,
36
+ CreateBotReplicaCommandOutput,
37
+ } from "../commands/CreateBotReplicaCommand";
34
38
  import {
35
39
  CreateBotVersionCommandInput,
36
40
  CreateBotVersionCommandOutput,
@@ -79,6 +83,10 @@ import {
79
83
  DeleteBotLocaleCommandInput,
80
84
  DeleteBotLocaleCommandOutput,
81
85
  } from "../commands/DeleteBotLocaleCommand";
86
+ import {
87
+ DeleteBotReplicaCommandInput,
88
+ DeleteBotReplicaCommandOutput,
89
+ } from "../commands/DeleteBotReplicaCommand";
82
90
  import {
83
91
  DeleteBotVersionCommandInput,
84
92
  DeleteBotVersionCommandOutput,
@@ -139,6 +147,10 @@ import {
139
147
  DescribeBotRecommendationCommandInput,
140
148
  DescribeBotRecommendationCommandOutput,
141
149
  } from "../commands/DescribeBotRecommendationCommand";
150
+ import {
151
+ DescribeBotReplicaCommandInput,
152
+ DescribeBotReplicaCommandOutput,
153
+ } from "../commands/DescribeBotReplicaCommand";
142
154
  import {
143
155
  DescribeBotResourceGenerationCommandInput,
144
156
  DescribeBotResourceGenerationCommandOutput,
@@ -207,6 +219,10 @@ import {
207
219
  ListBotAliasesCommandInput,
208
220
  ListBotAliasesCommandOutput,
209
221
  } from "../commands/ListBotAliasesCommand";
222
+ import {
223
+ ListBotAliasReplicasCommandInput,
224
+ ListBotAliasReplicasCommandOutput,
225
+ } from "../commands/ListBotAliasReplicasCommand";
210
226
  import {
211
227
  ListBotLocalesCommandInput,
212
228
  ListBotLocalesCommandOutput,
@@ -215,6 +231,10 @@ import {
215
231
  ListBotRecommendationsCommandInput,
216
232
  ListBotRecommendationsCommandOutput,
217
233
  } from "../commands/ListBotRecommendationsCommand";
234
+ import {
235
+ ListBotReplicasCommandInput,
236
+ ListBotReplicasCommandOutput,
237
+ } from "../commands/ListBotReplicasCommand";
218
238
  import {
219
239
  ListBotResourceGenerationsCommandInput,
220
240
  ListBotResourceGenerationsCommandOutput,
@@ -223,6 +243,10 @@ import {
223
243
  ListBotsCommandInput,
224
244
  ListBotsCommandOutput,
225
245
  } from "../commands/ListBotsCommand";
246
+ import {
247
+ ListBotVersionReplicasCommandInput,
248
+ ListBotVersionReplicasCommandOutput,
249
+ } from "../commands/ListBotVersionReplicasCommand";
226
250
  import {
227
251
  ListBotVersionsCommandInput,
228
252
  ListBotVersionsCommandOutput,
@@ -415,6 +439,10 @@ export declare const se_CreateBotLocaleCommand: (
415
439
  input: CreateBotLocaleCommandInput,
416
440
  context: __SerdeContext
417
441
  ) => Promise<__HttpRequest>;
442
+ export declare const se_CreateBotReplicaCommand: (
443
+ input: CreateBotReplicaCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
418
446
  export declare const se_CreateBotVersionCommand: (
419
447
  input: CreateBotVersionCommandInput,
420
448
  context: __SerdeContext
@@ -463,6 +491,10 @@ export declare const se_DeleteBotLocaleCommand: (
463
491
  input: DeleteBotLocaleCommandInput,
464
492
  context: __SerdeContext
465
493
  ) => Promise<__HttpRequest>;
494
+ export declare const se_DeleteBotReplicaCommand: (
495
+ input: DeleteBotReplicaCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
466
498
  export declare const se_DeleteBotVersionCommand: (
467
499
  input: DeleteBotVersionCommandInput,
468
500
  context: __SerdeContext
@@ -523,6 +555,10 @@ export declare const se_DescribeBotRecommendationCommand: (
523
555
  input: DescribeBotRecommendationCommandInput,
524
556
  context: __SerdeContext
525
557
  ) => Promise<__HttpRequest>;
558
+ export declare const se_DescribeBotReplicaCommand: (
559
+ input: DescribeBotReplicaCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
526
562
  export declare const se_DescribeBotResourceGenerationCommand: (
527
563
  input: DescribeBotResourceGenerationCommandInput,
528
564
  context: __SerdeContext
@@ -591,6 +627,10 @@ export declare const se_ListBotAliasesCommand: (
591
627
  input: ListBotAliasesCommandInput,
592
628
  context: __SerdeContext
593
629
  ) => Promise<__HttpRequest>;
630
+ export declare const se_ListBotAliasReplicasCommand: (
631
+ input: ListBotAliasReplicasCommandInput,
632
+ context: __SerdeContext
633
+ ) => Promise<__HttpRequest>;
594
634
  export declare const se_ListBotLocalesCommand: (
595
635
  input: ListBotLocalesCommandInput,
596
636
  context: __SerdeContext
@@ -599,6 +639,10 @@ export declare const se_ListBotRecommendationsCommand: (
599
639
  input: ListBotRecommendationsCommandInput,
600
640
  context: __SerdeContext
601
641
  ) => Promise<__HttpRequest>;
642
+ export declare const se_ListBotReplicasCommand: (
643
+ input: ListBotReplicasCommandInput,
644
+ context: __SerdeContext
645
+ ) => Promise<__HttpRequest>;
602
646
  export declare const se_ListBotResourceGenerationsCommand: (
603
647
  input: ListBotResourceGenerationsCommandInput,
604
648
  context: __SerdeContext
@@ -607,6 +651,10 @@ export declare const se_ListBotsCommand: (
607
651
  input: ListBotsCommandInput,
608
652
  context: __SerdeContext
609
653
  ) => Promise<__HttpRequest>;
654
+ export declare const se_ListBotVersionReplicasCommand: (
655
+ input: ListBotVersionReplicasCommandInput,
656
+ context: __SerdeContext
657
+ ) => Promise<__HttpRequest>;
610
658
  export declare const se_ListBotVersionsCommand: (
611
659
  input: ListBotVersionsCommandInput,
612
660
  context: __SerdeContext
@@ -799,6 +847,10 @@ export declare const de_CreateBotLocaleCommand: (
799
847
  output: __HttpResponse,
800
848
  context: __SerdeContext
801
849
  ) => Promise<CreateBotLocaleCommandOutput>;
850
+ export declare const de_CreateBotReplicaCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<CreateBotReplicaCommandOutput>;
802
854
  export declare const de_CreateBotVersionCommand: (
803
855
  output: __HttpResponse,
804
856
  context: __SerdeContext
@@ -847,6 +899,10 @@ export declare const de_DeleteBotLocaleCommand: (
847
899
  output: __HttpResponse,
848
900
  context: __SerdeContext
849
901
  ) => Promise<DeleteBotLocaleCommandOutput>;
902
+ export declare const de_DeleteBotReplicaCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<DeleteBotReplicaCommandOutput>;
850
906
  export declare const de_DeleteBotVersionCommand: (
851
907
  output: __HttpResponse,
852
908
  context: __SerdeContext
@@ -907,6 +963,10 @@ export declare const de_DescribeBotRecommendationCommand: (
907
963
  output: __HttpResponse,
908
964
  context: __SerdeContext
909
965
  ) => Promise<DescribeBotRecommendationCommandOutput>;
966
+ export declare const de_DescribeBotReplicaCommand: (
967
+ output: __HttpResponse,
968
+ context: __SerdeContext
969
+ ) => Promise<DescribeBotReplicaCommandOutput>;
910
970
  export declare const de_DescribeBotResourceGenerationCommand: (
911
971
  output: __HttpResponse,
912
972
  context: __SerdeContext
@@ -975,6 +1035,10 @@ export declare const de_ListBotAliasesCommand: (
975
1035
  output: __HttpResponse,
976
1036
  context: __SerdeContext
977
1037
  ) => Promise<ListBotAliasesCommandOutput>;
1038
+ export declare const de_ListBotAliasReplicasCommand: (
1039
+ output: __HttpResponse,
1040
+ context: __SerdeContext
1041
+ ) => Promise<ListBotAliasReplicasCommandOutput>;
978
1042
  export declare const de_ListBotLocalesCommand: (
979
1043
  output: __HttpResponse,
980
1044
  context: __SerdeContext
@@ -983,6 +1047,10 @@ export declare const de_ListBotRecommendationsCommand: (
983
1047
  output: __HttpResponse,
984
1048
  context: __SerdeContext
985
1049
  ) => Promise<ListBotRecommendationsCommandOutput>;
1050
+ export declare const de_ListBotReplicasCommand: (
1051
+ output: __HttpResponse,
1052
+ context: __SerdeContext
1053
+ ) => Promise<ListBotReplicasCommandOutput>;
986
1054
  export declare const de_ListBotResourceGenerationsCommand: (
987
1055
  output: __HttpResponse,
988
1056
  context: __SerdeContext
@@ -991,6 +1059,10 @@ export declare const de_ListBotsCommand: (
991
1059
  output: __HttpResponse,
992
1060
  context: __SerdeContext
993
1061
  ) => Promise<ListBotsCommandOutput>;
1062
+ export declare const de_ListBotVersionReplicasCommand: (
1063
+ output: __HttpResponse,
1064
+ context: __SerdeContext
1065
+ ) => Promise<ListBotVersionReplicasCommandOutput>;
994
1066
  export declare const de_ListBotVersionsCommand: (
995
1067
  output: __HttpResponse,
996
1068
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lex-models-v2",
3
3
  "description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native",
4
- "version": "3.504.0",
4
+ "version": "3.509.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-lex-models-v2",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.504.0",
23
+ "@aws-sdk/client-sts": "3.507.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.504.0",
25
+ "@aws-sdk/credential-provider-node": "3.509.0",
26
26
  "@aws-sdk/middleware-host-header": "3.502.0",
27
27
  "@aws-sdk/middleware-logger": "3.502.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.502.0",