@aws-sdk/client-sagemaker 3.696.0 → 3.706.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 (278) hide show
  1. package/README.md +160 -0
  2. package/dist-cjs/index.js +1603 -179
  3. package/dist-es/SageMaker.js +40 -0
  4. package/dist-es/commands/CreateClusterSchedulerConfigCommand.js +22 -0
  5. package/dist-es/commands/CreateComputeQuotaCommand.js +22 -0
  6. package/dist-es/commands/CreatePartnerAppCommand.js +22 -0
  7. package/dist-es/commands/CreatePartnerAppPresignedUrlCommand.js +22 -0
  8. package/dist-es/commands/CreateTrainingPlanCommand.js +22 -0
  9. package/dist-es/commands/DeleteClusterSchedulerConfigCommand.js +22 -0
  10. package/dist-es/commands/DeleteComputeQuotaCommand.js +22 -0
  11. package/dist-es/commands/DeletePartnerAppCommand.js +22 -0
  12. package/dist-es/commands/DescribeClusterSchedulerConfigCommand.js +22 -0
  13. package/dist-es/commands/DescribeComputeQuotaCommand.js +22 -0
  14. package/dist-es/commands/DescribePartnerAppCommand.js +22 -0
  15. package/dist-es/commands/DescribeTrainingPlanCommand.js +22 -0
  16. package/dist-es/commands/ListClusterSchedulerConfigsCommand.js +22 -0
  17. package/dist-es/commands/ListComputeQuotasCommand.js +22 -0
  18. package/dist-es/commands/ListPartnerAppsCommand.js +22 -0
  19. package/dist-es/commands/ListTrainingPlansCommand.js +22 -0
  20. package/dist-es/commands/SearchTrainingPlanOfferingsCommand.js +22 -0
  21. package/dist-es/commands/UpdateClusterSchedulerConfigCommand.js +22 -0
  22. package/dist-es/commands/UpdateComputeQuotaCommand.js +22 -0
  23. package/dist-es/commands/UpdateModelCardCommand.js +1 -1
  24. package/dist-es/commands/UpdateModelPackageCommand.js +1 -1
  25. package/dist-es/commands/UpdatePartnerAppCommand.js +22 -0
  26. package/dist-es/commands/index.js +20 -0
  27. package/dist-es/models/models_0.js +68 -10
  28. package/dist-es/models/models_1.js +21 -54
  29. package/dist-es/models/models_2.js +67 -66
  30. package/dist-es/models/models_3.js +111 -43
  31. package/dist-es/models/models_4.js +55 -13
  32. package/dist-es/models/models_5.js +15 -0
  33. package/dist-es/pagination/ListClusterSchedulerConfigsPaginator.js +4 -0
  34. package/dist-es/pagination/ListComputeQuotasPaginator.js +4 -0
  35. package/dist-es/pagination/ListPartnerAppsPaginator.js +4 -0
  36. package/dist-es/pagination/ListTrainingPlansPaginator.js +4 -0
  37. package/dist-es/pagination/index.js +4 -0
  38. package/dist-es/protocols/Aws_json1_1.js +912 -14
  39. package/dist-types/SageMaker.d.ts +144 -0
  40. package/dist-types/SageMakerClient.d.ts +22 -2
  41. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateActionCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -4
  44. package/dist-types/commands/CreateClusterCommand.d.ts +13 -4
  45. package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +99 -0
  46. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +108 -0
  47. package/dist-types/commands/CreateDomainCommand.d.ts +9 -1
  48. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
  50. package/dist-types/commands/CreateInferenceComponentCommand.d.ts +2 -1
  51. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateModelPackageCommand.d.ts +2 -2
  53. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +7 -2
  56. package/dist-types/commands/CreatePartnerAppCommand.d.ts +102 -0
  57. package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +76 -0
  58. package/dist-types/commands/CreateSpaceCommand.d.ts +3 -0
  59. package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -2
  60. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +148 -0
  61. package/dist-types/commands/CreateUserProfileCommand.d.ts +5 -1
  62. package/dist-types/commands/DeleteClusterSchedulerConfigCommand.d.ts +72 -0
  63. package/dist-types/commands/DeleteComputeQuotaCommand.d.ts +72 -0
  64. package/dist-types/commands/DeletePartnerAppCommand.d.ts +79 -0
  65. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -4
  66. package/dist-types/commands/DescribeClusterCommand.d.ts +15 -4
  67. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +9 -1
  68. package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +115 -0
  69. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +122 -0
  70. package/dist-types/commands/DescribeDomainCommand.d.ts +9 -1
  71. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -2
  72. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +2 -2
  73. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +2 -1
  74. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +11 -9
  75. package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +2 -1
  78. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -4
  80. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
  82. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +6 -0
  83. package/dist-types/commands/DescribePartnerAppCommand.d.ts +99 -0
  84. package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
  85. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -2
  86. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +102 -0
  87. package/dist-types/commands/DescribeUserProfileCommand.d.ts +5 -1
  88. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  89. package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +91 -0
  90. package/dist-types/commands/ListClustersCommand.d.ts +4 -0
  91. package/dist-types/commands/ListComputeQuotasCommand.d.ts +109 -0
  92. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +2 -1
  93. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  94. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  95. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  96. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  97. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
  98. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  99. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
  100. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  101. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  102. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
  103. package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
  104. package/dist-types/commands/ListHubsCommand.d.ts +1 -1
  105. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
  106. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  107. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
  108. package/dist-types/commands/ListImagesCommand.d.ts +1 -1
  109. package/dist-types/commands/ListInferenceComponentsCommand.d.ts +1 -1
  110. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
  111. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +2 -2
  112. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  113. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  114. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  115. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  116. package/dist-types/commands/ListPartnerAppsCommand.d.ts +81 -0
  117. package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -0
  118. package/dist-types/commands/ListTrainingPlansCommand.d.ts +115 -0
  119. package/dist-types/commands/SearchCommand.d.ts +13 -11
  120. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +120 -0
  121. package/dist-types/commands/UpdateActionCommand.d.ts +2 -1
  122. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateClusterCommand.d.ts +11 -2
  125. package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +94 -0
  126. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +103 -0
  129. package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
  131. package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateDomainCommand.d.ts +10 -2
  133. package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
  134. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
  135. package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
  136. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +1 -1
  137. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
  138. package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
  140. package/dist-types/commands/UpdateImageVersionCommand.d.ts +1 -1
  141. package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +2 -1
  142. package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
  143. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
  144. package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
  145. package/dist-types/commands/UpdateModelCardCommand.d.ts +1 -1
  146. package/dist-types/commands/UpdateModelPackageCommand.d.ts +3 -3
  147. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
  148. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  149. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  151. package/dist-types/commands/UpdatePartnerAppCommand.d.ts +98 -0
  152. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
  153. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  154. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  155. package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -1
  156. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  157. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
  158. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
  159. package/dist-types/commands/UpdateUserProfileCommand.d.ts +5 -1
  160. package/dist-types/commands/index.d.ts +20 -0
  161. package/dist-types/models/models_0.d.ts +413 -285
  162. package/dist-types/models/models_1.d.ts +521 -553
  163. package/dist-types/models/models_2.d.ts +4313 -4644
  164. package/dist-types/models/models_3.d.ts +5924 -5713
  165. package/dist-types/models/models_4.d.ts +5364 -4886
  166. package/dist-types/models/models_5.d.ts +1796 -5
  167. package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +7 -0
  168. package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +7 -0
  169. package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +7 -0
  170. package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +7 -0
  171. package/dist-types/pagination/index.d.ts +4 -0
  172. package/dist-types/protocols/Aws_json1_1.d.ts +180 -0
  173. package/dist-types/ts3.4/SageMaker.d.ts +344 -0
  174. package/dist-types/ts3.4/SageMakerClient.d.ts +120 -0
  175. package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +51 -0
  177. package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +51 -0
  178. package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +4 -2
  181. package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +50 -0
  182. package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/DeleteClusterSchedulerConfigCommand.d.ts +47 -0
  185. package/dist-types/ts3.4/commands/DeleteComputeQuotaCommand.d.ts +46 -0
  186. package/dist-types/ts3.4/commands/DeletePartnerAppCommand.d.ts +50 -0
  187. package/dist-types/ts3.4/commands/DescribeClusterSchedulerConfigCommand.d.ts +51 -0
  188. package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +51 -0
  189. package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +2 -4
  190. package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -2
  196. package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +51 -0
  197. package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +51 -0
  199. package/dist-types/ts3.4/commands/ListComputeQuotasCommand.d.ts +51 -0
  200. package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ListHubContentVersionsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ListHubContentsCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/ListHubsCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +50 -0
  225. package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +51 -0
  226. package/dist-types/ts3.4/commands/SearchTrainingPlanOfferingsCommand.d.ts +51 -0
  227. package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +2 -1
  228. package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/UpdateClusterSchedulerConfigCommand.d.ts +51 -0
  232. package/dist-types/ts3.4/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
  234. package/dist-types/ts3.4/commands/UpdateComputeQuotaCommand.d.ts +51 -0
  235. package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/UpdateModelCardCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +50 -0
  258. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/index.d.ts +20 -0
  266. package/dist-types/ts3.4/models/models_0.d.ts +127 -76
  267. package/dist-types/ts3.4/models/models_1.d.ts +145 -160
  268. package/dist-types/ts3.4/models/models_2.d.ts +292 -324
  269. package/dist-types/ts3.4/models/models_3.d.ts +483 -425
  270. package/dist-types/ts3.4/models/models_4.d.ts +551 -397
  271. package/dist-types/ts3.4/models/models_5.d.ts +461 -3
  272. package/dist-types/ts3.4/pagination/ListClusterSchedulerConfigsPaginator.d.ts +11 -0
  273. package/dist-types/ts3.4/pagination/ListComputeQuotasPaginator.d.ts +11 -0
  274. package/dist-types/ts3.4/pagination/ListPartnerAppsPaginator.d.ts +11 -0
  275. package/dist-types/ts3.4/pagination/ListTrainingPlansPaginator.d.ts +11 -0
  276. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  277. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +240 -0
  278. package/package.json +4 -4
