@aws-sdk/client-lex-models-v2 3.150.0 → 3.155.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 (56) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/LexModelsV2.js +15 -0
  3. package/dist-cjs/commands/CreateIntentCommand.js +3 -3
  4. package/dist-cjs/commands/CreateSlotCommand.js +3 -3
  5. package/dist-cjs/commands/DescribeIntentCommand.js +2 -1
  6. package/dist-cjs/commands/DescribeSlotCommand.js +2 -1
  7. package/dist-cjs/commands/StopBotRecommendationCommand.js +36 -0
  8. package/dist-cjs/commands/UpdateIntentCommand.js +3 -3
  9. package/dist-cjs/commands/UpdateSlotCommand.js +3 -3
  10. package/dist-cjs/commands/index.js +1 -0
  11. package/dist-cjs/models/index.js +1 -0
  12. package/dist-cjs/models/models_0.js +119 -92
  13. package/dist-cjs/models/models_1.js +59 -0
  14. package/dist-cjs/protocols/Aws_restJson1.js +584 -2
  15. package/dist-es/LexModelsV2.js +15 -0
  16. package/dist-es/commands/CreateIntentCommand.js +1 -1
  17. package/dist-es/commands/CreateSlotCommand.js +1 -1
  18. package/dist-es/commands/DescribeIntentCommand.js +2 -1
  19. package/dist-es/commands/DescribeSlotCommand.js +2 -1
  20. package/dist-es/commands/StopBotRecommendationCommand.js +39 -0
  21. package/dist-es/commands/UpdateIntentCommand.js +1 -1
  22. package/dist-es/commands/UpdateSlotCommand.js +1 -1
  23. package/dist-es/commands/index.js +1 -0
  24. package/dist-es/models/index.js +1 -0
  25. package/dist-es/models/models_0.js +43 -22
  26. package/dist-es/models/models_1.js +15 -0
  27. package/dist-es/protocols/Aws_restJson1.js +534 -8
  28. package/dist-types/LexModelsV2.d.ts +7 -0
  29. package/dist-types/LexModelsV2Client.d.ts +3 -2
  30. package/dist-types/commands/CreateIntentCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateSlotCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeIntentCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeSlotCommand.d.ts +2 -1
  34. package/dist-types/commands/StopBotRecommendationCommand.d.ts +35 -0
  35. package/dist-types/commands/UpdateIntentCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateSlotCommand.d.ts +1 -1
  37. package/dist-types/commands/index.d.ts +1 -0
  38. package/dist-types/models/index.d.ts +1 -0
  39. package/dist-types/models/models_0.d.ts +686 -1079
  40. package/dist-types/models/models_1.d.ts +994 -0
  41. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  42. package/dist-types/ts3.4/LexModelsV2.d.ts +5 -0
  43. package/dist-types/ts3.4/LexModelsV2Client.d.ts +3 -2
  44. package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  52. package/dist-types/ts3.4/models/index.d.ts +1 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +260 -413
  54. package/dist-types/ts3.4/models/models_1.d.ts +415 -0
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
  56. package/package.json +4 -4
@@ -55,6 +55,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
55
55
  import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "../commands/SearchAssociatedTranscriptsCommand";
56
56
  import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "../commands/StartBotRecommendationCommand";
57
57
  import { StartImportCommandInput, StartImportCommandOutput } from "../commands/StartImportCommand";
58
+ import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "../commands/StopBotRecommendationCommand";
58
59
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
59
60
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
60
61
  import { UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput } from "../commands/UpdateBotAliasCommand";
