@aws-sdk/client-sagemaker 3.50.0 → 3.53.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 (354) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/SageMakerServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +65 -6
  5. package/dist-cjs/protocols/Aws_json1_1.js +1542 -3996
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/SageMakerServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +56 -1
  9. package/dist-es/protocols/Aws_json1_1.js +3418 -4377
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/SageMakerServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +37 -14
  13. package/dist-types/ts3.4/SageMaker.d.ts +1260 -0
  14. package/dist-types/ts3.4/SageMakerClient.d.ts +324 -0
  15. package/dist-types/ts3.4/commands/AddAssociationCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AssociateTrialComponentCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/BatchDescribeModelPackageCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateEdgePackagingJobCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateEndpointConfigCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateExperimentCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateFeatureGroupCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateFlowDefinitionCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateHumanTaskUiCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreateHyperParameterTuningJobCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateImageVersionCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/CreateLabelingJobCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/CreateModelPackageCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DeleteCodeRepositoryCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DeleteContextCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DeleteDataQualityJobDefinitionCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DeleteDeviceFleetCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DeleteEndpointConfigCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/DeleteExperimentCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DeleteFeatureGroupCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DeleteFlowDefinitionCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DeleteHumanTaskUiCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DeleteImageVersionCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DeleteModelBiasJobDefinitionCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/DeleteModelPackageCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DeleteModelPackageGroupCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DeleteModelPackageGroupPolicyCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DeleteModelQualityJobDefinitionCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DeleteMonitoringScheduleCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/DeleteNotebookInstanceCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/DeleteStudioLifecycleConfigCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DeleteWorkteamCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DeregisterDevicesCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/DescribeAppImageConfigCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DescribeArtifactCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DescribeAutoMLJobCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeCodeRepositoryCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +18 -0
  132. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/GetDeviceFleetReportCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/GetModelPackageGroupPolicyCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/GetSearchSuggestionsCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/ListAppImageConfigsCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +17 -0
  197. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +17 -0
  199. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
  207. package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +17 -0
  209. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
  210. package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +17 -0
  213. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +17 -0
  214. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +17 -0
  217. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +17 -0
  218. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +17 -0
  219. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
  220. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +17 -0
  221. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +17 -0
  222. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +17 -0
  223. package/dist-types/ts3.4/commands/SearchCommand.d.ts +17 -0
  224. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +17 -0
  225. package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +17 -0
  226. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +17 -0
  227. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +17 -0
  228. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +17 -0
  229. package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +17 -0
  230. package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +17 -0
  231. package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +17 -0
  232. package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +17 -0
  233. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
  234. package/dist-types/ts3.4/commands/StopLabelingJobCommand.d.ts +17 -0
  235. package/dist-types/ts3.4/commands/StopMonitoringScheduleCommand.d.ts +17 -0
  236. package/dist-types/ts3.4/commands/StopNotebookInstanceCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/StopProcessingJobCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/StopTrainingJobCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/StopTransformJobCommand.d.ts +17 -0
  241. package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +17 -0
  242. package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +17 -0
  243. package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +17 -0
  244. package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +17 -0
  246. package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +17 -0
  247. package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +17 -0
  248. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +17 -0
  249. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +17 -0
  250. package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +17 -0
  251. package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +17 -0
  252. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +17 -0
  253. package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +17 -0
  254. package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +17 -0
  255. package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +17 -0
  256. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
  257. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +17 -0
  258. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +17 -0
  259. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
  260. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +17 -0
  261. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +17 -0
  262. package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +17 -0
  263. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +17 -0
  264. package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +17 -0
  265. package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +17 -0
  266. package/dist-types/ts3.4/commands/index.d.ts +251 -0
  267. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  268. package/dist-types/ts3.4/index.d.ts +7 -0
  269. package/dist-types/ts3.4/models/SageMakerServiceException.d.ts +6 -0
  270. package/dist-types/ts3.4/models/index.d.ts +4 -0
  271. package/dist-types/ts3.4/models/models_0.d.ts +3644 -0
  272. package/dist-types/ts3.4/models/models_1.d.ts +3935 -0
  273. package/dist-types/ts3.4/models/models_2.d.ts +4318 -0
  274. package/dist-types/ts3.4/models/models_3.d.ts +1853 -0
  275. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  276. package/dist-types/ts3.4/pagination/ListActionsPaginator.d.ts +4 -0
  277. package/dist-types/ts3.4/pagination/ListAlgorithmsPaginator.d.ts +4 -0
  278. package/dist-types/ts3.4/pagination/ListAppImageConfigsPaginator.d.ts +4 -0
  279. package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +4 -0
  280. package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
  281. package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
  282. package/dist-types/ts3.4/pagination/ListAutoMLJobsPaginator.d.ts +4 -0
  283. package/dist-types/ts3.4/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +4 -0
  284. package/dist-types/ts3.4/pagination/ListCodeRepositoriesPaginator.d.ts +4 -0
  285. package/dist-types/ts3.4/pagination/ListCompilationJobsPaginator.d.ts +4 -0
  286. package/dist-types/ts3.4/pagination/ListContextsPaginator.d.ts +4 -0
  287. package/dist-types/ts3.4/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +4 -0
  288. package/dist-types/ts3.4/pagination/ListDeviceFleetsPaginator.d.ts +4 -0
  289. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
  290. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +4 -0
  291. package/dist-types/ts3.4/pagination/ListEdgePackagingJobsPaginator.d.ts +4 -0
  292. package/dist-types/ts3.4/pagination/ListEndpointConfigsPaginator.d.ts +4 -0
  293. package/dist-types/ts3.4/pagination/ListEndpointsPaginator.d.ts +4 -0
  294. package/dist-types/ts3.4/pagination/ListExperimentsPaginator.d.ts +4 -0
  295. package/dist-types/ts3.4/pagination/ListFlowDefinitionsPaginator.d.ts +4 -0
  296. package/dist-types/ts3.4/pagination/ListHumanTaskUisPaginator.d.ts +4 -0
  297. package/dist-types/ts3.4/pagination/ListHyperParameterTuningJobsPaginator.d.ts +4 -0
  298. package/dist-types/ts3.4/pagination/ListImageVersionsPaginator.d.ts +4 -0
  299. package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +4 -0
  300. package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  301. package/dist-types/ts3.4/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +4 -0
  302. package/dist-types/ts3.4/pagination/ListLabelingJobsPaginator.d.ts +4 -0
  303. package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  304. package/dist-types/ts3.4/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +4 -0
  305. package/dist-types/ts3.4/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +4 -0
  306. package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
  307. package/dist-types/ts3.4/pagination/ListModelPackageGroupsPaginator.d.ts +4 -0
  308. package/dist-types/ts3.4/pagination/ListModelPackagesPaginator.d.ts +4 -0
  309. package/dist-types/ts3.4/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +4 -0
  310. package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +4 -0
  311. package/dist-types/ts3.4/pagination/ListMonitoringExecutionsPaginator.d.ts +4 -0
  312. package/dist-types/ts3.4/pagination/ListMonitoringSchedulesPaginator.d.ts +4 -0
  313. package/dist-types/ts3.4/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +4 -0
  314. package/dist-types/ts3.4/pagination/ListNotebookInstancesPaginator.d.ts +4 -0
  315. package/dist-types/ts3.4/pagination/ListPipelineExecutionStepsPaginator.d.ts +4 -0
  316. package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +4 -0
  317. package/dist-types/ts3.4/pagination/ListPipelineParametersForExecutionPaginator.d.ts +4 -0
  318. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +4 -0
  319. package/dist-types/ts3.4/pagination/ListProcessingJobsPaginator.d.ts +4 -0
  320. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  321. package/dist-types/ts3.4/pagination/ListStudioLifecycleConfigsPaginator.d.ts +4 -0
  322. package/dist-types/ts3.4/pagination/ListSubscribedWorkteamsPaginator.d.ts +4 -0
  323. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +4 -0
  324. package/dist-types/ts3.4/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +4 -0
  325. package/dist-types/ts3.4/pagination/ListTrainingJobsPaginator.d.ts +4 -0
  326. package/dist-types/ts3.4/pagination/ListTransformJobsPaginator.d.ts +4 -0
  327. package/dist-types/ts3.4/pagination/ListTrialComponentsPaginator.d.ts +4 -0
  328. package/dist-types/ts3.4/pagination/ListTrialsPaginator.d.ts +4 -0
  329. package/dist-types/ts3.4/pagination/ListUserProfilesPaginator.d.ts +4 -0
  330. package/dist-types/ts3.4/pagination/ListWorkforcesPaginator.d.ts +4 -0
  331. package/dist-types/ts3.4/pagination/ListWorkteamsPaginator.d.ts +4 -0
  332. package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
  333. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +4 -0
  334. package/dist-types/ts3.4/pagination/index.d.ts +59 -0
  335. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +755 -0
  336. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  337. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  338. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  339. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  340. package/dist-types/ts3.4/waiters/index.d.ts +13 -0
  341. package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +7 -0
  342. package/dist-types/ts3.4/waiters/waitForEndpointInService.d.ts +7 -0
  343. package/dist-types/ts3.4/waiters/waitForImageCreated.d.ts +7 -0
  344. package/dist-types/ts3.4/waiters/waitForImageDeleted.d.ts +7 -0
  345. package/dist-types/ts3.4/waiters/waitForImageUpdated.d.ts +7 -0
  346. package/dist-types/ts3.4/waiters/waitForImageVersionCreated.d.ts +7 -0
  347. package/dist-types/ts3.4/waiters/waitForImageVersionDeleted.d.ts +7 -0
  348. package/dist-types/ts3.4/waiters/waitForNotebookInstanceDeleted.d.ts +7 -0
  349. package/dist-types/ts3.4/waiters/waitForNotebookInstanceInService.d.ts +7 -0
  350. package/dist-types/ts3.4/waiters/waitForNotebookInstanceStopped.d.ts +7 -0
  351. package/dist-types/ts3.4/waiters/waitForProcessingJobCompletedOrStopped.d.ts +7 -0
  352. package/dist-types/ts3.4/waiters/waitForTrainingJobCompletedOrStopped.d.ts +7 -0
  353. package/dist-types/ts3.4/waiters/waitForTransformJobCompletedOrStopped.d.ts +7 -0
  354. package/package.json +34 -34
