@aws-sdk/client-lex-models-v2 3.414.0 → 3.418.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 (185) hide show
  1. package/dist-cjs/commands/BatchCreateCustomVocabularyItemCommand.js +5 -0
  2. package/dist-cjs/commands/BatchDeleteCustomVocabularyItemCommand.js +5 -0
  3. package/dist-cjs/commands/BatchUpdateCustomVocabularyItemCommand.js +5 -0
  4. package/dist-cjs/commands/BuildBotLocaleCommand.js +5 -0
  5. package/dist-cjs/commands/CreateBotAliasCommand.js +5 -0
  6. package/dist-cjs/commands/CreateBotCommand.js +5 -0
  7. package/dist-cjs/commands/CreateBotLocaleCommand.js +5 -0
  8. package/dist-cjs/commands/CreateBotVersionCommand.js +5 -0
  9. package/dist-cjs/commands/CreateExportCommand.js +5 -0
  10. package/dist-cjs/commands/CreateIntentCommand.js +5 -0
  11. package/dist-cjs/commands/CreateResourcePolicyCommand.js +5 -0
  12. package/dist-cjs/commands/CreateResourcePolicyStatementCommand.js +5 -0
  13. package/dist-cjs/commands/CreateSlotCommand.js +5 -0
  14. package/dist-cjs/commands/CreateSlotTypeCommand.js +5 -0
  15. package/dist-cjs/commands/CreateTestSetDiscrepancyReportCommand.js +5 -0
  16. package/dist-cjs/commands/CreateUploadUrlCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteBotAliasCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteBotCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteBotLocaleCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteBotVersionCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteExportCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteImportCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteIntentCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteResourcePolicyStatementCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteSlotCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteSlotTypeCommand.js +5 -0
  29. package/dist-cjs/commands/DeleteTestSetCommand.js +5 -0
  30. package/dist-cjs/commands/DeleteUtterancesCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeBotAliasCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeBotCommand.js +5 -0
  33. package/dist-cjs/commands/DescribeBotLocaleCommand.js +5 -0
  34. package/dist-cjs/commands/DescribeBotRecommendationCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeBotVersionCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeExportCommand.js +5 -0
  38. package/dist-cjs/commands/DescribeImportCommand.js +5 -0
  39. package/dist-cjs/commands/DescribeIntentCommand.js +5 -0
  40. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +5 -0
  41. package/dist-cjs/commands/DescribeSlotCommand.js +5 -0
  42. package/dist-cjs/commands/DescribeSlotTypeCommand.js +5 -0
  43. package/dist-cjs/commands/DescribeTestExecutionCommand.js +5 -0
  44. package/dist-cjs/commands/DescribeTestSetCommand.js +5 -0
  45. package/dist-cjs/commands/DescribeTestSetDiscrepancyReportCommand.js +5 -0
  46. package/dist-cjs/commands/DescribeTestSetGenerationCommand.js +5 -0
  47. package/dist-cjs/commands/GetTestExecutionArtifactsUrlCommand.js +5 -0
  48. package/dist-cjs/commands/ListAggregatedUtterancesCommand.js +5 -0
  49. package/dist-cjs/commands/ListBotAliasesCommand.js +5 -0
  50. package/dist-cjs/commands/ListBotLocalesCommand.js +5 -0
  51. package/dist-cjs/commands/ListBotRecommendationsCommand.js +5 -0
  52. package/dist-cjs/commands/ListBotVersionsCommand.js +5 -0
  53. package/dist-cjs/commands/ListBotsCommand.js +5 -0
  54. package/dist-cjs/commands/ListBuiltInIntentsCommand.js +5 -0
  55. package/dist-cjs/commands/ListBuiltInSlotTypesCommand.js +5 -0
  56. package/dist-cjs/commands/ListCustomVocabularyItemsCommand.js +5 -0
  57. package/dist-cjs/commands/ListExportsCommand.js +5 -0
  58. package/dist-cjs/commands/ListImportsCommand.js +5 -0
  59. package/dist-cjs/commands/ListIntentMetricsCommand.js +5 -0
  60. package/dist-cjs/commands/ListIntentPathsCommand.js +5 -0
  61. package/dist-cjs/commands/ListIntentStageMetricsCommand.js +5 -0
  62. package/dist-cjs/commands/ListIntentsCommand.js +5 -0
  63. package/dist-cjs/commands/ListRecommendedIntentsCommand.js +5 -0
  64. package/dist-cjs/commands/ListSessionAnalyticsDataCommand.js +5 -0
  65. package/dist-cjs/commands/ListSessionMetricsCommand.js +5 -0
  66. package/dist-cjs/commands/ListSlotTypesCommand.js +5 -0
  67. package/dist-cjs/commands/ListSlotsCommand.js +5 -0
  68. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  69. package/dist-cjs/commands/ListTestExecutionResultItemsCommand.js +5 -0
  70. package/dist-cjs/commands/ListTestExecutionsCommand.js +5 -0
  71. package/dist-cjs/commands/ListTestSetRecordsCommand.js +5 -0
  72. package/dist-cjs/commands/ListTestSetsCommand.js +5 -0
  73. package/dist-cjs/commands/ListUtteranceAnalyticsDataCommand.js +5 -0
  74. package/dist-cjs/commands/ListUtteranceMetricsCommand.js +5 -0
  75. package/dist-cjs/commands/SearchAssociatedTranscriptsCommand.js +5 -0
  76. package/dist-cjs/commands/StartBotRecommendationCommand.js +5 -0
  77. package/dist-cjs/commands/StartImportCommand.js +5 -0
  78. package/dist-cjs/commands/StartTestExecutionCommand.js +5 -0
  79. package/dist-cjs/commands/StartTestSetGenerationCommand.js +5 -0
  80. package/dist-cjs/commands/StopBotRecommendationCommand.js +5 -0
  81. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  82. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  83. package/dist-cjs/commands/UpdateBotAliasCommand.js +5 -0
  84. package/dist-cjs/commands/UpdateBotCommand.js +5 -0
  85. package/dist-cjs/commands/UpdateBotLocaleCommand.js +5 -0
  86. package/dist-cjs/commands/UpdateBotRecommendationCommand.js +5 -0
  87. package/dist-cjs/commands/UpdateExportCommand.js +5 -0
  88. package/dist-cjs/commands/UpdateIntentCommand.js +5 -0
  89. package/dist-cjs/commands/UpdateResourcePolicyCommand.js +5 -0
  90. package/dist-cjs/commands/UpdateSlotCommand.js +5 -0
  91. package/dist-cjs/commands/UpdateSlotTypeCommand.js +5 -0
  92. package/dist-cjs/commands/UpdateTestSetCommand.js +5 -0
  93. package/dist-es/commands/BatchCreateCustomVocabularyItemCommand.js +5 -0
  94. package/dist-es/commands/BatchDeleteCustomVocabularyItemCommand.js +5 -0
  95. package/dist-es/commands/BatchUpdateCustomVocabularyItemCommand.js +5 -0
  96. package/dist-es/commands/BuildBotLocaleCommand.js +5 -0
  97. package/dist-es/commands/CreateBotAliasCommand.js +5 -0
  98. package/dist-es/commands/CreateBotCommand.js +5 -0
  99. package/dist-es/commands/CreateBotLocaleCommand.js +5 -0
  100. package/dist-es/commands/CreateBotVersionCommand.js +5 -0
  101. package/dist-es/commands/CreateExportCommand.js +5 -0
  102. package/dist-es/commands/CreateIntentCommand.js +5 -0
  103. package/dist-es/commands/CreateResourcePolicyCommand.js +5 -0
  104. package/dist-es/commands/CreateResourcePolicyStatementCommand.js +5 -0
  105. package/dist-es/commands/CreateSlotCommand.js +5 -0
  106. package/dist-es/commands/CreateSlotTypeCommand.js +5 -0
  107. package/dist-es/commands/CreateTestSetDiscrepancyReportCommand.js +5 -0
  108. package/dist-es/commands/CreateUploadUrlCommand.js +5 -0
  109. package/dist-es/commands/DeleteBotAliasCommand.js +5 -0
  110. package/dist-es/commands/DeleteBotCommand.js +5 -0
  111. package/dist-es/commands/DeleteBotLocaleCommand.js +5 -0
  112. package/dist-es/commands/DeleteBotVersionCommand.js +5 -0
  113. package/dist-es/commands/DeleteCustomVocabularyCommand.js +5 -0
  114. package/dist-es/commands/DeleteExportCommand.js +5 -0
  115. package/dist-es/commands/DeleteImportCommand.js +5 -0
  116. package/dist-es/commands/DeleteIntentCommand.js +5 -0
  117. package/dist-es/commands/DeleteResourcePolicyCommand.js +5 -0
  118. package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +5 -0
  119. package/dist-es/commands/DeleteSlotCommand.js +5 -0
  120. package/dist-es/commands/DeleteSlotTypeCommand.js +5 -0
  121. package/dist-es/commands/DeleteTestSetCommand.js +5 -0
  122. package/dist-es/commands/DeleteUtterancesCommand.js +5 -0
  123. package/dist-es/commands/DescribeBotAliasCommand.js +5 -0
  124. package/dist-es/commands/DescribeBotCommand.js +5 -0
  125. package/dist-es/commands/DescribeBotLocaleCommand.js +5 -0
  126. package/dist-es/commands/DescribeBotRecommendationCommand.js +5 -0
  127. package/dist-es/commands/DescribeBotVersionCommand.js +5 -0
  128. package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +5 -0
  129. package/dist-es/commands/DescribeExportCommand.js +5 -0
  130. package/dist-es/commands/DescribeImportCommand.js +5 -0
  131. package/dist-es/commands/DescribeIntentCommand.js +5 -0
  132. package/dist-es/commands/DescribeResourcePolicyCommand.js +5 -0
  133. package/dist-es/commands/DescribeSlotCommand.js +5 -0
  134. package/dist-es/commands/DescribeSlotTypeCommand.js +5 -0
  135. package/dist-es/commands/DescribeTestExecutionCommand.js +5 -0
  136. package/dist-es/commands/DescribeTestSetCommand.js +5 -0
  137. package/dist-es/commands/DescribeTestSetDiscrepancyReportCommand.js +5 -0
  138. package/dist-es/commands/DescribeTestSetGenerationCommand.js +5 -0
  139. package/dist-es/commands/GetTestExecutionArtifactsUrlCommand.js +5 -0
  140. package/dist-es/commands/ListAggregatedUtterancesCommand.js +5 -0
  141. package/dist-es/commands/ListBotAliasesCommand.js +5 -0
  142. package/dist-es/commands/ListBotLocalesCommand.js +5 -0
  143. package/dist-es/commands/ListBotRecommendationsCommand.js +5 -0
  144. package/dist-es/commands/ListBotVersionsCommand.js +5 -0
  145. package/dist-es/commands/ListBotsCommand.js +5 -0
  146. package/dist-es/commands/ListBuiltInIntentsCommand.js +5 -0
  147. package/dist-es/commands/ListBuiltInSlotTypesCommand.js +5 -0
  148. package/dist-es/commands/ListCustomVocabularyItemsCommand.js +5 -0
  149. package/dist-es/commands/ListExportsCommand.js +5 -0
  150. package/dist-es/commands/ListImportsCommand.js +5 -0
  151. package/dist-es/commands/ListIntentMetricsCommand.js +5 -0
  152. package/dist-es/commands/ListIntentPathsCommand.js +5 -0
  153. package/dist-es/commands/ListIntentStageMetricsCommand.js +5 -0
  154. package/dist-es/commands/ListIntentsCommand.js +5 -0
  155. package/dist-es/commands/ListRecommendedIntentsCommand.js +5 -0
  156. package/dist-es/commands/ListSessionAnalyticsDataCommand.js +5 -0
  157. package/dist-es/commands/ListSessionMetricsCommand.js +5 -0
  158. package/dist-es/commands/ListSlotTypesCommand.js +5 -0
  159. package/dist-es/commands/ListSlotsCommand.js +5 -0
  160. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  161. package/dist-es/commands/ListTestExecutionResultItemsCommand.js +5 -0
  162. package/dist-es/commands/ListTestExecutionsCommand.js +5 -0
  163. package/dist-es/commands/ListTestSetRecordsCommand.js +5 -0
  164. package/dist-es/commands/ListTestSetsCommand.js +5 -0
  165. package/dist-es/commands/ListUtteranceAnalyticsDataCommand.js +5 -0
  166. package/dist-es/commands/ListUtteranceMetricsCommand.js +5 -0
  167. package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +5 -0
  168. package/dist-es/commands/StartBotRecommendationCommand.js +5 -0
  169. package/dist-es/commands/StartImportCommand.js +5 -0
  170. package/dist-es/commands/StartTestExecutionCommand.js +5 -0
  171. package/dist-es/commands/StartTestSetGenerationCommand.js +5 -0
  172. package/dist-es/commands/StopBotRecommendationCommand.js +5 -0
  173. package/dist-es/commands/TagResourceCommand.js +5 -0
  174. package/dist-es/commands/UntagResourceCommand.js +5 -0
  175. package/dist-es/commands/UpdateBotAliasCommand.js +5 -0
  176. package/dist-es/commands/UpdateBotCommand.js +5 -0
  177. package/dist-es/commands/UpdateBotLocaleCommand.js +5 -0
  178. package/dist-es/commands/UpdateBotRecommendationCommand.js +5 -0
  179. package/dist-es/commands/UpdateExportCommand.js +5 -0
  180. package/dist-es/commands/UpdateIntentCommand.js +5 -0
  181. package/dist-es/commands/UpdateResourcePolicyCommand.js +5 -0
  182. package/dist-es/commands/UpdateSlotCommand.js +5 -0
  183. package/dist-es/commands/UpdateSlotTypeCommand.js +5 -0
  184. package/dist-es/commands/UpdateTestSetCommand.js +5 -0
  185. package/package.json +32 -32
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeBotLocaleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeBotLocaleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeBotLocale",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeBotRecommendationCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeBotRecommendationCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeBotRecommendationResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "LexModelBuildingServiceV2",
39
+ operation: "DescribeBotRecommendation",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeBotVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeBotVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeBotVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeCustomVocabularyMetadataCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeCustomVocabularyMetadataCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeCustomVocabularyMetadata",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeExportCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeExportCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeExport",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeImportCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeImportCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeImport",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeIntentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeIntentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeIntent",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeResourcePolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeResourcePolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeResourcePolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeSlotCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeSlotCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeSlot",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeSlotTypeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeSlotTypeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeSlotType",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeTestExecutionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeTestExecutionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeTestExecution",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeTestSetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeTestSetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeTestSet",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeTestSetDiscrepancyReportCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeTestSetDiscrepancyReportCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeTestSetDiscrepancyReport",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeTestSetGenerationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeTestSetGenerationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "DescribeTestSetGeneration",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetTestExecutionArtifactsUrlCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetTestExecutionArtifactsUrlCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "GetTestExecutionArtifactsUrl",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAggregatedUtterancesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListAggregatedUtterancesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListAggregatedUtterances",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListBotAliasesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListBotAliasesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListBotAliases",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListBotLocalesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListBotLocalesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListBotLocales",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListBotRecommendationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListBotRecommendationsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListBotRecommendations",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListBotVersionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListBotVersionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListBotVersions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListBotsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListBotsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListBots",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListBuiltInIntentsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListBuiltInIntentsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListBuiltInIntents",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListBuiltInSlotTypesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListBuiltInSlotTypesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListBuiltInSlotTypes",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListCustomVocabularyItemsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListCustomVocabularyItemsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListCustomVocabularyItems",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListExportsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListExportsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListExports",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListImportsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListImportsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListImports",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListIntentMetricsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListIntentMetricsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListIntentMetrics",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListIntentPathsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListIntentPathsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListIntentPaths",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListIntentStageMetricsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListIntentStageMetricsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListIntentStageMetrics",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListIntentsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListIntentsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListIntents",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListRecommendedIntentsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListRecommendedIntentsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListRecommendedIntents",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListSessionAnalyticsDataCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListSessionAnalyticsDataCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "LexModelBuildingServiceV2",
38
+ operation: "ListSessionAnalyticsData",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);