@aws-sdk/client-sagemaker 3.300.0 → 3.303.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 (320) hide show
  1. package/dist-cjs/models/models_0.js +870 -958
  2. package/dist-cjs/models/models_1.js +228 -262
  3. package/dist-cjs/models/models_2.js +400 -457
  4. package/dist-cjs/models/models_3.js +232 -283
  5. package/dist-cjs/models/models_4.js +5 -6
  6. package/dist-es/models/models_0.js +870 -958
  7. package/dist-es/models/models_1.js +228 -262
  8. package/dist-es/models/models_2.js +400 -457
  9. package/dist-es/models/models_3.js +232 -283
  10. package/dist-es/models/models_4.js +5 -6
  11. package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
  12. package/dist-types/commands/AddTagsCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateActionCommand.d.ts +6 -6
  16. package/dist-types/commands/CreateAlgorithmCommand.d.ts +54 -54
  17. package/dist-types/commands/CreateAppCommand.d.ts +4 -4
  18. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +7 -7
  19. package/dist-types/commands/CreateArtifactCommand.d.ts +8 -8
  20. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +21 -21
  21. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +19 -19
  22. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +4 -4
  23. package/dist-types/commands/CreateCompilationJobCommand.d.ts +10 -10
  24. package/dist-types/commands/CreateContextCommand.d.ts +5 -5
  25. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +27 -27
  26. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +4 -4
  27. package/dist-types/commands/CreateDomainCommand.d.ts +26 -36
  28. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +10 -10
  29. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +6 -6
  30. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +4 -4
  31. package/dist-types/commands/CreateEndpointCommand.d.ts +10 -10
  32. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +26 -26
  33. package/dist-types/commands/CreateExperimentCommand.d.ts +3 -3
  34. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +10 -10
  35. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +11 -11
  36. package/dist-types/commands/CreateHubCommand.d.ts +5 -5
  37. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +4 -4
  38. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +50 -50
  39. package/dist-types/commands/CreateImageCommand.d.ts +3 -3
  40. package/dist-types/commands/CreateImageVersionCommand.d.ts +2 -2
  41. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +15 -15
  42. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +28 -28
  43. package/dist-types/commands/CreateLabelingJobCommand.d.ts +22 -22
  44. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +25 -25
  45. package/dist-types/commands/CreateModelCardCommand.d.ts +4 -4
  46. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +2 -2
  47. package/dist-types/commands/CreateModelCommand.d.ts +13 -13
  48. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +24 -24
  49. package/dist-types/commands/CreateModelPackageCommand.d.ts +51 -91
  50. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +3 -3
  51. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +27 -27
  52. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +31 -31
  53. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +7 -7
  54. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
  55. package/dist-types/commands/CreatePipelineCommand.d.ts +5 -5
  56. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  57. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateProcessingJobCommand.d.ts +26 -26
  59. package/dist-types/commands/CreateProjectCommand.d.ts +6 -6
  60. package/dist-types/commands/CreateSpaceCommand.d.ts +12 -12
  61. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +3 -3
  62. package/dist-types/commands/CreateTrainingJobCommand.d.ts +47 -47
  63. package/dist-types/commands/CreateTransformJobCommand.d.ts +13 -13
  64. package/dist-types/commands/CreateTrialCommand.d.ts +4 -4
  65. package/dist-types/commands/CreateTrialComponentCommand.d.ts +9 -9
  66. package/dist-types/commands/CreateUserProfileCommand.d.ts +19 -19
  67. package/dist-types/commands/CreateWorkforceCommand.d.ts +10 -10
  68. package/dist-types/commands/CreateWorkteamCommand.d.ts +9 -9
  69. package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteArtifactCommand.d.ts +4 -4
  74. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteContextCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -2
  80. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +1 -1
  81. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +1 -1
  82. package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
  83. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  84. package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -1
  85. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +1 -1
  87. package/dist-types/commands/DeleteHubCommand.d.ts +1 -1
  88. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
  89. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -1
  90. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  91. package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
  92. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +1 -1
  93. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
  94. package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -1
  95. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  96. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  97. package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
  98. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
  100. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
  101. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
  103. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  104. package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
  105. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  106. package/dist-types/commands/DeleteSpaceCommand.d.ts +1 -1
  107. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
  109. package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -1
  114. package/dist-types/commands/DeregisterDevicesCommand.d.ts +2 -2
  115. package/dist-types/commands/DescribeActionCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +1 -1
  122. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeHubContentCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  150. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  155. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  161. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -1
  162. package/dist-types/commands/DescribeProjectCommand.d.ts +1 -1
  163. package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
  164. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  165. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
  166. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
  167. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  168. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  169. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  170. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  171. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  172. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  173. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
  174. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +1 -1
  175. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +1 -1
  176. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -1
  177. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +3 -3
  178. package/dist-types/commands/ImportHubContentCommand.d.ts +4 -4
  179. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  180. package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
  181. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  182. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -1
  183. package/dist-types/commands/ListAppsCommand.d.ts +1 -1
  184. package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
  185. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  186. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
  187. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  188. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -1
  189. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  190. package/dist-types/commands/ListContextsCommand.d.ts +1 -1
  191. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
  192. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
  193. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  194. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  195. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  196. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  197. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
  198. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  199. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
  200. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  201. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  202. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
  203. package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
  204. package/dist-types/commands/ListHubsCommand.d.ts +1 -1
  205. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
  206. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  207. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
  208. package/dist-types/commands/ListImagesCommand.d.ts +1 -1
  209. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
  210. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  211. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  212. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  213. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  214. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  215. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  216. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +1 -1
  217. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +1 -1
  218. package/dist-types/commands/ListModelCardsCommand.d.ts +1 -1
  219. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  220. package/dist-types/commands/ListModelMetadataCommand.d.ts +4 -4
  221. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  222. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  223. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  224. package/dist-types/commands/ListModelsCommand.d.ts +1 -1
  225. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  226. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  227. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  228. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  229. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  230. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  231. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
  232. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  233. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  234. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
  235. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
  236. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  237. package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
  238. package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
  239. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  240. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  241. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  242. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
  243. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  244. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  245. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  246. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  247. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  248. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  249. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  250. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  251. package/dist-types/commands/QueryLineageCommand.d.ts +6 -6
  252. package/dist-types/commands/RegisterDevicesCommand.d.ts +5 -5
  253. package/dist-types/commands/RenderUiTemplateCommand.d.ts +3 -3
  254. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -2
  255. package/dist-types/commands/SearchCommand.d.ts +10 -17
  256. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  257. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -3
  258. package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +1 -1
  259. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -1
  260. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  261. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  262. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -4
  263. package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
  264. package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -1
  265. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
  266. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +1 -1
  267. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
  268. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +6 -6
  269. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +1 -1
  270. package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
  271. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
  272. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
  273. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -1
  274. package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
  275. package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
  276. package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
  277. package/dist-types/commands/UpdateActionCommand.d.ts +3 -3
  278. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -5
  279. package/dist-types/commands/UpdateArtifactCommand.d.ts +3 -3
  280. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +2 -2
  281. package/dist-types/commands/UpdateContextCommand.d.ts +3 -3
  282. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +2 -2
  283. package/dist-types/commands/UpdateDevicesCommand.d.ts +3 -3
  284. package/dist-types/commands/UpdateDomainCommand.d.ts +23 -33
  285. package/dist-types/commands/UpdateEndpointCommand.d.ts +10 -10
  286. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +3 -3
  287. package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
  288. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +3 -3
  289. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +4 -4
  290. package/dist-types/commands/UpdateHubCommand.d.ts +2 -2
  291. package/dist-types/commands/UpdateImageCommand.d.ts +2 -2
  292. package/dist-types/commands/UpdateImageVersionCommand.d.ts +2 -2
  293. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +13 -13
  294. package/dist-types/commands/UpdateModelCardCommand.d.ts +1 -1
  295. package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -13
  296. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
  297. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +29 -29
  298. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +4 -4
  299. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
  300. package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -3
  301. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +2 -2
  302. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -6
  303. package/dist-types/commands/UpdateSpaceCommand.d.ts +10 -10
  304. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +7 -7
  305. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
  306. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +7 -7
  307. package/dist-types/commands/UpdateUserProfileCommand.d.ts +17 -17
  308. package/dist-types/commands/UpdateWorkforceCommand.d.ts +7 -7
  309. package/dist-types/commands/UpdateWorkteamCommand.d.ts +7 -7
  310. package/dist-types/models/models_0.d.ts +1320 -880
  311. package/dist-types/models/models_1.d.ts +402 -232
  312. package/dist-types/models/models_2.d.ts +685 -400
  313. package/dist-types/models/models_3.d.ts +487 -232
  314. package/dist-types/models/models_4.d.ts +10 -5
  315. package/dist-types/ts3.4/models/models_0.d.ts +1026 -870
  316. package/dist-types/ts3.4/models/models_1.d.ts +286 -228
  317. package/dist-types/ts3.4/models/models_2.d.ts +502 -400
  318. package/dist-types/ts3.4/models/models_3.d.ts +324 -232
  319. package/dist-types/ts3.4/models/models_4.d.ts +7 -5
  320. package/package.json +35 -35
