@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,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
  GetBuiltinIntentRequest,
10
4
  GetBuiltinIntentResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBuiltinIntentCommandInput extends GetBuiltinIntentRequest {}
15
8
  export interface GetBuiltinIntentCommandOutput
16
9
  extends GetBuiltinIntentResponse,
@@ -21,22 +14,20 @@ declare const GetBuiltinIntentCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetBuiltinIntentCommandInput,
23
16
  GetBuiltinIntentCommandOutput,
24
- LexModelBuildingServiceClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").LexModelBuildingServiceClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetBuiltinIntentCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetBuiltinIntentCommandInput,
32
25
  GetBuiltinIntentCommandOutput,
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 GetBuiltinIntentCommand extends GetBuiltinIntentCommand_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
  GetBuiltinIntentsRequest,
10
4
  GetBuiltinIntentsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBuiltinIntentsCommandInput
15
8
  extends GetBuiltinIntentsRequest {}
16
9
  export interface GetBuiltinIntentsCommandOutput
@@ -22,22 +15,20 @@ declare const GetBuiltinIntentsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetBuiltinIntentsCommandInput,
24
17
  GetBuiltinIntentsCommandOutput,
25
- LexModelBuildingServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").LexModelBuildingServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetBuiltinIntentsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetBuiltinIntentsCommandInput,
33
26
  GetBuiltinIntentsCommandOutput,
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 GetBuiltinIntentsCommand extends GetBuiltinIntentsCommand_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
  GetBuiltinSlotTypesRequest,
10
4
  GetBuiltinSlotTypesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBuiltinSlotTypesCommandInput
15
8
  extends GetBuiltinSlotTypesRequest {}
16
9
  export interface GetBuiltinSlotTypesCommandOutput
@@ -22,22 +15,20 @@ declare const GetBuiltinSlotTypesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetBuiltinSlotTypesCommandInput,
24
17
  GetBuiltinSlotTypesCommandOutput,