@@ -0,0 +1,120 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { SearchTrainingPlanOfferingsRequest, SearchTrainingPlanOfferingsResponse } from "../models/models_4";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link SearchTrainingPlanOfferingsCommand}.
14
+ */
15
+ export interface SearchTrainingPlanOfferingsCommandInput extends SearchTrainingPlanOfferingsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link SearchTrainingPlanOfferingsCommand}.
21
+ */
22
+ export interface SearchTrainingPlanOfferingsCommandOutput extends SearchTrainingPlanOfferingsResponse, __MetadataBearer {
23
+ }
24
+ declare const SearchTrainingPlanOfferingsCommand_base: {
25
+ new (input: SearchTrainingPlanOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchTrainingPlanOfferingsCommandInput, SearchTrainingPlanOfferingsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: SearchTrainingPlanOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchTrainingPlanOfferingsCommandInput, SearchTrainingPlanOfferingsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Searches for available training plan offerings based on specified criteria. </p>
31
+ * <ul>
32
+ * <li>
33
+ * <p>Users search for available plan offerings based on their requirements (e.g.,
34
+ * instance type, count, start time, duration). </p>
35
+ * </li>
36
+ * <li>
37
+ * <p>And then, they create a plan that best matches their needs using the ID of the
38
+ * plan offering they want to use. </p>
39
+ * </li>
40
+ * </ul>
41
+ * <p>For more information about how to reserve GPU capacity for your SageMaker training jobs or
42
+ * SageMaker HyperPod clusters using Amazon SageMaker Training Plan , see <code>
43
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
44
+ * </code>.</p>
45
+ * @example
46
+ * Use a bare-bones client and the command you need to make an API call.
47
+ * ```javascript
48
+ * import { SageMakerClient, SearchTrainingPlanOfferingsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
49
+ * // const { SageMakerClient, SearchTrainingPlanOfferingsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
50
+ * const client = new SageMakerClient(config);
51
+ * const input = { // SearchTrainingPlanOfferingsRequest
52
+ * InstanceType: "ml.p4d.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.trn2.48xlarge", // required
53
+ * InstanceCount: Number("int"), // required
54
+ * StartTimeAfter: new Date("TIMESTAMP"),
55
+ * EndTimeBefore: new Date("TIMESTAMP"),
56
+ * DurationHours: Number("long"),
57
+ * TargetResources: [ // SageMakerResourceNames // required
58
+ * "training-job" || "hyperpod-cluster",
59
+ * ],
60
+ * };
61
+ * const command = new SearchTrainingPlanOfferingsCommand(input);
62
+ * const response = await client.send(command);
63
+ * // { // SearchTrainingPlanOfferingsResponse
64
+ * // TrainingPlanOfferings: [ // TrainingPlanOfferings // required
65
+ * // { // TrainingPlanOffering
66
+ * // TrainingPlanOfferingId: "STRING_VALUE", // required
67
+ * // TargetResources: [ // SageMakerResourceNames // required
68
+ * // "training-job" || "hyperpod-cluster",
69
+ * // ],
70
+ * // RequestedStartTimeAfter: new Date("TIMESTAMP"),
71
+ * // RequestedEndTimeBefore: new Date("TIMESTAMP"),
72
+ * // DurationHours: Number("long"),
73
+ * // DurationMinutes: Number("long"),
74
+ * // UpfrontFee: "STRING_VALUE",
75
+ * // CurrencyCode: "STRING_VALUE",
76
+ * // ReservedCapacityOfferings: [ // ReservedCapacityOfferings
77
+ * // { // ReservedCapacityOffering
78
+ * // InstanceType: "ml.p4d.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.trn2.48xlarge", // required
79
+ * // InstanceCount: Number("int"), // required
80
+ * // AvailabilityZone: "STRING_VALUE",
81
+ * // DurationHours: Number("long"),
82
+ * // DurationMinutes: Number("long"),
83
+ * // StartTime: new Date("TIMESTAMP"),
84
+ * // EndTime: new Date("TIMESTAMP"),
85
+ * // },
86
+ * // ],
87
+ * // },
88
+ * // ],
89
+ * // };
90
+ *
91
+ * ```
92
+ *
93
+ * @param SearchTrainingPlanOfferingsCommandInput - {@link SearchTrainingPlanOfferingsCommandInput}
94
+ * @returns {@link SearchTrainingPlanOfferingsCommandOutput}
95
+ * @see {@link SearchTrainingPlanOfferingsCommandInput} for command's `input` shape.
96
+ * @see {@link SearchTrainingPlanOfferingsCommandOutput} for command's `response` shape.
97
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
98
+ *
99
+ * @throws {@link ResourceLimitExceeded} (client fault)
100
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
101
+ * training jobs created. </p>
102
+ *
103
+ * @throws {@link SageMakerServiceException}
104
+ * <p>Base exception class for all service exceptions from SageMaker service.</p>
105
+ *
106
+ * @public
107
+ */
108
+ export declare class SearchTrainingPlanOfferingsCommand extends SearchTrainingPlanOfferingsCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: SearchTrainingPlanOfferingsRequest;
113
+ output: SearchTrainingPlanOfferingsResponse;
114
+ };
115
+ sdk: {
116
+ input: SearchTrainingPlanOfferingsCommandInput;
117
+ output: SearchTrainingPlanOfferingsCommandOutput;
118
+ };
119
+ };
120
+ }
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateActionRequest, UpdateActionResponse } from "../models/models_4";
3
+ import { UpdateActionRequest } from "../models/models_4";
4
+ import { UpdateActionResponse } from "../models/models_5";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  /**
6
7
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateAppImageConfigRequest, UpdateAppImageConfigResponse } from "../models/models_4";
3
+ import { UpdateAppImageConfigRequest, UpdateAppImageConfigResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateArtifactRequest, UpdateArtifactResponse } from "../models/models_4";
3
+ import { UpdateArtifactRequest, UpdateArtifactResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_4";
3
+ import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -40,7 +40,7 @@ declare const UpdateClusterCommand_base: {
40
40
  * { // ClusterInstanceGroupSpecification
41
41
  * InstanceCount: Number("int"), // required
42
42
  * InstanceGroupName: "STRING_VALUE", // required
43
- * InstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "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.c5n.large" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "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.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.16xlarge" || "ml.g6.12xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.gr6.4xlarge" || "ml.gr6.8xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.16xlarge" || "ml.g6e.12xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5e.48xlarge", // required
43
+ * InstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "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.c5n.large" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "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.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.16xlarge" || "ml.g6.12xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.gr6.4xlarge" || "ml.gr6.8xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.16xlarge" || "ml.g6e.12xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.trn2.48xlarge", // required
44
44
  * LifeCycleConfig: { // ClusterLifeCycleConfig
45
45
  * SourceS3Uri: "STRING_VALUE", // required
46
46
  * OnCreate: "STRING_VALUE", // required
@@ -57,6 +57,15 @@ declare const UpdateClusterCommand_base: {
57
57
  * OnStartDeepHealthChecks: [ // OnStartDeepHealthChecks
58
58
  * "InstanceStress" || "InstanceConnectivity",
59
59
  * ],
60
+ * TrainingPlanArn: "STRING_VALUE",
61
+ * OverrideVpcConfig: { // VpcConfig
62
+ * SecurityGroupIds: [ // VpcSecurityGroupIds // required
63
+ * "STRING_VALUE",
64
+ * ],
65
+ * Subnets: [ // Subnets // required
66
+ * "STRING_VALUE",
67
+ * ],
68
+ * },
60
69
  * },
61
70
  * ],
62
71
  * NodeRecovery: "Automatic" || "None",
@@ -0,0 +1,94 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { UpdateClusterSchedulerConfigRequest, UpdateClusterSchedulerConfigResponse } from "../models/models_5";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateClusterSchedulerConfigCommand}.
14
+ */
15
+ export interface UpdateClusterSchedulerConfigCommandInput extends UpdateClusterSchedulerConfigRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateClusterSchedulerConfigCommand}.
21
+ */
22
+ export interface UpdateClusterSchedulerConfigCommandOutput extends UpdateClusterSchedulerConfigResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateClusterSchedulerConfigCommand_base: {
25
+ new (input: UpdateClusterSchedulerConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterSchedulerConfigCommandInput, UpdateClusterSchedulerConfigCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateClusterSchedulerConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterSchedulerConfigCommandInput, UpdateClusterSchedulerConfigCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Update the cluster policy configuration.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { SageMakerClient, UpdateClusterSchedulerConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
35
+ * // const { SageMakerClient, UpdateClusterSchedulerConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
36
+ * const client = new SageMakerClient(config);
37
+ * const input = { // UpdateClusterSchedulerConfigRequest
38
+ * ClusterSchedulerConfigId: "STRING_VALUE", // required
39
+ * TargetVersion: Number("int"), // required
40
+ * SchedulerConfig: { // SchedulerConfig
41
+ * PriorityClasses: [ // PriorityClassList
42
+ * { // PriorityClass
43
+ * Name: "STRING_VALUE", // required
44
+ * Weight: Number("int"), // required
45
+ * },
46
+ * ],
47
+ * FairShare: "Enabled" || "Disabled",
48
+ * },
49
+ * Description: "STRING_VALUE",
50
+ * };
51
+ * const command = new UpdateClusterSchedulerConfigCommand(input);
52
+ * const response = await client.send(command);
53
+ * // { // UpdateClusterSchedulerConfigResponse
54
+ * // ClusterSchedulerConfigArn: "STRING_VALUE", // required
55
+ * // ClusterSchedulerConfigVersion: Number("int"), // required
56
+ * // };
57
+ *
58
+ * ```
59
+ *
60
+ * @param UpdateClusterSchedulerConfigCommandInput - {@link UpdateClusterSchedulerConfigCommandInput}
61
+ * @returns {@link UpdateClusterSchedulerConfigCommandOutput}
62
+ * @see {@link UpdateClusterSchedulerConfigCommandInput} for command's `input` shape.
63
+ * @see {@link UpdateClusterSchedulerConfigCommandOutput} for command's `response` shape.
64
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
65
+ *
66
+ * @throws {@link ConflictException} (client fault)
67
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
68
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
69
+ *
70
+ * @throws {@link ResourceLimitExceeded} (client fault)
71
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
72
+ * training jobs created. </p>
73
+ *
74
+ * @throws {@link ResourceNotFound} (client fault)
75
+ * <p>Resource being access is not found.</p>
76
+ *
77
+ * @throws {@link SageMakerServiceException}
78
+ * <p>Base exception class for all service exceptions from SageMaker service.</p>
79
+ *
80
+ * @public
81
+ */
82
+ export declare class UpdateClusterSchedulerConfigCommand extends UpdateClusterSchedulerConfigCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: UpdateClusterSchedulerConfigRequest;
87
+ output: UpdateClusterSchedulerConfigResponse;
88
+ };
89
+ sdk: {
90
+ input: UpdateClusterSchedulerConfigCommandInput;
91
+ output: UpdateClusterSchedulerConfigCommandOutput;
92
+ };
93
+ };
94
+ }
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateClusterSoftwareRequest, UpdateClusterSoftwareResponse } from "../models/models_4";
3
+ import { UpdateClusterSoftwareRequest, UpdateClusterSoftwareResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateCodeRepositoryInput, UpdateCodeRepositoryOutput } from "../models/models_4";
3
+ import { UpdateCodeRepositoryInput, UpdateCodeRepositoryOutput } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -0,0 +1,103 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { UpdateComputeQuotaRequest, UpdateComputeQuotaResponse } from "../models/models_5";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateComputeQuotaCommand}.
14
+ */
15
+ export interface UpdateComputeQuotaCommandInput extends UpdateComputeQuotaRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateComputeQuotaCommand}.
21
+ */
22
+ export interface UpdateComputeQuotaCommandOutput extends UpdateComputeQuotaResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateComputeQuotaCommand_base: {
25
+ new (input: UpdateComputeQuotaCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComputeQuotaCommandInput, UpdateComputeQuotaCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateComputeQuotaCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComputeQuotaCommandInput, UpdateComputeQuotaCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Update the compute allocation definition.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { SageMakerClient, UpdateComputeQuotaCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
35
+ * // const { SageMakerClient, UpdateComputeQuotaCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
36
+ * const client = new SageMakerClient(config);
37
+ * const input = { // UpdateComputeQuotaRequest
38
+ * ComputeQuotaId: "STRING_VALUE", // required
39
+ * TargetVersion: Number("int"), // required
40
+ * ComputeQuotaConfig: { // ComputeQuotaConfig
41
+ * ComputeQuotaResources: [ // ComputeQuotaResourceConfigList
42
+ * { // ComputeQuotaResourceConfig
43
+ * InstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "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.c5n.large" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "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.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.16xlarge" || "ml.g6.12xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.gr6.4xlarge" || "ml.gr6.8xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.16xlarge" || "ml.g6e.12xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.trn2.48xlarge", // required
44
+ * Count: Number("int"), // required
45
+ * },
46
+ * ],
47
+ * ResourceSharingConfig: { // ResourceSharingConfig
48
+ * Strategy: "Lend" || "DontLend" || "LendAndBorrow", // required
49
+ * BorrowLimit: Number("int"),
50
+ * },
51
+ * PreemptTeamTasks: "Never" || "LowerPriority",
52
+ * },
53
+ * ComputeQuotaTarget: { // ComputeQuotaTarget
54
+ * TeamName: "STRING_VALUE", // required
55
+ * FairShareWeight: Number("int"),
56
+ * },
57
+ * ActivationState: "Enabled" || "Disabled",
58
+ * Description: "STRING_VALUE",
59
+ * };
60
+ * const command = new UpdateComputeQuotaCommand(input);
61
+ * const response = await client.send(command);
62
+ * // { // UpdateComputeQuotaResponse
63
+ * // ComputeQuotaArn: "STRING_VALUE", // required
64
+ * // ComputeQuotaVersion: Number("int"), // required
65
+ * // };
66
+ *
67
+ * ```
68
+ *
69
+ * @param UpdateComputeQuotaCommandInput - {@link UpdateComputeQuotaCommandInput}
70
+ * @returns {@link UpdateComputeQuotaCommandOutput}
71
+ * @see {@link UpdateComputeQuotaCommandInput} for command's `input` shape.
72
+ * @see {@link UpdateComputeQuotaCommandOutput} for command's `response` shape.
73
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
74
+ *
75
+ * @throws {@link ConflictException} (client fault)
76
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
77
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
78
+ *
79
+ * @throws {@link ResourceLimitExceeded} (client fault)
80
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
81
+ * training jobs created. </p>
82
+ *
83
+ * @throws {@link ResourceNotFound} (client fault)
84
+ * <p>Resource being access is not found.</p>
85
+ *
86
+ * @throws {@link SageMakerServiceException}
87
+ * <p>Base exception class for all service exceptions from SageMaker service.</p>
88
+ *
89
+ * @public
90
+ */
91
+ export declare class UpdateComputeQuotaCommand extends UpdateComputeQuotaCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: UpdateComputeQuotaRequest;
96
+ output: UpdateComputeQuotaResponse;
97
+ };
98
+ sdk: {
99
+ input: UpdateComputeQuotaCommandInput;
100
+ output: UpdateComputeQuotaCommandOutput;
101
+ };
102
+ };
103
+ }
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateContextRequest, UpdateContextResponse } from "../models/models_4";
3
+ import { UpdateContextRequest, UpdateContextResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDeviceFleetRequest } from "../models/models_4";
3
+ import { UpdateDeviceFleetRequest } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDevicesRequest } from "../models/models_4";
3
+ import { UpdateDevicesRequest } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_4";
3
+ import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -226,11 +226,15 @@ declare const UpdateDomainCommand_base: {
226
226
  * FileSystemId: "STRING_VALUE", // required
227
227
  * FileSystemPath: "STRING_VALUE",
228
228
  * },
229
+ * FSxLustreFileSystemConfig: { // FSxLustreFileSystemConfig
230
+ * FileSystemId: "STRING_VALUE", // required
231
+ * FileSystemPath: "STRING_VALUE",
232
+ * },
229
233
  * },
230
234
  * ],
231
235
  * StudioWebPortalSettings: { // StudioWebPortalSettings
232
236
  * HiddenMlTools: [ // HiddenMlToolsList
233
- * "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects" || "InferenceOptimization" || "PerformanceEvaluation",
237
+ * "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects" || "InferenceOptimization" || "PerformanceEvaluation" || "HyperPodClusters" || "LakeraGuard" || "Comet" || "DeepchecksLLMEvaluation" || "Fiddler",
234
238
  * ],
235
239
  * HiddenAppTypes: [ // HiddenAppTypesList
236
240
  * "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
@@ -342,6 +346,10 @@ declare const UpdateDomainCommand_base: {
342
346
  * FileSystemId: "STRING_VALUE", // required
343
347
  * FileSystemPath: "STRING_VALUE",
344
348
  * },
349
+ * FSxLustreFileSystemConfig: {
350
+ * FileSystemId: "STRING_VALUE", // required
351
+ * FileSystemPath: "STRING_VALUE",
352
+ * },
345
353
  * },
346
354
  * ],
