@aws-sdk/client-sagemaker 3.296.0 → 3.297.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 (379) hide show
  1. package/dist-types/SageMaker.d.ts +302 -1
  2. package/dist-types/SageMakerClient.d.ts +24 -4
  3. package/dist-types/commands/AddAssociationCommand.d.ts +16 -0
  4. package/dist-types/commands/AddTagsCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateActionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateAlgorithmCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateAppCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateArtifactCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateCompilationJobCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateContextCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateExperimentCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateHubCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateImageCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateImageVersionCommand.d.ts +16 -0
  32. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +16 -0
  33. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +16 -0
  34. package/dist-types/commands/CreateLabelingJobCommand.d.ts +16 -0
  35. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +16 -0
  36. package/dist-types/commands/CreateModelCardCommand.d.ts +16 -0
  37. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +16 -0
  38. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  39. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  40. package/dist-types/commands/CreateModelPackageCommand.d.ts +16 -0
  41. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +16 -0
  42. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +16 -0
  43. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +16 -0
  44. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +16 -0
  45. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  46. package/dist-types/commands/CreatePipelineCommand.d.ts +16 -0
  47. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +16 -0
  48. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +16 -0
  49. package/dist-types/commands/CreateProcessingJobCommand.d.ts +16 -0
  50. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  51. package/dist-types/commands/CreateSpaceCommand.d.ts +16 -0
  52. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/CreateTrainingJobCommand.d.ts +16 -0
  54. package/dist-types/commands/CreateTransformJobCommand.d.ts +16 -0
  55. package/dist-types/commands/CreateTrialCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateTrialComponentCommand.d.ts +16 -0
  57. package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateWorkforceCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateWorkteamCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteActionCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +16 -0
  64. package/dist-types/commands/DeleteArtifactCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteAssociationCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteContextCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteExperimentCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteHubCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteHubContentCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteImageVersionCommand.d.ts +16 -0
  83. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +16 -0
  84. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +16 -0
  85. package/dist-types/commands/DeleteModelCardCommand.d.ts +16 -0
  86. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  87. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  88. package/dist-types/commands/DeleteModelPackageCommand.d.ts +16 -0
  89. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +16 -0
  90. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +16 -0
  91. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +16 -0
  92. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +16 -0
  93. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +16 -0
  94. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  95. package/dist-types/commands/DeletePipelineCommand.d.ts +16 -0
  96. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  97. package/dist-types/commands/DeleteSpaceCommand.d.ts +16 -0
  98. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +16 -0
  99. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  100. package/dist-types/commands/DeleteTrialCommand.d.ts +16 -0
  101. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +16 -0
  102. package/dist-types/commands/DeleteUserProfileCommand.d.ts +16 -0
  103. package/dist-types/commands/DeleteWorkforceCommand.d.ts +16 -0
  104. package/dist-types/commands/DeleteWorkteamCommand.d.ts +16 -0
  105. package/dist-types/commands/DeregisterDevicesCommand.d.ts +16 -0
  106. package/dist-types/commands/DescribeActionCommand.d.ts +16 -0
  107. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +16 -0
  108. package/dist-types/commands/DescribeAppCommand.d.ts +16 -0
  109. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +16 -0
  110. package/dist-types/commands/DescribeArtifactCommand.d.ts +16 -0
  111. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +16 -0
  112. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +16 -0
  113. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +16 -0
  114. package/dist-types/commands/DescribeContextCommand.d.ts +16 -0
  115. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +16 -0
  116. package/dist-types/commands/DescribeDeviceCommand.d.ts +16 -0
  117. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +16 -0
  118. package/dist-types/commands/DescribeDomainCommand.d.ts +16 -0
  119. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +16 -0
  120. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +16 -0
  121. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  122. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +16 -0
  123. package/dist-types/commands/DescribeExperimentCommand.d.ts +16 -0
  124. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +16 -0
  125. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +16 -0
  126. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +16 -0
  127. package/dist-types/commands/DescribeHubCommand.d.ts +16 -0
  128. package/dist-types/commands/DescribeHubContentCommand.d.ts +16 -0
  129. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +16 -0
  130. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +16 -0
  131. package/dist-types/commands/DescribeImageCommand.d.ts +16 -0
  132. package/dist-types/commands/DescribeImageVersionCommand.d.ts +16 -0
  133. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +16 -0
  134. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +16 -0
  135. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +16 -0
  136. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +16 -0
  137. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +16 -0
  138. package/dist-types/commands/DescribeModelCardCommand.d.ts +16 -0
  139. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +16 -0
  140. package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
  141. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  142. package/dist-types/commands/DescribeModelPackageCommand.d.ts +16 -0
  143. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +16 -0
  144. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +16 -0
  145. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +16 -0
  146. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +16 -0
  147. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  148. package/dist-types/commands/DescribePipelineCommand.d.ts +16 -0
  149. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +16 -0
  150. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +16 -0
  151. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +16 -0
  152. package/dist-types/commands/DescribeProjectCommand.d.ts +16 -0
  153. package/dist-types/commands/DescribeSpaceCommand.d.ts +16 -0
  154. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +16 -0
  155. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +16 -0
  156. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +16 -0
  157. package/dist-types/commands/DescribeTransformJobCommand.d.ts +16 -0
  158. package/dist-types/commands/DescribeTrialCommand.d.ts +16 -0
  159. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +16 -0
  160. package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
  161. package/dist-types/commands/DescribeWorkforceCommand.d.ts +16 -0
  162. package/dist-types/commands/DescribeWorkteamCommand.d.ts +16 -0
  163. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
  164. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +16 -0
  165. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
  166. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +16 -0
  167. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +16 -0
  168. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +16 -0
  169. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +16 -0
  170. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +16 -0
  171. package/dist-types/commands/ImportHubContentCommand.d.ts +16 -0
  172. package/dist-types/commands/ListActionsCommand.d.ts +16 -0
  173. package/dist-types/commands/ListAlgorithmsCommand.d.ts +16 -0
  174. package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
  175. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +16 -0
  176. package/dist-types/commands/ListAppsCommand.d.ts +16 -0
  177. package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
  178. package/dist-types/commands/ListAssociationsCommand.d.ts +16 -0
  179. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +16 -0
  180. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +16 -0
  181. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +16 -0
  182. package/dist-types/commands/ListCompilationJobsCommand.d.ts +16 -0
  183. package/dist-types/commands/ListContextsCommand.d.ts +16 -0
  184. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +16 -0
  185. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +16 -0
  186. package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
  187. package/dist-types/commands/ListDomainsCommand.d.ts +16 -0
  188. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +16 -0
  189. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +16 -0
  190. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +16 -0
  191. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  192. package/dist-types/commands/ListExperimentsCommand.d.ts +16 -0
  193. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +16 -0
  194. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +16 -0
  195. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +16 -0
  196. package/dist-types/commands/ListHubContentsCommand.d.ts +16 -0
  197. package/dist-types/commands/ListHubsCommand.d.ts +16 -0
  198. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +16 -0
  199. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +16 -0
  200. package/dist-types/commands/ListImageVersionsCommand.d.ts +16 -0
  201. package/dist-types/commands/ListImagesCommand.d.ts +16 -0
  202. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +16 -0
  203. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +16 -0
  204. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +16 -0
  205. package/dist-types/commands/ListLabelingJobsCommand.d.ts +16 -0
  206. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +16 -0
  207. package/dist-types/commands/ListLineageGroupsCommand.d.ts +16 -0
  208. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +16 -0
  209. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +16 -0
  210. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +16 -0
  211. package/dist-types/commands/ListModelCardsCommand.d.ts +16 -0
  212. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +16 -0
  213. package/dist-types/commands/ListModelMetadataCommand.d.ts +16 -0
  214. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +16 -0
  215. package/dist-types/commands/ListModelPackagesCommand.d.ts +16 -0
  216. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +16 -0
  217. package/dist-types/commands/ListModelsCommand.d.ts +16 -0
  218. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +16 -0
  219. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +16 -0
  220. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +16 -0
  221. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +16 -0
  222. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +16 -0
  223. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +16 -0
  224. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +16 -0
  225. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +16 -0
  226. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +16 -0
  227. package/dist-types/commands/ListPipelinesCommand.d.ts +16 -0
  228. package/dist-types/commands/ListProcessingJobsCommand.d.ts +16 -0
  229. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  230. package/dist-types/commands/ListSpacesCommand.d.ts +16 -0
  231. package/dist-types/commands/ListStageDevicesCommand.d.ts +16 -0
  232. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +16 -0
  233. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +16 -0
  234. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  235. package/dist-types/commands/ListTrainingJobsCommand.d.ts +17 -1
  236. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +16 -0
  237. package/dist-types/commands/ListTransformJobsCommand.d.ts +16 -0
  238. package/dist-types/commands/ListTrialComponentsCommand.d.ts +16 -0
  239. package/dist-types/commands/ListTrialsCommand.d.ts +16 -0
  240. package/dist-types/commands/ListUserProfilesCommand.d.ts +16 -0
  241. package/dist-types/commands/ListWorkforcesCommand.d.ts +16 -0
  242. package/dist-types/commands/ListWorkteamsCommand.d.ts +16 -0
  243. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +16 -0
  244. package/dist-types/commands/QueryLineageCommand.d.ts +16 -0
  245. package/dist-types/commands/RegisterDevicesCommand.d.ts +16 -0
  246. package/dist-types/commands/RenderUiTemplateCommand.d.ts +16 -0
  247. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +16 -0
  248. package/dist-types/commands/SearchCommand.d.ts +16 -0
  249. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +16 -0
  250. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +16 -0
  251. package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +16 -0
  252. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +16 -0
  253. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +16 -0
  254. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +16 -0
  255. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +16 -0
  256. package/dist-types/commands/StopAutoMLJobCommand.d.ts +16 -0
  257. package/dist-types/commands/StopCompilationJobCommand.d.ts +16 -0
  258. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +16 -0
  259. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +16 -0
  260. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +16 -0
  261. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +16 -0
  262. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +16 -0
  263. package/dist-types/commands/StopLabelingJobCommand.d.ts +16 -0
  264. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +16 -0
  265. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +16 -0
  266. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +16 -0
  267. package/dist-types/commands/StopProcessingJobCommand.d.ts +16 -0
  268. package/dist-types/commands/StopTrainingJobCommand.d.ts +16 -0
  269. package/dist-types/commands/StopTransformJobCommand.d.ts +16 -0
  270. package/dist-types/commands/UpdateActionCommand.d.ts +16 -0
  271. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +16 -0
  272. package/dist-types/commands/UpdateArtifactCommand.d.ts +16 -0
  273. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +16 -0
  274. package/dist-types/commands/UpdateContextCommand.d.ts +16 -0
  275. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +16 -0
  276. package/dist-types/commands/UpdateDevicesCommand.d.ts +16 -0
  277. package/dist-types/commands/UpdateDomainCommand.d.ts +16 -0
  278. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  279. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +16 -0
  280. package/dist-types/commands/UpdateExperimentCommand.d.ts +16 -0
  281. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +16 -0
  282. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +16 -0
  283. package/dist-types/commands/UpdateHubCommand.d.ts +16 -0
  284. package/dist-types/commands/UpdateImageCommand.d.ts +16 -0
  285. package/dist-types/commands/UpdateImageVersionCommand.d.ts +16 -0
  286. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +16 -0
  287. package/dist-types/commands/UpdateModelCardCommand.d.ts +16 -0
  288. package/dist-types/commands/UpdateModelPackageCommand.d.ts +16 -0
  289. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +16 -0
  290. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +16 -0
  291. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +16 -0
  292. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  293. package/dist-types/commands/UpdatePipelineCommand.d.ts +16 -0
  294. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +16 -0
  295. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  296. package/dist-types/commands/UpdateSpaceCommand.d.ts +16 -0
  297. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +16 -0
  298. package/dist-types/commands/UpdateTrialCommand.d.ts +16 -0
  299. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +16 -0
  300. package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
  301. package/dist-types/commands/UpdateWorkforceCommand.d.ts +16 -0
  302. package/dist-types/commands/UpdateWorkteamCommand.d.ts +16 -0
  303. package/dist-types/models/SageMakerServiceException.d.ts +2 -0
  304. package/dist-types/models/models_0.d.ts +634 -84
  305. package/dist-types/models/models_1.d.ts +641 -6
  306. package/dist-types/models/models_2.d.ts +712 -14
  307. package/dist-types/models/models_3.d.ts +776 -6
  308. package/dist-types/models/models_4.d.ts +162 -0
  309. package/dist-types/pagination/Interfaces.d.ts +3 -0
  310. package/dist-types/pagination/ListActionsPaginator.d.ts +3 -0
  311. package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +3 -0
  312. package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
  313. package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +3 -0
  314. package/dist-types/pagination/ListAppsPaginator.d.ts +3 -0
  315. package/dist-types/pagination/ListArtifactsPaginator.d.ts +3 -0
  316. package/dist-types/pagination/ListAssociationsPaginator.d.ts +3 -0
  317. package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +3 -0
  318. package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +3 -0
  319. package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +3 -0
  320. package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +3 -0
  321. package/dist-types/pagination/ListContextsPaginator.d.ts +3 -0
  322. package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +3 -0
  323. package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +3 -0
  324. package/dist-types/pagination/ListDevicesPaginator.d.ts +3 -0
  325. package/dist-types/pagination/ListDomainsPaginator.d.ts +3 -0
  326. package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +3 -0
  327. package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +3 -0
  328. package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +3 -0
  329. package/dist-types/pagination/ListEndpointsPaginator.d.ts +3 -0
  330. package/dist-types/pagination/ListExperimentsPaginator.d.ts +3 -0
  331. package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +3 -0
  332. package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +3 -0
  333. package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +3 -0
  334. package/dist-types/pagination/ListImageVersionsPaginator.d.ts +3 -0
  335. package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
  336. package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +3 -0
  337. package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +3 -0
  338. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +3 -0
  339. package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +3 -0
  340. package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +3 -0
  341. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +3 -0
  342. package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +3 -0
  343. package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +3 -0
  344. package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +3 -0
  345. package/dist-types/pagination/ListModelCardsPaginator.d.ts +3 -0
  346. package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +3 -0
  347. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +3 -0
  348. package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +3 -0
  349. package/dist-types/pagination/ListModelPackagesPaginator.d.ts +3 -0
  350. package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +3 -0
  351. package/dist-types/pagination/ListModelsPaginator.d.ts +3 -0
  352. package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +3 -0
  353. package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +3 -0
  354. package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +3 -0
  355. package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +3 -0
  356. package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +3 -0
  357. package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +3 -0
  358. package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +3 -0
  359. package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +3 -0
  360. package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +3 -0
  361. package/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
  362. package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +3 -0
  363. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  364. package/dist-types/pagination/ListSpacesPaginator.d.ts +3 -0
  365. package/dist-types/pagination/ListStageDevicesPaginator.d.ts +3 -0
  366. package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +3 -0
  367. package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +3 -0
  368. package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
  369. package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +3 -0
  370. package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +3 -0
  371. package/dist-types/pagination/ListTransformJobsPaginator.d.ts +3 -0
  372. package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +3 -0
  373. package/dist-types/pagination/ListTrialsPaginator.d.ts +3 -0
  374. package/dist-types/pagination/ListUserProfilesPaginator.d.ts +3 -0
  375. package/dist-types/pagination/ListWorkforcesPaginator.d.ts +3 -0
  376. package/dist-types/pagination/ListWorkteamsPaginator.d.ts +3 -0
  377. package/dist-types/pagination/QueryLineagePaginator.d.ts +3 -0
  378. package/dist-types/pagination/SearchPaginator.d.ts +3 -0
  379. package/package.json +3 -3
@@ -2,6 +2,9 @@ import { AdditionalInferenceSpecificationDefinition, AppSecurityGroupManagement,
2
2
  import { _InstanceType, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
3
3
  import { DesiredWeightAndCapacity, DomainSettingsForUpdate, FeatureParameter, Filter, ResourceType, Workforce, Workteam } from "./models_2";
4
4
  import { NestedFilters, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
5
8
  export interface UpdateDomainRequest {
6
9
  /**
7
10
  * <p>The ID of the domain to be updated.</p>
@@ -28,18 +31,25 @@ export interface UpdateDomainRequest {
28
31
  */
29
32
  AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
30
33
  }
34
+ /**
35
+ * @public
36
+ */
31
37
  export interface UpdateDomainResponse {
32
38
  /**
33
39
  * <p>The Amazon Resource Name (ARN) of the domain.</p>
34
40
  */
35
41
  DomainArn?: string;
36
42
  }
43
+ /**
44
+ * @public
45
+ */
37
46
  export declare enum VariantPropertyType {
38
47
  DataCaptureConfig = "DataCaptureConfig",
39
48
  DesiredInstanceCount = "DesiredInstanceCount",
40
49
  DesiredWeight = "DesiredWeight"
41
50
  }
42
51
  /**
52
+ * @public
43
53
  * <p>Specifies a production variant property type for an Endpoint.</p>
44
54
  * <p>If you are updating an endpoint with the <a>UpdateEndpointInput$RetainAllVariantProperties</a> option set to
45
55
  * <code>true</code>, the <code>VariantProperty</code> objects listed in <a>UpdateEndpointInput$ExcludeRetainedVariantProperties</a> override the
@@ -68,6 +78,9 @@ export interface VariantProperty {
68
78
  */
69
79
  VariantPropertyType: VariantPropertyType | string | undefined;
70
80
  }
81
+ /**
82
+ * @public
83
+ */
71
84
  export interface UpdateEndpointInput {
72
85
  /**
73
86
  * <p>The name of the endpoint whose configuration you want to update.</p>
@@ -106,12 +119,18 @@ export interface UpdateEndpointInput {
106
119
  */
107
120
  RetainDeploymentConfig?: boolean;
108
121
  }
122
+ /**
123
+ * @public
124
+ */
109
125
  export interface UpdateEndpointOutput {
110
126
  /**
111
127
  * <p>The Amazon Resource Name (ARN) of the endpoint.</p>
112
128
  */
113
129
  EndpointArn: string | undefined;
114
130
  }
131
+ /**
132
+ * @public
133
+ */
115
134
  export interface UpdateEndpointWeightsAndCapacitiesInput {
116
135
  /**
117
136
  * <p>The name of an existing SageMaker endpoint.</p>
@@ -122,12 +141,18 @@ export interface UpdateEndpointWeightsAndCapacitiesInput {
122
141
  */
123
142
  DesiredWeightsAndCapacities: DesiredWeightAndCapacity[] | undefined;
124
143
  }
144
+ /**
145
+ * @public
146
+ */
125
147
  export interface UpdateEndpointWeightsAndCapacitiesOutput {
126
148
  /**
127
149
  * <p>The Amazon Resource Name (ARN) of the updated endpoint.</p>
128
150
  */
129
151
  EndpointArn: string | undefined;
130
152
  }
153
+ /**
154
+ * @public
155
+ */
131
156
  export interface UpdateExperimentRequest {
132
157
  /**
133
158
  * <p>The name of the experiment to update.</p>
@@ -143,12 +168,18 @@ export interface UpdateExperimentRequest {
143
168
  */
144
169
  Description?: string;
145
170
  }
171
+ /**
172
+ * @public
173
+ */
146
174
  export interface UpdateExperimentResponse {
147
175
  /**
148
176
  * <p>The Amazon Resource Name (ARN) of the experiment.</p>
149
177
  */
150
178
  ExperimentArn?: string;
151
179
  }
180
+ /**
181
+ * @public
182
+ */
152
183
  export interface UpdateFeatureGroupRequest {
153
184
  /**
154
185
  * <p>The name of the feature group that you're updating.</p>
@@ -161,12 +192,18 @@ export interface UpdateFeatureGroupRequest {
161
192
  */
162
193
  FeatureAdditions?: FeatureDefinition[];
163
194
  }
195
+ /**
196
+ * @public
197
+ */
164
198
  export interface UpdateFeatureGroupResponse {
165
199
  /**
166
200
  * <p>The Amazon Resource Number (ARN) of the feature group that you're updating.</p>
167
201
  */
168
202
  FeatureGroupArn: string | undefined;
169
203
  }
204
+ /**
205
+ * @public
206
+ */
170
207
  export interface UpdateFeatureMetadataRequest {
171
208
  /**
172
209
  * <p>The name of the feature group containing the feature that you're updating.</p>
@@ -189,6 +226,9 @@ export interface UpdateFeatureMetadataRequest {
189
226
  */
190
227
  ParameterRemovals?: string[];
191
228
  }
229
+ /**
230
+ * @public
231
+ */
192
232
  export interface UpdateHubRequest {
193
233
  /**
194
234
  * <p>The name of the hub to update.</p>
@@ -207,12 +247,18 @@ export interface UpdateHubRequest {
207
247
  */
208
248
  HubSearchKeywords?: string[];
209
249
  }
250
+ /**
251
+ * @public
252
+ */
210
253
  export interface UpdateHubResponse {
211
254
  /**
212
255
  * <p>The Amazon Resource Name (ARN) of the updated hub.</p>
213
256
  */
214
257
  HubArn: string | undefined;
215
258
  }
259
+ /**
260
+ * @public
261
+ */
216
262
  export interface UpdateImageRequest {
217
263
  /**
218
264
  * <p>A list of properties to delete. Only the <code>Description</code> and
@@ -236,12 +282,18 @@ export interface UpdateImageRequest {
236
282
  */
237
283
  RoleArn?: string;
238
284
  }
285
+ /**
286
+ * @public
287
+ */
239
288
  export interface UpdateImageResponse {
240
289
  /**
241
290
  * <p>The ARN of the image.</p>
242
291
  */
243
292
  ImageArn?: string;
244
293
  }
294
+ /**
295
+ * @public
296
+ */
245
297
  export interface UpdateImageVersionRequest {
246
298
  /**
247
299
  * <p>The name of the image.</p>
@@ -334,12 +386,18 @@ export interface UpdateImageVersionRequest {
334
386
  */
335
387
  ReleaseNotes?: string;
336
388
  }
389
+ /**
390
+ * @public
391
+ */
337
392
  export interface UpdateImageVersionResponse {
338
393
  /**
339
394
  * <p>The ARN of the image version.</p>
340
395
  */
341
396
  ImageVersionArn?: string;
342
397
  }
398
+ /**
399
+ * @public
400
+ */
343
401
  export interface UpdateInferenceExperimentRequest {
344
402
  /**
345
403
  * <p>The name of the inference experiment to be updated.</p>
@@ -378,12 +436,18 @@ export interface UpdateInferenceExperimentRequest {
378
436
  */
379
437
  ShadowModeConfig?: ShadowModeConfig;
380
438
  }
439
+ /**
440
+ * @public
441
+ */
381
442
  export interface UpdateInferenceExperimentResponse {
382
443
  /**
383
444
  * <p>The ARN of the updated inference experiment.</p>
384
445
  */
385
446
  InferenceExperimentArn: string | undefined;
386
447
  }
448
+ /**
449
+ * @public
450
+ */
387
451
  export interface UpdateModelCardRequest {
388
452
  /**
389
453
  * <p>The name of the model card to update.</p>
@@ -418,12 +482,18 @@ export interface UpdateModelCardRequest {
418
482
  */
419
483
  ModelCardStatus?: ModelCardStatus | string;
420
484
  }
485
+ /**
486
+ * @public
487
+ */
421
488
  export interface UpdateModelCardResponse {
422
489
  /**
423
490
  * <p>The Amazon Resource Name (ARN) of the updated model card.</p>
424
491
  */
425
492
  ModelCardArn: string | undefined;
426
493
  }
494
+ /**
495
+ * @public
496
+ */
427
497
  export interface UpdateModelPackageInput {
428
498
  /**
429
499
  * <p>The Amazon Resource Name (ARN) of the model package.</p>
@@ -454,12 +524,18 @@ export interface UpdateModelPackageInput {
454
524
  */
455
525
  AdditionalInferenceSpecificationsToAdd?: AdditionalInferenceSpecificationDefinition[];
456
526
  }
527
+ /**
528
+ * @public
529
+ */
457
530
  export interface UpdateModelPackageOutput {
458
531
  /**
459
532
  * <p>The Amazon Resource Name (ARN) of the model.</p>
460
533
  */
461
534
  ModelPackageArn: string | undefined;
462
535
  }
536
+ /**
537
+ * @public
538
+ */
463
539
  export interface UpdateMonitoringAlertRequest {
464
540
  /**
465
541
  * <p>The name of a monitoring schedule.</p>
@@ -480,6 +556,9 @@ export interface UpdateMonitoringAlertRequest {
480
556
  */
481
557
  EvaluationPeriod: number | undefined;
482
558
  }
559
+ /**
560
+ * @public
561
+ */
483
562
  export interface UpdateMonitoringAlertResponse {
484
563
  /**
485
564
  * <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
@@ -490,6 +569,9 @@ export interface UpdateMonitoringAlertResponse {
490
569
  */
491
570
  MonitoringAlertName?: string;
492
571
  }
572
+ /**
573
+ * @public
574
+ */
493
575
  export interface UpdateMonitoringScheduleRequest {
494
576
  /**
495
577
  * <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within
@@ -502,12 +584,18 @@ export interface UpdateMonitoringScheduleRequest {
502
584
  */
503
585
  MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
504
586
  }
587
+ /**
588
+ * @public
589
+ */
505
590
  export interface UpdateMonitoringScheduleResponse {
506
591
  /**
507
592
  * <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
508
593
  */
509
594
  MonitoringScheduleArn: string | undefined;
510
595
  }
596
+ /**
597
+ * @public
598
+ */
511
599
  export interface UpdateNotebookInstanceInput {
512
600
  /**
513
601
  * <p>The name of the notebook instance to update.</p>
@@ -608,8 +696,14 @@ export interface UpdateNotebookInstanceInput {
608
696
  */
609
697
  InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
610
698
  }
699
+ /**
700
+ * @public
701
+ */
611
702
  export interface UpdateNotebookInstanceOutput {
612
703
  }
704
+ /**
705
+ * @public
706
+ */
613
707
  export interface UpdateNotebookInstanceLifecycleConfigInput {
614
708
  /**
615
709
  * <p>The name of the lifecycle configuration.</p>
@@ -627,8 +721,14 @@ export interface UpdateNotebookInstanceLifecycleConfigInput {
627
721
  */
628
722
  OnStart?: NotebookInstanceLifecycleHook[];
629
723
  }
724
+ /**
725
+ * @public
726
+ */
630
727
  export interface UpdateNotebookInstanceLifecycleConfigOutput {
631
728
  }
729
+ /**
730
+ * @public
731
+ */
632
732
  export interface UpdatePipelineRequest {
633
733
  /**
634
734
  * <p>The name of the pipeline to update.</p>
@@ -660,12 +760,18 @@ export interface UpdatePipelineRequest {
660
760
  */
661
761
  ParallelismConfiguration?: ParallelismConfiguration;
662
762
  }
763
+ /**
764
+ * @public
765
+ */
663
766
  export interface UpdatePipelineResponse {
664
767
  /**
665
768
  * <p>The Amazon Resource Name (ARN) of the updated pipeline.</p>
666
769
  */
667
770
  PipelineArn?: string;
668
771
  }
772
+ /**
773
+ * @public
774
+ */
669
775
  export interface UpdatePipelineExecutionRequest {
670
776
  /**
671
777
  * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
@@ -685,6 +791,9 @@ export interface UpdatePipelineExecutionRequest {
685
791
  */
686
792
  ParallelismConfiguration?: ParallelismConfiguration;
687
793
  }
794
+ /**
795
+ * @public
796
+ */
688
797
  export interface UpdatePipelineExecutionResponse {
689
798
  /**
690
799
  * <p>The Amazon Resource Name (ARN) of the updated pipeline execution.</p>
@@ -692,6 +801,7 @@ export interface UpdatePipelineExecutionResponse {
692
801
  PipelineExecutionArn?: string;
693
802
  }
694
803
  /**
804
+ * @public
695
805
  * <p>Details that you specify to provision a service catalog product.
696
806
  * For information about service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.
697
807
  * </p>
@@ -706,6 +816,9 @@ export interface ServiceCatalogProvisioningUpdateDetails {
706
816
  */
707
817
  ProvisioningParameters?: ProvisioningParameter[];
708
818
  }
819
+ /**
820
+ * @public
821
+ */
709
822
  export interface UpdateProjectInput {
710
823
  /**
711
824
  * <p>The name of the project.</p>
@@ -733,12 +846,18 @@ export interface UpdateProjectInput {
733
846
  */
734
847
  Tags?: Tag[];
735
848
  }
849
+ /**
850
+ * @public
851
+ */
736
852
  export interface UpdateProjectOutput {
737
853
  /**
738
854
  * <p>The Amazon Resource Name (ARN) of the project.</p>
739
855
  */
740
856
  ProjectArn: string | undefined;
741
857
  }
858
+ /**
859
+ * @public
860
+ */
742
861
  export interface UpdateSpaceRequest {
743
862
  /**
744
863
  * <p>The ID of the associated Domain.</p>
@@ -753,12 +872,18 @@ export interface UpdateSpaceRequest {
753
872
  */
754
873
  SpaceSettings?: SpaceSettings;
755
874
  }
875
+ /**
876
+ * @public
877
+ */
756
878
  export interface UpdateSpaceResponse {
757
879
  /**
758
880
  * <p>The space's Amazon Resource Name (ARN).</p>
759
881
  */
760
882
  SpaceArn?: string;
761
883
  }
884
+ /**
885
+ * @public
886
+ */
762
887
  export interface UpdateTrainingJobRequest {
763
888
  /**
764
889
  * <p>The name of a training job to update the Debugger profiling configuration.</p>
@@ -780,12 +905,18 @@ export interface UpdateTrainingJobRequest {
780
905
  */
781
906
  ResourceConfig?: ResourceConfigForUpdate;
782
907
  }
908
+ /**
909
+ * @public
910
+ */
783
911
  export interface UpdateTrainingJobResponse {
784
912
  /**
785
913
  * <p>The Amazon Resource Name (ARN) of the training job.</p>
786
914
  */
787
915
  TrainingJobArn: string | undefined;
788
916
  }
917
+ /**
918
+ * @public
919
+ */
789
920
  export interface UpdateTrialRequest {
790
921
  /**
791
922
  * <p>The name of the trial to update.</p>
@@ -797,12 +928,18 @@ export interface UpdateTrialRequest {
797
928
  */
798
929
  DisplayName?: string;
799
930
  }
931
+ /**
932
+ * @public
933
+ */
800
934
  export interface UpdateTrialResponse {
801
935
  /**
802
936
  * <p>The Amazon Resource Name (ARN) of the trial.</p>
803
937
  */
804
938
  TrialArn?: string;
805
939
  }
940
+ /**
941
+ * @public
942
+ */
806
943
  export interface UpdateTrialComponentRequest {
807
944
  /**
808
945
  * <p>The name of the component to update.</p>
@@ -851,12 +988,18 @@ export interface UpdateTrialComponentRequest {
851
988
  */
852
989
  OutputArtifactsToRemove?: string[];
853
990
  }
991
+ /**
992
+ * @public
993
+ */
854
994
  export interface UpdateTrialComponentResponse {
855
995
  /**
856
996
  * <p>The Amazon Resource Name (ARN) of the trial component.</p>
857
997
  */
858
998
  TrialComponentArn?: string;
859
999
  }
1000
+ /**
1001
+ * @public
1002
+ */
860
1003
  export interface UpdateUserProfileRequest {
861
1004
  /**
862
1005
  * <p>The domain ID.</p>
@@ -871,12 +1014,18 @@ export interface UpdateUserProfileRequest {
871
1014
  */
872
1015
  UserSettings?: UserSettings;
873
1016
  }
1017
+ /**
1018
+ * @public
1019
+ */
874
1020
  export interface UpdateUserProfileResponse {
875
1021
  /**
876
1022
  * <p>The user profile Amazon Resource Name (ARN).</p>
877
1023
  */
878
1024
  UserProfileArn?: string;
879
1025
  }
1026
+ /**
1027
+ * @public
1028
+ */
880
1029
  export interface UpdateWorkforceRequest {
881
1030
  /**
882
1031
  * <p>The name of the private workforce that you want to update. You can find your workforce
@@ -899,6 +1048,9 @@ export interface UpdateWorkforceRequest {
899
1048
  */
900
1049
  WorkforceVpcConfig?: WorkforceVpcConfigRequest;
901
1050
  }
1051
+ /**
1052
+ * @public
1053
+ */
902
1054
  export interface UpdateWorkforceResponse {
903
1055
  /**
904
1056
  * <p>A single private workforce. You can create one private work force in each Amazon Web Services Region. By default,
@@ -907,6 +1059,9 @@ export interface UpdateWorkforceResponse {
907
1059
  */
908
1060
  Workforce: Workforce | undefined;
909
1061
  }
1062
+ /**
1063
+ * @public
1064
+ */
910
1065
  export interface UpdateWorkteamRequest {
911
1066
  /**
912
1067
  * <p>The name of the work team to update.</p>
@@ -944,6 +1099,9 @@ export interface UpdateWorkteamRequest {
944
1099
  */
945
1100
  NotificationConfiguration?: NotificationConfiguration;
946
1101
  }
1102
+ /**
1103
+ * @public
1104
+ */
947
1105
  export interface UpdateWorkteamResponse {
948
1106
  /**
949
1107
  * <p>A <code>Workteam</code> object that describes the updated work team.</p>
@@ -951,6 +1109,7 @@ export interface UpdateWorkteamResponse {
951
1109
  Workteam: Workteam | undefined;
952
1110
  }
953
1111
  /**
1112
+ * @public
954
1113
  * <p>A multi-expression that searches for the specified resource or resources in a search. All resource
955
1114
  * objects that satisfy the expression's condition are included in the search results. You must specify at
956
1115
  * least one subexpression, filter, or nested filter. A <code>SearchExpression</code> can contain up to
@@ -999,6 +1158,9 @@ export interface SearchExpression {
999
1158
  */
1000
1159
  Operator?: BooleanOperator | string;
1001
1160
  }
1161
+ /**
1162
+ * @public
1163
+ */
1002
1164
  export interface SearchRequest {
1003
1165
  /**
1004
1166
  * <p>The name of the SageMaker resource to search for.</p>
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { SageMakerClient } from "../SageMakerClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface SageMakerPaginationConfiguration extends PaginationConfiguration {
4
7
  client: SageMakerClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListActionsCommandInput, ListActionsCommandOutput } from "../commands/ListActionsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListActions(config: SageMakerPaginationConfiguration, input: ListActionsCommandInput, ...additionalArguments: any): Paginator<ListActionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAlgorithmsCommandInput, ListAlgorithmsCommandOutput } from "../commands/ListAlgorithmsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAlgorithms(config: SageMakerPaginationConfiguration, input: ListAlgorithmsCommandInput, ...additionalArguments: any): Paginator<ListAlgorithmsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAliases(config: SageMakerPaginationConfiguration, input: ListAliasesCommandInput, ...additionalArguments: any): Paginator<ListAliasesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAppImageConfigsCommandInput, ListAppImageConfigsCommandOutput } from "../commands/ListAppImageConfigsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAppImageConfigs(config: SageMakerPaginationConfiguration, input: ListAppImageConfigsCommandInput, ...additionalArguments: any): Paginator<ListAppImageConfigsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListApps(config: SageMakerPaginationConfiguration, input: ListAppsCommandInput, ...additionalArguments: any): Paginator<ListAppsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListArtifacts(config: SageMakerPaginationConfiguration, input: ListArtifactsCommandInput, ...additionalArguments: any): Paginator<ListArtifactsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAssociations(config: SageMakerPaginationConfiguration, input: ListAssociationsCommandInput, ...additionalArguments: any): Paginator<ListAssociationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "../commands/ListAutoMLJobsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAutoMLJobs(config: SageMakerPaginationConfiguration, input: ListAutoMLJobsCommandInput, ...additionalArguments: any): Paginator<ListAutoMLJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "../commands/ListCandidatesForAutoMLJobCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCandidatesForAutoMLJob(config: SageMakerPaginationConfiguration, input: ListCandidatesForAutoMLJobCommandInput, ...additionalArguments: any): Paginator<ListCandidatesForAutoMLJobCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCodeRepositoriesCommandInput, ListCodeRepositoriesCommandOutput } from "../commands/ListCodeRepositoriesCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCodeRepositories(config: SageMakerPaginationConfiguration, input: ListCodeRepositoriesCommandInput, ...additionalArguments: any): Paginator<ListCodeRepositoriesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCompilationJobsCommandInput, ListCompilationJobsCommandOutput } from "../commands/ListCompilationJobsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCompilationJobs(config: SageMakerPaginationConfiguration, input: ListCompilationJobsCommandInput, ...additionalArguments: any): Paginator<ListCompilationJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListContextsCommandInput, ListContextsCommandOutput } from "../commands/ListContextsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListContexts(config: SageMakerPaginationConfiguration, input: ListContextsCommandInput, ...additionalArguments: any): Paginator<ListContextsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDataQualityJobDefinitionsCommandInput, ListDataQualityJobDefinitionsCommandOutput } from "../commands/ListDataQualityJobDefinitionsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDataQualityJobDefinitions(config: SageMakerPaginationConfiguration, input: ListDataQualityJobDefinitionsCommandInput, ...additionalArguments: any): Paginator<ListDataQualityJobDefinitionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDeviceFleetsCommandInput, ListDeviceFleetsCommandOutput } from "../commands/ListDeviceFleetsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDeviceFleets(config: SageMakerPaginationConfiguration, input: ListDeviceFleetsCommandInput, ...additionalArguments: any): Paginator<ListDeviceFleetsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDevices(config: SageMakerPaginationConfiguration, input: ListDevicesCommandInput, ...additionalArguments: any): Paginator<ListDevicesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDomains(config: SageMakerPaginationConfiguration, input: ListDomainsCommandInput, ...additionalArguments: any): Paginator<ListDomainsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListEdgeDeploymentPlansCommandInput, ListEdgeDeploymentPlansCommandOutput } from "../commands/ListEdgeDeploymentPlansCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListEdgeDeploymentPlans(config: SageMakerPaginationConfiguration, input: ListEdgeDeploymentPlansCommandInput, ...additionalArguments: any): Paginator<ListEdgeDeploymentPlansCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListEdgePackagingJobsCommandInput, ListEdgePackagingJobsCommandOutput } from "../commands/ListEdgePackagingJobsCommand";
3
3
  import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListEdgePackagingJobs(config: SageMakerPaginationConfiguration, input: ListEdgePackagingJobsCommandInput, ...additionalArguments: any): Paginator<ListEdgePackagingJobsCommandOutput>;