@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
@@ -32,52 +32,52 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
32
32
  * import { SageMakerClient, CreateUserProfileCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
33
33
  * // const { SageMakerClient, CreateUserProfileCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
34
34
  * const client = new SageMakerClient(config);
35
- * const input = {
35
+ * const input = { // CreateUserProfileRequest
36
36
  * DomainId: "STRING_VALUE", // required
37
37
  * UserProfileName: "STRING_VALUE", // required
38
38
  * SingleSignOnUserIdentifier: "STRING_VALUE",
39
39
  * SingleSignOnUserValue: "STRING_VALUE",
40
- * Tags: [
41
- * {
40
+ * Tags: [ // TagList
41
+ * { // Tag
42
42
  * Key: "STRING_VALUE", // required
43
43
  * Value: "STRING_VALUE", // required
44
44
  * },
45
45
  * ],
46
- * UserSettings: {
46
+ * UserSettings: { // UserSettings
47
47
  * ExecutionRole: "STRING_VALUE",
48
- * SecurityGroups: [
48
+ * SecurityGroups: [ // SecurityGroupIds
49
49
  * "STRING_VALUE",
50
50
  * ],
51
- * SharingSettings: {
51
+ * SharingSettings: { // SharingSettings
52
52
  * NotebookOutputOption: "Allowed" || "Disabled",
53
53
  * S3OutputPath: "STRING_VALUE",
54
54
  * S3KmsKeyId: "STRING_VALUE",
55
55
  * },
56
- * JupyterServerAppSettings: {
57
- * DefaultResourceSpec: {
56
+ * JupyterServerAppSettings: { // JupyterServerAppSettings
57
+ * DefaultResourceSpec: { // ResourceSpec
58
58
  * SageMakerImageArn: "STRING_VALUE",
59
59
  * SageMakerImageVersionArn: "STRING_VALUE",
60
60
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
61
61
  * LifecycleConfigArn: "STRING_VALUE",
62
62
  * },
63
- * LifecycleConfigArns: [
63
+ * LifecycleConfigArns: [ // LifecycleConfigArns
64
64
  * "STRING_VALUE",
65
65
  * ],
66
- * CodeRepositories: [
67
- * {
66
+ * CodeRepositories: [ // CodeRepositories
67
+ * { // CodeRepository
68
68
  * RepositoryUrl: "STRING_VALUE", // required
69
69
  * },
70
70
  * ],
71
71
  * },
72
- * KernelGatewayAppSettings: {
72
+ * KernelGatewayAppSettings: { // KernelGatewayAppSettings
73
73
  * DefaultResourceSpec: {
74
74
  * SageMakerImageArn: "STRING_VALUE",
75
75
  * SageMakerImageVersionArn: "STRING_VALUE",
76
76
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
77
77
  * LifecycleConfigArn: "STRING_VALUE",
78
78
  * },
79
- * CustomImages: [
80
- * {
79
+ * CustomImages: [ // CustomImages
80
+ * { // CustomImage
81
81
  * ImageName: "STRING_VALUE", // required
82
82
  * ImageVersionNumber: Number("int"),
83
83
  * AppImageConfigName: "STRING_VALUE", // required
@@ -87,7 +87,7 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
87
87
  * "STRING_VALUE",
88
88
  * ],
89
89
  * },
90
- * TensorBoardAppSettings: {
90
+ * TensorBoardAppSettings: { // TensorBoardAppSettings
91
91
  * DefaultResourceSpec: {
92
92
  * SageMakerImageArn: "STRING_VALUE",
93
93
  * SageMakerImageVersionArn: "STRING_VALUE",
@@ -95,11 +95,11 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
95
95
  * LifecycleConfigArn: "STRING_VALUE",
96
96
  * },
97
97
  * },
98
- * RStudioServerProAppSettings: {
98
+ * RStudioServerProAppSettings: { // RStudioServerProAppSettings
99
99
  * AccessStatus: "ENABLED" || "DISABLED",
100
100
  * UserGroup: "R_STUDIO_ADMIN" || "R_STUDIO_USER",
101
101
  * },
102
- * RSessionAppSettings: {
102
+ * RSessionAppSettings: { // RSessionAppSettings
103
103
  * DefaultResourceSpec: {
104
104
  * SageMakerImageArn: "STRING_VALUE",
105
105
  * SageMakerImageVersionArn: "STRING_VALUE",
@@ -114,8 +114,8 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
114
114
  * },
115
115
  * ],
116
116
  * },
117
- * CanvasAppSettings: {
118
- * TimeSeriesForecastingSettings: {
117
+ * CanvasAppSettings: { // CanvasAppSettings
118
+ * TimeSeriesForecastingSettings: { // TimeSeriesForecastingSettings
119
119
  * Status: "ENABLED" || "DISABLED",
120
120
  * AmazonForecastRoleArn: "STRING_VALUE",
121
121
  * },
@@ -43,12 +43,12 @@ export interface CreateWorkforceCommandOutput extends CreateWorkforceResponse, _
43
43
  * import { SageMakerClient, CreateWorkforceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
44
44
  * // const { SageMakerClient, CreateWorkforceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
45
45
  * const client = new SageMakerClient(config);
46
- * const input = {
47
- * CognitoConfig: {
46
+ * const input = { // CreateWorkforceRequest
47
+ * CognitoConfig: { // CognitoConfig
48
48
  * UserPool: "STRING_VALUE", // required
49
49
  * ClientId: "STRING_VALUE", // required
50
50
  * },
51
- * OidcConfig: {
51
+ * OidcConfig: { // OidcConfig
52
52
  * ClientId: "STRING_VALUE", // required
53
53
  * ClientSecret: "STRING_VALUE", // required
54
54
  * Issuer: "STRING_VALUE", // required
@@ -58,24 +58,24 @@ export interface CreateWorkforceCommandOutput extends CreateWorkforceResponse, _
58
58
  * LogoutEndpoint: "STRING_VALUE", // required
59
59
  * JwksUri: "STRING_VALUE", // required
60
60
  * },
61
- * SourceIpConfig: {
62
- * Cidrs: [ // required
61
+ * SourceIpConfig: { // SourceIpConfig
62
+ * Cidrs: [ // Cidrs // required
63
63
  * "STRING_VALUE",
64
64
  * ],
65
65
  * },
66
66
  * WorkforceName: "STRING_VALUE", // required
67
- * Tags: [
68
- * {
67
+ * Tags: [ // TagList
68
+ * { // Tag
69
69
  * Key: "STRING_VALUE", // required
70
70
  * Value: "STRING_VALUE", // required
71
71
  * },
72
72
  * ],
73
- * WorkforceVpcConfig: {
73
+ * WorkforceVpcConfig: { // WorkforceVpcConfigRequest
74
74
  * VpcId: "STRING_VALUE",
75
- * SecurityGroupIds: [
75
+ * SecurityGroupIds: [ // WorkforceSecurityGroupIds
76
76
  * "STRING_VALUE",
77
77
  * ],
78
- * Subnets: [
78
+ * Subnets: [ // WorkforceSubnets
79
79
  * "STRING_VALUE",
80
80
  * ],
81
81
  * },
@@ -29,29 +29,29 @@ export interface CreateWorkteamCommandOutput extends CreateWorkteamResponse, __M
29
29
  * import { SageMakerClient, CreateWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
30
30
  * // const { SageMakerClient, CreateWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
31
31
  * const client = new SageMakerClient(config);
32
- * const input = {
32
+ * const input = { // CreateWorkteamRequest
33
33
  * WorkteamName: "STRING_VALUE", // required
34
34
  * WorkforceName: "STRING_VALUE",
35
- * MemberDefinitions: [ // required
36
- * {
37
- * CognitoMemberDefinition: {
35
+ * MemberDefinitions: [ // MemberDefinitions // required
36
+ * { // MemberDefinition
37
+ * CognitoMemberDefinition: { // CognitoMemberDefinition
38
38
  * UserPool: "STRING_VALUE", // required
39
39
  * UserGroup: "STRING_VALUE", // required
40
40
  * ClientId: "STRING_VALUE", // required
41
41
  * },
42
- * OidcMemberDefinition: {
43
- * Groups: [ // required
42
+ * OidcMemberDefinition: { // OidcMemberDefinition
43
+ * Groups: [ // Groups // required
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * },
47
47
  * },
48
48
  * ],
49
49
  * Description: "STRING_VALUE", // required
50
- * NotificationConfiguration: {
50
+ * NotificationConfiguration: { // NotificationConfiguration
51
51
  * NotificationTopicArn: "STRING_VALUE",
52
52
  * },
53
- * Tags: [
54
- * {
53
+ * Tags: [ // TagList
54
+ * { // Tag
55
55
  * Key: "STRING_VALUE", // required
56
56
  * Value: "STRING_VALUE", // required
57
57
  * },
@@ -26,7 +26,7 @@ export interface DeleteActionCommandOutput extends DeleteActionResponse, __Metad
26
26
  * import { SageMakerClient, DeleteActionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteActionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteActionRequest
30
30
  * ActionName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteActionCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteAlgorithmCommandOutput extends __MetadataBearer {
26
26
  * import { SageMakerClient, DeleteAlgorithmCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteAlgorithmCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAlgorithmInput
30
30
  * AlgorithmName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteAlgorithmCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteAppCommandOutput extends __MetadataBearer {
26
26
  * import { SageMakerClient, DeleteAppCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteAppCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAppRequest
30
30
  * DomainId: "STRING_VALUE", // required
31
31
  * UserProfileName: "STRING_VALUE",
32
32
  * AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway", // required
@@ -26,7 +26,7 @@ export interface DeleteAppImageConfigCommandOutput extends __MetadataBearer {
26
26
  * import { SageMakerClient, DeleteAppImageConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteAppImageConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAppImageConfigRequest
30
30
  * AppImageConfigName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteAppImageConfigCommand(input);
@@ -27,12 +27,12 @@ export interface DeleteArtifactCommandOutput extends DeleteArtifactResponse, __M
27
27
  * import { SageMakerClient, DeleteArtifactCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, DeleteArtifactCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
- * const input = {
30
+ * const input = { // DeleteArtifactRequest
31
31
  * ArtifactArn: "STRING_VALUE",
32
- * Source: {
32
+ * Source: { // ArtifactSource
33
33
  * SourceUri: "STRING_VALUE", // required
34
- * SourceTypes: [
35
- * {
34
+ * SourceTypes: [ // ArtifactSourceTypes
35
+ * { // ArtifactSourceType
36
36
  * SourceIdType: "MD5Hash" || "S3ETag" || "S3Version" || "Custom", // required
37
37
  * Value: "STRING_VALUE", // required
38
38
  * },
@@ -26,7 +26,7 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationRespons
26
26
  * import { SageMakerClient, DeleteAssociationCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteAssociationCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAssociationRequest
30
30
  * SourceArn: "STRING_VALUE", // required
31
31
  * DestinationArn: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteCodeRepositoryCommandOutput extends __MetadataBearer {
26
26
  * import { SageMakerClient, DeleteCodeRepositoryCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteCodeRepositoryCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteCodeRepositoryInput
30
30
  * CodeRepositoryName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteCodeRepositoryCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteContextCommandOutput extends DeleteContextResponse, __Met
26
26
  * import { SageMakerClient, DeleteContextCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteContextCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteContextRequest
30
30
  * ContextName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteContextCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteDataQualityJobDefinitionCommandOutput extends __MetadataB
26
26
  * import { SageMakerClient, DeleteDataQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteDataQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteDataQualityJobDefinitionRequest
30
30
  * JobDefinitionName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteDataQualityJobDefinitionCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteDeviceFleetCommandOutput extends __MetadataBearer {
26
26
  * import { SageMakerClient, DeleteDeviceFleetCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteDeviceFleetCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteDeviceFleetRequest
30
30
  * DeviceFleetName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteDeviceFleetCommand(input);
@@ -30,9 +30,9 @@ export interface DeleteDomainCommandOutput extends __MetadataBearer {
30
30
  * import { SageMakerClient, DeleteDomainCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
31
31
  * // const { SageMakerClient, DeleteDomainCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
32
32
  * const client = new SageMakerClient(config);
33
- * const input = {
33
+ * const input = { // DeleteDomainRequest
34
34
  * DomainId: "STRING_VALUE", // required
35
- * RetentionPolicy: {
35
+ * RetentionPolicy: { // RetentionPolicy
36
36
  * HomeEfsFileSystem: "Retain" || "Delete",
37
37
  * },
38
38
  * };
@@ -26,7 +26,7 @@ export interface DeleteEdgeDeploymentPlanCommandOutput extends __MetadataBearer
26
26
  * import { SageMakerClient, DeleteEdgeDeploymentPlanCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteEdgeDeploymentPlanCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteEdgeDeploymentPlanRequest
30
30
  * EdgeDeploymentPlanName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteEdgeDeploymentPlanCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteEdgeDeploymentStageCommandOutput extends __MetadataBearer
26
26
  * import { SageMakerClient, DeleteEdgeDeploymentStageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteEdgeDeploymentStageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteEdgeDeploymentStageRequest
30
30
  * EdgeDeploymentPlanName: "STRING_VALUE", // required
31
31
  * StageName: "STRING_VALUE", // required
32
32
  * };
@@ -36,7 +36,7 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {
36
36
  * import { SageMakerClient, DeleteEndpointCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
37
37
  * // const { SageMakerClient, DeleteEndpointCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
38
38
  * const client = new SageMakerClient(config);
39
- * const input = {
39
+ * const input = { // DeleteEndpointInput
40
40
  * EndpointName: "STRING_VALUE", // required
41
41
  * };
42
42
  * const command = new DeleteEndpointCommand(input);
@@ -34,7 +34,7 @@ export interface DeleteEndpointConfigCommandOutput extends __MetadataBearer {
34
34
  * import { SageMakerClient, DeleteEndpointConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
35
35
  * // const { SageMakerClient, DeleteEndpointConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
36
36
  * const client = new SageMakerClient(config);
37
- * const input = {
37
+ * const input = { // DeleteEndpointConfigInput
38
38
  * EndpointConfigName: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new DeleteEndpointConfigCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteExperimentCommandOutput extends DeleteExperimentResponse,
28
28
  * import { SageMakerClient, DeleteExperimentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
29
29
  * // const { SageMakerClient, DeleteExperimentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
30
30
  * const client = new SageMakerClient(config);
31
- * const input = {
31
+ * const input = { // DeleteExperimentRequest
32
32
  * ExperimentName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteExperimentCommand(input);
@@ -31,7 +31,7 @@ export interface DeleteFeatureGroupCommandOutput extends __MetadataBearer {
31
31
  * import { SageMakerClient, DeleteFeatureGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
32
32
  * // const { SageMakerClient, DeleteFeatureGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
33
33
  * const client = new SageMakerClient(config);
34
- * const input = {
34
+ * const input = { // DeleteFeatureGroupRequest
35
35
  * FeatureGroupName: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new DeleteFeatureGroupCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteFlowDefinitionCommandOutput extends DeleteFlowDefinitionR
26
26
  * import { SageMakerClient, DeleteFlowDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteFlowDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteFlowDefinitionRequest
30
30
  * FlowDefinitionName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteFlowDefinitionCommand(input);
@@ -29,7 +29,7 @@ export interface DeleteHubCommandOutput extends __MetadataBearer {
29
29
  * import { SageMakerClient, DeleteHubCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
30
30
  * // const { SageMakerClient, DeleteHubCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
31
31
  * const client = new SageMakerClient(config);
32
- * const input = {
32
+ * const input = { // DeleteHubRequest
33
33
  * HubName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteHubCommand(input);
@@ -29,7 +29,7 @@ export interface DeleteHubContentCommandOutput extends __MetadataBearer {
29
29
  * import { SageMakerClient, DeleteHubContentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
30
30
  * // const { SageMakerClient, DeleteHubContentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
31
31
  * const client = new SageMakerClient(config);
32
- * const input = {
32
+ * const input = { // DeleteHubContentRequest
33
33
  * HubName: "STRING_VALUE", // required
34
34
  * HubContentType: "Model" || "Notebook", // required
35
35
  * HubContentName: "STRING_VALUE", // required
@@ -30,7 +30,7 @@ export interface DeleteHumanTaskUiCommandOutput extends DeleteHumanTaskUiRespons
30
30
  * import { SageMakerClient, DeleteHumanTaskUiCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
31
31
  * // const { SageMakerClient, DeleteHumanTaskUiCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
32
32
  * const client = new SageMakerClient(config);
33
- * const input = {
33
+ * const input = { // DeleteHumanTaskUiRequest
34
34
  * HumanTaskUiName: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new DeleteHumanTaskUiCommand(input);
@@ -27,7 +27,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
27
27
  * import { SageMakerClient, DeleteImageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, DeleteImageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
- * const input = {
30
+ * const input = { // DeleteImageRequest
31
31
  * ImageName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteImageCommand(input);
@@ -27,7 +27,7 @@ export interface DeleteImageVersionCommandOutput extends DeleteImageVersionRespo
27
27
  * import { SageMakerClient, DeleteImageVersionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, DeleteImageVersionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
- * const input = {
30
+ * const input = { // DeleteImageVersionRequest
31
31
  * ImageName: "STRING_VALUE", // required
32
32
  * Version: Number("int"),
33
33
  * Alias: "STRING_VALUE",
@@ -32,7 +32,7 @@ export interface DeleteInferenceExperimentCommandOutput extends DeleteInferenceE
32
32
  * import { SageMakerClient, DeleteInferenceExperimentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
33
33
  * // const { SageMakerClient, DeleteInferenceExperimentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
34
34
  * const client = new SageMakerClient(config);
35
- * const input = {
35
+ * const input = { // DeleteInferenceExperimentRequest
36
36
  * Name: "STRING_VALUE", // required
37
37
  * };
38
38
  * const command = new DeleteInferenceExperimentCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteModelBiasJobDefinitionCommandOutput extends __MetadataBea
26
26
  * import { SageMakerClient, DeleteModelBiasJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteModelBiasJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteModelBiasJobDefinitionRequest
30
30
  * JobDefinitionName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteModelBiasJobDefinitionCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteModelCardCommandOutput extends __MetadataBearer {
26
26
  * import { SageMakerClient, DeleteModelCardCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteModelCardCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteModelCardRequest
30
30
  * ModelCardName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteModelCardCommand(input);
@@ -29,7 +29,7 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
29
29
  * import { SageMakerClient, DeleteModelCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
30
30
  * // const { SageMakerClient, DeleteModelCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
31
31
  * const client = new SageMakerClient(config);
32
- * const input = {
32
+ * const input = { // DeleteModelInput
33
33
  * ModelName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteModelCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteModelExplainabilityJobDefinitionCommandOutput extends __M
26
26
  * import { SageMakerClient, DeleteModelExplainabilityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteModelExplainabilityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteModelExplainabilityJobDefinitionRequest
30
30
  * JobDefinitionName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteModelExplainabilityJobDefinitionCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteModelPackageCommandOutput extends __MetadataBearer {
28
28
  * import { SageMakerClient, DeleteModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
29
29
  * // const { SageMakerClient, DeleteModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
30
30
  * const client = new SageMakerClient(config);
31
- * const input = {
31
+ * const input = { // DeleteModelPackageInput
32
32
  * ModelPackageName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteModelPackageCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteModelPackageGroupCommandOutput extends __MetadataBearer {
26
26
  * import { SageMakerClient, DeleteModelPackageGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteModelPackageGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteModelPackageGroupInput
30
30
  * ModelPackageGroupName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteModelPackageGroupCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteModelPackageGroupPolicyCommandOutput extends __MetadataBe
26
26
  * import { SageMakerClient, DeleteModelPackageGroupPolicyCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteModelPackageGroupPolicyCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteModelPackageGroupPolicyInput
30
30
  * ModelPackageGroupName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteModelPackageGroupPolicyCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteModelQualityJobDefinitionCommandOutput extends __Metadata
26
26
  * import { SageMakerClient, DeleteModelQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteModelQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteModelQualityJobDefinitionRequest
30
30
  * JobDefinitionName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteModelQualityJobDefinitionCommand(input);
@@ -27,7 +27,7 @@ export interface DeleteMonitoringScheduleCommandOutput extends __MetadataBearer
27
27
  * import { SageMakerClient, DeleteMonitoringScheduleCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, DeleteMonitoringScheduleCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
- * const input = {
30
+ * const input = { // DeleteMonitoringScheduleRequest
31
31
  * MonitoringScheduleName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteMonitoringScheduleCommand(input);
@@ -32,7 +32,7 @@ export interface DeleteNotebookInstanceCommandOutput extends __MetadataBearer {
32
32
  * import { SageMakerClient, DeleteNotebookInstanceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
33
33
  * // const { SageMakerClient, DeleteNotebookInstanceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
34
34
  * const client = new SageMakerClient(config);
35
- * const input = {
35
+ * const input = { // DeleteNotebookInstanceInput
36
36
  * NotebookInstanceName: "STRING_VALUE", // required
37
37
  * };
38
38
  * const command = new DeleteNotebookInstanceCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteNotebookInstanceLifecycleConfigCommandOutput extends __Me
26
26
  * import { SageMakerClient, DeleteNotebookInstanceLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteNotebookInstanceLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteNotebookInstanceLifecycleConfigInput
30
30
  * NotebookInstanceLifecycleConfigName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteNotebookInstanceLifecycleConfigCommand(input);
@@ -29,7 +29,7 @@ export interface DeletePipelineCommandOutput extends DeletePipelineResponse, __M
29
29
  * import { SageMakerClient, DeletePipelineCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
30
30
  * // const { SageMakerClient, DeletePipelineCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
31
31
  * const client = new SageMakerClient(config);
32
- * const input = {
32
+ * const input = { // DeletePipelineRequest
33
33
  * PipelineName: "STRING_VALUE", // required
34
34
  * ClientRequestToken: "STRING_VALUE", // required
35
35
  * };
@@ -26,7 +26,7 @@ export interface DeleteProjectCommandOutput extends __MetadataBearer {
26
26
  * import { SageMakerClient, DeleteProjectCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteProjectCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteProjectInput
30
30
  * ProjectName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteProjectCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteSpaceCommandOutput extends __MetadataBearer {
26
26
  * import { SageMakerClient, DeleteSpaceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteSpaceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteSpaceRequest
30
30
  * DomainId: "STRING_VALUE", // required
31
31
  * SpaceName: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteStudioLifecycleConfigCommandOutput extends __MetadataBear
26
26
  * import { SageMakerClient, DeleteStudioLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, DeleteStudioLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteStudioLifecycleConfigRequest
30
30
  * StudioLifecycleConfigName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteStudioLifecycleConfigCommand(input);