@aws-sdk/client-sagemaker 3.218.0 → 3.221.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (419) hide show
  1. package/dist-cjs/SageMaker.js +510 -0
  2. package/dist-cjs/commands/CreateHubCommand.js +46 -0
  3. package/dist-cjs/commands/CreateInferenceExperimentCommand.js +46 -0
  4. package/dist-cjs/commands/CreateModelCardCommand.js +46 -0
  5. package/dist-cjs/commands/CreateModelCardExportJobCommand.js +46 -0
  6. package/dist-cjs/commands/CreateSpaceCommand.js +46 -0
  7. package/dist-cjs/commands/DeleteHubCommand.js +46 -0
  8. package/dist-cjs/commands/DeleteHubContentCommand.js +46 -0
  9. package/dist-cjs/commands/DeleteInferenceExperimentCommand.js +46 -0
  10. package/dist-cjs/commands/DeleteModelCardCommand.js +46 -0
  11. package/dist-cjs/commands/DeleteSpaceCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeAppImageConfigCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeArtifactCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeAutoMLJobCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeCompilationJobCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeContextCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeDeviceCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeDeviceFleetCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeDomainCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeEndpointCommand.js +1 -2
  25. package/dist-cjs/commands/DescribeHubCommand.js +46 -0
  26. package/dist-cjs/commands/DescribeHubContentCommand.js +46 -0
  27. package/dist-cjs/commands/DescribeInferenceExperimentCommand.js +46 -0
  28. package/dist-cjs/commands/DescribeModelCardCommand.js +46 -0
  29. package/dist-cjs/commands/DescribeModelCardExportJobCommand.js +46 -0
  30. package/dist-cjs/commands/DescribeSpaceCommand.js +46 -0
  31. package/dist-cjs/commands/ImportHubContentCommand.js +46 -0
  32. package/dist-cjs/commands/ListCodeRepositoriesCommand.js +2 -1
  33. package/dist-cjs/commands/ListCompilationJobsCommand.js +3 -3
  34. package/dist-cjs/commands/ListContextsCommand.js +3 -3
  35. package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +3 -3
  36. package/dist-cjs/commands/ListDeviceFleetsCommand.js +3 -3
  37. package/dist-cjs/commands/ListDevicesCommand.js +3 -3
  38. package/dist-cjs/commands/ListDomainsCommand.js +3 -3
  39. package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +3 -3
  40. package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +3 -3
  41. package/dist-cjs/commands/ListEndpointConfigsCommand.js +3 -3
  42. package/dist-cjs/commands/ListEndpointsCommand.js +3 -3
  43. package/dist-cjs/commands/ListExperimentsCommand.js +3 -3
  44. package/dist-cjs/commands/ListFeatureGroupsCommand.js +3 -3
  45. package/dist-cjs/commands/ListFlowDefinitionsCommand.js +3 -3
  46. package/dist-cjs/commands/ListHubContentVersionsCommand.js +46 -0
  47. package/dist-cjs/commands/ListHubContentsCommand.js +46 -0
  48. package/dist-cjs/commands/ListHubsCommand.js +46 -0
  49. package/dist-cjs/commands/ListHumanTaskUisCommand.js +3 -3
  50. package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +3 -3
  51. package/dist-cjs/commands/ListImageVersionsCommand.js +3 -3
  52. package/dist-cjs/commands/ListImagesCommand.js +3 -3
  53. package/dist-cjs/commands/ListInferenceExperimentsCommand.js +46 -0
  54. package/dist-cjs/commands/ListInferenceRecommendationsJobStepsCommand.js +3 -3
  55. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +3 -3
  56. package/dist-cjs/commands/ListLabelingJobsCommand.js +3 -3
  57. package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +3 -3
  58. package/dist-cjs/commands/ListLineageGroupsCommand.js +3 -3
  59. package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +3 -3
  60. package/dist-cjs/commands/ListModelCardExportJobsCommand.js +46 -0
  61. package/dist-cjs/commands/ListModelCardVersionsCommand.js +46 -0
  62. package/dist-cjs/commands/ListModelCardsCommand.js +46 -0
  63. package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +3 -3
  64. package/dist-cjs/commands/ListModelMetadataCommand.js +1 -2
  65. package/dist-cjs/commands/ListMonitoringAlertHistoryCommand.js +46 -0
  66. package/dist-cjs/commands/ListMonitoringAlertsCommand.js +46 -0
  67. package/dist-cjs/commands/ListSpacesCommand.js +46 -0
  68. package/dist-cjs/commands/SearchCommand.js +2 -1
  69. package/dist-cjs/commands/StartInferenceExperimentCommand.js +46 -0
  70. package/dist-cjs/commands/StopInferenceExperimentCommand.js +46 -0
  71. package/dist-cjs/commands/UpdateHubCommand.js +46 -0
  72. package/dist-cjs/commands/UpdateInferenceExperimentCommand.js +46 -0
  73. package/dist-cjs/commands/UpdateModelCardCommand.js +46 -0
  74. package/dist-cjs/commands/UpdateModelPackageCommand.js +3 -3
  75. package/dist-cjs/commands/UpdateMonitoringAlertCommand.js +46 -0
  76. package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +3 -3
  77. package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +3 -3
  78. package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +3 -3
  79. package/dist-cjs/commands/UpdatePipelineCommand.js +3 -3
  80. package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +3 -3
  81. package/dist-cjs/commands/UpdateProjectCommand.js +3 -3
  82. package/dist-cjs/commands/UpdateSpaceCommand.js +46 -0
  83. package/dist-cjs/commands/UpdateTrainingJobCommand.js +3 -3
  84. package/dist-cjs/commands/UpdateTrialCommand.js +3 -3
  85. package/dist-cjs/commands/UpdateTrialComponentCommand.js +3 -3
  86. package/dist-cjs/commands/UpdateUserProfileCommand.js +3 -3
  87. package/dist-cjs/commands/UpdateWorkforceCommand.js +3 -3
  88. package/dist-cjs/commands/UpdateWorkteamCommand.js +3 -3
  89. package/dist-cjs/commands/index.js +34 -0
  90. package/dist-cjs/models/index.js +1 -0
  91. package/dist-cjs/models/models_0.js +15 -15
  92. package/dist-cjs/models/models_1.js +194 -207
  93. package/dist-cjs/models/models_2.js +333 -293
  94. package/dist-cjs/models/models_3.js +512 -129
  95. package/dist-cjs/models/models_4.js +158 -0
  96. package/dist-cjs/pagination/ListInferenceExperimentsPaginator.js +36 -0
  97. package/dist-cjs/pagination/ListModelCardExportJobsPaginator.js +36 -0
  98. package/dist-cjs/pagination/ListModelCardVersionsPaginator.js +36 -0
  99. package/dist-cjs/pagination/ListModelCardsPaginator.js +36 -0
  100. package/dist-cjs/pagination/ListMonitoringAlertHistoryPaginator.js +36 -0
  101. package/dist-cjs/pagination/ListMonitoringAlertsPaginator.js +36 -0
  102. package/dist-cjs/pagination/ListSpacesPaginator.js +36 -0
  103. package/dist-cjs/pagination/index.js +7 -0
  104. package/dist-cjs/protocols/Aws_json1_1.js +3050 -107
  105. package/dist-es/SageMaker.js +510 -0
  106. package/dist-es/commands/CreateHubCommand.js +42 -0
  107. package/dist-es/commands/CreateInferenceExperimentCommand.js +42 -0
  108. package/dist-es/commands/CreateModelCardCommand.js +42 -0
  109. package/dist-es/commands/CreateModelCardExportJobCommand.js +42 -0
  110. package/dist-es/commands/CreateSpaceCommand.js +42 -0
  111. package/dist-es/commands/DeleteHubCommand.js +42 -0
  112. package/dist-es/commands/DeleteHubContentCommand.js +42 -0
  113. package/dist-es/commands/DeleteInferenceExperimentCommand.js +42 -0
  114. package/dist-es/commands/DeleteModelCardCommand.js +42 -0
  115. package/dist-es/commands/DeleteSpaceCommand.js +42 -0
  116. package/dist-es/commands/DescribeAppImageConfigCommand.js +1 -1
  117. package/dist-es/commands/DescribeArtifactCommand.js +1 -1
  118. package/dist-es/commands/DescribeAutoMLJobCommand.js +1 -1
  119. package/dist-es/commands/DescribeCodeRepositoryCommand.js +1 -1
  120. package/dist-es/commands/DescribeCompilationJobCommand.js +1 -1
  121. package/dist-es/commands/DescribeContextCommand.js +1 -1
  122. package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +1 -1
  123. package/dist-es/commands/DescribeDeviceCommand.js +1 -1
  124. package/dist-es/commands/DescribeDeviceFleetCommand.js +1 -1
  125. package/dist-es/commands/DescribeDomainCommand.js +1 -1
  126. package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +1 -1
  127. package/dist-es/commands/DescribeEdgePackagingJobCommand.js +1 -1
  128. package/dist-es/commands/DescribeEndpointCommand.js +1 -2
  129. package/dist-es/commands/DescribeHubCommand.js +42 -0
  130. package/dist-es/commands/DescribeHubContentCommand.js +42 -0
  131. package/dist-es/commands/DescribeInferenceExperimentCommand.js +42 -0
  132. package/dist-es/commands/DescribeModelCardCommand.js +42 -0
  133. package/dist-es/commands/DescribeModelCardExportJobCommand.js +42 -0
  134. package/dist-es/commands/DescribeSpaceCommand.js +42 -0
  135. package/dist-es/commands/ImportHubContentCommand.js +42 -0
  136. package/dist-es/commands/ListCodeRepositoriesCommand.js +2 -1
  137. package/dist-es/commands/ListCompilationJobsCommand.js +1 -1
  138. package/dist-es/commands/ListContextsCommand.js +1 -1
  139. package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +1 -1
  140. package/dist-es/commands/ListDeviceFleetsCommand.js +1 -1
  141. package/dist-es/commands/ListDevicesCommand.js +1 -1
  142. package/dist-es/commands/ListDomainsCommand.js +1 -1
  143. package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +1 -1
  144. package/dist-es/commands/ListEdgePackagingJobsCommand.js +1 -1
  145. package/dist-es/commands/ListEndpointConfigsCommand.js +1 -1
  146. package/dist-es/commands/ListEndpointsCommand.js +1 -1
  147. package/dist-es/commands/ListExperimentsCommand.js +1 -1
  148. package/dist-es/commands/ListFeatureGroupsCommand.js +1 -1
  149. package/dist-es/commands/ListFlowDefinitionsCommand.js +1 -1
  150. package/dist-es/commands/ListHubContentVersionsCommand.js +42 -0
  151. package/dist-es/commands/ListHubContentsCommand.js +42 -0
  152. package/dist-es/commands/ListHubsCommand.js +42 -0
  153. package/dist-es/commands/ListHumanTaskUisCommand.js +1 -1
  154. package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +1 -1
  155. package/dist-es/commands/ListImageVersionsCommand.js +1 -1
  156. package/dist-es/commands/ListImagesCommand.js +1 -1
  157. package/dist-es/commands/ListInferenceExperimentsCommand.js +42 -0
  158. package/dist-es/commands/ListInferenceRecommendationsJobStepsCommand.js +1 -1
  159. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +1 -1
  160. package/dist-es/commands/ListLabelingJobsCommand.js +1 -1
  161. package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +1 -1
  162. package/dist-es/commands/ListLineageGroupsCommand.js +1 -1
  163. package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +1 -1
  164. package/dist-es/commands/ListModelCardExportJobsCommand.js +42 -0
  165. package/dist-es/commands/ListModelCardVersionsCommand.js +42 -0
  166. package/dist-es/commands/ListModelCardsCommand.js +42 -0
  167. package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +1 -1
  168. package/dist-es/commands/ListModelMetadataCommand.js +1 -2
  169. package/dist-es/commands/ListMonitoringAlertHistoryCommand.js +42 -0
  170. package/dist-es/commands/ListMonitoringAlertsCommand.js +42 -0
  171. package/dist-es/commands/ListSpacesCommand.js +42 -0
  172. package/dist-es/commands/SearchCommand.js +2 -1
  173. package/dist-es/commands/StartInferenceExperimentCommand.js +42 -0
  174. package/dist-es/commands/StopInferenceExperimentCommand.js +42 -0
  175. package/dist-es/commands/UpdateHubCommand.js +42 -0
  176. package/dist-es/commands/UpdateInferenceExperimentCommand.js +42 -0
  177. package/dist-es/commands/UpdateModelCardCommand.js +42 -0
  178. package/dist-es/commands/UpdateModelPackageCommand.js +1 -1
  179. package/dist-es/commands/UpdateMonitoringAlertCommand.js +42 -0
  180. package/dist-es/commands/UpdateMonitoringScheduleCommand.js +1 -1
  181. package/dist-es/commands/UpdateNotebookInstanceCommand.js +1 -1
  182. package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +1 -1
  183. package/dist-es/commands/UpdatePipelineCommand.js +1 -1
  184. package/dist-es/commands/UpdatePipelineExecutionCommand.js +1 -1
  185. package/dist-es/commands/UpdateProjectCommand.js +1 -1
  186. package/dist-es/commands/UpdateSpaceCommand.js +42 -0
  187. package/dist-es/commands/UpdateTrainingJobCommand.js +1 -1
  188. package/dist-es/commands/UpdateTrialCommand.js +1 -1
  189. package/dist-es/commands/UpdateTrialComponentCommand.js +1 -1
  190. package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
  191. package/dist-es/commands/UpdateWorkforceCommand.js +1 -1
  192. package/dist-es/commands/UpdateWorkteamCommand.js +1 -1
  193. package/dist-es/commands/index.js +34 -0
  194. package/dist-es/models/index.js +1 -0
  195. package/dist-es/models/models_0.js +9 -9
  196. package/dist-es/models/models_1.js +157 -169
  197. package/dist-es/models/models_2.js +275 -234
  198. package/dist-es/models/models_3.js +411 -93
  199. package/dist-es/models/models_4.js +118 -0
  200. package/dist-es/pagination/ListInferenceExperimentsPaginator.js +32 -0
  201. package/dist-es/pagination/ListModelCardExportJobsPaginator.js +32 -0
  202. package/dist-es/pagination/ListModelCardVersionsPaginator.js +32 -0
  203. package/dist-es/pagination/ListModelCardsPaginator.js +32 -0
  204. package/dist-es/pagination/ListMonitoringAlertHistoryPaginator.js +32 -0
  205. package/dist-es/pagination/ListMonitoringAlertsPaginator.js +32 -0
  206. package/dist-es/pagination/ListSpacesPaginator.js +32 -0
  207. package/dist-es/pagination/index.js +7 -0
  208. package/dist-es/protocols/Aws_json1_1.js +2970 -96
  209. package/dist-types/SageMaker.d.ts +266 -0
  210. package/dist-types/SageMakerClient.d.ts +36 -2
  211. package/dist-types/commands/CreateHubCommand.d.ts +37 -0
  212. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +51 -0
  213. package/dist-types/commands/CreateModelCardCommand.d.ts +38 -0
  214. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +37 -0
  215. package/dist-types/commands/CreateSpaceCommand.d.ts +37 -0
  216. package/dist-types/commands/DeleteHubCommand.d.ts +37 -0
  217. package/dist-types/commands/DeleteHubContentCommand.d.ts +37 -0
  218. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +43 -0
  219. package/dist-types/commands/DeleteModelCardCommand.d.ts +37 -0
  220. package/dist-types/commands/DeleteSpaceCommand.d.ts +37 -0
  221. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
  222. package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
  223. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  224. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
  225. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  226. package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
  227. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  228. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  229. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  230. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  231. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  232. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  233. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
  234. package/dist-types/commands/DescribeHubCommand.d.ts +37 -0
  235. package/dist-types/commands/DescribeHubContentCommand.d.ts +37 -0
  236. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +37 -0
  237. package/dist-types/commands/DescribeModelCardCommand.d.ts +37 -0
  238. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +37 -0
  239. package/dist-types/commands/DescribeSpaceCommand.d.ts +37 -0
  240. package/dist-types/commands/ImportHubContentCommand.d.ts +37 -0
  241. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +2 -1
  242. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  243. package/dist-types/commands/ListContextsCommand.d.ts +1 -1
  244. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
  245. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
  246. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  247. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  248. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  249. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  250. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
  251. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  252. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
  253. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  254. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  255. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +37 -0
  256. package/dist-types/commands/ListHubContentsCommand.d.ts +37 -0
  257. package/dist-types/commands/ListHubsCommand.d.ts +37 -0
  258. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
  259. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  260. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
  261. package/dist-types/commands/ListImagesCommand.d.ts +1 -1
  262. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +37 -0
  263. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  264. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  265. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  266. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  267. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  268. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  269. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +37 -0
  270. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +37 -0
  271. package/dist-types/commands/ListModelCardsCommand.d.ts +37 -0
  272. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  273. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -2
  274. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +37 -0
  275. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +37 -0
  276. package/dist-types/commands/ListSpacesCommand.d.ts +37 -0
  277. package/dist-types/commands/SearchCommand.d.ts +2 -1
  278. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +37 -0
  279. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +37 -0
  280. package/dist-types/commands/UpdateHubCommand.d.ts +37 -0
  281. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +41 -0
  282. package/dist-types/commands/UpdateModelCardCommand.d.ts +40 -0
  283. package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
  284. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +37 -0
  285. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  286. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  287. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  288. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
  289. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  290. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  291. package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
  292. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  293. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
  294. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
  295. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  296. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  297. package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -1
  298. package/dist-types/commands/index.d.ts +34 -0
  299. package/dist-types/models/index.d.ts +1 -0
  300. package/dist-types/models/models_0.d.ts +82 -143
  301. package/dist-types/models/models_1.d.ts +900 -1156
  302. package/dist-types/models/models_2.d.ts +5496 -5051
  303. package/dist-types/models/models_3.d.ts +5386 -3240
  304. package/dist-types/models/models_4.d.ts +841 -0
  305. package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +4 -0
  306. package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +4 -0
  307. package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +4 -0
  308. package/dist-types/pagination/ListModelCardsPaginator.d.ts +4 -0
  309. package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +4 -0
  310. package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +4 -0
  311. package/dist-types/pagination/ListSpacesPaginator.d.ts +4 -0
  312. package/dist-types/pagination/index.d.ts +7 -0
  313. package/dist-types/protocols/Aws_json1_1.d.ts +102 -0
  314. package/dist-types/ts3.4/SageMaker.d.ts +578 -0
  315. package/dist-types/ts3.4/SageMakerClient.d.ts +204 -0
  316. package/dist-types/ts3.4/commands/CreateHubCommand.d.ts +34 -0
  317. package/dist-types/ts3.4/commands/CreateInferenceExperimentCommand.d.ts +41 -0
  318. package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +37 -0
  319. package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +41 -0
  320. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +34 -0
  321. package/dist-types/ts3.4/commands/DeleteHubCommand.d.ts +32 -0
  322. package/dist-types/ts3.4/commands/DeleteHubContentCommand.d.ts +32 -0
  323. package/dist-types/ts3.4/commands/DeleteInferenceExperimentCommand.d.ts +41 -0
  324. package/dist-types/ts3.4/commands/DeleteModelCardCommand.d.ts +32 -0
  325. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +32 -0
  326. package/dist-types/ts3.4/commands/DescribeAppImageConfigCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/DescribeArtifactCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +1 -1
  332. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  335. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  336. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  337. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  338. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
  339. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +34 -0
  340. package/dist-types/ts3.4/commands/DescribeHubContentCommand.d.ts +38 -0
  341. package/dist-types/ts3.4/commands/DescribeInferenceExperimentCommand.d.ts +41 -0
  342. package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +38 -0
  343. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +41 -0
  344. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +37 -0
  345. package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +37 -0
  346. package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +2 -4
  347. package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +1 -1
  348. package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +1 -1
  349. package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
  350. package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +1 -1
  351. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
  352. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
  353. package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  354. package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  355. package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +1 -1
  356. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -1
  357. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +1 -1
  358. package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +1 -1
  359. package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  360. package/dist-types/ts3.4/commands/ListHubContentVersionsCommand.d.ts +41 -0
  361. package/dist-types/ts3.4/commands/ListHubContentsCommand.d.ts +37 -0
  362. package/dist-types/ts3.4/commands/ListHubsCommand.d.ts +34 -0
  363. package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +1 -1
  364. package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  365. package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +1 -1
  366. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -1
  367. package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +41 -0
  368. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  369. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  370. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
  371. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  372. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
  373. package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  374. package/dist-types/ts3.4/commands/ListModelCardExportJobsCommand.d.ts +41 -0
  375. package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +41 -0
  376. package/dist-types/ts3.4/commands/ListModelCardsCommand.d.ts +37 -0
  377. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  378. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +4 -2
  379. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +41 -0
  380. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +41 -0
  381. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +34 -0
  382. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  383. package/dist-types/ts3.4/commands/StartInferenceExperimentCommand.d.ts +41 -0
  384. package/dist-types/ts3.4/commands/StopInferenceExperimentCommand.d.ts +41 -0
  385. package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +34 -0
  386. package/dist-types/ts3.4/commands/UpdateInferenceExperimentCommand.d.ts +41 -0
  387. package/dist-types/ts3.4/commands/UpdateModelCardCommand.d.ts +37 -0
  388. package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +1 -1
  389. package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +41 -0
  390. package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  391. package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  392. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  393. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
  394. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  395. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  396. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +34 -0
  397. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
  398. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -1
  399. package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +1 -1
  400. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
  401. package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +1 -1
  402. package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +1 -1
  403. package/dist-types/ts3.4/commands/index.d.ts +34 -0
  404. package/dist-types/ts3.4/models/index.d.ts +1 -0
  405. package/dist-types/ts3.4/models/models_0.d.ts +27 -22
  406. package/dist-types/ts3.4/models/models_1.d.ts +326 -463
  407. package/dist-types/ts3.4/models/models_2.d.ts +717 -586
  408. package/dist-types/ts3.4/models/models_3.d.ts +1123 -289
  409. package/dist-types/ts3.4/models/models_4.d.ts +335 -0
  410. package/dist-types/ts3.4/pagination/ListInferenceExperimentsPaginator.d.ts +11 -0
  411. package/dist-types/ts3.4/pagination/ListModelCardExportJobsPaginator.d.ts +11 -0
  412. package/dist-types/ts3.4/pagination/ListModelCardVersionsPaginator.d.ts +11 -0
  413. package/dist-types/ts3.4/pagination/ListModelCardsPaginator.d.ts +11 -0
  414. package/dist-types/ts3.4/pagination/ListMonitoringAlertHistoryPaginator.d.ts +11 -0
  415. package/dist-types/ts3.4/pagination/ListMonitoringAlertsPaginator.d.ts +11 -0
  416. package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +11 -0
  417. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  418. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +408 -0
  419. package/package.json +1 -1
