@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
package/dist-cjs/index.js CHANGED
@@ -22,6 +22,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
22
22
  var src_exports = {};
23
23
  __export(src_exports, {
24
24
  ActionStatus: () => ActionStatus,
25
+ ActivationState: () => ActivationState,
25
26
  AddAssociationCommand: () => AddAssociationCommand,
26
27
  AddTagsCommand: () => AddTagsCommand,
27
28
  AdditionalS3DataSourceDataType: () => AdditionalS3DataSourceDataType,
@@ -100,8 +101,10 @@ __export(src_exports, {
100
101
  CreateAutoMLJobCommand: () => CreateAutoMLJobCommand,
101
102
  CreateAutoMLJobV2Command: () => CreateAutoMLJobV2Command,
102
103
  CreateClusterCommand: () => CreateClusterCommand,
104
+ CreateClusterSchedulerConfigCommand: () => CreateClusterSchedulerConfigCommand,
103
105
  CreateCodeRepositoryCommand: () => CreateCodeRepositoryCommand,
104
106
  CreateCompilationJobCommand: () => CreateCompilationJobCommand,
107
+ CreateComputeQuotaCommand: () => CreateComputeQuotaCommand,
105
108
  CreateContextCommand: () => CreateContextCommand,
106
109
  CreateDataQualityJobDefinitionCommand: () => CreateDataQualityJobDefinitionCommand,
107
110
  CreateDeviceFleetCommand: () => CreateDeviceFleetCommand,
@@ -139,6 +142,8 @@ __export(src_exports, {
139
142
  CreateNotebookInstanceCommand: () => CreateNotebookInstanceCommand,
140
143
  CreateNotebookInstanceLifecycleConfigCommand: () => CreateNotebookInstanceLifecycleConfigCommand,
141
144
  CreateOptimizationJobCommand: () => CreateOptimizationJobCommand,
145
+ CreatePartnerAppCommand: () => CreatePartnerAppCommand,
146
+ CreatePartnerAppPresignedUrlCommand: () => CreatePartnerAppPresignedUrlCommand,
142
147
  CreatePipelineCommand: () => CreatePipelineCommand,
143
148
  CreatePresignedDomainUrlCommand: () => CreatePresignedDomainUrlCommand,
144
149
  CreatePresignedMlflowTrackingServerUrlCommand: () => CreatePresignedMlflowTrackingServerUrlCommand,
@@ -148,6 +153,7 @@ __export(src_exports, {
148
153
  CreateSpaceCommand: () => CreateSpaceCommand,
149
154
  CreateStudioLifecycleConfigCommand: () => CreateStudioLifecycleConfigCommand,
150
155
  CreateTrainingJobCommand: () => CreateTrainingJobCommand,
156
+ CreateTrainingPlanCommand: () => CreateTrainingPlanCommand,
151
157
  CreateTransformJobCommand: () => CreateTransformJobCommand,
152
158
  CreateTrialCommand: () => CreateTrialCommand,
153
159
  CreateTrialComponentCommand: () => CreateTrialComponentCommand,
@@ -168,8 +174,10 @@ __export(src_exports, {
168
174
  DeleteArtifactCommand: () => DeleteArtifactCommand,
169
175
  DeleteAssociationCommand: () => DeleteAssociationCommand,
170
176
  DeleteClusterCommand: () => DeleteClusterCommand,
177
+ DeleteClusterSchedulerConfigCommand: () => DeleteClusterSchedulerConfigCommand,
171
178
  DeleteCodeRepositoryCommand: () => DeleteCodeRepositoryCommand,
172
179
  DeleteCompilationJobCommand: () => DeleteCompilationJobCommand,
180
+ DeleteComputeQuotaCommand: () => DeleteComputeQuotaCommand,
173
181
  DeleteContextCommand: () => DeleteContextCommand,
174
182
  DeleteDataQualityJobDefinitionCommand: () => DeleteDataQualityJobDefinitionCommand,
175
183
  DeleteDeviceFleetCommand: () => DeleteDeviceFleetCommand,
@@ -203,6 +211,7 @@ __export(src_exports, {
203
211
  DeleteNotebookInstanceCommand: () => DeleteNotebookInstanceCommand,
204
212
  DeleteNotebookInstanceLifecycleConfigCommand: () => DeleteNotebookInstanceLifecycleConfigCommand,
205
213
  DeleteOptimizationJobCommand: () => DeleteOptimizationJobCommand,
214
+ DeletePartnerAppCommand: () => DeletePartnerAppCommand,
206
215
  DeletePipelineCommand: () => DeletePipelineCommand,
207
216
  DeleteProjectCommand: () => DeleteProjectCommand,
208
217
  DeleteSpaceCommand: () => DeleteSpaceCommand,
@@ -223,8 +232,10 @@ __export(src_exports, {
223
232
  DescribeAutoMLJobV2Command: () => DescribeAutoMLJobV2Command,
224
233
  DescribeClusterCommand: () => DescribeClusterCommand,
225
234
  DescribeClusterNodeCommand: () => DescribeClusterNodeCommand,
235
+ DescribeClusterSchedulerConfigCommand: () => DescribeClusterSchedulerConfigCommand,
226
236
  DescribeCodeRepositoryCommand: () => DescribeCodeRepositoryCommand,
227
237
  DescribeCompilationJobCommand: () => DescribeCompilationJobCommand,
238
+ DescribeComputeQuotaCommand: () => DescribeComputeQuotaCommand,
228
239
  DescribeContextCommand: () => DescribeContextCommand,
229
240
  DescribeDataQualityJobDefinitionCommand: () => DescribeDataQualityJobDefinitionCommand,
230
241
  DescribeDeviceCommand: () => DescribeDeviceCommand,
@@ -264,6 +275,7 @@ __export(src_exports, {
264
275
  DescribeNotebookInstanceCommand: () => DescribeNotebookInstanceCommand,
265
276
  DescribeNotebookInstanceLifecycleConfigCommand: () => DescribeNotebookInstanceLifecycleConfigCommand,
266
277
  DescribeOptimizationJobCommand: () => DescribeOptimizationJobCommand,
278
+ DescribePartnerAppCommand: () => DescribePartnerAppCommand,
267
279
  DescribePipelineCommand: () => DescribePipelineCommand,
268
280
  DescribePipelineDefinitionForExecutionCommand: () => DescribePipelineDefinitionForExecutionCommand,
269
281
  DescribePipelineExecutionCommand: () => DescribePipelineExecutionCommand,
@@ -273,6 +285,7 @@ __export(src_exports, {
273
285
  DescribeStudioLifecycleConfigCommand: () => DescribeStudioLifecycleConfigCommand,
274
286
  DescribeSubscribedWorkteamCommand: () => DescribeSubscribedWorkteamCommand,
275
287
  DescribeTrainingJobCommand: () => DescribeTrainingJobCommand,
288
+ DescribeTrainingPlanCommand: () => DescribeTrainingPlanCommand,
276
289
  DescribeTransformJobCommand: () => DescribeTransformJobCommand,
277
290
  DescribeTrialCommand: () => DescribeTrialCommand,
278
291
  DescribeTrialComponentCommand: () => DescribeTrialComponentCommand,
@@ -299,6 +312,7 @@ __export(src_exports, {
299
312
  ExecutionRoleIdentityConfig: () => ExecutionRoleIdentityConfig,
300
313
  ExecutionStatus: () => ExecutionStatus,
301
314
  FailureHandlingPolicy: () => FailureHandlingPolicy,
315
+ FairShare: () => FairShare,
302
316
  FeatureGroupSortBy: () => FeatureGroupSortBy,
303
317
  FeatureGroupSortOrder: () => FeatureGroupSortOrder,
304
318
  FeatureGroupStatus: () => FeatureGroupStatus,
@@ -344,6 +358,7 @@ __export(src_exports, {
344
358
  InferenceExperimentStopDesiredState: () => InferenceExperimentStopDesiredState,
345
359
  InferenceExperimentType: () => InferenceExperimentType,
346
360
  InputMode: () => InputMode,
361
+ InstanceGroupStatus: () => InstanceGroupStatus,
347
362
  IsTrackingServerActive: () => IsTrackingServerActive,
348
363
  JobType: () => JobType,
349
364
  JoinSource: () => JoinSource,
@@ -361,10 +376,12 @@ __export(src_exports, {
361
376
  ListAutoMLJobsCommand: () => ListAutoMLJobsCommand,
362
377
  ListCandidatesForAutoMLJobCommand: () => ListCandidatesForAutoMLJobCommand,
363
378
  ListClusterNodesCommand: () => ListClusterNodesCommand,
379
+ ListClusterSchedulerConfigsCommand: () => ListClusterSchedulerConfigsCommand,
364
380
  ListClustersCommand: () => ListClustersCommand,
365
381
  ListCodeRepositoriesCommand: () => ListCodeRepositoriesCommand,
366
382
  ListCompilationJobsCommand: () => ListCompilationJobsCommand,
367
383
  ListCompilationJobsSortBy: () => ListCompilationJobsSortBy,
384
+ ListComputeQuotasCommand: () => ListComputeQuotasCommand,
368
385
  ListContextsCommand: () => ListContextsCommand,
369
386
  ListDataQualityJobDefinitionsCommand: () => ListDataQualityJobDefinitionsCommand,
370
387
  ListDeviceFleetsCommand: () => ListDeviceFleetsCommand,
@@ -415,6 +432,7 @@ __export(src_exports, {
415
432
  ListNotebookInstancesCommand: () => ListNotebookInstancesCommand,
416
433
  ListOptimizationJobsCommand: () => ListOptimizationJobsCommand,
417
434
  ListOptimizationJobsSortBy: () => ListOptimizationJobsSortBy,
435
+ ListPartnerAppsCommand: () => ListPartnerAppsCommand,
418
436
  ListPipelineExecutionStepsCommand: () => ListPipelineExecutionStepsCommand,
419
437
  ListPipelineExecutionsCommand: () => ListPipelineExecutionsCommand,
420
438
  ListPipelineParametersForExecutionCommand: () => ListPipelineParametersForExecutionCommand,
@@ -429,6 +447,7 @@ __export(src_exports, {
429
447
  ListTagsCommand: () => ListTagsCommand,
430
448
  ListTrainingJobsCommand: () => ListTrainingJobsCommand,
431
449
  ListTrainingJobsForHyperParameterTuningJobCommand: () => ListTrainingJobsForHyperParameterTuningJobCommand,
450
+ ListTrainingPlansCommand: () => ListTrainingPlansCommand,
432
451
  ListTransformJobsCommand: () => ListTransformJobsCommand,
433
452
  ListTrialComponentsCommand: () => ListTrialComponentsCommand,
434
453
  ListTrialsCommand: () => ListTrialsCommand,
@@ -489,8 +508,12 @@ __export(src_exports, {
489
508
  OrderKey: () => OrderKey,
490
509
  OutputCompressionType: () => OutputCompressionType,
491
510
  ParameterType: () => ParameterType,
511
+ PartnerAppAuthType: () => PartnerAppAuthType,
512
+ PartnerAppStatus: () => PartnerAppStatus,
513
+ PartnerAppType: () => PartnerAppType,
492
514
  PipelineExecutionStatus: () => PipelineExecutionStatus,
493
515
  PipelineStatus: () => PipelineStatus,
516
+ PreemptTeamTasks: () => PreemptTeamTasks,
494
517
  ProblemType: () => ProblemType,
495
518
  ProcessingInstanceType: () => ProcessingInstanceType,
496
519
  ProcessingJobStatus: () => ProcessingJobStatus,
@@ -522,11 +545,14 @@ __export(src_exports, {
522
545
  RegisterDevicesCommand: () => RegisterDevicesCommand,
523
546
  RenderUiTemplateCommand: () => RenderUiTemplateCommand,
524
547
  RepositoryAccessMode: () => RepositoryAccessMode,
548
+ ReservedCapacityInstanceType: () => ReservedCapacityInstanceType,
549
+ ReservedCapacityStatus: () => ReservedCapacityStatus,
525
550
  ResourceCatalogSortBy: () => ResourceCatalogSortBy,
526
551
  ResourceCatalogSortOrder: () => ResourceCatalogSortOrder,
527
552
  ResourceInUse: () => ResourceInUse,
528
553
  ResourceLimitExceeded: () => ResourceLimitExceeded,
529
554
  ResourceNotFound: () => ResourceNotFound,
555
+ ResourceSharingStrategy: () => ResourceSharingStrategy,
530
556
  ResourceType: () => ResourceType,
531
557
  RetentionType: () => RetentionType,
532
558
  RetryPipelineExecutionCommand: () => RetryPipelineExecutionCommand,
@@ -539,14 +565,17 @@ __export(src_exports, {
539
565
  SageMaker: () => SageMaker,
540
566
  SageMakerClient: () => SageMakerClient,
541
567
  SageMakerImageName: () => SageMakerImageName,
568
+ SageMakerResourceName: () => SageMakerResourceName,
542
569
  SageMakerServiceException: () => SageMakerServiceException,
543
570
  SagemakerServicecatalogStatus: () => SagemakerServicecatalogStatus,
544
571
  ScalingPolicy: () => ScalingPolicy,
545
572
  ScheduleStatus: () => ScheduleStatus,
573
+ SchedulerResourceStatus: () => SchedulerResourceStatus,
546
574
  SearchCommand: () => SearchCommand,
547
575
  SearchRecordFilterSensitiveLog: () => SearchRecordFilterSensitiveLog,
548
576
  SearchResponseFilterSensitiveLog: () => SearchResponseFilterSensitiveLog,
549
577
  SearchSortOrder: () => SearchSortOrder,
578
+ SearchTrainingPlanOfferingsCommand: () => SearchTrainingPlanOfferingsCommand,
550
579
  SecondaryStatus: () => SecondaryStatus,
551
580
  SendPipelineExecutionStepFailureCommand: () => SendPipelineExecutionStepFailureCommand,
552
581
  SendPipelineExecutionStepSuccessCommand: () => SendPipelineExecutionStepSuccessCommand,
@@ -556,6 +585,7 @@ __export(src_exports, {
556
585
  SortArtifactsBy: () => SortArtifactsBy,
557
586
  SortAssociationsBy: () => SortAssociationsBy,
558
587
  SortBy: () => SortBy,
588
+ SortClusterSchedulerConfigBy: () => SortClusterSchedulerConfigBy,
559
589
  SortContextsBy: () => SortContextsBy,
560
590
  SortExperimentsBy: () => SortExperimentsBy,
561
591
  SortInferenceExperimentsBy: () => SortInferenceExperimentsBy,
@@ -563,6 +593,7 @@ __export(src_exports, {
563
593
  SortOrder: () => SortOrder,
564
594
  SortPipelineExecutionsBy: () => SortPipelineExecutionsBy,
565
595
  SortPipelinesBy: () => SortPipelinesBy,
596
+ SortQuotaBy: () => SortQuotaBy,
566
597
  SortTrackingServerBy: () => SortTrackingServerBy,
567
598
  SortTrialComponentsBy: () => SortTrialComponentsBy,
568
599
  SortTrialsBy: () => SortTrialsBy,
@@ -614,6 +645,10 @@ __export(src_exports, {
614
645
  TrainingJobEarlyStoppingType: () => TrainingJobEarlyStoppingType,
615
646
  TrainingJobSortByOptions: () => TrainingJobSortByOptions,
616
647
  TrainingJobStatus: () => TrainingJobStatus,
648
+ TrainingPlanFilterName: () => TrainingPlanFilterName,
649
+ TrainingPlanSortBy: () => TrainingPlanSortBy,
650
+ TrainingPlanSortOrder: () => TrainingPlanSortOrder,
651
+ TrainingPlanStatus: () => TrainingPlanStatus,
617
652
  TrainingRepositoryAccessMode: () => TrainingRepositoryAccessMode,
618
653
  TransformInstanceType: () => TransformInstanceType,
619
654
  TransformJobStatus: () => TransformJobStatus,
@@ -624,8 +659,10 @@ __export(src_exports, {
624
659
  UpdateAppImageConfigCommand: () => UpdateAppImageConfigCommand,
625
660
  UpdateArtifactCommand: () => UpdateArtifactCommand,
626
661
  UpdateClusterCommand: () => UpdateClusterCommand,
662
+ UpdateClusterSchedulerConfigCommand: () => UpdateClusterSchedulerConfigCommand,
627
663
  UpdateClusterSoftwareCommand: () => UpdateClusterSoftwareCommand,
628
664
  UpdateCodeRepositoryCommand: () => UpdateCodeRepositoryCommand,
665
+ UpdateComputeQuotaCommand: () => UpdateComputeQuotaCommand,
629
666
  UpdateContextCommand: () => UpdateContextCommand,
630
667
  UpdateDeviceFleetCommand: () => UpdateDeviceFleetCommand,
631
668
  UpdateDevicesCommand: () => UpdateDevicesCommand,
@@ -650,6 +687,7 @@ __export(src_exports, {
650
687
  UpdateMonitoringScheduleCommand: () => UpdateMonitoringScheduleCommand,
651
688
  UpdateNotebookInstanceCommand: () => UpdateNotebookInstanceCommand,
652
689
  UpdateNotebookInstanceLifecycleConfigCommand: () => UpdateNotebookInstanceLifecycleConfigCommand,
690
+ UpdatePartnerAppCommand: () => UpdatePartnerAppCommand,
653
691
  UpdatePipelineCommand: () => UpdatePipelineCommand,
654
692
  UpdatePipelineExecutionCommand: () => UpdatePipelineExecutionCommand,
655
693
  UpdateProjectCommand: () => UpdateProjectCommand,
@@ -679,8 +717,10 @@ __export(src_exports, {
679
717
  paginateListAssociations: () => paginateListAssociations,
680
718
  paginateListAutoMLJobs: () => paginateListAutoMLJobs,
681
719
  paginateListCandidatesForAutoMLJob: () => paginateListCandidatesForAutoMLJob,
720
+ paginateListClusterSchedulerConfigs: () => paginateListClusterSchedulerConfigs,
682
721
  paginateListCodeRepositories: () => paginateListCodeRepositories,
683
722
  paginateListCompilationJobs: () => paginateListCompilationJobs,
723
+ paginateListComputeQuotas: () => paginateListComputeQuotas,
684
724
  paginateListContexts: () => paginateListContexts,
685
725
  paginateListDataQualityJobDefinitions: () => paginateListDataQualityJobDefinitions,
686
726
  paginateListDeviceFleets: () => paginateListDeviceFleets,
@@ -722,6 +762,7 @@ __export(src_exports, {
722
762
  paginateListNotebookInstanceLifecycleConfigs: () => paginateListNotebookInstanceLifecycleConfigs,
723
763
  paginateListNotebookInstances: () => paginateListNotebookInstances,
724
764
  paginateListOptimizationJobs: () => paginateListOptimizationJobs,
765
+ paginateListPartnerApps: () => paginateListPartnerApps,
725
766
  paginateListPipelineExecutionSteps: () => paginateListPipelineExecutionSteps,
726
767
  paginateListPipelineExecutions: () => paginateListPipelineExecutions,
727
768
  paginateListPipelineParametersForExecution: () => paginateListPipelineParametersForExecution,
@@ -736,6 +777,7 @@ __export(src_exports, {
736
777
  paginateListTags: () => paginateListTags,
737
778
  paginateListTrainingJobs: () => paginateListTrainingJobs,
738
779
  paginateListTrainingJobsForHyperParameterTuningJob: () => paginateListTrainingJobsForHyperParameterTuningJob,
780
+ paginateListTrainingPlans: () => paginateListTrainingPlans,
739
781
  paginateListTransformJobs: () => paginateListTransformJobs,
740
782
  paginateListTrialComponents: () => paginateListTrialComponents,
741
783
  paginateListTrials: () => paginateListTrials,
@@ -947,6 +989,10 @@ var ActionStatus = {
947
989
  STOPPING: "Stopping",
948
990
  UNKNOWN: "Unknown"
949
991
  };
992
+ var ActivationState = {
993
+ DISABLED: "Disabled",
994
+ ENABLED: "Enabled"
995
+ };
950
996
  var AssociationEdgeType = {
951
997
  ASSOCIATED_WITH: "AssociatedWith",
952
998
  CONTRIBUTED_TO: "ContributedTo",
@@ -1085,6 +1131,14 @@ var ProductionVariantInstanceType = {
1085
1131
  ML_G5_4XLARGE: "ml.g5.4xlarge",
1086
1132
  ML_G5_8XLARGE: "ml.g5.8xlarge",
1087
1133
  ML_G5_XLARGE: "ml.g5.xlarge",
1134
+ ML_G6E_12XLARGE: "ml.g6e.12xlarge",
1135
+ ML_G6E_16XLARGE: "ml.g6e.16xlarge",
1136
+ ML_G6E_24XLARGE: "ml.g6e.24xlarge",
1137
+ ML_G6E_2XLARGE: "ml.g6e.2xlarge",
1138
+ ML_G6E_48XLARGE: "ml.g6e.48xlarge",
1139
+ ML_G6E_4XLARGE: "ml.g6e.4xlarge",
1140
+ ML_G6E_8XLARGE: "ml.g6e.8xlarge",
1141
+ ML_G6E_XLARGE: "ml.g6e.xlarge",
1088
1142
  ML_G6_12XLARGE: "ml.g6.12xlarge",
1089
1143
  ML_G6_16XLARGE: "ml.g6.16xlarge",
1090
1144
  ML_G6_24XLARGE: "ml.g6.24xlarge",
@@ -1132,6 +1186,15 @@ var ProductionVariantInstanceType = {
1132
1186
  ML_M6G_8XLARGE: "ml.m6g.8xlarge",
1133
1187
  ML_M6G_LARGE: "ml.m6g.large",
1134
1188
  ML_M6G_XLARGE: "ml.m6g.xlarge",
1189
+ ML_M6I_12XLARGE: "ml.m6i.12xlarge",
1190
+ ML_M6I_16XLARGE: "ml.m6i.16xlarge",
1191
+ ML_M6I_24XLARGE: "ml.m6i.24xlarge",
1192
+ ML_M6I_2XLARGE: "ml.m6i.2xlarge",
1193
+ ML_M6I_32XLARGE: "ml.m6i.32xlarge",
1194
+ ML_M6I_4XLARGE: "ml.m6i.4xlarge",
1195
+ ML_M6I_8XLARGE: "ml.m6i.8xlarge",
1196
+ ML_M6I_LARGE: "ml.m6i.large",
1197
+ ML_M6I_XLARGE: "ml.m6i.xlarge",
1135
1198
  ML_M7I_12XLARGE: "ml.m7i.12xlarge",
1136
1199
  ML_M7I_16XLARGE: "ml.m7i.16xlarge",
1137
1200
  ML_M7I_24XLARGE: "ml.m7i.24xlarge",
@@ -1149,6 +1212,7 @@ var ProductionVariantInstanceType = {
1149
1212
  ML_P3_8XLARGE: "ml.p3.8xlarge",
1150
1213
  ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
1151
1214
  ML_P4D_24XLARGE: "ml.p4d.24xlarge",
1215
+ ML_P5E_48XLARGE: "ml.p5e.48xlarge",
1152
1216
  ML_P5_48XLARGE: "ml.p5.48xlarge",
1153
1217
  ML_R5D_12XLARGE: "ml.r5d.12xlarge",
1154
1218
  ML_R5D_24XLARGE: "ml.r5d.24xlarge",
@@ -1176,6 +1240,15 @@ var ProductionVariantInstanceType = {
1176
1240
  ML_R6G_8XLARGE: "ml.r6g.8xlarge",
1177
1241
  ML_R6G_LARGE: "ml.r6g.large",
1178
1242
  ML_R6G_XLARGE: "ml.r6g.xlarge",
1243
+ ML_R6I_12XLARGE: "ml.r6i.12xlarge",
1244
+ ML_R6I_16XLARGE: "ml.r6i.16xlarge",
1245
+ ML_R6I_24XLARGE: "ml.r6i.24xlarge",
1246
+ ML_R6I_2XLARGE: "ml.r6i.2xlarge",
1247
+ ML_R6I_32XLARGE: "ml.r6i.32xlarge",
1248
+ ML_R6I_4XLARGE: "ml.r6i.4xlarge",
1249
+ ML_R6I_8XLARGE: "ml.r6i.8xlarge",
1250
+ ML_R6I_LARGE: "ml.r6i.large",
1251
+ ML_R6I_XLARGE: "ml.r6i.xlarge",
1179
1252
  ML_R7I_12XLARGE: "ml.r7i.12xlarge",
1180
1253
  ML_R7I_16XLARGE: "ml.r7i.16xlarge",
1181
1254
  ML_R7I_24XLARGE: "ml.r7i.24xlarge",
@@ -1191,7 +1264,8 @@ var ProductionVariantInstanceType = {
1191
1264
  ML_T2_XLARGE: "ml.t2.xlarge",
1192
1265
  ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
1193
1266
  ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
1194
- ML_TRN1_32XLARGE: "ml.trn1.32xlarge"
1267
+ ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
1268
+ ML_TRN2_48XLARGE: "ml.trn2.48xlarge"
1195
1269
  };
1196
1270
  var TransformInstanceType = {
1197
1271
  ML_C4_2XLARGE: "ml.c4.2xlarge",
@@ -1433,6 +1507,7 @@ var TrainingInstanceType = {
1433
1507
  ML_P3_8XLARGE: "ml.p3.8xlarge",
1434
1508
  ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
1435
1509
  ML_P4D_24XLARGE: "ml.p4d.24xlarge",
1510
+ ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
1436
1511
  ML_P5E_48XLARGE: "ml.p5e.48xlarge",
1437
1512
  ML_P5_48XLARGE: "ml.p5.48xlarge",
1438
1513
  ML_R5D_12XLARGE: "ml.r5d.12xlarge",
@@ -1457,7 +1532,8 @@ var TrainingInstanceType = {
1457
1532
  ML_T3_XLARGE: "ml.t3.xlarge",
1458
1533
  ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
1459
1534
  ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
1460
- ML_TRN1_32XLARGE: "ml.trn1.32xlarge"
1535
+ ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
1536
+ ML_TRN2_48XLARGE: "ml.trn2.48xlarge"
1461
1537
  };
1462
1538
  var BatchStrategy = {
1463
1539
  MULTI_RECORD: "MultiRecord",
@@ -2095,6 +2171,7 @@ var ClusterInstanceType = {
2095
2171
  ML_M5_XLARGE: "ml.m5.xlarge",
2096
2172
  ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
2097
2173
  ML_P4D_24XLARGE: "ml.p4d.24xlarge",
2174
+ ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
2098
2175
  ML_P5E_48XLARGE: "ml.p5e.48xlarge",
2099
2176
  ML_P5_48XLARGE: "ml.p5.48xlarge",
2100
2177
  ML_T3_2XLARGE: "ml.t3.2xlarge",
@@ -2102,12 +2179,22 @@ var ClusterInstanceType = {
2102
2179
  ML_T3_MEDIUM: "ml.t3.medium",
2103
2180
  ML_T3_XLARGE: "ml.t3.xlarge",
2104
2181
  ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
2105
- ML_TRN1_32XLARGE: "ml.trn1.32xlarge"
2182
+ ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
2183
+ ML_TRN2_48XLARGE: "ml.trn2.48xlarge"
2106
2184
  };
2107
2185
  var DeepHealthCheckType = {
2108
2186
  INSTANCE_CONNECTIVITY: "InstanceConnectivity",
2109
2187
  INSTANCE_STRESS: "InstanceStress"
2110
2188
  };
2189
+ var InstanceGroupStatus = {
2190
+ CREATING: "Creating",
2191
+ DEGRADED: "Degraded",
2192
+ DELETING: "Deleting",
2193
+ FAILED: "Failed",
2194
+ INSERVICE: "InService",
2195
+ SYSTEMUPDATING: "SystemUpdating",
2196
+ UPDATING: "Updating"
2197
+ };
2111
2198
  var ClusterInstanceStatus = {
2112
2199
  DEEP_HEALTH_CHECK_IN_PROGRESS: "DeepHealthCheckInProgress",
2113
2200
  FAILURE: "Failure",
@@ -2120,6 +2207,20 @@ var ClusterNodeRecovery = {
2120
2207
  AUTOMATIC: "Automatic",
2121
2208
  NONE: "None"
2122
2209
  };
2210
+ var SchedulerResourceStatus = {
2211
+ CREATED: "Created",
2212
+ CREATE_FAILED: "CreateFailed",
2213
+ CREATE_ROLLBACK_FAILED: "CreateRollbackFailed",
2214
+ CREATING: "Creating",
2215
+ DELETED: "Deleted",
2216
+ DELETE_FAILED: "DeleteFailed",
2217
+ DELETE_ROLLBACK_FAILED: "DeleteRollbackFailed",
2218
+ DELETING: "Deleting",
2219
+ UPDATED: "Updated",
2220
+ UPDATE_FAILED: "UpdateFailed",
2221
+ UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed",
2222
+ UPDATING: "Updating"
2223
+ };
2123
2224
  var ClusterSortBy = {
2124
2225
  CREATION_TIME: "CREATION_TIME",
2125
2226
  NAME: "NAME"
@@ -2223,6 +2324,15 @@ var CompleteOnConvergence = {
2223
2324
  DISABLED: "Disabled",
2224
2325
  ENABLED: "Enabled"
2225
2326
  };
2327
+ var PreemptTeamTasks = {
2328
+ LOWERPRIORITY: "LowerPriority",
2329
+ NEVER: "Never"
2330
+ };
2331
+ var ResourceSharingStrategy = {
2332
+ DONTLEND: "DontLend",
2333
+ LEND: "Lend",
2334
+ LENDANDBORROW: "LendAndBorrow"
2335
+ };
2226
2336
  var ConditionOutcome = {
2227
2337
  FALSE: "False",
2228
2338
  TRUE: "True"
@@ -2267,6 +2377,9 @@ var HyperParameterScalingType = {
2267
2377
  LOGARITHMIC: "Logarithmic",
2268
2378
  REVERSE_LOGARITHMIC: "ReverseLogarithmic"
2269
2379
  };
2380
+
2381
+ // src/models/models_1.ts
2382
+
2270
2383
  var ParameterType = {
2271
2384
  CATEGORICAL: "Categorical",
2272
2385
  CONTINUOUS: "Continuous",
@@ -2277,9 +2390,6 @@ var HyperParameterTuningJobObjectiveType = {
2277
2390
  MAXIMIZE: "Maximize",
2278
2391
  MINIMIZE: "Minimize"
2279
2392
  };
2280
-
2281
- // src/models/models_1.ts
2282
-
2283
2393
  var _ResourceInUse = class _ResourceInUse extends SageMakerServiceException {
2284
2394
  /**
2285
2395
  * @internal
@@ -2298,6 +2408,10 @@ var _ResourceInUse = class _ResourceInUse extends SageMakerServiceException {
2298
2408
  };
2299
2409
  __name(_ResourceInUse, "ResourceInUse");
2300
2410
  var ResourceInUse = _ResourceInUse;
2411
+ var FairShare = {
2412
+ DISABLED: "Disabled",
2413
+ ENABLED: "Enabled"
2414
+ };
2301
2415
  var Framework = {
2302
2416
  DARKNET: "DARKNET",
2303
2417
  KERAS: "KERAS",
@@ -2383,6 +2497,8 @@ var CustomFileSystemConfig;
2383
2497
  CustomFileSystemConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
2384
2498
  if (value.EFSFileSystemConfig !== void 0)
2385
2499
  return visitor.EFSFileSystemConfig(value.EFSFileSystemConfig);
2500
+ if (value.FSxLustreFileSystemConfig !== void 0)
2501
+ return visitor.FSxLustreFileSystemConfig(value.FSxLustreFileSystemConfig);
2386
2502
  return visitor._(value.$unknown[0], value.$unknown[1]);
2387
2503
  }, "visit");
2388
2504
  })(CustomFileSystemConfig || (CustomFileSystemConfig = {}));
@@ -2404,14 +2520,19 @@ var StudioWebPortal = {
2404
2520
  };
2405
2521
  var MlTools = {
2406
2522
  AUTO_ML: "AutoMl",
2523
+ COMET: "Comet",
2407
2524
  DATA_WRANGLER: "DataWrangler",
2525
+ DEEPCHECKS_LLM_EVALUATION: "DeepchecksLLMEvaluation",
2408
2526
  EMR_CLUSTERS: "EmrClusters",
2409
2527
  ENDPOINTS: "Endpoints",
2410
2528
  EXPERIMENTS: "Experiments",
2411
2529
  FEATURE_STORE: "FeatureStore",
2530
+ FIDDLER: "Fiddler",
2531
+ HYPER_POD_CLUSTERS: "HyperPodClusters",
2412
2532
  INFERENCE_OPTIMIZATION: "InferenceOptimization",
2413
2533
  INFERENCE_RECOMMENDER: "InferenceRecommender",
2414
2534
  JUMP_START: "JumpStart",
2535
+ LAKERA_GUARD: "LakeraGuard",
2415
2536
  MODELS: "Models",
2416
2537
  MODEL_EVALUATION: "ModelEvaluation",
2417
2538
  PERFORMANCE_EVALUATION: "PerformanceEvaluation",
@@ -2741,6 +2862,21 @@ var MonitoringType = {
2741
2862
  MODEL_EXPLAINABILITY: "ModelExplainability",
2742
2863
  MODEL_QUALITY: "ModelQuality"
2743
2864
  };
2865
+ var CreateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2866
+ ...obj,
2867
+ ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
2868
+ }), "CreateModelCardRequestFilterSensitiveLog");
2869
+ var ModelPackageModelCardFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2870
+ ...obj,
2871
+ ...obj.ModelCardContent && { ModelCardContent: import_smithy_client.SENSITIVE_STRING }
2872
+ }), "ModelPackageModelCardFilterSensitiveLog");
2873
+ var CreateModelPackageInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2874
+ ...obj,
2875
+ ...obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }
2876
+ }), "CreateModelPackageInputFilterSensitiveLog");
2877
+
2878
+ // src/models/models_2.ts
2879
+
2744
2880
  var NotebookInstanceAcceleratorType = {
2745
2881
  ML_EIA1_LARGE: "ml.eia1.large",
2746
2882
  ML_EIA1_MEDIUM: "ml.eia1.medium",
@@ -2786,30 +2922,26 @@ var OptimizationJobDeploymentInstanceType = {
2786
2922
  ML_TRN1_32XLARGE: "ml.trn1.32xlarge"
2787
2923
  };
2788
2924
  var OptimizationConfig;
2789
- ((OptimizationConfig4) => {
2790
- OptimizationConfig4.visit = /* @__PURE__ */ __name((value, visitor) => {
2925
+ ((OptimizationConfig3) => {
2926
+ OptimizationConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
2791
2927
  if (value.ModelQuantizationConfig !== void 0)
2792
2928
  return visitor.ModelQuantizationConfig(value.ModelQuantizationConfig);
2793
2929
  if (value.ModelCompilationConfig !== void 0)
2794
2930
  return visitor.ModelCompilationConfig(value.ModelCompilationConfig);
2931
+ if (value.ModelShardingConfig !== void 0)
2932
+ return visitor.ModelShardingConfig(value.ModelShardingConfig);
2795
2933
  return visitor._(value.$unknown[0], value.$unknown[1]);
2796
2934
  }, "visit");
2797
2935
  })(OptimizationConfig || (OptimizationConfig = {}));
2798
- var CreateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2799
- ...obj,
2800
- ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
2801
- }), "CreateModelCardRequestFilterSensitiveLog");
2802
- var ModelPackageModelCardFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2803
- ...obj,
2804
- ...obj.ModelCardContent && { ModelCardContent: import_smithy_client.SENSITIVE_STRING }
2805
- }), "ModelPackageModelCardFilterSensitiveLog");
2806
- var CreateModelPackageInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2807
- ...obj,
2808
- ...obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }
2809
- }), "CreateModelPackageInputFilterSensitiveLog");
2810
-
2811
- // src/models/models_2.ts
2812
-
2936
+ var PartnerAppAuthType = {
2937
+ IAM: "IAM"
2938
+ };
2939
+ var PartnerAppType = {
2940
+ COMET: "comet",
2941
+ DEEPCHECKS_LLM_EVALUATION: "deepchecks-llm-evaluation",
2942
+ FIDDLER: "fiddler",
2943
+ LAKERA_GUARD: "lakera-guard"
2944
+ };
2813
2945
  var DataDistributionType = {
2814
2946
  FULLYREPLICATED: "FullyReplicated",
2815
2947
  SHARDEDBYS3KEY: "ShardedByS3Key"
@@ -2842,6 +2974,8 @@ var CustomFileSystem;
2842
2974
  CustomFileSystem3.visit = /* @__PURE__ */ __name((value, visitor) => {
2843
2975
  if (value.EFSFileSystem !== void 0)
2844
2976
  return visitor.EFSFileSystem(value.EFSFileSystem);
2977
+ if (value.FSxLustreFileSystem !== void 0)
2978
+ return visitor.FSxLustreFileSystem(value.FSxLustreFileSystem);
2845
2979
  return visitor._(value.$unknown[0], value.$unknown[1]);
2846
2980
  }, "visit");
2847
2981
  })(CustomFileSystem || (CustomFileSystem = {}));
@@ -2860,8 +2994,8 @@ var JoinSource = {
2860
2994
  NONE: "None"
2861
2995
  };
2862
2996
  var TrialComponentParameterValue;
2863
- ((TrialComponentParameterValue2) => {
2864
- TrialComponentParameterValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
2997
+ ((TrialComponentParameterValue3) => {
2998
+ TrialComponentParameterValue3.visit = /* @__PURE__ */ __name((value, visitor) => {
2865
2999
  if (value.StringValue !== void 0)
2866
3000
  return visitor.StringValue(value.StringValue);
2867
3001
  if (value.NumberValue !== void 0)
@@ -3010,72 +3144,6 @@ var HumanTaskUiStatus = {
3010
3144
  ACTIVE: "Active",
3011
3145
  DELETING: "Deleting"
3012
3146
  };
3013
- var TrainingJobStatus = {
3014
- COMPLETED: "Completed",
3015
- FAILED: "Failed",
3016
- IN_PROGRESS: "InProgress",
3017
- STOPPED: "Stopped",
3018
- STOPPING: "Stopping"
3019
- };
3020
- var HyperParameterTuningJobStatus = {
3021
- COMPLETED: "Completed",
3022
- DELETE_FAILED: "DeleteFailed",
3023
- DELETING: "Deleting",
3024
- FAILED: "Failed",
3025
- IN_PROGRESS: "InProgress",
3026
- STOPPED: "Stopped",
3027
- STOPPING: "Stopping"
3028
- };
3029
- var ImageStatus = {
3030
- CREATED: "CREATED",
3031
- CREATE_FAILED: "CREATE_FAILED",
3032
- CREATING: "CREATING",
3033
- DELETE_FAILED: "DELETE_FAILED",
3034
- DELETING: "DELETING",
3035
- UPDATE_FAILED: "UPDATE_FAILED",
3036
- UPDATING: "UPDATING"
3037
- };
3038
- var ImageVersionStatus = {
3039
- CREATED: "CREATED",
3040
- CREATE_FAILED: "CREATE_FAILED",
3041
- CREATING: "CREATING",
3042
- DELETE_FAILED: "DELETE_FAILED",
3043
- DELETING: "DELETING"
3044
- };
3045
- var InferenceComponentStatus = {
3046
- CREATING: "Creating",
3047
- DELETING: "Deleting",
3048
- FAILED: "Failed",
3049
- IN_SERVICE: "InService",
3050
- UPDATING: "Updating"
3051
- };
3052
- var ModelVariantStatus = {
3053
- CREATING: "Creating",
3054
- DELETED: "Deleted",
3055
- DELETING: "Deleting",
3056
- IN_SERVICE: "InService",
3057
- UPDATING: "Updating"
3058
- };
3059
- var InferenceExperimentStatus = {
3060
- CANCELLED: "Cancelled",
3061
- COMPLETED: "Completed",
3062
- CREATED: "Created",
3063
- CREATING: "Creating",
3064
- RUNNING: "Running",
3065
- STARTING: "Starting",
3066
- STOPPING: "Stopping",
3067
- UPDATING: "Updating"
3068
- };
3069
- var RecommendationJobStatus = {
3070
- COMPLETED: "COMPLETED",
3071
- DELETED: "DELETED",
3072
- DELETING: "DELETING",
3073
- FAILED: "FAILED",
3074
- IN_PROGRESS: "IN_PROGRESS",
3075
- PENDING: "PENDING",
3076
- STOPPED: "STOPPED",
3077
- STOPPING: "STOPPING"
3078
- };
3079
3147
  var OidcConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3080
3148
  ...obj,
3081
3149
  ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
@@ -3164,6 +3232,12 @@ var se_CreateClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
3164
3232
  body = JSON.stringify((0, import_smithy_client._json)(input));
3165
3233
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3166
3234
  }, "se_CreateClusterCommand");
3235
+ var se_CreateClusterSchedulerConfigCommand = /* @__PURE__ */ __name(async (input, context) => {
3236
+ const headers = sharedHeaders("CreateClusterSchedulerConfig");
3237
+ let body;
3238
+ body = JSON.stringify((0, import_smithy_client._json)(input));
3239
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3240
+ }, "se_CreateClusterSchedulerConfigCommand");
3167
3241
  var se_CreateCodeRepositoryCommand = /* @__PURE__ */ __name(async (input, context) => {
3168
3242
  const headers = sharedHeaders("CreateCodeRepository");
3169
3243
  let body;
@@ -3176,6 +3250,12 @@ var se_CreateCompilationJobCommand = /* @__PURE__ */ __name(async (input, contex
3176
3250
  body = JSON.stringify((0, import_smithy_client._json)(input));
3177
3251
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3178
3252
  }, "se_CreateCompilationJobCommand");
3253
+ var se_CreateComputeQuotaCommand = /* @__PURE__ */ __name(async (input, context) => {
3254
+ const headers = sharedHeaders("CreateComputeQuota");
3255
+ let body;
3256
+ body = JSON.stringify((0, import_smithy_client._json)(input));
3257
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3258
+ }, "se_CreateComputeQuotaCommand");
3179
3259
  var se_CreateContextCommand = /* @__PURE__ */ __name(async (input, context) => {
3180
3260
  const headers = sharedHeaders("CreateContext");
3181
3261
  let body;
@@ -3386,6 +3466,18 @@ var se_CreateOptimizationJobCommand = /* @__PURE__ */ __name(async (input, conte
3386
3466
  body = JSON.stringify((0, import_smithy_client._json)(input));
3387
3467
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3388
3468
  }, "se_CreateOptimizationJobCommand");
3469
+ var se_CreatePartnerAppCommand = /* @__PURE__ */ __name(async (input, context) => {
3470
+ const headers = sharedHeaders("CreatePartnerApp");
3471
+ let body;
3472
+ body = JSON.stringify(se_CreatePartnerAppRequest(input, context));
3473
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3474
+ }, "se_CreatePartnerAppCommand");
3475
+ var se_CreatePartnerAppPresignedUrlCommand = /* @__PURE__ */ __name(async (input, context) => {
3476
+ const headers = sharedHeaders("CreatePartnerAppPresignedUrl");
3477
+ let body;
3478
+ body = JSON.stringify((0, import_smithy_client._json)(input));
3479
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3480
+ }, "se_CreatePartnerAppPresignedUrlCommand");
3389
3481
  var se_CreatePipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
3390
3482
  const headers = sharedHeaders("CreatePipeline");
3391
3483
  let body;
@@ -3440,6 +3532,12 @@ var se_CreateTrainingJobCommand = /* @__PURE__ */ __name(async (input, context)
3440
3532
  body = JSON.stringify((0, import_smithy_client._json)(input));
3441
3533
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3442
3534
  }, "se_CreateTrainingJobCommand");
3535
+ var se_CreateTrainingPlanCommand = /* @__PURE__ */ __name(async (input, context) => {
3536
+ const headers = sharedHeaders("CreateTrainingPlan");
3537
+ let body;
3538
+ body = JSON.stringify((0, import_smithy_client._json)(input));
3539
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3540
+ }, "se_CreateTrainingPlanCommand");
3443
3541
  var se_CreateTransformJobCommand = /* @__PURE__ */ __name(async (input, context) => {
3444
3542
  const headers = sharedHeaders("CreateTransformJob");
3445
3543
  let body;
@@ -3518,6 +3616,12 @@ var se_DeleteClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
3518
3616
  body = JSON.stringify((0, import_smithy_client._json)(input));
3519
3617
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3520
3618
  }, "se_DeleteClusterCommand");
3619
+ var se_DeleteClusterSchedulerConfigCommand = /* @__PURE__ */ __name(async (input, context) => {
3620
+ const headers = sharedHeaders("DeleteClusterSchedulerConfig");
3621
+ let body;
3622
+ body = JSON.stringify((0, import_smithy_client._json)(input));
3623
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3624
+ }, "se_DeleteClusterSchedulerConfigCommand");
3521
3625
  var se_DeleteCodeRepositoryCommand = /* @__PURE__ */ __name(async (input, context) => {
3522
3626
  const headers = sharedHeaders("DeleteCodeRepository");
3523
3627
  let body;
@@ -3530,6 +3634,12 @@ var se_DeleteCompilationJobCommand = /* @__PURE__ */ __name(async (input, contex
3530
3634
  body = JSON.stringify((0, import_smithy_client._json)(input));
3531
3635
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3532
3636
  }, "se_DeleteCompilationJobCommand");
3637
+ var se_DeleteComputeQuotaCommand = /* @__PURE__ */ __name(async (input, context) => {
3638
+ const headers = sharedHeaders("DeleteComputeQuota");
3639
+ let body;
3640
+ body = JSON.stringify((0, import_smithy_client._json)(input));
3641
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3642
+ }, "se_DeleteComputeQuotaCommand");
3533
3643
  var se_DeleteContextCommand = /* @__PURE__ */ __name(async (input, context) => {
3534
3644
  const headers = sharedHeaders("DeleteContext");
3535
3645
  let body;
@@ -3728,6 +3838,12 @@ var se_DeleteOptimizationJobCommand = /* @__PURE__ */ __name(async (input, conte
3728
3838
  body = JSON.stringify((0, import_smithy_client._json)(input));
3729
3839
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3730
3840
  }, "se_DeleteOptimizationJobCommand");
3841
+ var se_DeletePartnerAppCommand = /* @__PURE__ */ __name(async (input, context) => {
3842
+ const headers = sharedHeaders("DeletePartnerApp");
3843
+ let body;
3844
+ body = JSON.stringify(se_DeletePartnerAppRequest(input, context));
3845
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3846
+ }, "se_DeletePartnerAppCommand");
3731
3847
  var se_DeletePipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
3732
3848
  const headers = sharedHeaders("DeletePipeline");
3733
3849
  let body;
@@ -3848,6 +3964,12 @@ var se_DescribeClusterNodeCommand = /* @__PURE__ */ __name(async (input, context
3848
3964
  body = JSON.stringify((0, import_smithy_client._json)(input));
3849
3965
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3850
3966
  }, "se_DescribeClusterNodeCommand");
3967
+ var se_DescribeClusterSchedulerConfigCommand = /* @__PURE__ */ __name(async (input, context) => {
3968
+ const headers = sharedHeaders("DescribeClusterSchedulerConfig");
3969
+ let body;
3970
+ body = JSON.stringify((0, import_smithy_client._json)(input));
3971
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3972
+ }, "se_DescribeClusterSchedulerConfigCommand");
3851
3973
  var se_DescribeCodeRepositoryCommand = /* @__PURE__ */ __name(async (input, context) => {
3852
3974
  const headers = sharedHeaders("DescribeCodeRepository");
3853
3975
  let body;
@@ -3860,6 +3982,12 @@ var se_DescribeCompilationJobCommand = /* @__PURE__ */ __name(async (input, cont
3860
3982
  body = JSON.stringify((0, import_smithy_client._json)(input));
3861
3983
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3862
3984
  }, "se_DescribeCompilationJobCommand");
3985
+ var se_DescribeComputeQuotaCommand = /* @__PURE__ */ __name(async (input, context) => {
3986
+ const headers = sharedHeaders("DescribeComputeQuota");
3987
+ let body;
3988
+ body = JSON.stringify((0, import_smithy_client._json)(input));
3989
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3990
+ }, "se_DescribeComputeQuotaCommand");
3863
3991
  var se_DescribeContextCommand = /* @__PURE__ */ __name(async (input, context) => {
3864
3992
  const headers = sharedHeaders("DescribeContext");
3865
3993
  let body;
@@ -4082,6 +4210,12 @@ var se_DescribeOptimizationJobCommand = /* @__PURE__ */ __name(async (input, con
4082
4210
  body = JSON.stringify((0, import_smithy_client._json)(input));
4083
4211
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4084
4212
  }, "se_DescribeOptimizationJobCommand");
4213
+ var se_DescribePartnerAppCommand = /* @__PURE__ */ __name(async (input, context) => {
4214
+ const headers = sharedHeaders("DescribePartnerApp");
4215
+ let body;
4216
+ body = JSON.stringify((0, import_smithy_client._json)(input));
4217
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
4218
+ }, "se_DescribePartnerAppCommand");
4085
4219
  var se_DescribePipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
4086
4220
  const headers = sharedHeaders("DescribePipeline");
4087
4221
  let body;
@@ -4136,6 +4270,12 @@ var se_DescribeTrainingJobCommand = /* @__PURE__ */ __name(async (input, context
4136
4270
  body = JSON.stringify((0, import_smithy_client._json)(input));
4137
4271
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4138
4272
  }, "se_DescribeTrainingJobCommand");
4273
+ var se_DescribeTrainingPlanCommand = /* @__PURE__ */ __name(async (input, context) => {
4274
+ const headers = sharedHeaders("DescribeTrainingPlan");
4275
+ let body;
4276
+ body = JSON.stringify((0, import_smithy_client._json)(input));
4277
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
4278
+ }, "se_DescribeTrainingPlanCommand");
4139
4279
  var se_DescribeTransformJobCommand = /* @__PURE__ */ __name(async (input, context) => {
4140
4280
  const headers = sharedHeaders("DescribeTransformJob");
4141
4281
  let body;
@@ -4298,6 +4438,12 @@ var se_ListClustersCommand = /* @__PURE__ */ __name(async (input, context) => {
4298
4438
  body = JSON.stringify(se_ListClustersRequest(input, context));
4299
4439
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4300
4440
  }, "se_ListClustersCommand");
4441
+ var se_ListClusterSchedulerConfigsCommand = /* @__PURE__ */ __name(async (input, context) => {
4442
+ const headers = sharedHeaders("ListClusterSchedulerConfigs");
4443
+ let body;
4444
+ body = JSON.stringify(se_ListClusterSchedulerConfigsRequest(input, context));
4445
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
4446
+ }, "se_ListClusterSchedulerConfigsCommand");
4301
4447
  var se_ListCodeRepositoriesCommand = /* @__PURE__ */ __name(async (input, context) => {
4302
4448
  const headers = sharedHeaders("ListCodeRepositories");
4303
4449
  let body;
@@ -4310,6 +4456,12 @@ var se_ListCompilationJobsCommand = /* @__PURE__ */ __name(async (input, context
4310
4456
  body = JSON.stringify(se_ListCompilationJobsRequest(input, context));
4311
4457
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4312
4458
  }, "se_ListCompilationJobsCommand");
4459
+ var se_ListComputeQuotasCommand = /* @__PURE__ */ __name(async (input, context) => {
4460
+ const headers = sharedHeaders("ListComputeQuotas");
4461
+ let body;
4462
+ body = JSON.stringify(se_ListComputeQuotasRequest(input, context));
4463
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
4464
+ }, "se_ListComputeQuotasCommand");
4313
4465
  var se_ListContextsCommand = /* @__PURE__ */ __name(async (input, context) => {
4314
4466
  const headers = sharedHeaders("ListContexts");
4315
4467
  let body;
@@ -4574,6 +4726,12 @@ var se_ListOptimizationJobsCommand = /* @__PURE__ */ __name(async (input, contex
4574
4726
  body = JSON.stringify(se_ListOptimizationJobsRequest(input, context));
4575
4727
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4576
4728
  }, "se_ListOptimizationJobsCommand");
4729
+ var se_ListPartnerAppsCommand = /* @__PURE__ */ __name(async (input, context) => {
4730
+ const headers = sharedHeaders("ListPartnerApps");
4731
+ let body;
4732
+ body = JSON.stringify((0, import_smithy_client._json)(input));
4733
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
4734
+ }, "se_ListPartnerAppsCommand");
4577
4735
  var se_ListPipelineExecutionsCommand = /* @__PURE__ */ __name(async (input, context) => {
4578
4736
  const headers = sharedHeaders("ListPipelineExecutions");
4579
4737
  let body;
@@ -4658,6 +4816,12 @@ var se_ListTrainingJobsForHyperParameterTuningJobCommand = /* @__PURE__ */ __nam
4658
4816
  body = JSON.stringify((0, import_smithy_client._json)(input));
4659
4817
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4660
4818
  }, "se_ListTrainingJobsForHyperParameterTuningJobCommand");
4819
+ var se_ListTrainingPlansCommand = /* @__PURE__ */ __name(async (input, context) => {
4820
+ const headers = sharedHeaders("ListTrainingPlans");
4821
+ let body;
4822
+ body = JSON.stringify(se_ListTrainingPlansRequest(input, context));
4823
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
4824
+ }, "se_ListTrainingPlansCommand");
4661
4825
  var se_ListTransformJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
4662
4826
  const headers = sharedHeaders("ListTransformJobs");
4663
4827
  let body;
@@ -4730,6 +4894,12 @@ var se_SearchCommand = /* @__PURE__ */ __name(async (input, context) => {
4730
4894
  body = JSON.stringify(se_SearchRequest(input, context));
4731
4895
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4732
4896
  }, "se_SearchCommand");
4897
+ var se_SearchTrainingPlanOfferingsCommand = /* @__PURE__ */ __name(async (input, context) => {
4898
+ const headers = sharedHeaders("SearchTrainingPlanOfferings");
4899
+ let body;
4900
+ body = JSON.stringify(se_SearchTrainingPlanOfferingsRequest(input, context));
4901
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
4902
+ }, "se_SearchTrainingPlanOfferingsCommand");
4733
4903
  var se_SendPipelineExecutionStepFailureCommand = /* @__PURE__ */ __name(async (input, context) => {
4734
4904
  const headers = sharedHeaders("SendPipelineExecutionStepFailure");
4735
4905
  let body;
@@ -4898,6 +5068,12 @@ var se_UpdateClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
4898
5068
  body = JSON.stringify((0, import_smithy_client._json)(input));
4899
5069
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4900
5070
  }, "se_UpdateClusterCommand");
5071
+ var se_UpdateClusterSchedulerConfigCommand = /* @__PURE__ */ __name(async (input, context) => {
5072
+ const headers = sharedHeaders("UpdateClusterSchedulerConfig");
5073
+ let body;
5074
+ body = JSON.stringify((0, import_smithy_client._json)(input));
5075
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
5076
+ }, "se_UpdateClusterSchedulerConfigCommand");
4901
5077
  var se_UpdateClusterSoftwareCommand = /* @__PURE__ */ __name(async (input, context) => {
4902
5078
  const headers = sharedHeaders("UpdateClusterSoftware");
4903
5079
  let body;
@@ -4910,6 +5086,12 @@ var se_UpdateCodeRepositoryCommand = /* @__PURE__ */ __name(async (input, contex
4910
5086
  body = JSON.stringify((0, import_smithy_client._json)(input));
4911
5087
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4912
5088
  }, "se_UpdateCodeRepositoryCommand");
5089
+ var se_UpdateComputeQuotaCommand = /* @__PURE__ */ __name(async (input, context) => {
5090
+ const headers = sharedHeaders("UpdateComputeQuota");
5091
+ let body;
5092
+ body = JSON.stringify((0, import_smithy_client._json)(input));
5093
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
5094
+ }, "se_UpdateComputeQuotaCommand");
4913
5095
  var se_UpdateContextCommand = /* @__PURE__ */ __name(async (input, context) => {
4914
5096
  const headers = sharedHeaders("UpdateContext");
4915
5097
  let body;
@@ -5042,6 +5224,12 @@ var se_UpdateNotebookInstanceLifecycleConfigCommand = /* @__PURE__ */ __name(asy
5042
5224
  body = JSON.stringify((0, import_smithy_client._json)(input));
5043
5225
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
5044
5226
  }, "se_UpdateNotebookInstanceLifecycleConfigCommand");
5227
+ var se_UpdatePartnerAppCommand = /* @__PURE__ */ __name(async (input, context) => {
5228
+ const headers = sharedHeaders("UpdatePartnerApp");
5229
+ let body;
5230
+ body = JSON.stringify(se_UpdatePartnerAppRequest(input, context));
5231
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
5232
+ }, "se_UpdatePartnerAppCommand");
5045
5233
  var se_UpdatePipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
5046
5234
  const headers = sharedHeaders("UpdatePipeline");
5047
5235
  let body;
@@ -5271,6 +5459,19 @@ var de_CreateClusterCommand = /* @__PURE__ */ __name(async (output, context) =>
5271
5459
  };
5272
5460
  return response;
5273
5461
  }, "de_CreateClusterCommand");
5462
+ var de_CreateClusterSchedulerConfigCommand = /* @__PURE__ */ __name(async (output, context) => {
5463
+ if (output.statusCode >= 300) {
5464
+ return de_CommandError(output, context);
5465
+ }
5466
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5467
+ let contents = {};
5468
+ contents = de_CreateClusterSchedulerConfigResponse(data, context);
5469
+ const response = {
5470
+ $metadata: deserializeMetadata(output),
5471
+ ...contents
5472
+ };
5473
+ return response;
5474
+ }, "de_CreateClusterSchedulerConfigCommand");
5274
5475
  var de_CreateCodeRepositoryCommand = /* @__PURE__ */ __name(async (output, context) => {
5275
5476
  if (output.statusCode >= 300) {
5276
5477
  return de_CommandError(output, context);
@@ -5297,6 +5498,19 @@ var de_CreateCompilationJobCommand = /* @__PURE__ */ __name(async (output, conte
5297
5498
  };
5298
5499
  return response;
5299
5500
  }, "de_CreateCompilationJobCommand");
5501
+ var de_CreateComputeQuotaCommand = /* @__PURE__ */ __name(async (output, context) => {
5502
+ if (output.statusCode >= 300) {
5503
+ return de_CommandError(output, context);
5504
+ }
5505
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5506
+ let contents = {};
5507
+ contents = de_CreateComputeQuotaResponse(data, context);
5508
+ const response = {
5509
+ $metadata: deserializeMetadata(output),
5510
+ ...contents
5511
+ };
5512
+ return response;
5513
+ }, "de_CreateComputeQuotaCommand");
5300
5514
  var de_CreateContextCommand = /* @__PURE__ */ __name(async (output, context) => {
5301
5515
  if (output.statusCode >= 300) {
5302
5516
  return de_CommandError(output, context);
@@ -5743,6 +5957,32 @@ var de_CreateOptimizationJobCommand = /* @__PURE__ */ __name(async (output, cont
5743
5957
  };
5744
5958
  return response;
5745
5959
  }, "de_CreateOptimizationJobCommand");
5960
+ var de_CreatePartnerAppCommand = /* @__PURE__ */ __name(async (output, context) => {
5961
+ if (output.statusCode >= 300) {
5962
+ return de_CommandError(output, context);
5963
+ }
5964
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5965
+ let contents = {};
5966
+ contents = de_CreatePartnerAppResponse(data, context);
5967
+ const response = {
5968
+ $metadata: deserializeMetadata(output),
5969
+ ...contents
5970
+ };
5971
+ return response;
5972
+ }, "de_CreatePartnerAppCommand");
5973
+ var de_CreatePartnerAppPresignedUrlCommand = /* @__PURE__ */ __name(async (output, context) => {
5974
+ if (output.statusCode >= 300) {
5975
+ return de_CommandError(output, context);
5976
+ }
5977
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5978
+ let contents = {};
5979
+ contents = de_CreatePartnerAppPresignedUrlResponse(data, context);
5980
+ const response = {
5981
+ $metadata: deserializeMetadata(output),
5982
+ ...contents
5983
+ };
5984
+ return response;
5985
+ }, "de_CreatePartnerAppPresignedUrlCommand");
5746
5986
  var de_CreatePipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
5747
5987
  if (output.statusCode >= 300) {
5748
5988
  return de_CommandError(output, context);
@@ -5860,6 +6100,19 @@ var de_CreateTrainingJobCommand = /* @__PURE__ */ __name(async (output, context)
5860
6100
  };
5861
6101
  return response;
5862
6102
  }, "de_CreateTrainingJobCommand");
6103
+ var de_CreateTrainingPlanCommand = /* @__PURE__ */ __name(async (output, context) => {
6104
+ if (output.statusCode >= 300) {
6105
+ return de_CommandError(output, context);
6106
+ }
6107
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6108
+ let contents = {};
6109
+ contents = de_CreateTrainingPlanResponse(data, context);
6110
+ const response = {
6111
+ $metadata: deserializeMetadata(output),
6112
+ ...contents
6113
+ };
6114
+ return response;
6115
+ }, "de_CreateTrainingPlanCommand");
5863
6116
  var de_CreateTransformJobCommand = /* @__PURE__ */ __name(async (output, context) => {
5864
6117
  if (output.statusCode >= 300) {
5865
6118
  return de_CommandError(output, context);
@@ -6020,6 +6273,16 @@ var de_DeleteClusterCommand = /* @__PURE__ */ __name(async (output, context) =>
6020
6273
  };
6021
6274
  return response;
6022
6275
  }, "de_DeleteClusterCommand");
6276
+ var de_DeleteClusterSchedulerConfigCommand = /* @__PURE__ */ __name(async (output, context) => {
6277
+ if (output.statusCode >= 300) {
6278
+ return de_CommandError(output, context);
6279
+ }
6280
+ await (0, import_smithy_client.collectBody)(output.body, context);
6281
+ const response = {
6282
+ $metadata: deserializeMetadata(output)
6283
+ };
6284
+ return response;
6285
+ }, "de_DeleteClusterSchedulerConfigCommand");
6023
6286
  var de_DeleteCodeRepositoryCommand = /* @__PURE__ */ __name(async (output, context) => {
6024
6287
  if (output.statusCode >= 300) {
6025
6288
  return de_CommandError(output, context);
@@ -6040,6 +6303,16 @@ var de_DeleteCompilationJobCommand = /* @__PURE__ */ __name(async (output, conte
6040
6303
  };
6041
6304
  return response;
6042
6305
  }, "de_DeleteCompilationJobCommand");
6306
+ var de_DeleteComputeQuotaCommand = /* @__PURE__ */ __name(async (output, context) => {
6307
+ if (output.statusCode >= 300) {
6308
+ return de_CommandError(output, context);
6309
+ }
6310
+ await (0, import_smithy_client.collectBody)(output.body, context);
6311
+ const response = {
6312
+ $metadata: deserializeMetadata(output)
6313
+ };
6314
+ return response;
6315
+ }, "de_DeleteComputeQuotaCommand");
6043
6316
  var de_DeleteContextCommand = /* @__PURE__ */ __name(async (output, context) => {
6044
6317
  if (output.statusCode >= 300) {
6045
6318
  return de_CommandError(output, context);
@@ -6394,6 +6667,19 @@ var de_DeleteOptimizationJobCommand = /* @__PURE__ */ __name(async (output, cont
6394
6667
  };
6395
6668
  return response;
6396
6669
  }, "de_DeleteOptimizationJobCommand");
6670
+ var de_DeletePartnerAppCommand = /* @__PURE__ */ __name(async (output, context) => {
6671
+ if (output.statusCode >= 300) {
6672
+ return de_CommandError(output, context);
6673
+ }
6674
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6675
+ let contents = {};
6676
+ contents = de_DeletePartnerAppResponse(data, context);
6677
+ const response = {
6678
+ $metadata: deserializeMetadata(output),
6679
+ ...contents
6680
+ };
6681
+ return response;
6682
+ }, "de_DeletePartnerAppCommand");
6397
6683
  var de_DeletePipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
6398
6684
  if (output.statusCode >= 300) {
6399
6685
  return de_CommandError(output, context);
@@ -6639,6 +6925,19 @@ var de_DescribeClusterNodeCommand = /* @__PURE__ */ __name(async (output, contex
6639
6925
  };
6640
6926
  return response;
6641
6927
  }, "de_DescribeClusterNodeCommand");
6928
+ var de_DescribeClusterSchedulerConfigCommand = /* @__PURE__ */ __name(async (output, context) => {
6929
+ if (output.statusCode >= 300) {
6930
+ return de_CommandError(output, context);
6931
+ }
6932
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6933
+ let contents = {};
6934
+ contents = de_DescribeClusterSchedulerConfigResponse(data, context);
6935
+ const response = {
6936
+ $metadata: deserializeMetadata(output),
6937
+ ...contents
6938
+ };
6939
+ return response;
6940
+ }, "de_DescribeClusterSchedulerConfigCommand");
6642
6941
  var de_DescribeCodeRepositoryCommand = /* @__PURE__ */ __name(async (output, context) => {
6643
6942
  if (output.statusCode >= 300) {
6644
6943
  return de_CommandError(output, context);
@@ -6665,6 +6964,19 @@ var de_DescribeCompilationJobCommand = /* @__PURE__ */ __name(async (output, con
6665
6964
  };
6666
6965
  return response;
6667
6966
  }, "de_DescribeCompilationJobCommand");
6967
+ var de_DescribeComputeQuotaCommand = /* @__PURE__ */ __name(async (output, context) => {
6968
+ if (output.statusCode >= 300) {
6969
+ return de_CommandError(output, context);
6970
+ }
6971
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6972
+ let contents = {};
6973
+ contents = de_DescribeComputeQuotaResponse(data, context);
6974
+ const response = {
6975
+ $metadata: deserializeMetadata(output),
6976
+ ...contents
6977
+ };
6978
+ return response;
6979
+ }, "de_DescribeComputeQuotaCommand");
6668
6980
  var de_DescribeContextCommand = /* @__PURE__ */ __name(async (output, context) => {
6669
6981
  if (output.statusCode >= 300) {
6670
6982
  return de_CommandError(output, context);
@@ -7146,6 +7458,19 @@ var de_DescribeOptimizationJobCommand = /* @__PURE__ */ __name(async (output, co
7146
7458
  };
7147
7459
  return response;
7148
7460
  }, "de_DescribeOptimizationJobCommand");
7461
+ var de_DescribePartnerAppCommand = /* @__PURE__ */ __name(async (output, context) => {
7462
+ if (output.statusCode >= 300) {
7463
+ return de_CommandError(output, context);
7464
+ }
7465
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
7466
+ let contents = {};
7467
+ contents = de_DescribePartnerAppResponse(data, context);
7468
+ const response = {
7469
+ $metadata: deserializeMetadata(output),
7470
+ ...contents
7471
+ };
7472
+ return response;
7473
+ }, "de_DescribePartnerAppCommand");
7149
7474
  var de_DescribePipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
7150
7475
  if (output.statusCode >= 300) {
7151
7476
  return de_CommandError(output, context);
@@ -7263,6 +7588,19 @@ var de_DescribeTrainingJobCommand = /* @__PURE__ */ __name(async (output, contex
7263
7588
  };
7264
7589
  return response;
7265
7590
  }, "de_DescribeTrainingJobCommand");
7591
+ var de_DescribeTrainingPlanCommand = /* @__PURE__ */ __name(async (output, context) => {
7592
+ if (output.statusCode >= 300) {
7593
+ return de_CommandError(output, context);
7594
+ }
7595
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
7596
+ let contents = {};
7597
+ contents = de_DescribeTrainingPlanResponse(data, context);
7598
+ const response = {
7599
+ $metadata: deserializeMetadata(output),
7600
+ ...contents
7601
+ };
7602
+ return response;
7603
+ }, "de_DescribeTrainingPlanCommand");
7266
7604
  var de_DescribeTransformJobCommand = /* @__PURE__ */ __name(async (output, context) => {
7267
7605
  if (output.statusCode >= 300) {
7268
7606
  return de_CommandError(output, context);
@@ -7614,6 +7952,19 @@ var de_ListClustersCommand = /* @__PURE__ */ __name(async (output, context) => {
7614
7952
  };
7615
7953
  return response;
7616
7954
  }, "de_ListClustersCommand");
7955
+ var de_ListClusterSchedulerConfigsCommand = /* @__PURE__ */ __name(async (output, context) => {
7956
+ if (output.statusCode >= 300) {
7957
+ return de_CommandError(output, context);
7958
+ }
7959
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
7960
+ let contents = {};
7961
+ contents = de_ListClusterSchedulerConfigsResponse(data, context);
7962
+ const response = {
7963
+ $metadata: deserializeMetadata(output),
7964
+ ...contents
7965
+ };
7966
+ return response;
7967
+ }, "de_ListClusterSchedulerConfigsCommand");
7617
7968
  var de_ListCodeRepositoriesCommand = /* @__PURE__ */ __name(async (output, context) => {
7618
7969
  if (output.statusCode >= 300) {
7619
7970
  return de_CommandError(output, context);
@@ -7640,6 +7991,19 @@ var de_ListCompilationJobsCommand = /* @__PURE__ */ __name(async (output, contex
7640
7991
  };
7641
7992
  return response;
7642
7993
  }, "de_ListCompilationJobsCommand");
7994
+ var de_ListComputeQuotasCommand = /* @__PURE__ */ __name(async (output, context) => {
7995
+ if (output.statusCode >= 300) {
7996
+ return de_CommandError(output, context);
7997
+ }
7998
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
7999
+ let contents = {};
8000
+ contents = de_ListComputeQuotasResponse(data, context);
8001
+ const response = {
8002
+ $metadata: deserializeMetadata(output),
8003
+ ...contents
8004
+ };
8005
+ return response;
8006
+ }, "de_ListComputeQuotasCommand");
7643
8007
  var de_ListContextsCommand = /* @__PURE__ */ __name(async (output, context) => {
7644
8008
  if (output.statusCode >= 300) {
7645
8009
  return de_CommandError(output, context);
@@ -8212,6 +8576,19 @@ var de_ListOptimizationJobsCommand = /* @__PURE__ */ __name(async (output, conte
8212
8576
  };
8213
8577
  return response;
8214
8578
  }, "de_ListOptimizationJobsCommand");
8579
+ var de_ListPartnerAppsCommand = /* @__PURE__ */ __name(async (output, context) => {
8580
+ if (output.statusCode >= 300) {
8581
+ return de_CommandError(output, context);
8582
+ }
8583
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
8584
+ let contents = {};
8585
+ contents = de_ListPartnerAppsResponse(data, context);
8586
+ const response = {
8587
+ $metadata: deserializeMetadata(output),
8588
+ ...contents
8589
+ };
8590
+ return response;
8591
+ }, "de_ListPartnerAppsCommand");
8215
8592
  var de_ListPipelineExecutionsCommand = /* @__PURE__ */ __name(async (output, context) => {
8216
8593
  if (output.statusCode >= 300) {
8217
8594
  return de_CommandError(output, context);
@@ -8394,6 +8771,19 @@ var de_ListTrainingJobsForHyperParameterTuningJobCommand = /* @__PURE__ */ __nam
8394
8771
  };
8395
8772
  return response;
8396
8773
  }, "de_ListTrainingJobsForHyperParameterTuningJobCommand");
8774
+ var de_ListTrainingPlansCommand = /* @__PURE__ */ __name(async (output, context) => {
8775
+ if (output.statusCode >= 300) {
8776
+ return de_CommandError(output, context);
8777
+ }
8778
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
8779
+ let contents = {};
8780
+ contents = de_ListTrainingPlansResponse(data, context);
8781
+ const response = {
8782
+ $metadata: deserializeMetadata(output),
8783
+ ...contents
8784
+ };
8785
+ return response;
8786
+ }, "de_ListTrainingPlansCommand");
8397
8787
  var de_ListTransformJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
8398
8788
  if (output.statusCode >= 300) {
8399
8789
  return de_CommandError(output, context);
@@ -8547,6 +8937,19 @@ var de_SearchCommand = /* @__PURE__ */ __name(async (output, context) => {
8547
8937
  };
8548
8938
  return response;
8549
8939
  }, "de_SearchCommand");
8940
+ var de_SearchTrainingPlanOfferingsCommand = /* @__PURE__ */ __name(async (output, context) => {
8941
+ if (output.statusCode >= 300) {
8942
+ return de_CommandError(output, context);
8943
+ }
8944
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
8945
+ let contents = {};
8946
+ contents = de_SearchTrainingPlanOfferingsResponse(data, context);
8947
+ const response = {
8948
+ $metadata: deserializeMetadata(output),
8949
+ ...contents
8950
+ };
8951
+ return response;
8952
+ }, "de_SearchTrainingPlanOfferingsCommand");
8550
8953
  var de_SendPipelineExecutionStepFailureCommand = /* @__PURE__ */ __name(async (output, context) => {
8551
8954
  if (output.statusCode >= 300) {
8552
8955
  return de_CommandError(output, context);
@@ -8863,6 +9266,19 @@ var de_UpdateClusterCommand = /* @__PURE__ */ __name(async (output, context) =>
8863
9266
  };
8864
9267
  return response;
8865
9268
  }, "de_UpdateClusterCommand");
9269
+ var de_UpdateClusterSchedulerConfigCommand = /* @__PURE__ */ __name(async (output, context) => {
9270
+ if (output.statusCode >= 300) {
9271
+ return de_CommandError(output, context);
9272
+ }
9273
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
9274
+ let contents = {};
9275
+ contents = de_UpdateClusterSchedulerConfigResponse(data, context);
9276
+ const response = {
9277
+ $metadata: deserializeMetadata(output),
9278
+ ...contents
9279
+ };
9280
+ return response;
9281
+ }, "de_UpdateClusterSchedulerConfigCommand");
8866
9282
  var de_UpdateClusterSoftwareCommand = /* @__PURE__ */ __name(async (output, context) => {
8867
9283
  if (output.statusCode >= 300) {
8868
9284
  return de_CommandError(output, context);
@@ -8889,6 +9305,19 @@ var de_UpdateCodeRepositoryCommand = /* @__PURE__ */ __name(async (output, conte
8889
9305
  };
8890
9306
  return response;
8891
9307
  }, "de_UpdateCodeRepositoryCommand");
9308
+ var de_UpdateComputeQuotaCommand = /* @__PURE__ */ __name(async (output, context) => {
9309
+ if (output.statusCode >= 300) {
9310
+ return de_CommandError(output, context);
9311
+ }
9312
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
9313
+ let contents = {};
9314
+ contents = de_UpdateComputeQuotaResponse(data, context);
9315
+ const response = {
9316
+ $metadata: deserializeMetadata(output),
9317
+ ...contents
9318
+ };
9319
+ return response;
9320
+ }, "de_UpdateComputeQuotaCommand");
8892
9321
  var de_UpdateContextCommand = /* @__PURE__ */ __name(async (output, context) => {
8893
9322
  if (output.statusCode >= 300) {
8894
9323
  return de_CommandError(output, context);
@@ -9166,6 +9595,19 @@ var de_UpdateNotebookInstanceLifecycleConfigCommand = /* @__PURE__ */ __name(asy
9166
9595
  };
9167
9596
  return response;
9168
9597
  }, "de_UpdateNotebookInstanceLifecycleConfigCommand");
9598
+ var de_UpdatePartnerAppCommand = /* @__PURE__ */ __name(async (output, context) => {
9599
+ if (output.statusCode >= 300) {
9600
+ return de_CommandError(output, context);
9601
+ }
9602
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
9603
+ let contents = {};
9604
+ contents = de_UpdatePartnerAppResponse(data, context);
9605
+ const response = {
9606
+ $metadata: deserializeMetadata(output),
9607
+ ...contents
9608
+ };
9609
+ return response;
9610
+ }, "de_UpdatePartnerAppCommand");
9169
9611
  var de_UpdatePipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
9170
9612
  if (output.statusCode >= 300) {
9171
9613
  return de_CommandError(output, context);
@@ -9586,6 +10028,20 @@ var se_CreateMonitoringScheduleRequest = /* @__PURE__ */ __name((input, context)
9586
10028
  Tags: import_smithy_client._json
9587
10029
  });
9588
10030
  }, "se_CreateMonitoringScheduleRequest");
10031
+ var se_CreatePartnerAppRequest = /* @__PURE__ */ __name((input, context) => {
10032
+ return (0, import_smithy_client.take)(input, {
10033
+ ApplicationConfig: import_smithy_client._json,
10034
+ AuthType: [],
10035
+ ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
10036
+ EnableIamSessionBasedIdentity: [],
10037
+ ExecutionRoleArn: [],
10038
+ MaintenanceConfig: import_smithy_client._json,
10039
+ Name: [],
10040
+ Tags: import_smithy_client._json,
10041
+ Tier: [],
10042
+ Type: []
10043
+ });
10044
+ }, "se_CreatePartnerAppRequest");
9589
10045
  var se_CreatePipelineRequest = /* @__PURE__ */ __name((input, context) => {
9590
10046
  return (0, import_smithy_client.take)(input, {
9591
10047
  ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
@@ -9619,6 +10075,12 @@ var se_DataQualityJobInput = /* @__PURE__ */ __name((input, context) => {
9619
10075
  EndpointInput: (_) => se_EndpointInput(_, context)
9620
10076
  });
9621
10077
  }, "se_DataQualityJobInput");
10078
+ var se_DeletePartnerAppRequest = /* @__PURE__ */ __name((input, context) => {
10079
+ return (0, import_smithy_client.take)(input, {
10080
+ Arn: [],
10081
+ ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
10082
+ });
10083
+ }, "se_DeletePartnerAppRequest");
9622
10084
  var se_DeletePipelineRequest = /* @__PURE__ */ __name((input, context) => {
9623
10085
  return (0, import_smithy_client.take)(input, {
9624
10086
  ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
@@ -9685,6 +10147,7 @@ var se_InferenceComponentComputeResourceRequirements = /* @__PURE__ */ __name((i
9685
10147
  }, "se_InferenceComponentComputeResourceRequirements");
9686
10148
  var se_InferenceComponentSpecification = /* @__PURE__ */ __name((input, context) => {
9687
10149
  return (0, import_smithy_client.take)(input, {
10150
+ BaseInferenceComponentName: [],
9688
10151
  ComputeResourceRequirements: (_) => se_InferenceComponentComputeResourceRequirements(_, context),
9689
10152
  Container: import_smithy_client._json,
9690
10153
  ModelName: [],
@@ -9786,6 +10249,19 @@ var se_ListClusterNodesRequest = /* @__PURE__ */ __name((input, context) => {
9786
10249
  SortOrder: []
9787
10250
  });
9788
10251
  }, "se_ListClusterNodesRequest");
10252
+ var se_ListClusterSchedulerConfigsRequest = /* @__PURE__ */ __name((input, context) => {
10253
+ return (0, import_smithy_client.take)(input, {
10254
+ ClusterArn: [],
10255
+ CreatedAfter: (_) => _.getTime() / 1e3,
10256
+ CreatedBefore: (_) => _.getTime() / 1e3,
10257
+ MaxResults: [],
10258
+ NameContains: [],
10259
+ NextToken: [],
10260
+ SortBy: [],
10261
+ SortOrder: [],
10262
+ Status: []
10263
+ });
10264
+ }, "se_ListClusterSchedulerConfigsRequest");
9789
10265
  var se_ListClustersRequest = /* @__PURE__ */ __name((input, context) => {
9790
10266
  return (0, import_smithy_client.take)(input, {
9791
10267
  CreationTimeAfter: (_) => _.getTime() / 1e3,
@@ -9794,7 +10270,8 @@ var se_ListClustersRequest = /* @__PURE__ */ __name((input, context) => {
9794
10270
  NameContains: [],
9795
10271
  NextToken: [],
9796
10272
  SortBy: [],
9797
- SortOrder: []
10273
+ SortOrder: [],
10274
+ TrainingPlanArn: []
9798
10275
  });
9799
10276
  }, "se_ListClustersRequest");
9800
10277
  var se_ListCodeRepositoriesInput = /* @__PURE__ */ __name((input, context) => {
@@ -9824,6 +10301,19 @@ var se_ListCompilationJobsRequest = /* @__PURE__ */ __name((input, context) => {
9824
10301
  StatusEquals: []
9825
10302
  });
9826
10303
  }, "se_ListCompilationJobsRequest");
10304
+ var se_ListComputeQuotasRequest = /* @__PURE__ */ __name((input, context) => {
10305
+ return (0, import_smithy_client.take)(input, {
10306
+ ClusterArn: [],
10307
+ CreatedAfter: (_) => _.getTime() / 1e3,
10308
+ CreatedBefore: (_) => _.getTime() / 1e3,
10309
+ MaxResults: [],
10310
+ NameContains: [],
10311
+ NextToken: [],
10312
+ SortBy: [],
10313
+ SortOrder: [],
10314
+ Status: []
10315
+ });
10316
+ }, "se_ListComputeQuotasRequest");
9827
10317
  var se_ListContextsRequest = /* @__PURE__ */ __name((input, context) => {
9828
10318
  return (0, import_smithy_client.take)(input, {
9829
10319
  ContextType: [],
@@ -10431,9 +10921,21 @@ var se_ListTrainingJobsRequest = /* @__PURE__ */ __name((input, context) => {
10431
10921
  SortBy: [],
10432
10922
  SortOrder: [],
10433
10923
  StatusEquals: [],
10924
+ TrainingPlanArnEquals: [],
10434
10925
  WarmPoolStatusEquals: []
10435
10926
  });
10436
10927
  }, "se_ListTrainingJobsRequest");
10928
+ var se_ListTrainingPlansRequest = /* @__PURE__ */ __name((input, context) => {
10929
+ return (0, import_smithy_client.take)(input, {
10930
+ Filters: import_smithy_client._json,
10931
+ MaxResults: [],
10932
+ NextToken: [],
10933
+ SortBy: [],
10934
+ SortOrder: [],
10935
+ StartTimeAfter: (_) => _.getTime() / 1e3,
10936
+ StartTimeBefore: (_) => _.getTime() / 1e3
10937
+ });
10938
+ }, "se_ListTrainingPlansRequest");
10437
10939
  var se_ListTransformJobsRequest = /* @__PURE__ */ __name((input, context) => {
10438
10940
  return (0, import_smithy_client.take)(input, {
10439
10941
  CreationTimeAfter: (_) => _.getTime() / 1e3,
@@ -10603,6 +11105,16 @@ var se_SearchRequest = /* @__PURE__ */ __name((input, context) => {
10603
11105
  VisibilityConditions: import_smithy_client._json
10604
11106
  });
10605
11107
  }, "se_SearchRequest");
11108
+ var se_SearchTrainingPlanOfferingsRequest = /* @__PURE__ */ __name((input, context) => {
11109
+ return (0, import_smithy_client.take)(input, {
11110
+ DurationHours: [],
11111
+ EndTimeBefore: (_) => _.getTime() / 1e3,
11112
+ InstanceCount: [],
11113
+ InstanceType: [],
11114
+ StartTimeAfter: (_) => _.getTime() / 1e3,
11115
+ TargetResources: import_smithy_client._json
11116
+ });
11117
+ }, "se_SearchTrainingPlanOfferingsRequest");
10606
11118
  var se_SendPipelineExecutionStepFailureRequest = /* @__PURE__ */ __name((input, context) => {
10607
11119
  return (0, import_smithy_client.take)(input, {
10608
11120
  CallbackToken: [],
@@ -10686,6 +11198,17 @@ var se_UpdateMonitoringScheduleRequest = /* @__PURE__ */ __name((input, context)
10686
11198
  MonitoringScheduleName: []
10687
11199
  });
10688
11200
  }, "se_UpdateMonitoringScheduleRequest");
11201
+ var se_UpdatePartnerAppRequest = /* @__PURE__ */ __name((input, context) => {
11202
+ return (0, import_smithy_client.take)(input, {
11203
+ ApplicationConfig: import_smithy_client._json,
11204
+ Arn: [],
11205
+ ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
11206
+ EnableIamSessionBasedIdentity: [],
11207
+ MaintenanceConfig: import_smithy_client._json,
11208
+ Tags: import_smithy_client._json,
11209
+ Tier: []
11210
+ });
11211
+ }, "se_UpdatePartnerAppRequest");
10689
11212
  var se_UpdateTrialComponentRequest = /* @__PURE__ */ __name((input, context) => {
10690
11213
  return (0, import_smithy_client.take)(input, {
10691
11214
  DisplayName: [],
@@ -11666,8 +12189,12 @@ var de_ClusterInstanceGroupDetails = /* @__PURE__ */ __name((output, context) =>
11666
12189
  InstanceType: import_smithy_client.expectString,
11667
12190
  LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
11668
12191
  OnStartDeepHealthChecks: (_) => de_OnStartDeepHealthChecks(_, context),
12192
+ OverrideVpcConfig: (_) => de_VpcConfig(_, context),
12193
+ Status: import_smithy_client.expectString,
11669
12194
  TargetCount: import_smithy_client.expectInt32,
11670
- ThreadsPerCore: import_smithy_client.expectInt32
12195
+ ThreadsPerCore: import_smithy_client.expectInt32,
12196
+ TrainingPlanArn: import_smithy_client.expectString,
12197
+ TrainingPlanStatus: import_smithy_client.expectString
11671
12198
  });
11672
12199
  }, "de_ClusterInstanceGroupDetails");
11673
12200
  var de_ClusterInstanceGroupDetailsList = /* @__PURE__ */ __name((output, context) => {
@@ -11717,6 +12244,7 @@ var de_ClusterNodeDetails = /* @__PURE__ */ __name((output, context) => {
11717
12244
  InstanceType: import_smithy_client.expectString,
11718
12245
  LaunchTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
11719
12246
  LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
12247
+ OverrideVpcConfig: (_) => de_VpcConfig(_, context),
11720
12248
  Placement: (_) => de_ClusterInstancePlacement(_, context),
11721
12249
  PrivateDnsHostname: import_smithy_client.expectString,
11722
12250
  PrivatePrimaryIp: import_smithy_client.expectString,
@@ -11754,6 +12282,24 @@ var de_ClusterOrchestratorEksConfig = /* @__PURE__ */ __name((output, context) =
11754
12282
  ClusterArn: import_smithy_client.expectString
11755
12283
  });
11756
12284
  }, "de_ClusterOrchestratorEksConfig");
12285
+ var de_ClusterSchedulerConfigSummary = /* @__PURE__ */ __name((output, context) => {
12286
+ return (0, import_smithy_client.take)(output, {
12287
+ ClusterArn: import_smithy_client.expectString,
12288
+ ClusterSchedulerConfigArn: import_smithy_client.expectString,
12289
+ ClusterSchedulerConfigId: import_smithy_client.expectString,
12290
+ ClusterSchedulerConfigVersion: import_smithy_client.expectInt32,
12291
+ CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
12292
+ LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
12293
+ Name: import_smithy_client.expectString,
12294
+ Status: import_smithy_client.expectString
12295
+ });
12296
+ }, "de_ClusterSchedulerConfigSummary");
12297
+ var de_ClusterSchedulerConfigSummaryList = /* @__PURE__ */ __name((output, context) => {
12298
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
12299
+ return de_ClusterSchedulerConfigSummary(entry, context);
12300
+ });
12301
+ return retVal;
12302
+ }, "de_ClusterSchedulerConfigSummaryList");
11757
12303
  var de_ClusterSummaries = /* @__PURE__ */ __name((output, context) => {
11758
12304
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
11759
12305
  return de_ClusterSummary(entry, context);
@@ -11765,7 +12311,8 @@ var de_ClusterSummary = /* @__PURE__ */ __name((output, context) => {
11765
12311
  ClusterArn: import_smithy_client.expectString,
11766
12312
  ClusterName: import_smithy_client.expectString,
11767
12313
  ClusterStatus: import_smithy_client.expectString,
11768
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
12314
+ CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
12315
+ TrainingPlanArns: (_) => de_TrainingPlanArns(_, context)
11769
12316
  });
11770
12317
  }, "de_ClusterSummary");
11771
12318
  var de_CodeEditorAppImageConfig = /* @__PURE__ */ __name((output, context) => {
@@ -11878,6 +12425,52 @@ var de_CompressionTypes = /* @__PURE__ */ __name((output, context) => {
11878
12425
  });
11879
12426
  return retVal;
11880
12427
  }, "de_CompressionTypes");
12428
+ var de_ComputeQuotaConfig = /* @__PURE__ */ __name((output, context) => {
12429
+ return (0, import_smithy_client.take)(output, {
12430
+ ComputeQuotaResources: (_) => de_ComputeQuotaResourceConfigList(_, context),
12431
+ PreemptTeamTasks: import_smithy_client.expectString,
12432
+ ResourceSharingConfig: (_) => de_ResourceSharingConfig(_, context)
12433
+ });
12434
+ }, "de_ComputeQuotaConfig");
12435
+ var de_ComputeQuotaResourceConfig = /* @__PURE__ */ __name((output, context) => {
12436
+ return (0, import_smithy_client.take)(output, {
12437
+ Count: import_smithy_client.expectInt32,
12438
+ InstanceType: import_smithy_client.expectString
12439
+ });
12440
+ }, "de_ComputeQuotaResourceConfig");
12441
+ var de_ComputeQuotaResourceConfigList = /* @__PURE__ */ __name((output, context) => {
12442
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
12443
+ return de_ComputeQuotaResourceConfig(entry, context);
12444
+ });
12445
+ return retVal;
12446
+ }, "de_ComputeQuotaResourceConfigList");
12447
+ var de_ComputeQuotaSummary = /* @__PURE__ */ __name((output, context) => {
12448
+ return (0, import_smithy_client.take)(output, {
12449
+ ActivationState: import_smithy_client.expectString,
12450
+ ClusterArn: import_smithy_client.expectString,
12451
+ ComputeQuotaArn: import_smithy_client.expectString,
12452
+ ComputeQuotaConfig: (_) => de_ComputeQuotaConfig(_, context),
12453
+ ComputeQuotaId: import_smithy_client.expectString,
12454
+ ComputeQuotaTarget: (_) => de_ComputeQuotaTarget(_, context),
12455
+ ComputeQuotaVersion: import_smithy_client.expectInt32,
12456
+ CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
12457
+ LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
12458
+ Name: import_smithy_client.expectString,
12459
+ Status: import_smithy_client.expectString
12460
+ });
12461
+ }, "de_ComputeQuotaSummary");
12462
+ var de_ComputeQuotaSummaryList = /* @__PURE__ */ __name((output, context) => {
12463
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
12464
+ return de_ComputeQuotaSummary(entry, context);
12465
+ });
12466
+ return retVal;
12467
+ }, "de_ComputeQuotaSummaryList");
12468
+ var de_ComputeQuotaTarget = /* @__PURE__ */ __name((output, context) => {
12469
+ return (0, import_smithy_client.take)(output, {
12470
+ FairShareWeight: import_smithy_client.expectInt32,
12471
+ TeamName: import_smithy_client.expectString
12472
+ });
12473
+ }, "de_ComputeQuotaTarget");
11881
12474
  var de_ConditionStepMetadata = /* @__PURE__ */ __name((output, context) => {
11882
12475
  return (0, import_smithy_client.take)(output, {
11883
12476
  Outcome: import_smithy_client.expectString
@@ -12023,6 +12616,12 @@ var de_CreateClusterResponse = /* @__PURE__ */ __name((output, context) => {
12023
12616
  ClusterArn: import_smithy_client.expectString
12024
12617
  });
12025
12618
  }, "de_CreateClusterResponse");
12619
+ var de_CreateClusterSchedulerConfigResponse = /* @__PURE__ */ __name((output, context) => {
12620
+ return (0, import_smithy_client.take)(output, {
12621
+ ClusterSchedulerConfigArn: import_smithy_client.expectString,
12622
+ ClusterSchedulerConfigId: import_smithy_client.expectString
12623
+ });
12624
+ }, "de_CreateClusterSchedulerConfigResponse");
12026
12625
  var de_CreateCodeRepositoryOutput = /* @__PURE__ */ __name((output, context) => {
12027
12626
  return (0, import_smithy_client.take)(output, {
12028
12627
  CodeRepositoryArn: import_smithy_client.expectString
@@ -12033,6 +12632,12 @@ var de_CreateCompilationJobResponse = /* @__PURE__ */ __name((output, context) =
12033
12632
  CompilationJobArn: import_smithy_client.expectString
12034
12633
  });
12035
12634
  }, "de_CreateCompilationJobResponse");
12635
+ var de_CreateComputeQuotaResponse = /* @__PURE__ */ __name((output, context) => {
12636
+ return (0, import_smithy_client.take)(output, {
12637
+ ComputeQuotaArn: import_smithy_client.expectString,
12638
+ ComputeQuotaId: import_smithy_client.expectString
12639
+ });
12640
+ }, "de_CreateComputeQuotaResponse");
12036
12641
  var de_CreateContextResponse = /* @__PURE__ */ __name((output, context) => {
12037
12642
  return (0, import_smithy_client.take)(output, {
12038
12643
  ContextArn: import_smithy_client.expectString
@@ -12195,6 +12800,16 @@ var de_CreateOptimizationJobResponse = /* @__PURE__ */ __name((output, context)
12195
12800
  OptimizationJobArn: import_smithy_client.expectString
12196
12801
  });
12197
12802
  }, "de_CreateOptimizationJobResponse");
12803
+ var de_CreatePartnerAppPresignedUrlResponse = /* @__PURE__ */ __name((output, context) => {
12804
+ return (0, import_smithy_client.take)(output, {
12805
+ Url: import_smithy_client.expectString
12806
+ });
12807
+ }, "de_CreatePartnerAppPresignedUrlResponse");
12808
+ var de_CreatePartnerAppResponse = /* @__PURE__ */ __name((output, context) => {
12809
+ return (0, import_smithy_client.take)(output, {
12810
+ Arn: import_smithy_client.expectString
12811
+ });
12812
+ }, "de_CreatePartnerAppResponse");
12198
12813
  var de_CreatePipelineResponse = /* @__PURE__ */ __name((output, context) => {
12199
12814
  return (0, import_smithy_client.take)(output, {
12200
12815
  PipelineArn: import_smithy_client.expectString
@@ -12241,6 +12856,11 @@ var de_CreateTrainingJobResponse = /* @__PURE__ */ __name((output, context) => {
12241
12856
  TrainingJobArn: import_smithy_client.expectString
12242
12857
  });
12243
12858
  }, "de_CreateTrainingJobResponse");
12859
+ var de_CreateTrainingPlanResponse = /* @__PURE__ */ __name((output, context) => {
12860
+ return (0, import_smithy_client.take)(output, {
12861
+ TrainingPlanArn: import_smithy_client.expectString
12862
+ });
12863
+ }, "de_CreateTrainingPlanResponse");
12244
12864
  var de_CreateTransformJobResponse = /* @__PURE__ */ __name((output, context) => {
12245
12865
  return (0, import_smithy_client.take)(output, {
12246
12866
  TransformJobArn: import_smithy_client.expectString
@@ -12292,6 +12912,11 @@ var de_CustomFileSystem = /* @__PURE__ */ __name((output, context) => {
12292
12912
  EFSFileSystem: de_EFSFileSystem(output.EFSFileSystem, context)
12293
12913
  };
12294
12914
  }
12915
+ if (output.FSxLustreFileSystem != null) {
12916
+ return {
12917
+ FSxLustreFileSystem: de_FSxLustreFileSystem(output.FSxLustreFileSystem, context)
12918
+ };
12919
+ }
12295
12920
  return { $unknown: Object.entries(output)[0] };
12296
12921
  }, "de_CustomFileSystem");
12297
12922
  var de_CustomFileSystemConfig = /* @__PURE__ */ __name((output, context) => {
@@ -12300,6 +12925,11 @@ var de_CustomFileSystemConfig = /* @__PURE__ */ __name((output, context) => {
12300
12925
  EFSFileSystemConfig: de_EFSFileSystemConfig(output.EFSFileSystemConfig, context)
12301
12926
  };
12302
12927
  }
12928
+ if (output.FSxLustreFileSystemConfig != null) {
12929
+ return {
12930
+ FSxLustreFileSystemConfig: de_FSxLustreFileSystemConfig(output.FSxLustreFileSystemConfig, context)
12931
+ };
12932
+ }
12303
12933
  return { $unknown: Object.entries(output)[0] };
12304
12934
  }, "de_CustomFileSystemConfig");
12305
12935
  var de_CustomFileSystemConfigs = /* @__PURE__ */ __name((output, context) => {
@@ -12548,6 +13178,11 @@ var de_DeleteMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, cont
12548
13178
  TrackingServerArn: import_smithy_client.expectString
12549
13179
  });
12550
13180
  }, "de_DeleteMlflowTrackingServerResponse");
13181
+ var de_DeletePartnerAppResponse = /* @__PURE__ */ __name((output, context) => {
13182
+ return (0, import_smithy_client.take)(output, {
13183
+ Arn: import_smithy_client.expectString
13184
+ });
13185
+ }, "de_DeletePartnerAppResponse");
12551
13186
  var de_DeletePipelineResponse = /* @__PURE__ */ __name((output, context) => {
12552
13187
  return (0, import_smithy_client.take)(output, {
12553
13188
  PipelineArn: import_smithy_client.expectString
@@ -12764,7 +13399,24 @@ var de_DescribeClusterResponse = /* @__PURE__ */ __name((output, context) => {
12764
13399
  VpcConfig: (_) => de_VpcConfig(_, context)
12765
13400
  });
12766
13401
  }, "de_DescribeClusterResponse");
12767
- var de_DescribeCodeRepositoryOutput = /* @__PURE__ */ __name((output, context) => {
13402
+ var de_DescribeClusterSchedulerConfigResponse = /* @__PURE__ */ __name((output, context) => {
13403
+ return (0, import_smithy_client.take)(output, {
13404
+ ClusterArn: import_smithy_client.expectString,
13405
+ ClusterSchedulerConfigArn: import_smithy_client.expectString,
13406
+ ClusterSchedulerConfigId: import_smithy_client.expectString,
13407
+ ClusterSchedulerConfigVersion: import_smithy_client.expectInt32,
13408
+ CreatedBy: (_) => de_UserContext(_, context),
13409
+ CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
13410
+ Description: import_smithy_client.expectString,
13411
+ FailureReason: import_smithy_client.expectString,
13412
+ LastModifiedBy: (_) => de_UserContext(_, context),
13413
+ LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
13414
+ Name: import_smithy_client.expectString,
13415
+ SchedulerConfig: (_) => de_SchedulerConfig(_, context),
13416
+ Status: import_smithy_client.expectString
13417
+ });
13418
+ }, "de_DescribeClusterSchedulerConfigResponse");
13419
+ var de_DescribeCodeRepositoryOutput = /* @__PURE__ */ __name((output, context) => {
12768
13420
  return (0, import_smithy_client.take)(output, {
12769
13421
  CodeRepositoryArn: import_smithy_client.expectString,
12770
13422
  CodeRepositoryName: import_smithy_client.expectString,
@@ -12795,6 +13447,25 @@ var de_DescribeCompilationJobResponse = /* @__PURE__ */ __name((output, context)
12795
13447
  VpcConfig: (_) => de_NeoVpcConfig(_, context)
12796
13448
  });
12797
13449
  }, "de_DescribeCompilationJobResponse");
13450
+ var de_DescribeComputeQuotaResponse = /* @__PURE__ */ __name((output, context) => {
13451
+ return (0, import_smithy_client.take)(output, {
13452
+ ActivationState: import_smithy_client.expectString,
13453
+ ClusterArn: import_smithy_client.expectString,
13454
+ ComputeQuotaArn: import_smithy_client.expectString,
13455
+ ComputeQuotaConfig: (_) => de_ComputeQuotaConfig(_, context),
13456
+ ComputeQuotaId: import_smithy_client.expectString,
13457
+ ComputeQuotaTarget: (_) => de_ComputeQuotaTarget(_, context),
13458
+ ComputeQuotaVersion: import_smithy_client.expectInt32,
13459
+ CreatedBy: (_) => de_UserContext(_, context),
13460
+ CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
13461
+ Description: import_smithy_client.expectString,
13462
+ FailureReason: import_smithy_client.expectString,
13463
+ LastModifiedBy: (_) => de_UserContext(_, context),
13464
+ LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
13465
+ Name: import_smithy_client.expectString,
13466
+ Status: import_smithy_client.expectString
13467
+ });
13468
+ }, "de_DescribeComputeQuotaResponse");
12798
13469
  var de_DescribeContextResponse = /* @__PURE__ */ __name((output, context) => {
12799
13470
  return (0, import_smithy_client.take)(output, {
12800
13471
  ContextArn: import_smithy_client.expectString,
@@ -13418,6 +14089,24 @@ var de_DescribeOptimizationJobResponse = /* @__PURE__ */ __name((output, context
13418
14089
  VpcConfig: (_) => de_OptimizationVpcConfig(_, context)
13419
14090
  });
13420
14091
  }, "de_DescribeOptimizationJobResponse");
14092
+ var de_DescribePartnerAppResponse = /* @__PURE__ */ __name((output, context) => {
14093
+ return (0, import_smithy_client.take)(output, {
14094
+ ApplicationConfig: (_) => de_PartnerAppConfig(_, context),
14095
+ Arn: import_smithy_client.expectString,
14096
+ AuthType: import_smithy_client.expectString,
14097
+ BaseUrl: import_smithy_client.expectString,
14098
+ CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
14099
+ EnableIamSessionBasedIdentity: import_smithy_client.expectBoolean,
14100
+ Error: (_) => de_ErrorInfo(_, context),
14101
+ ExecutionRoleArn: import_smithy_client.expectString,
14102
+ MaintenanceConfig: (_) => de_PartnerAppMaintenanceConfig(_, context),
14103
+ Name: import_smithy_client.expectString,
14104
+ Status: import_smithy_client.expectString,
14105
+ Tier: import_smithy_client.expectString,
14106
+ Type: import_smithy_client.expectString,
14107
+ Version: import_smithy_client.expectString
14108
+ });
14109
+ }, "de_DescribePartnerAppResponse");
13421
14110
  var de_DescribePipelineDefinitionForExecutionResponse = /* @__PURE__ */ __name((output, context) => {
13422
14111
  return (0, import_smithy_client.take)(output, {
13423
14112
  CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
@@ -13577,6 +14266,25 @@ var de_DescribeTrainingJobResponse = /* @__PURE__ */ __name((output, context) =>
13577
14266
  WarmPoolStatus: (_) => de_WarmPoolStatus(_, context)
13578
14267
  });
13579
14268
  }, "de_DescribeTrainingJobResponse");
14269
+ var de_DescribeTrainingPlanResponse = /* @__PURE__ */ __name((output, context) => {
14270
+ return (0, import_smithy_client.take)(output, {
14271
+ AvailableInstanceCount: import_smithy_client.expectInt32,
14272
+ CurrencyCode: import_smithy_client.expectString,
14273
+ DurationHours: import_smithy_client.expectLong,
14274
+ DurationMinutes: import_smithy_client.expectLong,
14275
+ EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
14276
+ InUseInstanceCount: import_smithy_client.expectInt32,
14277
+ ReservedCapacitySummaries: (_) => de_ReservedCapacitySummaries(_, context),
14278
+ StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
14279
+ Status: import_smithy_client.expectString,
14280
+ StatusMessage: import_smithy_client.expectString,
14281
+ TargetResources: (_) => de_SageMakerResourceNames(_, context),
14282
+ TotalInstanceCount: import_smithy_client.expectInt32,
14283
+ TrainingPlanArn: import_smithy_client.expectString,
14284
+ TrainingPlanName: import_smithy_client.expectString,
14285
+ UpfrontFee: import_smithy_client.expectString
14286
+ });
14287
+ }, "de_DescribeTrainingPlanResponse");
13580
14288
  var de_DescribeTransformJobResponse = /* @__PURE__ */ __name((output, context) => {
13581
14289
  return (0, import_smithy_client.take)(output, {
13582
14290
  AutoMLJobArn: import_smithy_client.expectString,
@@ -14159,6 +14867,12 @@ var de_EnvironmentParameters = /* @__PURE__ */ __name((output, context) => {
14159
14867
  });
14160
14868
  return retVal;
14161
14869
  }, "de_EnvironmentParameters");
14870
+ var de_ErrorInfo = /* @__PURE__ */ __name((output, context) => {
14871
+ return (0, import_smithy_client.take)(output, {
14872
+ Code: import_smithy_client.expectString,
14873
+ Reason: import_smithy_client.expectString
14874
+ });
14875
+ }, "de_ErrorInfo");
14162
14876
  var de_ExecutionRoleArns = /* @__PURE__ */ __name((output, context) => {
14163
14877
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
14164
14878
  return (0, import_smithy_client.expectString)(entry);
@@ -14394,6 +15108,17 @@ var de_ForecastQuantiles = /* @__PURE__ */ __name((output, context) => {
14394
15108
  });
14395
15109
  return retVal;
14396
15110
  }, "de_ForecastQuantiles");
15111
+ var de_FSxLustreFileSystem = /* @__PURE__ */ __name((output, context) => {
15112
+ return (0, import_smithy_client.take)(output, {
15113
+ FileSystemId: import_smithy_client.expectString
15114
+ });
15115
+ }, "de_FSxLustreFileSystem");
15116
+ var de_FSxLustreFileSystemConfig = /* @__PURE__ */ __name((output, context) => {
15117
+ return (0, import_smithy_client.take)(output, {
15118
+ FileSystemId: import_smithy_client.expectString,
15119
+ FileSystemPath: import_smithy_client.expectString
15120
+ });
15121
+ }, "de_FSxLustreFileSystemConfig");
14397
15122
  var de_GenerativeAiSettings = /* @__PURE__ */ __name((output, context) => {
14398
15123
  return (0, import_smithy_client.take)(output, {
14399
15124
  AmazonBedrockRoleArn: import_smithy_client.expectString
@@ -14958,6 +15683,7 @@ var de_InferenceComponentRuntimeConfigSummary = /* @__PURE__ */ __name((output,
14958
15683
  }, "de_InferenceComponentRuntimeConfigSummary");
14959
15684
  var de_InferenceComponentSpecificationSummary = /* @__PURE__ */ __name((output, context) => {
14960
15685
  return (0, import_smithy_client.take)(output, {
15686
+ BaseInferenceComponentName: import_smithy_client.expectString,
14961
15687
  ComputeResourceRequirements: (_) => de_InferenceComponentComputeResourceRequirements(_, context),
14962
15688
  Container: (_) => de_InferenceComponentContainerSpecificationSummary(_, context),
14963
15689
  ModelName: import_smithy_client.expectString,
@@ -15443,6 +16169,12 @@ var de_ListClusterNodesResponse = /* @__PURE__ */ __name((output, context) => {
15443
16169
  NextToken: import_smithy_client.expectString
15444
16170
  });
15445
16171
  }, "de_ListClusterNodesResponse");
16172
+ var de_ListClusterSchedulerConfigsResponse = /* @__PURE__ */ __name((output, context) => {
16173
+ return (0, import_smithy_client.take)(output, {
16174
+ ClusterSchedulerConfigSummaries: (_) => de_ClusterSchedulerConfigSummaryList(_, context),
16175
+ NextToken: import_smithy_client.expectString
16176
+ });
16177
+ }, "de_ListClusterSchedulerConfigsResponse");
15446
16178
  var de_ListClustersResponse = /* @__PURE__ */ __name((output, context) => {
15447
16179
  return (0, import_smithy_client.take)(output, {
15448
16180
  ClusterSummaries: (_) => de_ClusterSummaries(_, context),
@@ -15461,6 +16193,12 @@ var de_ListCompilationJobsResponse = /* @__PURE__ */ __name((output, context) =>
15461
16193
  NextToken: import_smithy_client.expectString
15462
16194
  });
15463
16195
  }, "de_ListCompilationJobsResponse");
16196
+ var de_ListComputeQuotasResponse = /* @__PURE__ */ __name((output, context) => {
16197
+ return (0, import_smithy_client.take)(output, {
16198
+ ComputeQuotaSummaries: (_) => de_ComputeQuotaSummaryList(_, context),
16199
+ NextToken: import_smithy_client.expectString
16200
+ });
16201
+ }, "de_ListComputeQuotasResponse");
15464
16202
  var de_ListContextsResponse = /* @__PURE__ */ __name((output, context) => {
15465
16203
  return (0, import_smithy_client.take)(output, {
15466
16204
  ContextSummaries: (_) => de_ContextSummaries(_, context),
@@ -15725,6 +16463,12 @@ var de_ListOptimizationJobsResponse = /* @__PURE__ */ __name((output, context) =
15725
16463
  OptimizationJobSummaries: (_) => de_OptimizationJobSummaries(_, context)
15726
16464
  });
15727
16465
  }, "de_ListOptimizationJobsResponse");
16466
+ var de_ListPartnerAppsResponse = /* @__PURE__ */ __name((output, context) => {
16467
+ return (0, import_smithy_client.take)(output, {
16468
+ NextToken: import_smithy_client.expectString,
16469
+ Summaries: (_) => de_PartnerAppSummaries(_, context)
16470
+ });
16471
+ }, "de_ListPartnerAppsResponse");
15728
16472
  var de_ListPipelineExecutionsResponse = /* @__PURE__ */ __name((output, context) => {
15729
16473
  return (0, import_smithy_client.take)(output, {
15730
16474
  NextToken: import_smithy_client.expectString,
@@ -15809,6 +16553,12 @@ var de_ListTrainingJobsResponse = /* @__PURE__ */ __name((output, context) => {
15809
16553
  TrainingJobSummaries: (_) => de_TrainingJobSummaries(_, context)
15810
16554
  });
15811
16555
  }, "de_ListTrainingJobsResponse");
16556
+ var de_ListTrainingPlansResponse = /* @__PURE__ */ __name((output, context) => {
16557
+ return (0, import_smithy_client.take)(output, {
16558
+ NextToken: import_smithy_client.expectString,
16559
+ TrainingPlanSummaries: (_) => de_TrainingPlanSummaries(_, context)
16560
+ });
16561
+ }, "de_ListTrainingPlansResponse");
15812
16562
  var de_ListTransformJobsResponse = /* @__PURE__ */ __name((output, context) => {
15813
16563
  return (0, import_smithy_client.take)(output, {
15814
16564
  NextToken: import_smithy_client.expectString,
@@ -16432,6 +17182,12 @@ var de_ModelRegisterSettings = /* @__PURE__ */ __name((output, context) => {
16432
17182
  Status: import_smithy_client.expectString
16433
17183
  });
16434
17184
  }, "de_ModelRegisterSettings");
17185
+ var de_ModelShardingConfig = /* @__PURE__ */ __name((output, context) => {
17186
+ return (0, import_smithy_client.take)(output, {
17187
+ Image: import_smithy_client.expectString,
17188
+ OverrideEnvironment: (_) => de_OptimizationJobEnvironmentVariables(_, context)
17189
+ });
17190
+ }, "de_ModelShardingConfig");
16435
17191
  var de_ModelStepMetadata = /* @__PURE__ */ __name((output, context) => {
16436
17192
  return (0, import_smithy_client.take)(output, {
16437
17193
  Arn: import_smithy_client.expectString
@@ -16876,6 +17632,11 @@ var de_OptimizationConfig = /* @__PURE__ */ __name((output, context) => {
16876
17632
  ModelQuantizationConfig: de_ModelQuantizationConfig(output.ModelQuantizationConfig, context)
16877
17633
  };
16878
17634
  }
17635
+ if (output.ModelShardingConfig != null) {
17636
+ return {
17637
+ ModelShardingConfig: de_ModelShardingConfig(output.ModelShardingConfig, context)
17638
+ };
17639
+ }
16879
17640
  return { $unknown: Object.entries(output)[0] };
16880
17641
  }, "de_OptimizationConfig");
16881
17642
  var de_OptimizationConfigs = /* @__PURE__ */ __name((output, context) => {
@@ -17062,6 +17823,47 @@ var de_Parents = /* @__PURE__ */ __name((output, context) => {
17062
17823
  });
17063
17824
  return retVal;
17064
17825
  }, "de_Parents");
17826
+ var de_PartnerAppAdminUserList = /* @__PURE__ */ __name((output, context) => {
17827
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
17828
+ return (0, import_smithy_client.expectString)(entry);
17829
+ });
17830
+ return retVal;
17831
+ }, "de_PartnerAppAdminUserList");
17832
+ var de_PartnerAppArguments = /* @__PURE__ */ __name((output, context) => {
17833
+ return Object.entries(output).reduce((acc, [key, value]) => {
17834
+ if (value === null) {
17835
+ return acc;
17836
+ }
17837
+ acc[key] = (0, import_smithy_client.expectString)(value);
17838
+ return acc;
17839
+ }, {});
17840
+ }, "de_PartnerAppArguments");
17841
+ var de_PartnerAppConfig = /* @__PURE__ */ __name((output, context) => {
17842
+ return (0, import_smithy_client.take)(output, {
17843
+ AdminUsers: (_) => de_PartnerAppAdminUserList(_, context),
17844
+ Arguments: (_) => de_PartnerAppArguments(_, context)
17845
+ });
17846
+ }, "de_PartnerAppConfig");
17847
+ var de_PartnerAppMaintenanceConfig = /* @__PURE__ */ __name((output, context) => {
17848
+ return (0, import_smithy_client.take)(output, {
17849
+ MaintenanceWindowStart: import_smithy_client.expectString
17850
+ });
17851
+ }, "de_PartnerAppMaintenanceConfig");
17852
+ var de_PartnerAppSummaries = /* @__PURE__ */ __name((output, context) => {
17853
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
17854
+ return de_PartnerAppSummary(entry, context);
17855
+ });
17856
+ return retVal;
17857
+ }, "de_PartnerAppSummaries");
17858
+ var de_PartnerAppSummary = /* @__PURE__ */ __name((output, context) => {
17859
+ return (0, import_smithy_client.take)(output, {
17860
+ Arn: import_smithy_client.expectString,
17861
+ CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
17862
+ Name: import_smithy_client.expectString,
17863
+ Status: import_smithy_client.expectString,
17864
+ Type: import_smithy_client.expectString
17865
+ });
17866
+ }, "de_PartnerAppSummary");
17065
17867
  var de_PendingDeploymentSummary = /* @__PURE__ */ __name((output, context) => {
17066
17868
  return (0, import_smithy_client.take)(output, {
17067
17869
  EndpointConfigName: import_smithy_client.expectString,
@@ -17227,6 +18029,18 @@ var de_PredefinedMetricSpecification = /* @__PURE__ */ __name((output, context)
17227
18029
  PredefinedMetricType: import_smithy_client.expectString
17228
18030
  });
17229
18031
  }, "de_PredefinedMetricSpecification");
18032
+ var de_PriorityClass = /* @__PURE__ */ __name((output, context) => {
18033
+ return (0, import_smithy_client.take)(output, {
18034
+ Name: import_smithy_client.expectString,
18035
+ Weight: import_smithy_client.expectInt32
18036
+ });
18037
+ }, "de_PriorityClass");
18038
+ var de_PriorityClassList = /* @__PURE__ */ __name((output, context) => {
18039
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
18040
+ return de_PriorityClass(entry, context);
18041
+ });
18042
+ return retVal;
18043
+ }, "de_PriorityClassList");
17230
18044
  var de_ProcessingClusterConfig = /* @__PURE__ */ __name((output, context) => {
17231
18045
  return (0, import_smithy_client.take)(output, {
17232
18046
  InstanceCount: import_smithy_client.expectInt32,
@@ -17760,6 +18574,42 @@ var de_RepositoryAuthConfig = /* @__PURE__ */ __name((output, context) => {
17760
18574
  RepositoryCredentialsProviderArn: import_smithy_client.expectString
17761
18575
  });
17762
18576
  }, "de_RepositoryAuthConfig");
18577
+ var de_ReservedCapacityOffering = /* @__PURE__ */ __name((output, context) => {
18578
+ return (0, import_smithy_client.take)(output, {
18579
+ AvailabilityZone: import_smithy_client.expectString,
18580
+ DurationHours: import_smithy_client.expectLong,
18581
+ DurationMinutes: import_smithy_client.expectLong,
18582
+ EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
18583
+ InstanceCount: import_smithy_client.expectInt32,
18584
+ InstanceType: import_smithy_client.expectString,
18585
+ StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
18586
+ });
18587
+ }, "de_ReservedCapacityOffering");
18588
+ var de_ReservedCapacityOfferings = /* @__PURE__ */ __name((output, context) => {
18589
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
18590
+ return de_ReservedCapacityOffering(entry, context);
18591
+ });
18592
+ return retVal;
18593
+ }, "de_ReservedCapacityOfferings");
18594
+ var de_ReservedCapacitySummaries = /* @__PURE__ */ __name((output, context) => {
18595
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
18596
+ return de_ReservedCapacitySummary(entry, context);
18597
+ });
18598
+ return retVal;
18599
+ }, "de_ReservedCapacitySummaries");
18600
+ var de_ReservedCapacitySummary = /* @__PURE__ */ __name((output, context) => {
18601
+ return (0, import_smithy_client.take)(output, {
18602
+ AvailabilityZone: import_smithy_client.expectString,
18603
+ DurationHours: import_smithy_client.expectLong,
18604
+ DurationMinutes: import_smithy_client.expectLong,
18605
+ EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
18606
+ InstanceType: import_smithy_client.expectString,
18607
+ ReservedCapacityArn: import_smithy_client.expectString,
18608
+ StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
18609
+ Status: import_smithy_client.expectString,
18610
+ TotalInstanceCount: import_smithy_client.expectInt32
18611
+ });
18612
+ }, "de_ReservedCapacitySummary");
17763
18613
  var de_ResolvedAttributes = /* @__PURE__ */ __name((output, context) => {
17764
18614
  return (0, import_smithy_client.take)(output, {
17765
18615
  AutoMLJobObjective: (_) => de_AutoMLJobObjective(_, context),
@@ -17787,6 +18637,7 @@ var de_ResourceConfig = /* @__PURE__ */ __name((output, context) => {
17787
18637
  InstanceGroups: (_) => de_InstanceGroups(_, context),
17788
18638
  InstanceType: import_smithy_client.expectString,
17789
18639
  KeepAlivePeriodInSeconds: import_smithy_client.expectInt32,
18640
+ TrainingPlanArn: import_smithy_client.expectString,
17790
18641
  VolumeKmsKeyId: import_smithy_client.expectString,
17791
18642
  VolumeSizeInGB: import_smithy_client.expectInt32
17792
18643
  });
@@ -17798,6 +18649,12 @@ var de_ResourceLimits = /* @__PURE__ */ __name((output, context) => {
17798
18649
  MaxRuntimeInSeconds: import_smithy_client.expectInt32
17799
18650
  });
17800
18651
  }, "de_ResourceLimits");
18652
+ var de_ResourceSharingConfig = /* @__PURE__ */ __name((output, context) => {
18653
+ return (0, import_smithy_client.take)(output, {
18654
+ BorrowLimit: import_smithy_client.expectInt32,
18655
+ Strategy: import_smithy_client.expectString
18656
+ });
18657
+ }, "de_ResourceSharingConfig");
17801
18658
  var de_ResourceSpec = /* @__PURE__ */ __name((output, context) => {
17802
18659
  return (0, import_smithy_client.take)(output, {
17803
18660
  InstanceType: import_smithy_client.expectString,
@@ -17897,6 +18754,12 @@ var de_SageMakerImageVersionAliases = /* @__PURE__ */ __name((output, context) =
17897
18754
  });
17898
18755
  return retVal;
17899
18756
  }, "de_SageMakerImageVersionAliases");
18757
+ var de_SageMakerResourceNames = /* @__PURE__ */ __name((output, context) => {
18758
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
18759
+ return (0, import_smithy_client.expectString)(entry);
18760
+ });
18761
+ return retVal;
18762
+ }, "de_SageMakerResourceNames");
17900
18763
  var de_ScalingPolicies = /* @__PURE__ */ __name((output, context) => {
17901
18764
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
17902
18765
  return de_ScalingPolicy((0, import_core2.awsExpectUnion)(entry), context);
@@ -17930,6 +18793,12 @@ var de_ScheduleConfig = /* @__PURE__ */ __name((output, context) => {
17930
18793
  ScheduleExpression: import_smithy_client.expectString
17931
18794
  });
17932
18795
  }, "de_ScheduleConfig");
18796
+ var de_SchedulerConfig = /* @__PURE__ */ __name((output, context) => {
18797
+ return (0, import_smithy_client.take)(output, {
18798
+ FairShare: import_smithy_client.expectString,
18799
+ PriorityClasses: (_) => de_PriorityClassList(_, context)
18800
+ });
18801
+ }, "de_SchedulerConfig");
17933
18802
  var de_SearchRecord = /* @__PURE__ */ __name((output, context) => {
17934
18803
  return (0, import_smithy_client.take)(output, {
17935
18804
  Endpoint: (_) => de_Endpoint(_, context),
@@ -17961,6 +18830,11 @@ var de_SearchResultsList = /* @__PURE__ */ __name((output, context) => {
17961
18830
  });
17962
18831
  return retVal;
17963
18832
  }, "de_SearchResultsList");
18833
+ var de_SearchTrainingPlanOfferingsResponse = /* @__PURE__ */ __name((output, context) => {
18834
+ return (0, import_smithy_client.take)(output, {
18835
+ TrainingPlanOfferings: (_) => de_TrainingPlanOfferings(_, context)
18836
+ });
18837
+ }, "de_SearchTrainingPlanOfferingsResponse");
17964
18838
  var de_SecondaryStatusTransition = /* @__PURE__ */ __name((output, context) => {
17965
18839
  return (0, import_smithy_client.take)(output, {
17966
18840
  EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
@@ -18516,9 +19390,60 @@ var de_TrainingJobSummary = /* @__PURE__ */ __name((output, context) => {
18516
19390
  TrainingJobArn: import_smithy_client.expectString,
18517
19391
  TrainingJobName: import_smithy_client.expectString,
18518
19392
  TrainingJobStatus: import_smithy_client.expectString,
19393
+ TrainingPlanArn: import_smithy_client.expectString,
18519
19394
  WarmPoolStatus: (_) => de_WarmPoolStatus(_, context)
18520
19395
  });
18521
19396
  }, "de_TrainingJobSummary");
19397
+ var de_TrainingPlanArns = /* @__PURE__ */ __name((output, context) => {
19398
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
19399
+ return (0, import_smithy_client.expectString)(entry);
19400
+ });
19401
+ return retVal;
19402
+ }, "de_TrainingPlanArns");
19403
+ var de_TrainingPlanOffering = /* @__PURE__ */ __name((output, context) => {
19404
+ return (0, import_smithy_client.take)(output, {
19405
+ CurrencyCode: import_smithy_client.expectString,
19406
+ DurationHours: import_smithy_client.expectLong,
19407
+ DurationMinutes: import_smithy_client.expectLong,
19408
+ RequestedEndTimeBefore: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
19409
+ RequestedStartTimeAfter: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
19410
+ ReservedCapacityOfferings: (_) => de_ReservedCapacityOfferings(_, context),
19411
+ TargetResources: (_) => de_SageMakerResourceNames(_, context),
19412
+ TrainingPlanOfferingId: import_smithy_client.expectString,
19413
+ UpfrontFee: import_smithy_client.expectString
19414
+ });
19415
+ }, "de_TrainingPlanOffering");
19416
+ var de_TrainingPlanOfferings = /* @__PURE__ */ __name((output, context) => {
19417
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
19418
+ return de_TrainingPlanOffering(entry, context);
19419
+ });
19420
+ return retVal;
19421
+ }, "de_TrainingPlanOfferings");
19422
+ var de_TrainingPlanSummaries = /* @__PURE__ */ __name((output, context) => {
19423
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
19424
+ return de_TrainingPlanSummary(entry, context);
19425
+ });
19426
+ return retVal;
19427
+ }, "de_TrainingPlanSummaries");
19428
+ var de_TrainingPlanSummary = /* @__PURE__ */ __name((output, context) => {
19429
+ return (0, import_smithy_client.take)(output, {
19430
+ AvailableInstanceCount: import_smithy_client.expectInt32,
19431
+ CurrencyCode: import_smithy_client.expectString,
19432
+ DurationHours: import_smithy_client.expectLong,
19433
+ DurationMinutes: import_smithy_client.expectLong,
19434
+ EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
19435
+ InUseInstanceCount: import_smithy_client.expectInt32,
19436
+ ReservedCapacitySummaries: (_) => de_ReservedCapacitySummaries(_, context),
19437
+ StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
19438
+ Status: import_smithy_client.expectString,
19439
+ StatusMessage: import_smithy_client.expectString,
19440
+ TargetResources: (_) => de_SageMakerResourceNames(_, context),
19441
+ TotalInstanceCount: import_smithy_client.expectInt32,
19442
+ TrainingPlanArn: import_smithy_client.expectString,
19443
+ TrainingPlanName: import_smithy_client.expectString,
19444
+ UpfrontFee: import_smithy_client.expectString
19445
+ });
19446
+ }, "de_TrainingPlanSummary");
18522
19447
  var de_TrainingRepositoryAuthConfig = /* @__PURE__ */ __name((output, context) => {
18523
19448
  return (0, import_smithy_client.take)(output, {
18524
19449
  TrainingRepositoryCredentialsProviderArn: import_smithy_client.expectString
@@ -18875,6 +19800,12 @@ var de_UpdateClusterResponse = /* @__PURE__ */ __name((output, context) => {
18875
19800
  ClusterArn: import_smithy_client.expectString
18876
19801
  });
18877
19802
  }, "de_UpdateClusterResponse");
19803
+ var de_UpdateClusterSchedulerConfigResponse = /* @__PURE__ */ __name((output, context) => {
19804
+ return (0, import_smithy_client.take)(output, {
19805
+ ClusterSchedulerConfigArn: import_smithy_client.expectString,
19806
+ ClusterSchedulerConfigVersion: import_smithy_client.expectInt32
19807
+ });
19808
+ }, "de_UpdateClusterSchedulerConfigResponse");
18878
19809
  var de_UpdateClusterSoftwareResponse = /* @__PURE__ */ __name((output, context) => {
18879
19810
  return (0, import_smithy_client.take)(output, {
18880
19811
  ClusterArn: import_smithy_client.expectString
@@ -18885,6 +19816,12 @@ var de_UpdateCodeRepositoryOutput = /* @__PURE__ */ __name((output, context) =>
18885
19816
  CodeRepositoryArn: import_smithy_client.expectString
18886
19817
  });
18887
19818
  }, "de_UpdateCodeRepositoryOutput");
19819
+ var de_UpdateComputeQuotaResponse = /* @__PURE__ */ __name((output, context) => {
19820
+ return (0, import_smithy_client.take)(output, {
19821
+ ComputeQuotaArn: import_smithy_client.expectString,
19822
+ ComputeQuotaVersion: import_smithy_client.expectInt32
19823
+ });
19824
+ }, "de_UpdateComputeQuotaResponse");
18888
19825
  var de_UpdateContextResponse = /* @__PURE__ */ __name((output, context) => {
18889
19826
  return (0, import_smithy_client.take)(output, {
18890
19827
  ContextArn: import_smithy_client.expectString
@@ -18977,6 +19914,11 @@ var de_UpdateNotebookInstanceLifecycleConfigOutput = /* @__PURE__ */ __name((out
18977
19914
  var de_UpdateNotebookInstanceOutput = /* @__PURE__ */ __name((output, context) => {
18978
19915
  return (0, import_smithy_client.take)(output, {});
18979
19916
  }, "de_UpdateNotebookInstanceOutput");
19917
+ var de_UpdatePartnerAppResponse = /* @__PURE__ */ __name((output, context) => {
19918
+ return (0, import_smithy_client.take)(output, {
19919
+ Arn: import_smithy_client.expectString
19920
+ });
19921
+ }, "de_UpdatePartnerAppResponse");
18980
19922
  var de_UpdatePipelineExecutionResponse = /* @__PURE__ */ __name((output, context) => {
18981
19923
  return (0, import_smithy_client.take)(output, {
18982
19924
  PipelineExecutionArn: import_smithy_client.expectString
@@ -19413,6 +20355,20 @@ var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_cl
19413
20355
  __name(_CreateClusterCommand, "CreateClusterCommand");
19414
20356
  var CreateClusterCommand = _CreateClusterCommand;
19415
20357
 
20358
+ // src/commands/CreateClusterSchedulerConfigCommand.ts
20359
+
20360
+
20361
+
20362
+ var _CreateClusterSchedulerConfigCommand = class _CreateClusterSchedulerConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20363
+ return [
20364
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20365
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20366
+ ];
20367
+ }).s("SageMaker", "CreateClusterSchedulerConfig", {}).n("SageMakerClient", "CreateClusterSchedulerConfigCommand").f(void 0, void 0).ser(se_CreateClusterSchedulerConfigCommand).de(de_CreateClusterSchedulerConfigCommand).build() {
20368
+ };
20369
+ __name(_CreateClusterSchedulerConfigCommand, "CreateClusterSchedulerConfigCommand");
20370
+ var CreateClusterSchedulerConfigCommand = _CreateClusterSchedulerConfigCommand;
20371
+
19416
20372
  // src/commands/CreateCodeRepositoryCommand.ts
19417
20373
 
19418
20374
 
@@ -19441,6 +20397,20 @@ var _CreateCompilationJobCommand = class _CreateCompilationJobCommand extends im
19441
20397
  __name(_CreateCompilationJobCommand, "CreateCompilationJobCommand");
19442
20398
  var CreateCompilationJobCommand = _CreateCompilationJobCommand;
19443
20399
 
20400
+ // src/commands/CreateComputeQuotaCommand.ts
20401
+
20402
+
20403
+
20404
+ var _CreateComputeQuotaCommand = class _CreateComputeQuotaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20405
+ return [
20406
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20407
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20408
+ ];
20409
+ }).s("SageMaker", "CreateComputeQuota", {}).n("SageMakerClient", "CreateComputeQuotaCommand").f(void 0, void 0).ser(se_CreateComputeQuotaCommand).de(de_CreateComputeQuotaCommand).build() {
20410
+ };
20411
+ __name(_CreateComputeQuotaCommand, "CreateComputeQuotaCommand");
20412
+ var CreateComputeQuotaCommand = _CreateComputeQuotaCommand;
20413
+
19444
20414
  // src/commands/CreateContextCommand.ts
19445
20415
 
19446
20416
 
@@ -19931,6 +20901,34 @@ var _CreateOptimizationJobCommand = class _CreateOptimizationJobCommand extends
19931
20901
  __name(_CreateOptimizationJobCommand, "CreateOptimizationJobCommand");
19932
20902
  var CreateOptimizationJobCommand = _CreateOptimizationJobCommand;
19933
20903
 
20904
+ // src/commands/CreatePartnerAppCommand.ts
20905
+
20906
+
20907
+
20908
+ var _CreatePartnerAppCommand = class _CreatePartnerAppCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20909
+ return [
20910
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20911
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20912
+ ];
20913
+ }).s("SageMaker", "CreatePartnerApp", {}).n("SageMakerClient", "CreatePartnerAppCommand").f(void 0, void 0).ser(se_CreatePartnerAppCommand).de(de_CreatePartnerAppCommand).build() {
20914
+ };
20915
+ __name(_CreatePartnerAppCommand, "CreatePartnerAppCommand");
20916
+ var CreatePartnerAppCommand = _CreatePartnerAppCommand;
20917
+
20918
+ // src/commands/CreatePartnerAppPresignedUrlCommand.ts
20919
+
20920
+
20921
+
20922
+ var _CreatePartnerAppPresignedUrlCommand = class _CreatePartnerAppPresignedUrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20923
+ return [
20924
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20925
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20926
+ ];
20927
+ }).s("SageMaker", "CreatePartnerAppPresignedUrl", {}).n("SageMakerClient", "CreatePartnerAppPresignedUrlCommand").f(void 0, void 0).ser(se_CreatePartnerAppPresignedUrlCommand).de(de_CreatePartnerAppPresignedUrlCommand).build() {
20928
+ };
20929
+ __name(_CreatePartnerAppPresignedUrlCommand, "CreatePartnerAppPresignedUrlCommand");
20930
+ var CreatePartnerAppPresignedUrlCommand = _CreatePartnerAppPresignedUrlCommand;
20931
+
19934
20932
  // src/commands/CreatePipelineCommand.ts
19935
20933
 
19936
20934
 
@@ -20057,6 +21055,20 @@ var _CreateTrainingJobCommand = class _CreateTrainingJobCommand extends import_s
20057
21055
  __name(_CreateTrainingJobCommand, "CreateTrainingJobCommand");
20058
21056
  var CreateTrainingJobCommand = _CreateTrainingJobCommand;
20059
21057
 
21058
+ // src/commands/CreateTrainingPlanCommand.ts
21059
+
21060
+
21061
+
21062
+ var _CreateTrainingPlanCommand = class _CreateTrainingPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21063
+ return [
21064
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
21065
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
21066
+ ];
21067
+ }).s("SageMaker", "CreateTrainingPlan", {}).n("SageMakerClient", "CreateTrainingPlanCommand").f(void 0, void 0).ser(se_CreateTrainingPlanCommand).de(de_CreateTrainingPlanCommand).build() {
21068
+ };
21069
+ __name(_CreateTrainingPlanCommand, "CreateTrainingPlanCommand");
21070
+ var CreateTrainingPlanCommand = _CreateTrainingPlanCommand;
21071
+
20060
21072
  // src/commands/CreateTransformJobCommand.ts
20061
21073
 
20062
21074
 
@@ -20239,6 +21251,20 @@ var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_cl
20239
21251
  __name(_DeleteClusterCommand, "DeleteClusterCommand");
20240
21252
  var DeleteClusterCommand = _DeleteClusterCommand;
20241
21253
 
21254
+ // src/commands/DeleteClusterSchedulerConfigCommand.ts
21255
+
21256
+
21257
+
21258
+ var _DeleteClusterSchedulerConfigCommand = class _DeleteClusterSchedulerConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21259
+ return [
21260
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
21261
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
21262
+ ];
21263
+ }).s("SageMaker", "DeleteClusterSchedulerConfig", {}).n("SageMakerClient", "DeleteClusterSchedulerConfigCommand").f(void 0, void 0).ser(se_DeleteClusterSchedulerConfigCommand).de(de_DeleteClusterSchedulerConfigCommand).build() {
21264
+ };
21265
+ __name(_DeleteClusterSchedulerConfigCommand, "DeleteClusterSchedulerConfigCommand");
21266
+ var DeleteClusterSchedulerConfigCommand = _DeleteClusterSchedulerConfigCommand;
21267
+
20242
21268
  // src/commands/DeleteCodeRepositoryCommand.ts
20243
21269
 
20244
21270
 
@@ -20267,6 +21293,20 @@ var _DeleteCompilationJobCommand = class _DeleteCompilationJobCommand extends im
20267
21293
  __name(_DeleteCompilationJobCommand, "DeleteCompilationJobCommand");
20268
21294
  var DeleteCompilationJobCommand = _DeleteCompilationJobCommand;
20269
21295
 
21296
+ // src/commands/DeleteComputeQuotaCommand.ts
21297
+
21298
+
21299
+
21300
+ var _DeleteComputeQuotaCommand = class _DeleteComputeQuotaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21301
+ return [
21302
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
21303
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
21304
+ ];
21305
+ }).s("SageMaker", "DeleteComputeQuota", {}).n("SageMakerClient", "DeleteComputeQuotaCommand").f(void 0, void 0).ser(se_DeleteComputeQuotaCommand).de(de_DeleteComputeQuotaCommand).build() {
21306
+ };
21307
+ __name(_DeleteComputeQuotaCommand, "DeleteComputeQuotaCommand");
21308
+ var DeleteComputeQuotaCommand = _DeleteComputeQuotaCommand;
21309
+
20270
21310
  // src/commands/DeleteContextCommand.ts
20271
21311
 
20272
21312
 
@@ -20729,6 +21769,20 @@ var _DeleteOptimizationJobCommand = class _DeleteOptimizationJobCommand extends
20729
21769
  __name(_DeleteOptimizationJobCommand, "DeleteOptimizationJobCommand");
20730
21770
  var DeleteOptimizationJobCommand = _DeleteOptimizationJobCommand;
20731
21771
 
21772
+ // src/commands/DeletePartnerAppCommand.ts
21773
+
21774
+
21775
+
21776
+ var _DeletePartnerAppCommand = class _DeletePartnerAppCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21777
+ return [
21778
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
21779
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
21780
+ ];
21781
+ }).s("SageMaker", "DeletePartnerApp", {}).n("SageMakerClient", "DeletePartnerAppCommand").f(void 0, void 0).ser(se_DeletePartnerAppCommand).de(de_DeletePartnerAppCommand).build() {
21782
+ };
21783
+ __name(_DeletePartnerAppCommand, "DeletePartnerAppCommand");
21784
+ var DeletePartnerAppCommand = _DeletePartnerAppCommand;
21785
+
20732
21786
  // src/commands/DeletePipelineCommand.ts
20733
21787
 
20734
21788
 
@@ -21009,6 +22063,20 @@ var _DescribeClusterNodeCommand = class _DescribeClusterNodeCommand extends impo
21009
22063
  __name(_DescribeClusterNodeCommand, "DescribeClusterNodeCommand");
21010
22064
  var DescribeClusterNodeCommand = _DescribeClusterNodeCommand;
21011
22065
 
22066
+ // src/commands/DescribeClusterSchedulerConfigCommand.ts
22067
+
22068
+
22069
+
22070
+ var _DescribeClusterSchedulerConfigCommand = class _DescribeClusterSchedulerConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
22071
+ return [
22072
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
22073
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
22074
+ ];
22075
+ }).s("SageMaker", "DescribeClusterSchedulerConfig", {}).n("SageMakerClient", "DescribeClusterSchedulerConfigCommand").f(void 0, void 0).ser(se_DescribeClusterSchedulerConfigCommand).de(de_DescribeClusterSchedulerConfigCommand).build() {
22076
+ };
22077
+ __name(_DescribeClusterSchedulerConfigCommand, "DescribeClusterSchedulerConfigCommand");
22078
+ var DescribeClusterSchedulerConfigCommand = _DescribeClusterSchedulerConfigCommand;
22079
+
21012
22080
  // src/commands/DescribeCodeRepositoryCommand.ts
21013
22081
 
21014
22082
 
@@ -21037,6 +22105,20 @@ var _DescribeCompilationJobCommand = class _DescribeCompilationJobCommand extend
21037
22105
  __name(_DescribeCompilationJobCommand, "DescribeCompilationJobCommand");
21038
22106
  var DescribeCompilationJobCommand = _DescribeCompilationJobCommand;
21039
22107
 
22108
+ // src/commands/DescribeComputeQuotaCommand.ts
22109
+
22110
+
22111
+
22112
+ var _DescribeComputeQuotaCommand = class _DescribeComputeQuotaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
22113
+ return [
22114
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
22115
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
22116
+ ];
22117
+ }).s("SageMaker", "DescribeComputeQuota", {}).n("SageMakerClient", "DescribeComputeQuotaCommand").f(void 0, void 0).ser(se_DescribeComputeQuotaCommand).de(de_DescribeComputeQuotaCommand).build() {
22118
+ };
22119
+ __name(_DescribeComputeQuotaCommand, "DescribeComputeQuotaCommand");
22120
+ var DescribeComputeQuotaCommand = _DescribeComputeQuotaCommand;
22121
+
21040
22122
  // src/commands/DescribeContextCommand.ts
21041
22123
 
21042
22124
 
@@ -21408,26 +22490,92 @@ var DescribeModelBiasJobDefinitionCommand = _DescribeModelBiasJobDefinitionComma
21408
22490
 
21409
22491
  // src/models/models_3.ts
21410
22492
 
21411
- var LabelingJobStatus = {
22493
+ var TrainingJobStatus = {
21412
22494
  COMPLETED: "Completed",
21413
22495
  FAILED: "Failed",
21414
- INITIALIZING: "Initializing",
21415
22496
  IN_PROGRESS: "InProgress",
21416
22497
  STOPPED: "Stopped",
21417
22498
  STOPPING: "Stopping"
21418
22499
  };
21419
- var IsTrackingServerActive = {
21420
- ACTIVE: "Active",
21421
- INACTIVE: "Inactive"
21422
- };
21423
- var TrackingServerStatus = {
21424
- CREATED: "Created",
21425
- CREATE_FAILED: "CreateFailed",
21426
- CREATING: "Creating",
22500
+ var HyperParameterTuningJobStatus = {
22501
+ COMPLETED: "Completed",
21427
22502
  DELETE_FAILED: "DeleteFailed",
21428
22503
  DELETING: "Deleting",
21429
- MAINTENANCE_COMPLETE: "MaintenanceComplete",
21430
- MAINTENANCE_FAILED: "MaintenanceFailed",
22504
+ FAILED: "Failed",
22505
+ IN_PROGRESS: "InProgress",
22506
+ STOPPED: "Stopped",
22507
+ STOPPING: "Stopping"
22508
+ };
22509
+ var ImageStatus = {
22510
+ CREATED: "CREATED",
22511
+ CREATE_FAILED: "CREATE_FAILED",
22512
+ CREATING: "CREATING",
22513
+ DELETE_FAILED: "DELETE_FAILED",
22514
+ DELETING: "DELETING",
22515
+ UPDATE_FAILED: "UPDATE_FAILED",
22516
+ UPDATING: "UPDATING"
22517
+ };
22518
+ var ImageVersionStatus = {
22519
+ CREATED: "CREATED",
22520
+ CREATE_FAILED: "CREATE_FAILED",
22521
+ CREATING: "CREATING",
22522
+ DELETE_FAILED: "DELETE_FAILED",
22523
+ DELETING: "DELETING"
22524
+ };
22525
+ var InferenceComponentStatus = {
22526
+ CREATING: "Creating",
22527
+ DELETING: "Deleting",
22528
+ FAILED: "Failed",
22529
+ IN_SERVICE: "InService",
22530
+ UPDATING: "Updating"
22531
+ };
22532
+ var ModelVariantStatus = {
22533
+ CREATING: "Creating",
22534
+ DELETED: "Deleted",
22535
+ DELETING: "Deleting",
22536
+ IN_SERVICE: "InService",
22537
+ UPDATING: "Updating"
22538
+ };
22539
+ var InferenceExperimentStatus = {
22540
+ CANCELLED: "Cancelled",
22541
+ COMPLETED: "Completed",
22542
+ CREATED: "Created",
22543
+ CREATING: "Creating",
22544
+ RUNNING: "Running",
22545
+ STARTING: "Starting",
22546
+ STOPPING: "Stopping",
22547
+ UPDATING: "Updating"
22548
+ };
22549
+ var RecommendationJobStatus = {
22550
+ COMPLETED: "COMPLETED",
22551
+ DELETED: "DELETED",
22552
+ DELETING: "DELETING",
22553
+ FAILED: "FAILED",
22554
+ IN_PROGRESS: "IN_PROGRESS",
22555
+ PENDING: "PENDING",
22556
+ STOPPED: "STOPPED",
22557
+ STOPPING: "STOPPING"
22558
+ };
22559
+ var LabelingJobStatus = {
22560
+ COMPLETED: "Completed",
22561
+ FAILED: "Failed",
22562
+ INITIALIZING: "Initializing",
22563
+ IN_PROGRESS: "InProgress",
22564
+ STOPPED: "Stopped",
22565
+ STOPPING: "Stopping"
22566
+ };
22567
+ var IsTrackingServerActive = {
22568
+ ACTIVE: "Active",
22569
+ INACTIVE: "Inactive"
22570
+ };
22571
+ var TrackingServerStatus = {
22572
+ CREATED: "Created",
22573
+ CREATE_FAILED: "CreateFailed",
22574
+ CREATING: "Creating",
22575
+ DELETE_FAILED: "DeleteFailed",
22576
+ DELETING: "Deleting",
22577
+ MAINTENANCE_COMPLETE: "MaintenanceComplete",
22578
+ MAINTENANCE_FAILED: "MaintenanceFailed",
21431
22579
  MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress",
21432
22580
  STARTED: "Started",
21433
22581
  STARTING: "Starting",
@@ -21498,6 +22646,15 @@ var OptimizationJobStatus = {
21498
22646
  STOPPED: "STOPPED",
21499
22647
  STOPPING: "STOPPING"
21500
22648
  };
22649
+ var PartnerAppStatus = {
22650
+ AVAILABLE: "Available",
22651
+ CREATING: "Creating",
22652
+ DELETED: "Deleted",
22653
+ DELETING: "Deleting",
22654
+ FAILED: "Failed",
22655
+ UPDATE_FAILED: "UpdateFailed",
22656
+ UPDATING: "Updating"
22657
+ };
21501
22658
  var PipelineStatus = {
21502
22659
  ACTIVE: "Active",
21503
22660
  DELETING: "Deleting"
@@ -21566,6 +22723,31 @@ var WarmPoolResourceStatus = {
21566
22723
  REUSED: "Reused",
21567
22724
  TERMINATED: "Terminated"
21568
22725
  };
22726
+ var ReservedCapacityInstanceType = {
22727
+ ML_P4D_24XLARGE: "ml.p4d.24xlarge",
22728
+ ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
22729
+ ML_P5E_48XLARGE: "ml.p5e.48xlarge",
22730
+ ML_P5_48XLARGE: "ml.p5.48xlarge",
22731
+ ML_TRN2_48XLARGE: "ml.trn2.48xlarge"
22732
+ };
22733
+ var ReservedCapacityStatus = {
22734
+ ACTIVE: "Active",
22735
+ EXPIRED: "Expired",
22736
+ FAILED: "Failed",
22737
+ PENDING: "Pending",
22738
+ SCHEDULED: "Scheduled"
22739
+ };
22740
+ var TrainingPlanStatus = {
22741
+ ACTIVE: "Active",
22742
+ EXPIRED: "Expired",
22743
+ FAILED: "Failed",
22744
+ PENDING: "Pending",
22745
+ SCHEDULED: "Scheduled"
22746
+ };
22747
+ var SageMakerResourceName = {
22748
+ HYPERPOD_CLUSTER: "hyperpod-cluster",
22749
+ TRAINING_JOB: "training-job"
22750
+ };
21569
22751
  var TransformJobStatus = {
21570
22752
  COMPLETED: "Completed",
21571
22753
  FAILED: "Failed",
@@ -21744,11 +22926,22 @@ var SortAssociationsBy = {
21744
22926
  SOURCE_ARN: "SourceArn",
21745
22927
  SOURCE_TYPE: "SourceType"
21746
22928
  };
22929
+ var SortClusterSchedulerConfigBy = {
22930
+ CREATION_TIME: "CreationTime",
22931
+ NAME: "Name",
22932
+ STATUS: "Status"
22933
+ };
21747
22934
  var ListCompilationJobsSortBy = {
21748
22935
  CREATION_TIME: "CreationTime",
21749
22936
  NAME: "Name",
21750
22937
  STATUS: "Status"
21751
22938
  };
22939
+ var SortQuotaBy = {
22940
+ CLUSTER_ARN: "ClusterArn",
22941
+ CREATION_TIME: "CreationTime",
22942
+ NAME: "Name",
22943
+ STATUS: "Status"
22944
+ };
21752
22945
  var SortContextsBy = {
21753
22946
  CREATION_TIME: "CreationTime",
21754
22947
  NAME: "Name"
@@ -21762,49 +22955,6 @@ var ListDeviceFleetsSortBy = {
21762
22955
  LastModifiedTime: "LAST_MODIFIED_TIME",
21763
22956
  Name: "NAME"
21764
22957
  };
21765
- var ListEdgeDeploymentPlansSortBy = {
21766
- CreationTime: "CREATION_TIME",
21767
- DeviceFleetName: "DEVICE_FLEET_NAME",
21768
- LastModifiedTime: "LAST_MODIFIED_TIME",
21769
- Name: "NAME"
21770
- };
21771
- var ListEdgePackagingJobsSortBy = {
21772
- CreationTime: "CREATION_TIME",
21773
- EdgePackagingJobStatus: "STATUS",
21774
- LastModifiedTime: "LAST_MODIFIED_TIME",
21775
- ModelName: "MODEL_NAME",
21776
- Name: "NAME"
21777
- };
21778
- var OrderKey = {
21779
- Ascending: "Ascending",
21780
- Descending: "Descending"
21781
- };
21782
- var SortExperimentsBy = {
21783
- CREATION_TIME: "CreationTime",
21784
- NAME: "Name"
21785
- };
21786
- var SortInferenceExperimentsBy = {
21787
- CREATION_TIME: "CreationTime",
21788
- NAME: "Name",
21789
- STATUS: "Status"
21790
- };
21791
- var ListInferenceRecommendationsJobsSortBy = {
21792
- CREATION_TIME: "CreationTime",
21793
- NAME: "Name",
21794
- STATUS: "Status"
21795
- };
21796
- var SortBy = {
21797
- CREATION_TIME: "CreationTime",
21798
- NAME: "Name",
21799
- STATUS: "Status"
21800
- };
21801
- var ListLabelingJobsForWorkteamSortByOptions = {
21802
- CREATION_TIME: "CreationTime"
21803
- };
21804
- var SortLineageGroupsBy = {
21805
- CREATION_TIME: "CreationTime",
21806
- NAME: "Name"
21807
- };
21808
22958
  var DescribeModelCardResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
21809
22959
  ...obj,
21810
22960
  ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
@@ -21965,6 +23115,20 @@ var _DescribeOptimizationJobCommand = class _DescribeOptimizationJobCommand exte
21965
23115
  __name(_DescribeOptimizationJobCommand, "DescribeOptimizationJobCommand");
21966
23116
  var DescribeOptimizationJobCommand = _DescribeOptimizationJobCommand;
21967
23117
 
23118
+ // src/commands/DescribePartnerAppCommand.ts
23119
+
23120
+
23121
+
23122
+ var _DescribePartnerAppCommand = class _DescribePartnerAppCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
23123
+ return [
23124
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
23125
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
23126
+ ];
23127
+ }).s("SageMaker", "DescribePartnerApp", {}).n("SageMakerClient", "DescribePartnerAppCommand").f(void 0, void 0).ser(se_DescribePartnerAppCommand).de(de_DescribePartnerAppCommand).build() {
23128
+ };
23129
+ __name(_DescribePartnerAppCommand, "DescribePartnerAppCommand");
23130
+ var DescribePartnerAppCommand = _DescribePartnerAppCommand;
23131
+
21968
23132
  // src/commands/DescribePipelineCommand.ts
21969
23133
 
21970
23134
 
@@ -22091,6 +23255,20 @@ var _DescribeTrainingJobCommand = class _DescribeTrainingJobCommand extends impo
22091
23255
  __name(_DescribeTrainingJobCommand, "DescribeTrainingJobCommand");
22092
23256
  var DescribeTrainingJobCommand = _DescribeTrainingJobCommand;
22093
23257
 
23258
+ // src/commands/DescribeTrainingPlanCommand.ts
23259
+
23260
+
23261
+
23262
+ var _DescribeTrainingPlanCommand = class _DescribeTrainingPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
23263
+ return [
23264
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
23265
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
23266
+ ];
23267
+ }).s("SageMaker", "DescribeTrainingPlan", {}).n("SageMakerClient", "DescribeTrainingPlanCommand").f(void 0, void 0).ser(se_DescribeTrainingPlanCommand).de(de_DescribeTrainingPlanCommand).build() {
23268
+ };
23269
+ __name(_DescribeTrainingPlanCommand, "DescribeTrainingPlanCommand");
23270
+ var DescribeTrainingPlanCommand = _DescribeTrainingPlanCommand;
23271
+
22094
23272
  // src/commands/DescribeTransformJobCommand.ts
22095
23273
 
22096
23274
 
@@ -22455,6 +23633,20 @@ var _ListClusterNodesCommand = class _ListClusterNodesCommand extends import_smi
22455
23633
  __name(_ListClusterNodesCommand, "ListClusterNodesCommand");
22456
23634
  var ListClusterNodesCommand = _ListClusterNodesCommand;
22457
23635
 
23636
+ // src/commands/ListClusterSchedulerConfigsCommand.ts
23637
+
23638
+
23639
+
23640
+ var _ListClusterSchedulerConfigsCommand = class _ListClusterSchedulerConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
23641
+ return [
23642
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
23643
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
23644
+ ];
23645
+ }).s("SageMaker", "ListClusterSchedulerConfigs", {}).n("SageMakerClient", "ListClusterSchedulerConfigsCommand").f(void 0, void 0).ser(se_ListClusterSchedulerConfigsCommand).de(de_ListClusterSchedulerConfigsCommand).build() {
23646
+ };
23647
+ __name(_ListClusterSchedulerConfigsCommand, "ListClusterSchedulerConfigsCommand");
23648
+ var ListClusterSchedulerConfigsCommand = _ListClusterSchedulerConfigsCommand;
23649
+
22458
23650
  // src/commands/ListClustersCommand.ts
22459
23651
 
22460
23652
 
@@ -22497,6 +23689,20 @@ var _ListCompilationJobsCommand = class _ListCompilationJobsCommand extends impo
22497
23689
  __name(_ListCompilationJobsCommand, "ListCompilationJobsCommand");
22498
23690
  var ListCompilationJobsCommand = _ListCompilationJobsCommand;
22499
23691
 
23692
+ // src/commands/ListComputeQuotasCommand.ts
23693
+
23694
+
23695
+
23696
+ var _ListComputeQuotasCommand = class _ListComputeQuotasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
23697
+ return [
23698
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
23699
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
23700
+ ];
23701
+ }).s("SageMaker", "ListComputeQuotas", {}).n("SageMakerClient", "ListComputeQuotasCommand").f(void 0, void 0).ser(se_ListComputeQuotasCommand).de(de_ListComputeQuotasCommand).build() {
23702
+ };
23703
+ __name(_ListComputeQuotasCommand, "ListComputeQuotasCommand");
23704
+ var ListComputeQuotasCommand = _ListComputeQuotasCommand;
23705
+
22500
23706
  // src/commands/ListContextsCommand.ts
22501
23707
 
22502
23708
 
@@ -23113,6 +24319,20 @@ var _ListOptimizationJobsCommand = class _ListOptimizationJobsCommand extends im
23113
24319
  __name(_ListOptimizationJobsCommand, "ListOptimizationJobsCommand");
23114
24320
  var ListOptimizationJobsCommand = _ListOptimizationJobsCommand;
23115
24321
 
24322
+ // src/commands/ListPartnerAppsCommand.ts
24323
+
24324
+
24325
+
24326
+ var _ListPartnerAppsCommand = class _ListPartnerAppsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
24327
+ return [
24328
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
24329
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
24330
+ ];
24331
+ }).s("SageMaker", "ListPartnerApps", {}).n("SageMakerClient", "ListPartnerAppsCommand").f(void 0, void 0).ser(se_ListPartnerAppsCommand).de(de_ListPartnerAppsCommand).build() {
24332
+ };
24333
+ __name(_ListPartnerAppsCommand, "ListPartnerAppsCommand");
24334
+ var ListPartnerAppsCommand = _ListPartnerAppsCommand;
24335
+
23116
24336
  // src/commands/ListPipelineExecutionsCommand.ts
23117
24337
 
23118
24338
 
@@ -23309,6 +24529,20 @@ var _ListTrainingJobsForHyperParameterTuningJobCommand = class _ListTrainingJobs
23309
24529
  __name(_ListTrainingJobsForHyperParameterTuningJobCommand, "ListTrainingJobsForHyperParameterTuningJobCommand");
23310
24530
  var ListTrainingJobsForHyperParameterTuningJobCommand = _ListTrainingJobsForHyperParameterTuningJobCommand;
23311
24531
 
24532
+ // src/commands/ListTrainingPlansCommand.ts
24533
+
24534
+
24535
+
24536
+ var _ListTrainingPlansCommand = class _ListTrainingPlansCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
24537
+ return [
24538
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
24539
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
24540
+ ];
24541
+ }).s("SageMaker", "ListTrainingPlans", {}).n("SageMakerClient", "ListTrainingPlansCommand").f(void 0, void 0).ser(se_ListTrainingPlansCommand).de(de_ListTrainingPlansCommand).build() {
24542
+ };
24543
+ __name(_ListTrainingPlansCommand, "ListTrainingPlansCommand");
24544
+ var ListTrainingPlansCommand = _ListTrainingPlansCommand;
24545
+
23312
24546
  // src/commands/ListTransformJobsCommand.ts
23313
24547
 
23314
24548
 
@@ -23470,6 +24704,49 @@ var RetryPipelineExecutionCommand = _RetryPipelineExecutionCommand;
23470
24704
 
23471
24705
  // src/models/models_4.ts
23472
24706
 
24707
+ var ListEdgeDeploymentPlansSortBy = {
24708
+ CreationTime: "CREATION_TIME",
24709
+ DeviceFleetName: "DEVICE_FLEET_NAME",
24710
+ LastModifiedTime: "LAST_MODIFIED_TIME",
24711
+ Name: "NAME"
24712
+ };
24713
+ var ListEdgePackagingJobsSortBy = {
24714
+ CreationTime: "CREATION_TIME",
24715
+ EdgePackagingJobStatus: "STATUS",
24716
+ LastModifiedTime: "LAST_MODIFIED_TIME",
24717
+ ModelName: "MODEL_NAME",
24718
+ Name: "NAME"
24719
+ };
24720
+ var OrderKey = {
24721
+ Ascending: "Ascending",
24722
+ Descending: "Descending"
24723
+ };
24724
+ var SortExperimentsBy = {
24725
+ CREATION_TIME: "CreationTime",
24726
+ NAME: "Name"
24727
+ };
24728
+ var SortInferenceExperimentsBy = {
24729
+ CREATION_TIME: "CreationTime",
24730
+ NAME: "Name",
24731
+ STATUS: "Status"
24732
+ };
24733
+ var ListInferenceRecommendationsJobsSortBy = {
24734
+ CREATION_TIME: "CreationTime",
24735
+ NAME: "Name",
24736
+ STATUS: "Status"
24737
+ };
24738
+ var SortBy = {
24739
+ CREATION_TIME: "CreationTime",
24740
+ NAME: "Name",
24741
+ STATUS: "Status"
24742
+ };
24743
+ var ListLabelingJobsForWorkteamSortByOptions = {
24744
+ CREATION_TIME: "CreationTime"
24745
+ };
24746
+ var SortLineageGroupsBy = {
24747
+ CREATION_TIME: "CreationTime",
24748
+ NAME: "Name"
24749
+ };
23473
24750
  var SortTrackingServerBy = {
23474
24751
  CREATION_TIME: "CreationTime",
23475
24752
  NAME: "Name",
@@ -23605,6 +24882,18 @@ var TrainingJobSortByOptions = {
23605
24882
  Name: "Name",
23606
24883
  Status: "Status"
23607
24884
  };
24885
+ var TrainingPlanFilterName = {
24886
+ STATUS: "Status"
24887
+ };
24888
+ var TrainingPlanSortBy = {
24889
+ NAME: "TrainingPlanName",
24890
+ START_TIME: "StartTime",
24891
+ STATUS: "Status"
24892
+ };
24893
+ var TrainingPlanSortOrder = {
24894
+ ASCENDING: "Ascending",
24895
+ DESCENDING: "Descending"
24896
+ };
23608
24897
  var SortTrialComponentsBy = {
23609
24898
  CREATION_TIME: "CreationTime",
23610
24899
  NAME: "Name"
@@ -23634,11 +24923,6 @@ var SearchSortOrder = {
23634
24923
  ASCENDING: "Ascending",
23635
24924
  DESCENDING: "Descending"
23636
24925
  };
23637
- var VariantPropertyType = {
23638
- DataCaptureConfig: "DataCaptureConfig",
23639
- DesiredInstanceCount: "DesiredInstanceCount",
23640
- DesiredWeight: "DesiredWeight"
23641
- };
23642
24926
  var ModelCardFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
23643
24927
  ...obj,
23644
24928
  ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
@@ -23658,14 +24942,6 @@ var SearchResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
23658
24942
  ...obj,
23659
24943
  ...obj.Results && { Results: obj.Results.map((item) => SearchRecordFilterSensitiveLog(item)) }
23660
24944
  }), "SearchResponseFilterSensitiveLog");
23661
- var UpdateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
23662
- ...obj,
23663
- ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
23664
- }), "UpdateModelCardRequestFilterSensitiveLog");
23665
- var UpdateModelPackageInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
23666
- ...obj,
23667
- ...obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }
23668
- }), "UpdateModelPackageInputFilterSensitiveLog");
23669
24945
 
23670
24946
  // src/commands/SearchCommand.ts
23671
24947
  var _SearchCommand = class _SearchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
@@ -23678,6 +24954,20 @@ var _SearchCommand = class _SearchCommand extends import_smithy_client.Command.c
23678
24954
  __name(_SearchCommand, "SearchCommand");
23679
24955
  var SearchCommand = _SearchCommand;
23680
24956
 
24957
+ // src/commands/SearchTrainingPlanOfferingsCommand.ts
24958
+
24959
+
24960
+
24961
+ var _SearchTrainingPlanOfferingsCommand = class _SearchTrainingPlanOfferingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
24962
+ return [
24963
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
24964
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
24965
+ ];
24966
+ }).s("SageMaker", "SearchTrainingPlanOfferings", {}).n("SageMakerClient", "SearchTrainingPlanOfferingsCommand").f(void 0, void 0).ser(se_SearchTrainingPlanOfferingsCommand).de(de_SearchTrainingPlanOfferingsCommand).build() {
24967
+ };
24968
+ __name(_SearchTrainingPlanOfferingsCommand, "SearchTrainingPlanOfferingsCommand");
24969
+ var SearchTrainingPlanOfferingsCommand = _SearchTrainingPlanOfferingsCommand;
24970
+
23681
24971
  // src/commands/SendPipelineExecutionStepFailureCommand.ts
23682
24972
 
23683
24973
 
@@ -24070,6 +25360,20 @@ var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_cl
24070
25360
  __name(_UpdateClusterCommand, "UpdateClusterCommand");
24071
25361
  var UpdateClusterCommand = _UpdateClusterCommand;
24072
25362
 
25363
+ // src/commands/UpdateClusterSchedulerConfigCommand.ts
25364
+
25365
+
25366
+
25367
+ var _UpdateClusterSchedulerConfigCommand = class _UpdateClusterSchedulerConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
25368
+ return [
25369
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
25370
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
25371
+ ];
25372
+ }).s("SageMaker", "UpdateClusterSchedulerConfig", {}).n("SageMakerClient", "UpdateClusterSchedulerConfigCommand").f(void 0, void 0).ser(se_UpdateClusterSchedulerConfigCommand).de(de_UpdateClusterSchedulerConfigCommand).build() {
25373
+ };
25374
+ __name(_UpdateClusterSchedulerConfigCommand, "UpdateClusterSchedulerConfigCommand");
25375
+ var UpdateClusterSchedulerConfigCommand = _UpdateClusterSchedulerConfigCommand;
25376
+
24073
25377
  // src/commands/UpdateClusterSoftwareCommand.ts
24074
25378
 
24075
25379
 
@@ -24098,6 +25402,20 @@ var _UpdateCodeRepositoryCommand = class _UpdateCodeRepositoryCommand extends im
24098
25402
  __name(_UpdateCodeRepositoryCommand, "UpdateCodeRepositoryCommand");
24099
25403
  var UpdateCodeRepositoryCommand = _UpdateCodeRepositoryCommand;
24100
25404
 
25405
+ // src/commands/UpdateComputeQuotaCommand.ts
25406
+
25407
+
25408
+
25409
+ var _UpdateComputeQuotaCommand = class _UpdateComputeQuotaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
25410
+ return [
25411
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
25412
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
25413
+ ];
25414
+ }).s("SageMaker", "UpdateComputeQuota", {}).n("SageMakerClient", "UpdateComputeQuotaCommand").f(void 0, void 0).ser(se_UpdateComputeQuotaCommand).de(de_UpdateComputeQuotaCommand).build() {
25415
+ };
25416
+ __name(_UpdateComputeQuotaCommand, "UpdateComputeQuotaCommand");
25417
+ var UpdateComputeQuotaCommand = _UpdateComputeQuotaCommand;
25418
+
24101
25419
  // src/commands/UpdateContextCommand.ts
24102
25420
 
24103
25421
 
@@ -24326,6 +25644,28 @@ var UpdateMlflowTrackingServerCommand = _UpdateMlflowTrackingServerCommand;
24326
25644
 
24327
25645
 
24328
25646
 
25647
+
25648
+ // src/models/models_5.ts
25649
+
25650
+ var VariantPropertyType = {
25651
+ DataCaptureConfig: "DataCaptureConfig",
25652
+ DesiredInstanceCount: "DesiredInstanceCount",
25653
+ DesiredWeight: "DesiredWeight"
25654
+ };
25655
+ var UpdateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
25656
+ ...obj,
25657
+ ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
25658
+ }), "UpdateModelCardRequestFilterSensitiveLog");
25659
+ var UpdateModelPackageInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
25660
+ ...obj,
25661
+ ...obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }
25662
+ }), "UpdateModelPackageInputFilterSensitiveLog");
25663
+ var UpdateWorkforceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
25664
+ ...obj,
25665
+ ...obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }
25666
+ }), "UpdateWorkforceRequestFilterSensitiveLog");
25667
+
25668
+ // src/commands/UpdateModelCardCommand.ts
24329
25669
  var _UpdateModelCardCommand = class _UpdateModelCardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
24330
25670
  return [
24331
25671
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -24406,6 +25746,20 @@ var _UpdateNotebookInstanceLifecycleConfigCommand = class _UpdateNotebookInstanc
24406
25746
  __name(_UpdateNotebookInstanceLifecycleConfigCommand, "UpdateNotebookInstanceLifecycleConfigCommand");
24407
25747
  var UpdateNotebookInstanceLifecycleConfigCommand = _UpdateNotebookInstanceLifecycleConfigCommand;
24408
25748
 
25749
+ // src/commands/UpdatePartnerAppCommand.ts
25750
+
25751
+
25752
+
25753
+ var _UpdatePartnerAppCommand = class _UpdatePartnerAppCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
25754
+ return [
25755
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
25756
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
25757
+ ];
25758
+ }).s("SageMaker", "UpdatePartnerApp", {}).n("SageMakerClient", "UpdatePartnerAppCommand").f(void 0, void 0).ser(se_UpdatePartnerAppCommand).de(de_UpdatePartnerAppCommand).build() {
25759
+ };
25760
+ __name(_UpdatePartnerAppCommand, "UpdatePartnerAppCommand");
25761
+ var UpdatePartnerAppCommand = _UpdatePartnerAppCommand;
25762
+
24409
25763
  // src/commands/UpdatePipelineCommand.ts
24410
25764
 
24411
25765
 
@@ -24522,14 +25876,6 @@ var UpdateUserProfileCommand = _UpdateUserProfileCommand;
24522
25876
 
24523
25877
 
24524
25878
 
24525
-
24526
- // src/models/models_5.ts
24527
- var UpdateWorkforceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
24528
- ...obj,
24529
- ...obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }
24530
- }), "UpdateWorkforceRequestFilterSensitiveLog");
24531
-
24532
- // src/commands/UpdateWorkforceCommand.ts
24533
25879
  var _UpdateWorkforceCommand = class _UpdateWorkforceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
24534
25880
  return [
24535
25881
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -24569,8 +25915,10 @@ var commands = {
24569
25915
  CreateAutoMLJobCommand,
24570
25916
  CreateAutoMLJobV2Command,
24571
25917
  CreateClusterCommand,
25918
+ CreateClusterSchedulerConfigCommand,
24572
25919
  CreateCodeRepositoryCommand,
24573
25920
  CreateCompilationJobCommand,
25921
+ CreateComputeQuotaCommand,
24574
25922
  CreateContextCommand,
24575
25923
  CreateDataQualityJobDefinitionCommand,
24576
25924
  CreateDeviceFleetCommand,
@@ -24606,6 +25954,8 @@ var commands = {
24606
25954
  CreateNotebookInstanceCommand,
24607
25955
  CreateNotebookInstanceLifecycleConfigCommand,
24608
25956
  CreateOptimizationJobCommand,
25957
+ CreatePartnerAppCommand,
25958
+ CreatePartnerAppPresignedUrlCommand,
24609
25959
  CreatePipelineCommand,
24610
25960
  CreatePresignedDomainUrlCommand,
24611
25961
  CreatePresignedMlflowTrackingServerUrlCommand,
@@ -24615,6 +25965,7 @@ var commands = {
24615
25965
  CreateSpaceCommand,
24616
25966
  CreateStudioLifecycleConfigCommand,
24617
25967
  CreateTrainingJobCommand,
25968
+ CreateTrainingPlanCommand,
24618
25969
  CreateTransformJobCommand,
24619
25970
  CreateTrialCommand,
24620
25971
  CreateTrialComponentCommand,
@@ -24628,8 +25979,10 @@ var commands = {
24628
25979
  DeleteArtifactCommand,
24629
25980
  DeleteAssociationCommand,
24630
25981
  DeleteClusterCommand,
25982
+ DeleteClusterSchedulerConfigCommand,
24631
25983
  DeleteCodeRepositoryCommand,
24632
25984
  DeleteCompilationJobCommand,
25985
+ DeleteComputeQuotaCommand,
24633
25986
  DeleteContextCommand,
24634
25987
  DeleteDataQualityJobDefinitionCommand,
24635
25988
  DeleteDeviceFleetCommand,
@@ -24663,6 +26016,7 @@ var commands = {
24663
26016
  DeleteNotebookInstanceCommand,
24664
26017
  DeleteNotebookInstanceLifecycleConfigCommand,
24665
26018
  DeleteOptimizationJobCommand,
26019
+ DeletePartnerAppCommand,
24666
26020
  DeletePipelineCommand,
24667
26021
  DeleteProjectCommand,
24668
26022
  DeleteSpaceCommand,
@@ -24683,8 +26037,10 @@ var commands = {
24683
26037
  DescribeAutoMLJobV2Command,
24684
26038
  DescribeClusterCommand,
24685
26039
  DescribeClusterNodeCommand,
26040
+ DescribeClusterSchedulerConfigCommand,
24686
26041
  DescribeCodeRepositoryCommand,
24687
26042
  DescribeCompilationJobCommand,
26043
+ DescribeComputeQuotaCommand,
24688
26044
  DescribeContextCommand,
24689
26045
  DescribeDataQualityJobDefinitionCommand,
24690
26046
  DescribeDeviceCommand,
@@ -24722,6 +26078,7 @@ var commands = {
24722
26078
  DescribeNotebookInstanceCommand,
24723
26079
  DescribeNotebookInstanceLifecycleConfigCommand,
24724
26080
  DescribeOptimizationJobCommand,
26081
+ DescribePartnerAppCommand,
24725
26082
  DescribePipelineCommand,
24726
26083
  DescribePipelineDefinitionForExecutionCommand,
24727
26084
  DescribePipelineExecutionCommand,
@@ -24731,6 +26088,7 @@ var commands = {
24731
26088
  DescribeStudioLifecycleConfigCommand,
24732
26089
  DescribeSubscribedWorkteamCommand,
24733
26090
  DescribeTrainingJobCommand,
26091
+ DescribeTrainingPlanCommand,
24734
26092
  DescribeTransformJobCommand,
24735
26093
  DescribeTrialCommand,
24736
26094
  DescribeTrialComponentCommand,
@@ -24758,8 +26116,10 @@ var commands = {
24758
26116
  ListCandidatesForAutoMLJobCommand,
24759
26117
  ListClusterNodesCommand,
24760
26118
  ListClustersCommand,
26119
+ ListClusterSchedulerConfigsCommand,
24761
26120
  ListCodeRepositoriesCommand,
24762
26121
  ListCompilationJobsCommand,
26122
+ ListComputeQuotasCommand,
24763
26123
  ListContextsCommand,
24764
26124
  ListDataQualityJobDefinitionsCommand,
24765
26125
  ListDeviceFleetsCommand,
@@ -24804,6 +26164,7 @@ var commands = {
24804
26164
  ListNotebookInstanceLifecycleConfigsCommand,
24805
26165
  ListNotebookInstancesCommand,
24806
26166
  ListOptimizationJobsCommand,
26167
+ ListPartnerAppsCommand,
24807
26168
  ListPipelineExecutionsCommand,
24808
26169
  ListPipelineExecutionStepsCommand,
24809
26170
  ListPipelineParametersForExecutionCommand,
@@ -24818,6 +26179,7 @@ var commands = {
24818
26179
  ListTagsCommand,
24819
26180
  ListTrainingJobsCommand,
24820
26181
  ListTrainingJobsForHyperParameterTuningJobCommand,
26182
+ ListTrainingPlansCommand,
24821
26183
  ListTransformJobsCommand,
24822
26184
  ListTrialComponentsCommand,
24823
26185
  ListTrialsCommand,
@@ -24830,6 +26192,7 @@ var commands = {
24830
26192
  RenderUiTemplateCommand,
24831
26193
  RetryPipelineExecutionCommand,
24832
26194
  SearchCommand,
26195
+ SearchTrainingPlanOfferingsCommand,
24833
26196
  SendPipelineExecutionStepFailureCommand,
24834
26197
  SendPipelineExecutionStepSuccessCommand,
24835
26198
  StartEdgeDeploymentStageCommand,
@@ -24858,8 +26221,10 @@ var commands = {
24858
26221
  UpdateAppImageConfigCommand,
24859
26222
  UpdateArtifactCommand,
24860
26223
  UpdateClusterCommand,
26224
+ UpdateClusterSchedulerConfigCommand,
24861
26225
  UpdateClusterSoftwareCommand,
24862
26226
  UpdateCodeRepositoryCommand,
26227
+ UpdateComputeQuotaCommand,
24863
26228
  UpdateContextCommand,
24864
26229
  UpdateDeviceFleetCommand,
24865
26230
  UpdateDevicesCommand,
@@ -24882,6 +26247,7 @@ var commands = {
24882
26247
  UpdateMonitoringScheduleCommand,
24883
26248
  UpdateNotebookInstanceCommand,
24884
26249
  UpdateNotebookInstanceLifecycleConfigCommand,
26250
+ UpdatePartnerAppCommand,
24885
26251
  UpdatePipelineCommand,
24886
26252
  UpdatePipelineExecutionCommand,
24887
26253
  UpdateProjectCommand,
@@ -24935,6 +26301,10 @@ var paginateListAutoMLJobs = (0, import_core.createPaginator)(SageMakerClient, L
24935
26301
 
24936
26302
  var paginateListCandidatesForAutoMLJob = (0, import_core.createPaginator)(SageMakerClient, ListCandidatesForAutoMLJobCommand, "NextToken", "NextToken", "MaxResults");
24937
26303
 
26304
+ // src/pagination/ListClusterSchedulerConfigsPaginator.ts
26305
+
26306
+ var paginateListClusterSchedulerConfigs = (0, import_core.createPaginator)(SageMakerClient, ListClusterSchedulerConfigsCommand, "NextToken", "NextToken", "MaxResults");
26307
+
24938
26308
  // src/pagination/ListCodeRepositoriesPaginator.ts
24939
26309
 
24940
26310
  var paginateListCodeRepositories = (0, import_core.createPaginator)(SageMakerClient, ListCodeRepositoriesCommand, "NextToken", "NextToken", "MaxResults");
@@ -24943,6 +26313,10 @@ var paginateListCodeRepositories = (0, import_core.createPaginator)(SageMakerCli
24943
26313
 
24944
26314
  var paginateListCompilationJobs = (0, import_core.createPaginator)(SageMakerClient, ListCompilationJobsCommand, "NextToken", "NextToken", "MaxResults");
24945
26315
 
26316
+ // src/pagination/ListComputeQuotasPaginator.ts
26317
+
26318
+ var paginateListComputeQuotas = (0, import_core.createPaginator)(SageMakerClient, ListComputeQuotasCommand, "NextToken", "NextToken", "MaxResults");
26319
+
24946
26320
  // src/pagination/ListContextsPaginator.ts
24947
26321
 
24948
26322
  var paginateListContexts = (0, import_core.createPaginator)(SageMakerClient, ListContextsCommand, "NextToken", "NextToken", "MaxResults");
@@ -25107,6 +26481,10 @@ var paginateListNotebookInstances = (0, import_core.createPaginator)(SageMakerCl
25107
26481
 
25108
26482
  var paginateListOptimizationJobs = (0, import_core.createPaginator)(SageMakerClient, ListOptimizationJobsCommand, "NextToken", "NextToken", "MaxResults");
25109
26483
 
26484
+ // src/pagination/ListPartnerAppsPaginator.ts
26485
+
26486
+ var paginateListPartnerApps = (0, import_core.createPaginator)(SageMakerClient, ListPartnerAppsCommand, "NextToken", "NextToken", "MaxResults");
26487
+
25110
26488
  // src/pagination/ListPipelineExecutionStepsPaginator.ts
25111
26489
 
25112
26490
  var paginateListPipelineExecutionSteps = (0, import_core.createPaginator)(SageMakerClient, ListPipelineExecutionStepsCommand, "NextToken", "NextToken", "MaxResults");
@@ -25163,6 +26541,10 @@ var paginateListTrainingJobsForHyperParameterTuningJob = (0, import_core.createP
25163
26541
 
25164
26542
  var paginateListTrainingJobs = (0, import_core.createPaginator)(SageMakerClient, ListTrainingJobsCommand, "NextToken", "NextToken", "MaxResults");
25165
26543
 
26544
+ // src/pagination/ListTrainingPlansPaginator.ts
26545
+
26546
+ var paginateListTrainingPlans = (0, import_core.createPaginator)(SageMakerClient, ListTrainingPlansCommand, "NextToken", "NextToken", "MaxResults");
26547
+
25166
26548
  // src/pagination/ListTransformJobsPaginator.ts
25167
26549
 
25168
26550
  var paginateListTransformJobs = (0, import_core.createPaginator)(SageMakerClient, ListTransformJobsCommand, "NextToken", "NextToken", "MaxResults");
@@ -25765,8 +27147,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
25765
27147
  CreateAutoMLJobCommand,
25766
27148
  CreateAutoMLJobV2Command,
25767
27149
  CreateClusterCommand,
27150
+ CreateClusterSchedulerConfigCommand,
25768
27151
  CreateCodeRepositoryCommand,
25769
27152
  CreateCompilationJobCommand,
27153
+ CreateComputeQuotaCommand,
25770
27154
  CreateContextCommand,
25771
27155
  CreateDataQualityJobDefinitionCommand,
25772
27156
  CreateDeviceFleetCommand,
@@ -25802,6 +27186,8 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
25802
27186
  CreateNotebookInstanceCommand,
25803
27187
  CreateNotebookInstanceLifecycleConfigCommand,
25804
27188
  CreateOptimizationJobCommand,
27189
+ CreatePartnerAppCommand,
27190
+ CreatePartnerAppPresignedUrlCommand,
25805
27191
  CreatePipelineCommand,
25806
27192
  CreatePresignedDomainUrlCommand,
25807
27193
  CreatePresignedMlflowTrackingServerUrlCommand,
@@ -25811,6 +27197,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
25811
27197
  CreateSpaceCommand,
25812
27198
  CreateStudioLifecycleConfigCommand,
25813
27199
  CreateTrainingJobCommand,
27200
+ CreateTrainingPlanCommand,
25814
27201
  CreateTransformJobCommand,
25815
27202
  CreateTrialCommand,
25816
27203
  CreateTrialComponentCommand,
@@ -25824,8 +27211,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
25824
27211
  DeleteArtifactCommand,
25825
27212
  DeleteAssociationCommand,
25826
27213
  DeleteClusterCommand,
27214
+ DeleteClusterSchedulerConfigCommand,
25827
27215
  DeleteCodeRepositoryCommand,
25828
27216
  DeleteCompilationJobCommand,
27217
+ DeleteComputeQuotaCommand,
25829
27218
  DeleteContextCommand,
25830
27219
  DeleteDataQualityJobDefinitionCommand,
25831
27220
  DeleteDeviceFleetCommand,
@@ -25859,6 +27248,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
25859
27248
  DeleteNotebookInstanceCommand,
25860
27249
  DeleteNotebookInstanceLifecycleConfigCommand,
25861
27250
  DeleteOptimizationJobCommand,
27251
+ DeletePartnerAppCommand,
25862
27252
  DeletePipelineCommand,
25863
27253
  DeleteProjectCommand,
25864
27254
  DeleteSpaceCommand,
@@ -25879,8 +27269,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
25879
27269
  DescribeAutoMLJobV2Command,
25880
27270
  DescribeClusterCommand,
25881
27271
  DescribeClusterNodeCommand,
27272
+ DescribeClusterSchedulerConfigCommand,
25882
27273
  DescribeCodeRepositoryCommand,
25883
27274
  DescribeCompilationJobCommand,
27275
+ DescribeComputeQuotaCommand,
25884
27276
  DescribeContextCommand,
25885
27277
  DescribeDataQualityJobDefinitionCommand,
25886
27278
  DescribeDeviceCommand,
@@ -25918,6 +27310,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
25918
27310
  DescribeNotebookInstanceCommand,
25919
27311
  DescribeNotebookInstanceLifecycleConfigCommand,
25920
27312
  DescribeOptimizationJobCommand,
27313
+ DescribePartnerAppCommand,
25921
27314
  DescribePipelineCommand,
25922
27315
  DescribePipelineDefinitionForExecutionCommand,
25923
27316
  DescribePipelineExecutionCommand,
@@ -25927,6 +27320,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
25927
27320
  DescribeStudioLifecycleConfigCommand,
25928
27321
  DescribeSubscribedWorkteamCommand,
25929
27322
  DescribeTrainingJobCommand,
27323
+ DescribeTrainingPlanCommand,
25930
27324
  DescribeTransformJobCommand,
25931
27325
  DescribeTrialCommand,
25932
27326
  DescribeTrialComponentCommand,
@@ -25953,9 +27347,11 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
25953
27347
  ListAutoMLJobsCommand,
25954
27348
  ListCandidatesForAutoMLJobCommand,
25955
27349
  ListClusterNodesCommand,
27350
+ ListClusterSchedulerConfigsCommand,
25956
27351
  ListClustersCommand,
25957
27352
  ListCodeRepositoriesCommand,
25958
27353
  ListCompilationJobsCommand,
27354
+ ListComputeQuotasCommand,
25959
27355
  ListContextsCommand,
25960
27356
  ListDataQualityJobDefinitionsCommand,
25961
27357
  ListDeviceFleetsCommand,
@@ -26000,6 +27396,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26000
27396
  ListNotebookInstanceLifecycleConfigsCommand,
26001
27397
  ListNotebookInstancesCommand,
26002
27398
  ListOptimizationJobsCommand,
27399
+ ListPartnerAppsCommand,
26003
27400
  ListPipelineExecutionStepsCommand,
26004
27401
  ListPipelineExecutionsCommand,
26005
27402
  ListPipelineParametersForExecutionCommand,
@@ -26014,6 +27411,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26014
27411
  ListTagsCommand,
26015
27412
  ListTrainingJobsCommand,
26016
27413
  ListTrainingJobsForHyperParameterTuningJobCommand,
27414
+ ListTrainingPlansCommand,
26017
27415
  ListTransformJobsCommand,
26018
27416
  ListTrialComponentsCommand,
26019
27417
  ListTrialsCommand,
@@ -26026,6 +27424,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26026
27424
  RenderUiTemplateCommand,
26027
27425
  RetryPipelineExecutionCommand,
26028
27426
  SearchCommand,
27427
+ SearchTrainingPlanOfferingsCommand,
26029
27428
  SendPipelineExecutionStepFailureCommand,
26030
27429
  SendPipelineExecutionStepSuccessCommand,
26031
27430
  StartEdgeDeploymentStageCommand,
@@ -26054,8 +27453,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26054
27453
  UpdateAppImageConfigCommand,
26055
27454
  UpdateArtifactCommand,
26056
27455
  UpdateClusterCommand,
27456
+ UpdateClusterSchedulerConfigCommand,
26057
27457
  UpdateClusterSoftwareCommand,
26058
27458
  UpdateCodeRepositoryCommand,
27459
+ UpdateComputeQuotaCommand,
26059
27460
  UpdateContextCommand,
26060
27461
  UpdateDeviceFleetCommand,
26061
27462
  UpdateDevicesCommand,
@@ -26078,6 +27479,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26078
27479
  UpdateMonitoringScheduleCommand,
26079
27480
  UpdateNotebookInstanceCommand,
26080
27481
  UpdateNotebookInstanceLifecycleConfigCommand,
27482
+ UpdatePartnerAppCommand,
26081
27483
  UpdatePipelineCommand,
26082
27484
  UpdatePipelineExecutionCommand,
26083
27485
  UpdateProjectCommand,
@@ -26097,8 +27499,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26097
27499
  paginateListAssociations,
26098
27500
  paginateListAutoMLJobs,
26099
27501
  paginateListCandidatesForAutoMLJob,
27502
+ paginateListClusterSchedulerConfigs,
26100
27503
  paginateListCodeRepositories,
26101
27504
  paginateListCompilationJobs,
27505
+ paginateListComputeQuotas,
26102
27506
  paginateListContexts,
26103
27507
  paginateListDataQualityJobDefinitions,
26104
27508
  paginateListDeviceFleets,
@@ -26140,6 +27544,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26140
27544
  paginateListNotebookInstanceLifecycleConfigs,
26141
27545
  paginateListNotebookInstances,
26142
27546
  paginateListOptimizationJobs,
27547
+ paginateListPartnerApps,
26143
27548
  paginateListPipelineExecutionSteps,
26144
27549
  paginateListPipelineExecutions,
26145
27550
  paginateListPipelineParametersForExecution,
@@ -26154,6 +27559,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26154
27559
  paginateListTags,
26155
27560
  paginateListTrainingJobsForHyperParameterTuningJob,
26156
27561
  paginateListTrainingJobs,
27562
+ paginateListTrainingPlans,
26157
27563
  paginateListTransformJobs,
26158
27564
  paginateListTrialComponents,
26159
27565
  paginateListTrials,
@@ -26189,6 +27595,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26189
27595
  waitForTransformJobCompletedOrStopped,
26190
27596
  waitUntilTransformJobCompletedOrStopped,
26191
27597
  ActionStatus,
27598
+ ActivationState,
26192
27599
  AssociationEdgeType,
26193
27600
  ResourceLimitExceeded,
26194
27601
  ResourceNotFound,
@@ -26270,8 +27677,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26270
27677
  ClusterInstanceStorageConfig,
26271
27678
  ClusterInstanceType,
26272
27679
  DeepHealthCheckType,
27680
+ InstanceGroupStatus,
26273
27681
  ClusterInstanceStatus,
26274
27682
  ClusterNodeRecovery,
27683
+ SchedulerResourceStatus,
26275
27684
  ClusterSortBy,
26276
27685
  ClusterStatus,
26277
27686
  CodeRepositorySortBy,
@@ -26284,6 +27693,8 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26284
27693
  TargetPlatformArch,
26285
27694
  TargetPlatformOs,
26286
27695
  CompleteOnConvergence,
27696
+ PreemptTeamTasks,
27697
+ ResourceSharingStrategy,
26287
27698
  ConditionOutcome,
26288
27699
  ConflictException,
26289
27700
  RepositoryAccessMode,
@@ -26294,6 +27705,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26294
27705
  ParameterType,
26295
27706
  HyperParameterTuningJobObjectiveType,
26296
27707
  ResourceInUse,
27708
+ FairShare,
26297
27709
  Framework,
26298
27710
  ProcessingS3UploadMode,
26299
27711
  ProcessingInstanceType,
@@ -26338,14 +27750,16 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26338
27750
  SkipModelValidation,
26339
27751
  MonitoringProblemType,
26340
27752
  MonitoringType,
27753
+ CreateModelCardRequestFilterSensitiveLog,
27754
+ ModelPackageModelCardFilterSensitiveLog,
27755
+ CreateModelPackageInputFilterSensitiveLog,
26341
27756
  NotebookInstanceAcceleratorType,
26342
27757
  DirectInternetAccess,
26343
27758
  RootAccess,
26344
27759
  OptimizationJobDeploymentInstanceType,
26345
27760
  OptimizationConfig,
26346
- CreateModelCardRequestFilterSensitiveLog,
26347
- ModelPackageModelCardFilterSensitiveLog,
26348
- CreateModelPackageInputFilterSensitiveLog,
27761
+ PartnerAppAuthType,
27762
+ PartnerAppType,
26349
27763
  DataDistributionType,
26350
27764
  InputMode,
26351
27765
  RedshiftResultCompressionType,
@@ -26379,6 +27793,8 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26379
27793
  HubContentStatus,
26380
27794
  HubContentSupportStatus,
26381
27795
  HumanTaskUiStatus,
27796
+ OidcConfigFilterSensitiveLog,
27797
+ CreateWorkforceRequestFilterSensitiveLog,
26382
27798
  TrainingJobStatus,
26383
27799
  HyperParameterTuningJobStatus,
26384
27800
  ImageStatus,
@@ -26387,8 +27803,6 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26387
27803
  ModelVariantStatus,
26388
27804
  InferenceExperimentStatus,
26389
27805
  RecommendationJobStatus,
26390
- OidcConfigFilterSensitiveLog,
26391
- CreateWorkforceRequestFilterSensitiveLog,
26392
27806
  LabelingJobStatus,
26393
27807
  IsTrackingServerActive,
26394
27808
  TrackingServerStatus,
@@ -26400,6 +27814,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26400
27814
  ScheduleStatus,
26401
27815
  NotebookInstanceStatus,
26402
27816
  OptimizationJobStatus,
27817
+ PartnerAppStatus,
26403
27818
  PipelineStatus,
26404
27819
  PipelineExecutionStatus,
26405
27820
  ProcessingJobStatus,
@@ -26408,6 +27823,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26408
27823
  ProfilingStatus,
26409
27824
  SecondaryStatus,
26410
27825
  WarmPoolResourceStatus,
27826
+ ReservedCapacityInstanceType,
27827
+ ReservedCapacityStatus,
27828
+ TrainingPlanStatus,
27829
+ SageMakerResourceName,
26411
27830
  TransformJobStatus,
26412
27831
  UserProfileStatus,
26413
27832
  WorkforceStatus,
@@ -26437,10 +27856,14 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26437
27856
  SortOrder,
26438
27857
  SortArtifactsBy,
26439
27858
  SortAssociationsBy,
27859
+ SortClusterSchedulerConfigBy,
26440
27860
  ListCompilationJobsSortBy,
27861
+ SortQuotaBy,
26441
27862
  SortContextsBy,
26442
27863
  MonitoringJobDefinitionSortKey,
26443
27864
  ListDeviceFleetsSortBy,
27865
+ DescribeModelCardResponseFilterSensitiveLog,
27866
+ DescribeModelPackageOutputFilterSensitiveLog,
26444
27867
  ListEdgeDeploymentPlansSortBy,
26445
27868
  ListEdgePackagingJobsSortBy,
26446
27869
  OrderKey,
@@ -26450,8 +27873,6 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26450
27873
  SortBy,
26451
27874
  ListLabelingJobsForWorkteamSortByOptions,
26452
27875
  SortLineageGroupsBy,
26453
- DescribeModelCardResponseFilterSensitiveLog,
26454
- DescribeModelPackageOutputFilterSensitiveLog,
26455
27876
  SortTrackingServerBy,
26456
27877
  ModelCardExportJobSortBy,
26457
27878
  ModelCardExportJobSortOrder,
@@ -26482,6 +27903,9 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26482
27903
  SpaceSortKey,
26483
27904
  StudioLifecycleConfigSortKey,
26484
27905
  TrainingJobSortByOptions,
27906
+ TrainingPlanFilterName,
27907
+ TrainingPlanSortBy,
27908
+ TrainingPlanSortOrder,
26485
27909
  SortTrialComponentsBy,
26486
27910
  SortTrialsBy,
26487
27911
  UserProfileSortKey,
@@ -26489,11 +27913,11 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
26489
27913
  ListWorkteamsSortByOptions,
26490
27914
  ModelVariantAction,
26491
27915
  SearchSortOrder,
26492
- VariantPropertyType,
26493
27916
  ModelCardFilterSensitiveLog,
26494
27917
  ModelPackageFilterSensitiveLog,
26495
27918
  SearchRecordFilterSensitiveLog,
26496
27919
  SearchResponseFilterSensitiveLog,
27920
+ VariantPropertyType,
26497
27921
  UpdateModelCardRequestFilterSensitiveLog,
26498
27922
  UpdateModelPackageInputFilterSensitiveLog,
26499
27923
  UpdateWorkforceRequestFilterSensitiveLog