@aws-sdk/client-sagemaker 3.218.0 → 3.221.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 (419) hide show
  1. package/dist-cjs/SageMaker.js +510 -0
  2. package/dist-cjs/commands/CreateHubCommand.js +46 -0
  3. package/dist-cjs/commands/CreateInferenceExperimentCommand.js +46 -0
  4. package/dist-cjs/commands/CreateModelCardCommand.js +46 -0
  5. package/dist-cjs/commands/CreateModelCardExportJobCommand.js +46 -0
  6. package/dist-cjs/commands/CreateSpaceCommand.js +46 -0
  7. package/dist-cjs/commands/DeleteHubCommand.js +46 -0
  8. package/dist-cjs/commands/DeleteHubContentCommand.js +46 -0
  9. package/dist-cjs/commands/DeleteInferenceExperimentCommand.js +46 -0
  10. package/dist-cjs/commands/DeleteModelCardCommand.js +46 -0
  11. package/dist-cjs/commands/DeleteSpaceCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeAppImageConfigCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeArtifactCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeAutoMLJobCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeCompilationJobCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeContextCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeDeviceCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeDeviceFleetCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeDomainCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeEndpointCommand.js +1 -2
  25. package/dist-cjs/commands/DescribeHubCommand.js +46 -0
  26. package/dist-cjs/commands/DescribeHubContentCommand.js +46 -0
  27. package/dist-cjs/commands/DescribeInferenceExperimentCommand.js +46 -0
  28. package/dist-cjs/commands/DescribeModelCardCommand.js +46 -0
  29. package/dist-cjs/commands/DescribeModelCardExportJobCommand.js +46 -0
  30. package/dist-cjs/commands/DescribeSpaceCommand.js +46 -0
  31. package/dist-cjs/commands/ImportHubContentCommand.js +46 -0
  32. package/dist-cjs/commands/ListCodeRepositoriesCommand.js +2 -1
  33. package/dist-cjs/commands/ListCompilationJobsCommand.js +3 -3
  34. package/dist-cjs/commands/ListContextsCommand.js +3 -3
  35. package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +3 -3
  36. package/dist-cjs/commands/ListDeviceFleetsCommand.js +3 -3
  37. package/dist-cjs/commands/ListDevicesCommand.js +3 -3
  38. package/dist-cjs/commands/ListDomainsCommand.js +3 -3
  39. package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +3 -3
  40. package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +3 -3
  41. package/dist-cjs/commands/ListEndpointConfigsCommand.js +3 -3
  42. package/dist-cjs/commands/ListEndpointsCommand.js +3 -3
  43. package/dist-cjs/commands/ListExperimentsCommand.js +3 -3
  44. package/dist-cjs/commands/ListFeatureGroupsCommand.js +3 -3
  45. package/dist-cjs/commands/ListFlowDefinitionsCommand.js +3 -3
  46. package/dist-cjs/commands/ListHubContentVersionsCommand.js +46 -0
  47. package/dist-cjs/commands/ListHubContentsCommand.js +46 -0
  48. package/dist-cjs/commands/ListHubsCommand.js +46 -0
  49. package/dist-cjs/commands/ListHumanTaskUisCommand.js +3 -3
  50. package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +3 -3
  51. package/dist-cjs/commands/ListImageVersionsCommand.js +3 -3
  52. package/dist-cjs/commands/ListImagesCommand.js +3 -3
  53. package/dist-cjs/commands/ListInferenceExperimentsCommand.js +46 -0
  54. package/dist-cjs/commands/ListInferenceRecommendationsJobStepsCommand.js +3 -3
  55. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +3 -3
  56. package/dist-cjs/commands/ListLabelingJobsCommand.js +3 -3
  57. package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +3 -3
  58. package/dist-cjs/commands/ListLineageGroupsCommand.js +3 -3
  59. package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +3 -3
  60. package/dist-cjs/commands/ListModelCardExportJobsCommand.js +46 -0
  61. package/dist-cjs/commands/ListModelCardVersionsCommand.js +46 -0
  62. package/dist-cjs/commands/ListModelCardsCommand.js +46 -0
  63. package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +3 -3
  64. package/dist-cjs/commands/ListModelMetadataCommand.js +1 -2
  65. package/dist-cjs/commands/ListMonitoringAlertHistoryCommand.js +46 -0
  66. package/dist-cjs/commands/ListMonitoringAlertsCommand.js +46 -0
  67. package/dist-cjs/commands/ListSpacesCommand.js +46 -0
  68. package/dist-cjs/commands/SearchCommand.js +2 -1
  69. package/dist-cjs/commands/StartInferenceExperimentCommand.js +46 -0
  70. package/dist-cjs/commands/StopInferenceExperimentCommand.js +46 -0
  71. package/dist-cjs/commands/UpdateHubCommand.js +46 -0
  72. package/dist-cjs/commands/UpdateInferenceExperimentCommand.js +46 -0
  73. package/dist-cjs/commands/UpdateModelCardCommand.js +46 -0
  74. package/dist-cjs/commands/UpdateModelPackageCommand.js +3 -3
  75. package/dist-cjs/commands/UpdateMonitoringAlertCommand.js +46 -0
  76. package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +3 -3
  77. package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +3 -3
  78. package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +3 -3
  79. package/dist-cjs/commands/UpdatePipelineCommand.js +3 -3
  80. package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +3 -3
  81. package/dist-cjs/commands/UpdateProjectCommand.js +3 -3
  82. package/dist-cjs/commands/UpdateSpaceCommand.js +46 -0
  83. package/dist-cjs/commands/UpdateTrainingJobCommand.js +3 -3
  84. package/dist-cjs/commands/UpdateTrialCommand.js +3 -3
  85. package/dist-cjs/commands/UpdateTrialComponentCommand.js +3 -3
  86. package/dist-cjs/commands/UpdateUserProfileCommand.js +3 -3
  87. package/dist-cjs/commands/UpdateWorkforceCommand.js +3 -3
  88. package/dist-cjs/commands/UpdateWorkteamCommand.js +3 -3
  89. package/dist-cjs/commands/index.js +34 -0
  90. package/dist-cjs/models/index.js +1 -0
  91. package/dist-cjs/models/models_0.js +15 -15
  92. package/dist-cjs/models/models_1.js +194 -207
  93. package/dist-cjs/models/models_2.js +333 -293
  94. package/dist-cjs/models/models_3.js +512 -129
  95. package/dist-cjs/models/models_4.js +158 -0
  96. package/dist-cjs/pagination/ListInferenceExperimentsPaginator.js +36 -0
  97. package/dist-cjs/pagination/ListModelCardExportJobsPaginator.js +36 -0
  98. package/dist-cjs/pagination/ListModelCardVersionsPaginator.js +36 -0
  99. package/dist-cjs/pagination/ListModelCardsPaginator.js +36 -0
  100. package/dist-cjs/pagination/ListMonitoringAlertHistoryPaginator.js +36 -0
  101. package/dist-cjs/pagination/ListMonitoringAlertsPaginator.js +36 -0
  102. package/dist-cjs/pagination/ListSpacesPaginator.js +36 -0
  103. package/dist-cjs/pagination/index.js +7 -0
  104. package/dist-cjs/protocols/Aws_json1_1.js +3050 -107
  105. package/dist-es/SageMaker.js +510 -0
  106. package/dist-es/commands/CreateHubCommand.js +42 -0
  107. package/dist-es/commands/CreateInferenceExperimentCommand.js +42 -0
  108. package/dist-es/commands/CreateModelCardCommand.js +42 -0
  109. package/dist-es/commands/CreateModelCardExportJobCommand.js +42 -0
  110. package/dist-es/commands/CreateSpaceCommand.js +42 -0
  111. package/dist-es/commands/DeleteHubCommand.js +42 -0
  112. package/dist-es/commands/DeleteHubContentCommand.js +42 -0
  113. package/dist-es/commands/DeleteInferenceExperimentCommand.js +42 -0
  114. package/dist-es/commands/DeleteModelCardCommand.js +42 -0
  115. package/dist-es/commands/DeleteSpaceCommand.js +42 -0
  116. package/dist-es/commands/DescribeAppImageConfigCommand.js +1 -1
  117. package/dist-es/commands/DescribeArtifactCommand.js +1 -1
  118. package/dist-es/commands/DescribeAutoMLJobCommand.js +1 -1
  119. package/dist-es/commands/DescribeCodeRepositoryCommand.js +1 -1
  120. package/dist-es/commands/DescribeCompilationJobCommand.js +1 -1
  121. package/dist-es/commands/DescribeContextCommand.js +1 -1
  122. package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +1 -1
  123. package/dist-es/commands/DescribeDeviceCommand.js +1 -1
  124. package/dist-es/commands/DescribeDeviceFleetCommand.js +1 -1
  125. package/dist-es/commands/DescribeDomainCommand.js +1 -1
  126. package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +1 -1
  127. package/dist-es/commands/DescribeEdgePackagingJobCommand.js +1 -1
  128. package/dist-es/commands/DescribeEndpointCommand.js +1 -2
  129. package/dist-es/commands/DescribeHubCommand.js +42 -0
  130. package/dist-es/commands/DescribeHubContentCommand.js +42 -0
  131. package/dist-es/commands/DescribeInferenceExperimentCommand.js +42 -0
  132. package/dist-es/commands/DescribeModelCardCommand.js +42 -0
  133. package/dist-es/commands/DescribeModelCardExportJobCommand.js +42 -0
  134. package/dist-es/commands/DescribeSpaceCommand.js +42 -0
  135. package/dist-es/commands/ImportHubContentCommand.js +42 -0
  136. package/dist-es/commands/ListCodeRepositoriesCommand.js +2 -1
  137. package/dist-es/commands/ListCompilationJobsCommand.js +1 -1
  138. package/dist-es/commands/ListContextsCommand.js +1 -1
  139. package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +1 -1
  140. package/dist-es/commands/ListDeviceFleetsCommand.js +1 -1
  141. package/dist-es/commands/ListDevicesCommand.js +1 -1
  142. package/dist-es/commands/ListDomainsCommand.js +1 -1
  143. package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +1 -1
  144. package/dist-es/commands/ListEdgePackagingJobsCommand.js +1 -1
  145. package/dist-es/commands/ListEndpointConfigsCommand.js +1 -1
  146. package/dist-es/commands/ListEndpointsCommand.js +1 -1
  147. package/dist-es/commands/ListExperimentsCommand.js +1 -1
  148. package/dist-es/commands/ListFeatureGroupsCommand.js +1 -1
  149. package/dist-es/commands/ListFlowDefinitionsCommand.js +1 -1
  150. package/dist-es/commands/ListHubContentVersionsCommand.js +42 -0
  151. package/dist-es/commands/ListHubContentsCommand.js +42 -0
  152. package/dist-es/commands/ListHubsCommand.js +42 -0
  153. package/dist-es/commands/ListHumanTaskUisCommand.js +1 -1
  154. package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +1 -1
  155. package/dist-es/commands/ListImageVersionsCommand.js +1 -1
  156. package/dist-es/commands/ListImagesCommand.js +1 -1
  157. package/dist-es/commands/ListInferenceExperimentsCommand.js +42 -0
  158. package/dist-es/commands/ListInferenceRecommendationsJobStepsCommand.js +1 -1
  159. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +1 -1
  160. package/dist-es/commands/ListLabelingJobsCommand.js +1 -1
  161. package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +1 -1
  162. package/dist-es/commands/ListLineageGroupsCommand.js +1 -1
  163. package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +1 -1
  164. package/dist-es/commands/ListModelCardExportJobsCommand.js +42 -0
  165. package/dist-es/commands/ListModelCardVersionsCommand.js +42 -0
  166. package/dist-es/commands/ListModelCardsCommand.js +42 -0
  167. package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +1 -1
  168. package/dist-es/commands/ListModelMetadataCommand.js +1 -2
  169. package/dist-es/commands/ListMonitoringAlertHistoryCommand.js +42 -0
  170. package/dist-es/commands/ListMonitoringAlertsCommand.js +42 -0
  171. package/dist-es/commands/ListSpacesCommand.js +42 -0
  172. package/dist-es/commands/SearchCommand.js +2 -1
  173. package/dist-es/commands/StartInferenceExperimentCommand.js +42 -0
  174. package/dist-es/commands/StopInferenceExperimentCommand.js +42 -0
  175. package/dist-es/commands/UpdateHubCommand.js +42 -0
  176. package/dist-es/commands/UpdateInferenceExperimentCommand.js +42 -0
  177. package/dist-es/commands/UpdateModelCardCommand.js +42 -0
  178. package/dist-es/commands/UpdateModelPackageCommand.js +1 -1
  179. package/dist-es/commands/UpdateMonitoringAlertCommand.js +42 -0
  180. package/dist-es/commands/UpdateMonitoringScheduleCommand.js +1 -1
  181. package/dist-es/commands/UpdateNotebookInstanceCommand.js +1 -1
  182. package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +1 -1
  183. package/dist-es/commands/UpdatePipelineCommand.js +1 -1
  184. package/dist-es/commands/UpdatePipelineExecutionCommand.js +1 -1
  185. package/dist-es/commands/UpdateProjectCommand.js +1 -1
  186. package/dist-es/commands/UpdateSpaceCommand.js +42 -0
  187. package/dist-es/commands/UpdateTrainingJobCommand.js +1 -1
  188. package/dist-es/commands/UpdateTrialCommand.js +1 -1
  189. package/dist-es/commands/UpdateTrialComponentCommand.js +1 -1
  190. package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
  191. package/dist-es/commands/UpdateWorkforceCommand.js +1 -1
  192. package/dist-es/commands/UpdateWorkteamCommand.js +1 -1
  193. package/dist-es/commands/index.js +34 -0
  194. package/dist-es/models/index.js +1 -0
  195. package/dist-es/models/models_0.js +9 -9
  196. package/dist-es/models/models_1.js +157 -169
  197. package/dist-es/models/models_2.js +275 -234
  198. package/dist-es/models/models_3.js +411 -93
  199. package/dist-es/models/models_4.js +118 -0
  200. package/dist-es/pagination/ListInferenceExperimentsPaginator.js +32 -0
  201. package/dist-es/pagination/ListModelCardExportJobsPaginator.js +32 -0
  202. package/dist-es/pagination/ListModelCardVersionsPaginator.js +32 -0
  203. package/dist-es/pagination/ListModelCardsPaginator.js +32 -0
  204. package/dist-es/pagination/ListMonitoringAlertHistoryPaginator.js +32 -0
  205. package/dist-es/pagination/ListMonitoringAlertsPaginator.js +32 -0
  206. package/dist-es/pagination/ListSpacesPaginator.js +32 -0
  207. package/dist-es/pagination/index.js +7 -0
  208. package/dist-es/protocols/Aws_json1_1.js +2970 -96
  209. package/dist-types/SageMaker.d.ts +266 -0
  210. package/dist-types/SageMakerClient.d.ts +36 -2
  211. package/dist-types/commands/CreateHubCommand.d.ts +37 -0
  212. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +51 -0
  213. package/dist-types/commands/CreateModelCardCommand.d.ts +38 -0
  214. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +37 -0
  215. package/dist-types/commands/CreateSpaceCommand.d.ts +37 -0
  216. package/dist-types/commands/DeleteHubCommand.d.ts +37 -0
  217. package/dist-types/commands/DeleteHubContentCommand.d.ts +37 -0
  218. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +43 -0
  219. package/dist-types/commands/DeleteModelCardCommand.d.ts +37 -0
  220. package/dist-types/commands/DeleteSpaceCommand.d.ts +37 -0
  221. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
  222. package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
  223. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  224. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
  225. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  226. package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
  227. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  228. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  229. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  230. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  231. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  232. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  233. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
  234. package/dist-types/commands/DescribeHubCommand.d.ts +37 -0
  235. package/dist-types/commands/DescribeHubContentCommand.d.ts +37 -0
  236. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +37 -0
  237. package/dist-types/commands/DescribeModelCardCommand.d.ts +37 -0
  238. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +37 -0
  239. package/dist-types/commands/DescribeSpaceCommand.d.ts +37 -0
  240. package/dist-types/commands/ImportHubContentCommand.d.ts +37 -0
  241. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +2 -1
  242. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  243. package/dist-types/commands/ListContextsCommand.d.ts +1 -1
  244. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
  245. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
  246. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  247. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  248. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  249. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  250. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
  251. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  252. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
  253. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  254. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  255. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +37 -0
  256. package/dist-types/commands/ListHubContentsCommand.d.ts +37 -0
  257. package/dist-types/commands/ListHubsCommand.d.ts +37 -0
  258. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
  259. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  260. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
  261. package/dist-types/commands/ListImagesCommand.d.ts +1 -1
  262. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +37 -0
  263. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  264. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  265. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  266. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  267. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  268. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  269. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +37 -0
  270. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +37 -0
  271. package/dist-types/commands/ListModelCardsCommand.d.ts +37 -0
  272. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  273. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -2
  274. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +37 -0
  275. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +37 -0
  276. package/dist-types/commands/ListSpacesCommand.d.ts +37 -0
  277. package/dist-types/commands/SearchCommand.d.ts +2 -1
  278. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +37 -0
  279. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +37 -0
  280. package/dist-types/commands/UpdateHubCommand.d.ts +37 -0
  281. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +41 -0
  282. package/dist-types/commands/UpdateModelCardCommand.d.ts +40 -0
  283. package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
  284. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +37 -0
  285. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  286. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  287. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  288. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
  289. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  290. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  291. package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
  292. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  293. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
  294. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
  295. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  296. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  297. package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -1
  298. package/dist-types/commands/index.d.ts +34 -0
  299. package/dist-types/models/index.d.ts +1 -0
  300. package/dist-types/models/models_0.d.ts +82 -143
  301. package/dist-types/models/models_1.d.ts +900 -1156
  302. package/dist-types/models/models_2.d.ts +5496 -5051
  303. package/dist-types/models/models_3.d.ts +5386 -3240
  304. package/dist-types/models/models_4.d.ts +841 -0
  305. package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +4 -0
  306. package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +4 -0
  307. package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +4 -0
  308. package/dist-types/pagination/ListModelCardsPaginator.d.ts +4 -0
  309. package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +4 -0
  310. package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +4 -0
  311. package/dist-types/pagination/ListSpacesPaginator.d.ts +4 -0
  312. package/dist-types/pagination/index.d.ts +7 -0
  313. package/dist-types/protocols/Aws_json1_1.d.ts +102 -0
  314. package/dist-types/ts3.4/SageMaker.d.ts +578 -0
  315. package/dist-types/ts3.4/SageMakerClient.d.ts +204 -0
  316. package/dist-types/ts3.4/commands/CreateHubCommand.d.ts +34 -0
  317. package/dist-types/ts3.4/commands/CreateInferenceExperimentCommand.d.ts +41 -0
  318. package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +37 -0
  319. package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +41 -0
  320. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +34 -0
  321. package/dist-types/ts3.4/commands/DeleteHubCommand.d.ts +32 -0
  322. package/dist-types/ts3.4/commands/DeleteHubContentCommand.d.ts +32 -0
  323. package/dist-types/ts3.4/commands/DeleteInferenceExperimentCommand.d.ts +41 -0
  324. package/dist-types/ts3.4/commands/DeleteModelCardCommand.d.ts +32 -0
  325. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +32 -0
  326. package/dist-types/ts3.4/commands/DescribeAppImageConfigCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/DescribeArtifactCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +1 -1
  332. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  335. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  336. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  337. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  338. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
  339. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +34 -0
  340. package/dist-types/ts3.4/commands/DescribeHubContentCommand.d.ts +38 -0
  341. package/dist-types/ts3.4/commands/DescribeInferenceExperimentCommand.d.ts +41 -0
  342. package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +38 -0
  343. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +41 -0
  344. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +37 -0
  345. package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +37 -0
  346. package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +2 -4
  347. package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +1 -1
  348. package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +1 -1
  349. package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
  350. package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +1 -1
  351. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
  352. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
  353. package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  354. package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  355. package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +1 -1
  356. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -1
  357. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +1 -1
  358. package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +1 -1
  359. package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  360. package/dist-types/ts3.4/commands/ListHubContentVersionsCommand.d.ts +41 -0
  361. package/dist-types/ts3.4/commands/ListHubContentsCommand.d.ts +37 -0
  362. package/dist-types/ts3.4/commands/ListHubsCommand.d.ts +34 -0
  363. package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +1 -1
  364. package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  365. package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +1 -1
  366. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -1
  367. package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +41 -0
  368. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  369. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  370. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
  371. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  372. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
  373. package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  374. package/dist-types/ts3.4/commands/ListModelCardExportJobsCommand.d.ts +41 -0
  375. package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +41 -0
  376. package/dist-types/ts3.4/commands/ListModelCardsCommand.d.ts +37 -0
  377. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  378. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +4 -2
  379. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +41 -0
  380. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +41 -0
  381. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +34 -0
  382. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  383. package/dist-types/ts3.4/commands/StartInferenceExperimentCommand.d.ts +41 -0
  384. package/dist-types/ts3.4/commands/StopInferenceExperimentCommand.d.ts +41 -0
  385. package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +34 -0
  386. package/dist-types/ts3.4/commands/UpdateInferenceExperimentCommand.d.ts +41 -0
  387. package/dist-types/ts3.4/commands/UpdateModelCardCommand.d.ts +37 -0
  388. package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +1 -1
  389. package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +41 -0
  390. package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  391. package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  392. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  393. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
  394. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  395. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  396. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +34 -0
  397. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
  398. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -1
  399. package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +1 -1
  400. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
  401. package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +1 -1
  402. package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +1 -1
  403. package/dist-types/ts3.4/commands/index.d.ts +34 -0
  404. package/dist-types/ts3.4/models/index.d.ts +1 -0
  405. package/dist-types/ts3.4/models/models_0.d.ts +27 -22
  406. package/dist-types/ts3.4/models/models_1.d.ts +326 -463
  407. package/dist-types/ts3.4/models/models_2.d.ts +717 -586
  408. package/dist-types/ts3.4/models/models_3.d.ts +1123 -289
  409. package/dist-types/ts3.4/models/models_4.d.ts +335 -0
  410. package/dist-types/ts3.4/pagination/ListInferenceExperimentsPaginator.d.ts +11 -0
  411. package/dist-types/ts3.4/pagination/ListModelCardExportJobsPaginator.d.ts +11 -0
  412. package/dist-types/ts3.4/pagination/ListModelCardVersionsPaginator.d.ts +11 -0
  413. package/dist-types/ts3.4/pagination/ListModelCardsPaginator.d.ts +11 -0
  414. package/dist-types/ts3.4/pagination/ListMonitoringAlertHistoryPaginator.d.ts +11 -0
  415. package/dist-types/ts3.4/pagination/ListMonitoringAlertsPaginator.d.ts +11 -0
  416. package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +11 -0
  417. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  418. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +408 -0
  419. package/package.json +1 -1
@@ -0,0 +1,841 @@
1
+ import { AdditionalInferenceSpecificationDefinition, BooleanOperator, ModelApprovalStatus, Tag, UserSettings } from "./models_0";
2
+ import { _InstanceType, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
3
+ import { Filter, ResourceType, Workforce, Workteam } from "./models_2";
4
+ import { NestedFilters, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
5
+ export interface UpdateInferenceExperimentRequest {
6
+ /**
7
+ * <p>The name of the inference experiment to be updated.</p>
8
+ */
9
+ Name: string | undefined;
10
+ /**
11
+ * <p>
12
+ * The duration for which the inference experiment will run. If the status of the inference experiment is
13
+ * <code>Created</code>, then you can update both the start and end dates. If the status of the inference
14
+ * experiment is <code>Running</code>, then you can update only the end date.
15
+ * </p>
16
+ */
17
+ Schedule?: InferenceExperimentSchedule;
18
+ /**
19
+ * <p>The description of the inference experiment.</p>
20
+ */
21
+ Description?: string;
22
+ /**
23
+ * <p>
24
+ * Array of <code>ModelVariantConfigSummary</code> objects. There is one for each variant, whose infrastructure
25
+ * configuration you want to update.
26
+ * </p>
27
+ */
28
+ ModelVariants?: ModelVariantConfig[];
29
+ /**
30
+ * <p>The Amazon S3 storage configuration for the inference experiment.</p>
31
+ */
32
+ DataStorageConfig?: InferenceExperimentDataStorageConfig;
33
+ /**
34
+ * <p>The Amazon S3 storage configuration for the inference experiment.</p>
35
+ */
36
+ ShadowModeConfig?: ShadowModeConfig;
37
+ }
38
+ export interface UpdateInferenceExperimentResponse {
39
+ /**
40
+ * <p>The ARN of the updated inference experiment.</p>
41
+ */
42
+ InferenceExperimentArn: string | undefined;
43
+ }
44
+ export interface UpdateModelCardRequest {
45
+ /**
46
+ * <p>The name of the model card to update.</p>
47
+ */
48
+ ModelCardName: string | undefined;
49
+ /**
50
+ * <p>The updated model card content. Content must be in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards-api-json-schema.html">model card JSON schema</a> and provided as a string.</p>
51
+ * <p>When updating model card content, be sure to include the full content and not just updated content.</p>
52
+ */
53
+ Content?: string;
54
+ /**
55
+ * <p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p>
56
+ * <ul>
57
+ * <li>
58
+ * <p>
59
+ * <code>Draft</code>: The model card is a work in progress.</p>
60
+ * </li>
61
+ * <li>
62
+ * <p>
63
+ * <code>PendingReview</code>: The model card is pending review.</p>
64
+ * </li>
65
+ * <li>
66
+ * <p>
67
+ * <code>Approved</code>: The model card is approved.</p>
68
+ * </li>
69
+ * <li>
70
+ * <p>
71
+ * <code>Archived</code>: The model card is archived. No more updates should be made to the model
72
+ * card, but it can still be exported.</p>
73
+ * </li>
74
+ * </ul>
75
+ */
76
+ ModelCardStatus?: ModelCardStatus | string;
77
+ }
78
+ export interface UpdateModelCardResponse {
79
+ /**
80
+ * <p>The Amazon Resource Name (ARN) of the updated model card.</p>
81
+ */
82
+ ModelCardArn: string | undefined;
83
+ }
84
+ export interface UpdateModelPackageInput {
85
+ /**
86
+ * <p>The Amazon Resource Name (ARN) of the model package.</p>
87
+ */
88
+ ModelPackageArn: string | undefined;
89
+ /**
90
+ * <p>The approval status of the model.</p>
91
+ */
92
+ ModelApprovalStatus?: ModelApprovalStatus | string;
93
+ /**
94
+ * <p>A description for the approval status of the model.</p>
95
+ */
96
+ ApprovalDescription?: string;
97
+ /**
98
+ * <p>The metadata properties associated with the model package versions.</p>
99
+ */
100
+ CustomerMetadataProperties?: Record<string, string>;
101
+ /**
102
+ * <p>The metadata properties associated with the model package versions to remove.</p>
103
+ */
104
+ CustomerMetadataPropertiesToRemove?: string[];
105
+ /**
106
+ * <p>An array of additional Inference Specification objects to be added to the
107
+ * existing array additional Inference Specification. Total number of additional
108
+ * Inference Specifications can not exceed 15. Each additional Inference Specification
109
+ * specifies artifacts based on this model package that can be used on inference endpoints.
110
+ * Generally used with SageMaker Neo to store the compiled artifacts.</p>
111
+ */
112
+ AdditionalInferenceSpecificationsToAdd?: AdditionalInferenceSpecificationDefinition[];
113
+ }
114
+ export interface UpdateModelPackageOutput {
115
+ /**
116
+ * <p>The Amazon Resource Name (ARN) of the model.</p>
117
+ */
118
+ ModelPackageArn: string | undefined;
119
+ }
120
+ export interface UpdateMonitoringAlertRequest {
121
+ /**
122
+ * <p>The name of a monitoring schedule.</p>
123
+ */
124
+ MonitoringScheduleName: string | undefined;
125
+ /**
126
+ * <p>The name of a monitoring alert.</p>
127
+ */
128
+ MonitoringAlertName: string | undefined;
129
+ /**
130
+ * <p>Within <code>EvaluationPeriod</code>, how many execution failures will raise an
131
+ * alert.</p>
132
+ */
133
+ DatapointsToAlert: number | undefined;
134
+ /**
135
+ * <p>The number of most recent monitoring executions to consider when evaluating alert
136
+ * status.</p>
137
+ */
138
+ EvaluationPeriod: number | undefined;
139
+ }
140
+ export interface UpdateMonitoringAlertResponse {
141
+ /**
142
+ * <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
143
+ */
144
+ MonitoringScheduleArn: string | undefined;
145
+ /**
146
+ * <p>The name of a monitoring alert.</p>
147
+ */
148
+ MonitoringAlertName?: string;
149
+ }
150
+ export interface UpdateMonitoringScheduleRequest {
151
+ /**
152
+ * <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within
153
+ * an Amazon Web Services account.</p>
154
+ */
155
+ MonitoringScheduleName: string | undefined;
156
+ /**
157
+ * <p>The configuration object that specifies the monitoring schedule and defines the
158
+ * monitoring job.</p>
159
+ */
160
+ MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
161
+ }
162
+ export interface UpdateMonitoringScheduleResponse {
163
+ /**
164
+ * <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
165
+ */
166
+ MonitoringScheduleArn: string | undefined;
167
+ }
168
+ export interface UpdateNotebookInstanceInput {
169
+ /**
170
+ * <p>The name of the notebook instance to update.</p>
171
+ */
172
+ NotebookInstanceName: string | undefined;
173
+ /**
174
+ * <p>The Amazon ML compute instance type.</p>
175
+ */
176
+ InstanceType?: _InstanceType | string;
177
+ /**
178
+ * <p>The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access the
179
+ * notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
180
+ * <note>
181
+ * <p>To be able to pass this role to SageMaker, the caller of this API must have the
182
+ * <code>iam:PassRole</code> permission.</p>
183
+ * </note>
184
+ */
185
+ RoleArn?: string;
186
+ /**
187
+ * <p>The name of a lifecycle configuration to associate with the notebook instance. For
188
+ * information about lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step 2.1: (Optional)
189
+ * Customize a Notebook Instance</a>.</p>
190
+ */
191
+ LifecycleConfigName?: string;
192
+ /**
193
+ * <p>Set to <code>true</code> to remove the notebook instance lifecycle configuration
194
+ * currently associated with the notebook instance. This operation is idempotent. If you
195
+ * specify a lifecycle configuration that is not associated with the notebook instance when
196
+ * you call this method, it does not throw an error.</p>
197
+ */
198
+ DisassociateLifecycleConfig?: boolean;
199
+ /**
200
+ * <p>The size, in GB, of the ML storage volume to attach to the notebook instance. The
201
+ * default value is 5 GB. ML storage volumes are encrypted, so SageMaker can't determine the
202
+ * amount of available free space on the volume. Because of this, you can increase the
203
+ * volume size when you update a notebook instance, but you can't decrease the volume size.
204
+ * If you want to decrease the size of the ML storage volume in use, create a new notebook
205
+ * instance with the desired size.</p>
206
+ */
207
+ VolumeSizeInGB?: number;
208
+ /**
209
+ * <p>The Git repository to associate with the notebook instance as its default code
210
+ * repository. This can be either the name of a Git repository stored as a resource in your
211
+ * account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
212
+ * or in any other Git repository. When you open a notebook instance, it opens in the
213
+ * directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
214
+ * Repositories with SageMaker Notebook Instances</a>.</p>
215
+ */
216
+ DefaultCodeRepository?: string;
217
+ /**
218
+ * <p>An array of up to three Git repositories to associate with the notebook instance.
219
+ * These can be either the names of Git repositories stored as resources in your account,
220
+ * or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
221
+ * or in any other Git repository. These repositories are cloned at the same level as the
222
+ * default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
223
+ * Repositories with SageMaker Notebook Instances</a>.</p>
224
+ */
225
+ AdditionalCodeRepositories?: string[];
226
+ /**
227
+ * <p>A list of the Elastic Inference (EI) instance types to associate with this notebook
228
+ * instance. Currently only one EI instance type can be associated with a notebook
229
+ * instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in Amazon
230
+ * SageMaker</a>.</p>
231
+ */
232
+ AcceleratorTypes?: (NotebookInstanceAcceleratorType | string)[];
233
+ /**
234
+ * <p>A list of the Elastic Inference (EI) instance types to remove from this notebook
235
+ * instance. This operation is idempotent. If you specify an accelerator type that is not
236
+ * associated with the notebook instance when you call this method, it does not throw an
237
+ * error.</p>
238
+ */
239
+ DisassociateAcceleratorTypes?: boolean;
240
+ /**
241
+ * <p>The name or URL of the default Git repository to remove from this notebook instance.
242
+ * This operation is idempotent. If you specify a Git repository that is not associated
243
+ * with the notebook instance when you call this method, it does not throw an error.</p>
244
+ */
245
+ DisassociateDefaultCodeRepository?: boolean;
246
+ /**
247
+ * <p>A list of names or URLs of the default Git repositories to remove from this notebook
248
+ * instance. This operation is idempotent. If you specify a Git repository that is not
249
+ * associated with the notebook instance when you call this method, it does not throw an
250
+ * error.</p>
251
+ */
252
+ DisassociateAdditionalCodeRepositories?: boolean;
253
+ /**
254
+ * <p>Whether root access is enabled or disabled for users of the notebook instance. The
255
+ * default value is <code>Enabled</code>.</p>
256
+ * <note>
257
+ * <p>If you set this to <code>Disabled</code>, users don't have root access on the
258
+ * notebook instance, but lifecycle configuration scripts still run with root
259
+ * permissions.</p>
260
+ * </note>
261
+ */
262
+ RootAccess?: RootAccess | string;
263
+ /**
264
+ * <p>Information on the IMDS configuration of the notebook instance</p>
265
+ */
266
+ InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
267
+ }
268
+ export interface UpdateNotebookInstanceOutput {
269
+ }
270
+ export interface UpdateNotebookInstanceLifecycleConfigInput {
271
+ /**
272
+ * <p>The name of the lifecycle configuration.</p>
273
+ */
274
+ NotebookInstanceLifecycleConfigName: string | undefined;
275
+ /**
276
+ * <p>The shell script that runs only once, when you create a notebook instance. The shell
277
+ * script must be a base64-encoded string.</p>
278
+ */
279
+ OnCreate?: NotebookInstanceLifecycleHook[];
280
+ /**
281
+ * <p>The shell script that runs every time you start a notebook instance, including when
282
+ * you create the notebook instance. The shell script must be a base64-encoded
283
+ * string.</p>
284
+ */
285
+ OnStart?: NotebookInstanceLifecycleHook[];
286
+ }
287
+ export interface UpdateNotebookInstanceLifecycleConfigOutput {
288
+ }
289
+ export interface UpdatePipelineRequest {
290
+ /**
291
+ * <p>The name of the pipeline to update.</p>
292
+ */
293
+ PipelineName: string | undefined;
294
+ /**
295
+ * <p>The display name of the pipeline.</p>
296
+ */
297
+ PipelineDisplayName?: string;
298
+ /**
299
+ * <p>The JSON pipeline definition.</p>
300
+ */
301
+ PipelineDefinition?: string;
302
+ /**
303
+ * <p>The location of the pipeline definition stored in Amazon S3. If specified,
304
+ * SageMaker will retrieve the pipeline definition from this location.</p>
305
+ */
306
+ PipelineDefinitionS3Location?: PipelineDefinitionS3Location;
307
+ /**
308
+ * <p>The description of the pipeline.</p>
309
+ */
310
+ PipelineDescription?: string;
311
+ /**
312
+ * <p>The Amazon Resource Name (ARN) that the pipeline uses to execute.</p>
313
+ */
314
+ RoleArn?: string;
315
+ /**
316
+ * <p>If specified, it applies to all executions of this pipeline by default.</p>
317
+ */
318
+ ParallelismConfiguration?: ParallelismConfiguration;
319
+ }
320
+ export interface UpdatePipelineResponse {
321
+ /**
322
+ * <p>The Amazon Resource Name (ARN) of the updated pipeline.</p>
323
+ */
324
+ PipelineArn?: string;
325
+ }
326
+ export interface UpdatePipelineExecutionRequest {
327
+ /**
328
+ * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
329
+ */
330
+ PipelineExecutionArn: string | undefined;
331
+ /**
332
+ * <p>The description of the pipeline execution.</p>
333
+ */
334
+ PipelineExecutionDescription?: string;
335
+ /**
336
+ * <p>The display name of the pipeline execution.</p>
337
+ */
338
+ PipelineExecutionDisplayName?: string;
339
+ /**
340
+ * <p>This configuration, if specified, overrides the parallelism configuration
341
+ * of the parent pipeline for this specific run.</p>
342
+ */
343
+ ParallelismConfiguration?: ParallelismConfiguration;
344
+ }
345
+ export interface UpdatePipelineExecutionResponse {
346
+ /**
347
+ * <p>The Amazon Resource Name (ARN) of the updated pipeline execution.</p>
348
+ */
349
+ PipelineExecutionArn?: string;
350
+ }
351
+ /**
352
+ * <p>Details that you specify to provision a service catalog product.
353
+ * 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>.
354
+ * </p>
355
+ */
356
+ export interface ServiceCatalogProvisioningUpdateDetails {
357
+ /**
358
+ * <p>The ID of the provisioning artifact.</p>
359
+ */
360
+ ProvisioningArtifactId?: string;
361
+ /**
362
+ * <p>A list of key value pairs that you specify when you provision a product.</p>
363
+ */
364
+ ProvisioningParameters?: ProvisioningParameter[];
365
+ }
366
+ export interface UpdateProjectInput {
367
+ /**
368
+ * <p>The name of the project.</p>
369
+ */
370
+ ProjectName: string | undefined;
371
+ /**
372
+ * <p>The description for the project.</p>
373
+ */
374
+ ProjectDescription?: string;
375
+ /**
376
+ * <p>The product ID and provisioning artifact ID to provision a service catalog.
377
+ * The provisioning artifact ID will default to the latest provisioning artifact
378
+ * ID of the product, if you don't provide the provisioning artifact ID. For more
379
+ * information, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.
380
+ * </p>
381
+ */
382
+ ServiceCatalogProvisioningUpdateDetails?: ServiceCatalogProvisioningUpdateDetails;
383
+ /**
384
+ * <p>An array of key-value pairs. You can use tags to categorize your
385
+ * Amazon Web Services resources in different ways, for example, by purpose, owner, or
386
+ * environment. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.
387
+ * In addition, the project must have tag update constraints set in order to include this
388
+ * parameter in the request. For more information, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints-resourceupdate.html">Amazon Web Services Service
389
+ * Catalog Tag Update Constraints</a>.</p>
390
+ */
391
+ Tags?: Tag[];
392
+ }
393
+ export interface UpdateProjectOutput {
394
+ /**
395
+ * <p>The Amazon Resource Name (ARN) of the project.</p>
396
+ */
397
+ ProjectArn: string | undefined;
398
+ }
399
+ export interface UpdateSpaceRequest {
400
+ /**
401
+ * <p>The ID of the associated Domain.</p>
402
+ */
403
+ DomainId: string | undefined;
404
+ /**
405
+ * <p>The name of the space.</p>
406
+ */
407
+ SpaceName: string | undefined;
408
+ /**
409
+ * <p>A collection of space settings.</p>
410
+ */
411
+ SpaceSettings?: SpaceSettings;
412
+ }
413
+ export interface UpdateSpaceResponse {
414
+ /**
415
+ * <p>The space's Amazon Resource Name (ARN).</p>
416
+ */
417
+ SpaceArn?: string;
418
+ }
419
+ export interface UpdateTrainingJobRequest {
420
+ /**
421
+ * <p>The name of a training job to update the Debugger profiling configuration.</p>
422
+ */
423
+ TrainingJobName: string | undefined;
424
+ /**
425
+ * <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and
426
+ * storage paths.</p>
427
+ */
428
+ ProfilerConfig?: ProfilerConfigForUpdate;
429
+ /**
430
+ * <p>Configuration information for Amazon SageMaker Debugger rules for profiling system and framework
431
+ * metrics.</p>
432
+ */
433
+ ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
434
+ /**
435
+ * <p>The training job <code>ResourceConfig</code> to update warm pool retention
436
+ * length.</p>
437
+ */
438
+ ResourceConfig?: ResourceConfigForUpdate;
439
+ }
440
+ export interface UpdateTrainingJobResponse {
441
+ /**
442
+ * <p>The Amazon Resource Name (ARN) of the training job.</p>
443
+ */
444
+ TrainingJobArn: string | undefined;
445
+ }
446
+ export interface UpdateTrialRequest {
447
+ /**
448
+ * <p>The name of the trial to update.</p>
449
+ */
450
+ TrialName: string | undefined;
451
+ /**
452
+ * <p>The name of the trial as displayed. The name doesn't need to be unique. If
453
+ * <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>
454
+ */
455
+ DisplayName?: string;
456
+ }
457
+ export interface UpdateTrialResponse {
458
+ /**
459
+ * <p>The Amazon Resource Name (ARN) of the trial.</p>
460
+ */
461
+ TrialArn?: string;
462
+ }
463
+ export interface UpdateTrialComponentRequest {
464
+ /**
465
+ * <p>The name of the component to update.</p>
466
+ */
467
+ TrialComponentName: string | undefined;
468
+ /**
469
+ * <p>The name of the component as displayed. The name doesn't need to be unique. If
470
+ * <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is
471
+ * displayed.</p>
472
+ */
473
+ DisplayName?: string;
474
+ /**
475
+ * <p>The new status of the component.</p>
476
+ */
477
+ Status?: TrialComponentStatus;
478
+ /**
479
+ * <p>When the component started.</p>
480
+ */
481
+ StartTime?: Date;
482
+ /**
483
+ * <p>When the component ended.</p>
484
+ */
485
+ EndTime?: Date;
486
+ /**
487
+ * <p>Replaces all of the component's hyperparameters with the specified hyperparameters.</p>
488
+ */
489
+ Parameters?: Record<string, TrialComponentParameterValue>;
490
+ /**
491
+ * <p>The hyperparameters to remove from the component.</p>
492
+ */
493
+ ParametersToRemove?: string[];
494
+ /**
495
+ * <p>Replaces all of the component's input artifacts with the specified artifacts.</p>
496
+ */
497
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
498
+ /**
499
+ * <p>The input artifacts to remove from the component.</p>
500
+ */
501
+ InputArtifactsToRemove?: string[];
502
+ /**
503
+ * <p>Replaces all of the component's output artifacts with the specified artifacts.</p>
504
+ */
505
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
506
+ /**
507
+ * <p>The output artifacts to remove from the component.</p>
508
+ */
509
+ OutputArtifactsToRemove?: string[];
510
+ }
511
+ export interface UpdateTrialComponentResponse {
512
+ /**
513
+ * <p>The Amazon Resource Name (ARN) of the trial component.</p>
514
+ */
515
+ TrialComponentArn?: string;
516
+ }
517
+ export interface UpdateUserProfileRequest {
518
+ /**
519
+ * <p>The domain ID.</p>
520
+ */
521
+ DomainId: string | undefined;
522
+ /**
523
+ * <p>The user profile name.</p>
524
+ */
525
+ UserProfileName: string | undefined;
526
+ /**
527
+ * <p>A collection of settings.</p>
528
+ */
529
+ UserSettings?: UserSettings;
530
+ }
531
+ export interface UpdateUserProfileResponse {
532
+ /**
533
+ * <p>The user profile Amazon Resource Name (ARN).</p>
534
+ */
535
+ UserProfileArn?: string;
536
+ }
537
+ export interface UpdateWorkforceRequest {
538
+ /**
539
+ * <p>The name of the private workforce that you want to update. You can find your workforce
540
+ * name by using the operation.</p>
541
+ */
542
+ WorkforceName: string | undefined;
543
+ /**
544
+ * <p>A list of one to ten worker IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>) that can be used to
545
+ * access tasks assigned to this workforce.</p>
546
+ * <p>Maximum: Ten CIDR values</p>
547
+ */
548
+ SourceIpConfig?: SourceIpConfig;
549
+ /**
550
+ * <p>Use this parameter to update your OIDC Identity Provider (IdP)
551
+ * configuration for a workforce made using your own IdP.</p>
552
+ */
553
+ OidcConfig?: OidcConfig;
554
+ /**
555
+ * <p>Use this parameter to update your VPC configuration for a workforce.</p>
556
+ */
557
+ WorkforceVpcConfig?: WorkforceVpcConfigRequest;
558
+ }
559
+ export interface UpdateWorkforceResponse {
560
+ /**
561
+ * <p>A single private workforce. You can create one private work force in each Amazon Web Services Region. By default,
562
+ * any workforce-related API operation used in a specific region will apply to the
563
+ * workforce created in that region. To learn how to create a private workforce, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html">Create a Private Workforce</a>.</p>
564
+ */
565
+ Workforce: Workforce | undefined;
566
+ }
567
+ export interface UpdateWorkteamRequest {
568
+ /**
569
+ * <p>The name of the work team to update.</p>
570
+ */
571
+ WorkteamName: string | undefined;
572
+ /**
573
+ * <p>A list of <code>MemberDefinition</code> objects that contains objects that identify
574
+ * the workers that make up the work team. </p>
575
+ * <p>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP).
576
+ * For private workforces created using Amazon Cognito use
577
+ * <code>CognitoMemberDefinition</code>. For workforces created using your own OIDC identity
578
+ * provider (IdP) use <code>OidcMemberDefinition</code>. You should not provide input
579
+ * for both of these parameters in a single request.</p>
580
+ * <p>For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito
581
+ * <i>user groups</i> within the user pool used to create a workforce. All of the
582
+ * <code>CognitoMemberDefinition</code> objects that make up the member definition must
583
+ * have the same <code>ClientId</code> and <code>UserPool</code> values. To add a Amazon
584
+ * Cognito user group to an existing worker pool, see <a href="">Adding groups to a User
585
+ * Pool</a>. For more information about user pools, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">Amazon Cognito User
586
+ * Pools</a>.</p>
587
+ * <p>For workforces created using your own OIDC IdP, specify the user groups that you want
588
+ * to include in your private work team in <code>OidcMemberDefinition</code> by listing
589
+ * those groups in <code>Groups</code>. Be aware that user groups that are already in the
590
+ * work team must also be listed in <code>Groups</code> when you make this request to
591
+ * remain on the work team. If you do not include these user groups, they will no longer be
592
+ * associated with the work team you update. </p>
593
+ */
594
+ MemberDefinitions?: MemberDefinition[];
595
+ /**
596
+ * <p>An updated description for the work team.</p>
597
+ */
598
+ Description?: string;
599
+ /**
600
+ * <p>Configures SNS topic notifications for available or expiring work items</p>
601
+ */
602
+ NotificationConfiguration?: NotificationConfiguration;
603
+ }
604
+ export interface UpdateWorkteamResponse {
605
+ /**
606
+ * <p>A <code>Workteam</code> object that describes the updated work team.</p>
607
+ */
608
+ Workteam: Workteam | undefined;
609
+ }
610
+ /**
611
+ * <p>A multi-expression that searches for the specified resource or resources in a search. All resource
612
+ * objects that satisfy the expression's condition are included in the search results. You must specify at
613
+ * least one subexpression, filter, or nested filter. A <code>SearchExpression</code> can contain up to
614
+ * twenty elements.</p>
615
+ * <p>A <code>SearchExpression</code> contains the following components:</p>
616
+ * <ul>
617
+ * <li>
618
+ * <p>A list of <code>Filter</code> objects. Each filter defines a simple Boolean
619
+ * expression comprised of a resource property name, Boolean operator, and
620
+ * value.</p>
621
+ * </li>
622
+ * <li>
623
+ * <p>A list of <code>NestedFilter</code> objects. Each nested filter defines a list
624
+ * of Boolean expressions using a list of resource properties. A nested filter is
625
+ * satisfied if a single object in the list satisfies all Boolean
626
+ * expressions.</p>
627
+ * </li>
628
+ * <li>
629
+ * <p>A list of <code>SearchExpression</code> objects. A search expression object
630
+ * can be nested in a list of search expression objects.</p>
631
+ * </li>
632
+ * <li>
633
+ * <p>A Boolean operator: <code>And</code> or <code>Or</code>.</p>
634
+ * </li>
635
+ * </ul>
636
+ */
637
+ export interface SearchExpression {
638
+ /**
639
+ * <p>A list of filter objects.</p>
640
+ */
641
+ Filters?: Filter[];
642
+ /**
643
+ * <p>A list of nested filter objects.</p>
644
+ */
645
+ NestedFilters?: NestedFilters[];
646
+ /**
647
+ * <p>A list of search expression objects.</p>
648
+ */
649
+ SubExpressions?: SearchExpression[];
650
+ /**
651
+ * <p>A Boolean operator used to evaluate the search expression. If you want every
652
+ * conditional statement in all lists to be satisfied for the entire search expression to
653
+ * be true, specify <code>And</code>. If only a single conditional statement needs to be
654
+ * true for the entire search expression to be true, specify <code>Or</code>. The default
655
+ * value is <code>And</code>.</p>
656
+ */
657
+ Operator?: BooleanOperator | string;
658
+ }
659
+ export interface SearchRequest {
660
+ /**
661
+ * <p>The name of the Amazon SageMaker resource to search for.</p>
662
+ */
663
+ Resource: ResourceType | string | undefined;
664
+ /**
665
+ * <p>A Boolean conditional statement. Resources must satisfy this condition to be
666
+ * included in search results. You must provide at least one subexpression, filter, or
667
+ * nested filter. The maximum number of recursive <code>SubExpressions</code>,
668
+ * <code>NestedFilters</code>, and <code>Filters</code> that can be included in a
669
+ * <code>SearchExpression</code> object is 50.</p>
670
+ */
671
+ SearchExpression?: SearchExpression;
672
+ /**
673
+ * <p>The name of the resource property used to sort the <code>SearchResults</code>. The
674
+ * default is <code>LastModifiedTime</code>.</p>
675
+ */
676
+ SortBy?: string;
677
+ /**
678
+ * <p>How <code>SearchResults</code> are ordered. Valid values are <code>Ascending</code> or
679
+ * <code>Descending</code>. The default is <code>Descending</code>.</p>
680
+ */
681
+ SortOrder?: SearchSortOrder | string;
682
+ /**
683
+ * <p>If more than <code>MaxResults</code> resources match the specified
684
+ * <code>SearchExpression</code>, the response includes a
685
+ * <code>NextToken</code>. The <code>NextToken</code> can be passed to the next
686
+ * <code>SearchRequest</code> to continue retrieving results.</p>
687
+ */
688
+ NextToken?: string;
689
+ /**
690
+ * <p>The maximum number of results to return.</p>
691
+ */
692
+ MaxResults?: number;
693
+ }
694
+ /**
695
+ * @internal
696
+ */
697
+ export declare const UpdateInferenceExperimentRequestFilterSensitiveLog: (obj: UpdateInferenceExperimentRequest) => any;
698
+ /**
699
+ * @internal
700
+ */
701
+ export declare const UpdateInferenceExperimentResponseFilterSensitiveLog: (obj: UpdateInferenceExperimentResponse) => any;
702
+ /**
703
+ * @internal
704
+ */
705
+ export declare const UpdateModelCardRequestFilterSensitiveLog: (obj: UpdateModelCardRequest) => any;
706
+ /**
707
+ * @internal
708
+ */
709
+ export declare const UpdateModelCardResponseFilterSensitiveLog: (obj: UpdateModelCardResponse) => any;
710
+ /**
711
+ * @internal
712
+ */
713
+ export declare const UpdateModelPackageInputFilterSensitiveLog: (obj: UpdateModelPackageInput) => any;
714
+ /**
715
+ * @internal
716
+ */
717
+ export declare const UpdateModelPackageOutputFilterSensitiveLog: (obj: UpdateModelPackageOutput) => any;
718
+ /**
719
+ * @internal
720
+ */
721
+ export declare const UpdateMonitoringAlertRequestFilterSensitiveLog: (obj: UpdateMonitoringAlertRequest) => any;
722
+ /**
723
+ * @internal
724
+ */
725
+ export declare const UpdateMonitoringAlertResponseFilterSensitiveLog: (obj: UpdateMonitoringAlertResponse) => any;
726
+ /**
727
+ * @internal
728
+ */
729
+ export declare const UpdateMonitoringScheduleRequestFilterSensitiveLog: (obj: UpdateMonitoringScheduleRequest) => any;
730
+ /**
731
+ * @internal
732
+ */
733
+ export declare const UpdateMonitoringScheduleResponseFilterSensitiveLog: (obj: UpdateMonitoringScheduleResponse) => any;
734
+ /**
735
+ * @internal
736
+ */
737
+ export declare const UpdateNotebookInstanceInputFilterSensitiveLog: (obj: UpdateNotebookInstanceInput) => any;
738
+ /**
739
+ * @internal
740
+ */
741
+ export declare const UpdateNotebookInstanceOutputFilterSensitiveLog: (obj: UpdateNotebookInstanceOutput) => any;
742
+ /**
743
+ * @internal
744
+ */
745
+ export declare const UpdateNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (obj: UpdateNotebookInstanceLifecycleConfigInput) => any;
746
+ /**
747
+ * @internal
748
+ */
749
+ export declare const UpdateNotebookInstanceLifecycleConfigOutputFilterSensitiveLog: (obj: UpdateNotebookInstanceLifecycleConfigOutput) => any;
750
+ /**
751
+ * @internal
752
+ */
753
+ export declare const UpdatePipelineRequestFilterSensitiveLog: (obj: UpdatePipelineRequest) => any;
754
+ /**
755
+ * @internal
756
+ */
757
+ export declare const UpdatePipelineResponseFilterSensitiveLog: (obj: UpdatePipelineResponse) => any;
758
+ /**
759
+ * @internal
760
+ */
761
+ export declare const UpdatePipelineExecutionRequestFilterSensitiveLog: (obj: UpdatePipelineExecutionRequest) => any;
762
+ /**
763
+ * @internal
764
+ */
765
+ export declare const UpdatePipelineExecutionResponseFilterSensitiveLog: (obj: UpdatePipelineExecutionResponse) => any;
766
+ /**
767
+ * @internal
768
+ */
769
+ export declare const ServiceCatalogProvisioningUpdateDetailsFilterSensitiveLog: (obj: ServiceCatalogProvisioningUpdateDetails) => any;
770
+ /**
771
+ * @internal
772
+ */
773
+ export declare const UpdateProjectInputFilterSensitiveLog: (obj: UpdateProjectInput) => any;
774
+ /**
775
+ * @internal
776
+ */
777
+ export declare const UpdateProjectOutputFilterSensitiveLog: (obj: UpdateProjectOutput) => any;
778
+ /**
779
+ * @internal
780
+ */
781
+ export declare const UpdateSpaceRequestFilterSensitiveLog: (obj: UpdateSpaceRequest) => any;
782
+ /**
783
+ * @internal
784
+ */
785
+ export declare const UpdateSpaceResponseFilterSensitiveLog: (obj: UpdateSpaceResponse) => any;
786
+ /**
787
+ * @internal
788
+ */
789
+ export declare const UpdateTrainingJobRequestFilterSensitiveLog: (obj: UpdateTrainingJobRequest) => any;
790
+ /**
791
+ * @internal
792
+ */
793
+ export declare const UpdateTrainingJobResponseFilterSensitiveLog: (obj: UpdateTrainingJobResponse) => any;
794
+ /**
795
+ * @internal
796
+ */
797
+ export declare const UpdateTrialRequestFilterSensitiveLog: (obj: UpdateTrialRequest) => any;
798
+ /**
799
+ * @internal
800
+ */
801
+ export declare const UpdateTrialResponseFilterSensitiveLog: (obj: UpdateTrialResponse) => any;
802
+ /**
803
+ * @internal
804
+ */
805
+ export declare const UpdateTrialComponentRequestFilterSensitiveLog: (obj: UpdateTrialComponentRequest) => any;
806
+ /**
807
+ * @internal
808
+ */
809
+ export declare const UpdateTrialComponentResponseFilterSensitiveLog: (obj: UpdateTrialComponentResponse) => any;
810
+ /**
811
+ * @internal
812
+ */
813
+ export declare const UpdateUserProfileRequestFilterSensitiveLog: (obj: UpdateUserProfileRequest) => any;
814
+ /**
815
+ * @internal
816
+ */
817
+ export declare const UpdateUserProfileResponseFilterSensitiveLog: (obj: UpdateUserProfileResponse) => any;
818
+ /**
819
+ * @internal
820
+ */
821
+ export declare const UpdateWorkforceRequestFilterSensitiveLog: (obj: UpdateWorkforceRequest) => any;
822
+ /**
823
+ * @internal
824
+ */
825
+ export declare const UpdateWorkforceResponseFilterSensitiveLog: (obj: UpdateWorkforceResponse) => any;
826
+ /**
827
+ * @internal
828
+ */
829
+ export declare const UpdateWorkteamRequestFilterSensitiveLog: (obj: UpdateWorkteamRequest) => any;
830
+ /**
831
+ * @internal
832
+ */
833
+ export declare const UpdateWorkteamResponseFilterSensitiveLog: (obj: UpdateWorkteamResponse) => any;
834
+ /**
835
+ * @internal
836
+ */
837
+ export declare const SearchExpressionFilterSensitiveLog: (obj: SearchExpression) => any;
838
+ /**
839
+ * @internal
840
+ */
841
+ export declare const SearchRequestFilterSensitiveLog: (obj: SearchRequest) => any;