25
- LexModelBuildingServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").LexModelBuildingServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetBuiltinSlotTypesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetBuiltinSlotTypesCommandInput,
33
26
  GetBuiltinSlotTypesCommandOutput,
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 GetBuiltinSlotTypesCommand extends GetBuiltinSlotTypesCommand_base {
43
34
  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 { GetExportRequest, GetExportResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetExportCommandInput extends GetExportRequest {}
12
5
  export interface GetExportCommandOutput
13
6
  extends GetExportResponse,
@@ -16,20 +9,18 @@ declare const GetExportCommand_base: {
16
9
  new (input: GetExportCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetExportCommandInput,
18
11
  GetExportCommandOutput,
19
- LexModelBuildingServiceClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").LexModelBuildingServiceClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetExportCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetExportCommandInput,
25
18
  GetExportCommandOutput,
26
- LexModelBuildingServiceClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").LexModelBuildingServiceClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetExportCommand extends GetExportCommand_base {
35
26
  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 { GetImportRequest, GetImportResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetImportCommandInput extends GetImportRequest {}
12
5
  export interface GetImportCommandOutput
13
6
  extends GetImportResponse,
@@ -16,20 +9,18 @@ declare const GetImportCommand_base: {
16
9
  new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetImportCommandInput,
18
11
  GetImportCommandOutput,
19
- LexModelBuildingServiceClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").LexModelBuildingServiceClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetImportCommandInput,
25
18
  GetImportCommandOutput,
26
- LexModelBuildingServiceClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").LexModelBuildingServiceClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetImportCommand extends GetImportCommand_base {
35
26
  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 { GetIntentRequest, GetIntentResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetIntentCommandInput extends GetIntentRequest {}
12
5
  export interface GetIntentCommandOutput
13
6
  extends GetIntentResponse,
@@ -16,20 +9,18 @@ declare const GetIntentCommand_base: {
16
9
  new (input: GetIntentCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetIntentCommandInput,
18
11
  GetIntentCommandOutput,
19
- LexModelBuildingServiceClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").LexModelBuildingServiceClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetIntentCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetIntentCommandInput,
25
18
  GetIntentCommandOutput,
26
- LexModelBuildingServiceClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").LexModelBuildingServiceClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetIntentCommand extends GetIntentCommand_base {
35
26
  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
  GetIntentVersionsRequest,
10
4
  GetIntentVersionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetIntentVersionsCommandInput
15
8
  extends GetIntentVersionsRequest {}
16
9
  export interface GetIntentVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const GetIntentVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetIntentVersionsCommandInput,
24
17
  GetIntentVersionsCommandOutput,
25
- LexModelBuildingServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").LexModelBuildingServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetIntentVersionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetIntentVersionsCommandInput,
33
26
  GetIntentVersionsCommandOutput,
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 GetIntentVersionsCommand extends GetIntentVersionsCommand_base {
43
34
  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 { GetIntentsRequest, GetIntentsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetIntentsCommandInput extends GetIntentsRequest {}
12
5
  export interface GetIntentsCommandOutput
13
6
  extends GetIntentsResponse,
@@ -18,22 +11,20 @@ declare const GetIntentsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetIntentsCommandInput,
20
13
  GetIntentsCommandOutput,
21
- LexModelBuildingServiceClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").LexModelBuildingServiceClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [GetIntentsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetIntentsCommandInput,
29
22
  GetIntentsCommandOutput,
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 GetIntentsCommand extends GetIntentsCommand_base {
39
30
  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 { GetMigrationRequest, GetMigrationResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetMigrationCommandInput extends GetMigrationRequest {}
12
5
  export interface GetMigrationCommandOutput
13
6
  extends GetMigrationResponse,
@@ -18,22 +11,20 @@ declare const GetMigrationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetMigrationCommandInput,
20
13
  GetMigrationCommandOutput,
21
- LexModelBuildingServiceClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").LexModelBuildingServiceClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetMigrationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetMigrationCommandInput,
29
22
  GetMigrationCommandOutput,
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 GetMigrationCommand extends GetMigrationCommand_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
  GetMigrationsRequest,
10
4
  GetMigrationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetMigrationsCommandInput extends GetMigrationsRequest {}
15
8
  export interface GetMigrationsCommandOutput
16
9
  extends GetMigrationsResponse,
@@ -21,22 +14,20 @@ declare const GetMigrationsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetMigrationsCommandInput,
23
16
  GetMigrationsCommandOutput,
24
- LexModelBuildingServiceClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").LexModelBuildingServiceClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [GetMigrationsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetMigrationsCommandInput,
32
25
  GetMigrationsCommandOutput,
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 GetMigrationsCommand extends GetMigrationsCommand_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 { GetSlotTypeRequest, GetSlotTypeResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetSlotTypeCommandInput extends GetSlotTypeRequest {}
12
5
  export interface GetSlotTypeCommandOutput
13
6
  extends GetSlotTypeResponse,
@@ -18,22 +11,20 @@ declare const GetSlotTypeCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetSlotTypeCommandInput,
20
13
  GetSlotTypeCommandOutput,
21
- LexModelBuildingServiceClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").LexModelBuildingServiceClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetSlotTypeCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetSlotTypeCommandInput,
29
22
  GetSlotTypeCommandOutput,
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 GetSlotTypeCommand extends GetSlotTypeCommand_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
  GetSlotTypeVersionsRequest,
10
4
  GetSlotTypeVersionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSlotTypeVersionsCommandInput
15
8
  extends GetSlotTypeVersionsRequest {}
16
9
  export interface GetSlotTypeVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const GetSlotTypeVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetSlotTypeVersionsCommandInput,
24
17
  GetSlotTypeVersionsCommandOutput,
25
- LexModelBuildingServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").LexModelBuildingServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetSlotTypeVersionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetSlotTypeVersionsCommandInput,
33
26
  GetSlotTypeVersionsCommandOutput,
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 GetSlotTypeVersionsCommand extends GetSlotTypeVersionsCommand_base {
43
34
  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 { GetSlotTypesRequest, GetSlotTypesResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetSlotTypesCommandInput extends GetSlotTypesRequest {}
12
5
  export interface GetSlotTypesCommandOutput
13
6
  extends GetSlotTypesResponse,
@@ -18,22 +11,20 @@ declare const GetSlotTypesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetSlotTypesCommandInput,
20
13
  GetSlotTypesCommandOutput,
21
- LexModelBuildingServiceClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").LexModelBuildingServiceClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [GetSlotTypesCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetSlotTypesCommandInput,
29
22
  GetSlotTypesCommandOutput,
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 GetSlotTypesCommand extends GetSlotTypesCommand_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
  GetUtterancesViewRequest,
10
4
  GetUtterancesViewResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetUtterancesViewCommandInput
15
8
  extends GetUtterancesViewRequest {}
16
9
  export interface GetUtterancesViewCommandOutput
@@ -22,22 +15,20 @@ declare const GetUtterancesViewCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetUtterancesViewCommandInput,
24
17
  GetUtterancesViewCommandOutput,
25
- LexModelBuildingServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").LexModelBuildingServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetUtterancesViewCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetUtterancesViewCommandInput,
33
26
  GetUtterancesViewCommandOutput,
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 GetUtterancesViewCommand extends GetUtterancesViewCommand_base {
43
34
  protected static __types: {