@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
@@ -24,13 +24,17 @@ import { CreateEndpointConfigCommandInput, CreateEndpointConfigCommandOutput } f
24
24
  import { CreateExperimentCommandInput, CreateExperimentCommandOutput } from "../commands/CreateExperimentCommand";
25
25
  import { CreateFeatureGroupCommandInput, CreateFeatureGroupCommandOutput } from "../commands/CreateFeatureGroupCommand";
26
26
  import { CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput } from "../commands/CreateFlowDefinitionCommand";
27
+ import { CreateHubCommandInput, CreateHubCommandOutput } from "../commands/CreateHubCommand";
27
28
  import { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from "../commands/CreateHumanTaskUiCommand";
28
29
  import { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "../commands/CreateHyperParameterTuningJobCommand";
29
30
  import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
30
31
  import { CreateImageVersionCommandInput, CreateImageVersionCommandOutput } from "../commands/CreateImageVersionCommand";
32
+ import { CreateInferenceExperimentCommandInput, CreateInferenceExperimentCommandOutput } from "../commands/CreateInferenceExperimentCommand";
31
33
  import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "../commands/CreateInferenceRecommendationsJobCommand";
32
34
  import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "../commands/CreateLabelingJobCommand";
33
35
  import { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "../commands/CreateModelBiasJobDefinitionCommand";
36
+ import { CreateModelCardCommandInput, CreateModelCardCommandOutput } from "../commands/CreateModelCardCommand";
37
+ import { CreateModelCardExportJobCommandInput, CreateModelCardExportJobCommandOutput } from "../commands/CreateModelCardExportJobCommand";
34
38
  import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
35
39
  import { CreateModelExplainabilityJobDefinitionCommandInput, CreateModelExplainabilityJobDefinitionCommandOutput } from "../commands/CreateModelExplainabilityJobDefinitionCommand";
36
40
  import { CreateModelPackageCommandInput, CreateModelPackageCommandOutput } from "../commands/CreateModelPackageCommand";
@@ -44,6 +48,7 @@ import { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOu
44
48
  import { CreatePresignedNotebookInstanceUrlCommandInput, CreatePresignedNotebookInstanceUrlCommandOutput } from "../commands/CreatePresignedNotebookInstanceUrlCommand";
45
49
  import { CreateProcessingJobCommandInput, CreateProcessingJobCommandOutput } from "../commands/CreateProcessingJobCommand";
46
50
  import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
51
+ import { CreateSpaceCommandInput, CreateSpaceCommandOutput } from "../commands/CreateSpaceCommand";
47
52
  import { CreateStudioLifecycleConfigCommandInput, CreateStudioLifecycleConfigCommandOutput } from "../commands/CreateStudioLifecycleConfigCommand";
48
53
  import { CreateTrainingJobCommandInput, CreateTrainingJobCommandOutput } from "../commands/CreateTrainingJobCommand";
49
54
  import { CreateTransformJobCommandInput, CreateTransformJobCommandOutput } from "../commands/CreateTransformJobCommand";
@@ -70,10 +75,14 @@ import { DeleteEndpointConfigCommandInput, DeleteEndpointConfigCommandOutput } f
70
75
  import { DeleteExperimentCommandInput, DeleteExperimentCommandOutput } from "../commands/DeleteExperimentCommand";
71
76
  import { DeleteFeatureGroupCommandInput, DeleteFeatureGroupCommandOutput } from "../commands/DeleteFeatureGroupCommand";
72
77
  import { DeleteFlowDefinitionCommandInput, DeleteFlowDefinitionCommandOutput } from "../commands/DeleteFlowDefinitionCommand";
78
+ import { DeleteHubCommandInput, DeleteHubCommandOutput } from "../commands/DeleteHubCommand";
79
+ import { DeleteHubContentCommandInput, DeleteHubContentCommandOutput } from "../commands/DeleteHubContentCommand";
73
80
  import { DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput } from "../commands/DeleteHumanTaskUiCommand";
74
81
  import { DeleteImageCommandInput, DeleteImageCommandOutput } from "../commands/DeleteImageCommand";
75
82
  import { DeleteImageVersionCommandInput, DeleteImageVersionCommandOutput } from "../commands/DeleteImageVersionCommand";
83
+ import { DeleteInferenceExperimentCommandInput, DeleteInferenceExperimentCommandOutput } from "../commands/DeleteInferenceExperimentCommand";
76
84
  import { DeleteModelBiasJobDefinitionCommandInput, DeleteModelBiasJobDefinitionCommandOutput } from "../commands/DeleteModelBiasJobDefinitionCommand";
85
+ import { DeleteModelCardCommandInput, DeleteModelCardCommandOutput } from "../commands/DeleteModelCardCommand";
77
86
  import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
78
87
  import { DeleteModelExplainabilityJobDefinitionCommandInput, DeleteModelExplainabilityJobDefinitionCommandOutput } from "../commands/DeleteModelExplainabilityJobDefinitionCommand";
79
88
  import { DeleteModelPackageCommandInput, DeleteModelPackageCommandOutput } from "../commands/DeleteModelPackageCommand";
@@ -85,6 +94,7 @@ import { DeleteNotebookInstanceCommandInput, DeleteNotebookInstanceCommandOutput
85
94
  import { DeleteNotebookInstanceLifecycleConfigCommandInput, DeleteNotebookInstanceLifecycleConfigCommandOutput } from "../commands/DeleteNotebookInstanceLifecycleConfigCommand";
86
95
  import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "../commands/DeletePipelineCommand";
87
96
  import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
97
+ import { DeleteSpaceCommandInput, DeleteSpaceCommandOutput } from "../commands/DeleteSpaceCommand";
88
98
  import { DeleteStudioLifecycleConfigCommandInput, DeleteStudioLifecycleConfigCommandOutput } from "../commands/DeleteStudioLifecycleConfigCommand";
89
99
  import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
90
100
  import { DeleteTrialCommandInput, DeleteTrialCommandOutput } from "../commands/DeleteTrialCommand";
@@ -114,14 +124,19 @@ import { DescribeExperimentCommandInput, DescribeExperimentCommandOutput } from
114
124
  import { DescribeFeatureGroupCommandInput, DescribeFeatureGroupCommandOutput } from "../commands/DescribeFeatureGroupCommand";
115
125
  import { DescribeFeatureMetadataCommandInput, DescribeFeatureMetadataCommandOutput } from "../commands/DescribeFeatureMetadataCommand";
116
126
  import { DescribeFlowDefinitionCommandInput, DescribeFlowDefinitionCommandOutput } from "../commands/DescribeFlowDefinitionCommand";
127
+ import { DescribeHubCommandInput, DescribeHubCommandOutput } from "../commands/DescribeHubCommand";
128
+ import { DescribeHubContentCommandInput, DescribeHubContentCommandOutput } from "../commands/DescribeHubContentCommand";
117
129
  import { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } from "../commands/DescribeHumanTaskUiCommand";
118
130
  import { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "../commands/DescribeHyperParameterTuningJobCommand";
119
131
  import { DescribeImageCommandInput, DescribeImageCommandOutput } from "../commands/DescribeImageCommand";
120
132
  import { DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput } from "../commands/DescribeImageVersionCommand";
133
+ import { DescribeInferenceExperimentCommandInput, DescribeInferenceExperimentCommandOutput } from "../commands/DescribeInferenceExperimentCommand";
121
134
  import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "../commands/DescribeInferenceRecommendationsJobCommand";
122
135
  import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "../commands/DescribeLabelingJobCommand";
123
136
  import { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "../commands/DescribeLineageGroupCommand";
124
137
  import { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "../commands/DescribeModelBiasJobDefinitionCommand";
138
+ import { DescribeModelCardCommandInput, DescribeModelCardCommandOutput } from "../commands/DescribeModelCardCommand";
139
+ import { DescribeModelCardExportJobCommandInput, DescribeModelCardExportJobCommandOutput } from "../commands/DescribeModelCardExportJobCommand";
125
140
  import { DescribeModelCommandInput, DescribeModelCommandOutput } from "../commands/DescribeModelCommand";
126
141
  import { DescribeModelExplainabilityJobDefinitionCommandInput, DescribeModelExplainabilityJobDefinitionCommandOutput } from "../commands/DescribeModelExplainabilityJobDefinitionCommand";
127
142
  import { DescribeModelPackageCommandInput, DescribeModelPackageCommandOutput } from "../commands/DescribeModelPackageCommand";
@@ -135,6 +150,7 @@ import { DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDef
135
150
  import { DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput } from "../commands/DescribePipelineExecutionCommand";
136
151
  import { DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput } from "../commands/DescribeProcessingJobCommand";
137
152
  import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "../commands/DescribeProjectCommand";
153
+ import { DescribeSpaceCommandInput, DescribeSpaceCommandOutput } from "../commands/DescribeSpaceCommand";
138
154
  import { DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput } from "../commands/DescribeStudioLifecycleConfigCommand";
139
155
  import { DescribeSubscribedWorkteamCommandInput, DescribeSubscribedWorkteamCommandOutput } from "../commands/DescribeSubscribedWorkteamCommand";
140
156
  import { DescribeTrainingJobCommandInput, DescribeTrainingJobCommandOutput } from "../commands/DescribeTrainingJobCommand";
@@ -152,6 +168,7 @@ import { GetLineageGroupPolicyCommandInput, GetLineageGroupPolicyCommandOutput }
152
168
  import { GetModelPackageGroupPolicyCommandInput, GetModelPackageGroupPolicyCommandOutput } from "../commands/GetModelPackageGroupPolicyCommand";
153
169
  import { GetSagemakerServicecatalogPortfolioStatusCommandInput, GetSagemakerServicecatalogPortfolioStatusCommandOutput } from "../commands/GetSagemakerServicecatalogPortfolioStatusCommand";
154
170
  import { GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput } from "../commands/GetSearchSuggestionsCommand";
171
+ import { ImportHubContentCommandInput, ImportHubContentCommandOutput } from "../commands/ImportHubContentCommand";
155
172
  import { ListActionsCommandInput, ListActionsCommandOutput } from "../commands/ListActionsCommand";
156
173
  import { ListAlgorithmsCommandInput, ListAlgorithmsCommandOutput } from "../commands/ListAlgorithmsCommand";
157
174
  import { ListAppImageConfigsCommandInput, ListAppImageConfigsCommandOutput } from "../commands/ListAppImageConfigsCommand";
@@ -174,22 +191,31 @@ import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "../comman
174
191
  import { ListExperimentsCommandInput, ListExperimentsCommandOutput } from "../commands/ListExperimentsCommand";
175
192
  import { ListFeatureGroupsCommandInput, ListFeatureGroupsCommandOutput } from "../commands/ListFeatureGroupsCommand";
176
193
  import { ListFlowDefinitionsCommandInput, ListFlowDefinitionsCommandOutput } from "../commands/ListFlowDefinitionsCommand";
194
+ import { ListHubContentsCommandInput, ListHubContentsCommandOutput } from "../commands/ListHubContentsCommand";
195
+ import { ListHubContentVersionsCommandInput, ListHubContentVersionsCommandOutput } from "../commands/ListHubContentVersionsCommand";
196
+ import { ListHubsCommandInput, ListHubsCommandOutput } from "../commands/ListHubsCommand";
177
197
  import { ListHumanTaskUisCommandInput, ListHumanTaskUisCommandOutput } from "../commands/ListHumanTaskUisCommand";
178
198
  import { ListHyperParameterTuningJobsCommandInput, ListHyperParameterTuningJobsCommandOutput } from "../commands/ListHyperParameterTuningJobsCommand";
179
199
  import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
180
200
  import { ListImageVersionsCommandInput, ListImageVersionsCommandOutput } from "../commands/ListImageVersionsCommand";
201
+ import { ListInferenceExperimentsCommandInput, ListInferenceExperimentsCommandOutput } from "../commands/ListInferenceExperimentsCommand";
181
202
  import { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "../commands/ListInferenceRecommendationsJobsCommand";
182
203
  import { ListInferenceRecommendationsJobStepsCommandInput, ListInferenceRecommendationsJobStepsCommandOutput } from "../commands/ListInferenceRecommendationsJobStepsCommand";
183
204
  import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "../commands/ListLabelingJobsCommand";
184
205
  import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "../commands/ListLabelingJobsForWorkteamCommand";
185
206
  import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "../commands/ListLineageGroupsCommand";
186
207
  import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "../commands/ListModelBiasJobDefinitionsCommand";
208
+ import { ListModelCardExportJobsCommandInput, ListModelCardExportJobsCommandOutput } from "../commands/ListModelCardExportJobsCommand";
209
+ import { ListModelCardsCommandInput, ListModelCardsCommandOutput } from "../commands/ListModelCardsCommand";
210
+ import { ListModelCardVersionsCommandInput, ListModelCardVersionsCommandOutput } from "../commands/ListModelCardVersionsCommand";
187
211
  import { ListModelExplainabilityJobDefinitionsCommandInput, ListModelExplainabilityJobDefinitionsCommandOutput } from "../commands/ListModelExplainabilityJobDefinitionsCommand";
188
212
  import { ListModelMetadataCommandInput, ListModelMetadataCommandOutput } from "../commands/ListModelMetadataCommand";
189
213
  import { ListModelPackageGroupsCommandInput, ListModelPackageGroupsCommandOutput } from "../commands/ListModelPackageGroupsCommand";
190
214
  import { ListModelPackagesCommandInput, ListModelPackagesCommandOutput } from "../commands/ListModelPackagesCommand";
191
215
  import { ListModelQualityJobDefinitionsCommandInput, ListModelQualityJobDefinitionsCommandOutput } from "../commands/ListModelQualityJobDefinitionsCommand";
192
216
  import { ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand";
217
+ import { ListMonitoringAlertHistoryCommandInput, ListMonitoringAlertHistoryCommandOutput } from "../commands/ListMonitoringAlertHistoryCommand";
218
+ import { ListMonitoringAlertsCommandInput, ListMonitoringAlertsCommandOutput } from "../commands/ListMonitoringAlertsCommand";
193
219
  import { ListMonitoringExecutionsCommandInput, ListMonitoringExecutionsCommandOutput } from "../commands/ListMonitoringExecutionsCommand";
194
220
  import { ListMonitoringSchedulesCommandInput, ListMonitoringSchedulesCommandOutput } from "../commands/ListMonitoringSchedulesCommand";
195
221
  import { ListNotebookInstanceLifecycleConfigsCommandInput, ListNotebookInstanceLifecycleConfigsCommandOutput } from "../commands/ListNotebookInstanceLifecycleConfigsCommand";
@@ -200,6 +226,7 @@ import { ListPipelineParametersForExecutionCommandInput, ListPipelineParametersF
200
226
  import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "../commands/ListPipelinesCommand";
201
227
  import { ListProcessingJobsCommandInput, ListProcessingJobsCommandOutput } from "../commands/ListProcessingJobsCommand";
202
228
  import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
229
+ import { ListSpacesCommandInput, ListSpacesCommandOutput } from "../commands/ListSpacesCommand";
203
230
  import { ListStageDevicesCommandInput, ListStageDevicesCommandOutput } from "../commands/ListStageDevicesCommand";
204
231
  import { ListStudioLifecycleConfigsCommandInput, ListStudioLifecycleConfigsCommandOutput } from "../commands/ListStudioLifecycleConfigsCommand";
205
232
  import { ListSubscribedWorkteamsCommandInput, ListSubscribedWorkteamsCommandOutput } from "../commands/ListSubscribedWorkteamsCommand";
@@ -221,6 +248,7 @@ import { SearchCommandInput, SearchCommandOutput } from "../commands/SearchComma
221
248
  import { SendPipelineExecutionStepFailureCommandInput, SendPipelineExecutionStepFailureCommandOutput } from "../commands/SendPipelineExecutionStepFailureCommand";
222
249
  import { SendPipelineExecutionStepSuccessCommandInput, SendPipelineExecutionStepSuccessCommandOutput } from "../commands/SendPipelineExecutionStepSuccessCommand";
223
250
  import { StartEdgeDeploymentStageCommandInput, StartEdgeDeploymentStageCommandOutput } from "../commands/StartEdgeDeploymentStageCommand";
251
+ import { StartInferenceExperimentCommandInput, StartInferenceExperimentCommandOutput } from "../commands/StartInferenceExperimentCommand";
224
252
  import { StartMonitoringScheduleCommandInput, StartMonitoringScheduleCommandOutput } from "../commands/StartMonitoringScheduleCommand";
225
253
  import { StartNotebookInstanceCommandInput, StartNotebookInstanceCommandOutput } from "../commands/StartNotebookInstanceCommand";
226
254
  import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "../commands/StartPipelineExecutionCommand";
@@ -229,6 +257,7 @@ import { StopCompilationJobCommandInput, StopCompilationJobCommandOutput } from
229
257
  import { StopEdgeDeploymentStageCommandInput, StopEdgeDeploymentStageCommandOutput } from "../commands/StopEdgeDeploymentStageCommand";
230
258
  import { StopEdgePackagingJobCommandInput, StopEdgePackagingJobCommandOutput } from "../commands/StopEdgePackagingJobCommand";
231
259
  import { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCommandOutput } from "../commands/StopHyperParameterTuningJobCommand";
260
+ import { StopInferenceExperimentCommandInput, StopInferenceExperimentCommandOutput } from "../commands/StopInferenceExperimentCommand";
232
261
  import { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "../commands/StopInferenceRecommendationsJobCommand";
233
262
  import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "../commands/StopLabelingJobCommand";
234
263
  import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "../commands/StopMonitoringScheduleCommand";
@@ -250,14 +279,19 @@ import { UpdateEndpointWeightsAndCapacitiesCommandInput, UpdateEndpointWeightsAn
250
279
  import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "../commands/UpdateExperimentCommand";
251
280
  import { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from "../commands/UpdateFeatureGroupCommand";
252
281
  import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "../commands/UpdateFeatureMetadataCommand";
282
+ import { UpdateHubCommandInput, UpdateHubCommandOutput } from "../commands/UpdateHubCommand";
253
283
  import { UpdateImageCommandInput, UpdateImageCommandOutput } from "../commands/UpdateImageCommand";
284
+ import { UpdateInferenceExperimentCommandInput, UpdateInferenceExperimentCommandOutput } from "../commands/UpdateInferenceExperimentCommand";
285
+ import { UpdateModelCardCommandInput, UpdateModelCardCommandOutput } from "../commands/UpdateModelCardCommand";
254
286
  import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "../commands/UpdateModelPackageCommand";
287
+ import { UpdateMonitoringAlertCommandInput, UpdateMonitoringAlertCommandOutput } from "../commands/UpdateMonitoringAlertCommand";
255
288
  import { UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput } from "../commands/UpdateMonitoringScheduleCommand";
256
289
  import { UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput } from "../commands/UpdateNotebookInstanceCommand";
257
290
  import { UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput } from "../commands/UpdateNotebookInstanceLifecycleConfigCommand";
258
291
  import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "../commands/UpdatePipelineCommand";
259
292
  import { UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput } from "../commands/UpdatePipelineExecutionCommand";
260
293
  import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
294
+ import { UpdateSpaceCommandInput, UpdateSpaceCommandOutput } from "../commands/UpdateSpaceCommand";
261
295
  import { UpdateTrainingJobCommandInput, UpdateTrainingJobCommandOutput } from "../commands/UpdateTrainingJobCommand";
262
296
  import { UpdateTrialCommandInput, UpdateTrialCommandOutput } from "../commands/UpdateTrialCommand";
263
297
  import { UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput } from "../commands/UpdateTrialComponentCommand";
@@ -288,14 +322,18 @@ export declare const serializeAws_json1_1CreateEndpointConfigCommand: (input: Cr
288
322
  export declare const serializeAws_json1_1CreateExperimentCommand: (input: CreateExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
323
  export declare const serializeAws_json1_1CreateFeatureGroupCommand: (input: CreateFeatureGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
324
  export declare const serializeAws_json1_1CreateFlowDefinitionCommand: (input: CreateFlowDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
325
+ export declare const serializeAws_json1_1CreateHubCommand: (input: CreateHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
326
  export declare const serializeAws_json1_1CreateHumanTaskUiCommand: (input: CreateHumanTaskUiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
327
  export declare const serializeAws_json1_1CreateHyperParameterTuningJobCommand: (input: CreateHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
328
  export declare const serializeAws_json1_1CreateImageCommand: (input: CreateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
329
  export declare const serializeAws_json1_1CreateImageVersionCommand: (input: CreateImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1CreateInferenceExperimentCommand: (input: CreateInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
331
  export declare const serializeAws_json1_1CreateInferenceRecommendationsJobCommand: (input: CreateInferenceRecommendationsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
332
  export declare const serializeAws_json1_1CreateLabelingJobCommand: (input: CreateLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
333
  export declare const serializeAws_json1_1CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
334
  export declare const serializeAws_json1_1CreateModelBiasJobDefinitionCommand: (input: CreateModelBiasJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
+ export declare const serializeAws_json1_1CreateModelCardCommand: (input: CreateModelCardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
+ export declare const serializeAws_json1_1CreateModelCardExportJobCommand: (input: CreateModelCardExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
337
  export declare const serializeAws_json1_1CreateModelExplainabilityJobDefinitionCommand: (input: CreateModelExplainabilityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
338
  export declare const serializeAws_json1_1CreateModelPackageCommand: (input: CreateModelPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
339
  export declare const serializeAws_json1_1CreateModelPackageGroupCommand: (input: CreateModelPackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -308,6 +346,7 @@ export declare const serializeAws_json1_1CreatePresignedDomainUrlCommand: (input
308
346
  export declare const serializeAws_json1_1CreatePresignedNotebookInstanceUrlCommand: (input: CreatePresignedNotebookInstanceUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
347
  export declare const serializeAws_json1_1CreateProcessingJobCommand: (input: CreateProcessingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
348
  export declare const serializeAws_json1_1CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
349
+ export declare const serializeAws_json1_1CreateSpaceCommand: (input: CreateSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
350
  export declare const serializeAws_json1_1CreateStudioLifecycleConfigCommand: (input: CreateStudioLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
351
  export declare const serializeAws_json1_1CreateTrainingJobCommand: (input: CreateTrainingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
352
  export declare const serializeAws_json1_1CreateTransformJobCommand: (input: CreateTransformJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -334,11 +373,15 @@ export declare const serializeAws_json1_1DeleteEndpointConfigCommand: (input: De
334
373
  export declare const serializeAws_json1_1DeleteExperimentCommand: (input: DeleteExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
374
  export declare const serializeAws_json1_1DeleteFeatureGroupCommand: (input: DeleteFeatureGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
375
  export declare const serializeAws_json1_1DeleteFlowDefinitionCommand: (input: DeleteFlowDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
376
+ export declare const serializeAws_json1_1DeleteHubCommand: (input: DeleteHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
377
+ export declare const serializeAws_json1_1DeleteHubContentCommand: (input: DeleteHubContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
337
378
  export declare const serializeAws_json1_1DeleteHumanTaskUiCommand: (input: DeleteHumanTaskUiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
379
  export declare const serializeAws_json1_1DeleteImageCommand: (input: DeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
380
  export declare const serializeAws_json1_1DeleteImageVersionCommand: (input: DeleteImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
381
+ export declare const serializeAws_json1_1DeleteInferenceExperimentCommand: (input: DeleteInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
340
382
  export declare const serializeAws_json1_1DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
341
383
  export declare const serializeAws_json1_1DeleteModelBiasJobDefinitionCommand: (input: DeleteModelBiasJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
384
+ export declare const serializeAws_json1_1DeleteModelCardCommand: (input: DeleteModelCardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
385
  export declare const serializeAws_json1_1DeleteModelExplainabilityJobDefinitionCommand: (input: DeleteModelExplainabilityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
386
  export declare const serializeAws_json1_1DeleteModelPackageCommand: (input: DeleteModelPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
344
387
  export declare const serializeAws_json1_1DeleteModelPackageGroupCommand: (input: DeleteModelPackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -349,6 +392,7 @@ export declare const serializeAws_json1_1DeleteNotebookInstanceCommand: (input:
349
392
  export declare const serializeAws_json1_1DeleteNotebookInstanceLifecycleConfigCommand: (input: DeleteNotebookInstanceLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
393
  export declare const serializeAws_json1_1DeletePipelineCommand: (input: DeletePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
351
394
  export declare const serializeAws_json1_1DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
395
+ export declare const serializeAws_json1_1DeleteSpaceCommand: (input: DeleteSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
396
  export declare const serializeAws_json1_1DeleteStudioLifecycleConfigCommand: (input: DeleteStudioLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
353
397
  export declare const serializeAws_json1_1DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
398
  export declare const serializeAws_json1_1DeleteTrialCommand: (input: DeleteTrialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -378,15 +422,20 @@ export declare const serializeAws_json1_1DescribeExperimentCommand: (input: Desc
378
422
  export declare const serializeAws_json1_1DescribeFeatureGroupCommand: (input: DescribeFeatureGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
379
423
  export declare const serializeAws_json1_1DescribeFeatureMetadataCommand: (input: DescribeFeatureMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
380
424
  export declare const serializeAws_json1_1DescribeFlowDefinitionCommand: (input: DescribeFlowDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
425
+ export declare const serializeAws_json1_1DescribeHubCommand: (input: DescribeHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1DescribeHubContentCommand: (input: DescribeHubContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
381
427
  export declare const serializeAws_json1_1DescribeHumanTaskUiCommand: (input: DescribeHumanTaskUiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
428
  export declare const serializeAws_json1_1DescribeHyperParameterTuningJobCommand: (input: DescribeHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
383
429
  export declare const serializeAws_json1_1DescribeImageCommand: (input: DescribeImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
384
430
  export declare const serializeAws_json1_1DescribeImageVersionCommand: (input: DescribeImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
431
+ export declare const serializeAws_json1_1DescribeInferenceExperimentCommand: (input: DescribeInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
385
432
  export declare const serializeAws_json1_1DescribeInferenceRecommendationsJobCommand: (input: DescribeInferenceRecommendationsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
386
433
  export declare const serializeAws_json1_1DescribeLabelingJobCommand: (input: DescribeLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
387
434
  export declare const serializeAws_json1_1DescribeLineageGroupCommand: (input: DescribeLineageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
388
435
  export declare const serializeAws_json1_1DescribeModelCommand: (input: DescribeModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
389
436
  export declare const serializeAws_json1_1DescribeModelBiasJobDefinitionCommand: (input: DescribeModelBiasJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
437
+ export declare const serializeAws_json1_1DescribeModelCardCommand: (input: DescribeModelCardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1DescribeModelCardExportJobCommand: (input: DescribeModelCardExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
390
439
  export declare const serializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand: (input: DescribeModelExplainabilityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
391
440
  export declare const serializeAws_json1_1DescribeModelPackageCommand: (input: DescribeModelPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
392
441
  export declare const serializeAws_json1_1DescribeModelPackageGroupCommand: (input: DescribeModelPackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -399,6 +448,7 @@ export declare const serializeAws_json1_1DescribePipelineDefinitionForExecutionC
399
448
  export declare const serializeAws_json1_1DescribePipelineExecutionCommand: (input: DescribePipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
400
449
  export declare const serializeAws_json1_1DescribeProcessingJobCommand: (input: DescribeProcessingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
401
450
  export declare const serializeAws_json1_1DescribeProjectCommand: (input: DescribeProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
451
+ export declare const serializeAws_json1_1DescribeSpaceCommand: (input: DescribeSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
402
452
  export declare const serializeAws_json1_1DescribeStudioLifecycleConfigCommand: (input: DescribeStudioLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
403
453
  export declare const serializeAws_json1_1DescribeSubscribedWorkteamCommand: (input: DescribeSubscribedWorkteamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
404
454
  export declare const serializeAws_json1_1DescribeTrainingJobCommand: (input: DescribeTrainingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -416,6 +466,7 @@ export declare const serializeAws_json1_1GetLineageGroupPolicyCommand: (input: G
416
466
  export declare const serializeAws_json1_1GetModelPackageGroupPolicyCommand: (input: GetModelPackageGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
417
467
  export declare const serializeAws_json1_1GetSagemakerServicecatalogPortfolioStatusCommand: (input: GetSagemakerServicecatalogPortfolioStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
418
468
  export declare const serializeAws_json1_1GetSearchSuggestionsCommand: (input: GetSearchSuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
469
+ export declare const serializeAws_json1_1ImportHubContentCommand: (input: ImportHubContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
419
470
  export declare const serializeAws_json1_1ListActionsCommand: (input: ListActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
420
471
  export declare const serializeAws_json1_1ListAlgorithmsCommand: (input: ListAlgorithmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
421
472
  export declare const serializeAws_json1_1ListAppImageConfigsCommand: (input: ListAppImageConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -438,22 +489,31 @@ export declare const serializeAws_json1_1ListEndpointsCommand: (input: ListEndpo
438
489
  export declare const serializeAws_json1_1ListExperimentsCommand: (input: ListExperimentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
439
490
  export declare const serializeAws_json1_1ListFeatureGroupsCommand: (input: ListFeatureGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
440
491
  export declare const serializeAws_json1_1ListFlowDefinitionsCommand: (input: ListFlowDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
492
+ export declare const serializeAws_json1_1ListHubContentsCommand: (input: ListHubContentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
493
+ export declare const serializeAws_json1_1ListHubContentVersionsCommand: (input: ListHubContentVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_1ListHubsCommand: (input: ListHubsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
441
495
  export declare const serializeAws_json1_1ListHumanTaskUisCommand: (input: ListHumanTaskUisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
442
496
  export declare const serializeAws_json1_1ListHyperParameterTuningJobsCommand: (input: ListHyperParameterTuningJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
443
497
  export declare const serializeAws_json1_1ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
444
498
  export declare const serializeAws_json1_1ListImageVersionsCommand: (input: ListImageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
499
+ export declare const serializeAws_json1_1ListInferenceExperimentsCommand: (input: ListInferenceExperimentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
445
500
  export declare const serializeAws_json1_1ListInferenceRecommendationsJobsCommand: (input: ListInferenceRecommendationsJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
446
501
  export declare const serializeAws_json1_1ListInferenceRecommendationsJobStepsCommand: (input: ListInferenceRecommendationsJobStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
447
502
  export declare const serializeAws_json1_1ListLabelingJobsCommand: (input: ListLabelingJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
448
503
  export declare const serializeAws_json1_1ListLabelingJobsForWorkteamCommand: (input: ListLabelingJobsForWorkteamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
449
504
  export declare const serializeAws_json1_1ListLineageGroupsCommand: (input: ListLineageGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
450
505
  export declare const serializeAws_json1_1ListModelBiasJobDefinitionsCommand: (input: ListModelBiasJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_1ListModelCardExportJobsCommand: (input: ListModelCardExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
507
+ export declare const serializeAws_json1_1ListModelCardsCommand: (input: ListModelCardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
508
+ export declare const serializeAws_json1_1ListModelCardVersionsCommand: (input: ListModelCardVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
451
509
  export declare const serializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand: (input: ListModelExplainabilityJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
452
510
  export declare const serializeAws_json1_1ListModelMetadataCommand: (input: ListModelMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
453
511
  export declare const serializeAws_json1_1ListModelPackageGroupsCommand: (input: ListModelPackageGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
454
512
  export declare const serializeAws_json1_1ListModelPackagesCommand: (input: ListModelPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
455
513
  export declare const serializeAws_json1_1ListModelQualityJobDefinitionsCommand: (input: ListModelQualityJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
456
514
  export declare const serializeAws_json1_1ListModelsCommand: (input: ListModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
515
+ export declare const serializeAws_json1_1ListMonitoringAlertHistoryCommand: (input: ListMonitoringAlertHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
516
+ export declare const serializeAws_json1_1ListMonitoringAlertsCommand: (input: ListMonitoringAlertsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
457
517
  export declare const serializeAws_json1_1ListMonitoringExecutionsCommand: (input: ListMonitoringExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
458
518
  export declare const serializeAws_json1_1ListMonitoringSchedulesCommand: (input: ListMonitoringSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
459
519
  export declare const serializeAws_json1_1ListNotebookInstanceLifecycleConfigsCommand: (input: ListNotebookInstanceLifecycleConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -464,6 +524,7 @@ export declare const serializeAws_json1_1ListPipelineParametersForExecutionComma
464
524
  export declare const serializeAws_json1_1ListPipelinesCommand: (input: ListPipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
465
525
  export declare const serializeAws_json1_1ListProcessingJobsCommand: (input: ListProcessingJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
466
526
  export declare const serializeAws_json1_1ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
527
+ export declare const serializeAws_json1_1ListSpacesCommand: (input: ListSpacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
467
528
  export declare const serializeAws_json1_1ListStageDevicesCommand: (input: ListStageDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
468
529
  export declare const serializeAws_json1_1ListStudioLifecycleConfigsCommand: (input: ListStudioLifecycleConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
469
530
  export declare const serializeAws_json1_1ListSubscribedWorkteamsCommand: (input: ListSubscribedWorkteamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -485,6 +546,7 @@ export declare const serializeAws_json1_1SearchCommand: (input: SearchCommandInp
485
546
  export declare const serializeAws_json1_1SendPipelineExecutionStepFailureCommand: (input: SendPipelineExecutionStepFailureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
486
547
  export declare const serializeAws_json1_1SendPipelineExecutionStepSuccessCommand: (input: SendPipelineExecutionStepSuccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
487
548
  export declare const serializeAws_json1_1StartEdgeDeploymentStageCommand: (input: StartEdgeDeploymentStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
549
+ export declare const serializeAws_json1_1StartInferenceExperimentCommand: (input: StartInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
488
550
  export declare const serializeAws_json1_1StartMonitoringScheduleCommand: (input: StartMonitoringScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
489
551
  export declare const serializeAws_json1_1StartNotebookInstanceCommand: (input: StartNotebookInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
490
552
  export declare const serializeAws_json1_1StartPipelineExecutionCommand: (input: StartPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -493,6 +555,7 @@ export declare const serializeAws_json1_1StopCompilationJobCommand: (input: Stop
493
555
  export declare const serializeAws_json1_1StopEdgeDeploymentStageCommand: (input: StopEdgeDeploymentStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
494
556
  export declare const serializeAws_json1_1StopEdgePackagingJobCommand: (input: StopEdgePackagingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
495
557
  export declare const serializeAws_json1_1StopHyperParameterTuningJobCommand: (input: StopHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_json1_1StopInferenceExperimentCommand: (input: StopInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
496
559
  export declare const serializeAws_json1_1StopInferenceRecommendationsJobCommand: (input: StopInferenceRecommendationsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
497
560
  export declare const serializeAws_json1_1StopLabelingJobCommand: (input: StopLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
498
561
  export declare const serializeAws_json1_1StopMonitoringScheduleCommand: (input: StopMonitoringScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -514,14 +577,19 @@ export declare const serializeAws_json1_1UpdateEndpointWeightsAndCapacitiesComma
514
577
  export declare const serializeAws_json1_1UpdateExperimentCommand: (input: UpdateExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
515
578
  export declare const serializeAws_json1_1UpdateFeatureGroupCommand: (input: UpdateFeatureGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
516
579
  export declare const serializeAws_json1_1UpdateFeatureMetadataCommand: (input: UpdateFeatureMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
580
+ export declare const serializeAws_json1_1UpdateHubCommand: (input: UpdateHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
517
581
  export declare const serializeAws_json1_1UpdateImageCommand: (input: UpdateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
582
+ export declare const serializeAws_json1_1UpdateInferenceExperimentCommand: (input: UpdateInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
583
+ export declare const serializeAws_json1_1UpdateModelCardCommand: (input: UpdateModelCardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
518
584
  export declare const serializeAws_json1_1UpdateModelPackageCommand: (input: UpdateModelPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
585
+ export declare const serializeAws_json1_1UpdateMonitoringAlertCommand: (input: UpdateMonitoringAlertCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
519
586
  export declare const serializeAws_json1_1UpdateMonitoringScheduleCommand: (input: UpdateMonitoringScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
520
587
  export declare const serializeAws_json1_1UpdateNotebookInstanceCommand: (input: UpdateNotebookInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
521
588
  export declare const serializeAws_json1_1UpdateNotebookInstanceLifecycleConfigCommand: (input: UpdateNotebookInstanceLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
522
589
  export declare const serializeAws_json1_1UpdatePipelineCommand: (input: UpdatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
523
590
  export declare const serializeAws_json1_1UpdatePipelineExecutionCommand: (input: UpdatePipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
524
591
  export declare const serializeAws_json1_1UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
592
+ export declare const serializeAws_json1_1UpdateSpaceCommand: (input: UpdateSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
525
593
  export declare const serializeAws_json1_1UpdateTrainingJobCommand: (input: UpdateTrainingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
526
594
  export declare const serializeAws_json1_1UpdateTrialCommand: (input: UpdateTrialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
527
595
  export declare const serializeAws_json1_1UpdateTrialComponentCommand: (input: UpdateTrialComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -552,14 +620,18 @@ export declare const deserializeAws_json1_1CreateEndpointConfigCommand: (output:
552
620
  export declare const deserializeAws_json1_1CreateExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExperimentCommandOutput>;
553
621
  export declare const deserializeAws_json1_1CreateFeatureGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFeatureGroupCommandOutput>;
554
622
  export declare const deserializeAws_json1_1CreateFlowDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlowDefinitionCommandOutput>;
623
+ export declare const deserializeAws_json1_1CreateHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHubCommandOutput>;
555
624
  export declare const deserializeAws_json1_1CreateHumanTaskUiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHumanTaskUiCommandOutput>;
556
625
  export declare const deserializeAws_json1_1CreateHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHyperParameterTuningJobCommandOutput>;
557
626
  export declare const deserializeAws_json1_1CreateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageCommandOutput>;
558
627
  export declare const deserializeAws_json1_1CreateImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageVersionCommandOutput>;
628
+ export declare const deserializeAws_json1_1CreateInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInferenceExperimentCommandOutput>;
559
629
  export declare const deserializeAws_json1_1CreateInferenceRecommendationsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInferenceRecommendationsJobCommandOutput>;
560
630
  export declare const deserializeAws_json1_1CreateLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelingJobCommandOutput>;
561
631
  export declare const deserializeAws_json1_1CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
562
632
  export declare const deserializeAws_json1_1CreateModelBiasJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelBiasJobDefinitionCommandOutput>;
633
+ export declare const deserializeAws_json1_1CreateModelCardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCardCommandOutput>;
634
+ export declare const deserializeAws_json1_1CreateModelCardExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCardExportJobCommandOutput>;
563
635
  export declare const deserializeAws_json1_1CreateModelExplainabilityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelExplainabilityJobDefinitionCommandOutput>;
564
636
  export declare const deserializeAws_json1_1CreateModelPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelPackageCommandOutput>;
565
637
  export declare const deserializeAws_json1_1CreateModelPackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelPackageGroupCommandOutput>;
@@ -572,6 +644,7 @@ export declare const deserializeAws_json1_1CreatePresignedDomainUrlCommand: (out
572
644
  export declare const deserializeAws_json1_1CreatePresignedNotebookInstanceUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedNotebookInstanceUrlCommandOutput>;
573
645
  export declare const deserializeAws_json1_1CreateProcessingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProcessingJobCommandOutput>;
574
646
  export declare const deserializeAws_json1_1CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
647
+ export declare const deserializeAws_json1_1CreateSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSpaceCommandOutput>;
575
648
  export declare const deserializeAws_json1_1CreateStudioLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStudioLifecycleConfigCommandOutput>;
576
649
  export declare const deserializeAws_json1_1CreateTrainingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrainingJobCommandOutput>;
577
650
  export declare const deserializeAws_json1_1CreateTransformJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransformJobCommandOutput>;
@@ -598,11 +671,15 @@ export declare const deserializeAws_json1_1DeleteEndpointConfigCommand: (output:
598
671
  export declare const deserializeAws_json1_1DeleteExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExperimentCommandOutput>;
599
672
  export declare const deserializeAws_json1_1DeleteFeatureGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFeatureGroupCommandOutput>;
600
673
  export declare const deserializeAws_json1_1DeleteFlowDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlowDefinitionCommandOutput>;
674
+ export declare const deserializeAws_json1_1DeleteHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHubCommandOutput>;
675
+ export declare const deserializeAws_json1_1DeleteHubContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHubContentCommandOutput>;
601
676
  export declare const deserializeAws_json1_1DeleteHumanTaskUiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHumanTaskUiCommandOutput>;
602
677
  export declare const deserializeAws_json1_1DeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageCommandOutput>;
603
678
  export declare const deserializeAws_json1_1DeleteImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageVersionCommandOutput>;
679
+ export declare const deserializeAws_json1_1DeleteInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInferenceExperimentCommandOutput>;
604
680
  export declare const deserializeAws_json1_1DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
605
681
  export declare const deserializeAws_json1_1DeleteModelBiasJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelBiasJobDefinitionCommandOutput>;
682
+ export declare const deserializeAws_json1_1DeleteModelCardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCardCommandOutput>;
606
683
  export declare const deserializeAws_json1_1DeleteModelExplainabilityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelExplainabilityJobDefinitionCommandOutput>;
607
684
  export declare const deserializeAws_json1_1DeleteModelPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelPackageCommandOutput>;
608
685
  export declare const deserializeAws_json1_1DeleteModelPackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelPackageGroupCommandOutput>;
@@ -613,6 +690,7 @@ export declare const deserializeAws_json1_1DeleteNotebookInstanceCommand: (outpu
613
690
  export declare const deserializeAws_json1_1DeleteNotebookInstanceLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotebookInstanceLifecycleConfigCommandOutput>;
614
691
  export declare const deserializeAws_json1_1DeletePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePipelineCommandOutput>;
615
692
  export declare const deserializeAws_json1_1DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
693
+ export declare const deserializeAws_json1_1DeleteSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSpaceCommandOutput>;
616
694
  export declare const deserializeAws_json1_1DeleteStudioLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStudioLifecycleConfigCommandOutput>;
617
695
  export declare const deserializeAws_json1_1DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
618
696
  export declare const deserializeAws_json1_1DeleteTrialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrialCommandOutput>;
@@ -642,15 +720,20 @@ export declare const deserializeAws_json1_1DescribeExperimentCommand: (output: _
642
720
  export declare const deserializeAws_json1_1DescribeFeatureGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeatureGroupCommandOutput>;
643
721
  export declare const deserializeAws_json1_1DescribeFeatureMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeatureMetadataCommandOutput>;
644
722
  export declare const deserializeAws_json1_1DescribeFlowDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowDefinitionCommandOutput>;
723
+ export declare const deserializeAws_json1_1DescribeHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHubCommandOutput>;
724
+ export declare const deserializeAws_json1_1DescribeHubContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHubContentCommandOutput>;
645
725
  export declare const deserializeAws_json1_1DescribeHumanTaskUiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHumanTaskUiCommandOutput>;
646
726
  export declare const deserializeAws_json1_1DescribeHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHyperParameterTuningJobCommandOutput>;
647
727
  export declare const deserializeAws_json1_1DescribeImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageCommandOutput>;
648
728
  export declare const deserializeAws_json1_1DescribeImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageVersionCommandOutput>;
729
+ export declare const deserializeAws_json1_1DescribeInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInferenceExperimentCommandOutput>;
649
730
  export declare const deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInferenceRecommendationsJobCommandOutput>;
650
731
  export declare const deserializeAws_json1_1DescribeLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLabelingJobCommandOutput>;
651
732
  export declare const deserializeAws_json1_1DescribeLineageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLineageGroupCommandOutput>;
652
733
  export declare const deserializeAws_json1_1DescribeModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelCommandOutput>;
653
734
  export declare const deserializeAws_json1_1DescribeModelBiasJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelBiasJobDefinitionCommandOutput>;
735
+ export declare const deserializeAws_json1_1DescribeModelCardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelCardCommandOutput>;
736
+ export declare const deserializeAws_json1_1DescribeModelCardExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelCardExportJobCommandOutput>;
654
737
  export declare const deserializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelExplainabilityJobDefinitionCommandOutput>;
655
738
  export declare const deserializeAws_json1_1DescribeModelPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelPackageCommandOutput>;
656
739
  export declare const deserializeAws_json1_1DescribeModelPackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelPackageGroupCommandOutput>;
@@ -663,6 +746,7 @@ export declare const deserializeAws_json1_1DescribePipelineDefinitionForExecutio
663
746
  export declare const deserializeAws_json1_1DescribePipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePipelineExecutionCommandOutput>;
664
747
  export declare const deserializeAws_json1_1DescribeProcessingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProcessingJobCommandOutput>;
665
748
  export declare const deserializeAws_json1_1DescribeProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProjectCommandOutput>;
749
+ export declare const deserializeAws_json1_1DescribeSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpaceCommandOutput>;
666
750
  export declare const deserializeAws_json1_1DescribeStudioLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStudioLifecycleConfigCommandOutput>;
667
751
  export declare const deserializeAws_json1_1DescribeSubscribedWorkteamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubscribedWorkteamCommandOutput>;
668
752
  export declare const deserializeAws_json1_1DescribeTrainingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrainingJobCommandOutput>;
@@ -680,6 +764,7 @@ export declare const deserializeAws_json1_1GetLineageGroupPolicyCommand: (output
680
764
  export declare const deserializeAws_json1_1GetModelPackageGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelPackageGroupPolicyCommandOutput>;
681
765
  export declare const deserializeAws_json1_1GetSagemakerServicecatalogPortfolioStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSagemakerServicecatalogPortfolioStatusCommandOutput>;
682
766
  export declare const deserializeAws_json1_1GetSearchSuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSearchSuggestionsCommandOutput>;
767
+ export declare const deserializeAws_json1_1ImportHubContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportHubContentCommandOutput>;
683
768
  export declare const deserializeAws_json1_1ListActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionsCommandOutput>;
684
769
  export declare const deserializeAws_json1_1ListAlgorithmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlgorithmsCommandOutput>;
685
770
  export declare const deserializeAws_json1_1ListAppImageConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppImageConfigsCommandOutput>;
@@ -702,22 +787,31 @@ export declare const deserializeAws_json1_1ListEndpointsCommand: (output: __Http
702
787
  export declare const deserializeAws_json1_1ListExperimentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExperimentsCommandOutput>;
703
788
  export declare const deserializeAws_json1_1ListFeatureGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFeatureGroupsCommandOutput>;
704
789
  export declare const deserializeAws_json1_1ListFlowDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowDefinitionsCommandOutput>;
790
+ export declare const deserializeAws_json1_1ListHubContentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHubContentsCommandOutput>;
791
+ export declare const deserializeAws_json1_1ListHubContentVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHubContentVersionsCommandOutput>;
792
+ export declare const deserializeAws_json1_1ListHubsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHubsCommandOutput>;
705
793
  export declare const deserializeAws_json1_1ListHumanTaskUisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHumanTaskUisCommandOutput>;
706
794
  export declare const deserializeAws_json1_1ListHyperParameterTuningJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHyperParameterTuningJobsCommandOutput>;
707
795
  export declare const deserializeAws_json1_1ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
708
796
  export declare const deserializeAws_json1_1ListImageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageVersionsCommandOutput>;
797
+ export declare const deserializeAws_json1_1ListInferenceExperimentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceExperimentsCommandOutput>;
709
798
  export declare const deserializeAws_json1_1ListInferenceRecommendationsJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceRecommendationsJobsCommandOutput>;
710
799
  export declare const deserializeAws_json1_1ListInferenceRecommendationsJobStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceRecommendationsJobStepsCommandOutput>;
711
800
  export declare const deserializeAws_json1_1ListLabelingJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLabelingJobsCommandOutput>;
712
801
  export declare const deserializeAws_json1_1ListLabelingJobsForWorkteamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLabelingJobsForWorkteamCommandOutput>;
713
802
  export declare const deserializeAws_json1_1ListLineageGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLineageGroupsCommandOutput>;
714
803
  export declare const deserializeAws_json1_1ListModelBiasJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelBiasJobDefinitionsCommandOutput>;
804
+ export declare const deserializeAws_json1_1ListModelCardExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelCardExportJobsCommandOutput>;
805
+ export declare const deserializeAws_json1_1ListModelCardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelCardsCommandOutput>;
806
+ export declare const deserializeAws_json1_1ListModelCardVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelCardVersionsCommandOutput>;
715
807
  export declare const deserializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelExplainabilityJobDefinitionsCommandOutput>;
716
808
  export declare const deserializeAws_json1_1ListModelMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelMetadataCommandOutput>;
717
809
  export declare const deserializeAws_json1_1ListModelPackageGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelPackageGroupsCommandOutput>;
718
810
  export declare const deserializeAws_json1_1ListModelPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelPackagesCommandOutput>;
719
811
  export declare const deserializeAws_json1_1ListModelQualityJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelQualityJobDefinitionsCommandOutput>;
720
812
  export declare const deserializeAws_json1_1ListModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelsCommandOutput>;
813
+ export declare const deserializeAws_json1_1ListMonitoringAlertHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitoringAlertHistoryCommandOutput>;
814
+ export declare const deserializeAws_json1_1ListMonitoringAlertsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitoringAlertsCommandOutput>;
721
815
  export declare const deserializeAws_json1_1ListMonitoringExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitoringExecutionsCommandOutput>;
722
816
  export declare const deserializeAws_json1_1ListMonitoringSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitoringSchedulesCommandOutput>;
723
817
  export declare const deserializeAws_json1_1ListNotebookInstanceLifecycleConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookInstanceLifecycleConfigsCommandOutput>;
@@ -728,6 +822,7 @@ export declare const deserializeAws_json1_1ListPipelineParametersForExecutionCom
728
822
  export declare const deserializeAws_json1_1ListPipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelinesCommandOutput>;
729
823
  export declare const deserializeAws_json1_1ListProcessingJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProcessingJobsCommandOutput>;
730
824
  export declare const deserializeAws_json1_1ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
825
+ export declare const deserializeAws_json1_1ListSpacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpacesCommandOutput>;
731
826
  export declare const deserializeAws_json1_1ListStageDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStageDevicesCommandOutput>;
732
827
  export declare const deserializeAws_json1_1ListStudioLifecycleConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStudioLifecycleConfigsCommandOutput>;
733
828
  export declare const deserializeAws_json1_1ListSubscribedWorkteamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscribedWorkteamsCommandOutput>;
@@ -749,6 +844,7 @@ export declare const deserializeAws_json1_1SearchCommand: (output: __HttpRespons
749
844
  export declare const deserializeAws_json1_1SendPipelineExecutionStepFailureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendPipelineExecutionStepFailureCommandOutput>;
750
845
  export declare const deserializeAws_json1_1SendPipelineExecutionStepSuccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendPipelineExecutionStepSuccessCommandOutput>;
751
846
  export declare const deserializeAws_json1_1StartEdgeDeploymentStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEdgeDeploymentStageCommandOutput>;
847
+ export declare const deserializeAws_json1_1StartInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInferenceExperimentCommandOutput>;
752
848
  export declare const deserializeAws_json1_1StartMonitoringScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringScheduleCommandOutput>;
753
849
  export declare const deserializeAws_json1_1StartNotebookInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartNotebookInstanceCommandOutput>;
754
850
  export declare const deserializeAws_json1_1StartPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPipelineExecutionCommandOutput>;
@@ -757,6 +853,7 @@ export declare const deserializeAws_json1_1StopCompilationJobCommand: (output: _
757
853
  export declare const deserializeAws_json1_1StopEdgeDeploymentStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEdgeDeploymentStageCommandOutput>;
758
854
  export declare const deserializeAws_json1_1StopEdgePackagingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEdgePackagingJobCommandOutput>;
759
855
  export declare const deserializeAws_json1_1StopHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopHyperParameterTuningJobCommandOutput>;
856
+ export declare const deserializeAws_json1_1StopInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopInferenceExperimentCommandOutput>;
760
857
  export declare const deserializeAws_json1_1StopInferenceRecommendationsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopInferenceRecommendationsJobCommandOutput>;
761
858
  export declare const deserializeAws_json1_1StopLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopLabelingJobCommandOutput>;
762
859
  export declare const deserializeAws_json1_1StopMonitoringScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMonitoringScheduleCommandOutput>;
@@ -778,14 +875,19 @@ export declare const deserializeAws_json1_1UpdateEndpointWeightsAndCapacitiesCom
778
875
  export declare const deserializeAws_json1_1UpdateExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExperimentCommandOutput>;
779
876
  export declare const deserializeAws_json1_1UpdateFeatureGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFeatureGroupCommandOutput>;
780
877
  export declare const deserializeAws_json1_1UpdateFeatureMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFeatureMetadataCommandOutput>;
878
+ export declare const deserializeAws_json1_1UpdateHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHubCommandOutput>;
781
879
  export declare const deserializeAws_json1_1UpdateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImageCommandOutput>;
880
+ export declare const deserializeAws_json1_1UpdateInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInferenceExperimentCommandOutput>;
881
+ export declare const deserializeAws_json1_1UpdateModelCardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelCardCommandOutput>;
782
882
  export declare const deserializeAws_json1_1UpdateModelPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelPackageCommandOutput>;
883
+ export declare const deserializeAws_json1_1UpdateMonitoringAlertCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMonitoringAlertCommandOutput>;
783
884
  export declare const deserializeAws_json1_1UpdateMonitoringScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMonitoringScheduleCommandOutput>;
784
885
  export declare const deserializeAws_json1_1UpdateNotebookInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookInstanceCommandOutput>;
785
886
  export declare const deserializeAws_json1_1UpdateNotebookInstanceLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookInstanceLifecycleConfigCommandOutput>;
786
887
  export declare const deserializeAws_json1_1UpdatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePipelineCommandOutput>;
787
888
  export declare const deserializeAws_json1_1UpdatePipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePipelineExecutionCommandOutput>;
788
889
  export declare const deserializeAws_json1_1UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
890
+ export declare const deserializeAws_json1_1UpdateSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSpaceCommandOutput>;
789
891
  export declare const deserializeAws_json1_1UpdateTrainingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrainingJobCommandOutput>;
790
892
  export declare const deserializeAws_json1_1UpdateTrialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrialCommandOutput>;
791
893
  export declare const deserializeAws_json1_1UpdateTrialComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrialComponentCommandOutput>;