@aws-sdk/client-sagemaker 3.952.0 → 3.953.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 (399) hide show
  1. package/dist-cjs/index.js +6025 -3996
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddAssociationCommand.js +2 -2
  4. package/dist-es/commands/AddTagsCommand.js +2 -2
  5. package/dist-es/commands/AssociateTrialComponentCommand.js +2 -2
  6. package/dist-es/commands/AttachClusterNodeVolumeCommand.js +2 -2
  7. package/dist-es/commands/BatchAddClusterNodesCommand.js +2 -2
  8. package/dist-es/commands/BatchDeleteClusterNodesCommand.js +2 -2
  9. package/dist-es/commands/BatchDescribeModelPackageCommand.js +2 -2
  10. package/dist-es/commands/BatchRebootClusterNodesCommand.js +2 -2
  11. package/dist-es/commands/BatchReplaceClusterNodesCommand.js +2 -2
  12. package/dist-es/commands/CreateActionCommand.js +2 -2
  13. package/dist-es/commands/CreateAlgorithmCommand.js +2 -2
  14. package/dist-es/commands/CreateAppCommand.js +2 -2
  15. package/dist-es/commands/CreateAppImageConfigCommand.js +2 -2
  16. package/dist-es/commands/CreateArtifactCommand.js +2 -2
  17. package/dist-es/commands/CreateAutoMLJobCommand.js +2 -2
  18. package/dist-es/commands/CreateAutoMLJobV2Command.js +2 -2
  19. package/dist-es/commands/CreateClusterCommand.js +2 -2
  20. package/dist-es/commands/CreateClusterSchedulerConfigCommand.js +2 -2
  21. package/dist-es/commands/CreateCodeRepositoryCommand.js +2 -2
  22. package/dist-es/commands/CreateCompilationJobCommand.js +2 -2
  23. package/dist-es/commands/CreateComputeQuotaCommand.js +2 -2
  24. package/dist-es/commands/CreateContextCommand.js +2 -2
  25. package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +2 -2
  26. package/dist-es/commands/CreateDeviceFleetCommand.js +2 -2
  27. package/dist-es/commands/CreateDomainCommand.js +2 -2
  28. package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +2 -2
  29. package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +2 -2
  30. package/dist-es/commands/CreateEdgePackagingJobCommand.js +2 -2
  31. package/dist-es/commands/CreateEndpointCommand.js +2 -2
  32. package/dist-es/commands/CreateEndpointConfigCommand.js +2 -2
  33. package/dist-es/commands/CreateExperimentCommand.js +2 -2
  34. package/dist-es/commands/CreateFeatureGroupCommand.js +2 -2
  35. package/dist-es/commands/CreateFlowDefinitionCommand.js +2 -2
  36. package/dist-es/commands/CreateHubCommand.js +2 -2
  37. package/dist-es/commands/CreateHubContentPresignedUrlsCommand.js +2 -2
  38. package/dist-es/commands/CreateHubContentReferenceCommand.js +2 -2
  39. package/dist-es/commands/CreateHumanTaskUiCommand.js +2 -2
  40. package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +2 -2
  41. package/dist-es/commands/CreateImageCommand.js +2 -2
  42. package/dist-es/commands/CreateImageVersionCommand.js +2 -2
  43. package/dist-es/commands/CreateInferenceComponentCommand.js +2 -2
  44. package/dist-es/commands/CreateInferenceExperimentCommand.js +2 -2
  45. package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +2 -2
  46. package/dist-es/commands/CreateLabelingJobCommand.js +2 -2
  47. package/dist-es/commands/CreateMlflowAppCommand.js +2 -2
  48. package/dist-es/commands/CreateMlflowTrackingServerCommand.js +2 -2
  49. package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +2 -2
  50. package/dist-es/commands/CreateModelCardCommand.js +2 -2
  51. package/dist-es/commands/CreateModelCardExportJobCommand.js +2 -2
  52. package/dist-es/commands/CreateModelCommand.js +2 -2
  53. package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -2
  54. package/dist-es/commands/CreateModelPackageCommand.js +2 -2
  55. package/dist-es/commands/CreateModelPackageGroupCommand.js +2 -2
  56. package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +2 -2
  57. package/dist-es/commands/CreateMonitoringScheduleCommand.js +2 -2
  58. package/dist-es/commands/CreateNotebookInstanceCommand.js +2 -2
  59. package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -2
  60. package/dist-es/commands/CreateOptimizationJobCommand.js +2 -2
  61. package/dist-es/commands/CreatePartnerAppCommand.js +2 -2
  62. package/dist-es/commands/CreatePartnerAppPresignedUrlCommand.js +2 -2
  63. package/dist-es/commands/CreatePipelineCommand.js +2 -2
  64. package/dist-es/commands/CreatePresignedDomainUrlCommand.js +2 -2
  65. package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +2 -2
  66. package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +2 -2
  67. package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -2
  68. package/dist-es/commands/CreateProcessingJobCommand.js +2 -2
  69. package/dist-es/commands/CreateProjectCommand.js +2 -2
  70. package/dist-es/commands/CreateSpaceCommand.js +2 -2
  71. package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +2 -2
  72. package/dist-es/commands/CreateTrainingJobCommand.js +2 -2
  73. package/dist-es/commands/CreateTrainingPlanCommand.js +2 -2
  74. package/dist-es/commands/CreateTransformJobCommand.js +2 -2
  75. package/dist-es/commands/CreateTrialCommand.js +2 -2
  76. package/dist-es/commands/CreateTrialComponentCommand.js +2 -2
  77. package/dist-es/commands/CreateUserProfileCommand.js +2 -2
  78. package/dist-es/commands/CreateWorkforceCommand.js +2 -2
  79. package/dist-es/commands/CreateWorkteamCommand.js +2 -2
  80. package/dist-es/commands/DeleteActionCommand.js +2 -2
  81. package/dist-es/commands/DeleteAlgorithmCommand.js +2 -2
  82. package/dist-es/commands/DeleteAppCommand.js +2 -2
  83. package/dist-es/commands/DeleteAppImageConfigCommand.js +2 -2
  84. package/dist-es/commands/DeleteArtifactCommand.js +2 -2
  85. package/dist-es/commands/DeleteAssociationCommand.js +2 -2
  86. package/dist-es/commands/DeleteClusterCommand.js +2 -2
  87. package/dist-es/commands/DeleteClusterSchedulerConfigCommand.js +2 -2
  88. package/dist-es/commands/DeleteCodeRepositoryCommand.js +2 -2
  89. package/dist-es/commands/DeleteCompilationJobCommand.js +2 -2
  90. package/dist-es/commands/DeleteComputeQuotaCommand.js +2 -2
  91. package/dist-es/commands/DeleteContextCommand.js +2 -2
  92. package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +2 -2
  93. package/dist-es/commands/DeleteDeviceFleetCommand.js +2 -2
  94. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  95. package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +2 -2
  96. package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +2 -2
  97. package/dist-es/commands/DeleteEndpointCommand.js +2 -2
  98. package/dist-es/commands/DeleteEndpointConfigCommand.js +2 -2
  99. package/dist-es/commands/DeleteExperimentCommand.js +2 -2
  100. package/dist-es/commands/DeleteFeatureGroupCommand.js +2 -2
  101. package/dist-es/commands/DeleteFlowDefinitionCommand.js +2 -2
  102. package/dist-es/commands/DeleteHubCommand.js +2 -2
  103. package/dist-es/commands/DeleteHubContentCommand.js +2 -2
  104. package/dist-es/commands/DeleteHubContentReferenceCommand.js +2 -2
  105. package/dist-es/commands/DeleteHumanTaskUiCommand.js +2 -2
  106. package/dist-es/commands/DeleteHyperParameterTuningJobCommand.js +2 -2
  107. package/dist-es/commands/DeleteImageCommand.js +2 -2
  108. package/dist-es/commands/DeleteImageVersionCommand.js +2 -2
  109. package/dist-es/commands/DeleteInferenceComponentCommand.js +2 -2
  110. package/dist-es/commands/DeleteInferenceExperimentCommand.js +2 -2
  111. package/dist-es/commands/DeleteMlflowAppCommand.js +2 -2
  112. package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +2 -2
  113. package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +2 -2
  114. package/dist-es/commands/DeleteModelCardCommand.js +2 -2
  115. package/dist-es/commands/DeleteModelCommand.js +2 -2
  116. package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -2
  117. package/dist-es/commands/DeleteModelPackageCommand.js +2 -2
  118. package/dist-es/commands/DeleteModelPackageGroupCommand.js +2 -2
  119. package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +2 -2
  120. package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +2 -2
  121. package/dist-es/commands/DeleteMonitoringScheduleCommand.js +2 -2
  122. package/dist-es/commands/DeleteNotebookInstanceCommand.js +2 -2
  123. package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -2
  124. package/dist-es/commands/DeleteOptimizationJobCommand.js +2 -2
  125. package/dist-es/commands/DeletePartnerAppCommand.js +2 -2
  126. package/dist-es/commands/DeletePipelineCommand.js +2 -2
  127. package/dist-es/commands/DeleteProcessingJobCommand.js +2 -2
  128. package/dist-es/commands/DeleteProjectCommand.js +2 -2
  129. package/dist-es/commands/DeleteSpaceCommand.js +2 -2
  130. package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +2 -2
  131. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  132. package/dist-es/commands/DeleteTrainingJobCommand.js +2 -2
  133. package/dist-es/commands/DeleteTrialCommand.js +2 -2
  134. package/dist-es/commands/DeleteTrialComponentCommand.js +2 -2
  135. package/dist-es/commands/DeleteUserProfileCommand.js +2 -2
  136. package/dist-es/commands/DeleteWorkforceCommand.js +2 -2
  137. package/dist-es/commands/DeleteWorkteamCommand.js +2 -2
  138. package/dist-es/commands/DeregisterDevicesCommand.js +2 -2
  139. package/dist-es/commands/DescribeActionCommand.js +2 -2
  140. package/dist-es/commands/DescribeAlgorithmCommand.js +2 -2
  141. package/dist-es/commands/DescribeAppCommand.js +2 -2
  142. package/dist-es/commands/DescribeAppImageConfigCommand.js +2 -2
  143. package/dist-es/commands/DescribeArtifactCommand.js +2 -2
  144. package/dist-es/commands/DescribeAutoMLJobCommand.js +2 -2
  145. package/dist-es/commands/DescribeAutoMLJobV2Command.js +2 -2
  146. package/dist-es/commands/DescribeClusterCommand.js +2 -2
  147. package/dist-es/commands/DescribeClusterEventCommand.js +2 -2
  148. package/dist-es/commands/DescribeClusterNodeCommand.js +2 -2
  149. package/dist-es/commands/DescribeClusterSchedulerConfigCommand.js +2 -2
  150. package/dist-es/commands/DescribeCodeRepositoryCommand.js +2 -2
  151. package/dist-es/commands/DescribeCompilationJobCommand.js +2 -2
  152. package/dist-es/commands/DescribeComputeQuotaCommand.js +2 -2
  153. package/dist-es/commands/DescribeContextCommand.js +2 -2
  154. package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +2 -2
  155. package/dist-es/commands/DescribeDeviceCommand.js +2 -2
  156. package/dist-es/commands/DescribeDeviceFleetCommand.js +2 -2
  157. package/dist-es/commands/DescribeDomainCommand.js +2 -2
  158. package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +2 -2
  159. package/dist-es/commands/DescribeEdgePackagingJobCommand.js +2 -2
  160. package/dist-es/commands/DescribeEndpointCommand.js +2 -2
  161. package/dist-es/commands/DescribeEndpointConfigCommand.js +2 -2
  162. package/dist-es/commands/DescribeExperimentCommand.js +2 -2
  163. package/dist-es/commands/DescribeFeatureGroupCommand.js +2 -2
  164. package/dist-es/commands/DescribeFeatureMetadataCommand.js +2 -2
  165. package/dist-es/commands/DescribeFlowDefinitionCommand.js +2 -2
  166. package/dist-es/commands/DescribeHubCommand.js +2 -2
  167. package/dist-es/commands/DescribeHubContentCommand.js +2 -2
  168. package/dist-es/commands/DescribeHumanTaskUiCommand.js +2 -2
  169. package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +2 -2
  170. package/dist-es/commands/DescribeImageCommand.js +2 -2
  171. package/dist-es/commands/DescribeImageVersionCommand.js +2 -2
  172. package/dist-es/commands/DescribeInferenceComponentCommand.js +2 -2
  173. package/dist-es/commands/DescribeInferenceExperimentCommand.js +2 -2
  174. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +2 -2
  175. package/dist-es/commands/DescribeLabelingJobCommand.js +2 -2
  176. package/dist-es/commands/DescribeLineageGroupCommand.js +2 -2
  177. package/dist-es/commands/DescribeMlflowAppCommand.js +2 -2
  178. package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +2 -2
  179. package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -2
  180. package/dist-es/commands/DescribeModelCardCommand.js +2 -2
  181. package/dist-es/commands/DescribeModelCardExportJobCommand.js +2 -2
  182. package/dist-es/commands/DescribeModelCommand.js +2 -2
  183. package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -2
  184. package/dist-es/commands/DescribeModelPackageCommand.js +2 -2
  185. package/dist-es/commands/DescribeModelPackageGroupCommand.js +2 -2
  186. package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +2 -2
  187. package/dist-es/commands/DescribeMonitoringScheduleCommand.js +2 -2
  188. package/dist-es/commands/DescribeNotebookInstanceCommand.js +2 -2
  189. package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -2
  190. package/dist-es/commands/DescribeOptimizationJobCommand.js +2 -2
  191. package/dist-es/commands/DescribePartnerAppCommand.js +2 -2
  192. package/dist-es/commands/DescribePipelineCommand.js +2 -2
  193. package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -2
  194. package/dist-es/commands/DescribePipelineExecutionCommand.js +2 -2
  195. package/dist-es/commands/DescribeProcessingJobCommand.js +2 -2
  196. package/dist-es/commands/DescribeProjectCommand.js +2 -2
  197. package/dist-es/commands/DescribeReservedCapacityCommand.js +2 -2
  198. package/dist-es/commands/DescribeSpaceCommand.js +2 -2
  199. package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +2 -2
  200. package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +2 -2
  201. package/dist-es/commands/DescribeTrainingJobCommand.js +2 -2
  202. package/dist-es/commands/DescribeTrainingPlanCommand.js +2 -2
  203. package/dist-es/commands/DescribeTransformJobCommand.js +2 -2
  204. package/dist-es/commands/DescribeTrialCommand.js +2 -2
  205. package/dist-es/commands/DescribeTrialComponentCommand.js +2 -2
  206. package/dist-es/commands/DescribeUserProfileCommand.js +2 -2
  207. package/dist-es/commands/DescribeWorkforceCommand.js +2 -2
  208. package/dist-es/commands/DescribeWorkteamCommand.js +2 -2
  209. package/dist-es/commands/DetachClusterNodeVolumeCommand.js +2 -2
  210. package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -2
  211. package/dist-es/commands/DisassociateTrialComponentCommand.js +2 -2
  212. package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -2
  213. package/dist-es/commands/GetDeviceFleetReportCommand.js +2 -2
  214. package/dist-es/commands/GetLineageGroupPolicyCommand.js +2 -2
  215. package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +2 -2
  216. package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -2
  217. package/dist-es/commands/GetScalingConfigurationRecommendationCommand.js +2 -2
  218. package/dist-es/commands/GetSearchSuggestionsCommand.js +2 -2
  219. package/dist-es/commands/ImportHubContentCommand.js +2 -2
  220. package/dist-es/commands/ListActionsCommand.js +2 -2
  221. package/dist-es/commands/ListAlgorithmsCommand.js +2 -2
  222. package/dist-es/commands/ListAliasesCommand.js +2 -2
  223. package/dist-es/commands/ListAppImageConfigsCommand.js +2 -2
  224. package/dist-es/commands/ListAppsCommand.js +2 -2
  225. package/dist-es/commands/ListArtifactsCommand.js +2 -2
  226. package/dist-es/commands/ListAssociationsCommand.js +2 -2
  227. package/dist-es/commands/ListAutoMLJobsCommand.js +2 -2
  228. package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +2 -2
  229. package/dist-es/commands/ListClusterEventsCommand.js +2 -2
  230. package/dist-es/commands/ListClusterNodesCommand.js +2 -2
  231. package/dist-es/commands/ListClusterSchedulerConfigsCommand.js +2 -2
  232. package/dist-es/commands/ListClustersCommand.js +2 -2
  233. package/dist-es/commands/ListCodeRepositoriesCommand.js +2 -2
  234. package/dist-es/commands/ListCompilationJobsCommand.js +2 -2
  235. package/dist-es/commands/ListComputeQuotasCommand.js +2 -2
  236. package/dist-es/commands/ListContextsCommand.js +2 -2
  237. package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +2 -2
  238. package/dist-es/commands/ListDeviceFleetsCommand.js +2 -2
  239. package/dist-es/commands/ListDevicesCommand.js +2 -2
  240. package/dist-es/commands/ListDomainsCommand.js +2 -2
  241. package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +2 -2
  242. package/dist-es/commands/ListEdgePackagingJobsCommand.js +2 -2
  243. package/dist-es/commands/ListEndpointConfigsCommand.js +2 -2
  244. package/dist-es/commands/ListEndpointsCommand.js +2 -2
  245. package/dist-es/commands/ListExperimentsCommand.js +2 -2
  246. package/dist-es/commands/ListFeatureGroupsCommand.js +2 -2
  247. package/dist-es/commands/ListFlowDefinitionsCommand.js +2 -2
  248. package/dist-es/commands/ListHubContentVersionsCommand.js +2 -2
  249. package/dist-es/commands/ListHubContentsCommand.js +2 -2
  250. package/dist-es/commands/ListHubsCommand.js +2 -2
  251. package/dist-es/commands/ListHumanTaskUisCommand.js +2 -2
  252. package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +2 -2
  253. package/dist-es/commands/ListImageVersionsCommand.js +2 -2
  254. package/dist-es/commands/ListImagesCommand.js +2 -2
  255. package/dist-es/commands/ListInferenceComponentsCommand.js +2 -2
  256. package/dist-es/commands/ListInferenceExperimentsCommand.js +2 -2
  257. package/dist-es/commands/ListInferenceRecommendationsJobStepsCommand.js +2 -2
  258. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +2 -2
  259. package/dist-es/commands/ListLabelingJobsCommand.js +2 -2
  260. package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +2 -2
  261. package/dist-es/commands/ListLineageGroupsCommand.js +2 -2
  262. package/dist-es/commands/ListMlflowAppsCommand.js +2 -2
  263. package/dist-es/commands/ListMlflowTrackingServersCommand.js +2 -2
  264. package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +2 -2
  265. package/dist-es/commands/ListModelCardExportJobsCommand.js +2 -2
  266. package/dist-es/commands/ListModelCardVersionsCommand.js +2 -2
  267. package/dist-es/commands/ListModelCardsCommand.js +2 -2
  268. package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -2
  269. package/dist-es/commands/ListModelMetadataCommand.js +2 -2
  270. package/dist-es/commands/ListModelPackageGroupsCommand.js +2 -2
  271. package/dist-es/commands/ListModelPackagesCommand.js +2 -2
  272. package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +2 -2
  273. package/dist-es/commands/ListModelsCommand.js +2 -2
  274. package/dist-es/commands/ListMonitoringAlertHistoryCommand.js +2 -2
  275. package/dist-es/commands/ListMonitoringAlertsCommand.js +2 -2
  276. package/dist-es/commands/ListMonitoringExecutionsCommand.js +2 -2
  277. package/dist-es/commands/ListMonitoringSchedulesCommand.js +2 -2
  278. package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -2
  279. package/dist-es/commands/ListNotebookInstancesCommand.js +2 -2
  280. package/dist-es/commands/ListOptimizationJobsCommand.js +2 -2
  281. package/dist-es/commands/ListPartnerAppsCommand.js +2 -2
  282. package/dist-es/commands/ListPipelineExecutionStepsCommand.js +2 -2
  283. package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -2
  284. package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +2 -2
  285. package/dist-es/commands/ListPipelineVersionsCommand.js +2 -2
  286. package/dist-es/commands/ListPipelinesCommand.js +2 -2
  287. package/dist-es/commands/ListProcessingJobsCommand.js +2 -2
  288. package/dist-es/commands/ListProjectsCommand.js +2 -2
  289. package/dist-es/commands/ListResourceCatalogsCommand.js +2 -2
  290. package/dist-es/commands/ListSpacesCommand.js +2 -2
  291. package/dist-es/commands/ListStageDevicesCommand.js +2 -2
  292. package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +2 -2
  293. package/dist-es/commands/ListSubscribedWorkteamsCommand.js +2 -2
  294. package/dist-es/commands/ListTagsCommand.js +2 -2
  295. package/dist-es/commands/ListTrainingJobsCommand.js +2 -2
  296. package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -2
  297. package/dist-es/commands/ListTrainingPlansCommand.js +2 -2
  298. package/dist-es/commands/ListTransformJobsCommand.js +2 -2
  299. package/dist-es/commands/ListTrialComponentsCommand.js +2 -2
  300. package/dist-es/commands/ListTrialsCommand.js +2 -2
  301. package/dist-es/commands/ListUltraServersByReservedCapacityCommand.js +2 -2
  302. package/dist-es/commands/ListUserProfilesCommand.js +2 -2
  303. package/dist-es/commands/ListWorkforcesCommand.js +2 -2
  304. package/dist-es/commands/ListWorkteamsCommand.js +2 -2
  305. package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +2 -2
  306. package/dist-es/commands/QueryLineageCommand.js +2 -2
  307. package/dist-es/commands/RegisterDevicesCommand.js +2 -2
  308. package/dist-es/commands/RenderUiTemplateCommand.js +2 -2
  309. package/dist-es/commands/RetryPipelineExecutionCommand.js +2 -2
  310. package/dist-es/commands/SearchCommand.js +2 -2
  311. package/dist-es/commands/SearchTrainingPlanOfferingsCommand.js +2 -2
  312. package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +2 -2
  313. package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +2 -2
  314. package/dist-es/commands/StartEdgeDeploymentStageCommand.js +2 -2
  315. package/dist-es/commands/StartInferenceExperimentCommand.js +2 -2
  316. package/dist-es/commands/StartMlflowTrackingServerCommand.js +2 -2
  317. package/dist-es/commands/StartMonitoringScheduleCommand.js +2 -2
  318. package/dist-es/commands/StartNotebookInstanceCommand.js +2 -2
  319. package/dist-es/commands/StartPipelineExecutionCommand.js +2 -2
  320. package/dist-es/commands/StartSessionCommand.js +2 -2
  321. package/dist-es/commands/StopAutoMLJobCommand.js +2 -2
  322. package/dist-es/commands/StopCompilationJobCommand.js +2 -2
  323. package/dist-es/commands/StopEdgeDeploymentStageCommand.js +2 -2
  324. package/dist-es/commands/StopEdgePackagingJobCommand.js +2 -2
  325. package/dist-es/commands/StopHyperParameterTuningJobCommand.js +2 -2
  326. package/dist-es/commands/StopInferenceExperimentCommand.js +2 -2
  327. package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +2 -2
  328. package/dist-es/commands/StopLabelingJobCommand.js +2 -2
  329. package/dist-es/commands/StopMlflowTrackingServerCommand.js +2 -2
  330. package/dist-es/commands/StopMonitoringScheduleCommand.js +2 -2
  331. package/dist-es/commands/StopNotebookInstanceCommand.js +2 -2
  332. package/dist-es/commands/StopOptimizationJobCommand.js +2 -2
  333. package/dist-es/commands/StopPipelineExecutionCommand.js +2 -2
  334. package/dist-es/commands/StopProcessingJobCommand.js +2 -2
  335. package/dist-es/commands/StopTrainingJobCommand.js +2 -2
  336. package/dist-es/commands/StopTransformJobCommand.js +2 -2
  337. package/dist-es/commands/UpdateActionCommand.js +2 -2
  338. package/dist-es/commands/UpdateAppImageConfigCommand.js +2 -2
  339. package/dist-es/commands/UpdateArtifactCommand.js +2 -2
  340. package/dist-es/commands/UpdateClusterCommand.js +2 -2
  341. package/dist-es/commands/UpdateClusterSchedulerConfigCommand.js +2 -2
  342. package/dist-es/commands/UpdateClusterSoftwareCommand.js +2 -2
  343. package/dist-es/commands/UpdateCodeRepositoryCommand.js +2 -2
  344. package/dist-es/commands/UpdateComputeQuotaCommand.js +2 -2
  345. package/dist-es/commands/UpdateContextCommand.js +2 -2
  346. package/dist-es/commands/UpdateDeviceFleetCommand.js +2 -2
  347. package/dist-es/commands/UpdateDevicesCommand.js +2 -2
  348. package/dist-es/commands/UpdateDomainCommand.js +2 -2
  349. package/dist-es/commands/UpdateEndpointCommand.js +2 -2
  350. package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -2
  351. package/dist-es/commands/UpdateExperimentCommand.js +2 -2
  352. package/dist-es/commands/UpdateFeatureGroupCommand.js +2 -2
  353. package/dist-es/commands/UpdateFeatureMetadataCommand.js +2 -2
  354. package/dist-es/commands/UpdateHubCommand.js +2 -2
  355. package/dist-es/commands/UpdateHubContentCommand.js +2 -2
  356. package/dist-es/commands/UpdateHubContentReferenceCommand.js +2 -2
  357. package/dist-es/commands/UpdateImageCommand.js +2 -2
  358. package/dist-es/commands/UpdateImageVersionCommand.js +2 -2
  359. package/dist-es/commands/UpdateInferenceComponentCommand.js +2 -2
  360. package/dist-es/commands/UpdateInferenceComponentRuntimeConfigCommand.js +2 -2
  361. package/dist-es/commands/UpdateInferenceExperimentCommand.js +2 -2
  362. package/dist-es/commands/UpdateMlflowAppCommand.js +2 -2
  363. package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +2 -2
  364. package/dist-es/commands/UpdateModelCardCommand.js +2 -2
  365. package/dist-es/commands/UpdateModelPackageCommand.js +2 -2
  366. package/dist-es/commands/UpdateMonitoringAlertCommand.js +2 -2
  367. package/dist-es/commands/UpdateMonitoringScheduleCommand.js +2 -2
  368. package/dist-es/commands/UpdateNotebookInstanceCommand.js +2 -2
  369. package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -2
  370. package/dist-es/commands/UpdatePartnerAppCommand.js +2 -2
  371. package/dist-es/commands/UpdatePipelineCommand.js +2 -2
  372. package/dist-es/commands/UpdatePipelineExecutionCommand.js +2 -2
  373. package/dist-es/commands/UpdatePipelineVersionCommand.js +2 -2
  374. package/dist-es/commands/UpdateProjectCommand.js +2 -2
  375. package/dist-es/commands/UpdateSpaceCommand.js +2 -2
  376. package/dist-es/commands/UpdateTrainingJobCommand.js +2 -2
  377. package/dist-es/commands/UpdateTrialCommand.js +2 -2
  378. package/dist-es/commands/UpdateTrialComponentCommand.js +2 -2
  379. package/dist-es/commands/UpdateUserProfileCommand.js +2 -2
  380. package/dist-es/commands/UpdateWorkforceCommand.js +2 -2
  381. package/dist-es/commands/UpdateWorkteamCommand.js +2 -2
  382. package/dist-es/index.js +1 -0
  383. package/dist-es/runtimeConfig.shared.js +7 -6
  384. package/dist-es/schemas/schemas_0.js +3955 -3730
  385. package/dist-types/SageMakerClient.d.ts +1 -10
  386. package/dist-types/index.d.ts +1 -0
  387. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  388. package/dist-types/runtimeConfig.d.ts +6 -2
  389. package/dist-types/runtimeConfig.native.d.ts +6 -2
  390. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  391. package/dist-types/schemas/schemas_0.d.ts +1805 -2148
  392. package/dist-types/ts3.4/SageMakerClient.d.ts +0 -4
  393. package/dist-types/ts3.4/index.d.ts +1 -0
  394. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  395. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  396. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  397. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  398. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1804 -2150
  399. package/package.json +35 -35
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListImages } from "../schemas/schemas_0";
4
+ import { ListImages$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListImagesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListImagesCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListImages", {})
13
13
  .n("SageMakerClient", "ListImagesCommand")
14
- .sc(ListImages)
14
+ .sc(ListImages$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListInferenceComponents } from "../schemas/schemas_0";
4
+ import { ListInferenceComponents$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInferenceComponentsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInferenceComponentsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListInferenceComponents", {})
13
13
  .n("SageMakerClient", "ListInferenceComponentsCommand")
14
- .sc(ListInferenceComponents)
14
+ .sc(ListInferenceComponents$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListInferenceExperiments } from "../schemas/schemas_0";
4
+ import { ListInferenceExperiments$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInferenceExperimentsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInferenceExperimentsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListInferenceExperiments", {})
13
13
  .n("SageMakerClient", "ListInferenceExperimentsCommand")
14
- .sc(ListInferenceExperiments)
14
+ .sc(ListInferenceExperiments$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListInferenceRecommendationsJobSteps } from "../schemas/schemas_0";
4
+ import { ListInferenceRecommendationsJobSteps$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInferenceRecommendationsJobStepsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInferenceRecommendationsJobStepsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListInferenceRecommendationsJobSteps", {})
13
13
  .n("SageMakerClient", "ListInferenceRecommendationsJobStepsCommand")
14
- .sc(ListInferenceRecommendationsJobSteps)
14
+ .sc(ListInferenceRecommendationsJobSteps$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListInferenceRecommendationsJobs } from "../schemas/schemas_0";
4
+ import { ListInferenceRecommendationsJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInferenceRecommendationsJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInferenceRecommendationsJobsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListInferenceRecommendationsJobs", {})
13
13
  .n("SageMakerClient", "ListInferenceRecommendationsJobsCommand")
14
- .sc(ListInferenceRecommendationsJobs)
14
+ .sc(ListInferenceRecommendationsJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLabelingJobs } from "../schemas/schemas_0";
4
+ import { ListLabelingJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLabelingJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLabelingJobsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListLabelingJobs", {})
13
13
  .n("SageMakerClient", "ListLabelingJobsCommand")
14
- .sc(ListLabelingJobs)
14
+ .sc(ListLabelingJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLabelingJobsForWorkteam } from "../schemas/schemas_0";
4
+ import { ListLabelingJobsForWorkteam$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLabelingJobsForWorkteamCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLabelingJobsForWorkteamCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListLabelingJobsForWorkteam", {})
13
13
  .n("SageMakerClient", "ListLabelingJobsForWorkteamCommand")
14
- .sc(ListLabelingJobsForWorkteam)
14
+ .sc(ListLabelingJobsForWorkteam$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLineageGroups } from "../schemas/schemas_0";
4
+ import { ListLineageGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLineageGroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLineageGroupsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListLineageGroups", {})
13
13
  .n("SageMakerClient", "ListLineageGroupsCommand")
14
- .sc(ListLineageGroups)
14
+ .sc(ListLineageGroups$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMlflowApps } from "../schemas/schemas_0";
4
+ import { ListMlflowApps$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMlflowAppsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMlflowAppsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListMlflowApps", {})
13
13
  .n("SageMakerClient", "ListMlflowAppsCommand")
14
- .sc(ListMlflowApps)
14
+ .sc(ListMlflowApps$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMlflowTrackingServers } from "../schemas/schemas_0";
4
+ import { ListMlflowTrackingServers$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMlflowTrackingServersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMlflowTrackingServersCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListMlflowTrackingServers", {})
13
13
  .n("SageMakerClient", "ListMlflowTrackingServersCommand")
14
- .sc(ListMlflowTrackingServers)
14
+ .sc(ListMlflowTrackingServers$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListModelBiasJobDefinitions } from "../schemas/schemas_0";
4
+ import { ListModelBiasJobDefinitions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelBiasJobDefinitionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelBiasJobDefinitionsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListModelBiasJobDefinitions", {})
13
13
  .n("SageMakerClient", "ListModelBiasJobDefinitionsCommand")
14
- .sc(ListModelBiasJobDefinitions)
14
+ .sc(ListModelBiasJobDefinitions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListModelCardExportJobs } from "../schemas/schemas_0";
4
+ import { ListModelCardExportJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelCardExportJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelCardExportJobsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListModelCardExportJobs", {})
13
13
  .n("SageMakerClient", "ListModelCardExportJobsCommand")
14
- .sc(ListModelCardExportJobs)
14
+ .sc(ListModelCardExportJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListModelCardVersions } from "../schemas/schemas_0";
4
+ import { ListModelCardVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelCardVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelCardVersionsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListModelCardVersions", {})
13
13
  .n("SageMakerClient", "ListModelCardVersionsCommand")
14
- .sc(ListModelCardVersions)
14
+ .sc(ListModelCardVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListModelCards } from "../schemas/schemas_0";
4
+ import { ListModelCards$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelCardsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelCardsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListModelCards", {})
13
13
  .n("SageMakerClient", "ListModelCardsCommand")
14
- .sc(ListModelCards)
14
+ .sc(ListModelCards$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListModelExplainabilityJobDefinitions } from "../schemas/schemas_0";
4
+ import { ListModelExplainabilityJobDefinitions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelExplainabilityJobDefinitionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelExplainabilityJobDefinitionsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListModelExplainabilityJobDefinitions", {})
13
13
  .n("SageMakerClient", "ListModelExplainabilityJobDefinitionsCommand")
14
- .sc(ListModelExplainabilityJobDefinitions)
14
+ .sc(ListModelExplainabilityJobDefinitions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListModelMetadata } from "../schemas/schemas_0";
4
+ import { ListModelMetadata$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelMetadataCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelMetadataCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListModelMetadata", {})
13
13
  .n("SageMakerClient", "ListModelMetadataCommand")
14
- .sc(ListModelMetadata)
14
+ .sc(ListModelMetadata$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListModelPackageGroups } from "../schemas/schemas_0";
4
+ import { ListModelPackageGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelPackageGroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelPackageGroupsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListModelPackageGroups", {})
13
13
  .n("SageMakerClient", "ListModelPackageGroupsCommand")
14
- .sc(ListModelPackageGroups)
14
+ .sc(ListModelPackageGroups$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListModelPackages } from "../schemas/schemas_0";
4
+ import { ListModelPackages$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelPackagesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelPackagesCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListModelPackages", {})
13
13
  .n("SageMakerClient", "ListModelPackagesCommand")
14
- .sc(ListModelPackages)
14
+ .sc(ListModelPackages$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListModelQualityJobDefinitions } from "../schemas/schemas_0";
4
+ import { ListModelQualityJobDefinitions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelQualityJobDefinitionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelQualityJobDefinitionsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListModelQualityJobDefinitions", {})
13
13
  .n("SageMakerClient", "ListModelQualityJobDefinitionsCommand")
14
- .sc(ListModelQualityJobDefinitions)
14
+ .sc(ListModelQualityJobDefinitions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListModels } from "../schemas/schemas_0";
4
+ import { ListModels$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListModels", {})
13
13
  .n("SageMakerClient", "ListModelsCommand")
14
- .sc(ListModels)
14
+ .sc(ListModels$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMonitoringAlertHistory } from "../schemas/schemas_0";
4
+ import { ListMonitoringAlertHistory$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMonitoringAlertHistoryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMonitoringAlertHistoryCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListMonitoringAlertHistory", {})
13
13
  .n("SageMakerClient", "ListMonitoringAlertHistoryCommand")
14
- .sc(ListMonitoringAlertHistory)
14
+ .sc(ListMonitoringAlertHistory$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMonitoringAlerts } from "../schemas/schemas_0";
4
+ import { ListMonitoringAlerts$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMonitoringAlertsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMonitoringAlertsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListMonitoringAlerts", {})
13
13
  .n("SageMakerClient", "ListMonitoringAlertsCommand")
14
- .sc(ListMonitoringAlerts)
14
+ .sc(ListMonitoringAlerts$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMonitoringExecutions } from "../schemas/schemas_0";
4
+ import { ListMonitoringExecutions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMonitoringExecutionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMonitoringExecutionsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListMonitoringExecutions", {})
13
13
  .n("SageMakerClient", "ListMonitoringExecutionsCommand")
14
- .sc(ListMonitoringExecutions)
14
+ .sc(ListMonitoringExecutions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMonitoringSchedules } from "../schemas/schemas_0";
4
+ import { ListMonitoringSchedules$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMonitoringSchedulesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMonitoringSchedulesCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListMonitoringSchedules", {})
13
13
  .n("SageMakerClient", "ListMonitoringSchedulesCommand")
14
- .sc(ListMonitoringSchedules)
14
+ .sc(ListMonitoringSchedules$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListNotebookInstanceLifecycleConfigs } from "../schemas/schemas_0";
4
+ import { ListNotebookInstanceLifecycleConfigs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListNotebookInstanceLifecycleConfigsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListNotebookInstanceLifecycleConfigsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListNotebookInstanceLifecycleConfigs", {})
13
13
  .n("SageMakerClient", "ListNotebookInstanceLifecycleConfigsCommand")
14
- .sc(ListNotebookInstanceLifecycleConfigs)
14
+ .sc(ListNotebookInstanceLifecycleConfigs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListNotebookInstances } from "../schemas/schemas_0";
4
+ import { ListNotebookInstances$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListNotebookInstancesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListNotebookInstancesCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListNotebookInstances", {})
13
13
  .n("SageMakerClient", "ListNotebookInstancesCommand")
14
- .sc(ListNotebookInstances)
14
+ .sc(ListNotebookInstances$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListOptimizationJobs } from "../schemas/schemas_0";
4
+ import { ListOptimizationJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListOptimizationJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListOptimizationJobsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListOptimizationJobs", {})
13
13
  .n("SageMakerClient", "ListOptimizationJobsCommand")
14
- .sc(ListOptimizationJobs)
14
+ .sc(ListOptimizationJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPartnerApps } from "../schemas/schemas_0";
4
+ import { ListPartnerApps$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPartnerAppsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPartnerAppsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListPartnerApps", {})
13
13
  .n("SageMakerClient", "ListPartnerAppsCommand")
14
- .sc(ListPartnerApps)
14
+ .sc(ListPartnerApps$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPipelineExecutionSteps } from "../schemas/schemas_0";
4
+ import { ListPipelineExecutionSteps$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPipelineExecutionStepsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPipelineExecutionStepsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListPipelineExecutionSteps", {})
13
13
  .n("SageMakerClient", "ListPipelineExecutionStepsCommand")
14
- .sc(ListPipelineExecutionSteps)
14
+ .sc(ListPipelineExecutionSteps$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPipelineExecutions } from "../schemas/schemas_0";
4
+ import { ListPipelineExecutions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPipelineExecutionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPipelineExecutionsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListPipelineExecutions", {})
13
13
  .n("SageMakerClient", "ListPipelineExecutionsCommand")
14
- .sc(ListPipelineExecutions)
14
+ .sc(ListPipelineExecutions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPipelineParametersForExecution } from "../schemas/schemas_0";
4
+ import { ListPipelineParametersForExecution$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPipelineParametersForExecutionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPipelineParametersForExecutionCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListPipelineParametersForExecution", {})
13
13
  .n("SageMakerClient", "ListPipelineParametersForExecutionCommand")
14
- .sc(ListPipelineParametersForExecution)
14
+ .sc(ListPipelineParametersForExecution$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPipelineVersions } from "../schemas/schemas_0";
4
+ import { ListPipelineVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPipelineVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPipelineVersionsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListPipelineVersions", {})
13
13
  .n("SageMakerClient", "ListPipelineVersionsCommand")
14
- .sc(ListPipelineVersions)
14
+ .sc(ListPipelineVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPipelines } from "../schemas/schemas_0";
4
+ import { ListPipelines$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPipelinesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPipelinesCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListPipelines", {})
13
13
  .n("SageMakerClient", "ListPipelinesCommand")
14
- .sc(ListPipelines)
14
+ .sc(ListPipelines$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListProcessingJobs } from "../schemas/schemas_0";
4
+ import { ListProcessingJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListProcessingJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListProcessingJobsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListProcessingJobs", {})
13
13
  .n("SageMakerClient", "ListProcessingJobsCommand")
14
- .sc(ListProcessingJobs)
14
+ .sc(ListProcessingJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListProjects } from "../schemas/schemas_0";
4
+ import { ListProjects$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListProjectsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListProjectsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListProjects", {})
13
13
  .n("SageMakerClient", "ListProjectsCommand")
14
- .sc(ListProjects)
14
+ .sc(ListProjects$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListResourceCatalogs } from "../schemas/schemas_0";
4
+ import { ListResourceCatalogs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListResourceCatalogsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListResourceCatalogsCommand extends $Command
11
11
  })
12
12
  .s("SageMaker", "ListResourceCatalogs", {})
13
13
  .n("SageMakerClient", "ListResourceCatalogsCommand")
14
- .sc(ListResourceCatalogs)
14
+ .sc(ListResourceCatalogs$)
15
15
  .build() {
16
16
  }