@aws-sdk/client-lex-model-building-service 3.1076.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 (146) hide show
  1. package/dist-cjs/index.js +53 -425
  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-es/runtimeConfig.browser.js +0 -2
  47. package/dist-es/runtimeConfig.js +1 -2
  48. package/dist-es/runtimeConfig.native.js +0 -2
  49. package/dist-es/runtimeConfig.shared.js +2 -0
  50. package/dist-types/commandBuilder.d.ts +18 -0
  51. package/dist-types/commands/CreateBotVersionCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateIntentVersionCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteBotAliasCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteBotCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteBotVersionCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteIntentCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteIntentVersionCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteUtterancesCommand.d.ts +3 -8
  63. package/dist-types/commands/GetBotAliasCommand.d.ts +3 -8
  64. package/dist-types/commands/GetBotAliasesCommand.d.ts +3 -8
  65. package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +3 -8
  66. package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +3 -8
  67. package/dist-types/commands/GetBotCommand.d.ts +3 -8
  68. package/dist-types/commands/GetBotVersionsCommand.d.ts +3 -8
  69. package/dist-types/commands/GetBotsCommand.d.ts +3 -8
  70. package/dist-types/commands/GetBuiltinIntentCommand.d.ts +3 -8
  71. package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +3 -8
  72. package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +3 -8
  73. package/dist-types/commands/GetExportCommand.d.ts +3 -8
  74. package/dist-types/commands/GetImportCommand.d.ts +3 -8
  75. package/dist-types/commands/GetIntentCommand.d.ts +3 -8
  76. package/dist-types/commands/GetIntentVersionsCommand.d.ts +3 -8
  77. package/dist-types/commands/GetIntentsCommand.d.ts +3 -8
  78. package/dist-types/commands/GetMigrationCommand.d.ts +3 -8
  79. package/dist-types/commands/GetMigrationsCommand.d.ts +3 -8
  80. package/dist-types/commands/GetSlotTypeCommand.d.ts +3 -8
  81. package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +3 -8
  82. package/dist-types/commands/GetSlotTypesCommand.d.ts +3 -8
  83. package/dist-types/commands/GetUtterancesViewCommand.d.ts +3 -8
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/PutBotAliasCommand.d.ts +3 -8
  86. package/dist-types/commands/PutBotCommand.d.ts +3 -8
  87. package/dist-types/commands/PutIntentCommand.d.ts +3 -8
  88. package/dist-types/commands/PutSlotTypeCommand.d.ts +3 -8
  89. package/dist-types/commands/StartImportCommand.d.ts +3 -8
  90. package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
  91. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  93. package/dist-types/index.d.ts +1 -0
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/runtimeConfig.d.ts +1 -1
  96. package/dist-types/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  99. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/index.d.ts +1 -0
  142. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  144. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  145. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  146. package/package.json +8 -10
@@ -1,33 +1,24 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import { DeleteBotRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteBotCommandInput extends DeleteBotRequest {}
12
5
  export interface DeleteBotCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteBotCommand_base: {
14
7
  new (input: DeleteBotCommandInput): import("@smithy/core/client").CommandImpl<
15
8
  DeleteBotCommandInput,
16
9
  DeleteBotCommandOutput,
17
- LexModelBuildingServiceClientResolvedConfig,
18
- ServiceInputTypes,
19
- ServiceOutputTypes
10
+ import("..").LexModelBuildingServiceClientResolvedConfig,
11
+ import("..").ServiceInputTypes,
12
+ import("..").ServiceOutputTypes
20
13
  >;
21
14
  new (input: DeleteBotCommandInput): import("@smithy/core/client").CommandImpl<
22
15
  DeleteBotCommandInput,
23
16
  DeleteBotCommandOutput,
24
- LexModelBuildingServiceClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").LexModelBuildingServiceClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
- getEndpointParameterInstructions(): {
29
- [x: string]: unknown;
30
- };
21
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
31
22
  };
32
23
  export declare class DeleteBotCommand extends DeleteBotCommand_base {
33
24
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import { DeleteBotVersionRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteBotVersionCommandInput extends DeleteBotVersionRequest {}
12
5
  export interface DeleteBotVersionCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteBotVersionCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteBotVersionCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteBotVersionCommandInput,
18
11
  DeleteBotVersionCommandOutput,
19
- LexModelBuildingServiceClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").LexModelBuildingServiceClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteBotVersionCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteBotVersionCommandInput,
27
20
  DeleteBotVersionCommandOutput,
28
- LexModelBuildingServiceClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").LexModelBuildingServiceClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteBotVersionCommand extends DeleteBotVersionCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import { DeleteIntentRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteIntentCommandInput extends DeleteIntentRequest {}
12
5
  export interface DeleteIntentCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteIntentCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteIntentCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteIntentCommandInput,
18
11
  DeleteIntentCommandOutput,
19
- LexModelBuildingServiceClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").LexModelBuildingServiceClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteIntentCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteIntentCommandInput,
27
20
  DeleteIntentCommandOutput,
28
- LexModelBuildingServiceClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").LexModelBuildingServiceClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteIntentCommand extends DeleteIntentCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import { DeleteIntentVersionRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteIntentVersionCommandInput
12
5
  extends DeleteIntentVersionRequest {}
13
6
  export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteIntentVersionCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteIntentVersionCommandInput,
19
12
  DeleteIntentVersionCommandOutput,
20
- LexModelBuildingServiceClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").LexModelBuildingServiceClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteIntentVersionCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteIntentVersionCommandInput,
28
21
  DeleteIntentVersionCommandOutput,
29
- LexModelBuildingServiceClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").LexModelBuildingServiceClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteIntentVersionCommand extends DeleteIntentVersionCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import { DeleteSlotTypeRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteSlotTypeCommandInput extends DeleteSlotTypeRequest {}
12
5
  export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteSlotTypeCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteSlotTypeCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteSlotTypeCommandInput,
18
11
  DeleteSlotTypeCommandOutput,
19
- LexModelBuildingServiceClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").LexModelBuildingServiceClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteSlotTypeCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteSlotTypeCommandInput,
27
20
  DeleteSlotTypeCommandOutput,
28
- LexModelBuildingServiceClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").LexModelBuildingServiceClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteSlotTypeCommand extends DeleteSlotTypeCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import { DeleteSlotTypeVersionRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteSlotTypeVersionCommandInput
12
5
  extends DeleteSlotTypeVersionRequest {}
13
6
  export interface DeleteSlotTypeVersionCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteSlotTypeVersionCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteSlotTypeVersionCommandInput,
19
12
  DeleteSlotTypeVersionCommandOutput,
20
- LexModelBuildingServiceClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").LexModelBuildingServiceClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteSlotTypeVersionCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteSlotTypeVersionCommandInput,
28
21
  DeleteSlotTypeVersionCommandOutput,
29
- LexModelBuildingServiceClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").LexModelBuildingServiceClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteSlotTypeVersionCommand extends DeleteSlotTypeVersionCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import { DeleteUtterancesRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteUtterancesCommandInput extends DeleteUtterancesRequest {}
12
5
  export interface DeleteUtterancesCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteUtterancesCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteUtterancesCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteUtterancesCommandInput,
18
11
  DeleteUtterancesCommandOutput,
19
- LexModelBuildingServiceClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").LexModelBuildingServiceClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteUtterancesCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteUtterancesCommandInput,
27
20
  DeleteUtterancesCommandOutput,
28
- LexModelBuildingServiceClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").LexModelBuildingServiceClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteUtterancesCommand extends DeleteUtterancesCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import { GetBotAliasRequest, GetBotAliasResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetBotAliasCommandInput extends GetBotAliasRequest {}
12
5
  export interface GetBotAliasCommandOutput
13
6
  extends GetBotAliasResponse,
@@ -18,22 +11,20 @@ declare const GetBotAliasCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetBotAliasCommandInput,
20
13
  GetBotAliasCommandOutput,
21
- LexModelBuildingServiceClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").LexModelBuildingServiceClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetBotAliasCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetBotAliasCommandInput,
29
22
  GetBotAliasCommandOutput,
30
- LexModelBuildingServiceClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").LexModelBuildingServiceClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetBotAliasCommand extends GetBotAliasCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import {
9
3
  GetBotAliasesRequest,
10
4
  GetBotAliasesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBotAliasesCommandInput extends GetBotAliasesRequest {}
15
8
  export interface GetBotAliasesCommandOutput
16
9
  extends GetBotAliasesResponse,
@@ -21,22 +14,20 @@ declare const GetBotAliasesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetBotAliasesCommandInput,
23
16
  GetBotAliasesCommandOutput,
24
- LexModelBuildingServiceClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").LexModelBuildingServiceClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetBotAliasesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetBotAliasesCommandInput,
32
25
  GetBotAliasesCommandOutput,
33
- LexModelBuildingServiceClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").LexModelBuildingServiceClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetBotAliasesCommand extends GetBotAliasesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import {
9
3
  GetBotChannelAssociationRequest,
10
4
  GetBotChannelAssociationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBotChannelAssociationCommandInput
15
8
  extends GetBotChannelAssociationRequest {}
16
9
  export interface GetBotChannelAssociationCommandOutput
@@ -22,22 +15,20 @@ declare const GetBotChannelAssociationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetBotChannelAssociationCommandInput,
24
17
  GetBotChannelAssociationCommandOutput,
25
- LexModelBuildingServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").LexModelBuildingServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetBotChannelAssociationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetBotChannelAssociationCommandInput,
33
26
  GetBotChannelAssociationCommandOutput,
34
- LexModelBuildingServiceClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").LexModelBuildingServiceClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetBotChannelAssociationCommand extends GetBotChannelAssociationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import {
9
3
  GetBotChannelAssociationsRequest,
10
4
  GetBotChannelAssociationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBotChannelAssociationsCommandInput
15
8
  extends GetBotChannelAssociationsRequest {}
16
9
  export interface GetBotChannelAssociationsCommandOutput
@@ -22,22 +15,20 @@ declare const GetBotChannelAssociationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetBotChannelAssociationsCommandInput,
24
17
  GetBotChannelAssociationsCommandOutput,
25
- LexModelBuildingServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").LexModelBuildingServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetBotChannelAssociationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetBotChannelAssociationsCommandInput,
33
26
  GetBotChannelAssociationsCommandOutput,
34
- LexModelBuildingServiceClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").LexModelBuildingServiceClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetBotChannelAssociationsCommand extends GetBotChannelAssociationsCommand_base {
43
34
  protected static __types: {
@@ -1,33 +1,24 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import { GetBotRequest, GetBotResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetBotCommandInput extends GetBotRequest {}
12
5
  export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {}
13
6
  declare const GetBotCommand_base: {
14
7
  new (input: GetBotCommandInput): import("@smithy/core/client").CommandImpl<
15
8
  GetBotCommandInput,
16
9
  GetBotCommandOutput,
17
- LexModelBuildingServiceClientResolvedConfig,
18
- ServiceInputTypes,
19
- ServiceOutputTypes
10
+ import("..").LexModelBuildingServiceClientResolvedConfig,
11
+ import("..").ServiceInputTypes,
12
+ import("..").ServiceOutputTypes
20
13
  >;
21
14
  new (input: GetBotCommandInput): import("@smithy/core/client").CommandImpl<
22
15
  GetBotCommandInput,
23
16
  GetBotCommandOutput,
24
- LexModelBuildingServiceClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").LexModelBuildingServiceClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
- getEndpointParameterInstructions(): {
29
- [x: string]: unknown;
30
- };
21
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
31
22
  };
32
23
  export declare class GetBotCommand extends GetBotCommand_base {
33
24
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import {
9
3
  GetBotVersionsRequest,
10
4
  GetBotVersionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBotVersionsCommandInput extends GetBotVersionsRequest {}
15
8
  export interface GetBotVersionsCommandOutput
16
9
  extends GetBotVersionsResponse,
@@ -21,22 +14,20 @@ declare const GetBotVersionsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetBotVersionsCommandInput,
23
16
  GetBotVersionsCommandOutput,
24
- LexModelBuildingServiceClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").LexModelBuildingServiceClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetBotVersionsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetBotVersionsCommandInput,
32
25
  GetBotVersionsCommandOutput,
33
- LexModelBuildingServiceClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").LexModelBuildingServiceClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetBotVersionsCommand extends GetBotVersionsCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- LexModelBuildingServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../LexModelBuildingServiceClient";
8
2
  import { GetBotsRequest, GetBotsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetBotsCommandInput extends GetBotsRequest {}
12
5
  export interface GetBotsCommandOutput
13
6
  extends GetBotsResponse,
@@ -16,22 +9,20 @@ declare const GetBotsCommand_base: {
16
9
  new (input: GetBotsCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetBotsCommandInput,
18
11
  GetBotsCommandOutput,
19
- LexModelBuildingServiceClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").LexModelBuildingServiceClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  ...[input]: [] | [GetBotsCommandInput]
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  GetBotsCommandInput,
27
20
  GetBotsCommandOutput,
28
- LexModelBuildingServiceClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").LexModelBuildingServiceClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class GetBotsCommand extends GetBotsCommand_base {
37
28
  protected static __types: {