@@ -1,287 +1,236 @@
1
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
- export var LineageType;
3
- (function (LineageType) {
4
- LineageType["ACTION"] = "Action";
5
- LineageType["ARTIFACT"] = "Artifact";
6
- LineageType["CONTEXT"] = "Context";
7
- LineageType["TRIAL_COMPONENT"] = "TrialComponent";
8
- })(LineageType || (LineageType = {}));
9
- export var SortActionsBy;
10
- (function (SortActionsBy) {
11
- SortActionsBy["CREATION_TIME"] = "CreationTime";
12
- SortActionsBy["NAME"] = "Name";
13
- })(SortActionsBy || (SortActionsBy = {}));
14
- export var SortOrder;
15
- (function (SortOrder) {
16
- SortOrder["ASCENDING"] = "Ascending";
17
- SortOrder["DESCENDING"] = "Descending";
18
- })(SortOrder || (SortOrder = {}));
19
- export var SortArtifactsBy;
20
- (function (SortArtifactsBy) {
21
- SortArtifactsBy["CREATION_TIME"] = "CreationTime";
22
- })(SortArtifactsBy || (SortArtifactsBy = {}));
23
- export var SortAssociationsBy;
24
- (function (SortAssociationsBy) {
25
- SortAssociationsBy["CREATION_TIME"] = "CreationTime";
26
- SortAssociationsBy["DESTINATION_ARN"] = "DestinationArn";
27
- SortAssociationsBy["DESTINATION_TYPE"] = "DestinationType";
28
- SortAssociationsBy["SOURCE_ARN"] = "SourceArn";
29
- SortAssociationsBy["SOURCE_TYPE"] = "SourceType";
30
- })(SortAssociationsBy || (SortAssociationsBy = {}));
31
- export var ListCompilationJobsSortBy;
32
- (function (ListCompilationJobsSortBy) {
33
- ListCompilationJobsSortBy["CREATION_TIME"] = "CreationTime";
34
- ListCompilationJobsSortBy["NAME"] = "Name";
35
- ListCompilationJobsSortBy["STATUS"] = "Status";
36
- })(ListCompilationJobsSortBy || (ListCompilationJobsSortBy = {}));
37
- export var SortContextsBy;
38
- (function (SortContextsBy) {
39
- SortContextsBy["CREATION_TIME"] = "CreationTime";
40
- SortContextsBy["NAME"] = "Name";
41
- })(SortContextsBy || (SortContextsBy = {}));
42
- export var MonitoringJobDefinitionSortKey;
43
- (function (MonitoringJobDefinitionSortKey) {
44
- MonitoringJobDefinitionSortKey["CREATION_TIME"] = "CreationTime";
45
- MonitoringJobDefinitionSortKey["NAME"] = "Name";
46
- })(MonitoringJobDefinitionSortKey || (MonitoringJobDefinitionSortKey = {}));
47
- export var ListDeviceFleetsSortBy;
48
- (function (ListDeviceFleetsSortBy) {
49
- ListDeviceFleetsSortBy["CreationTime"] = "CREATION_TIME";
50
- ListDeviceFleetsSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
51
- ListDeviceFleetsSortBy["Name"] = "NAME";
52
- })(ListDeviceFleetsSortBy || (ListDeviceFleetsSortBy = {}));
53
- export var ListEdgeDeploymentPlansSortBy;
54
- (function (ListEdgeDeploymentPlansSortBy) {
55
- ListEdgeDeploymentPlansSortBy["CreationTime"] = "CREATION_TIME";
56
- ListEdgeDeploymentPlansSortBy["DeviceFleetName"] = "DEVICE_FLEET_NAME";
57
- ListEdgeDeploymentPlansSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
58
- ListEdgeDeploymentPlansSortBy["Name"] = "NAME";
59
- })(ListEdgeDeploymentPlansSortBy || (ListEdgeDeploymentPlansSortBy = {}));
60
- export var ListEdgePackagingJobsSortBy;
61
- (function (ListEdgePackagingJobsSortBy) {
62
- ListEdgePackagingJobsSortBy["CreationTime"] = "CREATION_TIME";
63
- ListEdgePackagingJobsSortBy["EdgePackagingJobStatus"] = "STATUS";
64
- ListEdgePackagingJobsSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
65
- ListEdgePackagingJobsSortBy["ModelName"] = "MODEL_NAME";
66
- ListEdgePackagingJobsSortBy["Name"] = "NAME";
67
- })(ListEdgePackagingJobsSortBy || (ListEdgePackagingJobsSortBy = {}));
68
- export var OrderKey;
69
- (function (OrderKey) {
70
- OrderKey["Ascending"] = "Ascending";
71
- OrderKey["Descending"] = "Descending";
72
- })(OrderKey || (OrderKey = {}));
73
- export var SortExperimentsBy;
74
- (function (SortExperimentsBy) {
75
- SortExperimentsBy["CREATION_TIME"] = "CreationTime";
76
- SortExperimentsBy["NAME"] = "Name";
77
- })(SortExperimentsBy || (SortExperimentsBy = {}));
78
- export var SortInferenceExperimentsBy;
79
- (function (SortInferenceExperimentsBy) {
80
- SortInferenceExperimentsBy["CREATION_TIME"] = "CreationTime";
81
- SortInferenceExperimentsBy["NAME"] = "Name";
82
- SortInferenceExperimentsBy["STATUS"] = "Status";
83
- })(SortInferenceExperimentsBy || (SortInferenceExperimentsBy = {}));
84
- export var ListInferenceRecommendationsJobsSortBy;
85
- (function (ListInferenceRecommendationsJobsSortBy) {
86
- ListInferenceRecommendationsJobsSortBy["CREATION_TIME"] = "CreationTime";
87
- ListInferenceRecommendationsJobsSortBy["NAME"] = "Name";
88
- ListInferenceRecommendationsJobsSortBy["STATUS"] = "Status";
89
- })(ListInferenceRecommendationsJobsSortBy || (ListInferenceRecommendationsJobsSortBy = {}));
90
- export var SortBy;
91
- (function (SortBy) {
92
- SortBy["CREATION_TIME"] = "CreationTime";
93
- SortBy["NAME"] = "Name";
94
- SortBy["STATUS"] = "Status";
95
- })(SortBy || (SortBy = {}));
96
- export var ListLabelingJobsForWorkteamSortByOptions;
97
- (function (ListLabelingJobsForWorkteamSortByOptions) {
98
- ListLabelingJobsForWorkteamSortByOptions["CREATION_TIME"] = "CreationTime";
99
- })(ListLabelingJobsForWorkteamSortByOptions || (ListLabelingJobsForWorkteamSortByOptions = {}));
100
- export var SortLineageGroupsBy;
101
- (function (SortLineageGroupsBy) {
102
- SortLineageGroupsBy["CREATION_TIME"] = "CreationTime";
103
- SortLineageGroupsBy["NAME"] = "Name";
104
- })(SortLineageGroupsBy || (SortLineageGroupsBy = {}));
105
- export var ModelCardExportJobSortBy;
106
- (function (ModelCardExportJobSortBy) {
107
- ModelCardExportJobSortBy["CREATION_TIME"] = "CreationTime";
108
- ModelCardExportJobSortBy["NAME"] = "Name";
109
- ModelCardExportJobSortBy["STATUS"] = "Status";
110
- })(ModelCardExportJobSortBy || (ModelCardExportJobSortBy = {}));
111
- export var ModelCardExportJobSortOrder;
112
- (function (ModelCardExportJobSortOrder) {
113
- ModelCardExportJobSortOrder["ASCENDING"] = "Ascending";
114
- ModelCardExportJobSortOrder["DESCENDING"] = "Descending";
115
- })(ModelCardExportJobSortOrder || (ModelCardExportJobSortOrder = {}));
116
- export var ModelCardSortBy;
117
- (function (ModelCardSortBy) {
118
- ModelCardSortBy["CREATION_TIME"] = "CreationTime";
119
- ModelCardSortBy["NAME"] = "Name";
120
- })(ModelCardSortBy || (ModelCardSortBy = {}));
121
- export var ModelCardSortOrder;
122
- (function (ModelCardSortOrder) {
123
- ModelCardSortOrder["ASCENDING"] = "Ascending";
124
- ModelCardSortOrder["DESCENDING"] = "Descending";
125
- })(ModelCardSortOrder || (ModelCardSortOrder = {}));
126
- export var ModelCardVersionSortBy;
127
- (function (ModelCardVersionSortBy) {
128
- ModelCardVersionSortBy["VERSION"] = "Version";
129
- })(ModelCardVersionSortBy || (ModelCardVersionSortBy = {}));
130
- export var ModelMetadataFilterType;
131
- (function (ModelMetadataFilterType) {
132
- ModelMetadataFilterType["DOMAIN"] = "Domain";
133
- ModelMetadataFilterType["FRAMEWORK"] = "Framework";
134
- ModelMetadataFilterType["FRAMEWORKVERSION"] = "FrameworkVersion";
135
- ModelMetadataFilterType["TASK"] = "Task";
136
- })(ModelMetadataFilterType || (ModelMetadataFilterType = {}));
137
- export var ModelPackageGroupSortBy;
138
- (function (ModelPackageGroupSortBy) {
139
- ModelPackageGroupSortBy["CREATION_TIME"] = "CreationTime";
140
- ModelPackageGroupSortBy["NAME"] = "Name";
141
- })(ModelPackageGroupSortBy || (ModelPackageGroupSortBy = {}));
142
- export var ModelPackageType;
143
- (function (ModelPackageType) {
144
- ModelPackageType["BOTH"] = "Both";
145
- ModelPackageType["UNVERSIONED"] = "Unversioned";
146
- ModelPackageType["VERSIONED"] = "Versioned";
147
- })(ModelPackageType || (ModelPackageType = {}));
148
- export var ModelPackageSortBy;
149
- (function (ModelPackageSortBy) {
150
- ModelPackageSortBy["CREATION_TIME"] = "CreationTime";
151
- ModelPackageSortBy["NAME"] = "Name";
152
- })(ModelPackageSortBy || (ModelPackageSortBy = {}));
153
- export var ModelSortKey;
154
- (function (ModelSortKey) {
155
- ModelSortKey["CreationTime"] = "CreationTime";
156
- ModelSortKey["Name"] = "Name";
157
- })(ModelSortKey || (ModelSortKey = {}));
158
- export var MonitoringAlertHistorySortKey;
159
- (function (MonitoringAlertHistorySortKey) {
160
- MonitoringAlertHistorySortKey["CreationTime"] = "CreationTime";
161
- MonitoringAlertHistorySortKey["Status"] = "Status";
162
- })(MonitoringAlertHistorySortKey || (MonitoringAlertHistorySortKey = {}));
163
- export var MonitoringAlertStatus;
164
- (function (MonitoringAlertStatus) {
165
- MonitoringAlertStatus["IN_ALERT"] = "InAlert";
166
- MonitoringAlertStatus["OK"] = "OK";
167
- })(MonitoringAlertStatus || (MonitoringAlertStatus = {}));
168
- export var MonitoringExecutionSortKey;
169
- (function (MonitoringExecutionSortKey) {
170
- MonitoringExecutionSortKey["CREATION_TIME"] = "CreationTime";
171
- MonitoringExecutionSortKey["SCHEDULED_TIME"] = "ScheduledTime";
172
- MonitoringExecutionSortKey["STATUS"] = "Status";
173
- })(MonitoringExecutionSortKey || (MonitoringExecutionSortKey = {}));
174
- export var MonitoringScheduleSortKey;
175
- (function (MonitoringScheduleSortKey) {
176
- MonitoringScheduleSortKey["CREATION_TIME"] = "CreationTime";
177
- MonitoringScheduleSortKey["NAME"] = "Name";
178
- MonitoringScheduleSortKey["STATUS"] = "Status";
179
- })(MonitoringScheduleSortKey || (MonitoringScheduleSortKey = {}));
180
- export var NotebookInstanceLifecycleConfigSortKey;
181
- (function (NotebookInstanceLifecycleConfigSortKey) {
182
- NotebookInstanceLifecycleConfigSortKey["CREATION_TIME"] = "CreationTime";
183
- NotebookInstanceLifecycleConfigSortKey["LAST_MODIFIED_TIME"] = "LastModifiedTime";
184
- NotebookInstanceLifecycleConfigSortKey["NAME"] = "Name";
185
- })(NotebookInstanceLifecycleConfigSortKey || (NotebookInstanceLifecycleConfigSortKey = {}));
186
- export var NotebookInstanceLifecycleConfigSortOrder;
187
- (function (NotebookInstanceLifecycleConfigSortOrder) {
188
- NotebookInstanceLifecycleConfigSortOrder["ASCENDING"] = "Ascending";
189
- NotebookInstanceLifecycleConfigSortOrder["DESCENDING"] = "Descending";
190
- })(NotebookInstanceLifecycleConfigSortOrder || (NotebookInstanceLifecycleConfigSortOrder = {}));
191
- export var NotebookInstanceSortKey;
192
- (function (NotebookInstanceSortKey) {
193
- NotebookInstanceSortKey["CREATION_TIME"] = "CreationTime";
194
- NotebookInstanceSortKey["NAME"] = "Name";
195
- NotebookInstanceSortKey["STATUS"] = "Status";
196
- })(NotebookInstanceSortKey || (NotebookInstanceSortKey = {}));
197
- export var NotebookInstanceSortOrder;
198
- (function (NotebookInstanceSortOrder) {
199
- NotebookInstanceSortOrder["ASCENDING"] = "Ascending";
200
- NotebookInstanceSortOrder["DESCENDING"] = "Descending";
201
- })(NotebookInstanceSortOrder || (NotebookInstanceSortOrder = {}));
202
- export var SortPipelineExecutionsBy;
203
- (function (SortPipelineExecutionsBy) {
204
- SortPipelineExecutionsBy["CREATION_TIME"] = "CreationTime";
205
- SortPipelineExecutionsBy["PIPELINE_EXECUTION_ARN"] = "PipelineExecutionArn";
206
- })(SortPipelineExecutionsBy || (SortPipelineExecutionsBy = {}));
207
- export var StepStatus;
208
- (function (StepStatus) {
209
- StepStatus["EXECUTING"] = "Executing";
210
- StepStatus["FAILED"] = "Failed";
211
- StepStatus["STARTING"] = "Starting";
212
- StepStatus["STOPPED"] = "Stopped";
213
- StepStatus["STOPPING"] = "Stopping";
214
- StepStatus["SUCCEEDED"] = "Succeeded";
215
- })(StepStatus || (StepStatus = {}));
216
- export var SortPipelinesBy;
217
- (function (SortPipelinesBy) {
218
- SortPipelinesBy["CREATION_TIME"] = "CreationTime";
219
- SortPipelinesBy["NAME"] = "Name";
220
- })(SortPipelinesBy || (SortPipelinesBy = {}));
221
- export var ProjectSortBy;
222
- (function (ProjectSortBy) {
223
- ProjectSortBy["CREATION_TIME"] = "CreationTime";
224
- ProjectSortBy["NAME"] = "Name";
225
- })(ProjectSortBy || (ProjectSortBy = {}));
226
- export var ProjectSortOrder;
227
- (function (ProjectSortOrder) {
228
- ProjectSortOrder["ASCENDING"] = "Ascending";
229
- ProjectSortOrder["DESCENDING"] = "Descending";
230
- })(ProjectSortOrder || (ProjectSortOrder = {}));
231
- export var SpaceSortKey;
232
- (function (SpaceSortKey) {
233
- SpaceSortKey["CreationTime"] = "CreationTime";
234
- SpaceSortKey["LastModifiedTime"] = "LastModifiedTime";
235
- })(SpaceSortKey || (SpaceSortKey = {}));
236
- export var StudioLifecycleConfigSortKey;
237
- (function (StudioLifecycleConfigSortKey) {
238
- StudioLifecycleConfigSortKey["CreationTime"] = "CreationTime";
239
- StudioLifecycleConfigSortKey["LastModifiedTime"] = "LastModifiedTime";
240
- StudioLifecycleConfigSortKey["Name"] = "Name";
241
- })(StudioLifecycleConfigSortKey || (StudioLifecycleConfigSortKey = {}));
242
- export var TrainingJobSortByOptions;
243
- (function (TrainingJobSortByOptions) {
244
- TrainingJobSortByOptions["CreationTime"] = "CreationTime";
245
- TrainingJobSortByOptions["FinalObjectiveMetricValue"] = "FinalObjectiveMetricValue";
246
- TrainingJobSortByOptions["Name"] = "Name";
247
- TrainingJobSortByOptions["Status"] = "Status";
248
- })(TrainingJobSortByOptions || (TrainingJobSortByOptions = {}));
249
- export var SortTrialComponentsBy;
250
- (function (SortTrialComponentsBy) {
251
- SortTrialComponentsBy["CREATION_TIME"] = "CreationTime";
252
- SortTrialComponentsBy["NAME"] = "Name";
253
- })(SortTrialComponentsBy || (SortTrialComponentsBy = {}));
254
- export var SortTrialsBy;
255
- (function (SortTrialsBy) {
256
- SortTrialsBy["CREATION_TIME"] = "CreationTime";
257
- SortTrialsBy["NAME"] = "Name";
258
- })(SortTrialsBy || (SortTrialsBy = {}));
259
- export var UserProfileSortKey;
260
- (function (UserProfileSortKey) {
261
- UserProfileSortKey["CreationTime"] = "CreationTime";
262
- UserProfileSortKey["LastModifiedTime"] = "LastModifiedTime";
263
- })(UserProfileSortKey || (UserProfileSortKey = {}));
264
- export var ListWorkforcesSortByOptions;
265
- (function (ListWorkforcesSortByOptions) {
266
- ListWorkforcesSortByOptions["CreateDate"] = "CreateDate";
267
- ListWorkforcesSortByOptions["Name"] = "Name";
268
- })(ListWorkforcesSortByOptions || (ListWorkforcesSortByOptions = {}));
269
- export var ListWorkteamsSortByOptions;
270
- (function (ListWorkteamsSortByOptions) {
271
- ListWorkteamsSortByOptions["CreateDate"] = "CreateDate";
272
- ListWorkteamsSortByOptions["Name"] = "Name";
273
- })(ListWorkteamsSortByOptions || (ListWorkteamsSortByOptions = {}));
274
- export var ModelVariantAction;
275
- (function (ModelVariantAction) {
276
- ModelVariantAction["PROMOTE"] = "Promote";
277
- ModelVariantAction["REMOVE"] = "Remove";
278
- ModelVariantAction["RETAIN"] = "Retain";
279
- })(ModelVariantAction || (ModelVariantAction = {}));
280
- export var SearchSortOrder;
281
- (function (SearchSortOrder) {
282
- SearchSortOrder["ASCENDING"] = "Ascending";
283
- SearchSortOrder["DESCENDING"] = "Descending";
284
- })(SearchSortOrder || (SearchSortOrder = {}));
2
+ export const LineageType = {
3
+ ACTION: "Action",
4
+ ARTIFACT: "Artifact",
5
+ CONTEXT: "Context",
6
+ TRIAL_COMPONENT: "TrialComponent",
7
+ };
8
+ export const SortActionsBy = {
9
+ CREATION_TIME: "CreationTime",
10
+ NAME: "Name",
11
+ };
12
+ export const SortOrder = {
13
+ ASCENDING: "Ascending",
14
+ DESCENDING: "Descending",
15
+ };
16
+ export const SortArtifactsBy = {
17
+ CREATION_TIME: "CreationTime",
18
+ };
19
+ export const SortAssociationsBy = {
20
+ CREATION_TIME: "CreationTime",
21
+ DESTINATION_ARN: "DestinationArn",
22
+ DESTINATION_TYPE: "DestinationType",
23
+ SOURCE_ARN: "SourceArn",
24
+ SOURCE_TYPE: "SourceType",
25
+ };
26
+ export const ListCompilationJobsSortBy = {
27
+ CREATION_TIME: "CreationTime",
28
+ NAME: "Name",
29
+ STATUS: "Status",
30
+ };
31
+ export const SortContextsBy = {
32
+ CREATION_TIME: "CreationTime",
33
+ NAME: "Name",
34
+ };
35
+ export const MonitoringJobDefinitionSortKey = {
36
+ CREATION_TIME: "CreationTime",
37
+ NAME: "Name",
38
+ };
39
+ export const ListDeviceFleetsSortBy = {
40
+ CreationTime: "CREATION_TIME",
41
+ LastModifiedTime: "LAST_MODIFIED_TIME",
42
+ Name: "NAME",
43
+ };
44
+ export const ListEdgeDeploymentPlansSortBy = {
45
+ CreationTime: "CREATION_TIME",
46
+ DeviceFleetName: "DEVICE_FLEET_NAME",
47
+ LastModifiedTime: "LAST_MODIFIED_TIME",
48
+ Name: "NAME",
49
+ };
50
+ export const ListEdgePackagingJobsSortBy = {
51
+ CreationTime: "CREATION_TIME",
52
+ EdgePackagingJobStatus: "STATUS",
53
+ LastModifiedTime: "LAST_MODIFIED_TIME",
54
+ ModelName: "MODEL_NAME",
55
+ Name: "NAME",
56
+ };
57
+ export const OrderKey = {
58
+ Ascending: "Ascending",
59
+ Descending: "Descending",
60
+ };
61
+ export const SortExperimentsBy = {
62
+ CREATION_TIME: "CreationTime",
63
+ NAME: "Name",
64
+ };
65
+ export const SortInferenceExperimentsBy = {
66
+ CREATION_TIME: "CreationTime",
67
+ NAME: "Name",
68
+ STATUS: "Status",
69
+ };
70
+ export const ListInferenceRecommendationsJobsSortBy = {
71
+ CREATION_TIME: "CreationTime",
72
+ NAME: "Name",
73
+ STATUS: "Status",
74
+ };
75
+ export const SortBy = {
76
+ CREATION_TIME: "CreationTime",
77
+ NAME: "Name",
78
+ STATUS: "Status",
79
+ };
80
+ export const ListLabelingJobsForWorkteamSortByOptions = {
81
+ CREATION_TIME: "CreationTime",
82
+ };
83
+ export const SortLineageGroupsBy = {
84
+ CREATION_TIME: "CreationTime",
85
+ NAME: "Name",
86
+ };
87
+ export const ModelCardExportJobSortBy = {
88
+ CREATION_TIME: "CreationTime",
89
+ NAME: "Name",
90
+ STATUS: "Status",
91
+ };
92
+ export const ModelCardExportJobSortOrder = {
93
+ ASCENDING: "Ascending",
94
+ DESCENDING: "Descending",
95
+ };
96
+ export const ModelCardSortBy = {
97
+ CREATION_TIME: "CreationTime",
98
+ NAME: "Name",
99
+ };
100
+ export const ModelCardSortOrder = {
101
+ ASCENDING: "Ascending",
102
+ DESCENDING: "Descending",
103
+ };
104
+ export const ModelCardVersionSortBy = {
105
+ VERSION: "Version",
106
+ };
107
+ export const ModelMetadataFilterType = {
108
+ DOMAIN: "Domain",
109
+ FRAMEWORK: "Framework",
110
+ FRAMEWORKVERSION: "FrameworkVersion",
111
+ TASK: "Task",
112
+ };
113
+ export const ModelPackageGroupSortBy = {
114
+ CREATION_TIME: "CreationTime",
115
+ NAME: "Name",
116
+ };
117
+ export const ModelPackageType = {
118
+ BOTH: "Both",
119
+ UNVERSIONED: "Unversioned",
120
+ VERSIONED: "Versioned",
121
+ };
122
+ export const ModelPackageSortBy = {
123
+ CREATION_TIME: "CreationTime",
124
+ NAME: "Name",
125
+ };
126
+ export const ModelSortKey = {
127
+ CreationTime: "CreationTime",
128
+ Name: "Name",
129
+ };
130
+ export const MonitoringAlertHistorySortKey = {
131
+ CreationTime: "CreationTime",
132
+ Status: "Status",
133
+ };
134
+ export const MonitoringAlertStatus = {
135
+ IN_ALERT: "InAlert",
136
+ OK: "OK",
137
+ };
138
+ export const MonitoringExecutionSortKey = {
139
+ CREATION_TIME: "CreationTime",
140
+ SCHEDULED_TIME: "ScheduledTime",
141
+ STATUS: "Status",
142
+ };
143
+ export const MonitoringScheduleSortKey = {
144
+ CREATION_TIME: "CreationTime",
145
+ NAME: "Name",
146
+ STATUS: "Status",
147
+ };
148
+ export const NotebookInstanceLifecycleConfigSortKey = {
149
+ CREATION_TIME: "CreationTime",
150
+ LAST_MODIFIED_TIME: "LastModifiedTime",
151
+ NAME: "Name",
152
+ };
153
+ export const NotebookInstanceLifecycleConfigSortOrder = {
154
+ ASCENDING: "Ascending",
155
+ DESCENDING: "Descending",
156
+ };
157
+ export const NotebookInstanceSortKey = {
158
+ CREATION_TIME: "CreationTime",
159
+ NAME: "Name",
160
+ STATUS: "Status",
161
+ };
162
+ export const NotebookInstanceSortOrder = {
163
+ ASCENDING: "Ascending",
164
+ DESCENDING: "Descending",
165
+ };
166
+ export const SortPipelineExecutionsBy = {
167
+ CREATION_TIME: "CreationTime",
168
+ PIPELINE_EXECUTION_ARN: "PipelineExecutionArn",
169
+ };
170
+ export const StepStatus = {
171
+ EXECUTING: "Executing",
172
+ FAILED: "Failed",
173
+ STARTING: "Starting",
174
+ STOPPED: "Stopped",
175
+ STOPPING: "Stopping",
176
+ SUCCEEDED: "Succeeded",
177
+ };
178
+ export const SortPipelinesBy = {
179
+ CREATION_TIME: "CreationTime",
180
+ NAME: "Name",
181
+ };
182
+ export const ProjectSortBy = {
183
+ CREATION_TIME: "CreationTime",
184
+ NAME: "Name",
185
+ };
186
+ export const ProjectSortOrder = {
187
+ ASCENDING: "Ascending",
188
+ DESCENDING: "Descending",
189
+ };
190
+ export const SpaceSortKey = {
191
+ CreationTime: "CreationTime",
192
+ LastModifiedTime: "LastModifiedTime",
193
+ };
194
+ export const StudioLifecycleConfigSortKey = {
195
+ CreationTime: "CreationTime",
196
+ LastModifiedTime: "LastModifiedTime",
197
+ Name: "Name",
198
+ };
199
+ export const TrainingJobSortByOptions = {
200
+ CreationTime: "CreationTime",
201
+ FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
202
+ Name: "Name",
203
+ Status: "Status",
204
+ };
205
+ export const SortTrialComponentsBy = {
206
+ CREATION_TIME: "CreationTime",
207
+ NAME: "Name",
208
+ };
209
+ export const SortTrialsBy = {
210
+ CREATION_TIME: "CreationTime",
211
+ NAME: "Name",
212
+ };
213
+ export const UserProfileSortKey = {
214
+ CreationTime: "CreationTime",
215
+ LastModifiedTime: "LastModifiedTime",
216
+ };
217
+ export const ListWorkforcesSortByOptions = {
218
+ CreateDate: "CreateDate",
219
+ Name: "Name",
220
+ };
221
+ export const ListWorkteamsSortByOptions = {
222
+ CreateDate: "CreateDate",
223
+ Name: "Name",
224
+ };
225
+ export const ModelVariantAction = {
226
+ PROMOTE: "Promote",
227
+ REMOVE: "Remove",
228
+ RETAIN: "Retain",
229
+ };
230
+ export const SearchSortOrder = {
231
+ ASCENDING: "Ascending",
232
+ DESCENDING: "Descending",
233
+ };
285
234
  export const ModelCardFilterSensitiveLog = (obj) => ({
286
235
  ...obj,
287
236
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -1,11 +1,10 @@
1
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
2
  import { OidcConfigFilterSensitiveLog, } from "./models_1";
3
- export var VariantPropertyType;
4
- (function (VariantPropertyType) {
5
- VariantPropertyType["DataCaptureConfig"] = "DataCaptureConfig";
6
- VariantPropertyType["DesiredInstanceCount"] = "DesiredInstanceCount";
7
- VariantPropertyType["DesiredWeight"] = "DesiredWeight";
8
- })(VariantPropertyType || (VariantPropertyType = {}));
3
+ export const VariantPropertyType = {
4
+ DataCaptureConfig: "DataCaptureConfig",
5
+ DesiredInstanceCount: "DesiredInstanceCount",
6
+ DesiredWeight: "DesiredWeight",
7
+ };
9
8
  export const UpdateModelCardRequestFilterSensitiveLog = (obj) => ({
10
9
  ...obj,
11
10
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -30,7 +30,7 @@ export interface AddAssociationCommandOutput extends AddAssociationResponse, __M
30
30
  * import { SageMakerClient, AddAssociationCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
31
31
  * // const { SageMakerClient, AddAssociationCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
32
32
  * const client = new SageMakerClient(config);
33
- * const input = {
33
+ * const input = { // AddAssociationRequest
34
34
  * SourceArn: "STRING_VALUE", // required
35
35
  * DestinationArn: "STRING_VALUE", // required
36
36
  * AssociationType: "ContributedTo" || "AssociatedWith" || "DerivedFrom" || "Produced",
@@ -50,10 +50,10 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
50
50
  * import { SageMakerClient, AddTagsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
51
51
  * // const { SageMakerClient, AddTagsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
52
52
  * const client = new SageMakerClient(config);
53
- * const input = {
53
+ * const input = { // AddTagsInput
54
54
  * ResourceArn: "STRING_VALUE", // required
55
- * Tags: [ // required
56
- * {
55
+ * Tags: [ // TagList // required
56
+ * { // Tag
57
57
  * Key: "STRING_VALUE", // required
58
58
  * Value: "STRING_VALUE", // required
59
59
  * },
@@ -27,7 +27,7 @@ export interface AssociateTrialComponentCommandOutput extends AssociateTrialComp
27
27
  * import { SageMakerClient, AssociateTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, AssociateTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
- * const input = {
30
+ * const input = { // AssociateTrialComponentRequest
31
31
  * TrialComponentName: "STRING_VALUE", // required
32
32
  * TrialName: "STRING_VALUE", // required
33
33
  * };
@@ -26,8 +26,8 @@ export interface BatchDescribeModelPackageCommandOutput extends BatchDescribeMod
26
26
  * import { SageMakerClient, BatchDescribeModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, BatchDescribeModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
30
- * ModelPackageArnList: [ // required
29
+ * const input = { // BatchDescribeModelPackageInput
30
+ * ModelPackageArnList: [ // ModelPackageArnList // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -30,9 +30,9 @@ export interface CreateActionCommandOutput extends CreateActionResponse, __Metad
30
30
  * import { SageMakerClient, CreateActionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
31
31
  * // const { SageMakerClient, CreateActionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
32
32
  * const client = new SageMakerClient(config);
33
- * const input = {
33
+ * const input = { // CreateActionRequest
34
34
  * ActionName: "STRING_VALUE", // required
35
- * Source: {
35
+ * Source: { // ActionSource
36
36
  * SourceUri: "STRING_VALUE", // required
37
37
  * SourceType: "STRING_VALUE",
38
38
  * SourceId: "STRING_VALUE",
@@ -40,17 +40,17 @@ export interface CreateActionCommandOutput extends CreateActionResponse, __Metad
40
40
  * ActionType: "STRING_VALUE", // required
41
41
  * Description: "STRING_VALUE",
42
42
  * Status: "Unknown" || "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
43
- * Properties: {
43
+ * Properties: { // LineageEntityParameters
44
44
  * "<keys>": "STRING_VALUE",
45
45
  * },
46
- * MetadataProperties: {
46
+ * MetadataProperties: { // MetadataProperties
47
47
  * CommitId: "STRING_VALUE",
48
48
  * Repository: "STRING_VALUE",
49
49
  * GeneratedBy: "STRING_VALUE",
50
50
  * ProjectId: "STRING_VALUE",
51
51
  * },
52
- * Tags: [
53
- * {
52
+ * Tags: [ // TagList
53
+ * { // Tag
54
54
  * Key: "STRING_VALUE", // required
55
55
  * Value: "STRING_VALUE", // required
56
56
  * },