@@ -0,0 +1,324 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AddAssociationCommandInput, AddAssociationCommandOutput } from "./commands/AddAssociationCommand";
10
+ import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
11
+ import { AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput } from "./commands/AssociateTrialComponentCommand";
12
+ import { BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput } from "./commands/BatchDescribeModelPackageCommand";
13
+ import { CreateActionCommandInput, CreateActionCommandOutput } from "./commands/CreateActionCommand";
14
+ import { CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput } from "./commands/CreateAlgorithmCommand";
15
+ import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
16
+ import { CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput } from "./commands/CreateAppImageConfigCommand";
17
+ import { CreateArtifactCommandInput, CreateArtifactCommandOutput } from "./commands/CreateArtifactCommand";
18
+ import { CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput } from "./commands/CreateAutoMLJobCommand";
19
+ import { CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput } from "./commands/CreateCodeRepositoryCommand";
20
+ import { CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput } from "./commands/CreateCompilationJobCommand";
21
+ import { CreateContextCommandInput, CreateContextCommandOutput } from "./commands/CreateContextCommand";
22
+ import { CreateDataQualityJobDefinitionCommandInput, CreateDataQualityJobDefinitionCommandOutput } from "./commands/CreateDataQualityJobDefinitionCommand";
23
+ import { CreateDeviceFleetCommandInput, CreateDeviceFleetCommandOutput } from "./commands/CreateDeviceFleetCommand";
24
+ import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
25
+ import { CreateEdgePackagingJobCommandInput, CreateEdgePackagingJobCommandOutput } from "./commands/CreateEdgePackagingJobCommand";
26
+ import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
27
+ import { CreateEndpointConfigCommandInput, CreateEndpointConfigCommandOutput } from "./commands/CreateEndpointConfigCommand";
28
+ import { CreateExperimentCommandInput, CreateExperimentCommandOutput } from "./commands/CreateExperimentCommand";
29
+ import { CreateFeatureGroupCommandInput, CreateFeatureGroupCommandOutput } from "./commands/CreateFeatureGroupCommand";
30
+ import { CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput } from "./commands/CreateFlowDefinitionCommand";
31
+ import { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from "./commands/CreateHumanTaskUiCommand";
32
+ import { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "./commands/CreateHyperParameterTuningJobCommand";
33
+ import { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
34
+ import { CreateImageVersionCommandInput, CreateImageVersionCommandOutput } from "./commands/CreateImageVersionCommand";
35
+ import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "./commands/CreateInferenceRecommendationsJobCommand";
36
+ import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "./commands/CreateLabelingJobCommand";
37
+ import { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "./commands/CreateModelBiasJobDefinitionCommand";
38
+ import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
39
+ import { CreateModelExplainabilityJobDefinitionCommandInput, CreateModelExplainabilityJobDefinitionCommandOutput } from "./commands/CreateModelExplainabilityJobDefinitionCommand";
40
+ import { CreateModelPackageCommandInput, CreateModelPackageCommandOutput } from "./commands/CreateModelPackageCommand";
41
+ import { CreateModelPackageGroupCommandInput, CreateModelPackageGroupCommandOutput } from "./commands/CreateModelPackageGroupCommand";
42
+ import { CreateModelQualityJobDefinitionCommandInput, CreateModelQualityJobDefinitionCommandOutput } from "./commands/CreateModelQualityJobDefinitionCommand";
43
+ import { CreateMonitoringScheduleCommandInput, CreateMonitoringScheduleCommandOutput } from "./commands/CreateMonitoringScheduleCommand";
44
+ import { CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput } from "./commands/CreateNotebookInstanceCommand";
45
+ import { CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput } from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
46
+ import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
47
+ import { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOutput } from "./commands/CreatePresignedDomainUrlCommand";
48
+ import { CreatePresignedNotebookInstanceUrlCommandInput, CreatePresignedNotebookInstanceUrlCommandOutput } from "./commands/CreatePresignedNotebookInstanceUrlCommand";
49
+ import { CreateProcessingJobCommandInput, CreateProcessingJobCommandOutput } from "./commands/CreateProcessingJobCommand";
50
+ import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
51
+ import { CreateStudioLifecycleConfigCommandInput, CreateStudioLifecycleConfigCommandOutput } from "./commands/CreateStudioLifecycleConfigCommand";
52
+ import { CreateTrainingJobCommandInput, CreateTrainingJobCommandOutput } from "./commands/CreateTrainingJobCommand";
53
+ import { CreateTransformJobCommandInput, CreateTransformJobCommandOutput } from "./commands/CreateTransformJobCommand";
54
+ import { CreateTrialCommandInput, CreateTrialCommandOutput } from "./commands/CreateTrialCommand";
55
+ import { CreateTrialComponentCommandInput, CreateTrialComponentCommandOutput } from "./commands/CreateTrialComponentCommand";
56
+ import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "./commands/CreateUserProfileCommand";
57
+ import { CreateWorkforceCommandInput, CreateWorkforceCommandOutput } from "./commands/CreateWorkforceCommand";
58
+ import { CreateWorkteamCommandInput, CreateWorkteamCommandOutput } from "./commands/CreateWorkteamCommand";
59
+ import { DeleteActionCommandInput, DeleteActionCommandOutput } from "./commands/DeleteActionCommand";
60
+ import { DeleteAlgorithmCommandInput, DeleteAlgorithmCommandOutput } from "./commands/DeleteAlgorithmCommand";
61
+ import { DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand";
62
+ import { DeleteAppImageConfigCommandInput, DeleteAppImageConfigCommandOutput } from "./commands/DeleteAppImageConfigCommand";
63
+ import { DeleteArtifactCommandInput, DeleteArtifactCommandOutput } from "./commands/DeleteArtifactCommand";
64
+ import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "./commands/DeleteAssociationCommand";
65
+ import { DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput } from "./commands/DeleteCodeRepositoryCommand";
66
+ import { DeleteContextCommandInput, DeleteContextCommandOutput } from "./commands/DeleteContextCommand";
67
+ import { DeleteDataQualityJobDefinitionCommandInput, DeleteDataQualityJobDefinitionCommandOutput } from "./commands/DeleteDataQualityJobDefinitionCommand";
68
+ import { DeleteDeviceFleetCommandInput, DeleteDeviceFleetCommandOutput } from "./commands/DeleteDeviceFleetCommand";
69
+ import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
70
+ import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
71
+ import { DeleteEndpointConfigCommandInput, DeleteEndpointConfigCommandOutput } from "./commands/DeleteEndpointConfigCommand";
72
+ import { DeleteExperimentCommandInput, DeleteExperimentCommandOutput } from "./commands/DeleteExperimentCommand";
73
+ import { DeleteFeatureGroupCommandInput, DeleteFeatureGroupCommandOutput } from "./commands/DeleteFeatureGroupCommand";
74
+ import { DeleteFlowDefinitionCommandInput, DeleteFlowDefinitionCommandOutput } from "./commands/DeleteFlowDefinitionCommand";
75
+ import { DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput } from "./commands/DeleteHumanTaskUiCommand";
76
+ import { DeleteImageCommandInput, DeleteImageCommandOutput } from "./commands/DeleteImageCommand";
77
+ import { DeleteImageVersionCommandInput, DeleteImageVersionCommandOutput } from "./commands/DeleteImageVersionCommand";
78
+ import { DeleteModelBiasJobDefinitionCommandInput, DeleteModelBiasJobDefinitionCommandOutput } from "./commands/DeleteModelBiasJobDefinitionCommand";
79
+ import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
80
+ import { DeleteModelExplainabilityJobDefinitionCommandInput, DeleteModelExplainabilityJobDefinitionCommandOutput } from "./commands/DeleteModelExplainabilityJobDefinitionCommand";
81
+ import { DeleteModelPackageCommandInput, DeleteModelPackageCommandOutput } from "./commands/DeleteModelPackageCommand";
82
+ import { DeleteModelPackageGroupCommandInput, DeleteModelPackageGroupCommandOutput } from "./commands/DeleteModelPackageGroupCommand";
83
+ import { DeleteModelPackageGroupPolicyCommandInput, DeleteModelPackageGroupPolicyCommandOutput } from "./commands/DeleteModelPackageGroupPolicyCommand";
84
+ import { DeleteModelQualityJobDefinitionCommandInput, DeleteModelQualityJobDefinitionCommandOutput } from "./commands/DeleteModelQualityJobDefinitionCommand";
85
+ import { DeleteMonitoringScheduleCommandInput, DeleteMonitoringScheduleCommandOutput } from "./commands/DeleteMonitoringScheduleCommand";
86
+ import { DeleteNotebookInstanceCommandInput, DeleteNotebookInstanceCommandOutput } from "./commands/DeleteNotebookInstanceCommand";
87
+ import { DeleteNotebookInstanceLifecycleConfigCommandInput, DeleteNotebookInstanceLifecycleConfigCommandOutput } from "./commands/DeleteNotebookInstanceLifecycleConfigCommand";
88
+ import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "./commands/DeletePipelineCommand";
89
+ import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
90
+ import { DeleteStudioLifecycleConfigCommandInput, DeleteStudioLifecycleConfigCommandOutput } from "./commands/DeleteStudioLifecycleConfigCommand";
91
+ import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
92
+ import { DeleteTrialCommandInput, DeleteTrialCommandOutput } from "./commands/DeleteTrialCommand";
93
+ import { DeleteTrialComponentCommandInput, DeleteTrialComponentCommandOutput } from "./commands/DeleteTrialComponentCommand";
94
+ import { DeleteUserProfileCommandInput, DeleteUserProfileCommandOutput } from "./commands/DeleteUserProfileCommand";
95
+ import { DeleteWorkforceCommandInput, DeleteWorkforceCommandOutput } from "./commands/DeleteWorkforceCommand";
96
+ import { DeleteWorkteamCommandInput, DeleteWorkteamCommandOutput } from "./commands/DeleteWorkteamCommand";
97
+ import { DeregisterDevicesCommandInput, DeregisterDevicesCommandOutput } from "./commands/DeregisterDevicesCommand";
98
+ import { DescribeActionCommandInput, DescribeActionCommandOutput } from "./commands/DescribeActionCommand";
99
+ import { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "./commands/DescribeAlgorithmCommand";
100
+ import { DescribeAppCommandInput, DescribeAppCommandOutput } from "./commands/DescribeAppCommand";
101
+ import { DescribeAppImageConfigCommandInput, DescribeAppImageConfigCommandOutput } from "./commands/DescribeAppImageConfigCommand";
102
+ import { DescribeArtifactCommandInput, DescribeArtifactCommandOutput } from "./commands/DescribeArtifactCommand";
103
+ import { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from "./commands/DescribeAutoMLJobCommand";
104
+ import { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "./commands/DescribeCodeRepositoryCommand";
105
+ import { DescribeCompilationJobCommandInput, DescribeCompilationJobCommandOutput } from "./commands/DescribeCompilationJobCommand";
106
+ import { DescribeContextCommandInput, DescribeContextCommandOutput } from "./commands/DescribeContextCommand";
107
+ import { DescribeDataQualityJobDefinitionCommandInput, DescribeDataQualityJobDefinitionCommandOutput } from "./commands/DescribeDataQualityJobDefinitionCommand";
108
+ import { DescribeDeviceCommandInput, DescribeDeviceCommandOutput } from "./commands/DescribeDeviceCommand";
109
+ import { DescribeDeviceFleetCommandInput, DescribeDeviceFleetCommandOutput } from "./commands/DescribeDeviceFleetCommand";
110
+ import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "./commands/DescribeDomainCommand";
111
+ import { DescribeEdgePackagingJobCommandInput, DescribeEdgePackagingJobCommandOutput } from "./commands/DescribeEdgePackagingJobCommand";
112
+ import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand";
113
+ import { DescribeEndpointConfigCommandInput, DescribeEndpointConfigCommandOutput } from "./commands/DescribeEndpointConfigCommand";
114
+ import { DescribeExperimentCommandInput, DescribeExperimentCommandOutput } from "./commands/DescribeExperimentCommand";
115
+ import { DescribeFeatureGroupCommandInput, DescribeFeatureGroupCommandOutput } from "./commands/DescribeFeatureGroupCommand";
116
+ import { DescribeFlowDefinitionCommandInput, DescribeFlowDefinitionCommandOutput } from "./commands/DescribeFlowDefinitionCommand";
117
+ import { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } from "./commands/DescribeHumanTaskUiCommand";
118
+ import { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "./commands/DescribeHyperParameterTuningJobCommand";
119
+ import { DescribeImageCommandInput, DescribeImageCommandOutput } from "./commands/DescribeImageCommand";
120
+ import { DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput } from "./commands/DescribeImageVersionCommand";
121
+ import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "./commands/DescribeInferenceRecommendationsJobCommand";
122
+ import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "./commands/DescribeLabelingJobCommand";
123
+ import { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "./commands/DescribeLineageGroupCommand";
124
+ import { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "./commands/DescribeModelBiasJobDefinitionCommand";
125
+ import { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
126
+ import { DescribeModelExplainabilityJobDefinitionCommandInput, DescribeModelExplainabilityJobDefinitionCommandOutput } from "./commands/DescribeModelExplainabilityJobDefinitionCommand";
127
+ import { DescribeModelPackageCommandInput, DescribeModelPackageCommandOutput } from "./commands/DescribeModelPackageCommand";
128
+ import { DescribeModelPackageGroupCommandInput, DescribeModelPackageGroupCommandOutput } from "./commands/DescribeModelPackageGroupCommand";
129
+ import { DescribeModelQualityJobDefinitionCommandInput, DescribeModelQualityJobDefinitionCommandOutput } from "./commands/DescribeModelQualityJobDefinitionCommand";
130
+ import { DescribeMonitoringScheduleCommandInput, DescribeMonitoringScheduleCommandOutput } from "./commands/DescribeMonitoringScheduleCommand";
131
+ import { DescribeNotebookInstanceCommandInput, DescribeNotebookInstanceCommandOutput } from "./commands/DescribeNotebookInstanceCommand";
132
+ import { DescribeNotebookInstanceLifecycleConfigCommandInput, DescribeNotebookInstanceLifecycleConfigCommandOutput } from "./commands/DescribeNotebookInstanceLifecycleConfigCommand";
133
+ import { DescribePipelineCommandInput, DescribePipelineCommandOutput } from "./commands/DescribePipelineCommand";
134
+ import { DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDefinitionForExecutionCommandOutput } from "./commands/DescribePipelineDefinitionForExecutionCommand";
135
+ import { DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput } from "./commands/DescribePipelineExecutionCommand";
136
+ import { DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput } from "./commands/DescribeProcessingJobCommand";
137
+ import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "./commands/DescribeProjectCommand";
138
+ import { DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput } from "./commands/DescribeStudioLifecycleConfigCommand";
139
+ import { DescribeSubscribedWorkteamCommandInput, DescribeSubscribedWorkteamCommandOutput } from "./commands/DescribeSubscribedWorkteamCommand";
140
+ import { DescribeTrainingJobCommandInput, DescribeTrainingJobCommandOutput } from "./commands/DescribeTrainingJobCommand";
141
+ import { DescribeTransformJobCommandInput, DescribeTransformJobCommandOutput } from "./commands/DescribeTransformJobCommand";
142
+ import { DescribeTrialCommandInput, DescribeTrialCommandOutput } from "./commands/DescribeTrialCommand";
143
+ import { DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput } from "./commands/DescribeTrialComponentCommand";
144
+ import { DescribeUserProfileCommandInput, DescribeUserProfileCommandOutput } from "./commands/DescribeUserProfileCommand";
145
+ import { DescribeWorkforceCommandInput, DescribeWorkforceCommandOutput } from "./commands/DescribeWorkforceCommand";
146
+ import { DescribeWorkteamCommandInput, DescribeWorkteamCommandOutput } from "./commands/DescribeWorkteamCommand";
147
+ import { DisableSagemakerServicecatalogPortfolioCommandInput, DisableSagemakerServicecatalogPortfolioCommandOutput } from "./commands/DisableSagemakerServicecatalogPortfolioCommand";
148
+ import { DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput } from "./commands/DisassociateTrialComponentCommand";
149
+ import { EnableSagemakerServicecatalogPortfolioCommandInput, EnableSagemakerServicecatalogPortfolioCommandOutput } from "./commands/EnableSagemakerServicecatalogPortfolioCommand";
150
+ import { GetDeviceFleetReportCommandInput, GetDeviceFleetReportCommandOutput } from "./commands/GetDeviceFleetReportCommand";
151
+ import { GetLineageGroupPolicyCommandInput, GetLineageGroupPolicyCommandOutput } from "./commands/GetLineageGroupPolicyCommand";
152
+ import { GetModelPackageGroupPolicyCommandInput, GetModelPackageGroupPolicyCommandOutput } from "./commands/GetModelPackageGroupPolicyCommand";
153
+ import { GetSagemakerServicecatalogPortfolioStatusCommandInput, GetSagemakerServicecatalogPortfolioStatusCommandOutput } from "./commands/GetSagemakerServicecatalogPortfolioStatusCommand";
154
+ import { GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput } from "./commands/GetSearchSuggestionsCommand";
155
+ import { ListActionsCommandInput, ListActionsCommandOutput } from "./commands/ListActionsCommand";
156
+ import { ListAlgorithmsCommandInput, ListAlgorithmsCommandOutput } from "./commands/ListAlgorithmsCommand";
157
+ import { ListAppImageConfigsCommandInput, ListAppImageConfigsCommandOutput } from "./commands/ListAppImageConfigsCommand";
158
+ import { ListAppsCommandInput, ListAppsCommandOutput } from "./commands/ListAppsCommand";
159
+ import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
160
+ import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
161
+ import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "./commands/ListAutoMLJobsCommand";
162
+ import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "./commands/ListCandidatesForAutoMLJobCommand";
163
+ import { ListCodeRepositoriesCommandInput, ListCodeRepositoriesCommandOutput } from "./commands/ListCodeRepositoriesCommand";
164
+ import { ListCompilationJobsCommandInput, ListCompilationJobsCommandOutput } from "./commands/ListCompilationJobsCommand";
165
+ import { ListContextsCommandInput, ListContextsCommandOutput } from "./commands/ListContextsCommand";
166
+ import { ListDataQualityJobDefinitionsCommandInput, ListDataQualityJobDefinitionsCommandOutput } from "./commands/ListDataQualityJobDefinitionsCommand";
167
+ import { ListDeviceFleetsCommandInput, ListDeviceFleetsCommandOutput } from "./commands/ListDeviceFleetsCommand";
168
+ import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
169
+ import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
170
+ import { ListEdgePackagingJobsCommandInput, ListEdgePackagingJobsCommandOutput } from "./commands/ListEdgePackagingJobsCommand";
171
+ import { ListEndpointConfigsCommandInput, ListEndpointConfigsCommandOutput } from "./commands/ListEndpointConfigsCommand";
172
+ import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand";
173
+ import { ListExperimentsCommandInput, ListExperimentsCommandOutput } from "./commands/ListExperimentsCommand";
174
+ import { ListFeatureGroupsCommandInput, ListFeatureGroupsCommandOutput } from "./commands/ListFeatureGroupsCommand";
175
+ import { ListFlowDefinitionsCommandInput, ListFlowDefinitionsCommandOutput } from "./commands/ListFlowDefinitionsCommand";
176
+ import { ListHumanTaskUisCommandInput, ListHumanTaskUisCommandOutput } from "./commands/ListHumanTaskUisCommand";
177
+ import { ListHyperParameterTuningJobsCommandInput, ListHyperParameterTuningJobsCommandOutput } from "./commands/ListHyperParameterTuningJobsCommand";
178
+ import { ListImagesCommandInput, ListImagesCommandOutput } from "./commands/ListImagesCommand";
179
+ import { ListImageVersionsCommandInput, ListImageVersionsCommandOutput } from "./commands/ListImageVersionsCommand";
180
+ import { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "./commands/ListInferenceRecommendationsJobsCommand";
181
+ import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "./commands/ListLabelingJobsCommand";
182
+ import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "./commands/ListLabelingJobsForWorkteamCommand";
183
+ import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "./commands/ListLineageGroupsCommand";
184
+ import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "./commands/ListModelBiasJobDefinitionsCommand";
185
+ import { ListModelExplainabilityJobDefinitionsCommandInput, ListModelExplainabilityJobDefinitionsCommandOutput } from "./commands/ListModelExplainabilityJobDefinitionsCommand";
186
+ import { ListModelMetadataCommandInput, ListModelMetadataCommandOutput } from "./commands/ListModelMetadataCommand";
187
+ import { ListModelPackageGroupsCommandInput, ListModelPackageGroupsCommandOutput } from "./commands/ListModelPackageGroupsCommand";
188
+ import { ListModelPackagesCommandInput, ListModelPackagesCommandOutput } from "./commands/ListModelPackagesCommand";
189
+ import { ListModelQualityJobDefinitionsCommandInput, ListModelQualityJobDefinitionsCommandOutput } from "./commands/ListModelQualityJobDefinitionsCommand";
190
+ import { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
191
+ import { ListMonitoringExecutionsCommandInput, ListMonitoringExecutionsCommandOutput } from "./commands/ListMonitoringExecutionsCommand";
192
+ import { ListMonitoringSchedulesCommandInput, ListMonitoringSchedulesCommandOutput } from "./commands/ListMonitoringSchedulesCommand";
193
+ import { ListNotebookInstanceLifecycleConfigsCommandInput, ListNotebookInstanceLifecycleConfigsCommandOutput } from "./commands/ListNotebookInstanceLifecycleConfigsCommand";
194
+ import { ListNotebookInstancesCommandInput, ListNotebookInstancesCommandOutput } from "./commands/ListNotebookInstancesCommand";
195
+ import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "./commands/ListPipelineExecutionsCommand";
196
+ import { ListPipelineExecutionStepsCommandInput, ListPipelineExecutionStepsCommandOutput } from "./commands/ListPipelineExecutionStepsCommand";
197
+ import { ListPipelineParametersForExecutionCommandInput, ListPipelineParametersForExecutionCommandOutput } from "./commands/ListPipelineParametersForExecutionCommand";
198
+ import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "./commands/ListPipelinesCommand";
199
+ import { ListProcessingJobsCommandInput, ListProcessingJobsCommandOutput } from "./commands/ListProcessingJobsCommand";
200
+ import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
201
+ import { ListStudioLifecycleConfigsCommandInput, ListStudioLifecycleConfigsCommandOutput } from "./commands/ListStudioLifecycleConfigsCommand";
202
+ import { ListSubscribedWorkteamsCommandInput, ListSubscribedWorkteamsCommandOutput } from "./commands/ListSubscribedWorkteamsCommand";
203
+ import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
204
+ import { ListTrainingJobsCommandInput, ListTrainingJobsCommandOutput } from "./commands/ListTrainingJobsCommand";
205
+ import { ListTrainingJobsForHyperParameterTuningJobCommandInput, ListTrainingJobsForHyperParameterTuningJobCommandOutput } from "./commands/ListTrainingJobsForHyperParameterTuningJobCommand";
206
+ import { ListTransformJobsCommandInput, ListTransformJobsCommandOutput } from "./commands/ListTransformJobsCommand";
207
+ import { ListTrialComponentsCommandInput, ListTrialComponentsCommandOutput } from "./commands/ListTrialComponentsCommand";
208
+ import { ListTrialsCommandInput, ListTrialsCommandOutput } from "./commands/ListTrialsCommand";
209
+ import { ListUserProfilesCommandInput, ListUserProfilesCommandOutput } from "./commands/ListUserProfilesCommand";
210
+ import { ListWorkforcesCommandInput, ListWorkforcesCommandOutput } from "./commands/ListWorkforcesCommand";
211
+ import { ListWorkteamsCommandInput, ListWorkteamsCommandOutput } from "./commands/ListWorkteamsCommand";
212
+ import { PutModelPackageGroupPolicyCommandInput, PutModelPackageGroupPolicyCommandOutput } from "./commands/PutModelPackageGroupPolicyCommand";
213
+ import { QueryLineageCommandInput, QueryLineageCommandOutput } from "./commands/QueryLineageCommand";
214
+ import { RegisterDevicesCommandInput, RegisterDevicesCommandOutput } from "./commands/RegisterDevicesCommand";
215
+ import { RenderUiTemplateCommandInput, RenderUiTemplateCommandOutput } from "./commands/RenderUiTemplateCommand";
216
+ import { RetryPipelineExecutionCommandInput, RetryPipelineExecutionCommandOutput } from "./commands/RetryPipelineExecutionCommand";
217
+ import { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand";
218
+ import { SendPipelineExecutionStepFailureCommandInput, SendPipelineExecutionStepFailureCommandOutput } from "./commands/SendPipelineExecutionStepFailureCommand";
219
+ import { SendPipelineExecutionStepSuccessCommandInput, SendPipelineExecutionStepSuccessCommandOutput } from "./commands/SendPipelineExecutionStepSuccessCommand";
220
+ import { StartMonitoringScheduleCommandInput, StartMonitoringScheduleCommandOutput } from "./commands/StartMonitoringScheduleCommand";
221
+ import { StartNotebookInstanceCommandInput, StartNotebookInstanceCommandOutput } from "./commands/StartNotebookInstanceCommand";
222
+ import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "./commands/StartPipelineExecutionCommand";
223
+ import { StopAutoMLJobCommandInput, StopAutoMLJobCommandOutput } from "./commands/StopAutoMLJobCommand";
224
+ import { StopCompilationJobCommandInput, StopCompilationJobCommandOutput } from "./commands/StopCompilationJobCommand";
225
+ import { StopEdgePackagingJobCommandInput, StopEdgePackagingJobCommandOutput } from "./commands/StopEdgePackagingJobCommand";
226
+ import { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCommandOutput } from "./commands/StopHyperParameterTuningJobCommand";
227
+ import { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "./commands/StopInferenceRecommendationsJobCommand";
228
+ import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "./commands/StopLabelingJobCommand";
229
+ import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "./commands/StopMonitoringScheduleCommand";
230
+ import { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "./commands/StopNotebookInstanceCommand";
231
+ import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "./commands/StopPipelineExecutionCommand";
232
+ import { StopProcessingJobCommandInput, StopProcessingJobCommandOutput } from "./commands/StopProcessingJobCommand";
233
+ import { StopTrainingJobCommandInput, StopTrainingJobCommandOutput } from "./commands/StopTrainingJobCommand";
234
+ import { StopTransformJobCommandInput, StopTransformJobCommandOutput } from "./commands/StopTransformJobCommand";
235
+ import { UpdateActionCommandInput, UpdateActionCommandOutput } from "./commands/UpdateActionCommand";
236
+ import { UpdateAppImageConfigCommandInput, UpdateAppImageConfigCommandOutput } from "./commands/UpdateAppImageConfigCommand";
237
+ import { UpdateArtifactCommandInput, UpdateArtifactCommandOutput } from "./commands/UpdateArtifactCommand";
238
+ import { UpdateCodeRepositoryCommandInput, UpdateCodeRepositoryCommandOutput } from "./commands/UpdateCodeRepositoryCommand";
239
+ import { UpdateContextCommandInput, UpdateContextCommandOutput } from "./commands/UpdateContextCommand";
240
+ import { UpdateDeviceFleetCommandInput, UpdateDeviceFleetCommandOutput } from "./commands/UpdateDeviceFleetCommand";
241
+ import { UpdateDevicesCommandInput, UpdateDevicesCommandOutput } from "./commands/UpdateDevicesCommand";
242
+ import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
243
+ import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
244
+ import { UpdateEndpointWeightsAndCapacitiesCommandInput, UpdateEndpointWeightsAndCapacitiesCommandOutput } from "./commands/UpdateEndpointWeightsAndCapacitiesCommand";
245
+ import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "./commands/UpdateExperimentCommand";
246
+ import { UpdateImageCommandInput, UpdateImageCommandOutput } from "./commands/UpdateImageCommand";
247
+ import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "./commands/UpdateModelPackageCommand";
248
+ import { UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput } from "./commands/UpdateMonitoringScheduleCommand";
249
+ import { UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput } from "./commands/UpdateNotebookInstanceCommand";
250
+ import { UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput } from "./commands/UpdateNotebookInstanceLifecycleConfigCommand";
251
+ import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
252
+ import { UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput } from "./commands/UpdatePipelineExecutionCommand";
253
+ import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
254
+ import { UpdateTrainingJobCommandInput, UpdateTrainingJobCommandOutput } from "./commands/UpdateTrainingJobCommand";
255
+ import { UpdateTrialCommandInput, UpdateTrialCommandOutput } from "./commands/UpdateTrialCommand";
256
+ import { UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput } from "./commands/UpdateTrialComponentCommand";
257
+ import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
258
+ import { UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput } from "./commands/UpdateWorkforceCommand";
259
+ import { UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput } from "./commands/UpdateWorkteamCommand";
260
+ export declare type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteCodeRepositoryCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHumanTaskUiCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFlowDefinitionCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetSearchSuggestionsCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateCodeRepositoryCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateImageCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
261
+ export declare type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetSearchSuggestionsCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateImageCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
262
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
263
+
264
+ requestHandler?: __HttpHandler;
265
+
266
+ sha256?: __HashConstructor;
267
+
268
+ urlParser?: __UrlParser;
269
+
270
+ bodyLengthChecker?: (body: any) => number | undefined;
271
+
272
+ streamCollector?: __StreamCollector;
273
+
274
+ base64Decoder?: __Decoder;
275
+
276
+ base64Encoder?: __Encoder;
277
+
278
+ utf8Decoder?: __Decoder;
279
+
280
+ utf8Encoder?: __Encoder;
281
+
282
+ runtime?: string;
283
+
284
+ disableHostPrefix?: boolean;
285
+
286
+ maxAttempts?: number | __Provider<number>;
287
+
288
+ retryMode?: string | __Provider<string>;
289
+
290
+ logger?: __Logger;
291
+
292
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
293
+
294
+ useFipsEndpoint?: boolean | __Provider<boolean>;
295
+
296
+ serviceId?: string;
297
+
298
+ region?: string | __Provider<string>;
299
+
300
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
301
+
302
+ regionInfoProvider?: RegionInfoProvider;
303
+
304
+ defaultUserAgentProvider?: Provider<__UserAgent>;
305
+
306
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
307
+ }
308
+ declare type SageMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
309
+
310
+ export interface SageMakerClientConfig extends SageMakerClientConfigType {
311
+ }
312
+ declare type SageMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
313
+
314
+ export interface SageMakerClientResolvedConfig extends SageMakerClientResolvedConfigType {
315
+ }
316
+
317
+ export declare class SageMakerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SageMakerClientResolvedConfig> {
318
+
319
+ readonly config: SageMakerClientResolvedConfig;
320
+ constructor(configuration: SageMakerClientConfig);
321
+
322
+ destroy(): void;
323
+ }
324
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AddAssociationRequest, AddAssociationResponse } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface AddAssociationCommandInput extends AddAssociationRequest {
6
+ }
7
+ export interface AddAssociationCommandOutput extends AddAssociationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AddAssociationCommand extends $Command<AddAssociationCommandInput, AddAssociationCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: AddAssociationCommandInput;
12
+ constructor(input: AddAssociationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddAssociationCommandInput, AddAssociationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AddTagsInput, AddTagsOutput } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface AddTagsCommandInput extends AddTagsInput {
6
+ }
7
+ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: AddTagsCommandInput;
12
+ constructor(input: AddTagsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateTrialComponentRequest, AssociateTrialComponentResponse } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface AssociateTrialComponentCommandInput extends AssociateTrialComponentRequest {
6
+ }
7
+ export interface AssociateTrialComponentCommandOutput extends AssociateTrialComponentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateTrialComponentCommand extends $Command<AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: AssociateTrialComponentCommandInput;
12
+ constructor(input: AssociateTrialComponentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { BatchDescribeModelPackageInput, BatchDescribeModelPackageOutput } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface BatchDescribeModelPackageCommandInput extends BatchDescribeModelPackageInput {
6
+ }
7
+ export interface BatchDescribeModelPackageCommandOutput extends BatchDescribeModelPackageOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchDescribeModelPackageCommand extends $Command<BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: BatchDescribeModelPackageCommandInput;
12
+ constructor(input: BatchDescribeModelPackageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateActionRequest, CreateActionResponse } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface CreateActionCommandInput extends CreateActionRequest {
6
+ }
7
+ export interface CreateActionCommandOutput extends CreateActionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateActionCommand extends $Command<CreateActionCommandInput, CreateActionCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: CreateActionCommandInput;
12
+ constructor(input: CreateActionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateActionCommandInput, CreateActionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateAlgorithmInput, CreateAlgorithmOutput } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface CreateAlgorithmCommandInput extends CreateAlgorithmInput {
6
+ }
7
+ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAlgorithmCommand extends $Command<CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: CreateAlgorithmCommandInput;
12
+ constructor(input: CreateAlgorithmCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateAppRequest, CreateAppResponse } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface CreateAppCommandInput extends CreateAppRequest {
6
+ }
7
+ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAppCommand extends $Command<CreateAppCommandInput, CreateAppCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: CreateAppCommandInput;
12
+ constructor(input: CreateAppCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppCommandInput, CreateAppCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateAppImageConfigRequest, CreateAppImageConfigResponse } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface CreateAppImageConfigCommandInput extends CreateAppImageConfigRequest {
6
+ }
7
+ export interface CreateAppImageConfigCommandOutput extends CreateAppImageConfigResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAppImageConfigCommand extends $Command<CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: CreateAppImageConfigCommandInput;
12
+ constructor(input: CreateAppImageConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateArtifactRequest, CreateArtifactResponse } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface CreateArtifactCommandInput extends CreateArtifactRequest {
6
+ }
7
+ export interface CreateArtifactCommandOutput extends CreateArtifactResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateArtifactCommand extends $Command<CreateArtifactCommandInput, CreateArtifactCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: CreateArtifactCommandInput;
12
+ constructor(input: CreateArtifactCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateArtifactCommandInput, CreateArtifactCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateAutoMLJobRequest, CreateAutoMLJobResponse } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface CreateAutoMLJobCommandInput extends CreateAutoMLJobRequest {
6
+ }
7
+ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAutoMLJobCommand extends $Command<CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: CreateAutoMLJobCommandInput;
12
+ constructor(input: CreateAutoMLJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateCodeRepositoryInput, CreateCodeRepositoryOutput } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface CreateCodeRepositoryCommandInput extends CreateCodeRepositoryInput {
6
+ }
7
+ export interface CreateCodeRepositoryCommandOutput extends CreateCodeRepositoryOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateCodeRepositoryCommand extends $Command<CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: CreateCodeRepositoryCommandInput;
12
+ constructor(input: CreateCodeRepositoryCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateCompilationJobRequest, CreateCompilationJobResponse } from "../models/models_0";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface CreateCompilationJobCommandInput extends CreateCompilationJobRequest {
6
+ }
7
+ export interface CreateCompilationJobCommandOutput extends CreateCompilationJobResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateCompilationJobCommand extends $Command<CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: CreateCompilationJobCommandInput;
12
+ constructor(input: CreateCompilationJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }