@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
@@ -3,289 +3,238 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ProjectSortOrder = exports.ProjectSortBy = exports.SortPipelinesBy = exports.StepStatus = exports.SortPipelineExecutionsBy = exports.NotebookInstanceSortOrder = exports.NotebookInstanceSortKey = exports.NotebookInstanceLifecycleConfigSortOrder = exports.NotebookInstanceLifecycleConfigSortKey = exports.MonitoringScheduleSortKey = exports.MonitoringExecutionSortKey = exports.MonitoringAlertStatus = exports.MonitoringAlertHistorySortKey = exports.ModelSortKey = exports.ModelPackageSortBy = exports.ModelPackageType = exports.ModelPackageGroupSortBy = exports.ModelMetadataFilterType = exports.ModelCardVersionSortBy = exports.ModelCardSortOrder = exports.ModelCardSortBy = exports.ModelCardExportJobSortOrder = exports.ModelCardExportJobSortBy = exports.SortLineageGroupsBy = exports.ListLabelingJobsForWorkteamSortByOptions = exports.SortBy = exports.ListInferenceRecommendationsJobsSortBy = exports.SortInferenceExperimentsBy = exports.SortExperimentsBy = exports.OrderKey = exports.ListEdgePackagingJobsSortBy = exports.ListEdgeDeploymentPlansSortBy = exports.ListDeviceFleetsSortBy = exports.MonitoringJobDefinitionSortKey = exports.SortContextsBy = exports.ListCompilationJobsSortBy = exports.SortAssociationsBy = exports.SortArtifactsBy = exports.SortOrder = exports.SortActionsBy = exports.LineageType = void 0;
4
4
  exports.SearchResponseFilterSensitiveLog = exports.SearchRecordFilterSensitiveLog = exports.ModelCardFilterSensitiveLog = exports.SearchSortOrder = void 0;
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- var LineageType;
7
- (function (LineageType) {
8
- LineageType["ACTION"] = "Action";
9
- LineageType["ARTIFACT"] = "Artifact";
10
- LineageType["CONTEXT"] = "Context";
11
- LineageType["TRIAL_COMPONENT"] = "TrialComponent";
12
- })(LineageType = exports.LineageType || (exports.LineageType = {}));
13
- var SortActionsBy;
14
- (function (SortActionsBy) {
15
- SortActionsBy["CREATION_TIME"] = "CreationTime";
16
- SortActionsBy["NAME"] = "Name";
17
- })(SortActionsBy = exports.SortActionsBy || (exports.SortActionsBy = {}));
18
- var SortOrder;
19
- (function (SortOrder) {
20
- SortOrder["ASCENDING"] = "Ascending";
21
- SortOrder["DESCENDING"] = "Descending";
22
- })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
23
- var SortArtifactsBy;
24
- (function (SortArtifactsBy) {
25
- SortArtifactsBy["CREATION_TIME"] = "CreationTime";
26
- })(SortArtifactsBy = exports.SortArtifactsBy || (exports.SortArtifactsBy = {}));
27
- var SortAssociationsBy;
28
- (function (SortAssociationsBy) {
29
- SortAssociationsBy["CREATION_TIME"] = "CreationTime";
30
- SortAssociationsBy["DESTINATION_ARN"] = "DestinationArn";
31
- SortAssociationsBy["DESTINATION_TYPE"] = "DestinationType";
32
- SortAssociationsBy["SOURCE_ARN"] = "SourceArn";
33
- SortAssociationsBy["SOURCE_TYPE"] = "SourceType";
34
- })(SortAssociationsBy = exports.SortAssociationsBy || (exports.SortAssociationsBy = {}));
35
- var ListCompilationJobsSortBy;
36
- (function (ListCompilationJobsSortBy) {
37
- ListCompilationJobsSortBy["CREATION_TIME"] = "CreationTime";
38
- ListCompilationJobsSortBy["NAME"] = "Name";
39
- ListCompilationJobsSortBy["STATUS"] = "Status";
40
- })(ListCompilationJobsSortBy = exports.ListCompilationJobsSortBy || (exports.ListCompilationJobsSortBy = {}));
41
- var SortContextsBy;
42
- (function (SortContextsBy) {
43
- SortContextsBy["CREATION_TIME"] = "CreationTime";
44
- SortContextsBy["NAME"] = "Name";
45
- })(SortContextsBy = exports.SortContextsBy || (exports.SortContextsBy = {}));
46
- var MonitoringJobDefinitionSortKey;
47
- (function (MonitoringJobDefinitionSortKey) {
48
- MonitoringJobDefinitionSortKey["CREATION_TIME"] = "CreationTime";
49
- MonitoringJobDefinitionSortKey["NAME"] = "Name";
50
- })(MonitoringJobDefinitionSortKey = exports.MonitoringJobDefinitionSortKey || (exports.MonitoringJobDefinitionSortKey = {}));
51
- var ListDeviceFleetsSortBy;
52
- (function (ListDeviceFleetsSortBy) {
53
- ListDeviceFleetsSortBy["CreationTime"] = "CREATION_TIME";
54
- ListDeviceFleetsSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
55
- ListDeviceFleetsSortBy["Name"] = "NAME";
56
- })(ListDeviceFleetsSortBy = exports.ListDeviceFleetsSortBy || (exports.ListDeviceFleetsSortBy = {}));
57
- var ListEdgeDeploymentPlansSortBy;
58
- (function (ListEdgeDeploymentPlansSortBy) {
59
- ListEdgeDeploymentPlansSortBy["CreationTime"] = "CREATION_TIME";
60
- ListEdgeDeploymentPlansSortBy["DeviceFleetName"] = "DEVICE_FLEET_NAME";
61
- ListEdgeDeploymentPlansSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
62
- ListEdgeDeploymentPlansSortBy["Name"] = "NAME";
63
- })(ListEdgeDeploymentPlansSortBy = exports.ListEdgeDeploymentPlansSortBy || (exports.ListEdgeDeploymentPlansSortBy = {}));
64
- var ListEdgePackagingJobsSortBy;
65
- (function (ListEdgePackagingJobsSortBy) {
66
- ListEdgePackagingJobsSortBy["CreationTime"] = "CREATION_TIME";
67
- ListEdgePackagingJobsSortBy["EdgePackagingJobStatus"] = "STATUS";
68
- ListEdgePackagingJobsSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
69
- ListEdgePackagingJobsSortBy["ModelName"] = "MODEL_NAME";
70
- ListEdgePackagingJobsSortBy["Name"] = "NAME";
71
- })(ListEdgePackagingJobsSortBy = exports.ListEdgePackagingJobsSortBy || (exports.ListEdgePackagingJobsSortBy = {}));
72
- var OrderKey;
73
- (function (OrderKey) {
74
- OrderKey["Ascending"] = "Ascending";
75
- OrderKey["Descending"] = "Descending";
76
- })(OrderKey = exports.OrderKey || (exports.OrderKey = {}));
77
- var SortExperimentsBy;
78
- (function (SortExperimentsBy) {
79
- SortExperimentsBy["CREATION_TIME"] = "CreationTime";
80
- SortExperimentsBy["NAME"] = "Name";
81
- })(SortExperimentsBy = exports.SortExperimentsBy || (exports.SortExperimentsBy = {}));
82
- var SortInferenceExperimentsBy;
83
- (function (SortInferenceExperimentsBy) {
84
- SortInferenceExperimentsBy["CREATION_TIME"] = "CreationTime";
85
- SortInferenceExperimentsBy["NAME"] = "Name";
86
- SortInferenceExperimentsBy["STATUS"] = "Status";
87
- })(SortInferenceExperimentsBy = exports.SortInferenceExperimentsBy || (exports.SortInferenceExperimentsBy = {}));
88
- var ListInferenceRecommendationsJobsSortBy;
89
- (function (ListInferenceRecommendationsJobsSortBy) {
90
- ListInferenceRecommendationsJobsSortBy["CREATION_TIME"] = "CreationTime";
91
- ListInferenceRecommendationsJobsSortBy["NAME"] = "Name";
92
- ListInferenceRecommendationsJobsSortBy["STATUS"] = "Status";
93
- })(ListInferenceRecommendationsJobsSortBy = exports.ListInferenceRecommendationsJobsSortBy || (exports.ListInferenceRecommendationsJobsSortBy = {}));
94
- var SortBy;
95
- (function (SortBy) {
96
- SortBy["CREATION_TIME"] = "CreationTime";
97
- SortBy["NAME"] = "Name";
98
- SortBy["STATUS"] = "Status";
99
- })(SortBy = exports.SortBy || (exports.SortBy = {}));
100
- var ListLabelingJobsForWorkteamSortByOptions;
101
- (function (ListLabelingJobsForWorkteamSortByOptions) {
102
- ListLabelingJobsForWorkteamSortByOptions["CREATION_TIME"] = "CreationTime";
103
- })(ListLabelingJobsForWorkteamSortByOptions = exports.ListLabelingJobsForWorkteamSortByOptions || (exports.ListLabelingJobsForWorkteamSortByOptions = {}));
104
- var SortLineageGroupsBy;
105
- (function (SortLineageGroupsBy) {
106
- SortLineageGroupsBy["CREATION_TIME"] = "CreationTime";
107
- SortLineageGroupsBy["NAME"] = "Name";
108
- })(SortLineageGroupsBy = exports.SortLineageGroupsBy || (exports.SortLineageGroupsBy = {}));
109
- var ModelCardExportJobSortBy;
110
- (function (ModelCardExportJobSortBy) {
111
- ModelCardExportJobSortBy["CREATION_TIME"] = "CreationTime";
112
- ModelCardExportJobSortBy["NAME"] = "Name";
113
- ModelCardExportJobSortBy["STATUS"] = "Status";
114
- })(ModelCardExportJobSortBy = exports.ModelCardExportJobSortBy || (exports.ModelCardExportJobSortBy = {}));
115
- var ModelCardExportJobSortOrder;
116
- (function (ModelCardExportJobSortOrder) {
117
- ModelCardExportJobSortOrder["ASCENDING"] = "Ascending";
118
- ModelCardExportJobSortOrder["DESCENDING"] = "Descending";
119
- })(ModelCardExportJobSortOrder = exports.ModelCardExportJobSortOrder || (exports.ModelCardExportJobSortOrder = {}));
120
- var ModelCardSortBy;
121
- (function (ModelCardSortBy) {
122
- ModelCardSortBy["CREATION_TIME"] = "CreationTime";
123
- ModelCardSortBy["NAME"] = "Name";
124
- })(ModelCardSortBy = exports.ModelCardSortBy || (exports.ModelCardSortBy = {}));
125
- var ModelCardSortOrder;
126
- (function (ModelCardSortOrder) {
127
- ModelCardSortOrder["ASCENDING"] = "Ascending";
128
- ModelCardSortOrder["DESCENDING"] = "Descending";
129
- })(ModelCardSortOrder = exports.ModelCardSortOrder || (exports.ModelCardSortOrder = {}));
130
- var ModelCardVersionSortBy;
131
- (function (ModelCardVersionSortBy) {
132
- ModelCardVersionSortBy["VERSION"] = "Version";
133
- })(ModelCardVersionSortBy = exports.ModelCardVersionSortBy || (exports.ModelCardVersionSortBy = {}));
134
- var ModelMetadataFilterType;
135
- (function (ModelMetadataFilterType) {
136
- ModelMetadataFilterType["DOMAIN"] = "Domain";
137
- ModelMetadataFilterType["FRAMEWORK"] = "Framework";
138
- ModelMetadataFilterType["FRAMEWORKVERSION"] = "FrameworkVersion";
139
- ModelMetadataFilterType["TASK"] = "Task";
140
- })(ModelMetadataFilterType = exports.ModelMetadataFilterType || (exports.ModelMetadataFilterType = {}));
141
- var ModelPackageGroupSortBy;
142
- (function (ModelPackageGroupSortBy) {
143
- ModelPackageGroupSortBy["CREATION_TIME"] = "CreationTime";
144
- ModelPackageGroupSortBy["NAME"] = "Name";
145
- })(ModelPackageGroupSortBy = exports.ModelPackageGroupSortBy || (exports.ModelPackageGroupSortBy = {}));
146
- var ModelPackageType;
147
- (function (ModelPackageType) {
148
- ModelPackageType["BOTH"] = "Both";
149
- ModelPackageType["UNVERSIONED"] = "Unversioned";
150
- ModelPackageType["VERSIONED"] = "Versioned";
151
- })(ModelPackageType = exports.ModelPackageType || (exports.ModelPackageType = {}));
152
- var ModelPackageSortBy;
153
- (function (ModelPackageSortBy) {
154
- ModelPackageSortBy["CREATION_TIME"] = "CreationTime";
155
- ModelPackageSortBy["NAME"] = "Name";
156
- })(ModelPackageSortBy = exports.ModelPackageSortBy || (exports.ModelPackageSortBy = {}));
157
- var ModelSortKey;
158
- (function (ModelSortKey) {
159
- ModelSortKey["CreationTime"] = "CreationTime";
160
- ModelSortKey["Name"] = "Name";
161
- })(ModelSortKey = exports.ModelSortKey || (exports.ModelSortKey = {}));
162
- var MonitoringAlertHistorySortKey;
163
- (function (MonitoringAlertHistorySortKey) {
164
- MonitoringAlertHistorySortKey["CreationTime"] = "CreationTime";
165
- MonitoringAlertHistorySortKey["Status"] = "Status";
166
- })(MonitoringAlertHistorySortKey = exports.MonitoringAlertHistorySortKey || (exports.MonitoringAlertHistorySortKey = {}));
167
- var MonitoringAlertStatus;
168
- (function (MonitoringAlertStatus) {
169
- MonitoringAlertStatus["IN_ALERT"] = "InAlert";
170
- MonitoringAlertStatus["OK"] = "OK";
171
- })(MonitoringAlertStatus = exports.MonitoringAlertStatus || (exports.MonitoringAlertStatus = {}));
172
- var MonitoringExecutionSortKey;
173
- (function (MonitoringExecutionSortKey) {
174
- MonitoringExecutionSortKey["CREATION_TIME"] = "CreationTime";
175
- MonitoringExecutionSortKey["SCHEDULED_TIME"] = "ScheduledTime";
176
- MonitoringExecutionSortKey["STATUS"] = "Status";
177
- })(MonitoringExecutionSortKey = exports.MonitoringExecutionSortKey || (exports.MonitoringExecutionSortKey = {}));
178
- var MonitoringScheduleSortKey;
179
- (function (MonitoringScheduleSortKey) {
180
- MonitoringScheduleSortKey["CREATION_TIME"] = "CreationTime";
181
- MonitoringScheduleSortKey["NAME"] = "Name";
182
- MonitoringScheduleSortKey["STATUS"] = "Status";
183
- })(MonitoringScheduleSortKey = exports.MonitoringScheduleSortKey || (exports.MonitoringScheduleSortKey = {}));
184
- var NotebookInstanceLifecycleConfigSortKey;
185
- (function (NotebookInstanceLifecycleConfigSortKey) {
186
- NotebookInstanceLifecycleConfigSortKey["CREATION_TIME"] = "CreationTime";
187
- NotebookInstanceLifecycleConfigSortKey["LAST_MODIFIED_TIME"] = "LastModifiedTime";
188
- NotebookInstanceLifecycleConfigSortKey["NAME"] = "Name";
189
- })(NotebookInstanceLifecycleConfigSortKey = exports.NotebookInstanceLifecycleConfigSortKey || (exports.NotebookInstanceLifecycleConfigSortKey = {}));
190
- var NotebookInstanceLifecycleConfigSortOrder;
191
- (function (NotebookInstanceLifecycleConfigSortOrder) {
192
- NotebookInstanceLifecycleConfigSortOrder["ASCENDING"] = "Ascending";
193
- NotebookInstanceLifecycleConfigSortOrder["DESCENDING"] = "Descending";
194
- })(NotebookInstanceLifecycleConfigSortOrder = exports.NotebookInstanceLifecycleConfigSortOrder || (exports.NotebookInstanceLifecycleConfigSortOrder = {}));
195
- var NotebookInstanceSortKey;
196
- (function (NotebookInstanceSortKey) {
197
- NotebookInstanceSortKey["CREATION_TIME"] = "CreationTime";
198
- NotebookInstanceSortKey["NAME"] = "Name";
199
- NotebookInstanceSortKey["STATUS"] = "Status";
200
- })(NotebookInstanceSortKey = exports.NotebookInstanceSortKey || (exports.NotebookInstanceSortKey = {}));
201
- var NotebookInstanceSortOrder;
202
- (function (NotebookInstanceSortOrder) {
203
- NotebookInstanceSortOrder["ASCENDING"] = "Ascending";
204
- NotebookInstanceSortOrder["DESCENDING"] = "Descending";
205
- })(NotebookInstanceSortOrder = exports.NotebookInstanceSortOrder || (exports.NotebookInstanceSortOrder = {}));
206
- var SortPipelineExecutionsBy;
207
- (function (SortPipelineExecutionsBy) {
208
- SortPipelineExecutionsBy["CREATION_TIME"] = "CreationTime";
209
- SortPipelineExecutionsBy["PIPELINE_EXECUTION_ARN"] = "PipelineExecutionArn";
210
- })(SortPipelineExecutionsBy = exports.SortPipelineExecutionsBy || (exports.SortPipelineExecutionsBy = {}));
211
- var StepStatus;
212
- (function (StepStatus) {
213
- StepStatus["EXECUTING"] = "Executing";
214
- StepStatus["FAILED"] = "Failed";
215
- StepStatus["STARTING"] = "Starting";
216
- StepStatus["STOPPED"] = "Stopped";
217
- StepStatus["STOPPING"] = "Stopping";
218
- StepStatus["SUCCEEDED"] = "Succeeded";
219
- })(StepStatus = exports.StepStatus || (exports.StepStatus = {}));
220
- var SortPipelinesBy;
221
- (function (SortPipelinesBy) {
222
- SortPipelinesBy["CREATION_TIME"] = "CreationTime";
223
- SortPipelinesBy["NAME"] = "Name";
224
- })(SortPipelinesBy = exports.SortPipelinesBy || (exports.SortPipelinesBy = {}));
225
- var ProjectSortBy;
226
- (function (ProjectSortBy) {
227
- ProjectSortBy["CREATION_TIME"] = "CreationTime";
228
- ProjectSortBy["NAME"] = "Name";
229
- })(ProjectSortBy = exports.ProjectSortBy || (exports.ProjectSortBy = {}));
230
- var ProjectSortOrder;
231
- (function (ProjectSortOrder) {
232
- ProjectSortOrder["ASCENDING"] = "Ascending";
233
- ProjectSortOrder["DESCENDING"] = "Descending";
234
- })(ProjectSortOrder = exports.ProjectSortOrder || (exports.ProjectSortOrder = {}));
235
- var SpaceSortKey;
236
- (function (SpaceSortKey) {
237
- SpaceSortKey["CreationTime"] = "CreationTime";
238
- SpaceSortKey["LastModifiedTime"] = "LastModifiedTime";
239
- })(SpaceSortKey = exports.SpaceSortKey || (exports.SpaceSortKey = {}));
240
- var StudioLifecycleConfigSortKey;
241
- (function (StudioLifecycleConfigSortKey) {
242
- StudioLifecycleConfigSortKey["CreationTime"] = "CreationTime";
243
- StudioLifecycleConfigSortKey["LastModifiedTime"] = "LastModifiedTime";
244
- StudioLifecycleConfigSortKey["Name"] = "Name";
245
- })(StudioLifecycleConfigSortKey = exports.StudioLifecycleConfigSortKey || (exports.StudioLifecycleConfigSortKey = {}));
246
- var TrainingJobSortByOptions;
247
- (function (TrainingJobSortByOptions) {
248
- TrainingJobSortByOptions["CreationTime"] = "CreationTime";
249
- TrainingJobSortByOptions["FinalObjectiveMetricValue"] = "FinalObjectiveMetricValue";
250
- TrainingJobSortByOptions["Name"] = "Name";
251
- TrainingJobSortByOptions["Status"] = "Status";
252
- })(TrainingJobSortByOptions = exports.TrainingJobSortByOptions || (exports.TrainingJobSortByOptions = {}));
253
- var SortTrialComponentsBy;
254
- (function (SortTrialComponentsBy) {
255
- SortTrialComponentsBy["CREATION_TIME"] = "CreationTime";
256
- SortTrialComponentsBy["NAME"] = "Name";
257
- })(SortTrialComponentsBy = exports.SortTrialComponentsBy || (exports.SortTrialComponentsBy = {}));
258
- var SortTrialsBy;
259
- (function (SortTrialsBy) {
260
- SortTrialsBy["CREATION_TIME"] = "CreationTime";
261
- SortTrialsBy["NAME"] = "Name";
262
- })(SortTrialsBy = exports.SortTrialsBy || (exports.SortTrialsBy = {}));
263
- var UserProfileSortKey;
264
- (function (UserProfileSortKey) {
265
- UserProfileSortKey["CreationTime"] = "CreationTime";
266
- UserProfileSortKey["LastModifiedTime"] = "LastModifiedTime";
267
- })(UserProfileSortKey = exports.UserProfileSortKey || (exports.UserProfileSortKey = {}));
268
- var ListWorkforcesSortByOptions;
269
- (function (ListWorkforcesSortByOptions) {
270
- ListWorkforcesSortByOptions["CreateDate"] = "CreateDate";
271
- ListWorkforcesSortByOptions["Name"] = "Name";
272
- })(ListWorkforcesSortByOptions = exports.ListWorkforcesSortByOptions || (exports.ListWorkforcesSortByOptions = {}));
273
- var ListWorkteamsSortByOptions;
274
- (function (ListWorkteamsSortByOptions) {
275
- ListWorkteamsSortByOptions["CreateDate"] = "CreateDate";
276
- ListWorkteamsSortByOptions["Name"] = "Name";
277
- })(ListWorkteamsSortByOptions = exports.ListWorkteamsSortByOptions || (exports.ListWorkteamsSortByOptions = {}));
278
- var ModelVariantAction;
279
- (function (ModelVariantAction) {
280
- ModelVariantAction["PROMOTE"] = "Promote";
281
- ModelVariantAction["REMOVE"] = "Remove";
282
- ModelVariantAction["RETAIN"] = "Retain";
283
- })(ModelVariantAction = exports.ModelVariantAction || (exports.ModelVariantAction = {}));
284
- var SearchSortOrder;
285
- (function (SearchSortOrder) {
286
- SearchSortOrder["ASCENDING"] = "Ascending";
287
- SearchSortOrder["DESCENDING"] = "Descending";
288
- })(SearchSortOrder = exports.SearchSortOrder || (exports.SearchSortOrder = {}));
6
+ exports.LineageType = {
7
+ ACTION: "Action",
8
+ ARTIFACT: "Artifact",
9
+ CONTEXT: "Context",
10
+ TRIAL_COMPONENT: "TrialComponent",
11
+ };
12
+ exports.SortActionsBy = {
13
+ CREATION_TIME: "CreationTime",
14
+ NAME: "Name",
15
+ };
16
+ exports.SortOrder = {
17
+ ASCENDING: "Ascending",
18
+ DESCENDING: "Descending",
19
+ };
20
+ exports.SortArtifactsBy = {
21
+ CREATION_TIME: "CreationTime",
22
+ };
23
+ exports.SortAssociationsBy = {
24
+ CREATION_TIME: "CreationTime",
25
+ DESTINATION_ARN: "DestinationArn",
26
+ DESTINATION_TYPE: "DestinationType",
27
+ SOURCE_ARN: "SourceArn",
28
+ SOURCE_TYPE: "SourceType",
29
+ };
30
+ exports.ListCompilationJobsSortBy = {
31
+ CREATION_TIME: "CreationTime",
32
+ NAME: "Name",
33
+ STATUS: "Status",
34
+ };
35
+ exports.SortContextsBy = {
36
+ CREATION_TIME: "CreationTime",
37
+ NAME: "Name",
38
+ };
39
+ exports.MonitoringJobDefinitionSortKey = {
40
+ CREATION_TIME: "CreationTime",
41
+ NAME: "Name",
42
+ };
43
+ exports.ListDeviceFleetsSortBy = {
44
+ CreationTime: "CREATION_TIME",
45
+ LastModifiedTime: "LAST_MODIFIED_TIME",
46
+ Name: "NAME",
47
+ };
48
+ exports.ListEdgeDeploymentPlansSortBy = {
49
+ CreationTime: "CREATION_TIME",
50
+ DeviceFleetName: "DEVICE_FLEET_NAME",
51
+ LastModifiedTime: "LAST_MODIFIED_TIME",
52
+ Name: "NAME",
53
+ };
54
+ exports.ListEdgePackagingJobsSortBy = {
55
+ CreationTime: "CREATION_TIME",
56
+ EdgePackagingJobStatus: "STATUS",
57
+ LastModifiedTime: "LAST_MODIFIED_TIME",
58
+ ModelName: "MODEL_NAME",
59
+ Name: "NAME",
60
+ };
61
+ exports.OrderKey = {
62
+ Ascending: "Ascending",
63
+ Descending: "Descending",
64
+ };
65
+ exports.SortExperimentsBy = {
66
+ CREATION_TIME: "CreationTime",
67
+ NAME: "Name",
68
+ };
69
+ exports.SortInferenceExperimentsBy = {
70
+ CREATION_TIME: "CreationTime",
71
+ NAME: "Name",
72
+ STATUS: "Status",
73
+ };
74
+ exports.ListInferenceRecommendationsJobsSortBy = {
75
+ CREATION_TIME: "CreationTime",
76
+ NAME: "Name",
77
+ STATUS: "Status",
78
+ };
79
+ exports.SortBy = {
80
+ CREATION_TIME: "CreationTime",
81
+ NAME: "Name",
82
+ STATUS: "Status",
83
+ };
84
+ exports.ListLabelingJobsForWorkteamSortByOptions = {
85
+ CREATION_TIME: "CreationTime",
86
+ };
87
+ exports.SortLineageGroupsBy = {
88
+ CREATION_TIME: "CreationTime",
89
+ NAME: "Name",
90
+ };
91
+ exports.ModelCardExportJobSortBy = {
92
+ CREATION_TIME: "CreationTime",
93
+ NAME: "Name",
94
+ STATUS: "Status",
95
+ };
96
+ exports.ModelCardExportJobSortOrder = {
97
+ ASCENDING: "Ascending",
98
+ DESCENDING: "Descending",
99
+ };
100
+ exports.ModelCardSortBy = {
101
+ CREATION_TIME: "CreationTime",
102
+ NAME: "Name",
103
+ };
104
+ exports.ModelCardSortOrder = {
105
+ ASCENDING: "Ascending",
106
+ DESCENDING: "Descending",
107
+ };
108
+ exports.ModelCardVersionSortBy = {
109
+ VERSION: "Version",
110
+ };
111
+ exports.ModelMetadataFilterType = {
112
+ DOMAIN: "Domain",
113
+ FRAMEWORK: "Framework",
114
+ FRAMEWORKVERSION: "FrameworkVersion",
115
+ TASK: "Task",
116
+ };
117
+ exports.ModelPackageGroupSortBy = {
118
+ CREATION_TIME: "CreationTime",
119
+ NAME: "Name",
120
+ };
121
+ exports.ModelPackageType = {
122
+ BOTH: "Both",
123
+ UNVERSIONED: "Unversioned",
124
+ VERSIONED: "Versioned",
125
+ };
126
+ exports.ModelPackageSortBy = {
127
+ CREATION_TIME: "CreationTime",
128
+ NAME: "Name",
129
+ };
130
+ exports.ModelSortKey = {
131
+ CreationTime: "CreationTime",
132
+ Name: "Name",
133
+ };
134
+ exports.MonitoringAlertHistorySortKey = {
135
+ CreationTime: "CreationTime",
136
+ Status: "Status",
137
+ };
138
+ exports.MonitoringAlertStatus = {
139
+ IN_ALERT: "InAlert",
140
+ OK: "OK",
141
+ };
142
+ exports.MonitoringExecutionSortKey = {
143
+ CREATION_TIME: "CreationTime",
144
+ SCHEDULED_TIME: "ScheduledTime",
145
+ STATUS: "Status",
146
+ };
147
+ exports.MonitoringScheduleSortKey = {
148
+ CREATION_TIME: "CreationTime",
149
+ NAME: "Name",
150
+ STATUS: "Status",
151
+ };
152
+ exports.NotebookInstanceLifecycleConfigSortKey = {
153
+ CREATION_TIME: "CreationTime",
154
+ LAST_MODIFIED_TIME: "LastModifiedTime",
155
+ NAME: "Name",
156
+ };
157
+ exports.NotebookInstanceLifecycleConfigSortOrder = {
158
+ ASCENDING: "Ascending",
159
+ DESCENDING: "Descending",
160
+ };
161
+ exports.NotebookInstanceSortKey = {
162
+ CREATION_TIME: "CreationTime",
163
+ NAME: "Name",
164
+ STATUS: "Status",
165
+ };
166
+ exports.NotebookInstanceSortOrder = {
167
+ ASCENDING: "Ascending",
168
+ DESCENDING: "Descending",
169
+ };
170
+ exports.SortPipelineExecutionsBy = {
171
+ CREATION_TIME: "CreationTime",
172
+ PIPELINE_EXECUTION_ARN: "PipelineExecutionArn",
173
+ };
174
+ exports.StepStatus = {
175
+ EXECUTING: "Executing",
176
+ FAILED: "Failed",
177
+ STARTING: "Starting",
178
+ STOPPED: "Stopped",
179
+ STOPPING: "Stopping",
180
+ SUCCEEDED: "Succeeded",
181
+ };
182
+ exports.SortPipelinesBy = {
183
+ CREATION_TIME: "CreationTime",
184
+ NAME: "Name",
185
+ };
186
+ exports.ProjectSortBy = {
187
+ CREATION_TIME: "CreationTime",
188
+ NAME: "Name",
189
+ };
190
+ exports.ProjectSortOrder = {
191
+ ASCENDING: "Ascending",
192
+ DESCENDING: "Descending",
193
+ };
194
+ exports.SpaceSortKey = {
195
+ CreationTime: "CreationTime",
196
+ LastModifiedTime: "LastModifiedTime",
197
+ };
198
+ exports.StudioLifecycleConfigSortKey = {
199
+ CreationTime: "CreationTime",
200
+ LastModifiedTime: "LastModifiedTime",
201
+ Name: "Name",
202
+ };
203
+ exports.TrainingJobSortByOptions = {
204
+ CreationTime: "CreationTime",
205
+ FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
206
+ Name: "Name",
207
+ Status: "Status",
208
+ };
209
+ exports.SortTrialComponentsBy = {
210
+ CREATION_TIME: "CreationTime",
211
+ NAME: "Name",
212
+ };
213
+ exports.SortTrialsBy = {
214
+ CREATION_TIME: "CreationTime",
215
+ NAME: "Name",
216
+ };
217
+ exports.UserProfileSortKey = {
218
+ CreationTime: "CreationTime",
219
+ LastModifiedTime: "LastModifiedTime",
220
+ };
221
+ exports.ListWorkforcesSortByOptions = {
222
+ CreateDate: "CreateDate",
223
+ Name: "Name",
224
+ };
225
+ exports.ListWorkteamsSortByOptions = {
226
+ CreateDate: "CreateDate",
227
+ Name: "Name",
228
+ };
229
+ exports.ModelVariantAction = {
230
+ PROMOTE: "Promote",
231
+ REMOVE: "Remove",
232
+ RETAIN: "Retain",
233
+ };
234
+ exports.SearchSortOrder = {
235
+ ASCENDING: "Ascending",
236
+ DESCENDING: "Descending",
237
+ };
289
238
  const ModelCardFilterSensitiveLog = (obj) => ({
290
239
  ...obj,
291
240
  ...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
@@ -3,12 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateWorkforceRequestFilterSensitiveLog = exports.UpdateModelCardRequestFilterSensitiveLog = exports.VariantPropertyType = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
5
  const models_1_1 = require("./models_1");
6
- var VariantPropertyType;
7
- (function (VariantPropertyType) {
8
- VariantPropertyType["DataCaptureConfig"] = "DataCaptureConfig";
9
- VariantPropertyType["DesiredInstanceCount"] = "DesiredInstanceCount";
10
- VariantPropertyType["DesiredWeight"] = "DesiredWeight";
11
- })(VariantPropertyType = exports.VariantPropertyType || (exports.VariantPropertyType = {}));
6
+ exports.VariantPropertyType = {
7
+ DataCaptureConfig: "DataCaptureConfig",
8
+ DesiredInstanceCount: "DesiredInstanceCount",
9
+ DesiredWeight: "DesiredWeight",
10
+ };
12
11
  const UpdateModelCardRequestFilterSensitiveLog = (obj) => ({
13
12
  ...obj,
14
13
  ...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),