@aws-sdk/client-lex-models-v2 3.50.0 → 3.53.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 (117) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/LexModelsV2ServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +98 -5
  5. package/dist-cjs/protocols/Aws_restJson1.js +708 -2758
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/LexModelsV2ServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +87 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1559 -3030
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/LexModelsV2ServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +51 -29
  13. package/dist-types/ts3.4/LexModelsV2.d.ts +335 -0
  14. package/dist-types/ts3.4/LexModelsV2Client.d.ts +139 -0
  15. package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/index.d.ts +66 -0
  82. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  83. package/dist-types/ts3.4/index.d.ts +7 -0
  84. package/dist-types/ts3.4/models/LexModelsV2ServiceException.d.ts +6 -0
  85. package/dist-types/ts3.4/models/index.d.ts +1 -0
  86. package/dist-types/ts3.4/models/models_0.d.ts +3882 -0
  87. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  88. package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +4 -0
  89. package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +4 -0
  91. package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +4 -0
  92. package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +4 -0
  95. package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +4 -0
  96. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +4 -0
  97. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +4 -0
  98. package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +4 -0
  101. package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +4 -0
  102. package/dist-types/ts3.4/pagination/index.d.ts +15 -0
  103. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +200 -0
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  108. package/dist-types/ts3.4/waiters/index.d.ts +8 -0
  109. package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +7 -0
  110. package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +7 -0
  111. package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +7 -0
  112. package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +7 -0
  113. package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +7 -0
  114. package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +7 -0
  115. package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +7 -0
  116. package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +7 -0
  117. package/package.json +34 -34
