@aws-sdk/client-lex-models-v2 3.1018.0 → 3.1020.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 (71) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  2. package/dist-cjs/runtimeConfig.js +4 -3
  3. package/dist-cjs/runtimeConfig.shared.js +2 -2
  4. package/dist-es/LexModelsV2.js +9 -9
  5. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  6. package/dist-es/runtimeConfig.js +2 -1
  7. package/dist-es/runtimeConfig.shared.js +1 -1
  8. package/dist-es/waiters/waitForBotAliasAvailable.js +1 -1
  9. package/dist-es/waiters/waitForBotAvailable.js +1 -1
  10. package/dist-es/waiters/waitForBotExportCompleted.js +1 -1
  11. package/dist-es/waiters/waitForBotImportCompleted.js +1 -1
  12. package/dist-es/waiters/waitForBotLocaleBuilt.js +1 -1
  13. package/dist-es/waiters/waitForBotLocaleCreated.js +1 -1
  14. package/dist-es/waiters/waitForBotLocaleExpressTestingAvailable.js +1 -1
  15. package/dist-es/waiters/waitForBotVersionAvailable.js +1 -1
  16. package/dist-types/LexModelsV2.d.ts +107 -107
  17. package/dist-types/LexModelsV2Client.d.ts +110 -110
  18. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  19. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  20. package/dist-types/index.d.ts +1 -1
  21. package/dist-types/models/models_0.d.ts +1 -1
  22. package/dist-types/models/models_1.d.ts +2 -2
  23. package/dist-types/pagination/DescribeBotAnalyzerRecommendationPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListAggregatedUtterancesPaginator.d.ts +1 -1
  25. package/dist-types/pagination/ListBotAliasReplicasPaginator.d.ts +1 -1
  26. package/dist-types/pagination/ListBotAliasesPaginator.d.ts +1 -1
  27. package/dist-types/pagination/ListBotAnalyzerHistoryPaginator.d.ts +1 -1
  28. package/dist-types/pagination/ListBotLocalesPaginator.d.ts +1 -1
  29. package/dist-types/pagination/ListBotRecommendationsPaginator.d.ts +1 -1
  30. package/dist-types/pagination/ListBotResourceGenerationsPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListBotVersionReplicasPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListBotVersionsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListBotsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListBuiltInIntentsPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListBuiltInSlotTypesPaginator.d.ts +1 -1
  36. package/dist-types/pagination/ListCustomVocabularyItemsPaginator.d.ts +1 -1
  37. package/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  38. package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/ListIntentMetricsPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListIntentStageMetricsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListIntentsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListRecommendedIntentsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListSessionAnalyticsDataPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListSessionMetricsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListSlotTypesPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListSlotsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListTestExecutionResultItemsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListTestExecutionsPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListTestSetRecordsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListTestSetsPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListUtteranceAnalyticsDataPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListUtteranceMetricsPaginator.d.ts +1 -1
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  54. package/dist-types/runtimeConfig.d.ts +1 -1
  55. package/dist-types/runtimeConfig.native.d.ts +1 -1
  56. package/dist-types/ts3.4/LexModelsV2Client.d.ts +2 -3
  57. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  58. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_1.d.ts +50 -50
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  63. package/dist-types/waiters/waitForBotAliasAvailable.d.ts +3 -3
  64. package/dist-types/waiters/waitForBotAvailable.d.ts +3 -3
  65. package/dist-types/waiters/waitForBotExportCompleted.d.ts +3 -3
  66. package/dist-types/waiters/waitForBotImportCompleted.d.ts +3 -3
  67. package/dist-types/waiters/waitForBotLocaleBuilt.d.ts +3 -3
  68. package/dist-types/waiters/waitForBotLocaleCreated.d.ts +3 -3
  69. package/dist-types/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +3 -3
  70. package/dist-types/waiters/waitForBotVersionAvailable.d.ts +3 -3
  71. package/package.json +14 -14
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveHttpAuthSchemeConfig = exports.defaultLexModelsV2HttpAuthSchemeProvider = exports.defaultLexModelsV2HttpAuthSchemeParametersProvider = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultLexModelsV2HttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
@@ -38,7 +38,7 @@ const defaultLexModelsV2HttpAuthSchemeProvider = (authParameters) => {
38
38
  };
39
39
  exports.defaultLexModelsV2HttpAuthSchemeProvider = defaultLexModelsV2HttpAuthSchemeProvider;
40
40
  const resolveHttpAuthSchemeConfig = (config) => {
41
- const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
41
+ const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
42
42
  return Object.assign(config_0, {
43
43
  authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
44
44
  });
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
- const core_1 = require("@aws-sdk/core");
6
+ const client_1 = require("@aws-sdk/core/client");
7
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
7
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
8
9
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
10
  const config_resolver_1 = require("@smithy/config-resolver");
@@ -21,7 +22,7 @@ const getRuntimeConfig = (config) => {
21
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
22
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
23
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
24
- (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
25
+ (0, client_1.emitWarningIfUnsupportedVersion)(process.version);
25
26
  const loaderConfig = {
26
27
  profile: config?.profile,
27
28
  logger: clientSharedValues.logger,
@@ -31,7 +32,7 @@ const getRuntimeConfig = (config) => {
31
32
  ...config,
32
33
  runtime: "node",
33
34
  defaultsMode,
34
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
35
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
35
36
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
36
37
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
37
38
  defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const protocols_1 = require("@aws-sdk/core/protocols");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const url_parser_1 = require("@smithy/url-parser");
@@ -23,7 +23,7 @@ const getRuntimeConfig = (config) => {
23
23
  {
24
24
  schemeId: "aws.auth#sigv4",
25
25
  identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
26
- signer: new core_1.AwsSdkSigV4Signer(),
26
+ signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
27
27
  },
28
28
  ],
29
29
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
@@ -12,7 +12,7 @@ import { CreateExportCommand, } from "./commands/CreateExportCommand";
12
12
  import { CreateIntentCommand, } from "./commands/CreateIntentCommand";
13
13
  import { CreateResourcePolicyCommand, } from "./commands/CreateResourcePolicyCommand";
14
14
  import { CreateResourcePolicyStatementCommand, } from "./commands/CreateResourcePolicyStatementCommand";
15
- import { CreateSlotCommand } from "./commands/CreateSlotCommand";
15
+ import { CreateSlotCommand, } from "./commands/CreateSlotCommand";
16
16
  import { CreateSlotTypeCommand, } from "./commands/CreateSlotTypeCommand";
17
17
  import { CreateTestSetDiscrepancyReportCommand, } from "./commands/CreateTestSetDiscrepancyReportCommand";
18
18
  import { CreateUploadUrlCommand, } from "./commands/CreateUploadUrlCommand";
@@ -28,13 +28,13 @@ import { DeleteImportCommand, } from "./commands/DeleteImportCommand";
28
28
  import { DeleteIntentCommand, } from "./commands/DeleteIntentCommand";
29
29
  import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
30
30
  import { DeleteResourcePolicyStatementCommand, } from "./commands/DeleteResourcePolicyStatementCommand";
31
- import { DeleteSlotCommand } from "./commands/DeleteSlotCommand";
31
+ import { DeleteSlotCommand, } from "./commands/DeleteSlotCommand";
32
32
  import { DeleteSlotTypeCommand, } from "./commands/DeleteSlotTypeCommand";
33
33
  import { DeleteTestSetCommand, } from "./commands/DeleteTestSetCommand";
34
34
  import { DeleteUtterancesCommand, } from "./commands/DeleteUtterancesCommand";
35
35
  import { DescribeBotAliasCommand, } from "./commands/DescribeBotAliasCommand";
36
36
  import { DescribeBotAnalyzerRecommendationCommand, } from "./commands/DescribeBotAnalyzerRecommendationCommand";
37
- import { DescribeBotCommand } from "./commands/DescribeBotCommand";
37
+ import { DescribeBotCommand, } from "./commands/DescribeBotCommand";
38
38
  import { DescribeBotLocaleCommand, } from "./commands/DescribeBotLocaleCommand";
39
39
  import { DescribeBotRecommendationCommand, } from "./commands/DescribeBotRecommendationCommand";
40
40
  import { DescribeBotReplicaCommand, } from "./commands/DescribeBotReplicaCommand";
@@ -67,11 +67,11 @@ import { ListBotVersionsCommand, } from "./commands/ListBotVersionsCommand";
67
67
  import { ListBuiltInIntentsCommand, } from "./commands/ListBuiltInIntentsCommand";
68
68
  import { ListBuiltInSlotTypesCommand, } from "./commands/ListBuiltInSlotTypesCommand";
69
69
  import { ListCustomVocabularyItemsCommand, } from "./commands/ListCustomVocabularyItemsCommand";
70
- import { ListExportsCommand } from "./commands/ListExportsCommand";
71
- import { ListImportsCommand } from "./commands/ListImportsCommand";
70
+ import { ListExportsCommand, } from "./commands/ListExportsCommand";
71
+ import { ListImportsCommand, } from "./commands/ListImportsCommand";
72
72
  import { ListIntentMetricsCommand, } from "./commands/ListIntentMetricsCommand";
73
73
  import { ListIntentPathsCommand, } from "./commands/ListIntentPathsCommand";
74
- import { ListIntentsCommand } from "./commands/ListIntentsCommand";
74
+ import { ListIntentsCommand, } from "./commands/ListIntentsCommand";
75
75
  import { ListIntentStageMetricsCommand, } from "./commands/ListIntentStageMetricsCommand";
76
76
  import { ListRecommendedIntentsCommand, } from "./commands/ListRecommendedIntentsCommand";
77
77
  import { ListSessionAnalyticsDataCommand, } from "./commands/ListSessionAnalyticsDataCommand";
@@ -89,12 +89,12 @@ import { SearchAssociatedTranscriptsCommand, } from "./commands/SearchAssociated
89
89
  import { StartBotAnalyzerCommand, } from "./commands/StartBotAnalyzerCommand";
90
90
  import { StartBotRecommendationCommand, } from "./commands/StartBotRecommendationCommand";
91
91
  import { StartBotResourceGenerationCommand, } from "./commands/StartBotResourceGenerationCommand";
92
- import { StartImportCommand } from "./commands/StartImportCommand";
92
+ import { StartImportCommand, } from "./commands/StartImportCommand";
93
93
  import { StartTestExecutionCommand, } from "./commands/StartTestExecutionCommand";
94
94
  import { StartTestSetGenerationCommand, } from "./commands/StartTestSetGenerationCommand";
95
95
  import { StopBotAnalyzerCommand, } from "./commands/StopBotAnalyzerCommand";
96
96
  import { StopBotRecommendationCommand, } from "./commands/StopBotRecommendationCommand";
97
- import { TagResourceCommand } from "./commands/TagResourceCommand";
97
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
98
98
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
99
99
  import { UpdateBotAliasCommand, } from "./commands/UpdateBotAliasCommand";
100
100
  import { UpdateBotCommand } from "./commands/UpdateBotCommand";
@@ -103,7 +103,7 @@ import { UpdateBotRecommendationCommand, } from "./commands/UpdateBotRecommendat
103
103
  import { UpdateExportCommand, } from "./commands/UpdateExportCommand";
104
104
  import { UpdateIntentCommand, } from "./commands/UpdateIntentCommand";
105
105
  import { UpdateResourcePolicyCommand, } from "./commands/UpdateResourcePolicyCommand";
106
- import { UpdateSlotCommand } from "./commands/UpdateSlotCommand";
106
+ import { UpdateSlotCommand, } from "./commands/UpdateSlotCommand";
107
107
  import { UpdateSlotTypeCommand, } from "./commands/UpdateSlotTypeCommand";
108
108
  import { UpdateTestSetCommand, } from "./commands/UpdateTestSetCommand";
109
109
  import { LexModelsV2Client } from "./LexModelsV2Client";
@@ -1,4 +1,4 @@
1
- import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
1
+ import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  export const defaultLexModelsV2HttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
@@ -1,5 +1,6 @@
1
1
  import packageInfo from "../package.json";
2
- import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
3
+ import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
3
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
5
6
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoOpLogger } from "@smithy/smithy-client";
4
4
  import { parseUrl } from "@smithy/url-parser";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeBotAliasCommand } from "../commands/DescribeBotAliasCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeBotCommand } from "../commands/DescribeBotCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeExportCommand } from "../commands/DescribeExportCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeImportCommand } from "../commands/DescribeImportCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeBotLocaleCommand } from "../commands/DescribeBotLocaleCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeBotLocaleCommand } from "../commands/DescribeBotLocaleCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeBotLocaleCommand } from "../commands/DescribeBotLocaleCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeBotVersionCommand } from "../commands/DescribeBotVersionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,112 +1,112 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { BatchCreateCustomVocabularyItemCommandInput, BatchCreateCustomVocabularyItemCommandOutput } from "./commands/BatchCreateCustomVocabularyItemCommand";
4
- import { BatchDeleteCustomVocabularyItemCommandInput, BatchDeleteCustomVocabularyItemCommandOutput } from "./commands/BatchDeleteCustomVocabularyItemCommand";
5
- import { BatchUpdateCustomVocabularyItemCommandInput, BatchUpdateCustomVocabularyItemCommandOutput } from "./commands/BatchUpdateCustomVocabularyItemCommand";
6
- import { BuildBotLocaleCommandInput, BuildBotLocaleCommandOutput } from "./commands/BuildBotLocaleCommand";
7
- import { CreateBotAliasCommandInput, CreateBotAliasCommandOutput } from "./commands/CreateBotAliasCommand";
8
- import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
9
- import { CreateBotLocaleCommandInput, CreateBotLocaleCommandOutput } from "./commands/CreateBotLocaleCommand";
10
- import { CreateBotReplicaCommandInput, CreateBotReplicaCommandOutput } from "./commands/CreateBotReplicaCommand";
11
- import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
12
- import { CreateExportCommandInput, CreateExportCommandOutput } from "./commands/CreateExportCommand";
13
- import { CreateIntentCommandInput, CreateIntentCommandOutput } from "./commands/CreateIntentCommand";
14
- import { CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput } from "./commands/CreateResourcePolicyCommand";
15
- import { CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput } from "./commands/CreateResourcePolicyStatementCommand";
16
- import { CreateSlotCommandInput, CreateSlotCommandOutput } from "./commands/CreateSlotCommand";
17
- import { CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput } from "./commands/CreateSlotTypeCommand";
18
- import { CreateTestSetDiscrepancyReportCommandInput, CreateTestSetDiscrepancyReportCommandOutput } from "./commands/CreateTestSetDiscrepancyReportCommand";
19
- import { CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput } from "./commands/CreateUploadUrlCommand";
20
- import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
21
- import { DeleteBotAnalyzerRecommendationCommandInput, DeleteBotAnalyzerRecommendationCommandOutput } from "./commands/DeleteBotAnalyzerRecommendationCommand";
22
- import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
23
- import { DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput } from "./commands/DeleteBotLocaleCommand";
24
- import { DeleteBotReplicaCommandInput, DeleteBotReplicaCommandOutput } from "./commands/DeleteBotReplicaCommand";
25
- import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
26
- import { DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput } from "./commands/DeleteCustomVocabularyCommand";
27
- import { DeleteExportCommandInput, DeleteExportCommandOutput } from "./commands/DeleteExportCommand";
28
- import { DeleteImportCommandInput, DeleteImportCommandOutput } from "./commands/DeleteImportCommand";
29
- import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
30
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
31
- import { DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput } from "./commands/DeleteResourcePolicyStatementCommand";
32
- import { DeleteSlotCommandInput, DeleteSlotCommandOutput } from "./commands/DeleteSlotCommand";
33
- import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
34
- import { DeleteTestSetCommandInput, DeleteTestSetCommandOutput } from "./commands/DeleteTestSetCommand";
35
- import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
36
- import { DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput } from "./commands/DescribeBotAliasCommand";
37
- import { DescribeBotAnalyzerRecommendationCommandInput, DescribeBotAnalyzerRecommendationCommandOutput } from "./commands/DescribeBotAnalyzerRecommendationCommand";
38
- import { DescribeBotCommandInput, DescribeBotCommandOutput } from "./commands/DescribeBotCommand";
39
- import { DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput } from "./commands/DescribeBotLocaleCommand";
40
- import { DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput } from "./commands/DescribeBotRecommendationCommand";
41
- import { DescribeBotReplicaCommandInput, DescribeBotReplicaCommandOutput } from "./commands/DescribeBotReplicaCommand";
42
- import { DescribeBotResourceGenerationCommandInput, DescribeBotResourceGenerationCommandOutput } from "./commands/DescribeBotResourceGenerationCommand";
43
- import { DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput } from "./commands/DescribeBotVersionCommand";
44
- import { DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput } from "./commands/DescribeCustomVocabularyMetadataCommand";
45
- import { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
46
- import { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
47
- import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "./commands/DescribeIntentCommand";
48
- import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
49
- import { DescribeSlotCommandInput, DescribeSlotCommandOutput } from "./commands/DescribeSlotCommand";
50
- import { DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput } from "./commands/DescribeSlotTypeCommand";
51
- import { DescribeTestExecutionCommandInput, DescribeTestExecutionCommandOutput } from "./commands/DescribeTestExecutionCommand";
52
- import { DescribeTestSetCommandInput, DescribeTestSetCommandOutput } from "./commands/DescribeTestSetCommand";
53
- import { DescribeTestSetDiscrepancyReportCommandInput, DescribeTestSetDiscrepancyReportCommandOutput } from "./commands/DescribeTestSetDiscrepancyReportCommand";
54
- import { DescribeTestSetGenerationCommandInput, DescribeTestSetGenerationCommandOutput } from "./commands/DescribeTestSetGenerationCommand";
55
- import { GenerateBotElementCommandInput, GenerateBotElementCommandOutput } from "./commands/GenerateBotElementCommand";
56
- import { GetTestExecutionArtifactsUrlCommandInput, GetTestExecutionArtifactsUrlCommandOutput } from "./commands/GetTestExecutionArtifactsUrlCommand";
57
- import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "./commands/ListAggregatedUtterancesCommand";
58
- import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "./commands/ListBotAliasesCommand";
59
- import { ListBotAliasReplicasCommandInput, ListBotAliasReplicasCommandOutput } from "./commands/ListBotAliasReplicasCommand";
60
- import { ListBotAnalyzerHistoryCommandInput, ListBotAnalyzerHistoryCommandOutput } from "./commands/ListBotAnalyzerHistoryCommand";
61
- import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "./commands/ListBotLocalesCommand";
62
- import { ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput } from "./commands/ListBotRecommendationsCommand";
63
- import { ListBotReplicasCommandInput, ListBotReplicasCommandOutput } from "./commands/ListBotReplicasCommand";
64
- import { ListBotResourceGenerationsCommandInput, ListBotResourceGenerationsCommandOutput } from "./commands/ListBotResourceGenerationsCommand";
65
- import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
66
- import { ListBotVersionReplicasCommandInput, ListBotVersionReplicasCommandOutput } from "./commands/ListBotVersionReplicasCommand";
67
- import { ListBotVersionsCommandInput, ListBotVersionsCommandOutput } from "./commands/ListBotVersionsCommand";
68
- import { ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput } from "./commands/ListBuiltInIntentsCommand";
69
- import { ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput } from "./commands/ListBuiltInSlotTypesCommand";
70
- import { ListCustomVocabularyItemsCommandInput, ListCustomVocabularyItemsCommandOutput } from "./commands/ListCustomVocabularyItemsCommand";
71
- import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
72
- import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
73
- import { ListIntentMetricsCommandInput, ListIntentMetricsCommandOutput } from "./commands/ListIntentMetricsCommand";
74
- import { ListIntentPathsCommandInput, ListIntentPathsCommandOutput } from "./commands/ListIntentPathsCommand";
75
- import { ListIntentsCommandInput, ListIntentsCommandOutput } from "./commands/ListIntentsCommand";
76
- import { ListIntentStageMetricsCommandInput, ListIntentStageMetricsCommandOutput } from "./commands/ListIntentStageMetricsCommand";
77
- import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput } from "./commands/ListRecommendedIntentsCommand";
78
- import { ListSessionAnalyticsDataCommandInput, ListSessionAnalyticsDataCommandOutput } from "./commands/ListSessionAnalyticsDataCommand";
79
- import { ListSessionMetricsCommandInput, ListSessionMetricsCommandOutput } from "./commands/ListSessionMetricsCommand";
80
- import { ListSlotsCommandInput, ListSlotsCommandOutput } from "./commands/ListSlotsCommand";
81
- import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "./commands/ListSlotTypesCommand";
82
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
83
- import { ListTestExecutionResultItemsCommandInput, ListTestExecutionResultItemsCommandOutput } from "./commands/ListTestExecutionResultItemsCommand";
84
- import { ListTestExecutionsCommandInput, ListTestExecutionsCommandOutput } from "./commands/ListTestExecutionsCommand";
85
- import { ListTestSetRecordsCommandInput, ListTestSetRecordsCommandOutput } from "./commands/ListTestSetRecordsCommand";
86
- import { ListTestSetsCommandInput, ListTestSetsCommandOutput } from "./commands/ListTestSetsCommand";
87
- import { ListUtteranceAnalyticsDataCommandInput, ListUtteranceAnalyticsDataCommandOutput } from "./commands/ListUtteranceAnalyticsDataCommand";
88
- import { ListUtteranceMetricsCommandInput, ListUtteranceMetricsCommandOutput } from "./commands/ListUtteranceMetricsCommand";
89
- import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
90
- import { StartBotAnalyzerCommandInput, StartBotAnalyzerCommandOutput } from "./commands/StartBotAnalyzerCommand";
91
- import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
92
- import { StartBotResourceGenerationCommandInput, StartBotResourceGenerationCommandOutput } from "./commands/StartBotResourceGenerationCommand";
93
- import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
94
- import { StartTestExecutionCommandInput, StartTestExecutionCommandOutput } from "./commands/StartTestExecutionCommand";
95
- import { StartTestSetGenerationCommandInput, StartTestSetGenerationCommandOutput } from "./commands/StartTestSetGenerationCommand";
96
- import { StopBotAnalyzerCommandInput, StopBotAnalyzerCommandOutput } from "./commands/StopBotAnalyzerCommand";
97
- import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "./commands/StopBotRecommendationCommand";
98
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
99
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
100
- import { UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput } from "./commands/UpdateBotAliasCommand";
101
- import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
102
- import { UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput } from "./commands/UpdateBotLocaleCommand";
103
- import { UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput } from "./commands/UpdateBotRecommendationCommand";
104
- import { UpdateExportCommandInput, UpdateExportCommandOutput } from "./commands/UpdateExportCommand";
105
- import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "./commands/UpdateIntentCommand";
106
- import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
107
- import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
108
- import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
109
- import { UpdateTestSetCommandInput, UpdateTestSetCommandOutput } from "./commands/UpdateTestSetCommand";
3
+ import { type BatchCreateCustomVocabularyItemCommandInput, type BatchCreateCustomVocabularyItemCommandOutput } from "./commands/BatchCreateCustomVocabularyItemCommand";
4
+ import { type BatchDeleteCustomVocabularyItemCommandInput, type BatchDeleteCustomVocabularyItemCommandOutput } from "./commands/BatchDeleteCustomVocabularyItemCommand";
5
+ import { type BatchUpdateCustomVocabularyItemCommandInput, type BatchUpdateCustomVocabularyItemCommandOutput } from "./commands/BatchUpdateCustomVocabularyItemCommand";
6
+ import { type BuildBotLocaleCommandInput, type BuildBotLocaleCommandOutput } from "./commands/BuildBotLocaleCommand";
7
+ import { type CreateBotAliasCommandInput, type CreateBotAliasCommandOutput } from "./commands/CreateBotAliasCommand";
8
+ import { type CreateBotCommandInput, type CreateBotCommandOutput } from "./commands/CreateBotCommand";
9
+ import { type CreateBotLocaleCommandInput, type CreateBotLocaleCommandOutput } from "./commands/CreateBotLocaleCommand";
10
+ import { type CreateBotReplicaCommandInput, type CreateBotReplicaCommandOutput } from "./commands/CreateBotReplicaCommand";
11
+ import { type CreateBotVersionCommandInput, type CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
12
+ import { type CreateExportCommandInput, type CreateExportCommandOutput } from "./commands/CreateExportCommand";
13
+ import { type CreateIntentCommandInput, type CreateIntentCommandOutput } from "./commands/CreateIntentCommand";
14
+ import { type CreateResourcePolicyCommandInput, type CreateResourcePolicyCommandOutput } from "./commands/CreateResourcePolicyCommand";
15
+ import { type CreateResourcePolicyStatementCommandInput, type CreateResourcePolicyStatementCommandOutput } from "./commands/CreateResourcePolicyStatementCommand";
16
+ import { type CreateSlotCommandInput, type CreateSlotCommandOutput } from "./commands/CreateSlotCommand";
17
+ import { type CreateSlotTypeCommandInput, type CreateSlotTypeCommandOutput } from "./commands/CreateSlotTypeCommand";
18
+ import { type CreateTestSetDiscrepancyReportCommandInput, type CreateTestSetDiscrepancyReportCommandOutput } from "./commands/CreateTestSetDiscrepancyReportCommand";
19
+ import { type CreateUploadUrlCommandInput, type CreateUploadUrlCommandOutput } from "./commands/CreateUploadUrlCommand";
20
+ import { type DeleteBotAliasCommandInput, type DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
21
+ import { type DeleteBotAnalyzerRecommendationCommandInput, type DeleteBotAnalyzerRecommendationCommandOutput } from "./commands/DeleteBotAnalyzerRecommendationCommand";
22
+ import { type DeleteBotCommandInput, type DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
23
+ import { type DeleteBotLocaleCommandInput, type DeleteBotLocaleCommandOutput } from "./commands/DeleteBotLocaleCommand";
24
+ import { type DeleteBotReplicaCommandInput, type DeleteBotReplicaCommandOutput } from "./commands/DeleteBotReplicaCommand";
25
+ import { type DeleteBotVersionCommandInput, type DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
26
+ import { type DeleteCustomVocabularyCommandInput, type DeleteCustomVocabularyCommandOutput } from "./commands/DeleteCustomVocabularyCommand";
27
+ import { type DeleteExportCommandInput, type DeleteExportCommandOutput } from "./commands/DeleteExportCommand";
28
+ import { type DeleteImportCommandInput, type DeleteImportCommandOutput } from "./commands/DeleteImportCommand";
29
+ import { type DeleteIntentCommandInput, type DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
30
+ import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
31
+ import { type DeleteResourcePolicyStatementCommandInput, type DeleteResourcePolicyStatementCommandOutput } from "./commands/DeleteResourcePolicyStatementCommand";
32
+ import { type DeleteSlotCommandInput, type DeleteSlotCommandOutput } from "./commands/DeleteSlotCommand";
33
+ import { type DeleteSlotTypeCommandInput, type DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
34
+ import { type DeleteTestSetCommandInput, type DeleteTestSetCommandOutput } from "./commands/DeleteTestSetCommand";
35
+ import { type DeleteUtterancesCommandInput, type DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
36
+ import { type DescribeBotAliasCommandInput, type DescribeBotAliasCommandOutput } from "./commands/DescribeBotAliasCommand";
37
+ import { type DescribeBotAnalyzerRecommendationCommandInput, type DescribeBotAnalyzerRecommendationCommandOutput } from "./commands/DescribeBotAnalyzerRecommendationCommand";
38
+ import { type DescribeBotCommandInput, type DescribeBotCommandOutput } from "./commands/DescribeBotCommand";
39
+ import { type DescribeBotLocaleCommandInput, type DescribeBotLocaleCommandOutput } from "./commands/DescribeBotLocaleCommand";
40
+ import { type DescribeBotRecommendationCommandInput, type DescribeBotRecommendationCommandOutput } from "./commands/DescribeBotRecommendationCommand";
41
+ import { type DescribeBotReplicaCommandInput, type DescribeBotReplicaCommandOutput } from "./commands/DescribeBotReplicaCommand";
42
+ import { type DescribeBotResourceGenerationCommandInput, type DescribeBotResourceGenerationCommandOutput } from "./commands/DescribeBotResourceGenerationCommand";
43
+ import { type DescribeBotVersionCommandInput, type DescribeBotVersionCommandOutput } from "./commands/DescribeBotVersionCommand";
44
+ import { type DescribeCustomVocabularyMetadataCommandInput, type DescribeCustomVocabularyMetadataCommandOutput } from "./commands/DescribeCustomVocabularyMetadataCommand";
45
+ import { type DescribeExportCommandInput, type DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
46
+ import { type DescribeImportCommandInput, type DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
47
+ import { type DescribeIntentCommandInput, type DescribeIntentCommandOutput } from "./commands/DescribeIntentCommand";
48
+ import { type DescribeResourcePolicyCommandInput, type DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
49
+ import { type DescribeSlotCommandInput, type DescribeSlotCommandOutput } from "./commands/DescribeSlotCommand";
50
+ import { type DescribeSlotTypeCommandInput, type DescribeSlotTypeCommandOutput } from "./commands/DescribeSlotTypeCommand";
51
+ import { type DescribeTestExecutionCommandInput, type DescribeTestExecutionCommandOutput } from "./commands/DescribeTestExecutionCommand";
52
+ import { type DescribeTestSetCommandInput, type DescribeTestSetCommandOutput } from "./commands/DescribeTestSetCommand";
53
+ import { type DescribeTestSetDiscrepancyReportCommandInput, type DescribeTestSetDiscrepancyReportCommandOutput } from "./commands/DescribeTestSetDiscrepancyReportCommand";
54
+ import { type DescribeTestSetGenerationCommandInput, type DescribeTestSetGenerationCommandOutput } from "./commands/DescribeTestSetGenerationCommand";
55
+ import { type GenerateBotElementCommandInput, type GenerateBotElementCommandOutput } from "./commands/GenerateBotElementCommand";
56
+ import { type GetTestExecutionArtifactsUrlCommandInput, type GetTestExecutionArtifactsUrlCommandOutput } from "./commands/GetTestExecutionArtifactsUrlCommand";
57
+ import { type ListAggregatedUtterancesCommandInput, type ListAggregatedUtterancesCommandOutput } from "./commands/ListAggregatedUtterancesCommand";
58
+ import { type ListBotAliasesCommandInput, type ListBotAliasesCommandOutput } from "./commands/ListBotAliasesCommand";
59
+ import { type ListBotAliasReplicasCommandInput, type ListBotAliasReplicasCommandOutput } from "./commands/ListBotAliasReplicasCommand";
60
+ import { type ListBotAnalyzerHistoryCommandInput, type ListBotAnalyzerHistoryCommandOutput } from "./commands/ListBotAnalyzerHistoryCommand";
61
+ import { type ListBotLocalesCommandInput, type ListBotLocalesCommandOutput } from "./commands/ListBotLocalesCommand";
62
+ import { type ListBotRecommendationsCommandInput, type ListBotRecommendationsCommandOutput } from "./commands/ListBotRecommendationsCommand";
63
+ import { type ListBotReplicasCommandInput, type ListBotReplicasCommandOutput } from "./commands/ListBotReplicasCommand";
64
+ import { type ListBotResourceGenerationsCommandInput, type ListBotResourceGenerationsCommandOutput } from "./commands/ListBotResourceGenerationsCommand";
65
+ import { type ListBotsCommandInput, type ListBotsCommandOutput } from "./commands/ListBotsCommand";
66
+ import { type ListBotVersionReplicasCommandInput, type ListBotVersionReplicasCommandOutput } from "./commands/ListBotVersionReplicasCommand";
67
+ import { type ListBotVersionsCommandInput, type ListBotVersionsCommandOutput } from "./commands/ListBotVersionsCommand";
68
+ import { type ListBuiltInIntentsCommandInput, type ListBuiltInIntentsCommandOutput } from "./commands/ListBuiltInIntentsCommand";
69
+ import { type ListBuiltInSlotTypesCommandInput, type ListBuiltInSlotTypesCommandOutput } from "./commands/ListBuiltInSlotTypesCommand";
70
+ import { type ListCustomVocabularyItemsCommandInput, type ListCustomVocabularyItemsCommandOutput } from "./commands/ListCustomVocabularyItemsCommand";
71
+ import { type ListExportsCommandInput, type ListExportsCommandOutput } from "./commands/ListExportsCommand";
72
+ import { type ListImportsCommandInput, type ListImportsCommandOutput } from "./commands/ListImportsCommand";
73
+ import { type ListIntentMetricsCommandInput, type ListIntentMetricsCommandOutput } from "./commands/ListIntentMetricsCommand";
74
+ import { type ListIntentPathsCommandInput, type ListIntentPathsCommandOutput } from "./commands/ListIntentPathsCommand";
75
+ import { type ListIntentsCommandInput, type ListIntentsCommandOutput } from "./commands/ListIntentsCommand";
76
+ import { type ListIntentStageMetricsCommandInput, type ListIntentStageMetricsCommandOutput } from "./commands/ListIntentStageMetricsCommand";
77
+ import { type ListRecommendedIntentsCommandInput, type ListRecommendedIntentsCommandOutput } from "./commands/ListRecommendedIntentsCommand";
78
+ import { type ListSessionAnalyticsDataCommandInput, type ListSessionAnalyticsDataCommandOutput } from "./commands/ListSessionAnalyticsDataCommand";
79
+ import { type ListSessionMetricsCommandInput, type ListSessionMetricsCommandOutput } from "./commands/ListSessionMetricsCommand";
80
+ import { type ListSlotsCommandInput, type ListSlotsCommandOutput } from "./commands/ListSlotsCommand";
81
+ import { type ListSlotTypesCommandInput, type ListSlotTypesCommandOutput } from "./commands/ListSlotTypesCommand";
82
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
83
+ import { type ListTestExecutionResultItemsCommandInput, type ListTestExecutionResultItemsCommandOutput } from "./commands/ListTestExecutionResultItemsCommand";
84
+ import { type ListTestExecutionsCommandInput, type ListTestExecutionsCommandOutput } from "./commands/ListTestExecutionsCommand";
85
+ import { type ListTestSetRecordsCommandInput, type ListTestSetRecordsCommandOutput } from "./commands/ListTestSetRecordsCommand";
86
+ import { type ListTestSetsCommandInput, type ListTestSetsCommandOutput } from "./commands/ListTestSetsCommand";
87
+ import { type ListUtteranceAnalyticsDataCommandInput, type ListUtteranceAnalyticsDataCommandOutput } from "./commands/ListUtteranceAnalyticsDataCommand";
88
+ import { type ListUtteranceMetricsCommandInput, type ListUtteranceMetricsCommandOutput } from "./commands/ListUtteranceMetricsCommand";
89
+ import { type SearchAssociatedTranscriptsCommandInput, type SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
90
+ import { type StartBotAnalyzerCommandInput, type StartBotAnalyzerCommandOutput } from "./commands/StartBotAnalyzerCommand";
91
+ import { type StartBotRecommendationCommandInput, type StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
92
+ import { type StartBotResourceGenerationCommandInput, type StartBotResourceGenerationCommandOutput } from "./commands/StartBotResourceGenerationCommand";
93
+ import { type StartImportCommandInput, type StartImportCommandOutput } from "./commands/StartImportCommand";
94
+ import { type StartTestExecutionCommandInput, type StartTestExecutionCommandOutput } from "./commands/StartTestExecutionCommand";
95
+ import { type StartTestSetGenerationCommandInput, type StartTestSetGenerationCommandOutput } from "./commands/StartTestSetGenerationCommand";
96
+ import { type StopBotAnalyzerCommandInput, type StopBotAnalyzerCommandOutput } from "./commands/StopBotAnalyzerCommand";
97
+ import { type StopBotRecommendationCommandInput, type StopBotRecommendationCommandOutput } from "./commands/StopBotRecommendationCommand";
98
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
99
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
100
+ import { type UpdateBotAliasCommandInput, type UpdateBotAliasCommandOutput } from "./commands/UpdateBotAliasCommand";
101
+ import { type UpdateBotCommandInput, type UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
102
+ import { type UpdateBotLocaleCommandInput, type UpdateBotLocaleCommandOutput } from "./commands/UpdateBotLocaleCommand";
103
+ import { type UpdateBotRecommendationCommandInput, type UpdateBotRecommendationCommandOutput } from "./commands/UpdateBotRecommendationCommand";
104
+ import { type UpdateExportCommandInput, type UpdateExportCommandOutput } from "./commands/UpdateExportCommand";
105
+ import { type UpdateIntentCommandInput, type UpdateIntentCommandOutput } from "./commands/UpdateIntentCommand";
106
+ import { type UpdateResourcePolicyCommandInput, type UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
107
+ import { type UpdateSlotCommandInput, type UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
108
+ import { type UpdateSlotTypeCommandInput, type UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
109
+ import { type UpdateTestSetCommandInput, type UpdateTestSetCommandOutput } from "./commands/UpdateTestSetCommand";
110
110
  import { LexModelsV2Client } from "./LexModelsV2Client";
111
111
  export interface LexModelsV2 {
112
112
  /**