347
355
  * },
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateEndpointInput, UpdateEndpointOutput } from "../models/models_4";
3
+ import { UpdateEndpointInput, UpdateEndpointOutput } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateEndpointWeightsAndCapacitiesInput, UpdateEndpointWeightsAndCapacitiesOutput } from "../models/models_4";
3
+ import { UpdateEndpointWeightsAndCapacitiesInput, UpdateEndpointWeightsAndCapacitiesOutput } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateExperimentRequest, UpdateExperimentResponse } from "../models/models_4";
3
+ import { UpdateExperimentRequest, UpdateExperimentResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateFeatureGroupRequest, UpdateFeatureGroupResponse } from "../models/models_4";
3
+ import { UpdateFeatureGroupRequest, UpdateFeatureGroupResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateFeatureMetadataRequest } from "../models/models_4";
3
+ import { UpdateFeatureMetadataRequest } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateHubRequest, UpdateHubResponse } from "../models/models_4";
3
+ import { UpdateHubRequest, UpdateHubResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateImageRequest, UpdateImageResponse } from "../models/models_4";
3
+ import { UpdateImageRequest, UpdateImageResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateImageVersionRequest, UpdateImageVersionResponse } from "../models/models_4";
3
+ import { UpdateImageVersionRequest, UpdateImageVersionResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateInferenceComponentInput, UpdateInferenceComponentOutput } from "../models/models_4";
3
+ import { UpdateInferenceComponentInput, UpdateInferenceComponentOutput } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -55,6 +55,7 @@ declare const UpdateInferenceComponentCommand_base: {
55
55
  * MinMemoryRequiredInMb: Number("int"), // required
56
56
  * MaxMemoryRequiredInMb: Number("int"),
57
57
  * },
58
+ * BaseInferenceComponentName: "STRING_VALUE",
58
59
  * },
59
60
  * RuntimeConfig: { // InferenceComponentRuntimeConfig
60
61
  * CopyCount: Number("int"), // required
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateInferenceComponentRuntimeConfigInput, UpdateInferenceComponentRuntimeConfigOutput } from "../models/models_4";
3
+ import { UpdateInferenceComponentRuntimeConfigInput, UpdateInferenceComponentRuntimeConfigOutput } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateInferenceExperimentRequest, UpdateInferenceExperimentResponse } from "../models/models_4";
3
+ import { UpdateInferenceExperimentRequest, UpdateInferenceExperimentResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateMlflowTrackingServerRequest, UpdateMlflowTrackingServerResponse } from "../models/models_4";
3
+ import { UpdateMlflowTrackingServerRequest, UpdateMlflowTrackingServerResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateModelCardRequest, UpdateModelCardResponse } from "../models/models_4";
3
+ import { UpdateModelCardRequest, UpdateModelCardResponse } from "../models/models_5";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public