@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,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 { UpdateImageRequest, UpdateImageResponse } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateImageCommandInput extends UpdateImageRequest {
6
+ }
7
+ export interface UpdateImageCommandOutput extends UpdateImageResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateImageCommand extends $Command<UpdateImageCommandInput, UpdateImageCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateImageCommandInput;
12
+ constructor(input: UpdateImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateImageCommandInput, UpdateImageCommandOutput>;
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 { UpdateModelPackageInput, UpdateModelPackageOutput } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateModelPackageCommandInput extends UpdateModelPackageInput {
6
+ }
7
+ export interface UpdateModelPackageCommandOutput extends UpdateModelPackageOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateModelPackageCommand extends $Command<UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateModelPackageCommandInput;
12
+ constructor(input: UpdateModelPackageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput>;
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 { UpdateMonitoringScheduleRequest, UpdateMonitoringScheduleResponse } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateMonitoringScheduleCommandInput extends UpdateMonitoringScheduleRequest {
6
+ }
7
+ export interface UpdateMonitoringScheduleCommandOutput extends UpdateMonitoringScheduleResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateMonitoringScheduleCommand extends $Command<UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateMonitoringScheduleCommandInput;
12
+ constructor(input: UpdateMonitoringScheduleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput>;
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 { UpdateNotebookInstanceInput, UpdateNotebookInstanceOutput } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateNotebookInstanceCommandInput extends UpdateNotebookInstanceInput {
6
+ }
7
+ export interface UpdateNotebookInstanceCommandOutput extends UpdateNotebookInstanceOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateNotebookInstanceCommand extends $Command<UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateNotebookInstanceCommandInput;
12
+ constructor(input: UpdateNotebookInstanceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput>;
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 { UpdateNotebookInstanceLifecycleConfigInput, UpdateNotebookInstanceLifecycleConfigOutput } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateNotebookInstanceLifecycleConfigCommandInput extends UpdateNotebookInstanceLifecycleConfigInput {
6
+ }
7
+ export interface UpdateNotebookInstanceLifecycleConfigCommandOutput extends UpdateNotebookInstanceLifecycleConfigOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateNotebookInstanceLifecycleConfigCommand extends $Command<UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateNotebookInstanceLifecycleConfigCommandInput;
12
+ constructor(input: UpdateNotebookInstanceLifecycleConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput>;
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 { UpdatePipelineRequest, UpdatePipelineResponse } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdatePipelineCommandInput extends UpdatePipelineRequest {
6
+ }
7
+ export interface UpdatePipelineCommandOutput extends UpdatePipelineResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdatePipelineCommand extends $Command<UpdatePipelineCommandInput, UpdatePipelineCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdatePipelineCommandInput;
12
+ constructor(input: UpdatePipelineCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePipelineCommandInput, UpdatePipelineCommandOutput>;
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 { UpdatePipelineExecutionRequest, UpdatePipelineExecutionResponse } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdatePipelineExecutionCommandInput extends UpdatePipelineExecutionRequest {
6
+ }
7
+ export interface UpdatePipelineExecutionCommandOutput extends UpdatePipelineExecutionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdatePipelineExecutionCommand extends $Command<UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdatePipelineExecutionCommandInput;
12
+ constructor(input: UpdatePipelineExecutionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput>;
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 { UpdateProjectInput, UpdateProjectOutput } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateProjectCommandInput extends UpdateProjectInput {
6
+ }
7
+ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateProjectCommandInput;
12
+ constructor(input: UpdateProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
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 { UpdateTrainingJobRequest, UpdateTrainingJobResponse } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateTrainingJobCommandInput extends UpdateTrainingJobRequest {
6
+ }
7
+ export interface UpdateTrainingJobCommandOutput extends UpdateTrainingJobResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateTrainingJobCommand extends $Command<UpdateTrainingJobCommandInput, UpdateTrainingJobCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateTrainingJobCommandInput;
12
+ constructor(input: UpdateTrainingJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrainingJobCommandInput, UpdateTrainingJobCommandOutput>;
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 { UpdateTrialRequest, UpdateTrialResponse } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateTrialCommandInput extends UpdateTrialRequest {
6
+ }
7
+ export interface UpdateTrialCommandOutput extends UpdateTrialResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateTrialCommand extends $Command<UpdateTrialCommandInput, UpdateTrialCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateTrialCommandInput;
12
+ constructor(input: UpdateTrialCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrialCommandInput, UpdateTrialCommandOutput>;
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 { UpdateTrialComponentRequest, UpdateTrialComponentResponse } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateTrialComponentCommandInput extends UpdateTrialComponentRequest {
6
+ }
7
+ export interface UpdateTrialComponentCommandOutput extends UpdateTrialComponentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateTrialComponentCommand extends $Command<UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateTrialComponentCommandInput;
12
+ constructor(input: UpdateTrialComponentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput>;
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 { UpdateUserProfileRequest, UpdateUserProfileResponse } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateUserProfileCommandInput extends UpdateUserProfileRequest {
6
+ }
7
+ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateUserProfileCommand extends $Command<UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateUserProfileCommandInput;
12
+ constructor(input: UpdateUserProfileCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput>;
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 { UpdateWorkforceRequest, UpdateWorkforceResponse } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateWorkforceCommandInput extends UpdateWorkforceRequest {
6
+ }
7
+ export interface UpdateWorkforceCommandOutput extends UpdateWorkforceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateWorkforceCommand extends $Command<UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateWorkforceCommandInput;
12
+ constructor(input: UpdateWorkforceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput>;
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 { UpdateWorkteamRequest, UpdateWorkteamResponse } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface UpdateWorkteamCommandInput extends UpdateWorkteamRequest {
6
+ }
7
+ export interface UpdateWorkteamCommandOutput extends UpdateWorkteamResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateWorkteamCommand extends $Command<UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: UpdateWorkteamCommandInput;
12
+ constructor(input: UpdateWorkteamCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,251 @@
1
+ export * from "./AddAssociationCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./AssociateTrialComponentCommand";
4
+ export * from "./BatchDescribeModelPackageCommand";
5
+ export * from "./CreateActionCommand";
6
+ export * from "./CreateAlgorithmCommand";
7
+ export * from "./CreateAppCommand";
8
+ export * from "./CreateAppImageConfigCommand";
9
+ export * from "./CreateArtifactCommand";
10
+ export * from "./CreateAutoMLJobCommand";
11
+ export * from "./CreateCodeRepositoryCommand";
12
+ export * from "./CreateCompilationJobCommand";
13
+ export * from "./CreateContextCommand";
14
+ export * from "./CreateDataQualityJobDefinitionCommand";
15
+ export * from "./CreateDeviceFleetCommand";
16
+ export * from "./CreateDomainCommand";
17
+ export * from "./CreateEdgePackagingJobCommand";
18
+ export * from "./CreateEndpointCommand";
19
+ export * from "./CreateEndpointConfigCommand";
20
+ export * from "./CreateExperimentCommand";
21
+ export * from "./CreateFeatureGroupCommand";
22
+ export * from "./CreateFlowDefinitionCommand";
23
+ export * from "./CreateHumanTaskUiCommand";
24
+ export * from "./CreateHyperParameterTuningJobCommand";
25
+ export * from "./CreateImageCommand";
26
+ export * from "./CreateImageVersionCommand";
27
+ export * from "./CreateInferenceRecommendationsJobCommand";
28
+ export * from "./CreateLabelingJobCommand";
29
+ export * from "./CreateModelBiasJobDefinitionCommand";
30
+ export * from "./CreateModelCommand";
31
+ export * from "./CreateModelExplainabilityJobDefinitionCommand";
32
+ export * from "./CreateModelPackageCommand";
33
+ export * from "./CreateModelPackageGroupCommand";
34
+ export * from "./CreateModelQualityJobDefinitionCommand";
35
+ export * from "./CreateMonitoringScheduleCommand";
36
+ export * from "./CreateNotebookInstanceCommand";
37
+ export * from "./CreateNotebookInstanceLifecycleConfigCommand";
38
+ export * from "./CreatePipelineCommand";
39
+ export * from "./CreatePresignedDomainUrlCommand";
40
+ export * from "./CreatePresignedNotebookInstanceUrlCommand";
41
+ export * from "./CreateProcessingJobCommand";
42
+ export * from "./CreateProjectCommand";
43
+ export * from "./CreateStudioLifecycleConfigCommand";
44
+ export * from "./CreateTrainingJobCommand";
45
+ export * from "./CreateTransformJobCommand";
46
+ export * from "./CreateTrialCommand";
47
+ export * from "./CreateTrialComponentCommand";
48
+ export * from "./CreateUserProfileCommand";
49
+ export * from "./CreateWorkforceCommand";
50
+ export * from "./CreateWorkteamCommand";
51
+ export * from "./DeleteActionCommand";
52
+ export * from "./DeleteAlgorithmCommand";
53
+ export * from "./DeleteAppCommand";
54
+ export * from "./DeleteAppImageConfigCommand";
55
+ export * from "./DeleteArtifactCommand";
56
+ export * from "./DeleteAssociationCommand";
57
+ export * from "./DeleteCodeRepositoryCommand";
58
+ export * from "./DeleteContextCommand";
59
+ export * from "./DeleteDataQualityJobDefinitionCommand";
60
+ export * from "./DeleteDeviceFleetCommand";
61
+ export * from "./DeleteDomainCommand";
62
+ export * from "./DeleteEndpointCommand";
63
+ export * from "./DeleteEndpointConfigCommand";
64
+ export * from "./DeleteExperimentCommand";
65
+ export * from "./DeleteFeatureGroupCommand";
66
+ export * from "./DeleteFlowDefinitionCommand";
67
+ export * from "./DeleteHumanTaskUiCommand";
68
+ export * from "./DeleteImageCommand";
69
+ export * from "./DeleteImageVersionCommand";
70
+ export * from "./DeleteModelBiasJobDefinitionCommand";
71
+ export * from "./DeleteModelCommand";
72
+ export * from "./DeleteModelExplainabilityJobDefinitionCommand";
73
+ export * from "./DeleteModelPackageCommand";
74
+ export * from "./DeleteModelPackageGroupCommand";
75
+ export * from "./DeleteModelPackageGroupPolicyCommand";
76
+ export * from "./DeleteModelQualityJobDefinitionCommand";
77
+ export * from "./DeleteMonitoringScheduleCommand";
78
+ export * from "./DeleteNotebookInstanceCommand";
79
+ export * from "./DeleteNotebookInstanceLifecycleConfigCommand";
80
+ export * from "./DeletePipelineCommand";
81
+ export * from "./DeleteProjectCommand";
82
+ export * from "./DeleteStudioLifecycleConfigCommand";
83
+ export * from "./DeleteTagsCommand";
84
+ export * from "./DeleteTrialCommand";
85
+ export * from "./DeleteTrialComponentCommand";
86
+ export * from "./DeleteUserProfileCommand";
87
+ export * from "./DeleteWorkforceCommand";
88
+ export * from "./DeleteWorkteamCommand";
89
+ export * from "./DeregisterDevicesCommand";
90
+ export * from "./DescribeActionCommand";
91
+ export * from "./DescribeAlgorithmCommand";
92
+ export * from "./DescribeAppCommand";
93
+ export * from "./DescribeAppImageConfigCommand";
94
+ export * from "./DescribeArtifactCommand";
95
+ export * from "./DescribeAutoMLJobCommand";
96
+ export * from "./DescribeCodeRepositoryCommand";
97
+ export * from "./DescribeCompilationJobCommand";
98
+ export * from "./DescribeContextCommand";
99
+ export * from "./DescribeDataQualityJobDefinitionCommand";
100
+ export * from "./DescribeDeviceCommand";
101
+ export * from "./DescribeDeviceFleetCommand";
102
+ export * from "./DescribeDomainCommand";
103
+ export * from "./DescribeEdgePackagingJobCommand";
104
+ export * from "./DescribeEndpointCommand";
105
+ export * from "./DescribeEndpointConfigCommand";
106
+ export * from "./DescribeExperimentCommand";
107
+ export * from "./DescribeFeatureGroupCommand";
108
+ export * from "./DescribeFlowDefinitionCommand";
109
+ export * from "./DescribeHumanTaskUiCommand";
110
+ export * from "./DescribeHyperParameterTuningJobCommand";
111
+ export * from "./DescribeImageCommand";
112
+ export * from "./DescribeImageVersionCommand";
113
+ export * from "./DescribeInferenceRecommendationsJobCommand";
114
+ export * from "./DescribeLabelingJobCommand";
115
+ export * from "./DescribeLineageGroupCommand";
116
+ export * from "./DescribeModelBiasJobDefinitionCommand";
117
+ export * from "./DescribeModelCommand";
118
+ export * from "./DescribeModelExplainabilityJobDefinitionCommand";
119
+ export * from "./DescribeModelPackageCommand";
120
+ export * from "./DescribeModelPackageGroupCommand";
121
+ export * from "./DescribeModelQualityJobDefinitionCommand";
122
+ export * from "./DescribeMonitoringScheduleCommand";
123
+ export * from "./DescribeNotebookInstanceCommand";
124
+ export * from "./DescribeNotebookInstanceLifecycleConfigCommand";
125
+ export * from "./DescribePipelineCommand";
126
+ export * from "./DescribePipelineDefinitionForExecutionCommand";
127
+ export * from "./DescribePipelineExecutionCommand";
128
+ export * from "./DescribeProcessingJobCommand";
129
+ export * from "./DescribeProjectCommand";
130
+ export * from "./DescribeStudioLifecycleConfigCommand";
131
+ export * from "./DescribeSubscribedWorkteamCommand";
132
+ export * from "./DescribeTrainingJobCommand";
133
+ export * from "./DescribeTransformJobCommand";
134
+ export * from "./DescribeTrialCommand";
135
+ export * from "./DescribeTrialComponentCommand";
136
+ export * from "./DescribeUserProfileCommand";
137
+ export * from "./DescribeWorkforceCommand";
138
+ export * from "./DescribeWorkteamCommand";
139
+ export * from "./DisableSagemakerServicecatalogPortfolioCommand";
140
+ export * from "./DisassociateTrialComponentCommand";
141
+ export * from "./EnableSagemakerServicecatalogPortfolioCommand";
142
+ export * from "./GetDeviceFleetReportCommand";
143
+ export * from "./GetLineageGroupPolicyCommand";
144
+ export * from "./GetModelPackageGroupPolicyCommand";
145
+ export * from "./GetSagemakerServicecatalogPortfolioStatusCommand";
146
+ export * from "./GetSearchSuggestionsCommand";
147
+ export * from "./ListActionsCommand";
148
+ export * from "./ListAlgorithmsCommand";
149
+ export * from "./ListAppImageConfigsCommand";
150
+ export * from "./ListAppsCommand";
151
+ export * from "./ListArtifactsCommand";
152
+ export * from "./ListAssociationsCommand";
153
+ export * from "./ListAutoMLJobsCommand";
154
+ export * from "./ListCandidatesForAutoMLJobCommand";
155
+ export * from "./ListCodeRepositoriesCommand";
156
+ export * from "./ListCompilationJobsCommand";
157
+ export * from "./ListContextsCommand";
158
+ export * from "./ListDataQualityJobDefinitionsCommand";
159
+ export * from "./ListDeviceFleetsCommand";
160
+ export * from "./ListDevicesCommand";
161
+ export * from "./ListDomainsCommand";
162
+ export * from "./ListEdgePackagingJobsCommand";
163
+ export * from "./ListEndpointConfigsCommand";
164
+ export * from "./ListEndpointsCommand";
165
+ export * from "./ListExperimentsCommand";
166
+ export * from "./ListFeatureGroupsCommand";
167
+ export * from "./ListFlowDefinitionsCommand";
168
+ export * from "./ListHumanTaskUisCommand";
169
+ export * from "./ListHyperParameterTuningJobsCommand";
170
+ export * from "./ListImageVersionsCommand";
171
+ export * from "./ListImagesCommand";
172
+ export * from "./ListInferenceRecommendationsJobsCommand";
173
+ export * from "./ListLabelingJobsCommand";
174
+ export * from "./ListLabelingJobsForWorkteamCommand";
175
+ export * from "./ListLineageGroupsCommand";
176
+ export * from "./ListModelBiasJobDefinitionsCommand";
177
+ export * from "./ListModelExplainabilityJobDefinitionsCommand";
178
+ export * from "./ListModelMetadataCommand";
179
+ export * from "./ListModelPackageGroupsCommand";
180
+ export * from "./ListModelPackagesCommand";
181
+ export * from "./ListModelQualityJobDefinitionsCommand";
182
+ export * from "./ListModelsCommand";
183
+ export * from "./ListMonitoringExecutionsCommand";
184
+ export * from "./ListMonitoringSchedulesCommand";
185
+ export * from "./ListNotebookInstanceLifecycleConfigsCommand";
186
+ export * from "./ListNotebookInstancesCommand";
187
+ export * from "./ListPipelineExecutionStepsCommand";
188
+ export * from "./ListPipelineExecutionsCommand";
189
+ export * from "./ListPipelineParametersForExecutionCommand";
190
+ export * from "./ListPipelinesCommand";
191
+ export * from "./ListProcessingJobsCommand";
192
+ export * from "./ListProjectsCommand";
193
+ export * from "./ListStudioLifecycleConfigsCommand";
194
+ export * from "./ListSubscribedWorkteamsCommand";
195
+ export * from "./ListTagsCommand";
196
+ export * from "./ListTrainingJobsCommand";
197
+ export * from "./ListTrainingJobsForHyperParameterTuningJobCommand";
198
+ export * from "./ListTransformJobsCommand";
199
+ export * from "./ListTrialComponentsCommand";
200
+ export * from "./ListTrialsCommand";
201
+ export * from "./ListUserProfilesCommand";
202
+ export * from "./ListWorkforcesCommand";
203
+ export * from "./ListWorkteamsCommand";
204
+ export * from "./PutModelPackageGroupPolicyCommand";
205
+ export * from "./QueryLineageCommand";
206
+ export * from "./RegisterDevicesCommand";
207
+ export * from "./RenderUiTemplateCommand";
208
+ export * from "./RetryPipelineExecutionCommand";
209
+ export * from "./SearchCommand";
210
+ export * from "./SendPipelineExecutionStepFailureCommand";
211
+ export * from "./SendPipelineExecutionStepSuccessCommand";
212
+ export * from "./StartMonitoringScheduleCommand";
213
+ export * from "./StartNotebookInstanceCommand";
214
+ export * from "./StartPipelineExecutionCommand";
215
+ export * from "./StopAutoMLJobCommand";
216
+ export * from "./StopCompilationJobCommand";
217
+ export * from "./StopEdgePackagingJobCommand";
218
+ export * from "./StopHyperParameterTuningJobCommand";
219
+ export * from "./StopInferenceRecommendationsJobCommand";
220
+ export * from "./StopLabelingJobCommand";
221
+ export * from "./StopMonitoringScheduleCommand";
222
+ export * from "./StopNotebookInstanceCommand";
223
+ export * from "./StopPipelineExecutionCommand";
224
+ export * from "./StopProcessingJobCommand";
225
+ export * from "./StopTrainingJobCommand";
226
+ export * from "./StopTransformJobCommand";
227
+ export * from "./UpdateActionCommand";
228
+ export * from "./UpdateAppImageConfigCommand";
229
+ export * from "./UpdateArtifactCommand";
230
+ export * from "./UpdateCodeRepositoryCommand";
231
+ export * from "./UpdateContextCommand";
232
+ export * from "./UpdateDeviceFleetCommand";
233
+ export * from "./UpdateDevicesCommand";
234
+ export * from "./UpdateDomainCommand";
235
+ export * from "./UpdateEndpointCommand";
236
+ export * from "./UpdateEndpointWeightsAndCapacitiesCommand";
237
+ export * from "./UpdateExperimentCommand";
238
+ export * from "./UpdateImageCommand";
239
+ export * from "./UpdateModelPackageCommand";
240
+ export * from "./UpdateMonitoringScheduleCommand";
241
+ export * from "./UpdateNotebookInstanceCommand";
242
+ export * from "./UpdateNotebookInstanceLifecycleConfigCommand";
243
+ export * from "./UpdatePipelineCommand";
244
+ export * from "./UpdatePipelineExecutionCommand";
245
+ export * from "./UpdateProjectCommand";
246
+ export * from "./UpdateTrainingJobCommand";
247
+ export * from "./UpdateTrialCommand";
248
+ export * from "./UpdateTrialComponentCommand";
249
+ export * from "./UpdateUserProfileCommand";
250
+ export * from "./UpdateWorkforceCommand";
251
+ export * from "./UpdateWorkteamCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,7 @@
1
+ export * from "./SageMaker";
2
+ export * from "./SageMakerClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { SageMakerServiceException } from "./models/SageMakerServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class SageMakerServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1,4 @@
1
+ export * from "./models_0";
2
+ export * from "./models_1";
3
+ export * from "./models_2";
4
+ export * from "./models_3";