@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
@@ -8,29 +8,17 @@ import {
8
8
  AlgorithmStatusDetails,
9
9
  AlgorithmValidationSpecification,
10
10
  AnnotationConsolidationConfig,
11
- AppNetworkAccessType,
12
- AppSecurityGroupManagement,
13
11
  AppSpecification,
14
12
  AppStatus,
15
13
  AppType,
16
14
  ArtifactSource,
17
15
  AthenaDatasetDefinition,
18
- AuthMode,
19
- AutoMLCandidate,
20
- AutoMLChannel,
21
- AutoMLJobArtifacts,
22
- AutoMLJobCompletionCriteria,
23
- AutoMLJobConfig,
24
- AutoMLJobObjective,
25
- AutoMLJobSecondaryStatus,
26
- AutoMLJobStatus,
27
- AutoMLOutputDataConfig,
28
- AutoMLPartialFailureReason,
29
16
  AwsManagedHumanLoopRequestSource,
30
17
  BatchDataCaptureConfig,
31
18
  BatchStrategy,
32
19
  BatchTransformInput,
33
20
  Bias,
21
+ CaptureContentTypeHeader,
34
22
  CaptureStatus,
35
23
  CategoricalParameter,
36
24
  CategoricalParameterRange,
@@ -39,45 +27,30 @@ import {
39
27
  CognitoConfig,
40
28
  CognitoMemberDefinition,
41
29
  CollectionConfiguration,
42
- CompilationJobStatus,
43
30
  ContainerDefinition,
44
31
  ContentClassifier,
45
- ContextSource,
46
32
  ContinuousParameterRange,
47
- DataQualityAppSpecification,
48
- DataQualityBaselineConfig,
49
- DataQualityJobInput,
33
+ DataCatalogConfig,
50
34
  DeviceSelectionConfig,
51
- DomainSettings,
52
35
  EdgeDeploymentConfig,
53
- EdgeDeploymentModelConfig,
54
- EdgeOutputConfig,
55
- EdgePresetDeploymentType,
56
36
  EndpointInput,
57
37
  FeatureDefinition,
58
- GitConfig,
59
38
  HyperParameterScalingType,
60
39
  HyperParameterTuningJobObjective,
61
40
  InferenceSpecification,
62
- InputConfig,
63
- KernelGatewayImageConfig,
41
+ JupyterServerAppSettings,
42
+ KernelGatewayAppSettings,
64
43
  MetadataProperties,
65
44
  MetricDefinition,
66
45
  MetricsSource,
67
46
  ModelApprovalStatus,
68
- ModelDeployConfig,
69
47
  MonitoringConstraintsResource,
70
48
  MonitoringNetworkConfig,
71
49
  MonitoringOutputConfig,
72
50
  MonitoringResources,
73
51
  MonitoringStatisticsResource,
74
52
  MonitoringStoppingCondition,
75
- NeoVpcConfig,
76
- OfflineStoreConfig,
77
- OnlineStoreConfig,
78
- OutputConfig,
79
53
  OutputDataConfig,
80
- ProblemType,
81
54
  ProcessingInstanceType,
82
55
  ProcessingS3DataDistributionType,
83
56
  ProcessingS3InputMode,
@@ -85,6 +58,7 @@ import {
85
58
  ProductionVariantInstanceType,
86
59
  ResourceConfig,
87
60
  ResourceSpec,
61
+ S3StorageConfig,
88
62
  StoppingCondition,
89
63
  Tag,
90
64
  TrainingInputMode,
@@ -98,6 +72,23 @@ import {
98
72
  UserSettings,
99
73
  VpcConfig,
100
74
  } from "./models_0";
75
+ export declare enum TableFormat {
76
+ GLUE = "Glue",
77
+ ICEBERG = "Iceberg",
78
+ }
79
+ export interface OfflineStoreConfig {
80
+ S3StorageConfig: S3StorageConfig | undefined;
81
+ DisableGlueTableCreation?: boolean;
82
+ DataCatalogConfig?: DataCatalogConfig;
83
+ TableFormat?: TableFormat | string;
84
+ }
85
+ export interface OnlineStoreSecurityConfig {
86
+ KmsKeyId?: string;
87
+ }
88
+ export interface OnlineStoreConfig {
89
+ SecurityConfig?: OnlineStoreSecurityConfig;
90
+ EnableOnlineStore?: boolean;
91
+ }
101
92
  export interface CreateFeatureGroupRequest {
102
93
  FeatureGroupName: string | undefined;
103
94
  RecordIdentifierFeatureName: string | undefined;
@@ -161,6 +152,20 @@ export interface CreateFlowDefinitionRequest {
161
152
  export interface CreateFlowDefinitionResponse {
162
153
  FlowDefinitionArn: string | undefined;
163
154
  }
155
+ export interface HubS3StorageConfig {
156
+ S3OutputPath?: string;
157
+ }
158
+ export interface CreateHubRequest {
159
+ HubName: string | undefined;
160
+ HubDescription: string | undefined;
161
+ HubDisplayName?: string;
162
+ HubSearchKeywords?: string[];
163
+ S3StorageConfig?: HubS3StorageConfig;
164
+ Tags?: Tag[];
165
+ }
166
+ export interface CreateHubResponse {
167
+ HubArn: string | undefined;
168
+ }
164
169
  export interface UiTemplate {
165
170
  Content: string | undefined;
166
171
  }
@@ -300,6 +305,129 @@ export interface CreateImageVersionRequest {
300
305
  export interface CreateImageVersionResponse {
301
306
  ImageVersionArn?: string;
302
307
  }
308
+ export interface InferenceExperimentDataStorageConfig {
309
+ Destination: string | undefined;
310
+ KmsKey?: string;
311
+ ContentType?: CaptureContentTypeHeader;
312
+ }
313
+ export declare enum ModelInfrastructureType {
314
+ REAL_TIME_INFERENCE = "RealTimeInference",
315
+ }
316
+ export declare enum _InstanceType {
317
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
318
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
319
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
320
+ ML_C4_XLARGE = "ml.c4.xlarge",
321
+ ML_C5D_18XLARGE = "ml.c5d.18xlarge",
322
+ ML_C5D_2XLARGE = "ml.c5d.2xlarge",
323
+ ML_C5D_4XLARGE = "ml.c5d.4xlarge",
324
+ ML_C5D_9XLARGE = "ml.c5d.9xlarge",
325
+ ML_C5D_XLARGE = "ml.c5d.xlarge",
326
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
327
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
328
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
329
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
330
+ ML_C5_XLARGE = "ml.c5.xlarge",
331
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
332
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
333
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
334
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
335
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
336
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
337
+ ML_G5_12XLARGE = "ml.g5.12xlarge",
338
+ ML_G5_16XLARGE = "ml.g5.16xlarge",
339
+ ML_G5_24XLARGE = "ml.g5.24xlarge",
340
+ ML_G5_2XLARGE = "ml.g5.2xlarge",
341
+ ML_G5_48XLARGE = "ml.g5.48xlarge",
342
+ ML_G5_4XLARGE = "ml.g5.4xlarge",
343
+ ML_G5_8XLARGE = "ml.g5.8xlarge",
344
+ ML_G5_XLARGE = "ml.g5.xlarge",
345
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
346
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
347
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
348
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
349
+ ML_M4_XLARGE = "ml.m4.xlarge",
350
+ ML_M5D_12XLARGE = "ml.m5d.12xlarge",
351
+ ML_M5D_16XLARGE = "ml.m5d.16xlarge",
352
+ ML_M5D_24XLARGE = "ml.m5d.24xlarge",
353
+ ML_M5D_2XLARGE = "ml.m5d.2xlarge",
354
+ ML_M5D_4XLARGE = "ml.m5d.4xlarge",
355
+ ML_M5D_8XLARGE = "ml.m5d.8xlarge",
356
+ ML_M5D_LARGE = "ml.m5d.large",
357
+ ML_M5D_XLARGE = "ml.m5d.xlarge",
358
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
359
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
360
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
361
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
362
+ ML_M5_XLARGE = "ml.m5.xlarge",
363
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
364
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
365
+ ML_P2_XLARGE = "ml.p2.xlarge",
366
+ ML_P3DN_24XLARGE = "ml.p3dn.24xlarge",
367
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
368
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
369
+ ML_P3_8XLARGE = "ml.p3.8xlarge",
370
+ ML_R5_12XLARGE = "ml.r5.12xlarge",
371
+ ML_R5_16XLARGE = "ml.r5.16xlarge",
372
+ ML_R5_24XLARGE = "ml.r5.24xlarge",
373
+ ML_R5_2XLARGE = "ml.r5.2xlarge",
374
+ ML_R5_4XLARGE = "ml.r5.4xlarge",
375
+ ML_R5_8XLARGE = "ml.r5.8xlarge",
376
+ ML_R5_LARGE = "ml.r5.large",
377
+ ML_R5_XLARGE = "ml.r5.xlarge",
378
+ ML_T2_2XLARGE = "ml.t2.2xlarge",
379
+ ML_T2_LARGE = "ml.t2.large",
380
+ ML_T2_MEDIUM = "ml.t2.medium",
381
+ ML_T2_XLARGE = "ml.t2.xlarge",
382
+ ML_T3_2XLARGE = "ml.t3.2xlarge",
383
+ ML_T3_LARGE = "ml.t3.large",
384
+ ML_T3_MEDIUM = "ml.t3.medium",
385
+ ML_T3_XLARGE = "ml.t3.xlarge",
386
+ }
387
+ export interface RealTimeInferenceConfig {
388
+ InstanceType: _InstanceType | string | undefined;
389
+ InstanceCount: number | undefined;
390
+ }
391
+ export interface ModelInfrastructureConfig {
392
+ InfrastructureType: ModelInfrastructureType | string | undefined;
393
+ RealTimeInferenceConfig: RealTimeInferenceConfig | undefined;
394
+ }
395
+ export interface ModelVariantConfig {
396
+ ModelName: string | undefined;
397
+ VariantName: string | undefined;
398
+ InfrastructureConfig: ModelInfrastructureConfig | undefined;
399
+ }
400
+ export interface InferenceExperimentSchedule {
401
+ StartTime?: Date;
402
+ EndTime?: Date;
403
+ }
404
+ export interface ShadowModelVariantConfig {
405
+ ShadowModelVariantName: string | undefined;
406
+ SamplingPercentage: number | undefined;
407
+ }
408
+ export interface ShadowModeConfig {
409
+ SourceModelVariantName: string | undefined;
410
+ ShadowModelVariants: ShadowModelVariantConfig[] | undefined;
411
+ }
412
+ export declare enum InferenceExperimentType {
413
+ SHADOW_MODE = "ShadowMode",
414
+ }
415
+ export interface CreateInferenceExperimentRequest {
416
+ Name: string | undefined;
417
+ Type: InferenceExperimentType | string | undefined;
418
+ Schedule?: InferenceExperimentSchedule;
419
+ Description?: string;
420
+ RoleArn: string | undefined;
421
+ EndpointName: string | undefined;
422
+ ModelVariants: ModelVariantConfig[] | undefined;
423
+ DataStorageConfig?: InferenceExperimentDataStorageConfig;
424
+ ShadowModeConfig: ShadowModeConfig | undefined;
425
+ KmsKey?: string;
426
+ Tags?: Tag[];
427
+ }
428
+ export interface CreateInferenceExperimentResponse {
429
+ InferenceExperimentArn: string | undefined;
430
+ }
303
431
  export interface RecommendationJobPayloadConfig {
304
432
  SamplePayloadUrl?: string;
305
433
  SupportedContentTypes?: string[];
@@ -502,6 +630,37 @@ export interface CreateModelBiasJobDefinitionRequest {
502
630
  export interface CreateModelBiasJobDefinitionResponse {
503
631
  JobDefinitionArn: string | undefined;
504
632
  }
633
+ export declare enum ModelCardStatus {
634
+ APPROVED = "Approved",
635
+ ARCHIVED = "Archived",
636
+ DRAFT = "Draft",
637
+ PENDINGREVIEW = "PendingReview",
638
+ }
639
+ export interface ModelCardSecurityConfig {
640
+ KmsKeyId?: string;
641
+ }
642
+ export interface CreateModelCardRequest {
643
+ ModelCardName: string | undefined;
644
+ SecurityConfig?: ModelCardSecurityConfig;
645
+ Content: string | undefined;
646
+ ModelCardStatus: ModelCardStatus | string | undefined;
647
+ Tags?: Tag[];
648
+ }
649
+ export interface CreateModelCardResponse {
650
+ ModelCardArn: string | undefined;
651
+ }
652
+ export interface ModelCardExportOutputConfig {
653
+ S3OutputPath: string | undefined;
654
+ }
655
+ export interface CreateModelCardExportJobRequest {
656
+ ModelCardName: string | undefined;
657
+ ModelCardVersion?: number;
658
+ ModelCardExportJobName: string | undefined;
659
+ OutputConfig: ModelCardExportOutputConfig | undefined;
660
+ }
661
+ export interface CreateModelCardExportJobResponse {
662
+ ModelCardExportJobArn: string | undefined;
663
+ }
505
664
  export interface ModelExplainabilityAppSpecification {
506
665
  ImageUri: string | undefined;
507
666
  ConfigUri: string | undefined;
@@ -731,77 +890,6 @@ export declare enum DirectInternetAccess {
731
890
  export interface InstanceMetadataServiceConfiguration {
732
891
  MinimumInstanceMetadataServiceVersion: string | undefined;
733
892
  }
734
- export declare enum _InstanceType {
735
- ML_C4_2XLARGE = "ml.c4.2xlarge",
736
- ML_C4_4XLARGE = "ml.c4.4xlarge",
737
- ML_C4_8XLARGE = "ml.c4.8xlarge",
738
- ML_C4_XLARGE = "ml.c4.xlarge",
739
- ML_C5D_18XLARGE = "ml.c5d.18xlarge",
740
- ML_C5D_2XLARGE = "ml.c5d.2xlarge",
741
- ML_C5D_4XLARGE = "ml.c5d.4xlarge",
742
- ML_C5D_9XLARGE = "ml.c5d.9xlarge",
743
- ML_C5D_XLARGE = "ml.c5d.xlarge",
744
- ML_C5_18XLARGE = "ml.c5.18xlarge",
745
- ML_C5_2XLARGE = "ml.c5.2xlarge",
746
- ML_C5_4XLARGE = "ml.c5.4xlarge",
747
- ML_C5_9XLARGE = "ml.c5.9xlarge",
748
- ML_C5_XLARGE = "ml.c5.xlarge",
749
- ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
750
- ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
751
- ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
752
- ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
753
- ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
754
- ML_G4DN_XLARGE = "ml.g4dn.xlarge",
755
- ML_G5_12XLARGE = "ml.g5.12xlarge",
756
- ML_G5_16XLARGE = "ml.g5.16xlarge",
757
- ML_G5_24XLARGE = "ml.g5.24xlarge",
758
- ML_G5_2XLARGE = "ml.g5.2xlarge",
759
- ML_G5_48XLARGE = "ml.g5.48xlarge",
760
- ML_G5_4XLARGE = "ml.g5.4xlarge",
761
- ML_G5_8XLARGE = "ml.g5.8xlarge",
762
- ML_G5_XLARGE = "ml.g5.xlarge",
763
- ML_M4_10XLARGE = "ml.m4.10xlarge",
764
- ML_M4_16XLARGE = "ml.m4.16xlarge",
765
- ML_M4_2XLARGE = "ml.m4.2xlarge",
766
- ML_M4_4XLARGE = "ml.m4.4xlarge",
767
- ML_M4_XLARGE = "ml.m4.xlarge",
768
- ML_M5D_12XLARGE = "ml.m5d.12xlarge",
769
- ML_M5D_16XLARGE = "ml.m5d.16xlarge",
770
- ML_M5D_24XLARGE = "ml.m5d.24xlarge",
771
- ML_M5D_2XLARGE = "ml.m5d.2xlarge",
772
- ML_M5D_4XLARGE = "ml.m5d.4xlarge",
773
- ML_M5D_8XLARGE = "ml.m5d.8xlarge",
774
- ML_M5D_LARGE = "ml.m5d.large",
775
- ML_M5D_XLARGE = "ml.m5d.xlarge",
776
- ML_M5_12XLARGE = "ml.m5.12xlarge",
777
- ML_M5_24XLARGE = "ml.m5.24xlarge",
778
- ML_M5_2XLARGE = "ml.m5.2xlarge",
779
- ML_M5_4XLARGE = "ml.m5.4xlarge",
780
- ML_M5_XLARGE = "ml.m5.xlarge",
781
- ML_P2_16XLARGE = "ml.p2.16xlarge",
782
- ML_P2_8XLARGE = "ml.p2.8xlarge",
783
- ML_P2_XLARGE = "ml.p2.xlarge",
784
- ML_P3DN_24XLARGE = "ml.p3dn.24xlarge",
785
- ML_P3_16XLARGE = "ml.p3.16xlarge",
786
- ML_P3_2XLARGE = "ml.p3.2xlarge",
787
- ML_P3_8XLARGE = "ml.p3.8xlarge",
788
- ML_R5_12XLARGE = "ml.r5.12xlarge",
789
- ML_R5_16XLARGE = "ml.r5.16xlarge",
790
- ML_R5_24XLARGE = "ml.r5.24xlarge",
791
- ML_R5_2XLARGE = "ml.r5.2xlarge",
792
- ML_R5_4XLARGE = "ml.r5.4xlarge",
793
- ML_R5_8XLARGE = "ml.r5.8xlarge",
794
- ML_R5_LARGE = "ml.r5.large",
795
- ML_R5_XLARGE = "ml.r5.xlarge",
796
- ML_T2_2XLARGE = "ml.t2.2xlarge",
797
- ML_T2_LARGE = "ml.t2.large",
798
- ML_T2_MEDIUM = "ml.t2.medium",
799
- ML_T2_XLARGE = "ml.t2.xlarge",
800
- ML_T3_2XLARGE = "ml.t3.2xlarge",
801
- ML_T3_LARGE = "ml.t3.large",
802
- ML_T3_MEDIUM = "ml.t3.medium",
803
- ML_T3_XLARGE = "ml.t3.xlarge",
804
- }
805
893
  export declare enum RootAccess {
806
894
  DISABLED = "Disabled",
807
895
  ENABLED = "Enabled",
@@ -865,6 +953,7 @@ export interface CreatePresignedDomainUrlRequest {
865
953
  UserProfileName: string | undefined;
866
954
  SessionExpirationDurationInSeconds?: number;
867
955
  ExpiresInSeconds?: number;
956
+ SpaceName?: string;
868
957
  }
869
958
  export interface CreatePresignedDomainUrlResponse {
870
959
  AuthorizedUrl?: string;
@@ -880,6 +969,7 @@ export interface ExperimentConfig {
880
969
  ExperimentName?: string;
881
970
  TrialName?: string;
882
971
  TrialComponentDisplayName?: string;
972
+ RunName?: string;
883
973
  }
884
974
  export declare enum DataDistributionType {
885
975
  FULLYREPLICATED = "FullyReplicated",
@@ -1008,6 +1098,19 @@ export interface CreateProjectOutput {
1008
1098
  ProjectArn: string | undefined;
1009
1099
  ProjectId: string | undefined;
1010
1100
  }
1101
+ export interface SpaceSettings {
1102
+ JupyterServerAppSettings?: JupyterServerAppSettings;
1103
+ KernelGatewayAppSettings?: KernelGatewayAppSettings;
1104
+ }
1105
+ export interface CreateSpaceRequest {
1106
+ DomainId: string | undefined;
1107
+ SpaceName: string | undefined;
1108
+ Tags?: Tag[];
1109
+ SpaceSettings?: SpaceSettings;
1110
+ }
1111
+ export interface CreateSpaceResponse {
1112
+ SpaceArn?: string;
1113
+ }
1011
1114
  export declare enum StudioLifecycleConfigAppType {
1012
1115
  JupyterServer = "JupyterServer",
1013
1116
  KernelGateway = "KernelGateway",
@@ -1281,9 +1384,10 @@ export interface DeleteAlgorithmInput {
1281
1384
  }
1282
1385
  export interface DeleteAppRequest {
1283
1386
  DomainId: string | undefined;
1284
- UserProfileName: string | undefined;
1387
+ UserProfileName?: string;
1285
1388
  AppType: AppType | string | undefined;
1286
1389
  AppName: string | undefined;
1390
+ SpaceName?: string;
1287
1391
  }
1288
1392
  export interface DeleteAppImageConfigRequest {
1289
1393
  AppImageConfigName: string | undefined;
@@ -1355,6 +1459,19 @@ export interface DeleteFlowDefinitionRequest {
1355
1459
  FlowDefinitionName: string | undefined;
1356
1460
  }
1357
1461
  export interface DeleteFlowDefinitionResponse {}
1462
+ export interface DeleteHubRequest {
1463
+ HubName: string | undefined;
1464
+ }
1465
+ export declare enum HubContentType {
1466
+ MODEL = "Model",
1467
+ NOTEBOOK = "Notebook",
1468
+ }
1469
+ export interface DeleteHubContentRequest {
1470
+ HubName: string | undefined;
1471
+ HubContentType: HubContentType | string | undefined;
1472
+ HubContentName: string | undefined;
1473
+ HubContentVersion: string | undefined;
1474
+ }
1358
1475
  export interface DeleteHumanTaskUiRequest {
1359
1476
  HumanTaskUiName: string | undefined;
1360
1477
  }
@@ -1368,12 +1485,21 @@ export interface DeleteImageVersionRequest {
1368
1485
  Version: number | undefined;
1369
1486
  }
1370
1487
  export interface DeleteImageVersionResponse {}
1488
+ export interface DeleteInferenceExperimentRequest {
1489
+ Name: string | undefined;
1490
+ }
1491
+ export interface DeleteInferenceExperimentResponse {
1492
+ InferenceExperimentArn: string | undefined;
1493
+ }
1371
1494
  export interface DeleteModelInput {
1372
1495
  ModelName: string | undefined;
1373
1496
  }
1374
1497
  export interface DeleteModelBiasJobDefinitionRequest {
1375
1498
  JobDefinitionName: string | undefined;
1376
1499
  }
1500
+ export interface DeleteModelCardRequest {
1501
+ ModelCardName: string | undefined;
1502
+ }
1377
1503
  export interface DeleteModelExplainabilityJobDefinitionRequest {
1378
1504
  JobDefinitionName: string | undefined;
1379
1505
  }
@@ -1408,6 +1534,10 @@ export interface DeletePipelineResponse {
1408
1534
  export interface DeleteProjectInput {
1409
1535
  ProjectName: string | undefined;
1410
1536
  }
1537
+ export interface DeleteSpaceRequest {
1538
+ DomainId: string | undefined;
1539
+ SpaceName: string | undefined;
1540
+ }
1411
1541
  export interface DeleteStudioLifecycleConfigRequest {
1412
1542
  StudioLifecycleConfigName: string | undefined;
1413
1543
  }
@@ -1511,9 +1641,10 @@ export interface DescribeAlgorithmOutput {
1511
1641
  }
1512
1642
  export interface DescribeAppRequest {
1513
1643
  DomainId: string | undefined;
1514
- UserProfileName: string | undefined;
1644
+ UserProfileName?: string;
1515
1645
  AppType: AppType | string | undefined;
1516
1646
  AppName: string | undefined;
1647
+ SpaceName?: string;
1517
1648
  }
1518
1649
  export interface DescribeAppResponse {
1519
1650
  AppArn?: string;
@@ -1527,277 +1658,17 @@ export interface DescribeAppResponse {
1527
1658
  CreationTime?: Date;
1528
1659
  FailureReason?: string;
1529
1660
  ResourceSpec?: ResourceSpec;
1661
+ SpaceName?: string;
1530
1662
  }
1531
- export interface DescribeAppImageConfigRequest {
1532
- AppImageConfigName: string | undefined;
1533
- }
1534
- export interface DescribeAppImageConfigResponse {
1535
- AppImageConfigArn?: string;
1536
- AppImageConfigName?: string;
1537
- CreationTime?: Date;
1538
- LastModifiedTime?: Date;
1539
- KernelGatewayImageConfig?: KernelGatewayImageConfig;
1540
- }
1541
- export interface DescribeArtifactRequest {
1542
- ArtifactArn: string | undefined;
1543
- }
1544
- export interface DescribeArtifactResponse {
1545
- ArtifactName?: string;
1546
- ArtifactArn?: string;
1547
- Source?: ArtifactSource;
1548
- ArtifactType?: string;
1549
- Properties?: Record<string, string>;
1550
- CreationTime?: Date;
1551
- CreatedBy?: UserContext;
1552
- LastModifiedTime?: Date;
1553
- LastModifiedBy?: UserContext;
1554
- MetadataProperties?: MetadataProperties;
1555
- LineageGroupArn?: string;
1556
- }
1557
- export interface DescribeAutoMLJobRequest {
1558
- AutoMLJobName: string | undefined;
1559
- }
1560
- export interface ModelDeployResult {
1561
- EndpointName?: string;
1562
- }
1563
- export interface ResolvedAttributes {
1564
- AutoMLJobObjective?: AutoMLJobObjective;
1565
- ProblemType?: ProblemType | string;
1566
- CompletionCriteria?: AutoMLJobCompletionCriteria;
1567
- }
1568
- export interface DescribeAutoMLJobResponse {
1569
- AutoMLJobName: string | undefined;
1570
- AutoMLJobArn: string | undefined;
1571
- InputDataConfig: AutoMLChannel[] | undefined;
1572
- OutputDataConfig: AutoMLOutputDataConfig | undefined;
1573
- RoleArn: string | undefined;
1574
- AutoMLJobObjective?: AutoMLJobObjective;
1575
- ProblemType?: ProblemType | string;
1576
- AutoMLJobConfig?: AutoMLJobConfig;
1577
- CreationTime: Date | undefined;
1578
- EndTime?: Date;
1579
- LastModifiedTime: Date | undefined;
1580
- FailureReason?: string;
1581
- PartialFailureReasons?: AutoMLPartialFailureReason[];
1582
- BestCandidate?: AutoMLCandidate;
1583
- AutoMLJobStatus: AutoMLJobStatus | string | undefined;
1584
- AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | string | undefined;
1585
- GenerateCandidateDefinitionsOnly?: boolean;
1586
- AutoMLJobArtifacts?: AutoMLJobArtifacts;
1587
- ResolvedAttributes?: ResolvedAttributes;
1588
- ModelDeployConfig?: ModelDeployConfig;
1589
- ModelDeployResult?: ModelDeployResult;
1590
- }
1591
- export interface DescribeCodeRepositoryInput {
1592
- CodeRepositoryName: string | undefined;
1593
- }
1594
- export interface DescribeCodeRepositoryOutput {
1595
- CodeRepositoryName: string | undefined;
1596
- CodeRepositoryArn: string | undefined;
1597
- CreationTime: Date | undefined;
1598
- LastModifiedTime: Date | undefined;
1599
- GitConfig?: GitConfig;
1600
- }
1601
- export interface DescribeCompilationJobRequest {
1602
- CompilationJobName: string | undefined;
1603
- }
1604
- export interface ModelArtifacts {
1605
- S3ModelArtifacts: string | undefined;
1606
- }
1607
- export interface ModelDigests {
1608
- ArtifactDigest?: string;
1609
- }
1610
- export interface DescribeCompilationJobResponse {
1611
- CompilationJobName: string | undefined;
1612
- CompilationJobArn: string | undefined;
1613
- CompilationJobStatus: CompilationJobStatus | string | undefined;
1614
- CompilationStartTime?: Date;
1615
- CompilationEndTime?: Date;
1616
- StoppingCondition: StoppingCondition | undefined;
1617
- InferenceImage?: string;
1618
- ModelPackageVersionArn?: string;
1619
- CreationTime: Date | undefined;
1620
- LastModifiedTime: Date | undefined;
1621
- FailureReason: string | undefined;
1622
- ModelArtifacts: ModelArtifacts | undefined;
1623
- ModelDigests?: ModelDigests;
1624
- RoleArn: string | undefined;
1625
- InputConfig: InputConfig | undefined;
1626
- OutputConfig: OutputConfig | undefined;
1627
- VpcConfig?: NeoVpcConfig;
1628
- }
1629
- export interface DescribeContextRequest {
1630
- ContextName: string | undefined;
1631
- }
1632
- export interface DescribeContextResponse {
1633
- ContextName?: string;
1634
- ContextArn?: string;
1635
- Source?: ContextSource;
1636
- ContextType?: string;
1637
- Description?: string;
1638
- Properties?: Record<string, string>;
1639
- CreationTime?: Date;
1640
- CreatedBy?: UserContext;
1641
- LastModifiedTime?: Date;
1642
- LastModifiedBy?: UserContext;
1643
- LineageGroupArn?: string;
1644
- }
1645
- export interface DescribeDataQualityJobDefinitionRequest {
1646
- JobDefinitionName: string | undefined;
1647
- }
1648
- export interface DescribeDataQualityJobDefinitionResponse {
1649
- JobDefinitionArn: string | undefined;
1650
- JobDefinitionName: string | undefined;
1651
- CreationTime: Date | undefined;
1652
- DataQualityBaselineConfig?: DataQualityBaselineConfig;
1653
- DataQualityAppSpecification: DataQualityAppSpecification | undefined;
1654
- DataQualityJobInput: DataQualityJobInput | undefined;
1655
- DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
1656
- JobResources: MonitoringResources | undefined;
1657
- NetworkConfig?: MonitoringNetworkConfig;
1658
- RoleArn: string | undefined;
1659
- StoppingCondition?: MonitoringStoppingCondition;
1660
- }
1661
- export interface DescribeDeviceRequest {
1662
- NextToken?: string;
1663
- DeviceName: string | undefined;
1664
- DeviceFleetName: string | undefined;
1665
- }
1666
- export interface EdgeModel {
1667
- ModelName: string | undefined;
1668
- ModelVersion: string | undefined;
1669
- LatestSampleTime?: Date;
1670
- LatestInference?: Date;
1671
- }
1672
- export interface DescribeDeviceResponse {
1673
- DeviceArn?: string;
1674
- DeviceName: string | undefined;
1675
- Description?: string;
1676
- DeviceFleetName: string | undefined;
1677
- IotThingName?: string;
1678
- RegistrationTime: Date | undefined;
1679
- LatestHeartbeat?: Date;
1680
- Models?: EdgeModel[];
1681
- MaxModels?: number;
1682
- NextToken?: string;
1683
- AgentVersion?: string;
1684
- }
1685
- export interface DescribeDeviceFleetRequest {
1686
- DeviceFleetName: string | undefined;
1687
- }
1688
- export interface DescribeDeviceFleetResponse {
1689
- DeviceFleetName: string | undefined;
1690
- DeviceFleetArn: string | undefined;
1691
- OutputConfig: EdgeOutputConfig | undefined;
1692
- Description?: string;
1693
- CreationTime: Date | undefined;
1694
- LastModifiedTime: Date | undefined;
1695
- RoleArn?: string;
1696
- IotRoleAlias?: string;
1697
- }
1698
- export interface DescribeDomainRequest {
1699
- DomainId: string | undefined;
1700
- }
1701
- export declare enum DomainStatus {
1702
- Delete_Failed = "Delete_Failed",
1703
- Deleting = "Deleting",
1704
- Failed = "Failed",
1705
- InService = "InService",
1706
- Pending = "Pending",
1707
- Update_Failed = "Update_Failed",
1708
- Updating = "Updating",
1709
- }
1710
- export interface DescribeDomainResponse {
1711
- DomainArn?: string;
1712
- DomainId?: string;
1713
- DomainName?: string;
1714
- HomeEfsFileSystemId?: string;
1715
- SingleSignOnManagedApplicationInstanceId?: string;
1716
- Status?: DomainStatus | string;
1717
- CreationTime?: Date;
1718
- LastModifiedTime?: Date;
1719
- FailureReason?: string;
1720
- AuthMode?: AuthMode | string;
1721
- DefaultUserSettings?: UserSettings;
1722
- AppNetworkAccessType?: AppNetworkAccessType | string;
1723
- HomeEfsFileSystemKmsKeyId?: string;
1724
- SubnetIds?: string[];
1725
- Url?: string;
1726
- VpcId?: string;
1727
- KmsKeyId?: string;
1728
- DomainSettings?: DomainSettings;
1729
- AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
1730
- SecurityGroupIdForDomainBoundary?: string;
1731
- }
1732
- export interface DescribeEdgeDeploymentPlanRequest {
1733
- EdgeDeploymentPlanName: string | undefined;
1734
- NextToken?: string;
1735
- MaxResults?: number;
1736
- }
1737
- export interface DescribeEdgeDeploymentPlanResponse {
1738
- EdgeDeploymentPlanArn: string | undefined;
1739
- EdgeDeploymentPlanName: string | undefined;
1740
- ModelConfigs: EdgeDeploymentModelConfig[] | undefined;
1741
- DeviceFleetName: string | undefined;
1742
- EdgeDeploymentSuccess?: number;
1743
- EdgeDeploymentPending?: number;
1744
- EdgeDeploymentFailed?: number;
1745
- Stages: DeploymentStageStatusSummary[] | undefined;
1746
- NextToken?: string;
1747
- CreationTime?: Date;
1748
- LastModifiedTime?: Date;
1749
- }
1750
- export interface DescribeEdgePackagingJobRequest {
1751
- EdgePackagingJobName: string | undefined;
1752
- }
1753
- export declare enum EdgePackagingJobStatus {
1754
- Completed = "COMPLETED",
1755
- Failed = "FAILED",
1756
- InProgress = "INPROGRESS",
1757
- Starting = "STARTING",
1758
- Stopped = "STOPPED",
1759
- Stopping = "STOPPING",
1760
- }
1761
- export declare enum EdgePresetDeploymentStatus {
1762
- Completed = "COMPLETED",
1763
- Failed = "FAILED",
1764
- }
1765
- export interface EdgePresetDeploymentOutput {
1766
- Type: EdgePresetDeploymentType | string | undefined;
1767
- Artifact?: string;
1768
- Status?: EdgePresetDeploymentStatus | string;
1769
- StatusMessage?: string;
1770
- }
1771
- export interface DescribeEdgePackagingJobResponse {
1772
- EdgePackagingJobArn: string | undefined;
1773
- EdgePackagingJobName: string | undefined;
1774
- CompilationJobName?: string;
1775
- ModelName?: string;
1776
- ModelVersion?: string;
1777
- RoleArn?: string;
1778
- OutputConfig?: EdgeOutputConfig;
1779
- ResourceKey?: string;
1780
- EdgePackagingJobStatus: EdgePackagingJobStatus | string | undefined;
1781
- EdgePackagingJobStatusMessage?: string;
1782
- CreationTime?: Date;
1783
- LastModifiedTime?: Date;
1784
- ModelArtifact?: string;
1785
- ModelSignature?: string;
1786
- PresetDeploymentOutput?: EdgePresetDeploymentOutput;
1787
- }
1788
- export interface DescribeEndpointInput {
1789
- EndpointName: string | undefined;
1790
- }
1791
- export declare enum EndpointStatus {
1792
- CREATING = "Creating",
1793
- DELETING = "Deleting",
1794
- FAILED = "Failed",
1795
- IN_SERVICE = "InService",
1796
- OUT_OF_SERVICE = "OutOfService",
1797
- ROLLING_BACK = "RollingBack",
1798
- SYSTEM_UPDATING = "SystemUpdating",
1799
- UPDATING = "Updating",
1800
- }
1663
+ export declare const OfflineStoreConfigFilterSensitiveLog: (
1664
+ obj: OfflineStoreConfig
1665
+ ) => any;
1666
+ export declare const OnlineStoreSecurityConfigFilterSensitiveLog: (
1667
+ obj: OnlineStoreSecurityConfig
1668
+ ) => any;
1669
+ export declare const OnlineStoreConfigFilterSensitiveLog: (
1670
+ obj: OnlineStoreConfig
1671
+ ) => any;
1801
1672
  export declare const CreateFeatureGroupRequestFilterSensitiveLog: (
1802
1673
  obj: CreateFeatureGroupRequest
1803
1674
  ) => any;
@@ -1829,6 +1700,15 @@ export declare const CreateFlowDefinitionRequestFilterSensitiveLog: (
1829
1700
  export declare const CreateFlowDefinitionResponseFilterSensitiveLog: (
1830
1701
  obj: CreateFlowDefinitionResponse
1831
1702
  ) => any;
1703
+ export declare const HubS3StorageConfigFilterSensitiveLog: (
1704
+ obj: HubS3StorageConfig
1705
+ ) => any;
1706
+ export declare const CreateHubRequestFilterSensitiveLog: (
1707
+ obj: CreateHubRequest
1708
+ ) => any;
1709
+ export declare const CreateHubResponseFilterSensitiveLog: (
1710
+ obj: CreateHubResponse
1711
+ ) => any;
1832
1712
  export declare const UiTemplateFilterSensitiveLog: (obj: UiTemplate) => any;
1833
1713
  export declare const CreateHumanTaskUiRequestFilterSensitiveLog: (
1834
1714
  obj: CreateHumanTaskUiRequest
@@ -1896,6 +1776,33 @@ export declare const CreateImageVersionRequestFilterSensitiveLog: (
1896
1776
  export declare const CreateImageVersionResponseFilterSensitiveLog: (
1897
1777
  obj: CreateImageVersionResponse
1898
1778
  ) => any;
1779
+ export declare const InferenceExperimentDataStorageConfigFilterSensitiveLog: (
1780
+ obj: InferenceExperimentDataStorageConfig
1781
+ ) => any;
1782
+ export declare const RealTimeInferenceConfigFilterSensitiveLog: (
1783
+ obj: RealTimeInferenceConfig
1784
+ ) => any;
1785
+ export declare const ModelInfrastructureConfigFilterSensitiveLog: (
1786
+ obj: ModelInfrastructureConfig
1787
+ ) => any;
1788
+ export declare const ModelVariantConfigFilterSensitiveLog: (
1789
+ obj: ModelVariantConfig
1790
+ ) => any;
1791
+ export declare const InferenceExperimentScheduleFilterSensitiveLog: (
1792
+ obj: InferenceExperimentSchedule
1793
+ ) => any;
1794
+ export declare const ShadowModelVariantConfigFilterSensitiveLog: (
1795
+ obj: ShadowModelVariantConfig
1796
+ ) => any;
1797
+ export declare const ShadowModeConfigFilterSensitiveLog: (
1798
+ obj: ShadowModeConfig
1799
+ ) => any;
1800
+ export declare const CreateInferenceExperimentRequestFilterSensitiveLog: (
1801
+ obj: CreateInferenceExperimentRequest
1802
+ ) => any;
1803
+ export declare const CreateInferenceExperimentResponseFilterSensitiveLog: (
1804
+ obj: CreateInferenceExperimentResponse
1805
+ ) => any;
1899
1806
  export declare const RecommendationJobPayloadConfigFilterSensitiveLog: (
1900
1807
  obj: RecommendationJobPayloadConfig
1901
1808
  ) => any;
@@ -2001,6 +1908,24 @@ export declare const CreateModelBiasJobDefinitionRequestFilterSensitiveLog: (
2001
1908
  export declare const CreateModelBiasJobDefinitionResponseFilterSensitiveLog: (
2002
1909
  obj: CreateModelBiasJobDefinitionResponse
2003
1910
  ) => any;
1911
+ export declare const ModelCardSecurityConfigFilterSensitiveLog: (
1912
+ obj: ModelCardSecurityConfig
1913
+ ) => any;
1914
+ export declare const CreateModelCardRequestFilterSensitiveLog: (
1915
+ obj: CreateModelCardRequest
1916
+ ) => any;
1917
+ export declare const CreateModelCardResponseFilterSensitiveLog: (
1918
+ obj: CreateModelCardResponse
1919
+ ) => any;
1920
+ export declare const ModelCardExportOutputConfigFilterSensitiveLog: (
1921
+ obj: ModelCardExportOutputConfig
1922
+ ) => any;
1923
+ export declare const CreateModelCardExportJobRequestFilterSensitiveLog: (
1924
+ obj: CreateModelCardExportJobRequest
1925
+ ) => any;
1926
+ export declare const CreateModelCardExportJobResponseFilterSensitiveLog: (
1927
+ obj: CreateModelCardExportJobResponse
1928
+ ) => any;
2004
1929
  export declare const ModelExplainabilityAppSpecificationFilterSensitiveLog: (
2005
1930
  obj: ModelExplainabilityAppSpecification
2006
1931
  ) => any;
@@ -2202,6 +2127,15 @@ export declare const CreateProjectInputFilterSensitiveLog: (
2202
2127
  export declare const CreateProjectOutputFilterSensitiveLog: (
2203
2128
  obj: CreateProjectOutput
2204
2129
  ) => any;
2130
+ export declare const SpaceSettingsFilterSensitiveLog: (
2131
+ obj: SpaceSettings
2132
+ ) => any;
2133
+ export declare const CreateSpaceRequestFilterSensitiveLog: (
2134
+ obj: CreateSpaceRequest
2135
+ ) => any;
2136
+ export declare const CreateSpaceResponseFilterSensitiveLog: (
2137
+ obj: CreateSpaceResponse
2138
+ ) => any;
2205
2139
  export declare const CreateStudioLifecycleConfigRequestFilterSensitiveLog: (
2206
2140
  obj: CreateStudioLifecycleConfigRequest
2207
2141
  ) => any;
@@ -2377,6 +2311,12 @@ export declare const DeleteFlowDefinitionRequestFilterSensitiveLog: (
2377
2311
  export declare const DeleteFlowDefinitionResponseFilterSensitiveLog: (
2378
2312
  obj: DeleteFlowDefinitionResponse
2379
2313
  ) => any;
2314
+ export declare const DeleteHubRequestFilterSensitiveLog: (
2315
+ obj: DeleteHubRequest
2316
+ ) => any;
2317
+ export declare const DeleteHubContentRequestFilterSensitiveLog: (
2318
+ obj: DeleteHubContentRequest
2319
+ ) => any;
2380
2320
  export declare const DeleteHumanTaskUiRequestFilterSensitiveLog: (
2381
2321
  obj: DeleteHumanTaskUiRequest
2382
2322
  ) => any;
@@ -2395,12 +2335,21 @@ export declare const DeleteImageVersionRequestFilterSensitiveLog: (
2395
2335
  export declare const DeleteImageVersionResponseFilterSensitiveLog: (
2396
2336
  obj: DeleteImageVersionResponse
2397
2337
  ) => any;
2338
+ export declare const DeleteInferenceExperimentRequestFilterSensitiveLog: (
2339
+ obj: DeleteInferenceExperimentRequest
2340
+ ) => any;
2341
+ export declare const DeleteInferenceExperimentResponseFilterSensitiveLog: (
2342
+ obj: DeleteInferenceExperimentResponse
2343
+ ) => any;
2398
2344
  export declare const DeleteModelInputFilterSensitiveLog: (
2399
2345
  obj: DeleteModelInput
2400
2346
  ) => any;
2401
2347
  export declare const DeleteModelBiasJobDefinitionRequestFilterSensitiveLog: (
2402
2348
  obj: DeleteModelBiasJobDefinitionRequest
2403
2349
  ) => any;
2350
+ export declare const DeleteModelCardRequestFilterSensitiveLog: (
2351
+ obj: DeleteModelCardRequest
2352
+ ) => any;
2404
2353
  export declare const DeleteModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (
2405
2354
  obj: DeleteModelExplainabilityJobDefinitionRequest
2406
2355
  ) => any;
@@ -2434,6 +2383,9 @@ export declare const DeletePipelineResponseFilterSensitiveLog: (
2434
2383
  export declare const DeleteProjectInputFilterSensitiveLog: (
2435
2384
  obj: DeleteProjectInput
2436
2385
  ) => any;
2386
+ export declare const DeleteSpaceRequestFilterSensitiveLog: (
2387
+ obj: DeleteSpaceRequest
2388
+ ) => any;
2437
2389
  export declare const DeleteStudioLifecycleConfigRequestFilterSensitiveLog: (
2438
2390
  obj: DeleteStudioLifecycleConfigRequest
2439
2391
  ) => any;
@@ -2500,92 +2452,3 @@ export declare const DescribeAppRequestFilterSensitiveLog: (
2500
2452
  export declare const DescribeAppResponseFilterSensitiveLog: (
2501
2453
  obj: DescribeAppResponse
2502
2454
  ) => any;
2503
- export declare const DescribeAppImageConfigRequestFilterSensitiveLog: (
2504
- obj: DescribeAppImageConfigRequest
2505
- ) => any;
2506
- export declare const DescribeAppImageConfigResponseFilterSensitiveLog: (
2507
- obj: DescribeAppImageConfigResponse
2508
- ) => any;
2509
- export declare const DescribeArtifactRequestFilterSensitiveLog: (
2510
- obj: DescribeArtifactRequest
2511
- ) => any;
2512
- export declare const DescribeArtifactResponseFilterSensitiveLog: (
2513
- obj: DescribeArtifactResponse
2514
- ) => any;
2515
- export declare const DescribeAutoMLJobRequestFilterSensitiveLog: (
2516
- obj: DescribeAutoMLJobRequest
2517
- ) => any;
2518
- export declare const ModelDeployResultFilterSensitiveLog: (
2519
- obj: ModelDeployResult
2520
- ) => any;
2521
- export declare const ResolvedAttributesFilterSensitiveLog: (
2522
- obj: ResolvedAttributes
2523
- ) => any;
2524
- export declare const DescribeAutoMLJobResponseFilterSensitiveLog: (
2525
- obj: DescribeAutoMLJobResponse
2526
- ) => any;
2527
- export declare const DescribeCodeRepositoryInputFilterSensitiveLog: (
2528
- obj: DescribeCodeRepositoryInput
2529
- ) => any;
2530
- export declare const DescribeCodeRepositoryOutputFilterSensitiveLog: (
2531
- obj: DescribeCodeRepositoryOutput
2532
- ) => any;
2533
- export declare const DescribeCompilationJobRequestFilterSensitiveLog: (
2534
- obj: DescribeCompilationJobRequest
2535
- ) => any;
2536
- export declare const ModelArtifactsFilterSensitiveLog: (
2537
- obj: ModelArtifacts
2538
- ) => any;
2539
- export declare const ModelDigestsFilterSensitiveLog: (obj: ModelDigests) => any;
2540
- export declare const DescribeCompilationJobResponseFilterSensitiveLog: (
2541
- obj: DescribeCompilationJobResponse
2542
- ) => any;
2543
- export declare const DescribeContextRequestFilterSensitiveLog: (
2544
- obj: DescribeContextRequest
2545
- ) => any;
2546
- export declare const DescribeContextResponseFilterSensitiveLog: (
2547
- obj: DescribeContextResponse
2548
- ) => any;
2549
- export declare const DescribeDataQualityJobDefinitionRequestFilterSensitiveLog: (
2550
- obj: DescribeDataQualityJobDefinitionRequest
2551
- ) => any;
2552
- export declare const DescribeDataQualityJobDefinitionResponseFilterSensitiveLog: (
2553
- obj: DescribeDataQualityJobDefinitionResponse
2554
- ) => any;
2555
- export declare const DescribeDeviceRequestFilterSensitiveLog: (
2556
- obj: DescribeDeviceRequest
2557
- ) => any;
2558
- export declare const EdgeModelFilterSensitiveLog: (obj: EdgeModel) => any;
2559
- export declare const DescribeDeviceResponseFilterSensitiveLog: (
2560
- obj: DescribeDeviceResponse
2561
- ) => any;
2562
- export declare const DescribeDeviceFleetRequestFilterSensitiveLog: (
2563
- obj: DescribeDeviceFleetRequest
2564
- ) => any;
2565
- export declare const DescribeDeviceFleetResponseFilterSensitiveLog: (
2566
- obj: DescribeDeviceFleetResponse
2567
- ) => any;
2568
- export declare const DescribeDomainRequestFilterSensitiveLog: (
2569
- obj: DescribeDomainRequest
2570
- ) => any;
2571
- export declare const DescribeDomainResponseFilterSensitiveLog: (
2572
- obj: DescribeDomainResponse
2573
- ) => any;
2574
- export declare const DescribeEdgeDeploymentPlanRequestFilterSensitiveLog: (
2575
- obj: DescribeEdgeDeploymentPlanRequest
2576
- ) => any;
2577
- export declare const DescribeEdgeDeploymentPlanResponseFilterSensitiveLog: (
2578
- obj: DescribeEdgeDeploymentPlanResponse
2579
- ) => any;
2580
- export declare const DescribeEdgePackagingJobRequestFilterSensitiveLog: (
2581
- obj: DescribeEdgePackagingJobRequest
2582
- ) => any;
2583
- export declare const EdgePresetDeploymentOutputFilterSensitiveLog: (
2584
- obj: EdgePresetDeploymentOutput
2585
- ) => any;
2586
- export declare const DescribeEdgePackagingJobResponseFilterSensitiveLog: (
2587
- obj: DescribeEdgePackagingJobResponse
2588
- ) => any;
2589
- export declare const DescribeEndpointInputFilterSensitiveLog: (
2590
- obj: DescribeEndpointInput
2591
- ) => any;