@@ -121,6 +122,7 @@ export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: L
121
122
  export declare const serializeAws_restJson1SearchAssociatedTranscriptsCommand: (input: SearchAssociatedTranscriptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
123
  export declare const serializeAws_restJson1StartBotRecommendationCommand: (input: StartBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
124
  export declare const serializeAws_restJson1StartImportCommand: (input: StartImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ export declare const serializeAws_restJson1StopBotRecommendationCommand: (input: StopBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
126
  export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
127
  export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
128
  export declare const serializeAws_restJson1UpdateBotCommand: (input: UpdateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -187,6 +189,7 @@ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output
187
189
  export declare const deserializeAws_restJson1SearchAssociatedTranscriptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAssociatedTranscriptsCommandOutput>;
188
190
  export declare const deserializeAws_restJson1StartBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBotRecommendationCommandOutput>;
189
191
  export declare const deserializeAws_restJson1StartImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportCommandOutput>;
192
+ export declare const deserializeAws_restJson1StopBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBotRecommendationCommandOutput>;
190
193
  export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
191
194
  export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
192
195
  export declare const deserializeAws_restJson1UpdateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotCommandOutput>;
@@ -54,6 +54,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
54
54
  import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
55
55
  import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
56
56
  import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
57
+ import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "./commands/StopBotRecommendationCommand";
57
58
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
58
59
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
59
60
  import { UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput } from "./commands/UpdateBotAliasCommand";
@@ -289,6 +290,10 @@ export declare class LexModelsV2 extends LexModelsV2Client {
289
290
  startImport(args: StartImportCommandInput, cb: (err: any, data?: StartImportCommandOutput) => void): void;
290
291
  startImport(args: StartImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImportCommandOutput) => void): void;
291
292
 
293
+ stopBotRecommendation(args: StopBotRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<StopBotRecommendationCommandOutput>;
294
+ stopBotRecommendation(args: StopBotRecommendationCommandInput, cb: (err: any, data?: StopBotRecommendationCommandOutput) => void): void;
295
+ stopBotRecommendation(args: StopBotRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBotRecommendationCommandOutput) => void): void;
296
+
292
297
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
293
298
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
294
299
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
@@ -61,6 +61,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
61
61
  import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
62
62
  import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
63
63
  import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
64
+ import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "./commands/StopBotRecommendationCommand";
64
65
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
65
66
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
66
67
  import { UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput } from "./commands/UpdateBotAliasCommand";
@@ -72,8 +73,8 @@ import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "./commands/
72
73
  import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
73
74
  import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
74
75
  import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
75
- export declare type ServiceInputTypes = BuildBotLocaleCommandInput | CreateBotAliasCommandInput | CreateBotCommandInput | CreateBotLocaleCommandInput | CreateBotVersionCommandInput | CreateExportCommandInput | CreateIntentCommandInput | CreateResourcePolicyCommandInput | CreateResourcePolicyStatementCommandInput | CreateSlotCommandInput | CreateSlotTypeCommandInput | CreateUploadUrlCommandInput | DeleteBotAliasCommandInput | DeleteBotCommandInput | DeleteBotLocaleCommandInput | DeleteBotVersionCommandInput | DeleteCustomVocabularyCommandInput | DeleteExportCommandInput | DeleteImportCommandInput | DeleteIntentCommandInput | DeleteResourcePolicyCommandInput | DeleteResourcePolicyStatementCommandInput | DeleteSlotCommandInput | DeleteSlotTypeCommandInput | DeleteUtterancesCommandInput | DescribeBotAliasCommandInput | DescribeBotCommandInput | DescribeBotLocaleCommandInput | DescribeBotRecommendationCommandInput | DescribeBotVersionCommandInput | DescribeCustomVocabularyMetadataCommandInput | DescribeExportCommandInput | DescribeImportCommandInput | DescribeIntentCommandInput | DescribeResourcePolicyCommandInput | DescribeSlotCommandInput | DescribeSlotTypeCommandInput | ListAggregatedUtterancesCommandInput | ListBotAliasesCommandInput | ListBotLocalesCommandInput | ListBotRecommendationsCommandInput | ListBotVersionsCommandInput | ListBotsCommandInput | ListBuiltInIntentsCommandInput | ListBuiltInSlotTypesCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListIntentsCommandInput | ListRecommendedIntentsCommandInput | ListSlotTypesCommandInput | ListSlotsCommandInput | ListTagsForResourceCommandInput | SearchAssociatedTranscriptsCommandInput | StartBotRecommendationCommandInput | StartImportCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBotAliasCommandInput | UpdateBotCommandInput | UpdateBotLocaleCommandInput | UpdateBotRecommendationCommandInput | UpdateExportCommandInput | UpdateIntentCommandInput | UpdateResourcePolicyCommandInput | UpdateSlotCommandInput | UpdateSlotTypeCommandInput;
76
- export declare type ServiceOutputTypes = BuildBotLocaleCommandOutput | CreateBotAliasCommandOutput | CreateBotCommandOutput | CreateBotLocaleCommandOutput | CreateBotVersionCommandOutput | CreateExportCommandOutput | CreateIntentCommandOutput | CreateResourcePolicyCommandOutput | CreateResourcePolicyStatementCommandOutput | CreateSlotCommandOutput | CreateSlotTypeCommandOutput | CreateUploadUrlCommandOutput | DeleteBotAliasCommandOutput | DeleteBotCommandOutput | DeleteBotLocaleCommandOutput | DeleteBotVersionCommandOutput | DeleteCustomVocabularyCommandOutput | DeleteExportCommandOutput | DeleteImportCommandOutput | DeleteIntentCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResourcePolicyStatementCommandOutput | DeleteSlotCommandOutput | DeleteSlotTypeCommandOutput | DeleteUtterancesCommandOutput | DescribeBotAliasCommandOutput | DescribeBotCommandOutput | DescribeBotLocaleCommandOutput | DescribeBotRecommendationCommandOutput | DescribeBotVersionCommandOutput | DescribeCustomVocabularyMetadataCommandOutput | DescribeExportCommandOutput | DescribeImportCommandOutput | DescribeIntentCommandOutput | DescribeResourcePolicyCommandOutput | DescribeSlotCommandOutput | DescribeSlotTypeCommandOutput | ListAggregatedUtterancesCommandOutput | ListBotAliasesCommandOutput | ListBotLocalesCommandOutput | ListBotRecommendationsCommandOutput | ListBotVersionsCommandOutput | ListBotsCommandOutput | ListBuiltInIntentsCommandOutput | ListBuiltInSlotTypesCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListIntentsCommandOutput | ListRecommendedIntentsCommandOutput | ListSlotTypesCommandOutput | ListSlotsCommandOutput | ListTagsForResourceCommandOutput | SearchAssociatedTranscriptsCommandOutput | StartBotRecommendationCommandOutput | StartImportCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBotAliasCommandOutput | UpdateBotCommandOutput | UpdateBotLocaleCommandOutput | UpdateBotRecommendationCommandOutput | UpdateExportCommandOutput | UpdateIntentCommandOutput | UpdateResourcePolicyCommandOutput | UpdateSlotCommandOutput | UpdateSlotTypeCommandOutput;
76
+ export declare type ServiceInputTypes = BuildBotLocaleCommandInput | CreateBotAliasCommandInput | CreateBotCommandInput | CreateBotLocaleCommandInput | CreateBotVersionCommandInput | CreateExportCommandInput | CreateIntentCommandInput | CreateResourcePolicyCommandInput | CreateResourcePolicyStatementCommandInput | CreateSlotCommandInput | CreateSlotTypeCommandInput | CreateUploadUrlCommandInput | DeleteBotAliasCommandInput | DeleteBotCommandInput | DeleteBotLocaleCommandInput | DeleteBotVersionCommandInput | DeleteCustomVocabularyCommandInput | DeleteExportCommandInput | DeleteImportCommandInput | DeleteIntentCommandInput | DeleteResourcePolicyCommandInput | DeleteResourcePolicyStatementCommandInput | DeleteSlotCommandInput | DeleteSlotTypeCommandInput | DeleteUtterancesCommandInput | DescribeBotAliasCommandInput | DescribeBotCommandInput | DescribeBotLocaleCommandInput | DescribeBotRecommendationCommandInput | DescribeBotVersionCommandInput | DescribeCustomVocabularyMetadataCommandInput | DescribeExportCommandInput | DescribeImportCommandInput | DescribeIntentCommandInput | DescribeResourcePolicyCommandInput | DescribeSlotCommandInput | DescribeSlotTypeCommandInput | ListAggregatedUtterancesCommandInput | ListBotAliasesCommandInput | ListBotLocalesCommandInput | ListBotRecommendationsCommandInput | ListBotVersionsCommandInput | ListBotsCommandInput | ListBuiltInIntentsCommandInput | ListBuiltInSlotTypesCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListIntentsCommandInput | ListRecommendedIntentsCommandInput | ListSlotTypesCommandInput | ListSlotsCommandInput | ListTagsForResourceCommandInput | SearchAssociatedTranscriptsCommandInput | StartBotRecommendationCommandInput | StartImportCommandInput | StopBotRecommendationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBotAliasCommandInput | UpdateBotCommandInput | UpdateBotLocaleCommandInput | UpdateBotRecommendationCommandInput | UpdateExportCommandInput | UpdateIntentCommandInput | UpdateResourcePolicyCommandInput | UpdateSlotCommandInput | UpdateSlotTypeCommandInput;
77
+ export declare type ServiceOutputTypes = BuildBotLocaleCommandOutput | CreateBotAliasCommandOutput | CreateBotCommandOutput | CreateBotLocaleCommandOutput | CreateBotVersionCommandOutput | CreateExportCommandOutput | CreateIntentCommandOutput | CreateResourcePolicyCommandOutput | CreateResourcePolicyStatementCommandOutput | CreateSlotCommandOutput | CreateSlotTypeCommandOutput | CreateUploadUrlCommandOutput | DeleteBotAliasCommandOutput | DeleteBotCommandOutput | DeleteBotLocaleCommandOutput | DeleteBotVersionCommandOutput | DeleteCustomVocabularyCommandOutput | DeleteExportCommandOutput | DeleteImportCommandOutput | DeleteIntentCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResourcePolicyStatementCommandOutput | DeleteSlotCommandOutput | DeleteSlotTypeCommandOutput | DeleteUtterancesCommandOutput | DescribeBotAliasCommandOutput | DescribeBotCommandOutput | DescribeBotLocaleCommandOutput | DescribeBotRecommendationCommandOutput | DescribeBotVersionCommandOutput | DescribeCustomVocabularyMetadataCommandOutput | DescribeExportCommandOutput | DescribeImportCommandOutput | DescribeIntentCommandOutput | DescribeResourcePolicyCommandOutput | DescribeSlotCommandOutput | DescribeSlotTypeCommandOutput | ListAggregatedUtterancesCommandOutput | ListBotAliasesCommandOutput | ListBotLocalesCommandOutput | ListBotRecommendationsCommandOutput | ListBotVersionsCommandOutput | ListBotsCommandOutput | ListBuiltInIntentsCommandOutput | ListBuiltInSlotTypesCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListIntentsCommandOutput | ListRecommendedIntentsCommandOutput | ListSlotTypesCommandOutput | ListSlotsCommandOutput | ListTagsForResourceCommandOutput | SearchAssociatedTranscriptsCommandOutput | StartBotRecommendationCommandOutput | StartImportCommandOutput | StopBotRecommendationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBotAliasCommandOutput | UpdateBotCommandOutput | UpdateBotLocaleCommandOutput | UpdateBotRecommendationCommandOutput | UpdateExportCommandOutput | UpdateIntentCommandOutput | UpdateResourcePolicyCommandOutput | UpdateSlotCommandOutput | UpdateSlotTypeCommandOutput;
77
78
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
78
79
 
79
80
  requestHandler?: __HttpHandler;
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { CreateIntentRequest, CreateIntentResponse } from "../models/models_0";
4
+ import { CreateIntentRequest, CreateIntentResponse } from "../models/models_1";
5
5
  export interface CreateIntentCommandInput extends CreateIntentRequest {
6
6
  }
7
7
  export interface CreateIntentCommandOutput extends CreateIntentResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { CreateSlotRequest, CreateSlotResponse } from "../models/models_0";
4
+ import { CreateSlotRequest, CreateSlotResponse } from "../models/models_1";
5
5
  export interface CreateSlotCommandInput extends CreateSlotRequest {
6
6
  }
7
7
  export interface CreateSlotCommandOutput extends CreateSlotResponse, __MetadataBearer {
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { DescribeIntentRequest, DescribeIntentResponse } from "../models/models_0";
4
+ import { DescribeIntentRequest } from "../models/models_0";
5
+ import { DescribeIntentResponse } from "../models/models_1";
5
6
  export interface DescribeIntentCommandInput extends DescribeIntentRequest {
6
7
  }
7
8
  export interface DescribeIntentCommandOutput extends DescribeIntentResponse, __MetadataBearer {
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { DescribeSlotRequest, DescribeSlotResponse } from "../models/models_0";
4
+ import { DescribeSlotRequest } from "../models/models_0";
5
+ import { DescribeSlotResponse } from "../models/models_1";
5
6
  export interface DescribeSlotCommandInput extends DescribeSlotRequest {
6
7
  }
7
8
  export interface DescribeSlotCommandOutput extends DescribeSlotResponse, __MetadataBearer {
@@ -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 { StopBotRecommendationRequest, StopBotRecommendationResponse } from "../models/models_0";
5
+ export interface StopBotRecommendationCommandInput extends StopBotRecommendationRequest {
6
+ }
7
+ export interface StopBotRecommendationCommandOutput extends StopBotRecommendationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StopBotRecommendationCommand extends $Command<StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
11
+ readonly input: StopBotRecommendationCommandInput;
12
+ constructor(input: StopBotRecommendationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { UpdateIntentRequest, UpdateIntentResponse } from "../models/models_0";
4
+ import { UpdateIntentRequest, UpdateIntentResponse } from "../models/models_1";
5
5
  export interface UpdateIntentCommandInput extends UpdateIntentRequest {
6
6
  }
7
7
  export interface UpdateIntentCommandOutput extends UpdateIntentResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { UpdateSlotRequest, UpdateSlotResponse } from "../models/models_0";
4
+ import { UpdateSlotRequest, UpdateSlotResponse } from "../models/models_1";
5
5
  export interface UpdateSlotCommandInput extends UpdateSlotRequest {
6
6
  }
7
7
  export interface UpdateSlotCommandOutput extends UpdateSlotResponse, __MetadataBearer {
@@ -53,6 +53,7 @@ export * from "./ListTagsForResourceCommand";
53
53
  export * from "./SearchAssociatedTranscriptsCommand";
54
54
  export * from "./StartBotRecommendationCommand";
55
55
  export * from "./StartImportCommand";
56
+ export * from "./StopBotRecommendationCommand";
56
57
  export * from "./TagResourceCommand";
57
58
  export * from "./UntagResourceCommand";
58
59
  export * from "./UpdateBotAliasCommand";
@@ -1 +1,2 @@
1
1
  export * from "./models_0";
2
+ export * from "./models_1";