@aws-sdk/client-sagemaker 3.183.0 → 3.185.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 (352) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_json1_1.js +2 -2
  3. package/dist-es/SageMaker.js +1061 -1054
  4. package/dist-es/SageMakerClient.js +28 -22
  5. package/dist-es/commands/AddAssociationCommand.js +28 -21
  6. package/dist-es/commands/AddTagsCommand.js +28 -21
  7. package/dist-es/commands/AssociateTrialComponentCommand.js +28 -21
  8. package/dist-es/commands/BatchDescribeModelPackageCommand.js +28 -21
  9. package/dist-es/commands/CreateActionCommand.js +28 -21
  10. package/dist-es/commands/CreateAlgorithmCommand.js +28 -21
  11. package/dist-es/commands/CreateAppCommand.js +28 -21
  12. package/dist-es/commands/CreateAppImageConfigCommand.js +28 -21
  13. package/dist-es/commands/CreateArtifactCommand.js +28 -21
  14. package/dist-es/commands/CreateAutoMLJobCommand.js +28 -21
  15. package/dist-es/commands/CreateCodeRepositoryCommand.js +28 -21
  16. package/dist-es/commands/CreateCompilationJobCommand.js +28 -21
  17. package/dist-es/commands/CreateContextCommand.js +28 -21
  18. package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +28 -21
  19. package/dist-es/commands/CreateDeviceFleetCommand.js +29 -22
  20. package/dist-es/commands/CreateDomainCommand.js +28 -21
  21. package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +28 -21
  22. package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +29 -22
  23. package/dist-es/commands/CreateEdgePackagingJobCommand.js +29 -22
  24. package/dist-es/commands/CreateEndpointCommand.js +28 -21
  25. package/dist-es/commands/CreateEndpointConfigCommand.js +28 -21
  26. package/dist-es/commands/CreateExperimentCommand.js +28 -21
  27. package/dist-es/commands/CreateFeatureGroupCommand.js +28 -21
  28. package/dist-es/commands/CreateFlowDefinitionCommand.js +28 -21
  29. package/dist-es/commands/CreateHumanTaskUiCommand.js +28 -21
  30. package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +28 -21
  31. package/dist-es/commands/CreateImageCommand.js +28 -21
  32. package/dist-es/commands/CreateImageVersionCommand.js +28 -21
  33. package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +28 -21
  34. package/dist-es/commands/CreateLabelingJobCommand.js +28 -21
  35. package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +28 -21
  36. package/dist-es/commands/CreateModelCommand.js +28 -21
  37. package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +28 -21
  38. package/dist-es/commands/CreateModelPackageCommand.js +28 -21
  39. package/dist-es/commands/CreateModelPackageGroupCommand.js +28 -21
  40. package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +28 -21
  41. package/dist-es/commands/CreateMonitoringScheduleCommand.js +28 -21
  42. package/dist-es/commands/CreateNotebookInstanceCommand.js +28 -21
  43. package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +28 -21
  44. package/dist-es/commands/CreatePipelineCommand.js +28 -21
  45. package/dist-es/commands/CreatePresignedDomainUrlCommand.js +28 -21
  46. package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +28 -21
  47. package/dist-es/commands/CreateProcessingJobCommand.js +28 -21
  48. package/dist-es/commands/CreateProjectCommand.js +28 -21
  49. package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +28 -21
  50. package/dist-es/commands/CreateTrainingJobCommand.js +28 -21
  51. package/dist-es/commands/CreateTransformJobCommand.js +28 -21
  52. package/dist-es/commands/CreateTrialCommand.js +28 -21
  53. package/dist-es/commands/CreateTrialComponentCommand.js +28 -21
  54. package/dist-es/commands/CreateUserProfileCommand.js +28 -21
  55. package/dist-es/commands/CreateWorkforceCommand.js +28 -21
  56. package/dist-es/commands/CreateWorkteamCommand.js +28 -21
  57. package/dist-es/commands/DeleteActionCommand.js +28 -21
  58. package/dist-es/commands/DeleteAlgorithmCommand.js +29 -22
  59. package/dist-es/commands/DeleteAppCommand.js +29 -22
  60. package/dist-es/commands/DeleteAppImageConfigCommand.js +29 -22
  61. package/dist-es/commands/DeleteArtifactCommand.js +28 -21
  62. package/dist-es/commands/DeleteAssociationCommand.js +28 -21
  63. package/dist-es/commands/DeleteCodeRepositoryCommand.js +29 -22
  64. package/dist-es/commands/DeleteContextCommand.js +28 -21
  65. package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +29 -22
  66. package/dist-es/commands/DeleteDeviceFleetCommand.js +29 -22
  67. package/dist-es/commands/DeleteDomainCommand.js +29 -22
  68. package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +29 -22
  69. package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +29 -22
  70. package/dist-es/commands/DeleteEndpointCommand.js +29 -22
  71. package/dist-es/commands/DeleteEndpointConfigCommand.js +29 -22
  72. package/dist-es/commands/DeleteExperimentCommand.js +28 -21
  73. package/dist-es/commands/DeleteFeatureGroupCommand.js +29 -22
  74. package/dist-es/commands/DeleteFlowDefinitionCommand.js +28 -21
  75. package/dist-es/commands/DeleteHumanTaskUiCommand.js +28 -21
  76. package/dist-es/commands/DeleteImageCommand.js +28 -21
  77. package/dist-es/commands/DeleteImageVersionCommand.js +28 -21
  78. package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +29 -22
  79. package/dist-es/commands/DeleteModelCommand.js +29 -22
  80. package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +29 -22
  81. package/dist-es/commands/DeleteModelPackageCommand.js +29 -22
  82. package/dist-es/commands/DeleteModelPackageGroupCommand.js +29 -22
  83. package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +29 -22
  84. package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +29 -22
  85. package/dist-es/commands/DeleteMonitoringScheduleCommand.js +29 -22
  86. package/dist-es/commands/DeleteNotebookInstanceCommand.js +29 -22
  87. package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +29 -22
  88. package/dist-es/commands/DeletePipelineCommand.js +28 -21
  89. package/dist-es/commands/DeleteProjectCommand.js +29 -22
  90. package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +29 -22
  91. package/dist-es/commands/DeleteTagsCommand.js +28 -21
  92. package/dist-es/commands/DeleteTrialCommand.js +28 -21
  93. package/dist-es/commands/DeleteTrialComponentCommand.js +28 -21
  94. package/dist-es/commands/DeleteUserProfileCommand.js +29 -22
  95. package/dist-es/commands/DeleteWorkforceCommand.js +28 -21
  96. package/dist-es/commands/DeleteWorkteamCommand.js +28 -21
  97. package/dist-es/commands/DeregisterDevicesCommand.js +29 -22
  98. package/dist-es/commands/DescribeActionCommand.js +28 -21
  99. package/dist-es/commands/DescribeAlgorithmCommand.js +28 -21
  100. package/dist-es/commands/DescribeAppCommand.js +28 -21
  101. package/dist-es/commands/DescribeAppImageConfigCommand.js +28 -21
  102. package/dist-es/commands/DescribeArtifactCommand.js +28 -21
  103. package/dist-es/commands/DescribeAutoMLJobCommand.js +28 -21
  104. package/dist-es/commands/DescribeCodeRepositoryCommand.js +28 -21
  105. package/dist-es/commands/DescribeCompilationJobCommand.js +28 -21
  106. package/dist-es/commands/DescribeContextCommand.js +28 -21
  107. package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +28 -21
  108. package/dist-es/commands/DescribeDeviceCommand.js +28 -21
  109. package/dist-es/commands/DescribeDeviceFleetCommand.js +28 -21
  110. package/dist-es/commands/DescribeDomainCommand.js +28 -21
  111. package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +28 -21
  112. package/dist-es/commands/DescribeEdgePackagingJobCommand.js +28 -21
  113. package/dist-es/commands/DescribeEndpointCommand.js +28 -21
  114. package/dist-es/commands/DescribeEndpointConfigCommand.js +28 -21
  115. package/dist-es/commands/DescribeExperimentCommand.js +28 -21
  116. package/dist-es/commands/DescribeFeatureGroupCommand.js +28 -21
  117. package/dist-es/commands/DescribeFeatureMetadataCommand.js +28 -21
  118. package/dist-es/commands/DescribeFlowDefinitionCommand.js +28 -21
  119. package/dist-es/commands/DescribeHumanTaskUiCommand.js +28 -21
  120. package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +28 -21
  121. package/dist-es/commands/DescribeImageCommand.js +28 -21
  122. package/dist-es/commands/DescribeImageVersionCommand.js +28 -21
  123. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +28 -21
  124. package/dist-es/commands/DescribeLabelingJobCommand.js +28 -21
  125. package/dist-es/commands/DescribeLineageGroupCommand.js +28 -21
  126. package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +28 -21
  127. package/dist-es/commands/DescribeModelCommand.js +28 -21
  128. package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +28 -21
  129. package/dist-es/commands/DescribeModelPackageCommand.js +28 -21
  130. package/dist-es/commands/DescribeModelPackageGroupCommand.js +28 -21
  131. package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +28 -21
  132. package/dist-es/commands/DescribeMonitoringScheduleCommand.js +28 -21
  133. package/dist-es/commands/DescribeNotebookInstanceCommand.js +28 -21
  134. package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +28 -21
  135. package/dist-es/commands/DescribePipelineCommand.js +28 -21
  136. package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +28 -21
  137. package/dist-es/commands/DescribePipelineExecutionCommand.js +28 -21
  138. package/dist-es/commands/DescribeProcessingJobCommand.js +28 -21
  139. package/dist-es/commands/DescribeProjectCommand.js +28 -21
  140. package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +28 -21
  141. package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +28 -21
  142. package/dist-es/commands/DescribeTrainingJobCommand.js +28 -21
  143. package/dist-es/commands/DescribeTransformJobCommand.js +28 -21
  144. package/dist-es/commands/DescribeTrialCommand.js +28 -21
  145. package/dist-es/commands/DescribeTrialComponentCommand.js +28 -21
  146. package/dist-es/commands/DescribeUserProfileCommand.js +28 -21
  147. package/dist-es/commands/DescribeWorkforceCommand.js +28 -21
  148. package/dist-es/commands/DescribeWorkteamCommand.js +28 -21
  149. package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +28 -21
  150. package/dist-es/commands/DisassociateTrialComponentCommand.js +28 -21
  151. package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +28 -21
  152. package/dist-es/commands/GetDeviceFleetReportCommand.js +28 -21
  153. package/dist-es/commands/GetLineageGroupPolicyCommand.js +28 -21
  154. package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +28 -21
  155. package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +28 -21
  156. package/dist-es/commands/GetSearchSuggestionsCommand.js +28 -21
  157. package/dist-es/commands/ListActionsCommand.js +28 -21
  158. package/dist-es/commands/ListAlgorithmsCommand.js +28 -21
  159. package/dist-es/commands/ListAppImageConfigsCommand.js +28 -21
  160. package/dist-es/commands/ListAppsCommand.js +28 -21
  161. package/dist-es/commands/ListArtifactsCommand.js +28 -21
  162. package/dist-es/commands/ListAssociationsCommand.js +28 -21
  163. package/dist-es/commands/ListAutoMLJobsCommand.js +28 -21
  164. package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +28 -21
  165. package/dist-es/commands/ListCodeRepositoriesCommand.js +28 -21
  166. package/dist-es/commands/ListCompilationJobsCommand.js +28 -21
  167. package/dist-es/commands/ListContextsCommand.js +28 -21
  168. package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +28 -21
  169. package/dist-es/commands/ListDeviceFleetsCommand.js +28 -21
  170. package/dist-es/commands/ListDevicesCommand.js +28 -21
  171. package/dist-es/commands/ListDomainsCommand.js +28 -21
  172. package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +28 -21
  173. package/dist-es/commands/ListEdgePackagingJobsCommand.js +28 -21
  174. package/dist-es/commands/ListEndpointConfigsCommand.js +28 -21
  175. package/dist-es/commands/ListEndpointsCommand.js +28 -21
  176. package/dist-es/commands/ListExperimentsCommand.js +28 -21
  177. package/dist-es/commands/ListFeatureGroupsCommand.js +28 -21
  178. package/dist-es/commands/ListFlowDefinitionsCommand.js +28 -21
  179. package/dist-es/commands/ListHumanTaskUisCommand.js +28 -21
  180. package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +28 -21
  181. package/dist-es/commands/ListImageVersionsCommand.js +28 -21
  182. package/dist-es/commands/ListImagesCommand.js +28 -21
  183. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +28 -21
  184. package/dist-es/commands/ListLabelingJobsCommand.js +28 -21
  185. package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +28 -21
  186. package/dist-es/commands/ListLineageGroupsCommand.js +28 -21
  187. package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +28 -21
  188. package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +28 -21
  189. package/dist-es/commands/ListModelMetadataCommand.js +28 -21
  190. package/dist-es/commands/ListModelPackageGroupsCommand.js +28 -21
  191. package/dist-es/commands/ListModelPackagesCommand.js +28 -21
  192. package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +28 -21
  193. package/dist-es/commands/ListModelsCommand.js +28 -21
  194. package/dist-es/commands/ListMonitoringExecutionsCommand.js +28 -21
  195. package/dist-es/commands/ListMonitoringSchedulesCommand.js +28 -21
  196. package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +28 -21
  197. package/dist-es/commands/ListNotebookInstancesCommand.js +28 -21
  198. package/dist-es/commands/ListPipelineExecutionStepsCommand.js +28 -21
  199. package/dist-es/commands/ListPipelineExecutionsCommand.js +28 -21
  200. package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +28 -21
  201. package/dist-es/commands/ListPipelinesCommand.js +28 -21
  202. package/dist-es/commands/ListProcessingJobsCommand.js +28 -21
  203. package/dist-es/commands/ListProjectsCommand.js +28 -21
  204. package/dist-es/commands/ListStageDevicesCommand.js +28 -21
  205. package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +28 -21
  206. package/dist-es/commands/ListSubscribedWorkteamsCommand.js +28 -21
  207. package/dist-es/commands/ListTagsCommand.js +28 -21
  208. package/dist-es/commands/ListTrainingJobsCommand.js +28 -21
  209. package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +28 -21
  210. package/dist-es/commands/ListTransformJobsCommand.js +28 -21
  211. package/dist-es/commands/ListTrialComponentsCommand.js +28 -21
  212. package/dist-es/commands/ListTrialsCommand.js +28 -21
  213. package/dist-es/commands/ListUserProfilesCommand.js +28 -21
  214. package/dist-es/commands/ListWorkforcesCommand.js +28 -21
  215. package/dist-es/commands/ListWorkteamsCommand.js +28 -21
  216. package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +28 -21
  217. package/dist-es/commands/QueryLineageCommand.js +28 -21
  218. package/dist-es/commands/RegisterDevicesCommand.js +29 -22
  219. package/dist-es/commands/RenderUiTemplateCommand.js +28 -21
  220. package/dist-es/commands/RetryPipelineExecutionCommand.js +28 -21
  221. package/dist-es/commands/SearchCommand.js +28 -21
  222. package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +28 -21
  223. package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +28 -21
  224. package/dist-es/commands/StartEdgeDeploymentStageCommand.js +29 -22
  225. package/dist-es/commands/StartMonitoringScheduleCommand.js +29 -22
  226. package/dist-es/commands/StartNotebookInstanceCommand.js +29 -22
  227. package/dist-es/commands/StartPipelineExecutionCommand.js +28 -21
  228. package/dist-es/commands/StopAutoMLJobCommand.js +29 -22
  229. package/dist-es/commands/StopCompilationJobCommand.js +29 -22
  230. package/dist-es/commands/StopEdgeDeploymentStageCommand.js +29 -22
  231. package/dist-es/commands/StopEdgePackagingJobCommand.js +29 -22
  232. package/dist-es/commands/StopHyperParameterTuningJobCommand.js +29 -22
  233. package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +29 -22
  234. package/dist-es/commands/StopLabelingJobCommand.js +29 -22
  235. package/dist-es/commands/StopMonitoringScheduleCommand.js +29 -22
  236. package/dist-es/commands/StopNotebookInstanceCommand.js +29 -22
  237. package/dist-es/commands/StopPipelineExecutionCommand.js +28 -21
  238. package/dist-es/commands/StopProcessingJobCommand.js +29 -22
  239. package/dist-es/commands/StopTrainingJobCommand.js +29 -22
  240. package/dist-es/commands/StopTransformJobCommand.js +29 -22
  241. package/dist-es/commands/UpdateActionCommand.js +28 -21
  242. package/dist-es/commands/UpdateAppImageConfigCommand.js +28 -21
  243. package/dist-es/commands/UpdateArtifactCommand.js +28 -21
  244. package/dist-es/commands/UpdateCodeRepositoryCommand.js +28 -21
  245. package/dist-es/commands/UpdateContextCommand.js +28 -21
  246. package/dist-es/commands/UpdateDeviceFleetCommand.js +29 -22
  247. package/dist-es/commands/UpdateDevicesCommand.js +29 -22
  248. package/dist-es/commands/UpdateDomainCommand.js +28 -21
  249. package/dist-es/commands/UpdateEndpointCommand.js +28 -21
  250. package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +28 -21
  251. package/dist-es/commands/UpdateExperimentCommand.js +28 -21
  252. package/dist-es/commands/UpdateFeatureGroupCommand.js +28 -21
  253. package/dist-es/commands/UpdateFeatureMetadataCommand.js +29 -22
  254. package/dist-es/commands/UpdateImageCommand.js +28 -21
  255. package/dist-es/commands/UpdateModelPackageCommand.js +28 -21
  256. package/dist-es/commands/UpdateMonitoringScheduleCommand.js +28 -21
  257. package/dist-es/commands/UpdateNotebookInstanceCommand.js +28 -21
  258. package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +28 -21
  259. package/dist-es/commands/UpdatePipelineCommand.js +28 -21
  260. package/dist-es/commands/UpdatePipelineExecutionCommand.js +28 -21
  261. package/dist-es/commands/UpdateProjectCommand.js +28 -21
  262. package/dist-es/commands/UpdateTrainingJobCommand.js +28 -21
  263. package/dist-es/commands/UpdateTrialCommand.js +28 -21
  264. package/dist-es/commands/UpdateTrialComponentCommand.js +28 -21
  265. package/dist-es/commands/UpdateUserProfileCommand.js +28 -21
  266. package/dist-es/commands/UpdateWorkforceCommand.js +28 -21
  267. package/dist-es/commands/UpdateWorkteamCommand.js +28 -21
  268. package/dist-es/endpoints.js +8 -8
  269. package/dist-es/models/SageMakerServiceException.js +10 -5
  270. package/dist-es/models/models_0.js +259 -678
  271. package/dist-es/models/models_1.js +280 -818
  272. package/dist-es/models/models_2.js +245 -720
  273. package/dist-es/models/models_3.js +192 -552
  274. package/dist-es/pagination/ListActionsPaginator.js +68 -25
  275. package/dist-es/pagination/ListAlgorithmsPaginator.js +68 -25
  276. package/dist-es/pagination/ListAppImageConfigsPaginator.js +68 -25
  277. package/dist-es/pagination/ListAppsPaginator.js +68 -25
  278. package/dist-es/pagination/ListArtifactsPaginator.js +68 -25
  279. package/dist-es/pagination/ListAssociationsPaginator.js +68 -25
  280. package/dist-es/pagination/ListAutoMLJobsPaginator.js +68 -25
  281. package/dist-es/pagination/ListCandidatesForAutoMLJobPaginator.js +68 -25
  282. package/dist-es/pagination/ListCodeRepositoriesPaginator.js +68 -25
  283. package/dist-es/pagination/ListCompilationJobsPaginator.js +68 -25
  284. package/dist-es/pagination/ListContextsPaginator.js +68 -25
  285. package/dist-es/pagination/ListDataQualityJobDefinitionsPaginator.js +68 -25
  286. package/dist-es/pagination/ListDeviceFleetsPaginator.js +68 -25
  287. package/dist-es/pagination/ListDevicesPaginator.js +68 -25
  288. package/dist-es/pagination/ListDomainsPaginator.js +68 -25
  289. package/dist-es/pagination/ListEdgeDeploymentPlansPaginator.js +68 -25
  290. package/dist-es/pagination/ListEdgePackagingJobsPaginator.js +68 -25
  291. package/dist-es/pagination/ListEndpointConfigsPaginator.js +68 -25
  292. package/dist-es/pagination/ListEndpointsPaginator.js +68 -25
  293. package/dist-es/pagination/ListExperimentsPaginator.js +68 -25
  294. package/dist-es/pagination/ListFlowDefinitionsPaginator.js +68 -25
  295. package/dist-es/pagination/ListHumanTaskUisPaginator.js +68 -25
  296. package/dist-es/pagination/ListHyperParameterTuningJobsPaginator.js +68 -25
  297. package/dist-es/pagination/ListImageVersionsPaginator.js +68 -25
  298. package/dist-es/pagination/ListImagesPaginator.js +68 -25
  299. package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +68 -25
  300. package/dist-es/pagination/ListLabelingJobsForWorkteamPaginator.js +68 -25
  301. package/dist-es/pagination/ListLabelingJobsPaginator.js +68 -25
  302. package/dist-es/pagination/ListLineageGroupsPaginator.js +68 -25
  303. package/dist-es/pagination/ListModelBiasJobDefinitionsPaginator.js +68 -25
  304. package/dist-es/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +68 -25
  305. package/dist-es/pagination/ListModelMetadataPaginator.js +68 -25
  306. package/dist-es/pagination/ListModelPackageGroupsPaginator.js +68 -25
  307. package/dist-es/pagination/ListModelPackagesPaginator.js +68 -25
  308. package/dist-es/pagination/ListModelQualityJobDefinitionsPaginator.js +68 -25
  309. package/dist-es/pagination/ListModelsPaginator.js +68 -25
  310. package/dist-es/pagination/ListMonitoringExecutionsPaginator.js +68 -25
  311. package/dist-es/pagination/ListMonitoringSchedulesPaginator.js +68 -25
  312. package/dist-es/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +68 -25
  313. package/dist-es/pagination/ListNotebookInstancesPaginator.js +68 -25
  314. package/dist-es/pagination/ListPipelineExecutionStepsPaginator.js +68 -25
  315. package/dist-es/pagination/ListPipelineExecutionsPaginator.js +68 -25
  316. package/dist-es/pagination/ListPipelineParametersForExecutionPaginator.js +68 -25
  317. package/dist-es/pagination/ListPipelinesPaginator.js +68 -25
  318. package/dist-es/pagination/ListProcessingJobsPaginator.js +68 -25
  319. package/dist-es/pagination/ListProjectsPaginator.js +68 -25
  320. package/dist-es/pagination/ListStageDevicesPaginator.js +68 -25
  321. package/dist-es/pagination/ListStudioLifecycleConfigsPaginator.js +68 -25
  322. package/dist-es/pagination/ListSubscribedWorkteamsPaginator.js +68 -25
  323. package/dist-es/pagination/ListTagsPaginator.js +68 -25
  324. package/dist-es/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +68 -25
  325. package/dist-es/pagination/ListTrainingJobsPaginator.js +68 -25
  326. package/dist-es/pagination/ListTransformJobsPaginator.js +68 -25
  327. package/dist-es/pagination/ListTrialComponentsPaginator.js +68 -25
  328. package/dist-es/pagination/ListTrialsPaginator.js +68 -25
  329. package/dist-es/pagination/ListUserProfilesPaginator.js +68 -25
  330. package/dist-es/pagination/ListWorkforcesPaginator.js +68 -25
  331. package/dist-es/pagination/ListWorkteamsPaginator.js +68 -25
  332. package/dist-es/pagination/QueryLineagePaginator.js +68 -25
  333. package/dist-es/pagination/SearchPaginator.js +68 -25
  334. package/dist-es/protocols/Aws_json1_1.js +19829 -17158
  335. package/dist-es/runtimeConfig.browser.js +12 -26
  336. package/dist-es/runtimeConfig.js +12 -30
  337. package/dist-es/runtimeConfig.native.js +5 -8
  338. package/dist-es/runtimeConfig.shared.js +11 -8
  339. package/dist-es/waiters/waitForEndpointDeleted.js +50 -30
  340. package/dist-es/waiters/waitForEndpointInService.js +59 -39
  341. package/dist-es/waiters/waitForImageCreated.js +59 -39
  342. package/dist-es/waiters/waitForImageDeleted.js +53 -33
  343. package/dist-es/waiters/waitForImageUpdated.js +59 -39
  344. package/dist-es/waiters/waitForImageVersionCreated.js +59 -39
  345. package/dist-es/waiters/waitForImageVersionDeleted.js +53 -33
  346. package/dist-es/waiters/waitForNotebookInstanceDeleted.js +50 -30
  347. package/dist-es/waiters/waitForNotebookInstanceInService.js +56 -36
  348. package/dist-es/waiters/waitForNotebookInstanceStopped.js +56 -36
  349. package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +68 -48
  350. package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +68 -48
  351. package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +68 -48
  352. package/package.json +5 -5
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeNotebookInstanceLifecycleConfigInputFilterSensitiveLog, DescribeNotebookInstanceLifecycleConfigOutputFilterSensitiveLog, } from "../models/models_2";
4
5
  import { deserializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand, serializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeNotebookInstanceLifecycleConfigCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeNotebookInstanceLifecycleConfigCommand = (function (_super) {
7
+ __extends(DescribeNotebookInstanceLifecycleConfigCommand, _super);
8
+ function DescribeNotebookInstanceLifecycleConfigCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeNotebookInstanceLifecycleConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "SageMakerClient";
15
- const commandName = "DescribeNotebookInstanceLifecycleConfigCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribeNotebookInstanceLifecycleConfigCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeNotebookInstanceLifecycleConfigInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeNotebookInstanceLifecycleConfigOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeNotebookInstanceLifecycleConfigCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeNotebookInstanceLifecycleConfigCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeNotebookInstanceLifecycleConfigCommand;
38
+ }($Command));
39
+ export { DescribeNotebookInstanceLifecycleConfigCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribePipelineRequestFilterSensitiveLog, DescribePipelineResponseFilterSensitiveLog, } from "../models/models_2";
4
5
  import { deserializeAws_json1_1DescribePipelineCommand, serializeAws_json1_1DescribePipelineCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribePipelineCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribePipelineCommand = (function (_super) {
7
+ __extends(DescribePipelineCommand, _super);
8
+ function DescribePipelineCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribePipelineCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "SageMakerClient";
15
- const commandName = "DescribePipelineCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribePipelineCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribePipelineRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribePipelineResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribePipelineCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribePipelineCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribePipelineCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribePipelineCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribePipelineCommand;
38
+ }($Command));
39
+ export { DescribePipelineCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribePipelineDefinitionForExecutionRequestFilterSensitiveLog, DescribePipelineDefinitionForExecutionResponseFilterSensitiveLog, } from "../models/models_2";
4
5
  import { deserializeAws_json1_1DescribePipelineDefinitionForExecutionCommand, serializeAws_json1_1DescribePipelineDefinitionForExecutionCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribePipelineDefinitionForExecutionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribePipelineDefinitionForExecutionCommand = (function (_super) {
7
+ __extends(DescribePipelineDefinitionForExecutionCommand, _super);
8
+ function DescribePipelineDefinitionForExecutionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribePipelineDefinitionForExecutionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "SageMakerClient";
15
- const commandName = "DescribePipelineDefinitionForExecutionCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribePipelineDefinitionForExecutionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribePipelineDefinitionForExecutionRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribePipelineDefinitionForExecutionResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribePipelineDefinitionForExecutionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribePipelineDefinitionForExecutionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribePipelineDefinitionForExecutionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribePipelineDefinitionForExecutionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribePipelineDefinitionForExecutionCommand;
38
+ }($Command));
39
+ export { DescribePipelineDefinitionForExecutionCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribePipelineExecutionRequestFilterSensitiveLog, DescribePipelineExecutionResponseFilterSensitiveLog, } from "../models/models_2";
4
5
  import { deserializeAws_json1_1DescribePipelineExecutionCommand, serializeAws_json1_1DescribePipelineExecutionCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribePipelineExecutionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribePipelineExecutionCommand = (function (_super) {
7
+ __extends(DescribePipelineExecutionCommand, _super);
8
+ function DescribePipelineExecutionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribePipelineExecutionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "SageMakerClient";
15
- const commandName = "DescribePipelineExecutionCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribePipelineExecutionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribePipelineExecutionRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribePipelineExecutionResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribePipelineExecutionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribePipelineExecutionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribePipelineExecutionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribePipelineExecutionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribePipelineExecutionCommand;
38
+ }($Command));
39
+ export { DescribePipelineExecutionCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeProcessingJobRequestFilterSensitiveLog, DescribeProcessingJobResponseFilterSensitiveLog, } from "../models/models_2";
4
5
  import { deserializeAws_json1_1DescribeProcessingJobCommand, serializeAws_json1_1DescribeProcessingJobCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeProcessingJobCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeProcessingJobCommand = (function (_super) {
7
+ __extends(DescribeProcessingJobCommand, _super);
8
+ function DescribeProcessingJobCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeProcessingJobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "SageMakerClient";
15
- const commandName = "DescribeProcessingJobCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribeProcessingJobCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeProcessingJobRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeProcessingJobResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeProcessingJobCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeProcessingJobCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeProcessingJobCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeProcessingJobCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeProcessingJobCommand;
38
+ }($Command));
39
+ export { DescribeProcessingJobCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeProjectInputFilterSensitiveLog, DescribeProjectOutputFilterSensitiveLog, } from "../models/models_2";
4
5
  import { deserializeAws_json1_1DescribeProjectCommand, serializeAws_json1_1DescribeProjectCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeProjectCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeProjectCommand = (function (_super) {
7
+ __extends(DescribeProjectCommand, _super);
8
+ function DescribeProjectCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeProjectCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "SageMakerClient";
15
- const commandName = "DescribeProjectCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribeProjectCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeProjectInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeProjectOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeProjectCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeProjectCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeProjectCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeProjectCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeProjectCommand;
38
+ }($Command));
39
+ export { DescribeProjectCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeStudioLifecycleConfigRequestFilterSensitiveLog, DescribeStudioLifecycleConfigResponseFilterSensitiveLog, } from "../models/models_2";
4
5
  import { deserializeAws_json1_1DescribeStudioLifecycleConfigCommand, serializeAws_json1_1DescribeStudioLifecycleConfigCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeStudioLifecycleConfigCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeStudioLifecycleConfigCommand = (function (_super) {
7
+ __extends(DescribeStudioLifecycleConfigCommand, _super);
8
+ function DescribeStudioLifecycleConfigCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeStudioLifecycleConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "SageMakerClient";
15
- const commandName = "DescribeStudioLifecycleConfigCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribeStudioLifecycleConfigCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeStudioLifecycleConfigRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeStudioLifecycleConfigResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeStudioLifecycleConfigCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeStudioLifecycleConfigCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeStudioLifecycleConfigCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeStudioLifecycleConfigCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeStudioLifecycleConfigCommand;
38
+ }($Command));
39
+ export { DescribeStudioLifecycleConfigCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeSubscribedWorkteamRequestFilterSensitiveLog, DescribeSubscribedWorkteamResponseFilterSensitiveLog, } from "../models/models_2";
4
5
  import { deserializeAws_json1_1DescribeSubscribedWorkteamCommand, serializeAws_json1_1DescribeSubscribedWorkteamCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeSubscribedWorkteamCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeSubscribedWorkteamCommand = (function (_super) {
7
+ __extends(DescribeSubscribedWorkteamCommand, _super);
8
+ function DescribeSubscribedWorkteamCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeSubscribedWorkteamCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "SageMakerClient";
15
- const commandName = "DescribeSubscribedWorkteamCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribeSubscribedWorkteamCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeSubscribedWorkteamRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeSubscribedWorkteamResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeSubscribedWorkteamCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeSubscribedWorkteamCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeSubscribedWorkteamCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeSubscribedWorkteamCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeSubscribedWorkteamCommand;
38
+ }($Command));
39
+ export { DescribeSubscribedWorkteamCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeTrainingJobRequestFilterSensitiveLog, DescribeTrainingJobResponseFilterSensitiveLog, } from "../models/models_2";
4
5
  import { deserializeAws_json1_1DescribeTrainingJobCommand, serializeAws_json1_1DescribeTrainingJobCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeTrainingJobCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeTrainingJobCommand = (function (_super) {
7
+ __extends(DescribeTrainingJobCommand, _super);
8
+ function DescribeTrainingJobCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeTrainingJobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "SageMakerClient";
15
- const commandName = "DescribeTrainingJobCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribeTrainingJobCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeTrainingJobRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeTrainingJobResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeTrainingJobCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeTrainingJobCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeTrainingJobCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeTrainingJobCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeTrainingJobCommand;
38
+ }($Command));
39
+ export { DescribeTrainingJobCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeTransformJobRequestFilterSensitiveLog, DescribeTransformJobResponseFilterSensitiveLog, } from "../models/models_2";
4
5
  import { deserializeAws_json1_1DescribeTransformJobCommand, serializeAws_json1_1DescribeTransformJobCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeTransformJobCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeTransformJobCommand = (function (_super) {
7
+ __extends(DescribeTransformJobCommand, _super);
8
+ function DescribeTransformJobCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeTransformJobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "SageMakerClient";
15
- const commandName = "DescribeTransformJobCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribeTransformJobCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeTransformJobRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeTransformJobResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeTransformJobCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeTransformJobCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeTransformJobCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeTransformJobCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeTransformJobCommand;
38
+ }($Command));
39
+ export { DescribeTransformJobCommand };