@aws-sdk/client-lex-model-building-service 3.1077.0 → 3.1078.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 (134) hide show
  1. package/dist-cjs/index.js +50 -423
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateBotVersionCommand.js +2 -14
  4. package/dist-es/commands/CreateIntentVersionCommand.js +2 -14
  5. package/dist-es/commands/CreateSlotTypeVersionCommand.js +2 -14
  6. package/dist-es/commands/DeleteBotAliasCommand.js +2 -14
  7. package/dist-es/commands/DeleteBotChannelAssociationCommand.js +2 -14
  8. package/dist-es/commands/DeleteBotCommand.js +2 -14
  9. package/dist-es/commands/DeleteBotVersionCommand.js +2 -14
  10. package/dist-es/commands/DeleteIntentCommand.js +2 -14
  11. package/dist-es/commands/DeleteIntentVersionCommand.js +2 -14
  12. package/dist-es/commands/DeleteSlotTypeCommand.js +2 -14
  13. package/dist-es/commands/DeleteSlotTypeVersionCommand.js +2 -14
  14. package/dist-es/commands/DeleteUtterancesCommand.js +2 -14
  15. package/dist-es/commands/GetBotAliasCommand.js +2 -14
  16. package/dist-es/commands/GetBotAliasesCommand.js +2 -14
  17. package/dist-es/commands/GetBotChannelAssociationCommand.js +2 -14
  18. package/dist-es/commands/GetBotChannelAssociationsCommand.js +2 -14
  19. package/dist-es/commands/GetBotCommand.js +2 -14
  20. package/dist-es/commands/GetBotVersionsCommand.js +2 -14
  21. package/dist-es/commands/GetBotsCommand.js +2 -14
  22. package/dist-es/commands/GetBuiltinIntentCommand.js +2 -14
  23. package/dist-es/commands/GetBuiltinIntentsCommand.js +2 -14
  24. package/dist-es/commands/GetBuiltinSlotTypesCommand.js +2 -14
  25. package/dist-es/commands/GetExportCommand.js +2 -14
  26. package/dist-es/commands/GetImportCommand.js +2 -14
  27. package/dist-es/commands/GetIntentCommand.js +2 -14
  28. package/dist-es/commands/GetIntentVersionsCommand.js +2 -14
  29. package/dist-es/commands/GetIntentsCommand.js +2 -14
  30. package/dist-es/commands/GetMigrationCommand.js +2 -14
  31. package/dist-es/commands/GetMigrationsCommand.js +2 -14
  32. package/dist-es/commands/GetSlotTypeCommand.js +2 -14
  33. package/dist-es/commands/GetSlotTypeVersionsCommand.js +2 -14
  34. package/dist-es/commands/GetSlotTypesCommand.js +2 -14
  35. package/dist-es/commands/GetUtterancesViewCommand.js +2 -14
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  37. package/dist-es/commands/PutBotAliasCommand.js +2 -14
  38. package/dist-es/commands/PutBotCommand.js +2 -14
  39. package/dist-es/commands/PutIntentCommand.js +2 -14
  40. package/dist-es/commands/PutSlotTypeCommand.js +2 -14
  41. package/dist-es/commands/StartImportCommand.js +2 -14
  42. package/dist-es/commands/StartMigrationCommand.js +2 -14
  43. package/dist-es/commands/TagResourceCommand.js +2 -14
  44. package/dist-es/commands/UntagResourceCommand.js +2 -14
  45. package/dist-es/index.js +1 -0
  46. package/dist-types/commandBuilder.d.ts +18 -0
  47. package/dist-types/commands/CreateBotVersionCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateIntentVersionCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteBotAliasCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteBotCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteBotVersionCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteIntentCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteIntentVersionCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteUtterancesCommand.d.ts +3 -8
  59. package/dist-types/commands/GetBotAliasCommand.d.ts +3 -8
  60. package/dist-types/commands/GetBotAliasesCommand.d.ts +3 -8
  61. package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +3 -8
  62. package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +3 -8
  63. package/dist-types/commands/GetBotCommand.d.ts +3 -8
  64. package/dist-types/commands/GetBotVersionsCommand.d.ts +3 -8
  65. package/dist-types/commands/GetBotsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetBuiltinIntentCommand.d.ts +3 -8
  67. package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +3 -8
  68. package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +3 -8
  69. package/dist-types/commands/GetExportCommand.d.ts +3 -8
  70. package/dist-types/commands/GetImportCommand.d.ts +3 -8
  71. package/dist-types/commands/GetIntentCommand.d.ts +3 -8
  72. package/dist-types/commands/GetIntentVersionsCommand.d.ts +3 -8
  73. package/dist-types/commands/GetIntentsCommand.d.ts +3 -8
  74. package/dist-types/commands/GetMigrationCommand.d.ts +3 -8
  75. package/dist-types/commands/GetMigrationsCommand.d.ts +3 -8
  76. package/dist-types/commands/GetSlotTypeCommand.d.ts +3 -8
  77. package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +3 -8
  78. package/dist-types/commands/GetSlotTypesCommand.d.ts +3 -8
  79. package/dist-types/commands/GetUtterancesViewCommand.d.ts +3 -8
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/PutBotAliasCommand.d.ts +3 -8
  82. package/dist-types/commands/PutBotCommand.d.ts +3 -8
  83. package/dist-types/commands/PutIntentCommand.d.ts +3 -8
  84. package/dist-types/commands/PutSlotTypeCommand.d.ts +3 -8
  85. package/dist-types/commands/StartImportCommand.d.ts +3 -8
  86. package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
  87. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  88. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  89. package/dist-types/index.d.ts +1 -0
  90. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  91. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/index.d.ts +1 -0
  134. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetBotChannelAssociationsRequest, GetBotChannelAssociationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBotChannelAssociationsCommandInput extends GetBotChannelAsso
