@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
@@ -12,8 +12,10 @@ import { CreateArtifactCommandInput, CreateArtifactCommandOutput } from "./comma
12
12
  import { CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput } from "./commands/CreateAutoMLJobCommand";
13
13
  import { CreateAutoMLJobV2CommandInput, CreateAutoMLJobV2CommandOutput } from "./commands/CreateAutoMLJobV2Command";
14
14
  import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
15
+ import { CreateClusterSchedulerConfigCommandInput, CreateClusterSchedulerConfigCommandOutput } from "./commands/CreateClusterSchedulerConfigCommand";
15
16
  import { CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput } from "./commands/CreateCodeRepositoryCommand";
16
17
  import { CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput } from "./commands/CreateCompilationJobCommand";
18
+ import { CreateComputeQuotaCommandInput, CreateComputeQuotaCommandOutput } from "./commands/CreateComputeQuotaCommand";
17
19
  import { CreateContextCommandInput, CreateContextCommandOutput } from "./commands/CreateContextCommand";
18
20
  import { CreateDataQualityJobDefinitionCommandInput, CreateDataQualityJobDefinitionCommandOutput } from "./commands/CreateDataQualityJobDefinitionCommand";
19
21
  import { CreateDeviceFleetCommandInput, CreateDeviceFleetCommandOutput } from "./commands/CreateDeviceFleetCommand";
@@ -49,6 +51,8 @@ import { CreateMonitoringScheduleCommandInput, CreateMonitoringScheduleCommandOu
49
51
  import { CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput } from "./commands/CreateNotebookInstanceCommand";
50
52
  import { CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput } from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
51
53
  import { CreateOptimizationJobCommandInput, CreateOptimizationJobCommandOutput } from "./commands/CreateOptimizationJobCommand";
54
+ import { CreatePartnerAppCommandInput, CreatePartnerAppCommandOutput } from "./commands/CreatePartnerAppCommand";
55
+ import { CreatePartnerAppPresignedUrlCommandInput, CreatePartnerAppPresignedUrlCommandOutput } from "./commands/CreatePartnerAppPresignedUrlCommand";
52
56
  import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
53
57
  import { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOutput } from "./commands/CreatePresignedDomainUrlCommand";
54
58
  import { CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
@@ -58,6 +62,7 @@ import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./command
58
62
  import { CreateSpaceCommandInput, CreateSpaceCommandOutput } from "./commands/CreateSpaceCommand";
59
63
  import { CreateStudioLifecycleConfigCommandInput, CreateStudioLifecycleConfigCommandOutput } from "./commands/CreateStudioLifecycleConfigCommand";
60
64
  import { CreateTrainingJobCommandInput, CreateTrainingJobCommandOutput } from "./commands/CreateTrainingJobCommand";
65
+ import { CreateTrainingPlanCommandInput, CreateTrainingPlanCommandOutput } from "./commands/CreateTrainingPlanCommand";
61
66
  import { CreateTransformJobCommandInput, CreateTransformJobCommandOutput } from "./commands/CreateTransformJobCommand";
62
67
  import { CreateTrialCommandInput, CreateTrialCommandOutput } from "./commands/CreateTrialCommand";
63
68
  import { CreateTrialComponentCommandInput, CreateTrialComponentCommandOutput } from "./commands/CreateTrialComponentCommand";
@@ -71,8 +76,10 @@ import { DeleteAppImageConfigCommandInput, DeleteAppImageConfigCommandOutput } f
71
76
  import { DeleteArtifactCommandInput, DeleteArtifactCommandOutput } from "./commands/DeleteArtifactCommand";
72
77
  import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "./commands/DeleteAssociationCommand";
73
78
  import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
79
+ import { DeleteClusterSchedulerConfigCommandInput, DeleteClusterSchedulerConfigCommandOutput } from "./commands/DeleteClusterSchedulerConfigCommand";
74
80
  import { DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput } from "./commands/DeleteCodeRepositoryCommand";
75
81
  import { DeleteCompilationJobCommandInput, DeleteCompilationJobCommandOutput } from "./commands/DeleteCompilationJobCommand";
82
+ import { DeleteComputeQuotaCommandInput, DeleteComputeQuotaCommandOutput } from "./commands/DeleteComputeQuotaCommand";
76
83
  import { DeleteContextCommandInput, DeleteContextCommandOutput } from "./commands/DeleteContextCommand";
77
84
  import { DeleteDataQualityJobDefinitionCommandInput, DeleteDataQualityJobDefinitionCommandOutput } from "./commands/DeleteDataQualityJobDefinitionCommand";
78
85
  import { DeleteDeviceFleetCommandInput, DeleteDeviceFleetCommandOutput } from "./commands/DeleteDeviceFleetCommand";
@@ -106,6 +113,7 @@ import { DeleteMonitoringScheduleCommandInput, DeleteMonitoringScheduleCommandOu
106
113
  import { DeleteNotebookInstanceCommandInput, DeleteNotebookInstanceCommandOutput } from "./commands/DeleteNotebookInstanceCommand";
107
114
  import { DeleteNotebookInstanceLifecycleConfigCommandInput, DeleteNotebookInstanceLifecycleConfigCommandOutput } from "./commands/DeleteNotebookInstanceLifecycleConfigCommand";
108
115
  import { DeleteOptimizationJobCommandInput, DeleteOptimizationJobCommandOutput } from "./commands/DeleteOptimizationJobCommand";
116
+ import { DeletePartnerAppCommandInput, DeletePartnerAppCommandOutput } from "./commands/DeletePartnerAppCommand";
109
117
  import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "./commands/DeletePipelineCommand";
110
118
  import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
111
119
  import { DeleteSpaceCommandInput, DeleteSpaceCommandOutput } from "./commands/DeleteSpaceCommand";
@@ -126,8 +134,10 @@ import { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from ".
126
134
  import { DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput } from "./commands/DescribeAutoMLJobV2Command";
127
135
  import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
128
136
  import { DescribeClusterNodeCommandInput, DescribeClusterNodeCommandOutput } from "./commands/DescribeClusterNodeCommand";
137
+ import { DescribeClusterSchedulerConfigCommandInput, DescribeClusterSchedulerConfigCommandOutput } from "./commands/DescribeClusterSchedulerConfigCommand";
129
138
  import { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "./commands/DescribeCodeRepositoryCommand";
130
139
  import { DescribeCompilationJobCommandInput, DescribeCompilationJobCommandOutput } from "./commands/DescribeCompilationJobCommand";
140
+ import { DescribeComputeQuotaCommandInput, DescribeComputeQuotaCommandOutput } from "./commands/DescribeComputeQuotaCommand";
131
141
  import { DescribeContextCommandInput, DescribeContextCommandOutput } from "./commands/DescribeContextCommand";
132
142
  import { DescribeDataQualityJobDefinitionCommandInput, DescribeDataQualityJobDefinitionCommandOutput } from "./commands/DescribeDataQualityJobDefinitionCommand";
133
143
  import { DescribeDeviceCommandInput, DescribeDeviceCommandOutput } from "./commands/DescribeDeviceCommand";
@@ -165,6 +175,7 @@ import { DescribeMonitoringScheduleCommandInput, DescribeMonitoringScheduleComma
165
175
  import { DescribeNotebookInstanceCommandInput, DescribeNotebookInstanceCommandOutput } from "./commands/DescribeNotebookInstanceCommand";
166
176
  import { DescribeNotebookInstanceLifecycleConfigCommandInput, DescribeNotebookInstanceLifecycleConfigCommandOutput } from "./commands/DescribeNotebookInstanceLifecycleConfigCommand";
167
177
  import { DescribeOptimizationJobCommandInput, DescribeOptimizationJobCommandOutput } from "./commands/DescribeOptimizationJobCommand";
178
+ import { DescribePartnerAppCommandInput, DescribePartnerAppCommandOutput } from "./commands/DescribePartnerAppCommand";
168
179
  import { DescribePipelineCommandInput, DescribePipelineCommandOutput } from "./commands/DescribePipelineCommand";
169
180
  import { DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDefinitionForExecutionCommandOutput } from "./commands/DescribePipelineDefinitionForExecutionCommand";
170
181
  import { DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput } from "./commands/DescribePipelineExecutionCommand";
@@ -174,6 +185,7 @@ import { DescribeSpaceCommandInput, DescribeSpaceCommandOutput } from "./command
174
185
  import { DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput } from "./commands/DescribeStudioLifecycleConfigCommand";
175
186
  import { DescribeSubscribedWorkteamCommandInput, DescribeSubscribedWorkteamCommandOutput } from "./commands/DescribeSubscribedWorkteamCommand";
176
187
  import { DescribeTrainingJobCommandInput, DescribeTrainingJobCommandOutput } from "./commands/DescribeTrainingJobCommand";
188
+ import { DescribeTrainingPlanCommandInput, DescribeTrainingPlanCommandOutput } from "./commands/DescribeTrainingPlanCommand";
177
189
  import { DescribeTransformJobCommandInput, DescribeTransformJobCommandOutput } from "./commands/DescribeTransformJobCommand";
178
190
  import { DescribeTrialCommandInput, DescribeTrialCommandOutput } from "./commands/DescribeTrialCommand";
179
191
  import { DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput } from "./commands/DescribeTrialComponentCommand";
@@ -200,9 +212,11 @@ import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "./c
200
212
  import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "./commands/ListAutoMLJobsCommand";
201
213
  import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "./commands/ListCandidatesForAutoMLJobCommand";
202
214
  import { ListClusterNodesCommandInput, ListClusterNodesCommandOutput } from "./commands/ListClusterNodesCommand";
215
+ import { ListClusterSchedulerConfigsCommandInput, ListClusterSchedulerConfigsCommandOutput } from "./commands/ListClusterSchedulerConfigsCommand";
203
216
  import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
204
217
  import { ListCodeRepositoriesCommandInput, ListCodeRepositoriesCommandOutput } from "./commands/ListCodeRepositoriesCommand";
205
218
  import { ListCompilationJobsCommandInput, ListCompilationJobsCommandOutput } from "./commands/ListCompilationJobsCommand";
219
+ import { ListComputeQuotasCommandInput, ListComputeQuotasCommandOutput } from "./commands/ListComputeQuotasCommand";
206
220
  import { ListContextsCommandInput, ListContextsCommandOutput } from "./commands/ListContextsCommand";
207
221
  import { ListDataQualityJobDefinitionsCommandInput, ListDataQualityJobDefinitionsCommandOutput } from "./commands/ListDataQualityJobDefinitionsCommand";
208
222
  import { ListDeviceFleetsCommandInput, ListDeviceFleetsCommandOutput } from "./commands/ListDeviceFleetsCommand";
@@ -247,6 +261,7 @@ import { ListMonitoringSchedulesCommandInput, ListMonitoringSchedulesCommandOutp
247
261
  import { ListNotebookInstanceLifecycleConfigsCommandInput, ListNotebookInstanceLifecycleConfigsCommandOutput } from "./commands/ListNotebookInstanceLifecycleConfigsCommand";
248
262
  import { ListNotebookInstancesCommandInput, ListNotebookInstancesCommandOutput } from "./commands/ListNotebookInstancesCommand";
249
263
  import { ListOptimizationJobsCommandInput, ListOptimizationJobsCommandOutput } from "./commands/ListOptimizationJobsCommand";
264
+ import { ListPartnerAppsCommandInput, ListPartnerAppsCommandOutput } from "./commands/ListPartnerAppsCommand";
250
265
  import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "./commands/ListPipelineExecutionsCommand";
251
266
  import { ListPipelineExecutionStepsCommandInput, ListPipelineExecutionStepsCommandOutput } from "./commands/ListPipelineExecutionStepsCommand";
252
267
  import { ListPipelineParametersForExecutionCommandInput, ListPipelineParametersForExecutionCommandOutput } from "./commands/ListPipelineParametersForExecutionCommand";
@@ -261,6 +276,7 @@ import { ListSubscribedWorkteamsCommandInput, ListSubscribedWorkteamsCommandOutp
261
276
  import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
262
277
  import { ListTrainingJobsCommandInput, ListTrainingJobsCommandOutput } from "./commands/ListTrainingJobsCommand";
263
278
  import { ListTrainingJobsForHyperParameterTuningJobCommandInput, ListTrainingJobsForHyperParameterTuningJobCommandOutput } from "./commands/ListTrainingJobsForHyperParameterTuningJobCommand";
279
+ import { ListTrainingPlansCommandInput, ListTrainingPlansCommandOutput } from "./commands/ListTrainingPlansCommand";
264
280
  import { ListTransformJobsCommandInput, ListTransformJobsCommandOutput } from "./commands/ListTransformJobsCommand";
265
281
  import { ListTrialComponentsCommandInput, ListTrialComponentsCommandOutput } from "./commands/ListTrialComponentsCommand";
266
282
  import { ListTrialsCommandInput, ListTrialsCommandOutput } from "./commands/ListTrialsCommand";
@@ -273,6 +289,7 @@ import { RegisterDevicesCommandInput, RegisterDevicesCommandOutput } from "./com
273
289
  import { RenderUiTemplateCommandInput, RenderUiTemplateCommandOutput } from "./commands/RenderUiTemplateCommand";
274
290
  import { RetryPipelineExecutionCommandInput, RetryPipelineExecutionCommandOutput } from "./commands/RetryPipelineExecutionCommand";
275
291
  import { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand";
292
+ import { SearchTrainingPlanOfferingsCommandInput, SearchTrainingPlanOfferingsCommandOutput } from "./commands/SearchTrainingPlanOfferingsCommand";
276
293
  import { SendPipelineExecutionStepFailureCommandInput, SendPipelineExecutionStepFailureCommandOutput } from "./commands/SendPipelineExecutionStepFailureCommand";
277
294
  import { SendPipelineExecutionStepSuccessCommandInput, SendPipelineExecutionStepSuccessCommandOutput } from "./commands/SendPipelineExecutionStepSuccessCommand";
278
295
  import { StartEdgeDeploymentStageCommandInput, StartEdgeDeploymentStageCommandOutput } from "./commands/StartEdgeDeploymentStageCommand";
@@ -301,8 +318,10 @@ import { UpdateActionCommandInput, UpdateActionCommandOutput } from "./commands/
301
318
  import { UpdateAppImageConfigCommandInput, UpdateAppImageConfigCommandOutput } from "./commands/UpdateAppImageConfigCommand";
302
319
  import { UpdateArtifactCommandInput, UpdateArtifactCommandOutput } from "./commands/UpdateArtifactCommand";
303
320
  import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
321
+ import { UpdateClusterSchedulerConfigCommandInput, UpdateClusterSchedulerConfigCommandOutput } from "./commands/UpdateClusterSchedulerConfigCommand";
304
322
  import { UpdateClusterSoftwareCommandInput, UpdateClusterSoftwareCommandOutput } from "./commands/UpdateClusterSoftwareCommand";
305
323
  import { UpdateCodeRepositoryCommandInput, UpdateCodeRepositoryCommandOutput } from "./commands/UpdateCodeRepositoryCommand";
324
+ import { UpdateComputeQuotaCommandInput, UpdateComputeQuotaCommandOutput } from "./commands/UpdateComputeQuotaCommand";
306
325
  import { UpdateContextCommandInput, UpdateContextCommandOutput } from "./commands/UpdateContextCommand";
307
326
  import { UpdateDeviceFleetCommandInput, UpdateDeviceFleetCommandOutput } from "./commands/UpdateDeviceFleetCommand";
308
327
  import { UpdateDevicesCommandInput, UpdateDevicesCommandOutput } from "./commands/UpdateDevicesCommand";
@@ -325,6 +344,7 @@ import { UpdateMonitoringAlertCommandInput, UpdateMonitoringAlertCommandOutput }
325
344
  import { UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput } from "./commands/UpdateMonitoringScheduleCommand";
326
345
  import { UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput } from "./commands/UpdateNotebookInstanceCommand";
327
346
  import { UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput } from "./commands/UpdateNotebookInstanceLifecycleConfigCommand";
347
+ import { UpdatePartnerAppCommandInput, UpdatePartnerAppCommandOutput } from "./commands/UpdatePartnerAppCommand";
328
348
  import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
329
349
  import { UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput } from "./commands/UpdatePipelineExecutionCommand";
330
350
  import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
@@ -415,6 +435,12 @@ export interface SageMaker {
415
435
  createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
416
436
  createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
417
437
  createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
438
+ /**
439
+ * @see {@link CreateClusterSchedulerConfigCommand}
440
+ */
441
+ createClusterSchedulerConfig(args: CreateClusterSchedulerConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterSchedulerConfigCommandOutput>;
442
+ createClusterSchedulerConfig(args: CreateClusterSchedulerConfigCommandInput, cb: (err: any, data?: CreateClusterSchedulerConfigCommandOutput) => void): void;
443
+ createClusterSchedulerConfig(args: CreateClusterSchedulerConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterSchedulerConfigCommandOutput) => void): void;
418
444
  /**
419
445
  * @see {@link CreateCodeRepositoryCommand}
420
446
  */
@@ -427,6 +453,12 @@ export interface SageMaker {
427
453
  createCompilationJob(args: CreateCompilationJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateCompilationJobCommandOutput>;
428
454
  createCompilationJob(args: CreateCompilationJobCommandInput, cb: (err: any, data?: CreateCompilationJobCommandOutput) => void): void;
429
455
  createCompilationJob(args: CreateCompilationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCompilationJobCommandOutput) => void): void;
456
+ /**
457
+ * @see {@link CreateComputeQuotaCommand}
458
+ */
459
+ createComputeQuota(args: CreateComputeQuotaCommandInput, options?: __HttpHandlerOptions): Promise<CreateComputeQuotaCommandOutput>;
460
+ createComputeQuota(args: CreateComputeQuotaCommandInput, cb: (err: any, data?: CreateComputeQuotaCommandOutput) => void): void;
461
+ createComputeQuota(args: CreateComputeQuotaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComputeQuotaCommandOutput) => void): void;
430
462
  /**
431
463
  * @see {@link CreateContextCommand}
432
464
  */
@@ -638,6 +670,18 @@ export interface SageMaker {
638
670
  createOptimizationJob(args: CreateOptimizationJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateOptimizationJobCommandOutput>;
639
671
  createOptimizationJob(args: CreateOptimizationJobCommandInput, cb: (err: any, data?: CreateOptimizationJobCommandOutput) => void): void;
640
672
  createOptimizationJob(args: CreateOptimizationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOptimizationJobCommandOutput) => void): void;
673
+ /**
674
+ * @see {@link CreatePartnerAppCommand}
675
+ */
676
+ createPartnerApp(args: CreatePartnerAppCommandInput, options?: __HttpHandlerOptions): Promise<CreatePartnerAppCommandOutput>;
677
+ createPartnerApp(args: CreatePartnerAppCommandInput, cb: (err: any, data?: CreatePartnerAppCommandOutput) => void): void;
678
+ createPartnerApp(args: CreatePartnerAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartnerAppCommandOutput) => void): void;
679
+ /**
680
+ * @see {@link CreatePartnerAppPresignedUrlCommand}
681
+ */
682
+ createPartnerAppPresignedUrl(args: CreatePartnerAppPresignedUrlCommandInput, options?: __HttpHandlerOptions): Promise<CreatePartnerAppPresignedUrlCommandOutput>;
683
+ createPartnerAppPresignedUrl(args: CreatePartnerAppPresignedUrlCommandInput, cb: (err: any, data?: CreatePartnerAppPresignedUrlCommandOutput) => void): void;
684
+ createPartnerAppPresignedUrl(args: CreatePartnerAppPresignedUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartnerAppPresignedUrlCommandOutput) => void): void;
641
685
  /**
642
686
  * @see {@link CreatePipelineCommand}
643
687
  */
@@ -692,6 +736,12 @@ export interface SageMaker {
692
736
  createTrainingJob(args: CreateTrainingJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrainingJobCommandOutput>;
693
737
  createTrainingJob(args: CreateTrainingJobCommandInput, cb: (err: any, data?: CreateTrainingJobCommandOutput) => void): void;
694
738
  createTrainingJob(args: CreateTrainingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrainingJobCommandOutput) => void): void;
739
+ /**
740
+ * @see {@link CreateTrainingPlanCommand}
741
+ */
742
+ createTrainingPlan(args: CreateTrainingPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrainingPlanCommandOutput>;
743
+ createTrainingPlan(args: CreateTrainingPlanCommandInput, cb: (err: any, data?: CreateTrainingPlanCommandOutput) => void): void;
744
+ createTrainingPlan(args: CreateTrainingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrainingPlanCommandOutput) => void): void;
695
745
  /**
696
746
  * @see {@link CreateTransformJobCommand}
697
747
  */
@@ -771,6 +821,12 @@ export interface SageMaker {
771
821
  deleteCluster(args: DeleteClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterCommandOutput>;
772
822
  deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
773
823
  deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
824
+ /**
825
+ * @see {@link DeleteClusterSchedulerConfigCommand}
826
+ */
827
+ deleteClusterSchedulerConfig(args: DeleteClusterSchedulerConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterSchedulerConfigCommandOutput>;
828
+ deleteClusterSchedulerConfig(args: DeleteClusterSchedulerConfigCommandInput, cb: (err: any, data?: DeleteClusterSchedulerConfigCommandOutput) => void): void;
829
+ deleteClusterSchedulerConfig(args: DeleteClusterSchedulerConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterSchedulerConfigCommandOutput) => void): void;
774
830
  /**
775
831
  * @see {@link DeleteCodeRepositoryCommand}
776
832
  */
@@ -783,6 +839,12 @@ export interface SageMaker {
783
839
  deleteCompilationJob(args: DeleteCompilationJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCompilationJobCommandOutput>;
784
840
  deleteCompilationJob(args: DeleteCompilationJobCommandInput, cb: (err: any, data?: DeleteCompilationJobCommandOutput) => void): void;
785
841
  deleteCompilationJob(args: DeleteCompilationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCompilationJobCommandOutput) => void): void;
842
+ /**
843
+ * @see {@link DeleteComputeQuotaCommand}
844
+ */
845
+ deleteComputeQuota(args: DeleteComputeQuotaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteComputeQuotaCommandOutput>;
846
+ deleteComputeQuota(args: DeleteComputeQuotaCommandInput, cb: (err: any, data?: DeleteComputeQuotaCommandOutput) => void): void;
847
+ deleteComputeQuota(args: DeleteComputeQuotaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteComputeQuotaCommandOutput) => void): void;
786
848
  /**
787
849
  * @see {@link DeleteContextCommand}
788
850
  */
@@ -981,6 +1043,12 @@ export interface SageMaker {
981
1043
  deleteOptimizationJob(args: DeleteOptimizationJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOptimizationJobCommandOutput>;
982
1044
  deleteOptimizationJob(args: DeleteOptimizationJobCommandInput, cb: (err: any, data?: DeleteOptimizationJobCommandOutput) => void): void;
983
1045
  deleteOptimizationJob(args: DeleteOptimizationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOptimizationJobCommandOutput) => void): void;
1046
+ /**
1047
+ * @see {@link DeletePartnerAppCommand}
1048
+ */
1049
+ deletePartnerApp(args: DeletePartnerAppCommandInput, options?: __HttpHandlerOptions): Promise<DeletePartnerAppCommandOutput>;
1050
+ deletePartnerApp(args: DeletePartnerAppCommandInput, cb: (err: any, data?: DeletePartnerAppCommandOutput) => void): void;
1051
+ deletePartnerApp(args: DeletePartnerAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartnerAppCommandOutput) => void): void;
984
1052
  /**
985
1053
  * @see {@link DeletePipelineCommand}
986
1054
  */
@@ -1101,6 +1169,12 @@ export interface SageMaker {
1101
1169
  describeClusterNode(args: DescribeClusterNodeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterNodeCommandOutput>;
1102
1170
  describeClusterNode(args: DescribeClusterNodeCommandInput, cb: (err: any, data?: DescribeClusterNodeCommandOutput) => void): void;
1103
1171
  describeClusterNode(args: DescribeClusterNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterNodeCommandOutput) => void): void;
1172
+ /**
1173
+ * @see {@link DescribeClusterSchedulerConfigCommand}
1174
+ */
1175
+ describeClusterSchedulerConfig(args: DescribeClusterSchedulerConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterSchedulerConfigCommandOutput>;
1176
+ describeClusterSchedulerConfig(args: DescribeClusterSchedulerConfigCommandInput, cb: (err: any, data?: DescribeClusterSchedulerConfigCommandOutput) => void): void;
1177
+ describeClusterSchedulerConfig(args: DescribeClusterSchedulerConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterSchedulerConfigCommandOutput) => void): void;
1104
1178
  /**
1105
1179
  * @see {@link DescribeCodeRepositoryCommand}
1106
1180
  */
@@ -1113,6 +1187,12 @@ export interface SageMaker {
1113
1187
  describeCompilationJob(args: DescribeCompilationJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCompilationJobCommandOutput>;
1114
1188
  describeCompilationJob(args: DescribeCompilationJobCommandInput, cb: (err: any, data?: DescribeCompilationJobCommandOutput) => void): void;
1115
1189
  describeCompilationJob(args: DescribeCompilationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCompilationJobCommandOutput) => void): void;
1190
+ /**
1191
+ * @see {@link DescribeComputeQuotaCommand}
1192
+ */
1193
+ describeComputeQuota(args: DescribeComputeQuotaCommandInput, options?: __HttpHandlerOptions): Promise<DescribeComputeQuotaCommandOutput>;
1194
+ describeComputeQuota(args: DescribeComputeQuotaCommandInput, cb: (err: any, data?: DescribeComputeQuotaCommandOutput) => void): void;
1195
+ describeComputeQuota(args: DescribeComputeQuotaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeComputeQuotaCommandOutput) => void): void;
1116
1196
  /**
1117
1197
  * @see {@link DescribeContextCommand}
1118
1198
  */
@@ -1335,6 +1415,12 @@ export interface SageMaker {
1335
1415
  describeOptimizationJob(args: DescribeOptimizationJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOptimizationJobCommandOutput>;
1336
1416
  describeOptimizationJob(args: DescribeOptimizationJobCommandInput, cb: (err: any, data?: DescribeOptimizationJobCommandOutput) => void): void;
1337
1417
  describeOptimizationJob(args: DescribeOptimizationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOptimizationJobCommandOutput) => void): void;
1418
+ /**
1419
+ * @see {@link DescribePartnerAppCommand}
1420
+ */
1421
+ describePartnerApp(args: DescribePartnerAppCommandInput, options?: __HttpHandlerOptions): Promise<DescribePartnerAppCommandOutput>;
1422
+ describePartnerApp(args: DescribePartnerAppCommandInput, cb: (err: any, data?: DescribePartnerAppCommandOutput) => void): void;
1423
+ describePartnerApp(args: DescribePartnerAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePartnerAppCommandOutput) => void): void;
1338
1424
  /**
1339
1425
  * @see {@link DescribePipelineCommand}
1340
1426
  */
@@ -1389,6 +1475,12 @@ export interface SageMaker {
1389
1475
  describeTrainingJob(args: DescribeTrainingJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrainingJobCommandOutput>;
1390
1476
  describeTrainingJob(args: DescribeTrainingJobCommandInput, cb: (err: any, data?: DescribeTrainingJobCommandOutput) => void): void;
1391
1477
  describeTrainingJob(args: DescribeTrainingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrainingJobCommandOutput) => void): void;
1478
+ /**
1479
+ * @see {@link DescribeTrainingPlanCommand}
1480
+ */
1481
+ describeTrainingPlan(args: DescribeTrainingPlanCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrainingPlanCommandOutput>;
1482
+ describeTrainingPlan(args: DescribeTrainingPlanCommandInput, cb: (err: any, data?: DescribeTrainingPlanCommandOutput) => void): void;
1483
+ describeTrainingPlan(args: DescribeTrainingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrainingPlanCommandOutput) => void): void;
1392
1484
  /**
1393
1485
  * @see {@link DescribeTransformJobCommand}
1394
1486
  */
@@ -1562,6 +1654,13 @@ export interface SageMaker {
1562
1654
  listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
1563
1655
  listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
1564
1656
  listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
1657
+ /**
1658
+ * @see {@link ListClusterSchedulerConfigsCommand}
1659
+ */
1660
+ listClusterSchedulerConfigs(): Promise<ListClusterSchedulerConfigsCommandOutput>;
1661
+ listClusterSchedulerConfigs(args: ListClusterSchedulerConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListClusterSchedulerConfigsCommandOutput>;
1662
+ listClusterSchedulerConfigs(args: ListClusterSchedulerConfigsCommandInput, cb: (err: any, data?: ListClusterSchedulerConfigsCommandOutput) => void): void;
1663
+ listClusterSchedulerConfigs(args: ListClusterSchedulerConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClusterSchedulerConfigsCommandOutput) => void): void;
1565
1664
  /**
1566
1665
  * @see {@link ListCodeRepositoriesCommand}
1567
1666
  */
@@ -1576,6 +1675,13 @@ export interface SageMaker {
1576
1675
  listCompilationJobs(args: ListCompilationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListCompilationJobsCommandOutput>;
1577
1676
  listCompilationJobs(args: ListCompilationJobsCommandInput, cb: (err: any, data?: ListCompilationJobsCommandOutput) => void): void;
1578
1677
  listCompilationJobs(args: ListCompilationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCompilationJobsCommandOutput) => void): void;
1678
+ /**
1679
+ * @see {@link ListComputeQuotasCommand}
1680
+ */
1681
+ listComputeQuotas(): Promise<ListComputeQuotasCommandOutput>;
1682
+ listComputeQuotas(args: ListComputeQuotasCommandInput, options?: __HttpHandlerOptions): Promise<ListComputeQuotasCommandOutput>;
1683
+ listComputeQuotas(args: ListComputeQuotasCommandInput, cb: (err: any, data?: ListComputeQuotasCommandOutput) => void): void;
1684
+ listComputeQuotas(args: ListComputeQuotasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComputeQuotasCommandOutput) => void): void;
1579
1685
  /**
1580
1686
  * @see {@link ListContextsCommand}
1581
1687
  */
@@ -1876,6 +1982,13 @@ export interface SageMaker {
1876
1982
  listOptimizationJobs(args: ListOptimizationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListOptimizationJobsCommandOutput>;
1877
1983
  listOptimizationJobs(args: ListOptimizationJobsCommandInput, cb: (err: any, data?: ListOptimizationJobsCommandOutput) => void): void;
1878
1984
  listOptimizationJobs(args: ListOptimizationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOptimizationJobsCommandOutput) => void): void;
1985
+ /**
1986
+ * @see {@link ListPartnerAppsCommand}
1987
+ */
1988
+ listPartnerApps(): Promise<ListPartnerAppsCommandOutput>;
1989
+ listPartnerApps(args: ListPartnerAppsCommandInput, options?: __HttpHandlerOptions): Promise<ListPartnerAppsCommandOutput>;
1990
+ listPartnerApps(args: ListPartnerAppsCommandInput, cb: (err: any, data?: ListPartnerAppsCommandOutput) => void): void;
1991
+ listPartnerApps(args: ListPartnerAppsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerAppsCommandOutput) => void): void;
1879
1992
  /**
1880
1993
  * @see {@link ListPipelineExecutionsCommand}
1881
1994
  */
@@ -1969,6 +2082,13 @@ export interface SageMaker {
1969
2082
  listTrainingJobsForHyperParameterTuningJob(args: ListTrainingJobsForHyperParameterTuningJobCommandInput, options?: __HttpHandlerOptions): Promise<ListTrainingJobsForHyperParameterTuningJobCommandOutput>;
1970
2083
  listTrainingJobsForHyperParameterTuningJob(args: ListTrainingJobsForHyperParameterTuningJobCommandInput, cb: (err: any, data?: ListTrainingJobsForHyperParameterTuningJobCommandOutput) => void): void;
1971
2084
  listTrainingJobsForHyperParameterTuningJob(args: ListTrainingJobsForHyperParameterTuningJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrainingJobsForHyperParameterTuningJobCommandOutput) => void): void;
2085
+ /**
2086
+ * @see {@link ListTrainingPlansCommand}
2087
+ */
2088
+ listTrainingPlans(): Promise<ListTrainingPlansCommandOutput>;
2089
+ listTrainingPlans(args: ListTrainingPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListTrainingPlansCommandOutput>;
2090
+ listTrainingPlans(args: ListTrainingPlansCommandInput, cb: (err: any, data?: ListTrainingPlansCommandOutput) => void): void;
2091
+ listTrainingPlans(args: ListTrainingPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrainingPlansCommandOutput) => void): void;
1972
2092
  /**
1973
2093
  * @see {@link ListTransformJobsCommand}
1974
2094
  */
@@ -2048,6 +2168,12 @@ export interface SageMaker {
2048
2168
  search(args: SearchCommandInput, options?: __HttpHandlerOptions): Promise<SearchCommandOutput>;
2049
2169
  search(args: SearchCommandInput, cb: (err: any, data?: SearchCommandOutput) => void): void;
2050
2170
  search(args: SearchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchCommandOutput) => void): void;
2171
+ /**
2172
+ * @see {@link SearchTrainingPlanOfferingsCommand}
2173
+ */
2174
+ searchTrainingPlanOfferings(args: SearchTrainingPlanOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<SearchTrainingPlanOfferingsCommandOutput>;
2175
+ searchTrainingPlanOfferings(args: SearchTrainingPlanOfferingsCommandInput, cb: (err: any, data?: SearchTrainingPlanOfferingsCommandOutput) => void): void;
2176
+ searchTrainingPlanOfferings(args: SearchTrainingPlanOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchTrainingPlanOfferingsCommandOutput) => void): void;
2051
2177
  /**
2052
2178
  * @see {@link SendPipelineExecutionStepFailureCommand}
2053
2179
  */
@@ -2216,6 +2342,12 @@ export interface SageMaker {
2216
2342
  updateCluster(args: UpdateClusterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterCommandOutput>;
2217
2343
  updateCluster(args: UpdateClusterCommandInput, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
2218
2344
  updateCluster(args: UpdateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
2345
+ /**
2346
+ * @see {@link UpdateClusterSchedulerConfigCommand}
2347
+ */
2348
+ updateClusterSchedulerConfig(args: UpdateClusterSchedulerConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterSchedulerConfigCommandOutput>;
2349
+ updateClusterSchedulerConfig(args: UpdateClusterSchedulerConfigCommandInput, cb: (err: any, data?: UpdateClusterSchedulerConfigCommandOutput) => void): void;
2350
+ updateClusterSchedulerConfig(args: UpdateClusterSchedulerConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterSchedulerConfigCommandOutput) => void): void;
2219
2351
  /**
2220
2352
  * @see {@link UpdateClusterSoftwareCommand}
2221
2353
  */
@@ -2228,6 +2360,12 @@ export interface SageMaker {
2228
2360
  updateCodeRepository(args: UpdateCodeRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCodeRepositoryCommandOutput>;
2229
2361
  updateCodeRepository(args: UpdateCodeRepositoryCommandInput, cb: (err: any, data?: UpdateCodeRepositoryCommandOutput) => void): void;
2230
2362
  updateCodeRepository(args: UpdateCodeRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCodeRepositoryCommandOutput) => void): void;
2363
+ /**
2364
+ * @see {@link UpdateComputeQuotaCommand}
2365
+ */
2366
+ updateComputeQuota(args: UpdateComputeQuotaCommandInput, options?: __HttpHandlerOptions): Promise<UpdateComputeQuotaCommandOutput>;
2367
+ updateComputeQuota(args: UpdateComputeQuotaCommandInput, cb: (err: any, data?: UpdateComputeQuotaCommandOutput) => void): void;
2368
+ updateComputeQuota(args: UpdateComputeQuotaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateComputeQuotaCommandOutput) => void): void;
2231
2369
  /**
2232
2370
  * @see {@link UpdateContextCommand}
2233
2371
  */
@@ -2360,6 +2498,12 @@ export interface SageMaker {
2360
2498
  updateNotebookInstanceLifecycleConfig(args: UpdateNotebookInstanceLifecycleConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNotebookInstanceLifecycleConfigCommandOutput>;
2361
2499
  updateNotebookInstanceLifecycleConfig(args: UpdateNotebookInstanceLifecycleConfigCommandInput, cb: (err: any, data?: UpdateNotebookInstanceLifecycleConfigCommandOutput) => void): void;
2362
2500
  updateNotebookInstanceLifecycleConfig(args: UpdateNotebookInstanceLifecycleConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNotebookInstanceLifecycleConfigCommandOutput) => void): void;
2501
+ /**
2502
+ * @see {@link UpdatePartnerAppCommand}
2503
+ */
2504
+ updatePartnerApp(args: UpdatePartnerAppCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePartnerAppCommandOutput>;
2505
+ updatePartnerApp(args: UpdatePartnerAppCommandInput, cb: (err: any, data?: UpdatePartnerAppCommandOutput) => void): void;
2506
+ updatePartnerApp(args: UpdatePartnerAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartnerAppCommandOutput) => void): void;
2363
2507
  /**
2364
2508
  * @see {@link UpdatePipelineCommand}
2365
2509
  */