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