@@ -0,0 +1,17 @@
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 { DescribeBotAliasRequest, DescribeBotAliasResponse } from "../models/models_0";
5
+ export interface DescribeBotAliasCommandInput extends DescribeBotAliasRequest {
6
+ }
7
+ export interface DescribeBotAliasCommandOutput extends DescribeBotAliasResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeBotAliasCommand extends $Command<DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeBotAliasCommandInput;
12
+ constructor(input: DescribeBotAliasCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeBotRequest, DescribeBotResponse } from "../models/models_0";
5
+ export interface DescribeBotCommandInput extends DescribeBotRequest {
6
+ }
7
+ export interface DescribeBotCommandOutput extends DescribeBotResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeBotCommand extends $Command<DescribeBotCommandInput, DescribeBotCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeBotCommandInput;
12
+ constructor(input: DescribeBotCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotCommandInput, DescribeBotCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeBotLocaleRequest, DescribeBotLocaleResponse } from "../models/models_0";
5
+ export interface DescribeBotLocaleCommandInput extends DescribeBotLocaleRequest {
6
+ }
7
+ export interface DescribeBotLocaleCommandOutput extends DescribeBotLocaleResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeBotLocaleCommand extends $Command<DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeBotLocaleCommandInput;
12
+ constructor(input: DescribeBotLocaleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeBotRecommendationRequest, DescribeBotRecommendationResponse } from "../models/models_0";
5
+ export interface DescribeBotRecommendationCommandInput extends DescribeBotRecommendationRequest {
6
+ }
7
+ export interface DescribeBotRecommendationCommandOutput extends DescribeBotRecommendationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeBotRecommendationCommand extends $Command<DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeBotRecommendationCommandInput;
12
+ constructor(input: DescribeBotRecommendationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeBotVersionRequest, DescribeBotVersionResponse } from "../models/models_0";
5
+ export interface DescribeBotVersionCommandInput extends DescribeBotVersionRequest {
6
+ }
7
+ export interface DescribeBotVersionCommandOutput extends DescribeBotVersionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeBotVersionCommand extends $Command<DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeBotVersionCommandInput;
12
+ constructor(input: DescribeBotVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeCustomVocabularyMetadataRequest, DescribeCustomVocabularyMetadataResponse } from "../models/models_0";
5
+ export interface DescribeCustomVocabularyMetadataCommandInput extends DescribeCustomVocabularyMetadataRequest {
6
+ }
7
+ export interface DescribeCustomVocabularyMetadataCommandOutput extends DescribeCustomVocabularyMetadataResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeCustomVocabularyMetadataCommand extends $Command<DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeCustomVocabularyMetadataCommandInput;
12
+ constructor(input: DescribeCustomVocabularyMetadataCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeExportRequest, DescribeExportResponse } from "../models/models_0";
5
+ export interface DescribeExportCommandInput extends DescribeExportRequest {
6
+ }
7
+ export interface DescribeExportCommandOutput extends DescribeExportResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeExportCommand extends $Command<DescribeExportCommandInput, DescribeExportCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeExportCommandInput;
12
+ constructor(input: DescribeExportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExportCommandInput, DescribeExportCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeImportRequest, DescribeImportResponse } from "../models/models_0";
5
+ export interface DescribeImportCommandInput extends DescribeImportRequest {
6
+ }
7
+ export interface DescribeImportCommandOutput extends DescribeImportResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeImportCommand extends $Command<DescribeImportCommandInput, DescribeImportCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeImportCommandInput;
12
+ constructor(input: DescribeImportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImportCommandInput, DescribeImportCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeIntentRequest, DescribeIntentResponse } from "../models/models_0";
5
+ export interface DescribeIntentCommandInput extends DescribeIntentRequest {
6
+ }
7
+ export interface DescribeIntentCommandOutput extends DescribeIntentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeIntentCommand extends $Command<DescribeIntentCommandInput, DescribeIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeIntentCommandInput;
12
+ constructor(input: DescribeIntentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeIntentCommandInput, DescribeIntentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
5
+ export interface DescribeResourcePolicyCommandInput extends DescribeResourcePolicyRequest {
6
+ }
7
+ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeResourcePolicyCommand extends $Command<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeResourcePolicyCommandInput;
12
+ constructor(input: DescribeResourcePolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeSlotRequest, DescribeSlotResponse } from "../models/models_0";
5
+ export interface DescribeSlotCommandInput extends DescribeSlotRequest {
6
+ }
7
+ export interface DescribeSlotCommandOutput extends DescribeSlotResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeSlotCommand extends $Command<DescribeSlotCommandInput, DescribeSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeSlotCommandInput;
12
+ constructor(input: DescribeSlotCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSlotCommandInput, DescribeSlotCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeSlotTypeRequest, DescribeSlotTypeResponse } from "../models/models_0";
5
+ export interface DescribeSlotTypeCommandInput extends DescribeSlotTypeRequest {
6
+ }
7
+ export interface DescribeSlotTypeCommandOutput extends DescribeSlotTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeSlotTypeCommand extends $Command<DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: DescribeSlotTypeCommandInput;
12
+ constructor(input: DescribeSlotTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListAggregatedUtterancesRequest, ListAggregatedUtterancesResponse } from "../models/models_0";
5
+ export interface ListAggregatedUtterancesCommandInput extends ListAggregatedUtterancesRequest {
6
+ }
7
+ export interface ListAggregatedUtterancesCommandOutput extends ListAggregatedUtterancesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAggregatedUtterancesCommand extends $Command<ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListAggregatedUtterancesCommandInput;
12
+ constructor(input: ListAggregatedUtterancesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListBotAliasesRequest, ListBotAliasesResponse } from "../models/models_0";
5
+ export interface ListBotAliasesCommandInput extends ListBotAliasesRequest {
6
+ }
7
+ export interface ListBotAliasesCommandOutput extends ListBotAliasesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBotAliasesCommand extends $Command<ListBotAliasesCommandInput, ListBotAliasesCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListBotAliasesCommandInput;
12
+ constructor(input: ListBotAliasesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotAliasesCommandInput, ListBotAliasesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListBotLocalesRequest, ListBotLocalesResponse } from "../models/models_0";
5
+ export interface ListBotLocalesCommandInput extends ListBotLocalesRequest {
6
+ }
7
+ export interface ListBotLocalesCommandOutput extends ListBotLocalesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBotLocalesCommand extends $Command<ListBotLocalesCommandInput, ListBotLocalesCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListBotLocalesCommandInput;
12
+ constructor(input: ListBotLocalesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotLocalesCommandInput, ListBotLocalesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListBotRecommendationsRequest, ListBotRecommendationsResponse } from "../models/models_0";
5
+ export interface ListBotRecommendationsCommandInput extends ListBotRecommendationsRequest {
6
+ }
7
+ export interface ListBotRecommendationsCommandOutput extends ListBotRecommendationsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBotRecommendationsCommand extends $Command<ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListBotRecommendationsCommandInput;
12
+ constructor(input: ListBotRecommendationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListBotVersionsRequest, ListBotVersionsResponse } from "../models/models_0";
5
+ export interface ListBotVersionsCommandInput extends ListBotVersionsRequest {
6
+ }
7
+ export interface ListBotVersionsCommandOutput extends ListBotVersionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBotVersionsCommand extends $Command<ListBotVersionsCommandInput, ListBotVersionsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListBotVersionsCommandInput;
12
+ constructor(input: ListBotVersionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotVersionsCommandInput, ListBotVersionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListBotsRequest, ListBotsResponse } from "../models/models_0";
5
+ export interface ListBotsCommandInput extends ListBotsRequest {
6
+ }
7
+ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBotsCommand extends $Command<ListBotsCommandInput, ListBotsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListBotsCommandInput;
12
+ constructor(input: ListBotsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotsCommandInput, ListBotsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListBuiltInIntentsRequest, ListBuiltInIntentsResponse } from "../models/models_0";
5
+ export interface ListBuiltInIntentsCommandInput extends ListBuiltInIntentsRequest {
6
+ }
7
+ export interface ListBuiltInIntentsCommandOutput extends ListBuiltInIntentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBuiltInIntentsCommand extends $Command<ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListBuiltInIntentsCommandInput;
12
+ constructor(input: ListBuiltInIntentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListBuiltInSlotTypesRequest, ListBuiltInSlotTypesResponse } from "../models/models_0";
5
+ export interface ListBuiltInSlotTypesCommandInput extends ListBuiltInSlotTypesRequest {
6
+ }
7
+ export interface ListBuiltInSlotTypesCommandOutput extends ListBuiltInSlotTypesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBuiltInSlotTypesCommand extends $Command<ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListBuiltInSlotTypesCommandInput;
12
+ constructor(input: ListBuiltInSlotTypesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListExportsRequest, ListExportsResponse } from "../models/models_0";
5
+ export interface ListExportsCommandInput extends ListExportsRequest {
6
+ }
7
+ export interface ListExportsCommandOutput extends ListExportsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListExportsCommand extends $Command<ListExportsCommandInput, ListExportsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListExportsCommandInput;
12
+ constructor(input: ListExportsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExportsCommandInput, ListExportsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListImportsRequest, ListImportsResponse } from "../models/models_0";
5
+ export interface ListImportsCommandInput extends ListImportsRequest {
6
+ }
7
+ export interface ListImportsCommandOutput extends ListImportsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListImportsCommand extends $Command<ListImportsCommandInput, ListImportsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListImportsCommandInput;
12
+ constructor(input: ListImportsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImportsCommandInput, ListImportsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListIntentsRequest, ListIntentsResponse } from "../models/models_0";
5
+ export interface ListIntentsCommandInput extends ListIntentsRequest {
6
+ }
7
+ export interface ListIntentsCommandOutput extends ListIntentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListIntentsCommand extends $Command<ListIntentsCommandInput, ListIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListIntentsCommandInput;
12
+ constructor(input: ListIntentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIntentsCommandInput, ListIntentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListRecommendedIntentsRequest, ListRecommendedIntentsResponse } from "../models/models_0";
5
+ export interface ListRecommendedIntentsCommandInput extends ListRecommendedIntentsRequest {
6
+ }
7
+ export interface ListRecommendedIntentsCommandOutput extends ListRecommendedIntentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListRecommendedIntentsCommand extends $Command<ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListRecommendedIntentsCommandInput;
12
+ constructor(input: ListRecommendedIntentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListSlotTypesRequest, ListSlotTypesResponse } from "../models/models_0";
5
+ export interface ListSlotTypesCommandInput extends ListSlotTypesRequest {
6
+ }
7
+ export interface ListSlotTypesCommandOutput extends ListSlotTypesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListSlotTypesCommand extends $Command<ListSlotTypesCommandInput, ListSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListSlotTypesCommandInput;
12
+ constructor(input: ListSlotTypesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSlotTypesCommandInput, ListSlotTypesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListSlotsRequest, ListSlotsResponse } from "../models/models_0";
5
+ export interface ListSlotsCommandInput extends ListSlotsRequest {
6
+ }
7
+ export interface ListSlotsCommandOutput extends ListSlotsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListSlotsCommand extends $Command<ListSlotsCommandInput, ListSlotsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListSlotsCommandInput;
12
+ constructor(input: ListSlotsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSlotsCommandInput, ListSlotsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
+ }
7
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: ListTagsForResourceCommandInput;
12
+ constructor(input: ListTagsForResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { SearchAssociatedTranscriptsRequest, SearchAssociatedTranscriptsResponse } from "../models/models_0";
5
+ export interface SearchAssociatedTranscriptsCommandInput extends SearchAssociatedTranscriptsRequest {
6
+ }
7
+ export interface SearchAssociatedTranscriptsCommandOutput extends SearchAssociatedTranscriptsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SearchAssociatedTranscriptsCommand extends $Command<SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: SearchAssociatedTranscriptsCommandInput;
12
+ constructor(input: SearchAssociatedTranscriptsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { StartBotRecommendationRequest, StartBotRecommendationResponse } from "../models/models_0";
5
+ export interface StartBotRecommendationCommandInput extends StartBotRecommendationRequest {
6
+ }
7
+ export interface StartBotRecommendationCommandOutput extends StartBotRecommendationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartBotRecommendationCommand extends $Command<StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: StartBotRecommendationCommandInput;
12
+ constructor(input: StartBotRecommendationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { StartImportRequest, StartImportResponse } from "../models/models_0";
5
+ export interface StartImportCommandInput extends StartImportRequest {
6
+ }
7
+ export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartImportCommand extends $Command<StartImportCommandInput, StartImportCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: StartImportCommandInput;
12
+ constructor(input: StartImportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImportCommandInput, StartImportCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: TagResourceCommandInput;
12
+ constructor(input: TagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }