@aws-sdk/client-lex-models-v2 3.47.1 → 3.50.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 (125) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist-cjs/LexModelsV2.js +30 -0
  3. package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +67 -6
  7. package/dist-cjs/protocols/Aws_restJson1.js +368 -3
  8. package/dist-es/LexModelsV2.js +30 -0
  9. package/dist-es/commands/DeleteCustomVocabularyCommand.js +39 -0
  10. package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +39 -0
  11. package/dist-es/commands/index.js +2 -0
  12. package/dist-es/models/models_0.js +47 -0
  13. package/dist-es/protocols/Aws_restJson1.js +395 -7
  14. package/dist-types/LexModelsV2.d.ts +21 -6
  15. package/dist-types/LexModelsV2Client.d.ts +4 -2
  16. package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +36 -0
  17. package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +35 -0
  18. package/dist-types/commands/ListExportsCommand.d.ts +2 -2
  19. package/dist-types/commands/ListImportsCommand.d.ts +2 -2
  20. package/dist-types/commands/StartImportCommand.d.ts +2 -2
  21. package/dist-types/commands/index.d.ts +2 -0
  22. package/dist-types/models/models_0.d.ts +264 -24
  23. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  24. package/package.json +40 -34
  25. package/dist-types/ts3.4/LexModelsV2.d.ts +0 -325
  26. package/dist-types/ts3.4/LexModelsV2Client.d.ts +0 -137
  27. package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +0 -17
  62. package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +0 -17
  63. package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +0 -17
  64. package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +0 -17
  65. package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +0 -17
  66. package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +0 -17
  67. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +0 -17
  68. package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +0 -17
  69. package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +0 -17
  70. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +0 -17
  72. package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +0 -17
  73. package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +0 -17
  74. package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +0 -17
  76. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  77. package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +0 -17
  78. package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +0 -17
  79. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +0 -17
  80. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  82. package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +0 -17
  83. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +0 -17
  84. package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +0 -17
  85. package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +0 -17
  86. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +0 -17
  87. package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +0 -17
  88. package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +0 -17
  89. package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +0 -17
  90. package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +0 -17
  91. package/dist-types/ts3.4/commands/index.d.ts +0 -64
  92. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  93. package/dist-types/ts3.4/index.d.ts +0 -6
  94. package/dist-types/ts3.4/models/index.d.ts +0 -1
  95. package/dist-types/ts3.4/models/models_0.d.ts +0 -3751
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  97. package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +0 -4
  98. package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +0 -4
  99. package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +0 -4
  100. package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +0 -4
  101. package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +0 -4
  102. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
  103. package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +0 -4
  104. package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +0 -4
  105. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +0 -4
  106. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +0 -4
  107. package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +0 -4
  108. package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +0 -4
  109. package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +0 -4
  110. package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +0 -4
  111. package/dist-types/ts3.4/pagination/index.d.ts +0 -15
  112. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -194
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  116. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  117. package/dist-types/ts3.4/waiters/index.d.ts +0 -8
  118. package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +0 -7
  119. package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +0 -7
  120. package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +0 -7
  121. package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +0 -7
  122. package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +0 -7
  123. package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +0 -7
  124. package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +0 -7
  125. package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +0 -7
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { UpdateBotLocaleRequest, UpdateBotLocaleResponse } from "../models/models_0";
5
- export interface UpdateBotLocaleCommandInput extends UpdateBotLocaleRequest {
6
- }
7
- export interface UpdateBotLocaleCommandOutput extends UpdateBotLocaleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBotLocaleCommand extends $Command<UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateBotLocaleCommandInput;
12
- constructor(input: UpdateBotLocaleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { UpdateBotRecommendationRequest, UpdateBotRecommendationResponse } from "../models/models_0";
5
- export interface UpdateBotRecommendationCommandInput extends UpdateBotRecommendationRequest {
6
- }
7
- export interface UpdateBotRecommendationCommandOutput extends UpdateBotRecommendationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBotRecommendationCommand extends $Command<UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateBotRecommendationCommandInput;
12
- constructor(input: UpdateBotRecommendationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { UpdateExportRequest, UpdateExportResponse } from "../models/models_0";
5
- export interface UpdateExportCommandInput extends UpdateExportRequest {
6
- }
7
- export interface UpdateExportCommandOutput extends UpdateExportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateExportCommand extends $Command<UpdateExportCommandInput, UpdateExportCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateExportCommandInput;
12
- constructor(input: UpdateExportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExportCommandInput, UpdateExportCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { UpdateIntentRequest, UpdateIntentResponse } from "../models/models_0";
5
- export interface UpdateIntentCommandInput extends UpdateIntentRequest {
6
- }
7
- export interface UpdateIntentCommandOutput extends UpdateIntentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateIntentCommand extends $Command<UpdateIntentCommandInput, UpdateIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateIntentCommandInput;
12
- constructor(input: UpdateIntentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIntentCommandInput, UpdateIntentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { UpdateResourcePolicyRequest, UpdateResourcePolicyResponse } from "../models/models_0";
5
- export interface UpdateResourcePolicyCommandInput extends UpdateResourcePolicyRequest {
6
- }
7
- export interface UpdateResourcePolicyCommandOutput extends UpdateResourcePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResourcePolicyCommand extends $Command<UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateResourcePolicyCommandInput;
12
- constructor(input: UpdateResourcePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { UpdateSlotRequest, UpdateSlotResponse } from "../models/models_0";
5
- export interface UpdateSlotCommandInput extends UpdateSlotRequest {
6
- }
7
- export interface UpdateSlotCommandOutput extends UpdateSlotResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSlotCommand extends $Command<UpdateSlotCommandInput, UpdateSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateSlotCommandInput;
12
- constructor(input: UpdateSlotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSlotCommandInput, UpdateSlotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { UpdateSlotTypeRequest, UpdateSlotTypeResponse } from "../models/models_0";
5
- export interface UpdateSlotTypeCommandInput extends UpdateSlotTypeRequest {
6
- }
7
- export interface UpdateSlotTypeCommandOutput extends UpdateSlotTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSlotTypeCommand extends $Command<UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateSlotTypeCommandInput;
12
- constructor(input: UpdateSlotTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,64 +0,0 @@
1
- export * from "./BuildBotLocaleCommand";
2
- export * from "./CreateBotAliasCommand";
3
- export * from "./CreateBotCommand";
4
- export * from "./CreateBotLocaleCommand";
5
- export * from "./CreateBotVersionCommand";
6
- export * from "./CreateExportCommand";
7
- export * from "./CreateIntentCommand";
8
- export * from "./CreateResourcePolicyCommand";
9
- export * from "./CreateResourcePolicyStatementCommand";
10
- export * from "./CreateSlotCommand";
11
- export * from "./CreateSlotTypeCommand";
12
- export * from "./CreateUploadUrlCommand";
13
- export * from "./DeleteBotAliasCommand";
14
- export * from "./DeleteBotCommand";
15
- export * from "./DeleteBotLocaleCommand";
16
- export * from "./DeleteBotVersionCommand";
17
- export * from "./DeleteExportCommand";
18
- export * from "./DeleteImportCommand";
19
- export * from "./DeleteIntentCommand";
20
- export * from "./DeleteResourcePolicyCommand";
21
- export * from "./DeleteResourcePolicyStatementCommand";
22
- export * from "./DeleteSlotCommand";
23
- export * from "./DeleteSlotTypeCommand";
24
- export * from "./DeleteUtterancesCommand";
25
- export * from "./DescribeBotAliasCommand";
26
- export * from "./DescribeBotCommand";
27
- export * from "./DescribeBotLocaleCommand";
28
- export * from "./DescribeBotRecommendationCommand";
29
- export * from "./DescribeBotVersionCommand";
30
- export * from "./DescribeExportCommand";
31
- export * from "./DescribeImportCommand";
32
- export * from "./DescribeIntentCommand";
33
- export * from "./DescribeResourcePolicyCommand";
34
- export * from "./DescribeSlotCommand";
35
- export * from "./DescribeSlotTypeCommand";
36
- export * from "./ListAggregatedUtterancesCommand";
37
- export * from "./ListBotAliasesCommand";
38
- export * from "./ListBotLocalesCommand";
39
- export * from "./ListBotRecommendationsCommand";
40
- export * from "./ListBotVersionsCommand";
41
- export * from "./ListBotsCommand";
42
- export * from "./ListBuiltInIntentsCommand";
43
- export * from "./ListBuiltInSlotTypesCommand";
44
- export * from "./ListExportsCommand";
45
- export * from "./ListImportsCommand";
46
- export * from "./ListIntentsCommand";
47
- export * from "./ListRecommendedIntentsCommand";
48
- export * from "./ListSlotTypesCommand";
49
- export * from "./ListSlotsCommand";
50
- export * from "./ListTagsForResourceCommand";
51
- export * from "./SearchAssociatedTranscriptsCommand";
52
- export * from "./StartBotRecommendationCommand";
53
- export * from "./StartImportCommand";
54
- export * from "./TagResourceCommand";
55
- export * from "./UntagResourceCommand";
56
- export * from "./UpdateBotAliasCommand";
57
- export * from "./UpdateBotCommand";
58
- export * from "./UpdateBotLocaleCommand";
59
- export * from "./UpdateBotRecommendationCommand";
60
- export * from "./UpdateExportCommand";
61
- export * from "./UpdateIntentCommand";
62
- export * from "./UpdateResourcePolicyCommand";
63
- export * from "./UpdateSlotCommand";
64
- export * from "./UpdateSlotTypeCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +0,0 @@
1
- export * from "./LexModelsV2";
2
- export * from "./LexModelsV2Client";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
@@ -1 +0,0 @@
1
- export * from "./models_0";