22
19
  export interface GetBotChannelAssociationsCommandOutput extends GetBotChannelAssociationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBotChannelAssociationsCommand_base: {
25
- new (input: GetBotChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBotChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBotChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBotChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns a list of all of the channels associated with the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetBotRequest, GetBotResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBotCommandInput extends GetBotRequest {
22
19
  export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBotCommand_base: {
25
- new (input: GetBotCommandInput): import("@smithy/core/client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBotCommandInput): import("@smithy/core/client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBotCommandInput): import("@smithy/core/client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBotCommandInput): import("@smithy/core/client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns metadata information for a specific bot. You must provide
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetBotVersionsRequest, GetBotVersionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBotVersionsCommandInput extends GetBotVersionsRequest {
22
19
  export interface GetBotVersionsCommandOutput extends GetBotVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBotVersionsCommand_base: {
25
- new (input: GetBotVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBotVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBotVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBotVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about all of the versions of a bot.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetBotsRequest, GetBotsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBotsCommandInput extends GetBotsRequest {
22
19
  export interface GetBotsCommandOutput extends GetBotsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBotsCommand_base: {
25
- new (input: GetBotsCommandInput): import("@smithy/core/client").CommandImpl<GetBotsCommandInput, GetBotsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetBotsCommandInput]): import("@smithy/core/client").CommandImpl<GetBotsCommandInput, GetBotsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBotsCommandInput): import("@smithy/core/client").CommandImpl<GetBotsCommandInput, GetBotsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetBotsCommandInput]): import("@smithy/core/client").CommandImpl<GetBotsCommandInput, GetBotsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns bot information as follows: </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetBuiltinIntentRequest, GetBuiltinIntentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBuiltinIntentCommandInput extends GetBuiltinIntentRequest {
22
19
  export interface GetBuiltinIntentCommandOutput extends GetBuiltinIntentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBuiltinIntentCommand_base: {
25
- new (input: GetBuiltinIntentCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBuiltinIntentCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBuiltinIntentCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBuiltinIntentCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a built-in intent.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetBuiltinIntentsRequest, GetBuiltinIntentsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBuiltinIntentsCommandInput extends GetBuiltinIntentsRequest
22
19
  export interface GetBuiltinIntentsCommandOutput extends GetBuiltinIntentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBuiltinIntentsCommand_base: {
25
- new (input: GetBuiltinIntentsCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetBuiltinIntentsCommandInput]): import("@smithy/core/client").CommandImpl<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBuiltinIntentsCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetBuiltinIntentsCommandInput]): import("@smithy/core/client").CommandImpl<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a list of built-in intents that meet the specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetBuiltinSlotTypesRequest, GetBuiltinSlotTypesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBuiltinSlotTypesCommandInput extends GetBuiltinSlotTypesRequ
22
19
  export interface GetBuiltinSlotTypesCommandOutput extends GetBuiltinSlotTypesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBuiltinSlotTypesCommand_base: {
25
- new (input: GetBuiltinSlotTypesCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetBuiltinSlotTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBuiltinSlotTypesCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetBuiltinSlotTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a list of built-in slot types that meet the specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetExportRequest, GetExportResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetExportCommandInput extends GetExportRequest {
22
19
  export interface GetExportCommandOutput extends GetExportResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetExportCommand_base: {
25
- new (input: GetExportCommandInput): import("@smithy/core/client").CommandImpl<GetExportCommandInput, GetExportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetExportCommandInput): import("@smithy/core/client").CommandImpl<GetExportCommandInput, GetExportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetExportCommandInput): import("@smithy/core/client").CommandImpl<GetExportCommandInput, GetExportCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetExportCommandInput): import("@smithy/core/client").CommandImpl<GetExportCommandInput, GetExportCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Exports the contents of a Amazon Lex resource in a specified format.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetImportRequest, GetImportResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetImportCommandInput extends GetImportRequest {
22
19
  export interface GetImportCommandOutput extends GetImportResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetImportCommand_base: {
25
- new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about an import job started with the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetIntentRequest, GetIntentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetIntentCommandInput extends GetIntentRequest {
22
19
  export interface GetIntentCommandOutput extends GetIntentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetIntentCommand_base: {
25
- new (input: GetIntentCommandInput): import("@smithy/core/client").CommandImpl<GetIntentCommandInput, GetIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetIntentCommandInput): import("@smithy/core/client").CommandImpl<GetIntentCommandInput, GetIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetIntentCommandInput): import("@smithy/core/client").CommandImpl<GetIntentCommandInput, GetIntentCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetIntentCommandInput): import("@smithy/core/client").CommandImpl<GetIntentCommandInput, GetIntentCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns information about an intent. In addition to the intent
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetIntentVersionsRequest, GetIntentVersionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetIntentVersionsCommandInput extends GetIntentVersionsRequest
22
19
  export interface GetIntentVersionsCommandOutput extends GetIntentVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetIntentVersionsCommand_base: {
25
- new (input: GetIntentVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetIntentVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetIntentVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetIntentVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about all of the versions of an intent.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetIntentsRequest, GetIntentsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetIntentsCommandInput extends GetIntentsRequest {
22
19
  export interface GetIntentsCommandOutput extends GetIntentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetIntentsCommand_base: {
25
- new (input: GetIntentsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentsCommandInput, GetIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetIntentsCommandInput]): import("@smithy/core/client").CommandImpl<GetIntentsCommandInput, GetIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetIntentsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentsCommandInput, GetIntentsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetIntentsCommandInput]): import("@smithy/core/client").CommandImpl<GetIntentsCommandInput, GetIntentsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns intent information as follows: </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetMigrationRequest, GetMigrationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetMigrationCommandInput extends GetMigrationRequest {
22
19
  export interface GetMigrationCommandOutput extends GetMigrationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetMigrationCommand_base: {
25
- new (input: GetMigrationCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationCommandInput, GetMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMigrationCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationCommandInput, GetMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetMigrationCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationCommandInput, GetMigrationCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetMigrationCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationCommandInput, GetMigrationCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides details about an ongoing or complete migration from an
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetMigrationsRequest, GetMigrationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetMigrationsCommandInput extends GetMigrationsRequest {
22
19
  export interface GetMigrationsCommandOutput extends GetMigrationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetMigrationsCommand_base: {
25
- new (input: GetMigrationsCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationsCommandInput, GetMigrationsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetMigrationsCommandInput]): import("@smithy/core/client").CommandImpl<GetMigrationsCommandInput, GetMigrationsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetMigrationsCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationsCommandInput, GetMigrationsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetMigrationsCommandInput]): import("@smithy/core/client").CommandImpl<GetMigrationsCommandInput, GetMigrationsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetSlotTypeRequest, GetSlotTypeResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSlotTypeCommandInput extends GetSlotTypeRequest {
22
19
  export interface GetSlotTypeCommandOutput extends GetSlotTypeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSlotTypeCommand_base: {
25
- new (input: GetSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a specific version of a slot type. In
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetSlotTypeVersionsRequest, GetSlotTypeVersionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSlotTypeVersionsCommandInput extends GetSlotTypeVersionsRequ
22
19
  export interface GetSlotTypeVersionsCommandOutput extends GetSlotTypeVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSlotTypeVersionsCommand_base: {
25
- new (input: GetSlotTypeVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSlotTypeVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSlotTypeVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSlotTypeVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about all versions of a slot type.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetSlotTypesRequest, GetSlotTypesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSlotTypesCommandInput extends GetSlotTypesRequest {
22
19
  export interface GetSlotTypesCommandOutput extends GetSlotTypesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSlotTypesCommand_base: {
25
- new (input: GetSlotTypesCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSlotTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSlotTypesCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetSlotTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns slot type information as follows: </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { GetUtterancesViewRequest, GetUtterancesViewResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetUtterancesViewCommandInput extends GetUtterancesViewRequest
22
19
  export interface GetUtterancesViewCommandOutput extends GetUtterancesViewResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetUtterancesViewCommand_base: {
25
- new (input: GetUtterancesViewCommandInput): import("@smithy/core/client").CommandImpl<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUtterancesViewCommandInput): import("@smithy/core/client").CommandImpl<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetUtterancesViewCommandInput): import("@smithy/core/client").CommandImpl<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetUtterancesViewCommandInput): import("@smithy/core/client").CommandImpl<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use the <code>GetUtterancesView</code> operation to get information
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a list of tags associated with the specified resource. Only bots,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { PutBotAliasRequest, PutBotAliasResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutBotAliasCommandInput extends PutBotAliasRequest {
22
19
  export interface PutBotAliasCommandOutput extends PutBotAliasResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutBotAliasCommand_base: {
25
- new (input: PutBotAliasCommandInput): import("@smithy/core/client").CommandImpl<PutBotAliasCommandInput, PutBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBotAliasCommandInput): import("@smithy/core/client").CommandImpl<PutBotAliasCommandInput, PutBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutBotAliasCommandInput): import("@smithy/core/client").CommandImpl<PutBotAliasCommandInput, PutBotAliasCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutBotAliasCommandInput): import("@smithy/core/client").CommandImpl<PutBotAliasCommandInput, PutBotAliasCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an alias for the specified version of the bot or replaces
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { PutBotRequest, PutBotResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutBotCommandInput extends PutBotRequest {
22
19
  export interface PutBotCommandOutput extends PutBotResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutBotCommand_base: {
25
- new (input: PutBotCommandInput): import("@smithy/core/client").CommandImpl<PutBotCommandInput, PutBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBotCommandInput): import("@smithy/core/client").CommandImpl<PutBotCommandInput, PutBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutBotCommandInput): import("@smithy/core/client").CommandImpl<PutBotCommandInput, PutBotCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutBotCommandInput): import("@smithy/core/client").CommandImpl<PutBotCommandInput, PutBotCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an Amazon Lex conversational bot or replaces an existing bot.