@aws-sdk/client-lex-model-building-service 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 (81) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/LexModelBuildingServiceServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +111 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +465 -1641
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/LexModelBuildingServiceServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +101 -1
  9. package/dist-es/protocols/Aws_restJson1.js +975 -1818
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/LexModelBuildingServiceServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +58 -32
  13. package/dist-types/ts3.4/LexModelBuildingService.d.ts +215 -0
  14. package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +115 -0
  15. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/index.d.ts +42 -0
  58. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  59. package/dist-types/ts3.4/index.d.ts +6 -0
  60. package/dist-types/ts3.4/models/LexModelBuildingServiceServiceException.d.ts +6 -0
  61. package/dist-types/ts3.4/models/index.d.ts +1 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +1862 -0
  63. package/dist-types/ts3.4/pagination/GetBotAliasesPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/GetBotChannelAssociationsPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/GetBotVersionsPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/GetBotsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/GetBuiltinIntentsPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/GetBuiltinSlotTypesPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/GetIntentVersionsPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/GetIntentsPaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/GetMigrationsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/GetSlotTypeVersionsPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/GetSlotTypesPaginator.d.ts +4 -0
  74. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  75. package/dist-types/ts3.4/pagination/index.d.ts +12 -0
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +128 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  80. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  81. package/package.json +33 -33
@@ -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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteBotVersionRequest } from "../models/models_0";
5
+ export interface DeleteBotVersionCommandInput extends DeleteBotVersionRequest {
6
+ }
7
+ export interface DeleteBotVersionCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteBotVersionCommand extends $Command<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteBotVersionCommandInput;
12
+ constructor(input: DeleteBotVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteIntentRequest } from "../models/models_0";
5
+ export interface DeleteIntentCommandInput extends DeleteIntentRequest {
6
+ }
7
+ export interface DeleteIntentCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIntentCommand extends $Command<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteIntentCommandInput;
12
+ constructor(input: DeleteIntentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntentCommandInput, DeleteIntentCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteIntentVersionRequest } from "../models/models_0";
5
+ export interface DeleteIntentVersionCommandInput extends DeleteIntentVersionRequest {
6
+ }
7
+ export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIntentVersionCommand extends $Command<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteIntentVersionCommandInput;
12
+ constructor(input: DeleteIntentVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteSlotTypeRequest } from "../models/models_0";
5
+ export interface DeleteSlotTypeCommandInput extends DeleteSlotTypeRequest {
6
+ }
7
+ export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteSlotTypeCommand extends $Command<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteSlotTypeCommandInput;
12
+ constructor(input: DeleteSlotTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteSlotTypeVersionRequest } from "../models/models_0";
5
+ export interface DeleteSlotTypeVersionCommandInput extends DeleteSlotTypeVersionRequest {
6
+ }
7
+ export interface DeleteSlotTypeVersionCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteSlotTypeVersionCommand extends $Command<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteSlotTypeVersionCommandInput;
12
+ constructor(input: DeleteSlotTypeVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteUtterancesRequest } from "../models/models_0";
5
+ export interface DeleteUtterancesCommandInput extends DeleteUtterancesRequest {
6
+ }
7
+ export interface DeleteUtterancesCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteUtterancesCommand extends $Command<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteUtterancesCommandInput;
12
+ constructor(input: DeleteUtterancesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBotAliasRequest, GetBotAliasResponse } from "../models/models_0";
5
+ export interface GetBotAliasCommandInput extends GetBotAliasRequest {
6
+ }
7
+ export interface GetBotAliasCommandOutput extends GetBotAliasResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBotAliasCommand extends $Command<GetBotAliasCommandInput, GetBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBotAliasCommandInput;
12
+ constructor(input: GetBotAliasCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBotAliasCommandInput, GetBotAliasCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBotAliasesRequest, GetBotAliasesResponse } from "../models/models_0";
5
+ export interface GetBotAliasesCommandInput extends GetBotAliasesRequest {
6
+ }
7
+ export interface GetBotAliasesCommandOutput extends GetBotAliasesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBotAliasesCommand extends $Command<GetBotAliasesCommandInput, GetBotAliasesCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBotAliasesCommandInput;
12
+ constructor(input: GetBotAliasesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBotAliasesCommandInput, GetBotAliasesCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBotChannelAssociationRequest, GetBotChannelAssociationResponse } from "../models/models_0";
5
+ export interface GetBotChannelAssociationCommandInput extends GetBotChannelAssociationRequest {
6
+ }
7
+ export interface GetBotChannelAssociationCommandOutput extends GetBotChannelAssociationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBotChannelAssociationCommand extends $Command<GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBotChannelAssociationCommandInput;
12
+ constructor(input: GetBotChannelAssociationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBotChannelAssociationsRequest, GetBotChannelAssociationsResponse } from "../models/models_0";
5
+ export interface GetBotChannelAssociationsCommandInput extends GetBotChannelAssociationsRequest {
6
+ }
7
+ export interface GetBotChannelAssociationsCommandOutput extends GetBotChannelAssociationsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBotChannelAssociationsCommand extends $Command<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBotChannelAssociationsCommandInput;
12
+ constructor(input: GetBotChannelAssociationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBotRequest, GetBotResponse } from "../models/models_0";
5
+ export interface GetBotCommandInput extends GetBotRequest {
6
+ }
7
+ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBotCommand extends $Command<GetBotCommandInput, GetBotCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBotCommandInput;
12
+ constructor(input: GetBotCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBotCommandInput, GetBotCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBotVersionsRequest, GetBotVersionsResponse } from "../models/models_0";
5
+ export interface GetBotVersionsCommandInput extends GetBotVersionsRequest {
6
+ }
7
+ export interface GetBotVersionsCommandOutput extends GetBotVersionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBotVersionsCommand extends $Command<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBotVersionsCommandInput;
12
+ constructor(input: GetBotVersionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBotVersionsCommandInput, GetBotVersionsCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBotsRequest, GetBotsResponse } from "../models/models_0";
5
+ export interface GetBotsCommandInput extends GetBotsRequest {
6
+ }
7
+ export interface GetBotsCommandOutput extends GetBotsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBotsCommand extends $Command<GetBotsCommandInput, GetBotsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBotsCommandInput;
12
+ constructor(input: GetBotsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBotsCommandInput, GetBotsCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBuiltinIntentRequest, GetBuiltinIntentResponse } from "../models/models_0";
5
+ export interface GetBuiltinIntentCommandInput extends GetBuiltinIntentRequest {
6
+ }
7
+ export interface GetBuiltinIntentCommandOutput extends GetBuiltinIntentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBuiltinIntentCommand extends $Command<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBuiltinIntentCommandInput;
12
+ constructor(input: GetBuiltinIntentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBuiltinIntentsRequest, GetBuiltinIntentsResponse } from "../models/models_0";
5
+ export interface GetBuiltinIntentsCommandInput extends GetBuiltinIntentsRequest {
6
+ }
7
+ export interface GetBuiltinIntentsCommandOutput extends GetBuiltinIntentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBuiltinIntentsCommand extends $Command<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBuiltinIntentsCommandInput;
12
+ constructor(input: GetBuiltinIntentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBuiltinSlotTypesRequest, GetBuiltinSlotTypesResponse } from "../models/models_0";
5
+ export interface GetBuiltinSlotTypesCommandInput extends GetBuiltinSlotTypesRequest {
6
+ }
7
+ export interface GetBuiltinSlotTypesCommandOutput extends GetBuiltinSlotTypesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBuiltinSlotTypesCommand extends $Command<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBuiltinSlotTypesCommandInput;
12
+ constructor(input: GetBuiltinSlotTypesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetExportRequest, GetExportResponse } from "../models/models_0";
5
+ export interface GetExportCommandInput extends GetExportRequest {
6
+ }
7
+ export interface GetExportCommandOutput extends GetExportResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetExportCommand extends $Command<GetExportCommandInput, GetExportCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetExportCommandInput;
12
+ constructor(input: GetExportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExportCommandInput, GetExportCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetImportRequest, GetImportResponse } from "../models/models_0";
5
+ export interface GetImportCommandInput extends GetImportRequest {
6
+ }
7
+ export interface GetImportCommandOutput extends GetImportResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetImportCommand extends $Command<GetImportCommandInput, GetImportCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetImportCommandInput;
12
+ constructor(input: GetImportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImportCommandInput, GetImportCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetIntentRequest, GetIntentResponse } from "../models/models_0";
5
+ export interface GetIntentCommandInput extends GetIntentRequest {
6
+ }
7
+ export interface GetIntentCommandOutput extends GetIntentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetIntentCommand extends $Command<GetIntentCommandInput, GetIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetIntentCommandInput;
12
+ constructor(input: GetIntentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntentCommandInput, GetIntentCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetIntentVersionsRequest, GetIntentVersionsResponse } from "../models/models_0";
5
+ export interface GetIntentVersionsCommandInput extends GetIntentVersionsRequest {
6
+ }
7
+ export interface GetIntentVersionsCommandOutput extends GetIntentVersionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetIntentVersionsCommand extends $Command<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetIntentVersionsCommandInput;
12
+ constructor(input: GetIntentVersionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetIntentsRequest, GetIntentsResponse } from "../models/models_0";
5
+ export interface GetIntentsCommandInput extends GetIntentsRequest {
6
+ }
7
+ export interface GetIntentsCommandOutput extends GetIntentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetIntentsCommand extends $Command<GetIntentsCommandInput, GetIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetIntentsCommandInput;
12
+ constructor(input: GetIntentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntentsCommandInput, GetIntentsCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetMigrationRequest, GetMigrationResponse } from "../models/models_0";
5
+ export interface GetMigrationCommandInput extends GetMigrationRequest {
6
+ }
7
+ export interface GetMigrationCommandOutput extends GetMigrationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetMigrationCommand extends $Command<GetMigrationCommandInput, GetMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetMigrationCommandInput;
12
+ constructor(input: GetMigrationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMigrationCommandInput, GetMigrationCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetMigrationsRequest, GetMigrationsResponse } from "../models/models_0";
5
+ export interface GetMigrationsCommandInput extends GetMigrationsRequest {
6
+ }
7
+ export interface GetMigrationsCommandOutput extends GetMigrationsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetMigrationsCommand extends $Command<GetMigrationsCommandInput, GetMigrationsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetMigrationsCommandInput;
12
+ constructor(input: GetMigrationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMigrationsCommandInput, GetMigrationsCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetSlotTypeRequest, GetSlotTypeResponse } from "../models/models_0";
5
+ export interface GetSlotTypeCommandInput extends GetSlotTypeRequest {
6
+ }
7
+ export interface GetSlotTypeCommandOutput extends GetSlotTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetSlotTypeCommand extends $Command<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetSlotTypeCommandInput;
12
+ constructor(input: GetSlotTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSlotTypeCommandInput, GetSlotTypeCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetSlotTypeVersionsRequest, GetSlotTypeVersionsResponse } from "../models/models_0";
5
+ export interface GetSlotTypeVersionsCommandInput extends GetSlotTypeVersionsRequest {
6
+ }
7
+ export interface GetSlotTypeVersionsCommandOutput extends GetSlotTypeVersionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetSlotTypeVersionsCommand extends $Command<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetSlotTypeVersionsCommandInput;
12
+ constructor(input: GetSlotTypeVersionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetSlotTypesRequest, GetSlotTypesResponse } from "../models/models_0";
5
+ export interface GetSlotTypesCommandInput extends GetSlotTypesRequest {
6
+ }
7
+ export interface GetSlotTypesCommandOutput extends GetSlotTypesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetSlotTypesCommand extends $Command<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetSlotTypesCommandInput;
12
+ constructor(input: GetSlotTypesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSlotTypesCommandInput, GetSlotTypesCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetUtterancesViewRequest, GetUtterancesViewResponse } from "../models/models_0";
5
+ export interface GetUtterancesViewCommandInput extends GetUtterancesViewRequest {
6
+ }
7
+ export interface GetUtterancesViewCommandOutput extends GetUtterancesViewResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetUtterancesViewCommand extends $Command<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetUtterancesViewCommandInput;
12
+ constructor(input: GetUtterancesViewCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
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, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: ListTagsForResourceCommandInput;
12
+ constructor(input: ListTagsForResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, 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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { PutBotAliasRequest, PutBotAliasResponse } from "../models/models_0";
5
+ export interface PutBotAliasCommandInput extends PutBotAliasRequest {
6
+ }
7
+ export interface PutBotAliasCommandOutput extends PutBotAliasResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutBotAliasCommand extends $Command<PutBotAliasCommandInput, PutBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: PutBotAliasCommandInput;
12
+ constructor(input: PutBotAliasCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBotAliasCommandInput, PutBotAliasCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { PutBotRequest, PutBotResponse } from "../models/models_0";
5
+ export interface PutBotCommandInput extends PutBotRequest {
6
+ }
7
+ export interface PutBotCommandOutput extends PutBotResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutBotCommand extends $Command<PutBotCommandInput, PutBotCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: PutBotCommandInput;
12
+ constructor(input: PutBotCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBotCommandInput, PutBotCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { PutIntentRequest, PutIntentResponse } from "../models/models_0";
5
+ export interface PutIntentCommandInput extends PutIntentRequest {
6
+ }
7
+ export interface PutIntentCommandOutput extends PutIntentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutIntentCommand extends $Command<PutIntentCommandInput, PutIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: PutIntentCommandInput;
12
+ constructor(input: PutIntentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutIntentCommandInput, PutIntentCommandOutput>;
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 { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { PutSlotTypeRequest, PutSlotTypeResponse } from "../models/models_0";
5
+ export interface PutSlotTypeCommandInput extends PutSlotTypeRequest {
6
+ }
7
+ export interface PutSlotTypeCommandOutput extends PutSlotTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutSlotTypeCommand extends $Command<PutSlotTypeCommandInput, PutSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: PutSlotTypeCommandInput;
12
+ constructor(input: PutSlotTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSlotTypeCommandInput, PutSlotTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }