@aws-sdk/client-sagemaker 3.43.0 → 3.44.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 (200) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/SageMaker.js +135 -0
  3. package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
  8. package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
  14. package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
  15. package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
  16. package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeProcessingJobCommand.js +1 -2
  18. package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
  19. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
  20. package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
  21. package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
  22. package/dist-cjs/commands/ListTransformJobsCommand.js +2 -1
  23. package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
  24. package/dist-cjs/commands/ListTrialsCommand.js +3 -3
  25. package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
  26. package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
  27. package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
  28. package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
  29. package/dist-cjs/commands/QueryLineageCommand.js +36 -0
  30. package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
  31. package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
  32. package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
  33. package/dist-cjs/commands/SearchCommand.js +1 -2
  34. package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
  35. package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
  36. package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
  37. package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
  38. package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -2
  39. package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
  40. package/dist-cjs/commands/index.js +9 -0
  41. package/dist-cjs/models/models_0.js +150 -150
  42. package/dist-cjs/models/models_1.js +204 -217
  43. package/dist-cjs/models/models_2.js +338 -326
  44. package/dist-cjs/models/models_3.js +353 -2
  45. package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
  46. package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
  47. package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
  48. package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
  49. package/dist-cjs/pagination/index.js +4 -0
  50. package/dist-cjs/protocols/Aws_json1_1.js +1583 -35
  51. package/dist-es/SageMaker.js +135 -0
  52. package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
  53. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
  54. package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
  55. package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
  56. package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
  57. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  58. package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
  59. package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
  60. package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
  61. package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
  62. package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
  63. package/dist-es/commands/DescribePipelineCommand.js +1 -1
  64. package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
  65. package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
  66. package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
  67. package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
  68. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
  69. package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
  70. package/dist-es/commands/ListModelMetadataCommand.js +39 -0
  71. package/dist-es/commands/ListTransformJobsCommand.js +2 -1
  72. package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
  73. package/dist-es/commands/ListTrialsCommand.js +1 -1
  74. package/dist-es/commands/ListUserProfilesCommand.js +1 -1
  75. package/dist-es/commands/ListWorkforcesCommand.js +1 -1
  76. package/dist-es/commands/ListWorkteamsCommand.js +1 -1
  77. package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
  78. package/dist-es/commands/QueryLineageCommand.js +39 -0
  79. package/dist-es/commands/RegisterDevicesCommand.js +1 -1
  80. package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
  81. package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
  82. package/dist-es/commands/SearchCommand.js +1 -2
  83. package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
  84. package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
  85. package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
  86. package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
  87. package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
  88. package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
  89. package/dist-es/commands/index.js +9 -0
  90. package/dist-es/models/models_0.js +132 -132
  91. package/dist-es/models/models_1.js +138 -159
  92. package/dist-es/models/models_2.js +250 -224
  93. package/dist-es/models/models_3.js +244 -0
  94. package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
  95. package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
  96. package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
  97. package/dist-es/pagination/QueryLineagePaginator.js +74 -0
  98. package/dist-es/pagination/index.js +4 -0
  99. package/dist-es/protocols/Aws_json1_1.js +1519 -32
  100. package/dist-types/SageMaker.d.ts +72 -0
  101. package/dist-types/SageMakerClient.d.ts +11 -2
  102. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
  103. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
  104. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
  105. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
  106. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
  117. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
  118. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
  119. package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
  120. package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
  121. package/dist-types/commands/ListTransformJobsCommand.d.ts +2 -1
  122. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  123. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  124. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  125. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  126. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  127. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  128. package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
  129. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  130. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  131. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  132. package/dist-types/commands/SearchCommand.d.ts +1 -2
  133. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  134. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  135. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  136. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  137. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
  138. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
  139. package/dist-types/commands/index.d.ts +9 -0
  140. package/dist-types/models/models_0.d.ts +366 -1962
  141. package/dist-types/models/models_1.d.ts +6604 -5056
  142. package/dist-types/models/models_2.d.ts +5468 -6135
  143. package/dist-types/models/models_3.d.ts +2350 -3
  144. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  145. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  146. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
  147. package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
  148. package/dist-types/pagination/index.d.ts +4 -0
  149. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  150. package/dist-types/ts3.4/SageMaker.d.ts +45 -0
  151. package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
  152. package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
  156. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
  167. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -1
  172. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
  183. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
  188. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  190. package/dist-types/ts3.4/models/models_0.d.ts +223 -201
  191. package/dist-types/ts3.4/models/models_1.d.ts +448 -509
  192. package/dist-types/ts3.4/models/models_2.d.ts +2452 -2632
  193. package/dist-types/ts3.4/models/models_3.d.ts +1048 -3
  194. package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  195. package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  196. package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  199. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  200. package/package.json +1 -1
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetLineageGroupPolicyCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_2_1 = require("../models/models_2");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class GetLineageGroupPolicyCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "SageMakerClient";
18
+ const commandName = "GetLineageGroupPolicyCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_2_1.GetLineageGroupPolicyRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_2_1.GetLineageGroupPolicyResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1GetLineageGroupPolicyCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1GetLineageGroupPolicyCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetLineageGroupPolicyCommand = GetLineageGroupPolicyCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListInferenceRecommendationsJobsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_2_1 = require("../models/models_2");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class ListInferenceRecommendationsJobsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "SageMakerClient";
18
+ const commandName = "ListInferenceRecommendationsJobsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_2_1.ListInferenceRecommendationsJobsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_2_1.ListInferenceRecommendationsJobsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1ListInferenceRecommendationsJobsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1ListInferenceRecommendationsJobsCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListInferenceRecommendationsJobsCommand = ListInferenceRecommendationsJobsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListLineageGroupsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_2_1 = require("../models/models_2");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class ListLineageGroupsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "SageMakerClient";
18
+ const commandName = "ListLineageGroupsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_2_1.ListLineageGroupsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_2_1.ListLineageGroupsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1ListLineageGroupsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1ListLineageGroupsCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListLineageGroupsCommand = ListLineageGroupsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListModelMetadataCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_2_1 = require("../models/models_2");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class ListModelMetadataCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "SageMakerClient";
18
+ const commandName = "ListModelMetadataCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_2_1.ListModelMetadataRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_2_1.ListModelMetadataResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1ListModelMetadataCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1ListModelMetadataCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListModelMetadataCommand = ListModelMetadataCommand;
@@ -4,6 +4,7 @@ exports.ListTransformJobsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_2_1 = require("../models/models_2");
7
+ const models_3_1 = require("../models/models_3");
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListTransformJobsCommand extends smithy_client_1.Command {
9
10
  constructor(input) {
@@ -21,7 +22,7 @@ class ListTransformJobsCommand extends smithy_client_1.Command {
21
22
  clientName,
22
23
  commandName,
23
24
  inputFilterSensitiveLog: models_2_1.ListTransformJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.ListTransformJobsResponse.filterSensitiveLog,
25
+ outputFilterSensitiveLog: models_3_1.ListTransformJobsResponse.filterSensitiveLog,
25
26
  };
26
27
  const { requestHandler } = configuration;
27
28
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTrialComponentsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class ListTrialComponentsCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,8 +20,8 @@ class ListTrialComponentsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.ListTrialComponentsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.ListTrialComponentsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.ListTrialComponentsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.ListTrialComponentsResponse.filterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTrialsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class ListTrialsCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,8 +20,8 @@ class ListTrialsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.ListTrialsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.ListTrialsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.ListTrialsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.ListTrialsResponse.filterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListUserProfilesCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class ListUserProfilesCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,8 +20,8 @@ class ListUserProfilesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.ListUserProfilesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.ListUserProfilesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.ListUserProfilesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.ListUserProfilesResponse.filterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListWorkforcesCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class ListWorkforcesCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,8 +20,8 @@ class ListWorkforcesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.ListWorkforcesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.ListWorkforcesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.ListWorkforcesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.ListWorkforcesResponse.filterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListWorkteamsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class ListWorkteamsCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,8 +20,8 @@ class ListWorkteamsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.ListWorkteamsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.ListWorkteamsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.ListWorkteamsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.ListWorkteamsResponse.filterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PutModelPackageGroupPolicyCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class PutModelPackageGroupPolicyCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,8 +20,8 @@ class PutModelPackageGroupPolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.PutModelPackageGroupPolicyInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.PutModelPackageGroupPolicyOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.PutModelPackageGroupPolicyInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.PutModelPackageGroupPolicyOutput.filterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.QueryLineageCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_3_1 = require("../models/models_3");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class QueryLineageCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "SageMakerClient";
18
+ const commandName = "QueryLineageCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_3_1.QueryLineageRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.QueryLineageResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1QueryLineageCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1QueryLineageCommand(output, context);
34
+ }
35
+ }
36
+ exports.QueryLineageCommand = QueryLineageCommand;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RegisterDevicesCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class RegisterDevicesCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class RegisterDevicesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.RegisterDevicesRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.RegisterDevicesRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RenderUiTemplateCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class RenderUiTemplateCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,8 +20,8 @@ class RenderUiTemplateCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.RenderUiTemplateRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.RenderUiTemplateResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.RenderUiTemplateRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.RenderUiTemplateResponse.filterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RetryPipelineExecutionCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class RetryPipelineExecutionCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,8 +20,8 @@ class RetryPipelineExecutionCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.RetryPipelineExecutionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.RetryPipelineExecutionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.RetryPipelineExecutionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.RetryPipelineExecutionResponse.filterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
7
6
  const models_3_1 = require("../models/models_3");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class SearchCommand extends smithy_client_1.Command {
@@ -22,7 +21,7 @@ class SearchCommand extends smithy_client_1.Command {
22
21
  clientName,
23
22
  commandName,
24
23
  inputFilterSensitiveLog: models_3_1.SearchRequest.filterSensitiveLog,
25
- outputFilterSensitiveLog: models_2_1.SearchResponse.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.SearchResponse.filterSensitiveLog,
26
25
  };
27
26
  const { requestHandler } = configuration;
28
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SendPipelineExecutionStepFailureCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class SendPipelineExecutionStepFailureCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,8 +20,8 @@ class SendPipelineExecutionStepFailureCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.SendPipelineExecutionStepFailureRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.SendPipelineExecutionStepFailureResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.SendPipelineExecutionStepFailureRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.SendPipelineExecutionStepFailureResponse.filterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SendPipelineExecutionStepSuccessCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class SendPipelineExecutionStepSuccessCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,8 +20,8 @@ class SendPipelineExecutionStepSuccessCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.SendPipelineExecutionStepSuccessRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.SendPipelineExecutionStepSuccessResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.SendPipelineExecutionStepSuccessRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_3_1.SendPipelineExecutionStepSuccessResponse.filterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StartMonitoringScheduleCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class StartMonitoringScheduleCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class StartMonitoringScheduleCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.StartMonitoringScheduleRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.StartMonitoringScheduleRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StartNotebookInstanceCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
6
+ const models_3_1 = require("../models/models_3");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  class StartNotebookInstanceCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class StartNotebookInstanceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.StartNotebookInstanceInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.StartNotebookInstanceInput.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StartPipelineExecutionCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_2_1 = require("../models/models_2");
7
6
  const models_3_1 = require("../models/models_3");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class StartPipelineExecutionCommand extends smithy_client_1.Command {
@@ -21,7 +20,7 @@ class StartPipelineExecutionCommand extends smithy_client_1.Command {
21
20
  logger,
22
21
  clientName,
23
22
  commandName,
24
- inputFilterSensitiveLog: models_2_1.StartPipelineExecutionRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_3_1.StartPipelineExecutionRequest.filterSensitiveLog,
25
24
  outputFilterSensitiveLog: models_3_1.StartPipelineExecutionResponse.filterSensitiveLog,
26
25
  };
27
26
  const { requestHandler } = configuration;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StopInferenceRecommendationsJobCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_3_1 = require("../models/models_3");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class StopInferenceRecommendationsJobCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "SageMakerClient";
18
+ const commandName = "StopInferenceRecommendationsJobCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_3_1.StopInferenceRecommendationsJobRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: (output) => output,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1StopInferenceRecommendationsJobCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1StopInferenceRecommendationsJobCommand(output, context);
34
+ }
35
+ }
36
+ exports.StopInferenceRecommendationsJobCommand = StopInferenceRecommendationsJobCommand;
@@ -27,6 +27,7 @@ tslib_1.__exportStar(require("./CreateHumanTaskUiCommand"), exports);
27
27
  tslib_1.__exportStar(require("./CreateHyperParameterTuningJobCommand"), exports);
28
28
  tslib_1.__exportStar(require("./CreateImageCommand"), exports);
29
29
  tslib_1.__exportStar(require("./CreateImageVersionCommand"), exports);
30
+ tslib_1.__exportStar(require("./CreateInferenceRecommendationsJobCommand"), exports);
30
31
  tslib_1.__exportStar(require("./CreateLabelingJobCommand"), exports);
31
32
  tslib_1.__exportStar(require("./CreateModelBiasJobDefinitionCommand"), exports);
32
33
  tslib_1.__exportStar(require("./CreateModelCommand"), exports);
@@ -112,7 +113,9 @@ tslib_1.__exportStar(require("./DescribeHumanTaskUiCommand"), exports);
112
113
  tslib_1.__exportStar(require("./DescribeHyperParameterTuningJobCommand"), exports);
113
114
  tslib_1.__exportStar(require("./DescribeImageCommand"), exports);
114
115
  tslib_1.__exportStar(require("./DescribeImageVersionCommand"), exports);
116
+ tslib_1.__exportStar(require("./DescribeInferenceRecommendationsJobCommand"), exports);
115
117
  tslib_1.__exportStar(require("./DescribeLabelingJobCommand"), exports);
118
+ tslib_1.__exportStar(require("./DescribeLineageGroupCommand"), exports);
116
119
  tslib_1.__exportStar(require("./DescribeModelBiasJobDefinitionCommand"), exports);
117
120
  tslib_1.__exportStar(require("./DescribeModelCommand"), exports);
118
121
  tslib_1.__exportStar(require("./DescribeModelExplainabilityJobDefinitionCommand"), exports);
@@ -140,6 +143,7 @@ tslib_1.__exportStar(require("./DisableSagemakerServicecatalogPortfolioCommand")
140
143
  tslib_1.__exportStar(require("./DisassociateTrialComponentCommand"), exports);
141
144
  tslib_1.__exportStar(require("./EnableSagemakerServicecatalogPortfolioCommand"), exports);
142
145
  tslib_1.__exportStar(require("./GetDeviceFleetReportCommand"), exports);
146
+ tslib_1.__exportStar(require("./GetLineageGroupPolicyCommand"), exports);
143
147
  tslib_1.__exportStar(require("./GetModelPackageGroupPolicyCommand"), exports);
144
148
  tslib_1.__exportStar(require("./GetSagemakerServicecatalogPortfolioStatusCommand"), exports);
145
149
  tslib_1.__exportStar(require("./GetSearchSuggestionsCommand"), exports);
@@ -168,10 +172,13 @@ tslib_1.__exportStar(require("./ListHumanTaskUisCommand"), exports);
168
172
  tslib_1.__exportStar(require("./ListHyperParameterTuningJobsCommand"), exports);
169
173
  tslib_1.__exportStar(require("./ListImageVersionsCommand"), exports);
170
174
  tslib_1.__exportStar(require("./ListImagesCommand"), exports);
175
+ tslib_1.__exportStar(require("./ListInferenceRecommendationsJobsCommand"), exports);
171
176
  tslib_1.__exportStar(require("./ListLabelingJobsCommand"), exports);
172
177
  tslib_1.__exportStar(require("./ListLabelingJobsForWorkteamCommand"), exports);
178
+ tslib_1.__exportStar(require("./ListLineageGroupsCommand"), exports);
173
179
  tslib_1.__exportStar(require("./ListModelBiasJobDefinitionsCommand"), exports);
174
180
  tslib_1.__exportStar(require("./ListModelExplainabilityJobDefinitionsCommand"), exports);
181
+ tslib_1.__exportStar(require("./ListModelMetadataCommand"), exports);
175
182
  tslib_1.__exportStar(require("./ListModelPackageGroupsCommand"), exports);
176
183
  tslib_1.__exportStar(require("./ListModelPackagesCommand"), exports);
177
184
  tslib_1.__exportStar(require("./ListModelQualityJobDefinitionsCommand"), exports);
@@ -198,6 +205,7 @@ tslib_1.__exportStar(require("./ListUserProfilesCommand"), exports);
198
205
  tslib_1.__exportStar(require("./ListWorkforcesCommand"), exports);
199
206
  tslib_1.__exportStar(require("./ListWorkteamsCommand"), exports);
200
207
  tslib_1.__exportStar(require("./PutModelPackageGroupPolicyCommand"), exports);
208
+ tslib_1.__exportStar(require("./QueryLineageCommand"), exports);
201
209
  tslib_1.__exportStar(require("./RegisterDevicesCommand"), exports);
202
210
  tslib_1.__exportStar(require("./RenderUiTemplateCommand"), exports);
203
211
  tslib_1.__exportStar(require("./RetryPipelineExecutionCommand"), exports);
@@ -211,6 +219,7 @@ tslib_1.__exportStar(require("./StopAutoMLJobCommand"), exports);
211
219
  tslib_1.__exportStar(require("./StopCompilationJobCommand"), exports);
212
220
  tslib_1.__exportStar(require("./StopEdgePackagingJobCommand"), exports);
213
221
  tslib_1.__exportStar(require("./StopHyperParameterTuningJobCommand"), exports);
222
+ tslib_1.__exportStar(require("./StopInferenceRecommendationsJobCommand"), exports);
214
223
  tslib_1.__exportStar(require("./StopLabelingJobCommand"), exports);
215
224
  tslib_1.__exportStar(require("./StopMonitoringScheduleCommand"), exports);
216
225
  tslib_1.__exportStar(require("./StopNotebookInstanceCommand"), exports);