@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
@@ -99,6 +99,10 @@ import {
99
99
  CreateFlowDefinitionCommandInput,
100
100
  CreateFlowDefinitionCommandOutput,
101
101
  } from "../commands/CreateFlowDefinitionCommand";
102
+ import {
103
+ CreateHubCommandInput,
104
+ CreateHubCommandOutput,
105
+ } from "../commands/CreateHubCommand";
102
106
  import {
103
107
  CreateHumanTaskUiCommandInput,
104
108
  CreateHumanTaskUiCommandOutput,
@@ -115,6 +119,10 @@ import {
115
119
  CreateImageVersionCommandInput,
116
120
  CreateImageVersionCommandOutput,
117
121
  } from "../commands/CreateImageVersionCommand";
122
+ import {
123
+ CreateInferenceExperimentCommandInput,
124
+ CreateInferenceExperimentCommandOutput,
125
+ } from "../commands/CreateInferenceExperimentCommand";
118
126
  import {
119
127
  CreateInferenceRecommendationsJobCommandInput,
120
128
  CreateInferenceRecommendationsJobCommandOutput,
@@ -127,6 +135,14 @@ import {
127
135
  CreateModelBiasJobDefinitionCommandInput,
128
136
  CreateModelBiasJobDefinitionCommandOutput,
129
137
  } from "../commands/CreateModelBiasJobDefinitionCommand";
138
+ import {
139
+ CreateModelCardCommandInput,
140
+ CreateModelCardCommandOutput,
141
+ } from "../commands/CreateModelCardCommand";
142
+ import {
143
+ CreateModelCardExportJobCommandInput,
144
+ CreateModelCardExportJobCommandOutput,
145
+ } from "../commands/CreateModelCardExportJobCommand";
130
146
  import {
131
147
  CreateModelCommandInput,
132
148
  CreateModelCommandOutput,
@@ -179,6 +195,10 @@ import {
179
195
  CreateProjectCommandInput,
180
196
  CreateProjectCommandOutput,
181
197
  } from "../commands/CreateProjectCommand";
198
+ import {
199
+ CreateSpaceCommandInput,
200
+ CreateSpaceCommandOutput,
201
+ } from "../commands/CreateSpaceCommand";
182
202
  import {
183
203
  CreateStudioLifecycleConfigCommandInput,
184
204
  CreateStudioLifecycleConfigCommandOutput,
@@ -283,6 +303,14 @@ import {
283
303
  DeleteFlowDefinitionCommandInput,
284
304
  DeleteFlowDefinitionCommandOutput,
285
305
  } from "../commands/DeleteFlowDefinitionCommand";
306
+ import {
307
+ DeleteHubCommandInput,
308
+ DeleteHubCommandOutput,
309
+ } from "../commands/DeleteHubCommand";
310
+ import {
311
+ DeleteHubContentCommandInput,
312
+ DeleteHubContentCommandOutput,
313
+ } from "../commands/DeleteHubContentCommand";
286
314
  import {
287
315
  DeleteHumanTaskUiCommandInput,
288
316
  DeleteHumanTaskUiCommandOutput,
@@ -295,10 +323,18 @@ import {
295
323
  DeleteImageVersionCommandInput,
296
324
  DeleteImageVersionCommandOutput,
297
325
  } from "../commands/DeleteImageVersionCommand";
326
+ import {
327
+ DeleteInferenceExperimentCommandInput,
328
+ DeleteInferenceExperimentCommandOutput,
329
+ } from "../commands/DeleteInferenceExperimentCommand";
298
330
  import {
299
331
  DeleteModelBiasJobDefinitionCommandInput,
300
332
  DeleteModelBiasJobDefinitionCommandOutput,
301
333
  } from "../commands/DeleteModelBiasJobDefinitionCommand";
334
+ import {
335
+ DeleteModelCardCommandInput,
336
+ DeleteModelCardCommandOutput,
337
+ } from "../commands/DeleteModelCardCommand";
302
338
  import {
303
339
  DeleteModelCommandInput,
304
340
  DeleteModelCommandOutput,
@@ -343,6 +379,10 @@ import {
343
379
  DeleteProjectCommandInput,
344
380
  DeleteProjectCommandOutput,
345
381
  } from "../commands/DeleteProjectCommand";
382
+ import {
383
+ DeleteSpaceCommandInput,
384
+ DeleteSpaceCommandOutput,
385
+ } from "../commands/DeleteSpaceCommand";
346
386
  import {
347
387
  DeleteStudioLifecycleConfigCommandInput,
348
388
  DeleteStudioLifecycleConfigCommandOutput,
@@ -459,6 +499,14 @@ import {
459
499
  DescribeFlowDefinitionCommandInput,
460
500
  DescribeFlowDefinitionCommandOutput,
461
501
  } from "../commands/DescribeFlowDefinitionCommand";
502
+ import {
503
+ DescribeHubCommandInput,
504
+ DescribeHubCommandOutput,
505
+ } from "../commands/DescribeHubCommand";
506
+ import {
507
+ DescribeHubContentCommandInput,
508
+ DescribeHubContentCommandOutput,
509
+ } from "../commands/DescribeHubContentCommand";
462
510
  import {
463
511
  DescribeHumanTaskUiCommandInput,
464
512
  DescribeHumanTaskUiCommandOutput,
@@ -475,6 +523,10 @@ import {
475
523
  DescribeImageVersionCommandInput,
476
524
  DescribeImageVersionCommandOutput,
477
525
  } from "../commands/DescribeImageVersionCommand";
526
+ import {
527
+ DescribeInferenceExperimentCommandInput,
528
+ DescribeInferenceExperimentCommandOutput,
529
+ } from "../commands/DescribeInferenceExperimentCommand";
478
530
  import {
479
531
  DescribeInferenceRecommendationsJobCommandInput,
480
532
  DescribeInferenceRecommendationsJobCommandOutput,
@@ -491,6 +543,14 @@ import {
491
543
  DescribeModelBiasJobDefinitionCommandInput,
492
544
  DescribeModelBiasJobDefinitionCommandOutput,
493
545
  } from "../commands/DescribeModelBiasJobDefinitionCommand";
546
+ import {
547
+ DescribeModelCardCommandInput,
548
+ DescribeModelCardCommandOutput,
549
+ } from "../commands/DescribeModelCardCommand";
550
+ import {
551
+ DescribeModelCardExportJobCommandInput,
552
+ DescribeModelCardExportJobCommandOutput,
553
+ } from "../commands/DescribeModelCardExportJobCommand";
494
554
  import {
495
555
  DescribeModelCommandInput,
496
556
  DescribeModelCommandOutput,
@@ -543,6 +603,10 @@ import {
543
603
  DescribeProjectCommandInput,
544
604
  DescribeProjectCommandOutput,
545
605
  } from "../commands/DescribeProjectCommand";
606
+ import {
607
+ DescribeSpaceCommandInput,
608
+ DescribeSpaceCommandOutput,
609
+ } from "../commands/DescribeSpaceCommand";
546
610
  import {
547
611
  DescribeStudioLifecycleConfigCommandInput,
548
612
  DescribeStudioLifecycleConfigCommandOutput,
@@ -611,6 +675,10 @@ import {
611
675
  GetSearchSuggestionsCommandInput,
612
676
  GetSearchSuggestionsCommandOutput,
613
677
  } from "../commands/GetSearchSuggestionsCommand";
678
+ import {
679
+ ImportHubContentCommandInput,
680
+ ImportHubContentCommandOutput,
681
+ } from "../commands/ImportHubContentCommand";
614
682
  import {
615
683
  ListActionsCommandInput,
616
684
  ListActionsCommandOutput,
@@ -699,6 +767,18 @@ import {
699
767
  ListFlowDefinitionsCommandInput,
700
768
  ListFlowDefinitionsCommandOutput,
701
769
  } from "../commands/ListFlowDefinitionsCommand";
770
+ import {
771
+ ListHubContentsCommandInput,
772
+ ListHubContentsCommandOutput,
773
+ } from "../commands/ListHubContentsCommand";
774
+ import {
775
+ ListHubContentVersionsCommandInput,
776
+ ListHubContentVersionsCommandOutput,
777
+ } from "../commands/ListHubContentVersionsCommand";
778
+ import {
779
+ ListHubsCommandInput,
780
+ ListHubsCommandOutput,
781
+ } from "../commands/ListHubsCommand";
702
782
  import {
703
783
  ListHumanTaskUisCommandInput,
704
784
  ListHumanTaskUisCommandOutput,
@@ -715,6 +795,10 @@ import {
715
795
  ListImageVersionsCommandInput,
716
796
  ListImageVersionsCommandOutput,
717
797
  } from "../commands/ListImageVersionsCommand";
798
+ import {
799
+ ListInferenceExperimentsCommandInput,
800
+ ListInferenceExperimentsCommandOutput,
801
+ } from "../commands/ListInferenceExperimentsCommand";
718
802
  import {
719
803
  ListInferenceRecommendationsJobsCommandInput,
720
804
  ListInferenceRecommendationsJobsCommandOutput,
@@ -739,6 +823,18 @@ import {
739
823
  ListModelBiasJobDefinitionsCommandInput,
740
824
  ListModelBiasJobDefinitionsCommandOutput,
741
825
  } from "../commands/ListModelBiasJobDefinitionsCommand";
826
+ import {
827
+ ListModelCardExportJobsCommandInput,
828
+ ListModelCardExportJobsCommandOutput,
829
+ } from "../commands/ListModelCardExportJobsCommand";
830
+ import {
831
+ ListModelCardsCommandInput,
832
+ ListModelCardsCommandOutput,
833
+ } from "../commands/ListModelCardsCommand";
834
+ import {
835
+ ListModelCardVersionsCommandInput,
836
+ ListModelCardVersionsCommandOutput,
837
+ } from "../commands/ListModelCardVersionsCommand";
742
838
  import {
743
839
  ListModelExplainabilityJobDefinitionsCommandInput,
744
840
  ListModelExplainabilityJobDefinitionsCommandOutput,
@@ -763,6 +859,14 @@ import {
763
859
  ListModelsCommandInput,
764
860
  ListModelsCommandOutput,
765
861
  } from "../commands/ListModelsCommand";
862
+ import {
863
+ ListMonitoringAlertHistoryCommandInput,
864
+ ListMonitoringAlertHistoryCommandOutput,
865
+ } from "../commands/ListMonitoringAlertHistoryCommand";
866
+ import {
867
+ ListMonitoringAlertsCommandInput,
868
+ ListMonitoringAlertsCommandOutput,
869
+ } from "../commands/ListMonitoringAlertsCommand";
766
870
  import {
767
871
  ListMonitoringExecutionsCommandInput,
768
872
  ListMonitoringExecutionsCommandOutput,
@@ -803,6 +907,10 @@ import {
803
907
  ListProjectsCommandInput,
804
908
  ListProjectsCommandOutput,
805
909
  } from "../commands/ListProjectsCommand";
910
+ import {
911
+ ListSpacesCommandInput,
912
+ ListSpacesCommandOutput,
913
+ } from "../commands/ListSpacesCommand";
806
914
  import {
807
915
  ListStageDevicesCommandInput,
808
916
  ListStageDevicesCommandOutput,
@@ -887,6 +995,10 @@ import {
887
995
  StartEdgeDeploymentStageCommandInput,
888
996
  StartEdgeDeploymentStageCommandOutput,
889
997
  } from "../commands/StartEdgeDeploymentStageCommand";
998
+ import {
999
+ StartInferenceExperimentCommandInput,
1000
+ StartInferenceExperimentCommandOutput,
1001
+ } from "../commands/StartInferenceExperimentCommand";
890
1002
  import {
891
1003
  StartMonitoringScheduleCommandInput,
892
1004
  StartMonitoringScheduleCommandOutput,
@@ -919,6 +1031,10 @@ import {
919
1031
  StopHyperParameterTuningJobCommandInput,
920
1032
  StopHyperParameterTuningJobCommandOutput,
921
1033
  } from "../commands/StopHyperParameterTuningJobCommand";
1034
+ import {
1035
+ StopInferenceExperimentCommandInput,
1036
+ StopInferenceExperimentCommandOutput,
1037
+ } from "../commands/StopInferenceExperimentCommand";
922
1038
  import {
923
1039
  StopInferenceRecommendationsJobCommandInput,
924
1040
  StopInferenceRecommendationsJobCommandOutput,
@@ -1003,14 +1119,30 @@ import {
1003
1119
  UpdateFeatureMetadataCommandInput,
1004
1120
  UpdateFeatureMetadataCommandOutput,
1005
1121
  } from "../commands/UpdateFeatureMetadataCommand";
1122
+ import {
1123
+ UpdateHubCommandInput,
1124
+ UpdateHubCommandOutput,
1125
+ } from "../commands/UpdateHubCommand";
1006
1126
  import {
1007
1127
  UpdateImageCommandInput,
1008
1128
  UpdateImageCommandOutput,
1009
1129
  } from "../commands/UpdateImageCommand";
1130
+ import {
1131
+ UpdateInferenceExperimentCommandInput,
1132
+ UpdateInferenceExperimentCommandOutput,
1133
+ } from "../commands/UpdateInferenceExperimentCommand";
1134
+ import {
1135
+ UpdateModelCardCommandInput,
1136
+ UpdateModelCardCommandOutput,
1137
+ } from "../commands/UpdateModelCardCommand";
1010
1138
  import {
1011
1139
  UpdateModelPackageCommandInput,
1012
1140
  UpdateModelPackageCommandOutput,
1013
1141
  } from "../commands/UpdateModelPackageCommand";
1142
+ import {
1143
+ UpdateMonitoringAlertCommandInput,
1144
+ UpdateMonitoringAlertCommandOutput,
1145
+ } from "../commands/UpdateMonitoringAlertCommand";
1014
1146
  import {
1015
1147
  UpdateMonitoringScheduleCommandInput,
1016
1148
  UpdateMonitoringScheduleCommandOutput,
@@ -1035,6 +1167,10 @@ import {
1035
1167
  UpdateProjectCommandInput,
1036
1168
  UpdateProjectCommandOutput,
1037
1169
  } from "../commands/UpdateProjectCommand";
1170
+ import {
1171
+ UpdateSpaceCommandInput,
1172
+ UpdateSpaceCommandOutput,
1173
+ } from "../commands/UpdateSpaceCommand";
1038
1174
  import {
1039
1175
  UpdateTrainingJobCommandInput,
1040
1176
  UpdateTrainingJobCommandOutput,
@@ -1155,6 +1291,10 @@ export declare const serializeAws_json1_1CreateFlowDefinitionCommand: (
1155
1291
  input: CreateFlowDefinitionCommandInput,
1156
1292
  context: __SerdeContext
1157
1293
  ) => Promise<__HttpRequest>;
1294
+ export declare const serializeAws_json1_1CreateHubCommand: (
1295
+ input: CreateHubCommandInput,
1296
+ context: __SerdeContext
1297
+ ) => Promise<__HttpRequest>;
1158
1298
  export declare const serializeAws_json1_1CreateHumanTaskUiCommand: (
1159
1299
  input: CreateHumanTaskUiCommandInput,
1160
1300
  context: __SerdeContext
@@ -1171,6 +1311,10 @@ export declare const serializeAws_json1_1CreateImageVersionCommand: (
1171
1311
  input: CreateImageVersionCommandInput,
1172
1312
  context: __SerdeContext
1173
1313
  ) => Promise<__HttpRequest>;
1314
+ export declare const serializeAws_json1_1CreateInferenceExperimentCommand: (
1315
+ input: CreateInferenceExperimentCommandInput,
1316
+ context: __SerdeContext
1317
+ ) => Promise<__HttpRequest>;
1174
1318
  export declare const serializeAws_json1_1CreateInferenceRecommendationsJobCommand: (
1175
1319
  input: CreateInferenceRecommendationsJobCommandInput,
1176
1320
  context: __SerdeContext
@@ -1187,6 +1331,14 @@ export declare const serializeAws_json1_1CreateModelBiasJobDefinitionCommand: (
1187
1331
  input: CreateModelBiasJobDefinitionCommandInput,
1188
1332
  context: __SerdeContext
1189
1333
  ) => Promise<__HttpRequest>;
1334
+ export declare const serializeAws_json1_1CreateModelCardCommand: (
1335
+ input: CreateModelCardCommandInput,
1336
+ context: __SerdeContext
1337
+ ) => Promise<__HttpRequest>;
1338
+ export declare const serializeAws_json1_1CreateModelCardExportJobCommand: (
1339
+ input: CreateModelCardExportJobCommandInput,
1340
+ context: __SerdeContext
1341
+ ) => Promise<__HttpRequest>;
1190
1342
  export declare const serializeAws_json1_1CreateModelExplainabilityJobDefinitionCommand: (
1191
1343
  input: CreateModelExplainabilityJobDefinitionCommandInput,
1192
1344
  context: __SerdeContext
@@ -1235,6 +1387,10 @@ export declare const serializeAws_json1_1CreateProjectCommand: (
1235
1387
  input: CreateProjectCommandInput,
1236
1388
  context: __SerdeContext
1237
1389
  ) => Promise<__HttpRequest>;
1390
+ export declare const serializeAws_json1_1CreateSpaceCommand: (
1391
+ input: CreateSpaceCommandInput,
1392
+ context: __SerdeContext
1393
+ ) => Promise<__HttpRequest>;
1238
1394
  export declare const serializeAws_json1_1CreateStudioLifecycleConfigCommand: (
1239
1395
  input: CreateStudioLifecycleConfigCommandInput,
1240
1396
  context: __SerdeContext
@@ -1339,6 +1495,14 @@ export declare const serializeAws_json1_1DeleteFlowDefinitionCommand: (
1339
1495
  input: DeleteFlowDefinitionCommandInput,
1340
1496
  context: __SerdeContext
1341
1497
  ) => Promise<__HttpRequest>;
1498
+ export declare const serializeAws_json1_1DeleteHubCommand: (
1499
+ input: DeleteHubCommandInput,
1500
+ context: __SerdeContext
1501
+ ) => Promise<__HttpRequest>;
1502
+ export declare const serializeAws_json1_1DeleteHubContentCommand: (
1503
+ input: DeleteHubContentCommandInput,
1504
+ context: __SerdeContext
1505
+ ) => Promise<__HttpRequest>;
1342
1506
  export declare const serializeAws_json1_1DeleteHumanTaskUiCommand: (
1343
1507
  input: DeleteHumanTaskUiCommandInput,
1344
1508
  context: __SerdeContext
@@ -1351,6 +1515,10 @@ export declare const serializeAws_json1_1DeleteImageVersionCommand: (
1351
1515
  input: DeleteImageVersionCommandInput,
1352
1516
  context: __SerdeContext
1353
1517
  ) => Promise<__HttpRequest>;
1518
+ export declare const serializeAws_json1_1DeleteInferenceExperimentCommand: (
1519
+ input: DeleteInferenceExperimentCommandInput,
1520
+ context: __SerdeContext
1521
+ ) => Promise<__HttpRequest>;
1354
1522
  export declare const serializeAws_json1_1DeleteModelCommand: (
1355
1523
  input: DeleteModelCommandInput,
1356
1524
  context: __SerdeContext
@@ -1359,6 +1527,10 @@ export declare const serializeAws_json1_1DeleteModelBiasJobDefinitionCommand: (
1359
1527
  input: DeleteModelBiasJobDefinitionCommandInput,
1360
1528
  context: __SerdeContext
1361
1529
  ) => Promise<__HttpRequest>;
1530
+ export declare const serializeAws_json1_1DeleteModelCardCommand: (
1531
+ input: DeleteModelCardCommandInput,
1532
+ context: __SerdeContext
1533
+ ) => Promise<__HttpRequest>;
1362
1534
  export declare const serializeAws_json1_1DeleteModelExplainabilityJobDefinitionCommand: (
1363
1535
  input: DeleteModelExplainabilityJobDefinitionCommandInput,
1364
1536
  context: __SerdeContext
@@ -1399,6 +1571,10 @@ export declare const serializeAws_json1_1DeleteProjectCommand: (
1399
1571
  input: DeleteProjectCommandInput,
1400
1572
  context: __SerdeContext
1401
1573
  ) => Promise<__HttpRequest>;
1574
+ export declare const serializeAws_json1_1DeleteSpaceCommand: (
1575
+ input: DeleteSpaceCommandInput,
1576
+ context: __SerdeContext
1577
+ ) => Promise<__HttpRequest>;
1402
1578
  export declare const serializeAws_json1_1DeleteStudioLifecycleConfigCommand: (
1403
1579
  input: DeleteStudioLifecycleConfigCommandInput,
1404
1580
  context: __SerdeContext
@@ -1515,6 +1691,14 @@ export declare const serializeAws_json1_1DescribeFlowDefinitionCommand: (
1515
1691
  input: DescribeFlowDefinitionCommandInput,
1516
1692
  context: __SerdeContext
1517
1693
  ) => Promise<__HttpRequest>;
1694
+ export declare const serializeAws_json1_1DescribeHubCommand: (
1695
+ input: DescribeHubCommandInput,
1696
+ context: __SerdeContext
1697
+ ) => Promise<__HttpRequest>;
1698
+ export declare const serializeAws_json1_1DescribeHubContentCommand: (
1699
+ input: DescribeHubContentCommandInput,
1700
+ context: __SerdeContext
1701
+ ) => Promise<__HttpRequest>;
1518
1702
  export declare const serializeAws_json1_1DescribeHumanTaskUiCommand: (
1519
1703
  input: DescribeHumanTaskUiCommandInput,
1520
1704
  context: __SerdeContext
@@ -1531,6 +1715,10 @@ export declare const serializeAws_json1_1DescribeImageVersionCommand: (
1531
1715
  input: DescribeImageVersionCommandInput,
1532
1716
  context: __SerdeContext
1533
1717
  ) => Promise<__HttpRequest>;
1718
+ export declare const serializeAws_json1_1DescribeInferenceExperimentCommand: (
1719
+ input: DescribeInferenceExperimentCommandInput,
1720
+ context: __SerdeContext
1721
+ ) => Promise<__HttpRequest>;
1534
1722
  export declare const serializeAws_json1_1DescribeInferenceRecommendationsJobCommand: (
1535
1723
  input: DescribeInferenceRecommendationsJobCommandInput,
1536
1724
  context: __SerdeContext
@@ -1551,6 +1739,14 @@ export declare const serializeAws_json1_1DescribeModelBiasJobDefinitionCommand:
1551
1739
  input: DescribeModelBiasJobDefinitionCommandInput,
1552
1740
  context: __SerdeContext
1553
1741
  ) => Promise<__HttpRequest>;
1742
+ export declare const serializeAws_json1_1DescribeModelCardCommand: (
1743
+ input: DescribeModelCardCommandInput,
1744
+ context: __SerdeContext
1745
+ ) => Promise<__HttpRequest>;
1746
+ export declare const serializeAws_json1_1DescribeModelCardExportJobCommand: (
1747
+ input: DescribeModelCardExportJobCommandInput,
1748
+ context: __SerdeContext
1749
+ ) => Promise<__HttpRequest>;
1554
1750
  export declare const serializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand: (
1555
1751
  input: DescribeModelExplainabilityJobDefinitionCommandInput,
1556
1752
  context: __SerdeContext
@@ -1599,6 +1795,10 @@ export declare const serializeAws_json1_1DescribeProjectCommand: (
1599
1795
  input: DescribeProjectCommandInput,
1600
1796
  context: __SerdeContext
1601
1797
  ) => Promise<__HttpRequest>;
1798
+ export declare const serializeAws_json1_1DescribeSpaceCommand: (
1799
+ input: DescribeSpaceCommandInput,
1800
+ context: __SerdeContext
1801
+ ) => Promise<__HttpRequest>;
1602
1802
  export declare const serializeAws_json1_1DescribeStudioLifecycleConfigCommand: (
1603
1803
  input: DescribeStudioLifecycleConfigCommandInput,
1604
1804
  context: __SerdeContext
@@ -1667,6 +1867,10 @@ export declare const serializeAws_json1_1GetSearchSuggestionsCommand: (
1667
1867
  input: GetSearchSuggestionsCommandInput,
1668
1868
  context: __SerdeContext
1669
1869
  ) => Promise<__HttpRequest>;
1870
+ export declare const serializeAws_json1_1ImportHubContentCommand: (
1871
+ input: ImportHubContentCommandInput,
1872
+ context: __SerdeContext
1873
+ ) => Promise<__HttpRequest>;
1670
1874
  export declare const serializeAws_json1_1ListActionsCommand: (
1671
1875
  input: ListActionsCommandInput,
1672
1876
  context: __SerdeContext
@@ -1755,6 +1959,18 @@ export declare const serializeAws_json1_1ListFlowDefinitionsCommand: (
1755
1959
  input: ListFlowDefinitionsCommandInput,
1756
1960
  context: __SerdeContext
1757
1961
  ) => Promise<__HttpRequest>;
1962
+ export declare const serializeAws_json1_1ListHubContentsCommand: (
1963
+ input: ListHubContentsCommandInput,
1964
+ context: __SerdeContext
1965
+ ) => Promise<__HttpRequest>;
1966
+ export declare const serializeAws_json1_1ListHubContentVersionsCommand: (
1967
+ input: ListHubContentVersionsCommandInput,
1968
+ context: __SerdeContext
1969
+ ) => Promise<__HttpRequest>;
1970
+ export declare const serializeAws_json1_1ListHubsCommand: (
1971
+ input: ListHubsCommandInput,
1972
+ context: __SerdeContext
1973
+ ) => Promise<__HttpRequest>;
1758
1974
  export declare const serializeAws_json1_1ListHumanTaskUisCommand: (
1759
1975
  input: ListHumanTaskUisCommandInput,
1760
1976
  context: __SerdeContext
@@ -1771,6 +1987,10 @@ export declare const serializeAws_json1_1ListImageVersionsCommand: (
1771
1987
  input: ListImageVersionsCommandInput,
1772
1988
  context: __SerdeContext
1773
1989
  ) => Promise<__HttpRequest>;
1990
+ export declare const serializeAws_json1_1ListInferenceExperimentsCommand: (
1991
+ input: ListInferenceExperimentsCommandInput,
1992
+ context: __SerdeContext
1993
+ ) => Promise<__HttpRequest>;
1774
1994
  export declare const serializeAws_json1_1ListInferenceRecommendationsJobsCommand: (
1775
1995
  input: ListInferenceRecommendationsJobsCommandInput,
1776
1996
  context: __SerdeContext
@@ -1795,6 +2015,18 @@ export declare const serializeAws_json1_1ListModelBiasJobDefinitionsCommand: (
1795
2015
  input: ListModelBiasJobDefinitionsCommandInput,
1796
2016
  context: __SerdeContext
1797
2017
  ) => Promise<__HttpRequest>;
2018
+ export declare const serializeAws_json1_1ListModelCardExportJobsCommand: (
2019
+ input: ListModelCardExportJobsCommandInput,
2020
+ context: __SerdeContext
2021
+ ) => Promise<__HttpRequest>;
2022
+ export declare const serializeAws_json1_1ListModelCardsCommand: (
2023
+ input: ListModelCardsCommandInput,
2024
+ context: __SerdeContext
2025
+ ) => Promise<__HttpRequest>;
2026
+ export declare const serializeAws_json1_1ListModelCardVersionsCommand: (
2027
+ input: ListModelCardVersionsCommandInput,
2028
+ context: __SerdeContext
2029
+ ) => Promise<__HttpRequest>;
1798
2030
  export declare const serializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand: (
1799
2031
  input: ListModelExplainabilityJobDefinitionsCommandInput,
1800
2032
  context: __SerdeContext
@@ -1819,6 +2051,14 @@ export declare const serializeAws_json1_1ListModelsCommand: (
1819
2051
  input: ListModelsCommandInput,
1820
2052
  context: __SerdeContext
1821
2053
  ) => Promise<__HttpRequest>;
2054
+ export declare const serializeAws_json1_1ListMonitoringAlertHistoryCommand: (
2055
+ input: ListMonitoringAlertHistoryCommandInput,
2056
+ context: __SerdeContext
2057
+ ) => Promise<__HttpRequest>;
2058
+ export declare const serializeAws_json1_1ListMonitoringAlertsCommand: (
2059
+ input: ListMonitoringAlertsCommandInput,
2060
+ context: __SerdeContext
2061
+ ) => Promise<__HttpRequest>;
1822
2062
  export declare const serializeAws_json1_1ListMonitoringExecutionsCommand: (
1823
2063
  input: ListMonitoringExecutionsCommandInput,
1824
2064
  context: __SerdeContext
@@ -1859,6 +2099,10 @@ export declare const serializeAws_json1_1ListProjectsCommand: (
1859
2099
  input: ListProjectsCommandInput,
1860
2100
  context: __SerdeContext
1861
2101
  ) => Promise<__HttpRequest>;
2102
+ export declare const serializeAws_json1_1ListSpacesCommand: (
2103
+ input: ListSpacesCommandInput,
2104
+ context: __SerdeContext
2105
+ ) => Promise<__HttpRequest>;
1862
2106
  export declare const serializeAws_json1_1ListStageDevicesCommand: (
1863
2107
  input: ListStageDevicesCommandInput,
1864
2108
  context: __SerdeContext
@@ -1943,6 +2187,10 @@ export declare const serializeAws_json1_1StartEdgeDeploymentStageCommand: (
1943
2187
  input: StartEdgeDeploymentStageCommandInput,
1944
2188
  context: __SerdeContext
1945
2189
  ) => Promise<__HttpRequest>;
2190
+ export declare const serializeAws_json1_1StartInferenceExperimentCommand: (
2191
+ input: StartInferenceExperimentCommandInput,
2192
+ context: __SerdeContext
2193
+ ) => Promise<__HttpRequest>;
1946
2194
  export declare const serializeAws_json1_1StartMonitoringScheduleCommand: (
1947
2195
  input: StartMonitoringScheduleCommandInput,
1948
2196
  context: __SerdeContext
@@ -1975,6 +2223,10 @@ export declare const serializeAws_json1_1StopHyperParameterTuningJobCommand: (
1975
2223
  input: StopHyperParameterTuningJobCommandInput,
1976
2224
  context: __SerdeContext
1977
2225
  ) => Promise<__HttpRequest>;
2226
+ export declare const serializeAws_json1_1StopInferenceExperimentCommand: (
2227
+ input: StopInferenceExperimentCommandInput,
2228
+ context: __SerdeContext
2229
+ ) => Promise<__HttpRequest>;
1978
2230
  export declare const serializeAws_json1_1StopInferenceRecommendationsJobCommand: (
1979
2231
  input: StopInferenceRecommendationsJobCommandInput,
1980
2232
  context: __SerdeContext
@@ -2059,14 +2311,30 @@ export declare const serializeAws_json1_1UpdateFeatureMetadataCommand: (
2059
2311
  input: UpdateFeatureMetadataCommandInput,
2060
2312
  context: __SerdeContext
2061
2313
  ) => Promise<__HttpRequest>;
2314
+ export declare const serializeAws_json1_1UpdateHubCommand: (
2315
+ input: UpdateHubCommandInput,
2316
+ context: __SerdeContext
2317
+ ) => Promise<__HttpRequest>;
2062
2318
  export declare const serializeAws_json1_1UpdateImageCommand: (
2063
2319
  input: UpdateImageCommandInput,
2064
2320
  context: __SerdeContext
2065
2321
  ) => Promise<__HttpRequest>;
2322
+ export declare const serializeAws_json1_1UpdateInferenceExperimentCommand: (
2323
+ input: UpdateInferenceExperimentCommandInput,
2324
+ context: __SerdeContext
2325
+ ) => Promise<__HttpRequest>;
2326
+ export declare const serializeAws_json1_1UpdateModelCardCommand: (
2327
+ input: UpdateModelCardCommandInput,
2328
+ context: __SerdeContext
2329
+ ) => Promise<__HttpRequest>;
2066
2330
  export declare const serializeAws_json1_1UpdateModelPackageCommand: (
2067
2331
  input: UpdateModelPackageCommandInput,
2068
2332
  context: __SerdeContext
2069
2333
  ) => Promise<__HttpRequest>;
2334
+ export declare const serializeAws_json1_1UpdateMonitoringAlertCommand: (
2335
+ input: UpdateMonitoringAlertCommandInput,
2336
+ context: __SerdeContext
2337
+ ) => Promise<__HttpRequest>;
2070
2338
  export declare const serializeAws_json1_1UpdateMonitoringScheduleCommand: (
2071
2339
  input: UpdateMonitoringScheduleCommandInput,
2072
2340
  context: __SerdeContext
@@ -2091,6 +2359,10 @@ export declare const serializeAws_json1_1UpdateProjectCommand: (
2091
2359
  input: UpdateProjectCommandInput,
2092
2360
  context: __SerdeContext
2093
2361
  ) => Promise<__HttpRequest>;
2362
+ export declare const serializeAws_json1_1UpdateSpaceCommand: (
2363
+ input: UpdateSpaceCommandInput,
2364
+ context: __SerdeContext
2365
+ ) => Promise<__HttpRequest>;
2094
2366
  export declare const serializeAws_json1_1UpdateTrainingJobCommand: (
2095
2367
  input: UpdateTrainingJobCommandInput,
2096
2368
  context: __SerdeContext
@@ -2211,6 +2483,10 @@ export declare const deserializeAws_json1_1CreateFlowDefinitionCommand: (
2211
2483
  output: __HttpResponse,
2212
2484
  context: __SerdeContext
2213
2485
  ) => Promise<CreateFlowDefinitionCommandOutput>;
2486
+ export declare const deserializeAws_json1_1CreateHubCommand: (
2487
+ output: __HttpResponse,
2488
+ context: __SerdeContext
2489
+ ) => Promise<CreateHubCommandOutput>;
2214
2490
  export declare const deserializeAws_json1_1CreateHumanTaskUiCommand: (
2215
2491
  output: __HttpResponse,
2216
2492
  context: __SerdeContext
@@ -2227,6 +2503,10 @@ export declare const deserializeAws_json1_1CreateImageVersionCommand: (
2227
2503
  output: __HttpResponse,
2228
2504
  context: __SerdeContext
2229
2505
  ) => Promise<CreateImageVersionCommandOutput>;
2506
+ export declare const deserializeAws_json1_1CreateInferenceExperimentCommand: (
2507
+ output: __HttpResponse,
2508
+ context: __SerdeContext
2509
+ ) => Promise<CreateInferenceExperimentCommandOutput>;
2230
2510
  export declare const deserializeAws_json1_1CreateInferenceRecommendationsJobCommand: (
2231
2511
  output: __HttpResponse,
2232
2512
  context: __SerdeContext
@@ -2243,6 +2523,14 @@ export declare const deserializeAws_json1_1CreateModelBiasJobDefinitionCommand:
2243
2523
  output: __HttpResponse,
2244
2524
  context: __SerdeContext
2245
2525
  ) => Promise<CreateModelBiasJobDefinitionCommandOutput>;
2526
+ export declare const deserializeAws_json1_1CreateModelCardCommand: (
2527
+ output: __HttpResponse,
2528
+ context: __SerdeContext
2529
+ ) => Promise<CreateModelCardCommandOutput>;
2530
+ export declare const deserializeAws_json1_1CreateModelCardExportJobCommand: (
2531
+ output: __HttpResponse,
2532
+ context: __SerdeContext
2533
+ ) => Promise<CreateModelCardExportJobCommandOutput>;
2246
2534
  export declare const deserializeAws_json1_1CreateModelExplainabilityJobDefinitionCommand: (
2247
2535
  output: __HttpResponse,
2248
2536
  context: __SerdeContext
@@ -2291,6 +2579,10 @@ export declare const deserializeAws_json1_1CreateProjectCommand: (
2291
2579
  output: __HttpResponse,
2292
2580
  context: __SerdeContext
2293
2581
  ) => Promise<CreateProjectCommandOutput>;
2582
+ export declare const deserializeAws_json1_1CreateSpaceCommand: (
2583
+ output: __HttpResponse,
2584
+ context: __SerdeContext
2585
+ ) => Promise<CreateSpaceCommandOutput>;
2294
2586
  export declare const deserializeAws_json1_1CreateStudioLifecycleConfigCommand: (
2295
2587
  output: __HttpResponse,
2296
2588
  context: __SerdeContext
@@ -2395,6 +2687,14 @@ export declare const deserializeAws_json1_1DeleteFlowDefinitionCommand: (
2395
2687
  output: __HttpResponse,
2396
2688
  context: __SerdeContext
2397
2689
  ) => Promise<DeleteFlowDefinitionCommandOutput>;
2690
+ export declare const deserializeAws_json1_1DeleteHubCommand: (
2691
+ output: __HttpResponse,
2692
+ context: __SerdeContext
2693
+ ) => Promise<DeleteHubCommandOutput>;
2694
+ export declare const deserializeAws_json1_1DeleteHubContentCommand: (
2695
+ output: __HttpResponse,
2696
+ context: __SerdeContext
2697
+ ) => Promise<DeleteHubContentCommandOutput>;
2398
2698
  export declare const deserializeAws_json1_1DeleteHumanTaskUiCommand: (
2399
2699
  output: __HttpResponse,
2400
2700
  context: __SerdeContext
@@ -2407,6 +2707,10 @@ export declare const deserializeAws_json1_1DeleteImageVersionCommand: (
2407
2707
  output: __HttpResponse,
2408
2708
  context: __SerdeContext
2409
2709
  ) => Promise<DeleteImageVersionCommandOutput>;
2710
+ export declare const deserializeAws_json1_1DeleteInferenceExperimentCommand: (
2711
+ output: __HttpResponse,
2712
+ context: __SerdeContext
2713
+ ) => Promise<DeleteInferenceExperimentCommandOutput>;
2410
2714
  export declare const deserializeAws_json1_1DeleteModelCommand: (
2411
2715
  output: __HttpResponse,
2412
2716
  context: __SerdeContext
@@ -2415,6 +2719,10 @@ export declare const deserializeAws_json1_1DeleteModelBiasJobDefinitionCommand:
2415
2719
  output: __HttpResponse,
2416
2720
  context: __SerdeContext
2417
2721
  ) => Promise<DeleteModelBiasJobDefinitionCommandOutput>;
2722
+ export declare const deserializeAws_json1_1DeleteModelCardCommand: (
2723
+ output: __HttpResponse,
2724
+ context: __SerdeContext
2725
+ ) => Promise<DeleteModelCardCommandOutput>;
2418
2726
  export declare const deserializeAws_json1_1DeleteModelExplainabilityJobDefinitionCommand: (
2419
2727
  output: __HttpResponse,
2420
2728
  context: __SerdeContext
@@ -2455,6 +2763,10 @@ export declare const deserializeAws_json1_1DeleteProjectCommand: (
2455
2763
  output: __HttpResponse,
2456
2764
  context: __SerdeContext
2457
2765
  ) => Promise<DeleteProjectCommandOutput>;
2766
+ export declare const deserializeAws_json1_1DeleteSpaceCommand: (
2767
+ output: __HttpResponse,
2768
+ context: __SerdeContext
2769
+ ) => Promise<DeleteSpaceCommandOutput>;
2458
2770
  export declare const deserializeAws_json1_1DeleteStudioLifecycleConfigCommand: (
2459
2771
  output: __HttpResponse,
2460
2772
  context: __SerdeContext
@@ -2571,6 +2883,14 @@ export declare const deserializeAws_json1_1DescribeFlowDefinitionCommand: (
2571
2883
  output: __HttpResponse,
2572
2884
  context: __SerdeContext
2573
2885
  ) => Promise<DescribeFlowDefinitionCommandOutput>;
2886
+ export declare const deserializeAws_json1_1DescribeHubCommand: (
2887
+ output: __HttpResponse,
2888
+ context: __SerdeContext
2889
+ ) => Promise<DescribeHubCommandOutput>;
2890
+ export declare const deserializeAws_json1_1DescribeHubContentCommand: (
2891
+ output: __HttpResponse,
2892
+ context: __SerdeContext
2893
+ ) => Promise<DescribeHubContentCommandOutput>;
2574
2894
  export declare const deserializeAws_json1_1DescribeHumanTaskUiCommand: (
2575
2895
  output: __HttpResponse,
2576
2896
  context: __SerdeContext
@@ -2587,6 +2907,10 @@ export declare const deserializeAws_json1_1DescribeImageVersionCommand: (
2587
2907
  output: __HttpResponse,
2588
2908
  context: __SerdeContext
2589
2909
  ) => Promise<DescribeImageVersionCommandOutput>;
2910
+ export declare const deserializeAws_json1_1DescribeInferenceExperimentCommand: (
2911
+ output: __HttpResponse,
2912
+ context: __SerdeContext
2913
+ ) => Promise<DescribeInferenceExperimentCommandOutput>;
2590
2914
  export declare const deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand: (
2591
2915
  output: __HttpResponse,
2592
2916
  context: __SerdeContext
@@ -2607,6 +2931,14 @@ export declare const deserializeAws_json1_1DescribeModelBiasJobDefinitionCommand
2607
2931
  output: __HttpResponse,
2608
2932
  context: __SerdeContext
2609
2933
  ) => Promise<DescribeModelBiasJobDefinitionCommandOutput>;
2934
+ export declare const deserializeAws_json1_1DescribeModelCardCommand: (
2935
+ output: __HttpResponse,
2936
+ context: __SerdeContext
2937
+ ) => Promise<DescribeModelCardCommandOutput>;
2938
+ export declare const deserializeAws_json1_1DescribeModelCardExportJobCommand: (
2939
+ output: __HttpResponse,
2940
+ context: __SerdeContext
2941
+ ) => Promise<DescribeModelCardExportJobCommandOutput>;
2610
2942
  export declare const deserializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand: (
2611
2943
  output: __HttpResponse,
2612
2944
  context: __SerdeContext
@@ -2655,6 +2987,10 @@ export declare const deserializeAws_json1_1DescribeProjectCommand: (
2655
2987
  output: __HttpResponse,
2656
2988
  context: __SerdeContext
2657
2989
  ) => Promise<DescribeProjectCommandOutput>;
2990
+ export declare const deserializeAws_json1_1DescribeSpaceCommand: (
2991
+ output: __HttpResponse,
2992
+ context: __SerdeContext
2993
+ ) => Promise<DescribeSpaceCommandOutput>;
2658
2994
  export declare const deserializeAws_json1_1DescribeStudioLifecycleConfigCommand: (
2659
2995
  output: __HttpResponse,
2660
2996
  context: __SerdeContext
@@ -2723,6 +3059,10 @@ export declare const deserializeAws_json1_1GetSearchSuggestionsCommand: (
2723
3059
  output: __HttpResponse,
2724
3060
  context: __SerdeContext
2725
3061
  ) => Promise<GetSearchSuggestionsCommandOutput>;
3062
+ export declare const deserializeAws_json1_1ImportHubContentCommand: (
3063
+ output: __HttpResponse,
3064
+ context: __SerdeContext
3065
+ ) => Promise<ImportHubContentCommandOutput>;
2726
3066
  export declare const deserializeAws_json1_1ListActionsCommand: (
2727
3067
  output: __HttpResponse,
2728
3068
  context: __SerdeContext
@@ -2811,6 +3151,18 @@ export declare const deserializeAws_json1_1ListFlowDefinitionsCommand: (
2811
3151
  output: __HttpResponse,
2812
3152
  context: __SerdeContext
2813
3153
  ) => Promise<ListFlowDefinitionsCommandOutput>;
3154
+ export declare const deserializeAws_json1_1ListHubContentsCommand: (
3155
+ output: __HttpResponse,
3156
+ context: __SerdeContext
3157
+ ) => Promise<ListHubContentsCommandOutput>;
3158
+ export declare const deserializeAws_json1_1ListHubContentVersionsCommand: (
3159
+ output: __HttpResponse,
3160
+ context: __SerdeContext
3161
+ ) => Promise<ListHubContentVersionsCommandOutput>;
3162
+ export declare const deserializeAws_json1_1ListHubsCommand: (
3163
+ output: __HttpResponse,
3164
+ context: __SerdeContext
3165
+ ) => Promise<ListHubsCommandOutput>;
2814
3166
  export declare const deserializeAws_json1_1ListHumanTaskUisCommand: (
2815
3167
  output: __HttpResponse,
2816
3168
  context: __SerdeContext
@@ -2827,6 +3179,10 @@ export declare const deserializeAws_json1_1ListImageVersionsCommand: (
2827
3179
  output: __HttpResponse,
2828
3180
  context: __SerdeContext
2829
3181
  ) => Promise<ListImageVersionsCommandOutput>;
3182
+ export declare const deserializeAws_json1_1ListInferenceExperimentsCommand: (
3183
+ output: __HttpResponse,
3184
+ context: __SerdeContext
3185
+ ) => Promise<ListInferenceExperimentsCommandOutput>;
2830
3186
  export declare const deserializeAws_json1_1ListInferenceRecommendationsJobsCommand: (
2831
3187
  output: __HttpResponse,
2832
3188
  context: __SerdeContext
@@ -2851,6 +3207,18 @@ export declare const deserializeAws_json1_1ListModelBiasJobDefinitionsCommand: (
2851
3207
  output: __HttpResponse,
2852
3208
  context: __SerdeContext
2853
3209
  ) => Promise<ListModelBiasJobDefinitionsCommandOutput>;
3210
+ export declare const deserializeAws_json1_1ListModelCardExportJobsCommand: (
3211
+ output: __HttpResponse,
3212
+ context: __SerdeContext
3213
+ ) => Promise<ListModelCardExportJobsCommandOutput>;
3214
+ export declare const deserializeAws_json1_1ListModelCardsCommand: (
3215
+ output: __HttpResponse,
3216
+ context: __SerdeContext
3217
+ ) => Promise<ListModelCardsCommandOutput>;
3218
+ export declare const deserializeAws_json1_1ListModelCardVersionsCommand: (
3219
+ output: __HttpResponse,
3220
+ context: __SerdeContext
3221
+ ) => Promise<ListModelCardVersionsCommandOutput>;
2854
3222
  export declare const deserializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand: (
2855
3223
  output: __HttpResponse,
2856
3224
  context: __SerdeContext
@@ -2875,6 +3243,14 @@ export declare const deserializeAws_json1_1ListModelsCommand: (
2875
3243
  output: __HttpResponse,
2876
3244
  context: __SerdeContext
2877
3245
  ) => Promise<ListModelsCommandOutput>;
3246
+ export declare const deserializeAws_json1_1ListMonitoringAlertHistoryCommand: (
3247
+ output: __HttpResponse,
3248
+ context: __SerdeContext
3249
+ ) => Promise<ListMonitoringAlertHistoryCommandOutput>;
3250
+ export declare const deserializeAws_json1_1ListMonitoringAlertsCommand: (
3251
+ output: __HttpResponse,
3252
+ context: __SerdeContext
3253
+ ) => Promise<ListMonitoringAlertsCommandOutput>;
2878
3254
  export declare const deserializeAws_json1_1ListMonitoringExecutionsCommand: (
2879
3255
  output: __HttpResponse,
2880
3256
  context: __SerdeContext
@@ -2915,6 +3291,10 @@ export declare const deserializeAws_json1_1ListProjectsCommand: (
2915
3291
  output: __HttpResponse,
2916
3292
  context: __SerdeContext
2917
3293
  ) => Promise<ListProjectsCommandOutput>;
3294
+ export declare const deserializeAws_json1_1ListSpacesCommand: (
3295
+ output: __HttpResponse,
3296
+ context: __SerdeContext
3297
+ ) => Promise<ListSpacesCommandOutput>;
2918
3298
  export declare const deserializeAws_json1_1ListStageDevicesCommand: (
2919
3299
  output: __HttpResponse,
2920
3300
  context: __SerdeContext
@@ -2999,6 +3379,10 @@ export declare const deserializeAws_json1_1StartEdgeDeploymentStageCommand: (
2999
3379
  output: __HttpResponse,
3000
3380
  context: __SerdeContext
3001
3381
  ) => Promise<StartEdgeDeploymentStageCommandOutput>;
3382
+ export declare const deserializeAws_json1_1StartInferenceExperimentCommand: (
3383
+ output: __HttpResponse,
3384
+ context: __SerdeContext
3385
+ ) => Promise<StartInferenceExperimentCommandOutput>;
3002
3386
  export declare const deserializeAws_json1_1StartMonitoringScheduleCommand: (
3003
3387
  output: __HttpResponse,
3004
3388
  context: __SerdeContext
@@ -3031,6 +3415,10 @@ export declare const deserializeAws_json1_1StopHyperParameterTuningJobCommand: (
3031
3415
  output: __HttpResponse,
3032
3416
  context: __SerdeContext
3033
3417
  ) => Promise<StopHyperParameterTuningJobCommandOutput>;
3418
+ export declare const deserializeAws_json1_1StopInferenceExperimentCommand: (
3419
+ output: __HttpResponse,
3420
+ context: __SerdeContext
3421
+ ) => Promise<StopInferenceExperimentCommandOutput>;
3034
3422
  export declare const deserializeAws_json1_1StopInferenceRecommendationsJobCommand: (
3035
3423
  output: __HttpResponse,
3036
3424
  context: __SerdeContext
@@ -3115,14 +3503,30 @@ export declare const deserializeAws_json1_1UpdateFeatureMetadataCommand: (
3115
3503
  output: __HttpResponse,
3116
3504
  context: __SerdeContext
3117
3505
  ) => Promise<UpdateFeatureMetadataCommandOutput>;
3506
+ export declare const deserializeAws_json1_1UpdateHubCommand: (
3507
+ output: __HttpResponse,
3508
+ context: __SerdeContext
3509
+ ) => Promise<UpdateHubCommandOutput>;
3118
3510
  export declare const deserializeAws_json1_1UpdateImageCommand: (
3119
3511
  output: __HttpResponse,
3120
3512
  context: __SerdeContext
3121
3513
  ) => Promise<UpdateImageCommandOutput>;
3514
+ export declare const deserializeAws_json1_1UpdateInferenceExperimentCommand: (
3515
+ output: __HttpResponse,
3516
+ context: __SerdeContext
3517
+ ) => Promise<UpdateInferenceExperimentCommandOutput>;
3518
+ export declare const deserializeAws_json1_1UpdateModelCardCommand: (
3519
+ output: __HttpResponse,
3520
+ context: __SerdeContext
3521
+ ) => Promise<UpdateModelCardCommandOutput>;
3122
3522
  export declare const deserializeAws_json1_1UpdateModelPackageCommand: (
3123
3523
  output: __HttpResponse,
3124
3524
  context: __SerdeContext
3125
3525
  ) => Promise<UpdateModelPackageCommandOutput>;
3526
+ export declare const deserializeAws_json1_1UpdateMonitoringAlertCommand: (
3527
+ output: __HttpResponse,
3528
+ context: __SerdeContext
3529
+ ) => Promise<UpdateMonitoringAlertCommandOutput>;
3126
3530
  export declare const deserializeAws_json1_1UpdateMonitoringScheduleCommand: (
3127
3531
  output: __HttpResponse,
3128
3532
  context: __SerdeContext
@@ -3147,6 +3551,10 @@ export declare const deserializeAws_json1_1UpdateProjectCommand: (
3147
3551
  output: __HttpResponse,
3148
3552
  context: __SerdeContext
3149
3553
  ) => Promise<UpdateProjectCommandOutput>;
3554
+ export declare const deserializeAws_json1_1UpdateSpaceCommand: (
3555
+ output: __HttpResponse,
3556
+ context: __SerdeContext
3557
+ ) => Promise<UpdateSpaceCommandOutput>;
3150
3558
  export declare const deserializeAws_json1_1UpdateTrainingJobCommand: (
3151
3559
  output: __HttpResponse,
3152
3560
  context: __SerdeContext