@@ -8,15 +8,27 @@ import {
8
8
  AppDetails,
9
9
  AppImageConfigDetails,
10
10
  AppImageConfigSortKey,
11
+ AppNetworkAccessType,
12
+ AppSecurityGroupManagement,
11
13
  AppSortKey,
12
14
  AppSpecification,
15
+ ArtifactSource,
13
16
  ArtifactSummary,
14
17
  AssociationEdgeType,
15
18
  AssociationSummary,
16
19
  AsyncInferenceConfig,
20
+ AuthMode,
17
21
  AutoMLCandidate,
22
+ AutoMLChannel,
23
+ AutoMLJobArtifacts,
24
+ AutoMLJobCompletionCriteria,
25
+ AutoMLJobConfig,
26
+ AutoMLJobObjective,
27
+ AutoMLJobSecondaryStatus,
18
28
  AutoMLJobStatus,
19
29
  AutoMLJobSummary,
30
+ AutoMLOutputDataConfig,
31
+ AutoMLPartialFailureReason,
20
32
  AutoMLSortBy,
21
33
  AutoMLSortOrder,
22
34
  BatchDataCaptureConfig,
@@ -27,33 +39,43 @@ import {
27
39
  CheckpointConfig,
28
40
  CodeRepositorySortBy,
29
41
  CodeRepositorySortOrder,
30
- CodeRepositorySummary,
31
42
  CognitoConfig,
32
43
  CompilationJobStatus,
33
- CompilationJobSummary,
34
44
  ContainerDefinition,
35
- ContextSummary,
45
+ ContextSource,
36
46
  DataCaptureConfig,
47
+ DataQualityAppSpecification,
48
+ DataQualityBaselineConfig,
49
+ DataQualityJobInput,
50
+ DefaultSpaceSettings,
37
51
  DeploymentConfig,
52
+ DomainSettings,
53
+ EdgeDeploymentModelConfig,
38
54
  EdgeOutputConfig,
55
+ EdgePresetDeploymentType,
39
56
  ExecutionRoleIdentityConfig,
40
57
  ExplainerConfig,
41
58
  FeatureDefinition,
42
59
  FeatureType,
60
+ GitConfig,
43
61
  HyperParameterTuningJobObjectiveType,
44
62
  InferenceSpecification,
63
+ InputConfig,
64
+ KernelGatewayImageConfig,
45
65
  MetadataProperties,
46
66
  ModelApprovalStatus,
67
+ ModelDeployConfig,
47
68
  ModelPackageStatus,
48
69
  MonitoringNetworkConfig,
49
70
  MonitoringOutputConfig,
50
71
  MonitoringResources,
51
72
  MonitoringStoppingCondition,
73
+ NeoVpcConfig,
52
74
  ObjectiveStatus,
53
- OfflineStoreConfig,
54
- OnlineStoreConfig,
75
+ OutputConfig,
55
76
  OutputDataConfig,
56
77
  OutputParameter,
78
+ ProblemType,
57
79
  ProductionVariant,
58
80
  ProductionVariantAcceleratorType,
59
81
  ProductionVariantInstanceType,
@@ -77,14 +99,14 @@ import {
77
99
  DebugRuleConfiguration,
78
100
  DebugRuleEvaluationStatus,
79
101
  DeployedImage,
102
+ DeploymentStageStatusSummary,
80
103
  DirectInternetAccess,
81
- DomainStatus,
82
104
  DriftCheckBaselines,
83
- EdgePackagingJobStatus,
84
105
  EndpointInfo,
85
- EndpointStatus,
86
106
  ExperimentConfig,
87
107
  FlowDefinitionOutputConfig,
108
+ HubContentType,
109
+ HubS3StorageConfig,
88
110
  HumanLoopActivationConfig,
89
111
  HumanLoopConfig,
90
112
  HumanLoopRequestSource,
@@ -94,20 +116,26 @@ import {
94
116
  HyperParameterTuningJobStrategyType,
95
117
  HyperParameterTuningJobWarmStartConfig,
96
118
  InferenceExecutionConfig,
119
+ InferenceExperimentDataStorageConfig,
120
+ InferenceExperimentSchedule,
121
+ InferenceExperimentType,
97
122
  InstanceMetadataServiceConfiguration,
98
123
  LabelingJobAlgorithmsConfig,
99
124
  LabelingJobInputConfig,
100
125
  LabelingJobOutputConfig,
101
126
  LabelingJobStoppingConditions,
102
127
  MemberDefinition,
103
- ModelArtifacts,
104
128
  ModelBiasAppSpecification,
105
129
  ModelBiasBaselineConfig,
106
130
  ModelBiasJobInput,
131
+ ModelCardExportOutputConfig,
132
+ ModelCardSecurityConfig,
133
+ ModelCardStatus,
107
134
  ModelClientConfig,
108
135
  ModelExplainabilityAppSpecification,
109
136
  ModelExplainabilityBaselineConfig,
110
137
  ModelExplainabilityJobInput,
138
+ ModelInfrastructureConfig,
111
139
  ModelMetrics,
112
140
  ModelPackageValidationSpecification,
113
141
  ModelQualityAppSpecification,
@@ -119,6 +147,8 @@ import {
119
147
  NotebookInstanceAcceleratorType,
120
148
  NotebookInstanceLifecycleHook,
121
149
  NotificationConfiguration,
150
+ OfflineStoreConfig,
151
+ OnlineStoreConfig,
122
152
  ParallelismConfiguration,
123
153
  ProcessingInput,
124
154
  ProcessingOutputConfig,
@@ -134,14 +164,287 @@ import {
134
164
  RootAccess,
135
165
  RuleEvaluationStatus,
136
166
  ServiceCatalogProvisioningDetails,
167
+ ShadowModeConfig,
137
168
  SourceAlgorithmSpecification,
138
169
  SourceIpConfig,
170
+ SpaceSettings,
139
171
  StudioLifecycleConfigAppType,
140
172
  TensorBoardOutputConfig,
141
173
  TrialComponentArtifact,
142
174
  TrialComponentParameterValue,
143
175
  TrialComponentStatus,
144
176
  } from "./models_1";
177
+ export interface DescribeAppImageConfigRequest {
178
+ AppImageConfigName: string | undefined;
179
+ }
180
+ export interface DescribeAppImageConfigResponse {
181
+ AppImageConfigArn?: string;
182
+ AppImageConfigName?: string;
183
+ CreationTime?: Date;
184
+ LastModifiedTime?: Date;
185
+ KernelGatewayImageConfig?: KernelGatewayImageConfig;
186
+ }
187
+ export interface DescribeArtifactRequest {
188
+ ArtifactArn: string | undefined;
189
+ }
190
+ export interface DescribeArtifactResponse {
191
+ ArtifactName?: string;
192
+ ArtifactArn?: string;
193
+ Source?: ArtifactSource;
194
+ ArtifactType?: string;
195
+ Properties?: Record<string, string>;
196
+ CreationTime?: Date;
197
+ CreatedBy?: UserContext;
198
+ LastModifiedTime?: Date;
199
+ LastModifiedBy?: UserContext;
200
+ MetadataProperties?: MetadataProperties;
201
+ LineageGroupArn?: string;
202
+ }
203
+ export interface DescribeAutoMLJobRequest {
204
+ AutoMLJobName: string | undefined;
205
+ }
206
+ export interface ModelDeployResult {
207
+ EndpointName?: string;
208
+ }
209
+ export interface ResolvedAttributes {
210
+ AutoMLJobObjective?: AutoMLJobObjective;
211
+ ProblemType?: ProblemType | string;
212
+ CompletionCriteria?: AutoMLJobCompletionCriteria;
213
+ }
214
+ export interface DescribeAutoMLJobResponse {
215
+ AutoMLJobName: string | undefined;
216
+ AutoMLJobArn: string | undefined;
217
+ InputDataConfig: AutoMLChannel[] | undefined;
218
+ OutputDataConfig: AutoMLOutputDataConfig | undefined;
219
+ RoleArn: string | undefined;
220
+ AutoMLJobObjective?: AutoMLJobObjective;
221
+ ProblemType?: ProblemType | string;
222
+ AutoMLJobConfig?: AutoMLJobConfig;
223
+ CreationTime: Date | undefined;
224
+ EndTime?: Date;
225
+ LastModifiedTime: Date | undefined;
226
+ FailureReason?: string;
227
+ PartialFailureReasons?: AutoMLPartialFailureReason[];
228
+ BestCandidate?: AutoMLCandidate;
229
+ AutoMLJobStatus: AutoMLJobStatus | string | undefined;
230
+ AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | string | undefined;
231
+ GenerateCandidateDefinitionsOnly?: boolean;
232
+ AutoMLJobArtifacts?: AutoMLJobArtifacts;
233
+ ResolvedAttributes?: ResolvedAttributes;
234
+ ModelDeployConfig?: ModelDeployConfig;
235
+ ModelDeployResult?: ModelDeployResult;
236
+ }
237
+ export interface DescribeCodeRepositoryInput {
238
+ CodeRepositoryName: string | undefined;
239
+ }
240
+ export interface DescribeCodeRepositoryOutput {
241
+ CodeRepositoryName: string | undefined;
242
+ CodeRepositoryArn: string | undefined;
243
+ CreationTime: Date | undefined;
244
+ LastModifiedTime: Date | undefined;
245
+ GitConfig?: GitConfig;
246
+ }
247
+ export interface DescribeCompilationJobRequest {
248
+ CompilationJobName: string | undefined;
249
+ }
250
+ export interface ModelArtifacts {
251
+ S3ModelArtifacts: string | undefined;
252
+ }
253
+ export interface ModelDigests {
254
+ ArtifactDigest?: string;
255
+ }
256
+ export interface DescribeCompilationJobResponse {
257
+ CompilationJobName: string | undefined;
258
+ CompilationJobArn: string | undefined;
259
+ CompilationJobStatus: CompilationJobStatus | string | undefined;
260
+ CompilationStartTime?: Date;
261
+ CompilationEndTime?: Date;
262
+ StoppingCondition: StoppingCondition | undefined;
263
+ InferenceImage?: string;
264
+ ModelPackageVersionArn?: string;
265
+ CreationTime: Date | undefined;
266
+ LastModifiedTime: Date | undefined;
267
+ FailureReason: string | undefined;
268
+ ModelArtifacts: ModelArtifacts | undefined;
269
+ ModelDigests?: ModelDigests;
270
+ RoleArn: string | undefined;
271
+ InputConfig: InputConfig | undefined;
272
+ OutputConfig: OutputConfig | undefined;
273
+ VpcConfig?: NeoVpcConfig;
274
+ }
275
+ export interface DescribeContextRequest {
276
+ ContextName: string | undefined;
277
+ }
278
+ export interface DescribeContextResponse {
279
+ ContextName?: string;
280
+ ContextArn?: string;
281
+ Source?: ContextSource;
282
+ ContextType?: string;
283
+ Description?: string;
284
+ Properties?: Record<string, string>;
285
+ CreationTime?: Date;
286
+ CreatedBy?: UserContext;
287
+ LastModifiedTime?: Date;
288
+ LastModifiedBy?: UserContext;
289
+ LineageGroupArn?: string;
290
+ }
291
+ export interface DescribeDataQualityJobDefinitionRequest {
292
+ JobDefinitionName: string | undefined;
293
+ }
294
+ export interface DescribeDataQualityJobDefinitionResponse {
295
+ JobDefinitionArn: string | undefined;
296
+ JobDefinitionName: string | undefined;
297
+ CreationTime: Date | undefined;
298
+ DataQualityBaselineConfig?: DataQualityBaselineConfig;
299
+ DataQualityAppSpecification: DataQualityAppSpecification | undefined;
300
+ DataQualityJobInput: DataQualityJobInput | undefined;
301
+ DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
302
+ JobResources: MonitoringResources | undefined;
303
+ NetworkConfig?: MonitoringNetworkConfig;
304
+ RoleArn: string | undefined;
305
+ StoppingCondition?: MonitoringStoppingCondition;
306
+ }
307
+ export interface DescribeDeviceRequest {
308
+ NextToken?: string;
309
+ DeviceName: string | undefined;
310
+ DeviceFleetName: string | undefined;
311
+ }
312
+ export interface EdgeModel {
313
+ ModelName: string | undefined;
314
+ ModelVersion: string | undefined;
315
+ LatestSampleTime?: Date;
316
+ LatestInference?: Date;
317
+ }
318
+ export interface DescribeDeviceResponse {
319
+ DeviceArn?: string;
320
+ DeviceName: string | undefined;
321
+ Description?: string;
322
+ DeviceFleetName: string | undefined;
323
+ IotThingName?: string;
324
+ RegistrationTime: Date | undefined;
325
+ LatestHeartbeat?: Date;
326
+ Models?: EdgeModel[];
327
+ MaxModels?: number;
328
+ NextToken?: string;
329
+ AgentVersion?: string;
330
+ }
331
+ export interface DescribeDeviceFleetRequest {
332
+ DeviceFleetName: string | undefined;
333
+ }
334
+ export interface DescribeDeviceFleetResponse {
335
+ DeviceFleetName: string | undefined;
336
+ DeviceFleetArn: string | undefined;
337
+ OutputConfig: EdgeOutputConfig | undefined;
338
+ Description?: string;
339
+ CreationTime: Date | undefined;
340
+ LastModifiedTime: Date | undefined;
341
+ RoleArn?: string;
342
+ IotRoleAlias?: string;
343
+ }
344
+ export interface DescribeDomainRequest {
345
+ DomainId: string | undefined;
346
+ }
347
+ export declare enum DomainStatus {
348
+ Delete_Failed = "Delete_Failed",
349
+ Deleting = "Deleting",
350
+ Failed = "Failed",
351
+ InService = "InService",
352
+ Pending = "Pending",
353
+ Update_Failed = "Update_Failed",
354
+ Updating = "Updating",
355
+ }
356
+ export interface DescribeDomainResponse {
357
+ DomainArn?: string;
358
+ DomainId?: string;
359
+ DomainName?: string;
360
+ HomeEfsFileSystemId?: string;
361
+ SingleSignOnManagedApplicationInstanceId?: string;
362
+ Status?: DomainStatus | string;
363
+ CreationTime?: Date;
364
+ LastModifiedTime?: Date;
365
+ FailureReason?: string;
366
+ AuthMode?: AuthMode | string;
367
+ DefaultUserSettings?: UserSettings;
368
+ AppNetworkAccessType?: AppNetworkAccessType | string;
369
+ HomeEfsFileSystemKmsKeyId?: string;
370
+ SubnetIds?: string[];
371
+ Url?: string;
372
+ VpcId?: string;
373
+ KmsKeyId?: string;
374
+ DomainSettings?: DomainSettings;
375
+ AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
376
+ SecurityGroupIdForDomainBoundary?: string;
377
+ DefaultSpaceSettings?: DefaultSpaceSettings;
378
+ }
379
+ export interface DescribeEdgeDeploymentPlanRequest {
380
+ EdgeDeploymentPlanName: string | undefined;
381
+ NextToken?: string;
382
+ MaxResults?: number;
383
+ }
384
+ export interface DescribeEdgeDeploymentPlanResponse {
385
+ EdgeDeploymentPlanArn: string | undefined;
386
+ EdgeDeploymentPlanName: string | undefined;
387
+ ModelConfigs: EdgeDeploymentModelConfig[] | undefined;
388
+ DeviceFleetName: string | undefined;
389
+ EdgeDeploymentSuccess?: number;
390
+ EdgeDeploymentPending?: number;
391
+ EdgeDeploymentFailed?: number;
392
+ Stages: DeploymentStageStatusSummary[] | undefined;
393
+ NextToken?: string;
394
+ CreationTime?: Date;
395
+ LastModifiedTime?: Date;
396
+ }
397
+ export interface DescribeEdgePackagingJobRequest {
398
+ EdgePackagingJobName: string | undefined;
399
+ }
400
+ export declare enum EdgePackagingJobStatus {
401
+ Completed = "COMPLETED",
402
+ Failed = "FAILED",
403
+ InProgress = "INPROGRESS",
404
+ Starting = "STARTING",
405
+ Stopped = "STOPPED",
406
+ Stopping = "STOPPING",
407
+ }
408
+ export declare enum EdgePresetDeploymentStatus {
409
+ Completed = "COMPLETED",
410
+ Failed = "FAILED",
411
+ }
412
+ export interface EdgePresetDeploymentOutput {
413
+ Type: EdgePresetDeploymentType | string | undefined;
414
+ Artifact?: string;
415
+ Status?: EdgePresetDeploymentStatus | string;
416
+ StatusMessage?: string;
417
+ }
418
+ export interface DescribeEdgePackagingJobResponse {
419
+ EdgePackagingJobArn: string | undefined;
420
+ EdgePackagingJobName: string | undefined;
421
+ CompilationJobName?: string;
422
+ ModelName?: string;
423
+ ModelVersion?: string;
424
+ RoleArn?: string;
425
+ OutputConfig?: EdgeOutputConfig;
426
+ ResourceKey?: string;
427
+ EdgePackagingJobStatus: EdgePackagingJobStatus | string | undefined;
428
+ EdgePackagingJobStatusMessage?: string;
429
+ CreationTime?: Date;
430
+ LastModifiedTime?: Date;
431
+ ModelArtifact?: string;
432
+ ModelSignature?: string;
433
+ PresetDeploymentOutput?: EdgePresetDeploymentOutput;
434
+ }
435
+ export interface DescribeEndpointInput {
436
+ EndpointName: string | undefined;
437
+ }
438
+ export declare enum EndpointStatus {
439
+ CREATING = "Creating",
440
+ DELETING = "Deleting",
441
+ FAILED = "Failed",
442
+ IN_SERVICE = "InService",
443
+ OUT_OF_SERVICE = "OutOfService",
444
+ ROLLING_BACK = "RollingBack",
445
+ SYSTEM_UPDATING = "SystemUpdating",
446
+ UPDATING = "Updating",
447
+ }
145
448
  export declare enum VariantStatus {
146
449
  ACTIVATING_TRAFFIC = "ActivatingTraffic",
147
450
  BAKING = "Baking",
@@ -171,6 +474,7 @@ export interface PendingDeploymentSummary {
171
474
  EndpointConfigName: string | undefined;
172
475
  ProductionVariants?: PendingProductionVariantSummary[];
173
476
  StartTime?: Date;
477
+ ShadowProductionVariants?: PendingProductionVariantSummary[];
174
478
  }
175
479
  export interface ProductionVariantSummary {
176
480
  VariantName: string | undefined;
@@ -197,6 +501,7 @@ export interface DescribeEndpointOutput {
197
501
  AsyncInferenceConfig?: AsyncInferenceConfig;
198
502
  PendingDeploymentSummary?: PendingDeploymentSummary;
199
503
  ExplainerConfig?: ExplainerConfig;
504
+ ShadowProductionVariants?: ProductionVariantSummary[];
200
505
  }
201
506
  export interface DescribeEndpointConfigInput {
202
507
  EndpointConfigName: string | undefined;
@@ -210,6 +515,7 @@ export interface DescribeEndpointConfigOutput {
210
515
  CreationTime: Date | undefined;
211
516
  AsyncInferenceConfig?: AsyncInferenceConfig;
212
517
  ExplainerConfig?: ExplainerConfig;
518
+ ShadowProductionVariants?: ProductionVariant[];
213
519
  }
214
520
  export interface DescribeExperimentRequest {
215
521
  ExperimentName: string | undefined;
@@ -316,6 +622,65 @@ export interface DescribeFlowDefinitionResponse {
316
622
  RoleArn: string | undefined;
317
623
  FailureReason?: string;
318
624
  }
625
+ export interface DescribeHubRequest {
626
+ HubName: string | undefined;
627
+ }
628
+ export declare enum HubStatus {
629
+ CREATE_FAILED = "CreateFailed",
630
+ CREATING = "Creating",
631
+ DELETE_FAILED = "DeleteFailed",
632
+ DELETING = "Deleting",
633
+ IN_SERVICE = "InService",
634
+ UPDATE_FAILED = "UpdateFailed",
635
+ UPDATING = "Updating",
636
+ }
637
+ export interface DescribeHubResponse {
638
+ HubName: string | undefined;
639
+ HubArn: string | undefined;
640
+ HubDisplayName?: string;
641
+ HubDescription?: string;
642
+ HubSearchKeywords?: string[];
643
+ S3StorageConfig?: HubS3StorageConfig;
644
+ HubStatus: HubStatus | string | undefined;
645
+ FailureReason?: string;
646
+ CreationTime: Date | undefined;
647
+ LastModifiedTime: Date | undefined;
648
+ }
649
+ export interface DescribeHubContentRequest {
650
+ HubName: string | undefined;
651
+ HubContentType: HubContentType | string | undefined;
652
+ HubContentName: string | undefined;
653
+ HubContentVersion?: string;
654
+ }
655
+ export interface HubContentDependency {
656
+ DependencyOriginPath?: string;
657
+ DependencyCopyPath?: string;
658
+ }
659
+ export declare enum HubContentStatus {
660
+ AVAILABLE = "Available",
661
+ DELETE_FAILED = "DeleteFailed",
662
+ DELETING = "Deleting",
663
+ IMPORTING = "Importing",
664
+ IMPORT_FAILED = "ImportFailed",
665
+ }
666
+ export interface DescribeHubContentResponse {
667
+ HubContentName: string | undefined;
668
+ HubContentArn: string | undefined;
669
+ HubContentVersion: string | undefined;
670
+ HubContentType: HubContentType | string | undefined;
671
+ DocumentSchemaVersion: string | undefined;
672
+ HubName: string | undefined;
673
+ HubArn: string | undefined;
674
+ HubContentDisplayName?: string;
675
+ HubContentDescription?: string;
676
+ HubContentMarkdown?: string;
677
+ HubContentDocument: string | undefined;
678
+ HubContentSearchKeywords?: string[];
679
+ HubContentDependencies?: HubContentDependency[];
680
+ HubContentStatus: HubContentStatus | string | undefined;
681
+ FailureReason?: string;
682
+ CreationTime: Date | undefined;
683
+ }
319
684
  export interface DescribeHumanTaskUiRequest {
320
685
  HumanTaskUiName: string | undefined;
321
686
  }
@@ -447,6 +812,56 @@ export interface DescribeImageVersionResponse {
447
812
  LastModifiedTime?: Date;
448
813
  Version?: number;
449
814
  }
815
+ export interface DescribeInferenceExperimentRequest {
816
+ Name: string | undefined;
817
+ }
818
+ export interface EndpointMetadata {
819
+ EndpointName: string | undefined;
820
+ EndpointConfigName?: string;
821
+ EndpointStatus?: EndpointStatus | string;
822
+ FailureReason?: string;
823
+ }
824
+ export declare enum ModelVariantStatus {
825
+ CREATING = "Creating",
826
+ DELETED = "Deleted",
827
+ DELETING = "Deleting",
828
+ IN_SERVICE = "InService",
829
+ UPDATING = "Updating",
830
+ }
831
+ export interface ModelVariantConfigSummary {
832
+ ModelName: string | undefined;
833
+ VariantName: string | undefined;
834
+ InfrastructureConfig: ModelInfrastructureConfig | undefined;
835
+ Status: ModelVariantStatus | string | undefined;
836
+ }
837
+ export declare enum InferenceExperimentStatus {
838
+ CANCELLED = "Cancelled",
839
+ COMPLETED = "Completed",
840
+ CREATED = "Created",
841
+ CREATING = "Creating",
842
+ RUNNING = "Running",
843
+ STARTING = "Starting",
844
+ STOPPING = "Stopping",
845
+ UPDATING = "Updating",
846
+ }
847
+ export interface DescribeInferenceExperimentResponse {
848
+ Arn: string | undefined;
849
+ Name: string | undefined;
850
+ Type: InferenceExperimentType | string | undefined;
851
+ Schedule?: InferenceExperimentSchedule;
852
+ Status: InferenceExperimentStatus | string | undefined;
853
+ StatusReason?: string;
854
+ Description?: string;
855
+ CreationTime?: Date;
856
+ CompletionTime?: Date;
857
+ LastModifiedTime?: Date;
858
+ RoleArn?: string;
859
+ EndpointMetadata: EndpointMetadata | undefined;
860
+ ModelVariants: ModelVariantConfigSummary[] | undefined;
861
+ DataStorageConfig?: InferenceExperimentDataStorageConfig;
862
+ ShadowModeConfig?: ShadowModeConfig;
863
+ KmsKey?: string;
864
+ }
450
865
  export interface DescribeInferenceRecommendationsJobRequest {
451
866
  JobName: string | undefined;
452
867
  }
@@ -593,6 +1008,54 @@ export interface DescribeModelBiasJobDefinitionResponse {
593
1008
  RoleArn: string | undefined;
594
1009
  StoppingCondition?: MonitoringStoppingCondition;
595
1010
  }
1011
+ export interface DescribeModelCardRequest {
1012
+ ModelCardName: string | undefined;
1013
+ ModelCardVersion?: number;
1014
+ }
1015
+ export declare enum ModelCardProcessingStatus {
1016
+ CONTENT_DELETED = "ContentDeleted",
1017
+ DELETE_COMPLETED = "DeleteCompleted",
1018
+ DELETE_FAILED = "DeleteFailed",
1019
+ DELETE_INPROGRESS = "DeleteInProgress",
1020
+ DELETE_PENDING = "DeletePending",
1021
+ EXPORTJOBS_DELETED = "ExportJobsDeleted",
1022
+ }
1023
+ export interface DescribeModelCardResponse {
1024
+ ModelCardArn: string | undefined;
1025
+ ModelCardName: string | undefined;
1026
+ ModelCardVersion: number | undefined;
1027
+ Content: string | undefined;
1028
+ ModelCardStatus: ModelCardStatus | string | undefined;
1029
+ SecurityConfig?: ModelCardSecurityConfig;
1030
+ CreationTime: Date | undefined;
1031
+ CreatedBy: UserContext | undefined;
1032
+ LastModifiedTime?: Date;
1033
+ LastModifiedBy?: UserContext;
1034
+ ModelCardProcessingStatus?: ModelCardProcessingStatus | string;
1035
+ }
1036
+ export interface DescribeModelCardExportJobRequest {
1037
+ ModelCardExportJobArn: string | undefined;
1038
+ }
1039
+ export interface ModelCardExportArtifacts {
1040
+ S3ExportArtifacts: string | undefined;
1041
+ }
1042
+ export declare enum ModelCardExportJobStatus {
1043
+ COMPLETED = "Completed",
1044
+ FAILED = "Failed",
1045
+ IN_PROGRESS = "InProgress",
1046
+ }
1047
+ export interface DescribeModelCardExportJobResponse {
1048
+ ModelCardExportJobName: string | undefined;
1049
+ ModelCardExportJobArn: string | undefined;
1050
+ Status: ModelCardExportJobStatus | string | undefined;
1051
+ ModelCardName: string | undefined;
1052
+ ModelCardVersion: number | undefined;
1053
+ OutputConfig: ModelCardExportOutputConfig | undefined;
1054
+ CreatedAt: Date | undefined;
1055
+ LastModifiedAt: Date | undefined;
1056
+ FailureReason?: string;
1057
+ ExportArtifacts?: ModelCardExportArtifacts;
1058
+ }
596
1059
  export interface DescribeModelExplainabilityJobDefinitionRequest {
597
1060
  JobDefinitionName: string | undefined;
598
1061
  }
@@ -903,6 +1366,30 @@ export interface DescribeProjectOutput {
903
1366
  LastModifiedTime?: Date;
904
1367
  LastModifiedBy?: UserContext;
905
1368
  }
1369
+ export interface DescribeSpaceRequest {
1370
+ DomainId: string | undefined;
1371
+ SpaceName: string | undefined;
1372
+ }
1373
+ export declare enum SpaceStatus {
1374
+ Delete_Failed = "Delete_Failed",
1375
+ Deleting = "Deleting",
1376
+ Failed = "Failed",
1377
+ InService = "InService",
1378
+ Pending = "Pending",
1379
+ Update_Failed = "Update_Failed",
1380
+ Updating = "Updating",
1381
+ }
1382
+ export interface DescribeSpaceResponse {
1383
+ DomainId?: string;
1384
+ SpaceArn?: string;
1385
+ SpaceName?: string;
1386
+ HomeEfsFileSystemUid?: string;
1387
+ Status?: SpaceStatus | string;
1388
+ LastModifiedTime?: Date;
1389
+ CreationTime?: Date;
1390
+ FailureReason?: string;
1391
+ SpaceSettings?: SpaceSettings;
1392
+ }
906
1393
  export interface DescribeStudioLifecycleConfigRequest {
907
1394
  StudioLifecycleConfigName: string | undefined;
908
1395
  }
@@ -1112,6 +1599,7 @@ export interface DescribeTrialComponentResponse {
1112
1599
  MetadataProperties?: MetadataProperties;
1113
1600
  Metrics?: TrialComponentMetricSummary[];
1114
1601
  LineageGroupArn?: string;
1602
+ Sources?: TrialComponentSource[];
1115
1603
  }
1116
1604
  export interface DescribeUserProfileRequest {
1117
1605
  DomainId: string | undefined;
@@ -1352,6 +1840,7 @@ export interface Endpoint {
1352
1840
  LastModifiedTime: Date | undefined;
1353
1841
  MonitoringSchedules?: MonitoringSchedule[];
1354
1842
  Tags?: Tag[];
1843
+ ShadowProductionVariants?: ProductionVariantSummary[];
1355
1844
  }
1356
1845
  export declare enum EndpointConfigSortKey {
1357
1846
  CreationTime = "CreationTime",
@@ -1508,6 +1997,8 @@ export declare enum ResourceType {
1508
1997
  FEATURE_GROUP = "FeatureGroup",
1509
1998
  FEATURE_METADATA = "FeatureMetadata",
1510
1999
  HYPER_PARAMETER_TUNING_JOB = "HyperParameterTuningJob",
2000
+ MODEL = "Model",
2001
+ MODEL_CARD = "ModelCard",
1511
2002
  MODEL_PACKAGE = "ModelPackage",
1512
2003
  MODEL_PACKAGE_GROUP = "ModelPackageGroup",
1513
2004
  PIPELINE = "Pipeline",
@@ -1534,6 +2025,39 @@ export interface GetSearchSuggestionsResponse {
1534
2025
  export interface GitConfigForUpdate {
1535
2026
  SecretArn?: string;
1536
2027
  }
2028
+ export interface HubContentInfo {
2029
+ HubContentName: string | undefined;
2030
+ HubContentArn: string | undefined;
2031
+ HubContentVersion: string | undefined;
2032
+ HubContentType: HubContentType | string | undefined;
2033
+ DocumentSchemaVersion: string | undefined;
2034
+ HubContentDisplayName?: string;
2035
+ HubContentDescription?: string;
2036
+ HubContentSearchKeywords?: string[];
2037
+ HubContentStatus: HubContentStatus | string | undefined;
2038
+ CreationTime: Date | undefined;
2039
+ }
2040
+ export declare enum HubContentSortBy {
2041
+ CREATION_TIME = "CreationTime",
2042
+ HUB_CONTENT_NAME = "HubContentName",
2043
+ HUB_CONTENT_STATUS = "HubContentStatus",
2044
+ }
2045
+ export interface HubInfo {
2046
+ HubName: string | undefined;
2047
+ HubArn: string | undefined;
2048
+ HubDisplayName?: string;
2049
+ HubDescription?: string;
2050
+ HubSearchKeywords?: string[];
2051
+ HubStatus: HubStatus | string | undefined;
2052
+ CreationTime: Date | undefined;
2053
+ LastModifiedTime: Date | undefined;
2054
+ }
2055
+ export declare enum HubSortBy {
2056
+ ACCOUNT_ID_OWNER = "AccountIdOwner",
2057
+ CREATION_TIME = "CreationTime",
2058
+ HUB_NAME = "HubName",
2059
+ HUB_STATUS = "HubStatus",
2060
+ }
1537
2061
  export interface HumanTaskUiSummary {
1538
2062
  HumanTaskUiName: string | undefined;
1539
2063
  HumanTaskUiArn: string | undefined;
@@ -1614,6 +2138,39 @@ export declare enum ImageVersionSortOrder {
1614
2138
  ASCENDING = "ASCENDING",
1615
2139
  DESCENDING = "DESCENDING",
1616
2140
  }
2141
+ export interface ImportHubContentRequest {
2142
+ HubContentName: string | undefined;
2143
+ HubContentVersion?: string;
2144
+ HubContentType: HubContentType | string | undefined;
2145
+ DocumentSchemaVersion: string | undefined;
2146
+ HubName: string | undefined;
2147
+ HubContentDisplayName?: string;
2148
+ HubContentDescription?: string;
2149
+ HubContentMarkdown?: string;
2150
+ HubContentDocument: string | undefined;
2151
+ HubContentSearchKeywords?: string[];
2152
+ Tags?: Tag[];
2153
+ }
2154
+ export interface ImportHubContentResponse {
2155
+ HubArn: string | undefined;
2156
+ HubContentArn: string | undefined;
2157
+ }
2158
+ export interface InferenceExperimentSummary {
2159
+ Name: string | undefined;
2160
+ Type: InferenceExperimentType | string | undefined;
2161
+ Schedule?: InferenceExperimentSchedule;
2162
+ Status: InferenceExperimentStatus | string | undefined;
2163
+ StatusReason?: string;
2164
+ Description?: string;
2165
+ CreationTime: Date | undefined;
2166
+ CompletionTime?: Date;
2167
+ LastModifiedTime: Date | undefined;
2168
+ RoleArn?: string;
2169
+ }
2170
+ export declare enum InferenceExperimentStopDesiredState {
2171
+ CANCELLED = "Cancelled",
2172
+ COMPLETED = "Completed",
2173
+ }
1617
2174
  export interface InferenceRecommendationsJob {
1618
2175
  JobName: string | undefined;
1619
2176
  JobDescription: string | undefined;
@@ -1742,6 +2299,7 @@ export interface ListAppsRequest {
1742
2299
  SortBy?: AppSortKey | string;
1743
2300
  DomainIdEquals?: string;
1744
2301
  UserProfileNameEquals?: string;
2302
+ SpaceNameEquals?: string;
1745
2303
  }
1746
2304
  export interface ListAppsResponse {
1747
2305
  Apps?: AppDetails[];
@@ -1828,424 +2386,95 @@ export interface ListCodeRepositoriesInput {
1828
2386
  SortBy?: CodeRepositorySortBy | string;
1829
2387
  SortOrder?: CodeRepositorySortOrder | string;
1830
2388
  }
1831
- export interface ListCodeRepositoriesOutput {
1832
- CodeRepositorySummaryList: CodeRepositorySummary[] | undefined;
1833
- NextToken?: string;
1834
- }
1835
- export declare enum ListCompilationJobsSortBy {
1836
- CREATION_TIME = "CreationTime",
1837
- NAME = "Name",
1838
- STATUS = "Status",
1839
- }
1840
- export interface ListCompilationJobsRequest {
1841
- NextToken?: string;
1842
- MaxResults?: number;
1843
- CreationTimeAfter?: Date;
1844
- CreationTimeBefore?: Date;
1845
- LastModifiedTimeAfter?: Date;
1846
- LastModifiedTimeBefore?: Date;
1847
- NameContains?: string;
1848
- StatusEquals?: CompilationJobStatus | string;
1849
- SortBy?: ListCompilationJobsSortBy | string;
1850
- SortOrder?: SortOrder | string;
1851
- }
1852
- export interface ListCompilationJobsResponse {
1853
- CompilationJobSummaries: CompilationJobSummary[] | undefined;
1854
- NextToken?: string;
1855
- }
1856
- export declare enum SortContextsBy {
1857
- CREATION_TIME = "CreationTime",
1858
- NAME = "Name",
1859
- }
1860
- export interface ListContextsRequest {
1861
- SourceUri?: string;
1862
- ContextType?: string;
1863
- CreatedAfter?: Date;
1864
- CreatedBefore?: Date;
1865
- SortBy?: SortContextsBy | string;
1866
- SortOrder?: SortOrder | string;
1867
- NextToken?: string;
1868
- MaxResults?: number;
1869
- }
1870
- export interface ListContextsResponse {
1871
- ContextSummaries?: ContextSummary[];
1872
- NextToken?: string;
1873
- }
1874
- export declare enum MonitoringJobDefinitionSortKey {
1875
- CREATION_TIME = "CreationTime",
1876
- NAME = "Name",
1877
- }
1878
- export interface ListDataQualityJobDefinitionsRequest {
1879
- EndpointName?: string;
1880
- SortBy?: MonitoringJobDefinitionSortKey | string;
1881
- SortOrder?: SortOrder | string;
1882
- NextToken?: string;
1883
- MaxResults?: number;
1884
- NameContains?: string;
1885
- CreationTimeBefore?: Date;
1886
- CreationTimeAfter?: Date;
1887
- }
1888
- export interface MonitoringJobDefinitionSummary {
1889
- MonitoringJobDefinitionName: string | undefined;
1890
- MonitoringJobDefinitionArn: string | undefined;
1891
- CreationTime: Date | undefined;
1892
- EndpointName: string | undefined;
1893
- }
1894
- export interface ListDataQualityJobDefinitionsResponse {
1895
- JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
1896
- NextToken?: string;
1897
- }
1898
- export declare enum ListDeviceFleetsSortBy {
1899
- CreationTime = "CREATION_TIME",
1900
- LastModifiedTime = "LAST_MODIFIED_TIME",
1901
- Name = "NAME",
1902
- }
1903
- export interface ListDeviceFleetsRequest {
1904
- NextToken?: string;
1905
- MaxResults?: number;
1906
- CreationTimeAfter?: Date;
1907
- CreationTimeBefore?: Date;
1908
- LastModifiedTimeAfter?: Date;
1909
- LastModifiedTimeBefore?: Date;
1910
- NameContains?: string;
1911
- SortBy?: ListDeviceFleetsSortBy | string;
1912
- SortOrder?: SortOrder | string;
1913
- }
1914
- export interface ListDeviceFleetsResponse {
1915
- DeviceFleetSummaries: DeviceFleetSummary[] | undefined;
1916
- NextToken?: string;
1917
- }
1918
- export interface ListDevicesRequest {
1919
- NextToken?: string;
1920
- MaxResults?: number;
1921
- LatestHeartbeatAfter?: Date;
1922
- ModelName?: string;
1923
- DeviceFleetName?: string;
1924
- }
1925
- export interface ListDevicesResponse {
1926
- DeviceSummaries: DeviceSummary[] | undefined;
1927
- NextToken?: string;
1928
- }
1929
- export interface ListDomainsRequest {
1930
- NextToken?: string;
1931
- MaxResults?: number;
1932
- }
1933
- export interface ListDomainsResponse {
1934
- Domains?: DomainDetails[];
1935
- NextToken?: string;
1936
- }
1937
- export declare enum ListEdgeDeploymentPlansSortBy {
1938
- CreationTime = "CREATION_TIME",
1939
- DeviceFleetName = "DEVICE_FLEET_NAME",
1940
- LastModifiedTime = "LAST_MODIFIED_TIME",
1941
- Name = "NAME",
1942
- }
1943
- export interface ListEdgeDeploymentPlansRequest {
1944
- NextToken?: string;
1945
- MaxResults?: number;
1946
- CreationTimeAfter?: Date;
1947
- CreationTimeBefore?: Date;
1948
- LastModifiedTimeAfter?: Date;
1949
- LastModifiedTimeBefore?: Date;
1950
- NameContains?: string;
1951
- DeviceFleetNameContains?: string;
1952
- SortBy?: ListEdgeDeploymentPlansSortBy | string;
1953
- SortOrder?: SortOrder | string;
1954
- }
1955
- export interface ListEdgeDeploymentPlansResponse {
1956
- EdgeDeploymentPlanSummaries: EdgeDeploymentPlanSummary[] | undefined;
1957
- NextToken?: string;
1958
- }
1959
- export declare enum ListEdgePackagingJobsSortBy {
1960
- CreationTime = "CREATION_TIME",
1961
- EdgePackagingJobStatus = "STATUS",
1962
- LastModifiedTime = "LAST_MODIFIED_TIME",
1963
- ModelName = "MODEL_NAME",
1964
- Name = "NAME",
1965
- }
1966
- export interface ListEdgePackagingJobsRequest {
1967
- NextToken?: string;
1968
- MaxResults?: number;
1969
- CreationTimeAfter?: Date;
1970
- CreationTimeBefore?: Date;
1971
- LastModifiedTimeAfter?: Date;
1972
- LastModifiedTimeBefore?: Date;
1973
- NameContains?: string;
1974
- ModelNameContains?: string;
1975
- StatusEquals?: EdgePackagingJobStatus | string;
1976
- SortBy?: ListEdgePackagingJobsSortBy | string;
1977
- SortOrder?: SortOrder | string;
1978
- }
1979
- export interface ListEdgePackagingJobsResponse {
1980
- EdgePackagingJobSummaries: EdgePackagingJobSummary[] | undefined;
1981
- NextToken?: string;
1982
- }
1983
- export declare enum OrderKey {
1984
- Ascending = "Ascending",
1985
- Descending = "Descending",
1986
- }
1987
- export interface ListEndpointConfigsInput {
1988
- SortBy?: EndpointConfigSortKey | string;
1989
- SortOrder?: OrderKey | string;
1990
- NextToken?: string;
1991
- MaxResults?: number;
1992
- NameContains?: string;
1993
- CreationTimeBefore?: Date;
1994
- CreationTimeAfter?: Date;
1995
- }
1996
- export interface ListEndpointConfigsOutput {
1997
- EndpointConfigs: EndpointConfigSummary[] | undefined;
1998
- NextToken?: string;
1999
- }
2000
- export interface ListEndpointsInput {
2001
- SortBy?: EndpointSortKey | string;
2002
- SortOrder?: OrderKey | string;
2003
- NextToken?: string;
2004
- MaxResults?: number;
2005
- NameContains?: string;
2006
- CreationTimeBefore?: Date;
2007
- CreationTimeAfter?: Date;
2008
- LastModifiedTimeBefore?: Date;
2009
- LastModifiedTimeAfter?: Date;
2010
- StatusEquals?: EndpointStatus | string;
2011
- }
2012
- export interface ListEndpointsOutput {
2013
- Endpoints: EndpointSummary[] | undefined;
2014
- NextToken?: string;
2015
- }
2016
- export declare enum SortExperimentsBy {
2017
- CREATION_TIME = "CreationTime",
2018
- NAME = "Name",
2019
- }
2020
- export interface ListExperimentsRequest {
2021
- CreatedAfter?: Date;
2022
- CreatedBefore?: Date;
2023
- SortBy?: SortExperimentsBy | string;
2024
- SortOrder?: SortOrder | string;
2025
- NextToken?: string;
2026
- MaxResults?: number;
2027
- }
2028
- export interface ListExperimentsResponse {
2029
- ExperimentSummaries?: ExperimentSummary[];
2030
- NextToken?: string;
2031
- }
2032
- export interface ListFeatureGroupsRequest {
2033
- NameContains?: string;
2034
- FeatureGroupStatusEquals?: FeatureGroupStatus | string;
2035
- OfflineStoreStatusEquals?: OfflineStoreStatusValue | string;
2036
- CreationTimeAfter?: Date;
2037
- CreationTimeBefore?: Date;
2038
- SortOrder?: FeatureGroupSortOrder | string;
2039
- SortBy?: FeatureGroupSortBy | string;
2040
- MaxResults?: number;
2041
- NextToken?: string;
2042
- }
2043
- export interface ListFeatureGroupsResponse {
2044
- FeatureGroupSummaries: FeatureGroupSummary[] | undefined;
2045
- NextToken: string | undefined;
2046
- }
2047
- export interface ListFlowDefinitionsRequest {
2048
- CreationTimeAfter?: Date;
2049
- CreationTimeBefore?: Date;
2050
- SortOrder?: SortOrder | string;
2051
- NextToken?: string;
2052
- MaxResults?: number;
2053
- }
2054
- export interface ListFlowDefinitionsResponse {
2055
- FlowDefinitionSummaries: FlowDefinitionSummary[] | undefined;
2056
- NextToken?: string;
2057
- }
2058
- export interface ListHumanTaskUisRequest {
2059
- CreationTimeAfter?: Date;
2060
- CreationTimeBefore?: Date;
2061
- SortOrder?: SortOrder | string;
2062
- NextToken?: string;
2063
- MaxResults?: number;
2064
- }
2065
- export interface ListHumanTaskUisResponse {
2066
- HumanTaskUiSummaries: HumanTaskUiSummary[] | undefined;
2067
- NextToken?: string;
2068
- }
2069
- export interface ListHyperParameterTuningJobsRequest {
2070
- NextToken?: string;
2071
- MaxResults?: number;
2072
- SortBy?: HyperParameterTuningJobSortByOptions | string;
2073
- SortOrder?: SortOrder | string;
2074
- NameContains?: string;
2075
- CreationTimeAfter?: Date;
2076
- CreationTimeBefore?: Date;
2077
- LastModifiedTimeAfter?: Date;
2078
- LastModifiedTimeBefore?: Date;
2079
- StatusEquals?: HyperParameterTuningJobStatus | string;
2080
- }
2081
- export interface ListHyperParameterTuningJobsResponse {
2082
- HyperParameterTuningJobSummaries:
2083
- | HyperParameterTuningJobSummary[]
2084
- | undefined;
2085
- NextToken?: string;
2086
- }
2087
- export interface ListImagesRequest {
2088
- CreationTimeAfter?: Date;
2089
- CreationTimeBefore?: Date;
2090
- LastModifiedTimeAfter?: Date;
2091
- LastModifiedTimeBefore?: Date;
2092
- MaxResults?: number;
2093
- NameContains?: string;
2094
- NextToken?: string;
2095
- SortBy?: ImageSortBy | string;
2096
- SortOrder?: ImageSortOrder | string;
2097
- }
2098
- export interface ListImagesResponse {
2099
- Images?: Image[];
2100
- NextToken?: string;
2101
- }
2102
- export interface ListImageVersionsRequest {
2103
- CreationTimeAfter?: Date;
2104
- CreationTimeBefore?: Date;
2105
- ImageName: string | undefined;
2106
- LastModifiedTimeAfter?: Date;
2107
- LastModifiedTimeBefore?: Date;
2108
- MaxResults?: number;
2109
- NextToken?: string;
2110
- SortBy?: ImageVersionSortBy | string;
2111
- SortOrder?: ImageVersionSortOrder | string;
2112
- }
2113
- export interface ListImageVersionsResponse {
2114
- ImageVersions?: ImageVersion[];
2115
- NextToken?: string;
2116
- }
2117
- export declare enum ListInferenceRecommendationsJobsSortBy {
2118
- CREATION_TIME = "CreationTime",
2119
- NAME = "Name",
2120
- STATUS = "Status",
2121
- }
2122
- export interface ListInferenceRecommendationsJobsRequest {
2123
- CreationTimeAfter?: Date;
2124
- CreationTimeBefore?: Date;
2125
- LastModifiedTimeAfter?: Date;
2126
- LastModifiedTimeBefore?: Date;
2127
- NameContains?: string;
2128
- StatusEquals?: RecommendationJobStatus | string;
2129
- SortBy?: ListInferenceRecommendationsJobsSortBy | string;
2130
- SortOrder?: SortOrder | string;
2131
- NextToken?: string;
2132
- MaxResults?: number;
2133
- }
2134
- export interface ListInferenceRecommendationsJobsResponse {
2135
- InferenceRecommendationsJobs: InferenceRecommendationsJob[] | undefined;
2136
- NextToken?: string;
2137
- }
2138
- export interface ListInferenceRecommendationsJobStepsRequest {
2139
- JobName: string | undefined;
2140
- Status?: RecommendationJobStatus | string;
2141
- StepType?: RecommendationStepType | string;
2142
- MaxResults?: number;
2143
- NextToken?: string;
2144
- }
2145
- export interface ListInferenceRecommendationsJobStepsResponse {
2146
- Steps?: InferenceRecommendationsJobStep[];
2147
- NextToken?: string;
2148
- }
2149
- export declare enum SortBy {
2150
- CREATION_TIME = "CreationTime",
2151
- NAME = "Name",
2152
- STATUS = "Status",
2153
- }
2154
- export interface ListLabelingJobsRequest {
2155
- CreationTimeAfter?: Date;
2156
- CreationTimeBefore?: Date;
2157
- LastModifiedTimeAfter?: Date;
2158
- LastModifiedTimeBefore?: Date;
2159
- MaxResults?: number;
2160
- NextToken?: string;
2161
- NameContains?: string;
2162
- SortBy?: SortBy | string;
2163
- SortOrder?: SortOrder | string;
2164
- StatusEquals?: LabelingJobStatus | string;
2165
- }
2166
- export interface ListLabelingJobsResponse {
2167
- LabelingJobSummaryList?: LabelingJobSummary[];
2168
- NextToken?: string;
2169
- }
2170
- export declare enum ListLabelingJobsForWorkteamSortByOptions {
2171
- CREATION_TIME = "CreationTime",
2172
- }
2173
- export interface ListLabelingJobsForWorkteamRequest {
2174
- WorkteamArn: string | undefined;
2175
- MaxResults?: number;
2176
- NextToken?: string;
2177
- CreationTimeAfter?: Date;
2178
- CreationTimeBefore?: Date;
2179
- JobReferenceCodeContains?: string;
2180
- SortBy?: ListLabelingJobsForWorkteamSortByOptions | string;
2181
- SortOrder?: SortOrder | string;
2182
- }
2183
- export interface ListLabelingJobsForWorkteamResponse {
2184
- LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
2185
- NextToken?: string;
2186
- }
2187
- export declare enum SortLineageGroupsBy {
2188
- CREATION_TIME = "CreationTime",
2189
- NAME = "Name",
2190
- }
2191
- export interface ListLineageGroupsRequest {
2192
- CreatedAfter?: Date;
2193
- CreatedBefore?: Date;
2194
- SortBy?: SortLineageGroupsBy | string;
2195
- SortOrder?: SortOrder | string;
2196
- NextToken?: string;
2197
- MaxResults?: number;
2198
- }
2199
- export interface ListLineageGroupsResponse {
2200
- LineageGroupSummaries?: LineageGroupSummary[];
2201
- NextToken?: string;
2202
- }
2203
- export interface ListModelBiasJobDefinitionsRequest {
2204
- EndpointName?: string;
2205
- SortBy?: MonitoringJobDefinitionSortKey | string;
2206
- SortOrder?: SortOrder | string;
2207
- NextToken?: string;
2208
- MaxResults?: number;
2209
- NameContains?: string;
2210
- CreationTimeBefore?: Date;
2211
- CreationTimeAfter?: Date;
2212
- }
2213
- export interface ListModelBiasJobDefinitionsResponse {
2214
- JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
2215
- NextToken?: string;
2216
- }
2217
- export interface ListModelExplainabilityJobDefinitionsRequest {
2218
- EndpointName?: string;
2219
- SortBy?: MonitoringJobDefinitionSortKey | string;
2220
- SortOrder?: SortOrder | string;
2221
- NextToken?: string;
2222
- MaxResults?: number;
2223
- NameContains?: string;
2224
- CreationTimeBefore?: Date;
2225
- CreationTimeAfter?: Date;
2226
- }
2227
- export interface ListModelExplainabilityJobDefinitionsResponse {
2228
- JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
2229
- NextToken?: string;
2230
- }
2231
- export declare enum ModelMetadataFilterType {
2232
- DOMAIN = "Domain",
2233
- FRAMEWORK = "Framework",
2234
- FRAMEWORKVERSION = "FrameworkVersion",
2235
- TASK = "Task",
2236
- }
2237
- export interface ModelMetadataFilter {
2238
- Name: ModelMetadataFilterType | string | undefined;
2239
- Value: string | undefined;
2240
- }
2241
- export interface ModelMetadataSearchExpression {
2242
- Filters?: ModelMetadataFilter[];
2243
- }
2244
- export interface ListModelMetadataRequest {
2245
- SearchExpression?: ModelMetadataSearchExpression;
2246
- NextToken?: string;
2247
- MaxResults?: number;
2248
- }
2389
+ export declare const DescribeAppImageConfigRequestFilterSensitiveLog: (
2390
+ obj: DescribeAppImageConfigRequest
2391
+ ) => any;
2392
+ export declare const DescribeAppImageConfigResponseFilterSensitiveLog: (
2393
+ obj: DescribeAppImageConfigResponse
2394
+ ) => any;
2395
+ export declare const DescribeArtifactRequestFilterSensitiveLog: (
2396
+ obj: DescribeArtifactRequest
2397
+ ) => any;
2398
+ export declare const DescribeArtifactResponseFilterSensitiveLog: (
2399
+ obj: DescribeArtifactResponse
2400
+ ) => any;
2401
+ export declare const DescribeAutoMLJobRequestFilterSensitiveLog: (
2402
+ obj: DescribeAutoMLJobRequest
2403
+ ) => any;
2404
+ export declare const ModelDeployResultFilterSensitiveLog: (
2405
+ obj: ModelDeployResult
2406
+ ) => any;
2407
+ export declare const ResolvedAttributesFilterSensitiveLog: (
2408
+ obj: ResolvedAttributes
2409
+ ) => any;
2410
+ export declare const DescribeAutoMLJobResponseFilterSensitiveLog: (
2411
+ obj: DescribeAutoMLJobResponse
2412
+ ) => any;
2413
+ export declare const DescribeCodeRepositoryInputFilterSensitiveLog: (
2414
+ obj: DescribeCodeRepositoryInput
2415
+ ) => any;
2416
+ export declare const DescribeCodeRepositoryOutputFilterSensitiveLog: (
2417
+ obj: DescribeCodeRepositoryOutput
2418
+ ) => any;
2419
+ export declare const DescribeCompilationJobRequestFilterSensitiveLog: (
2420
+ obj: DescribeCompilationJobRequest
2421
+ ) => any;
2422
+ export declare const ModelArtifactsFilterSensitiveLog: (
2423
+ obj: ModelArtifacts
2424
+ ) => any;
2425
+ export declare const ModelDigestsFilterSensitiveLog: (obj: ModelDigests) => any;
2426
+ export declare const DescribeCompilationJobResponseFilterSensitiveLog: (
2427
+ obj: DescribeCompilationJobResponse
2428
+ ) => any;
2429
+ export declare const DescribeContextRequestFilterSensitiveLog: (
2430
+ obj: DescribeContextRequest
2431
+ ) => any;
2432
+ export declare const DescribeContextResponseFilterSensitiveLog: (
2433
+ obj: DescribeContextResponse
2434
+ ) => any;
2435
+ export declare const DescribeDataQualityJobDefinitionRequestFilterSensitiveLog: (
2436
+ obj: DescribeDataQualityJobDefinitionRequest
2437
+ ) => any;
2438
+ export declare const DescribeDataQualityJobDefinitionResponseFilterSensitiveLog: (
2439
+ obj: DescribeDataQualityJobDefinitionResponse
2440
+ ) => any;
2441
+ export declare const DescribeDeviceRequestFilterSensitiveLog: (
2442
+ obj: DescribeDeviceRequest
2443
+ ) => any;
2444
+ export declare const EdgeModelFilterSensitiveLog: (obj: EdgeModel) => any;
2445
+ export declare const DescribeDeviceResponseFilterSensitiveLog: (
2446
+ obj: DescribeDeviceResponse
2447
+ ) => any;
2448
+ export declare const DescribeDeviceFleetRequestFilterSensitiveLog: (
2449
+ obj: DescribeDeviceFleetRequest
2450
+ ) => any;
2451
+ export declare const DescribeDeviceFleetResponseFilterSensitiveLog: (
2452
+ obj: DescribeDeviceFleetResponse
2453
+ ) => any;
2454
+ export declare const DescribeDomainRequestFilterSensitiveLog: (
2455
+ obj: DescribeDomainRequest
2456
+ ) => any;
2457
+ export declare const DescribeDomainResponseFilterSensitiveLog: (
2458
+ obj: DescribeDomainResponse
2459
+ ) => any;
2460
+ export declare const DescribeEdgeDeploymentPlanRequestFilterSensitiveLog: (
2461
+ obj: DescribeEdgeDeploymentPlanRequest
2462
+ ) => any;
2463
+ export declare const DescribeEdgeDeploymentPlanResponseFilterSensitiveLog: (
2464
+ obj: DescribeEdgeDeploymentPlanResponse
2465
+ ) => any;
2466
+ export declare const DescribeEdgePackagingJobRequestFilterSensitiveLog: (
2467
+ obj: DescribeEdgePackagingJobRequest
2468
+ ) => any;
2469
+ export declare const EdgePresetDeploymentOutputFilterSensitiveLog: (
2470
+ obj: EdgePresetDeploymentOutput
2471
+ ) => any;
2472
+ export declare const DescribeEdgePackagingJobResponseFilterSensitiveLog: (
2473
+ obj: DescribeEdgePackagingJobResponse
2474
+ ) => any;
2475
+ export declare const DescribeEndpointInputFilterSensitiveLog: (
2476
+ obj: DescribeEndpointInput
2477
+ ) => any;
2249
2478
  export declare const ProductionVariantStatusFilterSensitiveLog: (
2250
2479
  obj: ProductionVariantStatus
2251
2480
  ) => any;
@@ -2303,6 +2532,21 @@ export declare const DescribeFlowDefinitionRequestFilterSensitiveLog: (
2303
2532
  export declare const DescribeFlowDefinitionResponseFilterSensitiveLog: (
2304
2533
  obj: DescribeFlowDefinitionResponse
2305
2534
  ) => any;
2535
+ export declare const DescribeHubRequestFilterSensitiveLog: (
2536
+ obj: DescribeHubRequest
2537
+ ) => any;
2538
+ export declare const DescribeHubResponseFilterSensitiveLog: (
2539
+ obj: DescribeHubResponse
2540
+ ) => any;
2541
+ export declare const DescribeHubContentRequestFilterSensitiveLog: (
2542
+ obj: DescribeHubContentRequest
2543
+ ) => any;
2544
+ export declare const HubContentDependencyFilterSensitiveLog: (
2545
+ obj: HubContentDependency
2546
+ ) => any;
2547
+ export declare const DescribeHubContentResponseFilterSensitiveLog: (
2548
+ obj: DescribeHubContentResponse
2549
+ ) => any;
2306
2550
  export declare const DescribeHumanTaskUiRequestFilterSensitiveLog: (
2307
2551
  obj: DescribeHumanTaskUiRequest
2308
2552
  ) => any;
@@ -2342,6 +2586,18 @@ export declare const DescribeImageVersionRequestFilterSensitiveLog: (
2342
2586
  export declare const DescribeImageVersionResponseFilterSensitiveLog: (
2343
2587
  obj: DescribeImageVersionResponse
2344
2588
  ) => any;
2589
+ export declare const DescribeInferenceExperimentRequestFilterSensitiveLog: (
2590
+ obj: DescribeInferenceExperimentRequest
2591
+ ) => any;
2592
+ export declare const EndpointMetadataFilterSensitiveLog: (
2593
+ obj: EndpointMetadata
2594
+ ) => any;
2595
+ export declare const ModelVariantConfigSummaryFilterSensitiveLog: (
2596
+ obj: ModelVariantConfigSummary
2597
+ ) => any;
2598
+ export declare const DescribeInferenceExperimentResponseFilterSensitiveLog: (
2599
+ obj: DescribeInferenceExperimentResponse
2600
+ ) => any;
2345
2601
  export declare const DescribeInferenceRecommendationsJobRequestFilterSensitiveLog: (
2346
2602
  obj: DescribeInferenceRecommendationsJobRequest
2347
2603
  ) => any;
@@ -2399,6 +2655,21 @@ export declare const DescribeModelBiasJobDefinitionRequestFilterSensitiveLog: (
2399
2655
  export declare const DescribeModelBiasJobDefinitionResponseFilterSensitiveLog: (
2400
2656
  obj: DescribeModelBiasJobDefinitionResponse
2401
2657
  ) => any;
2658
+ export declare const DescribeModelCardRequestFilterSensitiveLog: (
2659
+ obj: DescribeModelCardRequest
2660
+ ) => any;
2661
+ export declare const DescribeModelCardResponseFilterSensitiveLog: (
2662
+ obj: DescribeModelCardResponse
2663
+ ) => any;
2664
+ export declare const DescribeModelCardExportJobRequestFilterSensitiveLog: (
2665
+ obj: DescribeModelCardExportJobRequest
2666
+ ) => any;
2667
+ export declare const ModelCardExportArtifactsFilterSensitiveLog: (
2668
+ obj: ModelCardExportArtifacts
2669
+ ) => any;
2670
+ export declare const DescribeModelCardExportJobResponseFilterSensitiveLog: (
2671
+ obj: DescribeModelCardExportJobResponse
2672
+ ) => any;
2402
2673
  export declare const DescribeModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (
2403
2674
  obj: DescribeModelExplainabilityJobDefinitionRequest
2404
2675
  ) => any;
@@ -2486,6 +2757,12 @@ export declare const ServiceCatalogProvisionedProductDetailsFilterSensitiveLog:
2486
2757
  export declare const DescribeProjectOutputFilterSensitiveLog: (
2487
2758
  obj: DescribeProjectOutput
2488
2759
  ) => any;
2760
+ export declare const DescribeSpaceRequestFilterSensitiveLog: (
2761
+ obj: DescribeSpaceRequest
2762
+ ) => any;
2763
+ export declare const DescribeSpaceResponseFilterSensitiveLog: (
2764
+ obj: DescribeSpaceResponse
2765
+ ) => any;
2489
2766
  export declare const DescribeStudioLifecycleConfigRequestFilterSensitiveLog: (
2490
2767
  obj: DescribeStudioLifecycleConfigRequest
2491
2768
  ) => any;
@@ -2695,6 +2972,10 @@ export declare const GetSearchSuggestionsResponseFilterSensitiveLog: (
2695
2972
  export declare const GitConfigForUpdateFilterSensitiveLog: (
2696
2973
  obj: GitConfigForUpdate
2697
2974
  ) => any;
2975
+ export declare const HubContentInfoFilterSensitiveLog: (
2976
+ obj: HubContentInfo
2977
+ ) => any;
2978
+ export declare const HubInfoFilterSensitiveLog: (obj: HubInfo) => any;
2698
2979
  export declare const HumanTaskUiSummaryFilterSensitiveLog: (
2699
2980
  obj: HumanTaskUiSummary
2700
2981
  ) => any;
@@ -2706,6 +2987,15 @@ export declare const HyperParameterTuningJobSummaryFilterSensitiveLog: (
2706
2987
  ) => any;
2707
2988
  export declare const ImageFilterSensitiveLog: (obj: Image) => any;
2708
2989
  export declare const ImageVersionFilterSensitiveLog: (obj: ImageVersion) => any;
2990
+ export declare const ImportHubContentRequestFilterSensitiveLog: (
2991
+ obj: ImportHubContentRequest
2992
+ ) => any;
2993
+ export declare const ImportHubContentResponseFilterSensitiveLog: (
2994
+ obj: ImportHubContentResponse
2995
+ ) => any;
2996
+ export declare const InferenceExperimentSummaryFilterSensitiveLog: (
2997
+ obj: InferenceExperimentSummary
2998
+ ) => any;
2709
2999
  export declare const InferenceRecommendationsJobFilterSensitiveLog: (
2710
3000
  obj: InferenceRecommendationsJob
2711
3001
  ) => any;
@@ -2781,162 +3071,3 @@ export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (
2781
3071
  export declare const ListCodeRepositoriesInputFilterSensitiveLog: (
2782
3072
  obj: ListCodeRepositoriesInput
2783
3073
  ) => any;
2784
- export declare const ListCodeRepositoriesOutputFilterSensitiveLog: (
2785
- obj: ListCodeRepositoriesOutput
2786
- ) => any;
2787
- export declare const ListCompilationJobsRequestFilterSensitiveLog: (
2788
- obj: ListCompilationJobsRequest
2789
- ) => any;
2790
- export declare const ListCompilationJobsResponseFilterSensitiveLog: (
2791
- obj: ListCompilationJobsResponse
2792
- ) => any;
2793
- export declare const ListContextsRequestFilterSensitiveLog: (
2794
- obj: ListContextsRequest
2795
- ) => any;
2796
- export declare const ListContextsResponseFilterSensitiveLog: (
2797
- obj: ListContextsResponse
2798
- ) => any;
2799
- export declare const ListDataQualityJobDefinitionsRequestFilterSensitiveLog: (
2800
- obj: ListDataQualityJobDefinitionsRequest
2801
- ) => any;
2802
- export declare const MonitoringJobDefinitionSummaryFilterSensitiveLog: (
2803
- obj: MonitoringJobDefinitionSummary
2804
- ) => any;
2805
- export declare const ListDataQualityJobDefinitionsResponseFilterSensitiveLog: (
2806
- obj: ListDataQualityJobDefinitionsResponse
2807
- ) => any;
2808
- export declare const ListDeviceFleetsRequestFilterSensitiveLog: (
2809
- obj: ListDeviceFleetsRequest
2810
- ) => any;
2811
- export declare const ListDeviceFleetsResponseFilterSensitiveLog: (
2812
- obj: ListDeviceFleetsResponse
2813
- ) => any;
2814
- export declare const ListDevicesRequestFilterSensitiveLog: (
2815
- obj: ListDevicesRequest
2816
- ) => any;
2817
- export declare const ListDevicesResponseFilterSensitiveLog: (
2818
- obj: ListDevicesResponse
2819
- ) => any;
2820
- export declare const ListDomainsRequestFilterSensitiveLog: (
2821
- obj: ListDomainsRequest
2822
- ) => any;
2823
- export declare const ListDomainsResponseFilterSensitiveLog: (
2824
- obj: ListDomainsResponse
2825
- ) => any;
2826
- export declare const ListEdgeDeploymentPlansRequestFilterSensitiveLog: (
2827
- obj: ListEdgeDeploymentPlansRequest
2828
- ) => any;
2829
- export declare const ListEdgeDeploymentPlansResponseFilterSensitiveLog: (
2830
- obj: ListEdgeDeploymentPlansResponse
2831
- ) => any;
2832
- export declare const ListEdgePackagingJobsRequestFilterSensitiveLog: (
2833
- obj: ListEdgePackagingJobsRequest
2834
- ) => any;
2835
- export declare const ListEdgePackagingJobsResponseFilterSensitiveLog: (
2836
- obj: ListEdgePackagingJobsResponse
2837
- ) => any;
2838
- export declare const ListEndpointConfigsInputFilterSensitiveLog: (
2839
- obj: ListEndpointConfigsInput
2840
- ) => any;
2841
- export declare const ListEndpointConfigsOutputFilterSensitiveLog: (
2842
- obj: ListEndpointConfigsOutput
2843
- ) => any;
2844
- export declare const ListEndpointsInputFilterSensitiveLog: (
2845
- obj: ListEndpointsInput
2846
- ) => any;
2847
- export declare const ListEndpointsOutputFilterSensitiveLog: (
2848
- obj: ListEndpointsOutput
2849
- ) => any;
2850
- export declare const ListExperimentsRequestFilterSensitiveLog: (
2851
- obj: ListExperimentsRequest
2852
- ) => any;
2853
- export declare const ListExperimentsResponseFilterSensitiveLog: (
2854
- obj: ListExperimentsResponse
2855
- ) => any;
2856
- export declare const ListFeatureGroupsRequestFilterSensitiveLog: (
2857
- obj: ListFeatureGroupsRequest
2858
- ) => any;
2859
- export declare const ListFeatureGroupsResponseFilterSensitiveLog: (
2860
- obj: ListFeatureGroupsResponse
2861
- ) => any;
2862
- export declare const ListFlowDefinitionsRequestFilterSensitiveLog: (
2863
- obj: ListFlowDefinitionsRequest
2864
- ) => any;
2865
- export declare const ListFlowDefinitionsResponseFilterSensitiveLog: (
2866
- obj: ListFlowDefinitionsResponse
2867
- ) => any;
2868
- export declare const ListHumanTaskUisRequestFilterSensitiveLog: (
2869
- obj: ListHumanTaskUisRequest
2870
- ) => any;
2871
- export declare const ListHumanTaskUisResponseFilterSensitiveLog: (
2872
- obj: ListHumanTaskUisResponse
2873
- ) => any;
2874
- export declare const ListHyperParameterTuningJobsRequestFilterSensitiveLog: (
2875
- obj: ListHyperParameterTuningJobsRequest
2876
- ) => any;
2877
- export declare const ListHyperParameterTuningJobsResponseFilterSensitiveLog: (
2878
- obj: ListHyperParameterTuningJobsResponse
2879
- ) => any;
2880
- export declare const ListImagesRequestFilterSensitiveLog: (
2881
- obj: ListImagesRequest
2882
- ) => any;
2883
- export declare const ListImagesResponseFilterSensitiveLog: (
2884
- obj: ListImagesResponse
2885
- ) => any;
2886
- export declare const ListImageVersionsRequestFilterSensitiveLog: (
2887
- obj: ListImageVersionsRequest
2888
- ) => any;
2889
- export declare const ListImageVersionsResponseFilterSensitiveLog: (
2890
- obj: ListImageVersionsResponse
2891
- ) => any;
2892
- export declare const ListInferenceRecommendationsJobsRequestFilterSensitiveLog: (
2893
- obj: ListInferenceRecommendationsJobsRequest
2894
- ) => any;
2895
- export declare const ListInferenceRecommendationsJobsResponseFilterSensitiveLog: (
2896
- obj: ListInferenceRecommendationsJobsResponse
2897
- ) => any;
2898
- export declare const ListInferenceRecommendationsJobStepsRequestFilterSensitiveLog: (
2899
- obj: ListInferenceRecommendationsJobStepsRequest
2900
- ) => any;
2901
- export declare const ListInferenceRecommendationsJobStepsResponseFilterSensitiveLog: (
2902
- obj: ListInferenceRecommendationsJobStepsResponse
2903
- ) => any;
2904
- export declare const ListLabelingJobsRequestFilterSensitiveLog: (
2905
- obj: ListLabelingJobsRequest
2906
- ) => any;
2907
- export declare const ListLabelingJobsResponseFilterSensitiveLog: (
2908
- obj: ListLabelingJobsResponse
2909
- ) => any;
2910
- export declare const ListLabelingJobsForWorkteamRequestFilterSensitiveLog: (
2911
- obj: ListLabelingJobsForWorkteamRequest
2912
- ) => any;
2913
- export declare const ListLabelingJobsForWorkteamResponseFilterSensitiveLog: (
2914
- obj: ListLabelingJobsForWorkteamResponse
2915
- ) => any;
2916
- export declare const ListLineageGroupsRequestFilterSensitiveLog: (
2917
- obj: ListLineageGroupsRequest
2918
- ) => any;
2919
- export declare const ListLineageGroupsResponseFilterSensitiveLog: (
2920
- obj: ListLineageGroupsResponse
2921
- ) => any;
2922
- export declare const ListModelBiasJobDefinitionsRequestFilterSensitiveLog: (
2923
- obj: ListModelBiasJobDefinitionsRequest
2924
- ) => any;
2925
- export declare const ListModelBiasJobDefinitionsResponseFilterSensitiveLog: (
2926
- obj: ListModelBiasJobDefinitionsResponse
2927
- ) => any;
2928
- export declare const ListModelExplainabilityJobDefinitionsRequestFilterSensitiveLog: (
2929
- obj: ListModelExplainabilityJobDefinitionsRequest
2930
- ) => any;
2931
- export declare const ListModelExplainabilityJobDefinitionsResponseFilterSensitiveLog: (
2932
- obj: ListModelExplainabilityJobDefinitionsResponse
2933
- ) => any;
2934
- export declare const ModelMetadataFilterFilterSensitiveLog: (
2935
- obj: ModelMetadataFilter
2936
- ) => any;
2937
- export declare const ModelMetadataSearchExpressionFilterSensitiveLog: (
2938
- obj: ModelMetadataSearchExpression
2939
- ) => any;
2940
- export declare const ListModelMetadataRequestFilterSensitiveLog: (
2941
- obj: ListModelMetadataRequest
2942
- ) => any;