@aws-sdk/client-sagemaker 3.188.0 → 3.191.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 (1103) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/SageMakerClient.js +11 -8
  3. package/dist-cjs/commands/AddAssociationCommand.js +10 -0
  4. package/dist-cjs/commands/AddTagsCommand.js +10 -0
  5. package/dist-cjs/commands/AssociateTrialComponentCommand.js +10 -0
  6. package/dist-cjs/commands/BatchDescribeModelPackageCommand.js +10 -0
  7. package/dist-cjs/commands/CreateActionCommand.js +10 -0
  8. package/dist-cjs/commands/CreateAlgorithmCommand.js +10 -0
  9. package/dist-cjs/commands/CreateAppCommand.js +10 -0
  10. package/dist-cjs/commands/CreateAppImageConfigCommand.js +10 -0
  11. package/dist-cjs/commands/CreateArtifactCommand.js +10 -0
  12. package/dist-cjs/commands/CreateAutoMLJobCommand.js +10 -0
  13. package/dist-cjs/commands/CreateCodeRepositoryCommand.js +10 -0
  14. package/dist-cjs/commands/CreateCompilationJobCommand.js +10 -0
  15. package/dist-cjs/commands/CreateContextCommand.js +10 -0
  16. package/dist-cjs/commands/CreateDataQualityJobDefinitionCommand.js +10 -0
  17. package/dist-cjs/commands/CreateDeviceFleetCommand.js +10 -0
  18. package/dist-cjs/commands/CreateDomainCommand.js +10 -0
  19. package/dist-cjs/commands/CreateEdgeDeploymentPlanCommand.js +10 -0
  20. package/dist-cjs/commands/CreateEdgeDeploymentStageCommand.js +10 -0
  21. package/dist-cjs/commands/CreateEdgePackagingJobCommand.js +10 -0
  22. package/dist-cjs/commands/CreateEndpointCommand.js +10 -0
  23. package/dist-cjs/commands/CreateEndpointConfigCommand.js +10 -0
  24. package/dist-cjs/commands/CreateExperimentCommand.js +10 -0
  25. package/dist-cjs/commands/CreateFeatureGroupCommand.js +13 -3
  26. package/dist-cjs/commands/CreateFlowDefinitionCommand.js +10 -0
  27. package/dist-cjs/commands/CreateHumanTaskUiCommand.js +10 -0
  28. package/dist-cjs/commands/CreateHyperParameterTuningJobCommand.js +10 -0
  29. package/dist-cjs/commands/CreateImageCommand.js +10 -0
  30. package/dist-cjs/commands/CreateImageVersionCommand.js +10 -0
  31. package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +10 -0
  32. package/dist-cjs/commands/CreateLabelingJobCommand.js +10 -0
  33. package/dist-cjs/commands/CreateModelBiasJobDefinitionCommand.js +10 -0
  34. package/dist-cjs/commands/CreateModelCommand.js +10 -0
  35. package/dist-cjs/commands/CreateModelExplainabilityJobDefinitionCommand.js +10 -0
  36. package/dist-cjs/commands/CreateModelPackageCommand.js +10 -0
  37. package/dist-cjs/commands/CreateModelPackageGroupCommand.js +10 -0
  38. package/dist-cjs/commands/CreateModelQualityJobDefinitionCommand.js +10 -0
  39. package/dist-cjs/commands/CreateMonitoringScheduleCommand.js +10 -0
  40. package/dist-cjs/commands/CreateNotebookInstanceCommand.js +10 -0
  41. package/dist-cjs/commands/CreateNotebookInstanceLifecycleConfigCommand.js +10 -0
  42. package/dist-cjs/commands/CreatePipelineCommand.js +10 -0
  43. package/dist-cjs/commands/CreatePresignedDomainUrlCommand.js +10 -0
  44. package/dist-cjs/commands/CreatePresignedNotebookInstanceUrlCommand.js +10 -0
  45. package/dist-cjs/commands/CreateProcessingJobCommand.js +10 -0
  46. package/dist-cjs/commands/CreateProjectCommand.js +10 -0
  47. package/dist-cjs/commands/CreateStudioLifecycleConfigCommand.js +10 -0
  48. package/dist-cjs/commands/CreateTrainingJobCommand.js +10 -0
  49. package/dist-cjs/commands/CreateTransformJobCommand.js +10 -0
  50. package/dist-cjs/commands/CreateTrialCommand.js +10 -0
  51. package/dist-cjs/commands/CreateTrialComponentCommand.js +10 -0
  52. package/dist-cjs/commands/CreateUserProfileCommand.js +10 -0
  53. package/dist-cjs/commands/CreateWorkforceCommand.js +10 -0
  54. package/dist-cjs/commands/CreateWorkteamCommand.js +10 -0
  55. package/dist-cjs/commands/DeleteActionCommand.js +10 -0
  56. package/dist-cjs/commands/DeleteAlgorithmCommand.js +10 -0
  57. package/dist-cjs/commands/DeleteAppCommand.js +10 -0
  58. package/dist-cjs/commands/DeleteAppImageConfigCommand.js +10 -0
  59. package/dist-cjs/commands/DeleteArtifactCommand.js +10 -0
  60. package/dist-cjs/commands/DeleteAssociationCommand.js +10 -0
  61. package/dist-cjs/commands/DeleteCodeRepositoryCommand.js +10 -0
  62. package/dist-cjs/commands/DeleteContextCommand.js +10 -0
  63. package/dist-cjs/commands/DeleteDataQualityJobDefinitionCommand.js +10 -0
  64. package/dist-cjs/commands/DeleteDeviceFleetCommand.js +10 -0
  65. package/dist-cjs/commands/DeleteDomainCommand.js +10 -0
  66. package/dist-cjs/commands/DeleteEdgeDeploymentPlanCommand.js +10 -0
  67. package/dist-cjs/commands/DeleteEdgeDeploymentStageCommand.js +10 -0
  68. package/dist-cjs/commands/DeleteEndpointCommand.js +10 -0
  69. package/dist-cjs/commands/DeleteEndpointConfigCommand.js +10 -0
  70. package/dist-cjs/commands/DeleteExperimentCommand.js +10 -0
  71. package/dist-cjs/commands/DeleteFeatureGroupCommand.js +10 -0
  72. package/dist-cjs/commands/DeleteFlowDefinitionCommand.js +10 -0
  73. package/dist-cjs/commands/DeleteHumanTaskUiCommand.js +10 -0
  74. package/dist-cjs/commands/DeleteImageCommand.js +10 -0
  75. package/dist-cjs/commands/DeleteImageVersionCommand.js +10 -0
  76. package/dist-cjs/commands/DeleteModelBiasJobDefinitionCommand.js +10 -0
  77. package/dist-cjs/commands/DeleteModelCommand.js +10 -0
  78. package/dist-cjs/commands/DeleteModelExplainabilityJobDefinitionCommand.js +10 -0
  79. package/dist-cjs/commands/DeleteModelPackageCommand.js +10 -0
  80. package/dist-cjs/commands/DeleteModelPackageGroupCommand.js +10 -0
  81. package/dist-cjs/commands/DeleteModelPackageGroupPolicyCommand.js +10 -0
  82. package/dist-cjs/commands/DeleteModelQualityJobDefinitionCommand.js +10 -0
  83. package/dist-cjs/commands/DeleteMonitoringScheduleCommand.js +10 -0
  84. package/dist-cjs/commands/DeleteNotebookInstanceCommand.js +10 -0
  85. package/dist-cjs/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +10 -0
  86. package/dist-cjs/commands/DeletePipelineCommand.js +10 -0
  87. package/dist-cjs/commands/DeleteProjectCommand.js +10 -0
  88. package/dist-cjs/commands/DeleteStudioLifecycleConfigCommand.js +10 -0
  89. package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
  90. package/dist-cjs/commands/DeleteTrialCommand.js +10 -0
  91. package/dist-cjs/commands/DeleteTrialComponentCommand.js +10 -0
  92. package/dist-cjs/commands/DeleteUserProfileCommand.js +10 -0
  93. package/dist-cjs/commands/DeleteWorkforceCommand.js +10 -0
  94. package/dist-cjs/commands/DeleteWorkteamCommand.js +10 -0
  95. package/dist-cjs/commands/DeregisterDevicesCommand.js +10 -0
  96. package/dist-cjs/commands/DescribeActionCommand.js +10 -0
  97. package/dist-cjs/commands/DescribeAlgorithmCommand.js +10 -0
  98. package/dist-cjs/commands/DescribeAppCommand.js +10 -0
  99. package/dist-cjs/commands/DescribeAppImageConfigCommand.js +10 -0
  100. package/dist-cjs/commands/DescribeArtifactCommand.js +10 -0
  101. package/dist-cjs/commands/DescribeAutoMLJobCommand.js +10 -0
  102. package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +10 -0
  103. package/dist-cjs/commands/DescribeCompilationJobCommand.js +10 -0
  104. package/dist-cjs/commands/DescribeContextCommand.js +10 -0
  105. package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +10 -0
  106. package/dist-cjs/commands/DescribeDeviceCommand.js +10 -0
  107. package/dist-cjs/commands/DescribeDeviceFleetCommand.js +10 -0
  108. package/dist-cjs/commands/DescribeDomainCommand.js +10 -0
  109. package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +10 -0
  110. package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +10 -0
  111. package/dist-cjs/commands/DescribeEndpointCommand.js +12 -1
  112. package/dist-cjs/commands/DescribeEndpointConfigCommand.js +11 -2
  113. package/dist-cjs/commands/DescribeExperimentCommand.js +10 -0
  114. package/dist-cjs/commands/DescribeFeatureGroupCommand.js +10 -0
  115. package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +10 -0
  116. package/dist-cjs/commands/DescribeFlowDefinitionCommand.js +10 -0
  117. package/dist-cjs/commands/DescribeHumanTaskUiCommand.js +10 -0
  118. package/dist-cjs/commands/DescribeHyperParameterTuningJobCommand.js +10 -0
  119. package/dist-cjs/commands/DescribeImageCommand.js +10 -0
  120. package/dist-cjs/commands/DescribeImageVersionCommand.js +10 -0
  121. package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +10 -0
  122. package/dist-cjs/commands/DescribeLabelingJobCommand.js +10 -0
  123. package/dist-cjs/commands/DescribeLineageGroupCommand.js +10 -0
  124. package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +10 -0
  125. package/dist-cjs/commands/DescribeModelCommand.js +10 -0
  126. package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +10 -0
  127. package/dist-cjs/commands/DescribeModelPackageCommand.js +10 -0
  128. package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +10 -0
  129. package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +10 -0
  130. package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +10 -0
  131. package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +10 -0
  132. package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +10 -0
  133. package/dist-cjs/commands/DescribePipelineCommand.js +10 -0
  134. package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +10 -0
  135. package/dist-cjs/commands/DescribePipelineExecutionCommand.js +10 -0
  136. package/dist-cjs/commands/DescribeProcessingJobCommand.js +10 -0
  137. package/dist-cjs/commands/DescribeProjectCommand.js +10 -0
  138. package/dist-cjs/commands/DescribeStudioLifecycleConfigCommand.js +10 -0
  139. package/dist-cjs/commands/DescribeSubscribedWorkteamCommand.js +10 -0
  140. package/dist-cjs/commands/DescribeTrainingJobCommand.js +10 -0
  141. package/dist-cjs/commands/DescribeTransformJobCommand.js +10 -0
  142. package/dist-cjs/commands/DescribeTrialCommand.js +10 -0
  143. package/dist-cjs/commands/DescribeTrialComponentCommand.js +10 -0
  144. package/dist-cjs/commands/DescribeUserProfileCommand.js +10 -0
  145. package/dist-cjs/commands/DescribeWorkforceCommand.js +10 -0
  146. package/dist-cjs/commands/DescribeWorkteamCommand.js +10 -0
  147. package/dist-cjs/commands/DisableSagemakerServicecatalogPortfolioCommand.js +10 -0
  148. package/dist-cjs/commands/DisassociateTrialComponentCommand.js +10 -0
  149. package/dist-cjs/commands/EnableSagemakerServicecatalogPortfolioCommand.js +10 -0
  150. package/dist-cjs/commands/GetDeviceFleetReportCommand.js +10 -0
  151. package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +10 -0
  152. package/dist-cjs/commands/GetModelPackageGroupPolicyCommand.js +10 -0
  153. package/dist-cjs/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +10 -0
  154. package/dist-cjs/commands/GetSearchSuggestionsCommand.js +10 -0
  155. package/dist-cjs/commands/ListActionsCommand.js +10 -0
  156. package/dist-cjs/commands/ListAlgorithmsCommand.js +10 -0
  157. package/dist-cjs/commands/ListAppImageConfigsCommand.js +10 -0
  158. package/dist-cjs/commands/ListAppsCommand.js +10 -0
  159. package/dist-cjs/commands/ListArtifactsCommand.js +10 -0
  160. package/dist-cjs/commands/ListAssociationsCommand.js +10 -0
  161. package/dist-cjs/commands/ListAutoMLJobsCommand.js +10 -0
  162. package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +10 -0
  163. package/dist-cjs/commands/ListCodeRepositoriesCommand.js +10 -0
  164. package/dist-cjs/commands/ListCompilationJobsCommand.js +10 -0
  165. package/dist-cjs/commands/ListContextsCommand.js +10 -0
  166. package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +10 -0
  167. package/dist-cjs/commands/ListDeviceFleetsCommand.js +10 -0
  168. package/dist-cjs/commands/ListDevicesCommand.js +10 -0
  169. package/dist-cjs/commands/ListDomainsCommand.js +10 -0
  170. package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +10 -0
  171. package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +10 -0
  172. package/dist-cjs/commands/ListEndpointConfigsCommand.js +10 -0
  173. package/dist-cjs/commands/ListEndpointsCommand.js +10 -0
  174. package/dist-cjs/commands/ListExperimentsCommand.js +10 -0
  175. package/dist-cjs/commands/ListFeatureGroupsCommand.js +10 -0
  176. package/dist-cjs/commands/ListFlowDefinitionsCommand.js +10 -0
  177. package/dist-cjs/commands/ListHumanTaskUisCommand.js +10 -0
  178. package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +10 -0
  179. package/dist-cjs/commands/ListImageVersionsCommand.js +10 -0
  180. package/dist-cjs/commands/ListImagesCommand.js +10 -0
  181. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +10 -0
  182. package/dist-cjs/commands/ListLabelingJobsCommand.js +10 -0
  183. package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +10 -0
  184. package/dist-cjs/commands/ListLineageGroupsCommand.js +10 -0
  185. package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +10 -0
  186. package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +10 -0
  187. package/dist-cjs/commands/ListModelMetadataCommand.js +10 -0
  188. package/dist-cjs/commands/ListModelPackageGroupsCommand.js +10 -0
  189. package/dist-cjs/commands/ListModelPackagesCommand.js +13 -3
  190. package/dist-cjs/commands/ListModelQualityJobDefinitionsCommand.js +13 -3
  191. package/dist-cjs/commands/ListModelsCommand.js +10 -0
  192. package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +10 -0
  193. package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +10 -0
  194. package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +10 -0
  195. package/dist-cjs/commands/ListNotebookInstancesCommand.js +10 -0
  196. package/dist-cjs/commands/ListPipelineExecutionStepsCommand.js +10 -0
  197. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +10 -0
  198. package/dist-cjs/commands/ListPipelineParametersForExecutionCommand.js +10 -0
  199. package/dist-cjs/commands/ListPipelinesCommand.js +10 -0
  200. package/dist-cjs/commands/ListProcessingJobsCommand.js +10 -0
  201. package/dist-cjs/commands/ListProjectsCommand.js +10 -0
  202. package/dist-cjs/commands/ListStageDevicesCommand.js +10 -0
  203. package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +10 -0
  204. package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +10 -0
  205. package/dist-cjs/commands/ListTagsCommand.js +10 -0
  206. package/dist-cjs/commands/ListTrainingJobsCommand.js +10 -0
  207. package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +10 -0
  208. package/dist-cjs/commands/ListTransformJobsCommand.js +10 -0
  209. package/dist-cjs/commands/ListTrialComponentsCommand.js +10 -0
  210. package/dist-cjs/commands/ListTrialsCommand.js +10 -0
  211. package/dist-cjs/commands/ListUserProfilesCommand.js +10 -0
  212. package/dist-cjs/commands/ListWorkforcesCommand.js +10 -0
  213. package/dist-cjs/commands/ListWorkteamsCommand.js +10 -0
  214. package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +10 -0
  215. package/dist-cjs/commands/QueryLineageCommand.js +10 -0
  216. package/dist-cjs/commands/RegisterDevicesCommand.js +10 -0
  217. package/dist-cjs/commands/RenderUiTemplateCommand.js +10 -0
  218. package/dist-cjs/commands/RetryPipelineExecutionCommand.js +10 -0
  219. package/dist-cjs/commands/SearchCommand.js +10 -0
  220. package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +10 -0
  221. package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +10 -0
  222. package/dist-cjs/commands/StartEdgeDeploymentStageCommand.js +10 -0
  223. package/dist-cjs/commands/StartMonitoringScheduleCommand.js +10 -0
  224. package/dist-cjs/commands/StartNotebookInstanceCommand.js +10 -0
  225. package/dist-cjs/commands/StartPipelineExecutionCommand.js +10 -0
  226. package/dist-cjs/commands/StopAutoMLJobCommand.js +10 -0
  227. package/dist-cjs/commands/StopCompilationJobCommand.js +10 -0
  228. package/dist-cjs/commands/StopEdgeDeploymentStageCommand.js +10 -0
  229. package/dist-cjs/commands/StopEdgePackagingJobCommand.js +10 -0
  230. package/dist-cjs/commands/StopHyperParameterTuningJobCommand.js +10 -0
  231. package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +10 -0
  232. package/dist-cjs/commands/StopLabelingJobCommand.js +10 -0
  233. package/dist-cjs/commands/StopMonitoringScheduleCommand.js +10 -0
  234. package/dist-cjs/commands/StopNotebookInstanceCommand.js +10 -0
  235. package/dist-cjs/commands/StopPipelineExecutionCommand.js +10 -0
  236. package/dist-cjs/commands/StopProcessingJobCommand.js +10 -0
  237. package/dist-cjs/commands/StopTrainingJobCommand.js +10 -0
  238. package/dist-cjs/commands/StopTransformJobCommand.js +10 -0
  239. package/dist-cjs/commands/UpdateActionCommand.js +10 -0
  240. package/dist-cjs/commands/UpdateAppImageConfigCommand.js +10 -0
  241. package/dist-cjs/commands/UpdateArtifactCommand.js +10 -0
  242. package/dist-cjs/commands/UpdateCodeRepositoryCommand.js +10 -0
  243. package/dist-cjs/commands/UpdateContextCommand.js +10 -0
  244. package/dist-cjs/commands/UpdateDeviceFleetCommand.js +10 -0
  245. package/dist-cjs/commands/UpdateDevicesCommand.js +10 -0
  246. package/dist-cjs/commands/UpdateDomainCommand.js +10 -0
  247. package/dist-cjs/commands/UpdateEndpointCommand.js +10 -0
  248. package/dist-cjs/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +10 -0
  249. package/dist-cjs/commands/UpdateExperimentCommand.js +10 -0
  250. package/dist-cjs/commands/UpdateFeatureGroupCommand.js +10 -0
  251. package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +10 -0
  252. package/dist-cjs/commands/UpdateImageCommand.js +10 -0
  253. package/dist-cjs/commands/UpdateModelPackageCommand.js +10 -0
  254. package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +10 -0
  255. package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +10 -0
  256. package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +10 -0
  257. package/dist-cjs/commands/UpdatePipelineCommand.js +10 -0
  258. package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +10 -0
  259. package/dist-cjs/commands/UpdateProjectCommand.js +10 -0
  260. package/dist-cjs/commands/UpdateTrainingJobCommand.js +10 -0
  261. package/dist-cjs/commands/UpdateTrialCommand.js +10 -0
  262. package/dist-cjs/commands/UpdateTrialComponentCommand.js +10 -0
  263. package/dist-cjs/commands/UpdateUserProfileCommand.js +10 -0
  264. package/dist-cjs/commands/UpdateWorkforceCommand.js +10 -0
  265. package/dist-cjs/commands/UpdateWorkteamCommand.js +10 -0
  266. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  267. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  268. package/dist-cjs/endpoint/ruleset.js +387 -0
  269. package/dist-cjs/models/models_0.js +95 -39
  270. package/dist-cjs/models/models_1.js +31 -31
  271. package/dist-cjs/models/models_2.js +29 -30
  272. package/dist-cjs/models/models_3.js +30 -4
  273. package/dist-cjs/protocols/Aws_json1_1.js +132 -0
  274. package/dist-cjs/runtimeConfig.shared.js +3 -3
  275. package/dist-es/SageMakerClient.js +12 -9
  276. package/dist-es/commands/AddAssociationCommand.js +10 -0
  277. package/dist-es/commands/AddTagsCommand.js +10 -0
  278. package/dist-es/commands/AssociateTrialComponentCommand.js +10 -0
  279. package/dist-es/commands/BatchDescribeModelPackageCommand.js +10 -0
  280. package/dist-es/commands/CreateActionCommand.js +10 -0
  281. package/dist-es/commands/CreateAlgorithmCommand.js +10 -0
  282. package/dist-es/commands/CreateAppCommand.js +10 -0
  283. package/dist-es/commands/CreateAppImageConfigCommand.js +10 -0
  284. package/dist-es/commands/CreateArtifactCommand.js +10 -0
  285. package/dist-es/commands/CreateAutoMLJobCommand.js +10 -0
  286. package/dist-es/commands/CreateCodeRepositoryCommand.js +10 -0
  287. package/dist-es/commands/CreateCompilationJobCommand.js +10 -0
  288. package/dist-es/commands/CreateContextCommand.js +10 -0
  289. package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +10 -0
  290. package/dist-es/commands/CreateDeviceFleetCommand.js +10 -0
  291. package/dist-es/commands/CreateDomainCommand.js +10 -0
  292. package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +10 -0
  293. package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +10 -0
  294. package/dist-es/commands/CreateEdgePackagingJobCommand.js +10 -0
  295. package/dist-es/commands/CreateEndpointCommand.js +10 -0
  296. package/dist-es/commands/CreateEndpointConfigCommand.js +10 -0
  297. package/dist-es/commands/CreateExperimentCommand.js +10 -0
  298. package/dist-es/commands/CreateFeatureGroupCommand.js +11 -1
  299. package/dist-es/commands/CreateFlowDefinitionCommand.js +10 -0
  300. package/dist-es/commands/CreateHumanTaskUiCommand.js +10 -0
  301. package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +10 -0
  302. package/dist-es/commands/CreateImageCommand.js +10 -0
  303. package/dist-es/commands/CreateImageVersionCommand.js +10 -0
  304. package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +10 -0
  305. package/dist-es/commands/CreateLabelingJobCommand.js +10 -0
  306. package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +10 -0
  307. package/dist-es/commands/CreateModelCommand.js +10 -0
  308. package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +10 -0
  309. package/dist-es/commands/CreateModelPackageCommand.js +10 -0
  310. package/dist-es/commands/CreateModelPackageGroupCommand.js +10 -0
  311. package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +10 -0
  312. package/dist-es/commands/CreateMonitoringScheduleCommand.js +10 -0
  313. package/dist-es/commands/CreateNotebookInstanceCommand.js +10 -0
  314. package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +10 -0
  315. package/dist-es/commands/CreatePipelineCommand.js +10 -0
  316. package/dist-es/commands/CreatePresignedDomainUrlCommand.js +10 -0
  317. package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +10 -0
  318. package/dist-es/commands/CreateProcessingJobCommand.js +10 -0
  319. package/dist-es/commands/CreateProjectCommand.js +10 -0
  320. package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +10 -0
  321. package/dist-es/commands/CreateTrainingJobCommand.js +10 -0
  322. package/dist-es/commands/CreateTransformJobCommand.js +10 -0
  323. package/dist-es/commands/CreateTrialCommand.js +10 -0
  324. package/dist-es/commands/CreateTrialComponentCommand.js +10 -0
  325. package/dist-es/commands/CreateUserProfileCommand.js +10 -0
  326. package/dist-es/commands/CreateWorkforceCommand.js +10 -0
  327. package/dist-es/commands/CreateWorkteamCommand.js +10 -0
  328. package/dist-es/commands/DeleteActionCommand.js +10 -0
  329. package/dist-es/commands/DeleteAlgorithmCommand.js +10 -0
  330. package/dist-es/commands/DeleteAppCommand.js +10 -0
  331. package/dist-es/commands/DeleteAppImageConfigCommand.js +10 -0
  332. package/dist-es/commands/DeleteArtifactCommand.js +10 -0
  333. package/dist-es/commands/DeleteAssociationCommand.js +10 -0
  334. package/dist-es/commands/DeleteCodeRepositoryCommand.js +10 -0
  335. package/dist-es/commands/DeleteContextCommand.js +10 -0
  336. package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +10 -0
  337. package/dist-es/commands/DeleteDeviceFleetCommand.js +10 -0
  338. package/dist-es/commands/DeleteDomainCommand.js +10 -0
  339. package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +10 -0
  340. package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +10 -0
  341. package/dist-es/commands/DeleteEndpointCommand.js +10 -0
  342. package/dist-es/commands/DeleteEndpointConfigCommand.js +10 -0
  343. package/dist-es/commands/DeleteExperimentCommand.js +10 -0
  344. package/dist-es/commands/DeleteFeatureGroupCommand.js +10 -0
  345. package/dist-es/commands/DeleteFlowDefinitionCommand.js +10 -0
  346. package/dist-es/commands/DeleteHumanTaskUiCommand.js +10 -0
  347. package/dist-es/commands/DeleteImageCommand.js +10 -0
  348. package/dist-es/commands/DeleteImageVersionCommand.js +10 -0
  349. package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +10 -0
  350. package/dist-es/commands/DeleteModelCommand.js +10 -0
  351. package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +10 -0
  352. package/dist-es/commands/DeleteModelPackageCommand.js +10 -0
  353. package/dist-es/commands/DeleteModelPackageGroupCommand.js +10 -0
  354. package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +10 -0
  355. package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +10 -0
  356. package/dist-es/commands/DeleteMonitoringScheduleCommand.js +10 -0
  357. package/dist-es/commands/DeleteNotebookInstanceCommand.js +10 -0
  358. package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +10 -0
  359. package/dist-es/commands/DeletePipelineCommand.js +10 -0
  360. package/dist-es/commands/DeleteProjectCommand.js +10 -0
  361. package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +10 -0
  362. package/dist-es/commands/DeleteTagsCommand.js +10 -0
  363. package/dist-es/commands/DeleteTrialCommand.js +10 -0
  364. package/dist-es/commands/DeleteTrialComponentCommand.js +10 -0
  365. package/dist-es/commands/DeleteUserProfileCommand.js +10 -0
  366. package/dist-es/commands/DeleteWorkforceCommand.js +10 -0
  367. package/dist-es/commands/DeleteWorkteamCommand.js +10 -0
  368. package/dist-es/commands/DeregisterDevicesCommand.js +10 -0
  369. package/dist-es/commands/DescribeActionCommand.js +10 -0
  370. package/dist-es/commands/DescribeAlgorithmCommand.js +10 -0
  371. package/dist-es/commands/DescribeAppCommand.js +10 -0
  372. package/dist-es/commands/DescribeAppImageConfigCommand.js +10 -0
  373. package/dist-es/commands/DescribeArtifactCommand.js +10 -0
  374. package/dist-es/commands/DescribeAutoMLJobCommand.js +10 -0
  375. package/dist-es/commands/DescribeCodeRepositoryCommand.js +10 -0
  376. package/dist-es/commands/DescribeCompilationJobCommand.js +10 -0
  377. package/dist-es/commands/DescribeContextCommand.js +10 -0
  378. package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +10 -0
  379. package/dist-es/commands/DescribeDeviceCommand.js +10 -0
  380. package/dist-es/commands/DescribeDeviceFleetCommand.js +10 -0
  381. package/dist-es/commands/DescribeDomainCommand.js +10 -0
  382. package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +10 -0
  383. package/dist-es/commands/DescribeEdgePackagingJobCommand.js +10 -0
  384. package/dist-es/commands/DescribeEndpointCommand.js +12 -1
  385. package/dist-es/commands/DescribeEndpointConfigCommand.js +11 -2
  386. package/dist-es/commands/DescribeExperimentCommand.js +10 -0
  387. package/dist-es/commands/DescribeFeatureGroupCommand.js +10 -0
  388. package/dist-es/commands/DescribeFeatureMetadataCommand.js +10 -0
  389. package/dist-es/commands/DescribeFlowDefinitionCommand.js +10 -0
  390. package/dist-es/commands/DescribeHumanTaskUiCommand.js +10 -0
  391. package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +10 -0
  392. package/dist-es/commands/DescribeImageCommand.js +10 -0
  393. package/dist-es/commands/DescribeImageVersionCommand.js +10 -0
  394. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +10 -0
  395. package/dist-es/commands/DescribeLabelingJobCommand.js +10 -0
  396. package/dist-es/commands/DescribeLineageGroupCommand.js +10 -0
  397. package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +10 -0
  398. package/dist-es/commands/DescribeModelCommand.js +10 -0
  399. package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +10 -0
  400. package/dist-es/commands/DescribeModelPackageCommand.js +10 -0
  401. package/dist-es/commands/DescribeModelPackageGroupCommand.js +10 -0
  402. package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +10 -0
  403. package/dist-es/commands/DescribeMonitoringScheduleCommand.js +10 -0
  404. package/dist-es/commands/DescribeNotebookInstanceCommand.js +10 -0
  405. package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +10 -0
  406. package/dist-es/commands/DescribePipelineCommand.js +10 -0
  407. package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +10 -0
  408. package/dist-es/commands/DescribePipelineExecutionCommand.js +10 -0
  409. package/dist-es/commands/DescribeProcessingJobCommand.js +10 -0
  410. package/dist-es/commands/DescribeProjectCommand.js +10 -0
  411. package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +10 -0
  412. package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +10 -0
  413. package/dist-es/commands/DescribeTrainingJobCommand.js +10 -0
  414. package/dist-es/commands/DescribeTransformJobCommand.js +10 -0
  415. package/dist-es/commands/DescribeTrialCommand.js +10 -0
  416. package/dist-es/commands/DescribeTrialComponentCommand.js +10 -0
  417. package/dist-es/commands/DescribeUserProfileCommand.js +10 -0
  418. package/dist-es/commands/DescribeWorkforceCommand.js +10 -0
  419. package/dist-es/commands/DescribeWorkteamCommand.js +10 -0
  420. package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +10 -0
  421. package/dist-es/commands/DisassociateTrialComponentCommand.js +10 -0
  422. package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +10 -0
  423. package/dist-es/commands/GetDeviceFleetReportCommand.js +10 -0
  424. package/dist-es/commands/GetLineageGroupPolicyCommand.js +10 -0
  425. package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +10 -0
  426. package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +10 -0
  427. package/dist-es/commands/GetSearchSuggestionsCommand.js +10 -0
  428. package/dist-es/commands/ListActionsCommand.js +10 -0
  429. package/dist-es/commands/ListAlgorithmsCommand.js +10 -0
  430. package/dist-es/commands/ListAppImageConfigsCommand.js +10 -0
  431. package/dist-es/commands/ListAppsCommand.js +10 -0
  432. package/dist-es/commands/ListArtifactsCommand.js +10 -0
  433. package/dist-es/commands/ListAssociationsCommand.js +10 -0
  434. package/dist-es/commands/ListAutoMLJobsCommand.js +10 -0
  435. package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +10 -0
  436. package/dist-es/commands/ListCodeRepositoriesCommand.js +10 -0
  437. package/dist-es/commands/ListCompilationJobsCommand.js +10 -0
  438. package/dist-es/commands/ListContextsCommand.js +10 -0
  439. package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +10 -0
  440. package/dist-es/commands/ListDeviceFleetsCommand.js +10 -0
  441. package/dist-es/commands/ListDevicesCommand.js +10 -0
  442. package/dist-es/commands/ListDomainsCommand.js +10 -0
  443. package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +10 -0
  444. package/dist-es/commands/ListEdgePackagingJobsCommand.js +10 -0
  445. package/dist-es/commands/ListEndpointConfigsCommand.js +10 -0
  446. package/dist-es/commands/ListEndpointsCommand.js +10 -0
  447. package/dist-es/commands/ListExperimentsCommand.js +10 -0
  448. package/dist-es/commands/ListFeatureGroupsCommand.js +10 -0
  449. package/dist-es/commands/ListFlowDefinitionsCommand.js +10 -0
  450. package/dist-es/commands/ListHumanTaskUisCommand.js +10 -0
  451. package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +10 -0
  452. package/dist-es/commands/ListImageVersionsCommand.js +10 -0
  453. package/dist-es/commands/ListImagesCommand.js +10 -0
  454. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +10 -0
  455. package/dist-es/commands/ListLabelingJobsCommand.js +10 -0
  456. package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +10 -0
  457. package/dist-es/commands/ListLineageGroupsCommand.js +10 -0
  458. package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +10 -0
  459. package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +10 -0
  460. package/dist-es/commands/ListModelMetadataCommand.js +10 -0
  461. package/dist-es/commands/ListModelPackageGroupsCommand.js +10 -0
  462. package/dist-es/commands/ListModelPackagesCommand.js +11 -1
  463. package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +11 -1
  464. package/dist-es/commands/ListModelsCommand.js +10 -0
  465. package/dist-es/commands/ListMonitoringExecutionsCommand.js +10 -0
  466. package/dist-es/commands/ListMonitoringSchedulesCommand.js +10 -0
  467. package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +10 -0
  468. package/dist-es/commands/ListNotebookInstancesCommand.js +10 -0
  469. package/dist-es/commands/ListPipelineExecutionStepsCommand.js +10 -0
  470. package/dist-es/commands/ListPipelineExecutionsCommand.js +10 -0
  471. package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +10 -0
  472. package/dist-es/commands/ListPipelinesCommand.js +10 -0
  473. package/dist-es/commands/ListProcessingJobsCommand.js +10 -0
  474. package/dist-es/commands/ListProjectsCommand.js +10 -0
  475. package/dist-es/commands/ListStageDevicesCommand.js +10 -0
  476. package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +10 -0
  477. package/dist-es/commands/ListSubscribedWorkteamsCommand.js +10 -0
  478. package/dist-es/commands/ListTagsCommand.js +10 -0
  479. package/dist-es/commands/ListTrainingJobsCommand.js +10 -0
  480. package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +10 -0
  481. package/dist-es/commands/ListTransformJobsCommand.js +10 -0
  482. package/dist-es/commands/ListTrialComponentsCommand.js +10 -0
  483. package/dist-es/commands/ListTrialsCommand.js +10 -0
  484. package/dist-es/commands/ListUserProfilesCommand.js +10 -0
  485. package/dist-es/commands/ListWorkforcesCommand.js +10 -0
  486. package/dist-es/commands/ListWorkteamsCommand.js +10 -0
  487. package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +10 -0
  488. package/dist-es/commands/QueryLineageCommand.js +10 -0
  489. package/dist-es/commands/RegisterDevicesCommand.js +10 -0
  490. package/dist-es/commands/RenderUiTemplateCommand.js +10 -0
  491. package/dist-es/commands/RetryPipelineExecutionCommand.js +10 -0
  492. package/dist-es/commands/SearchCommand.js +10 -0
  493. package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +10 -0
  494. package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +10 -0
  495. package/dist-es/commands/StartEdgeDeploymentStageCommand.js +10 -0
  496. package/dist-es/commands/StartMonitoringScheduleCommand.js +10 -0
  497. package/dist-es/commands/StartNotebookInstanceCommand.js +10 -0
  498. package/dist-es/commands/StartPipelineExecutionCommand.js +10 -0
  499. package/dist-es/commands/StopAutoMLJobCommand.js +10 -0
  500. package/dist-es/commands/StopCompilationJobCommand.js +10 -0
  501. package/dist-es/commands/StopEdgeDeploymentStageCommand.js +10 -0
  502. package/dist-es/commands/StopEdgePackagingJobCommand.js +10 -0
  503. package/dist-es/commands/StopHyperParameterTuningJobCommand.js +10 -0
  504. package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +10 -0
  505. package/dist-es/commands/StopLabelingJobCommand.js +10 -0
  506. package/dist-es/commands/StopMonitoringScheduleCommand.js +10 -0
  507. package/dist-es/commands/StopNotebookInstanceCommand.js +10 -0
  508. package/dist-es/commands/StopPipelineExecutionCommand.js +10 -0
  509. package/dist-es/commands/StopProcessingJobCommand.js +10 -0
  510. package/dist-es/commands/StopTrainingJobCommand.js +10 -0
  511. package/dist-es/commands/StopTransformJobCommand.js +10 -0
  512. package/dist-es/commands/UpdateActionCommand.js +10 -0
  513. package/dist-es/commands/UpdateAppImageConfigCommand.js +10 -0
  514. package/dist-es/commands/UpdateArtifactCommand.js +10 -0
  515. package/dist-es/commands/UpdateCodeRepositoryCommand.js +10 -0
  516. package/dist-es/commands/UpdateContextCommand.js +10 -0
  517. package/dist-es/commands/UpdateDeviceFleetCommand.js +10 -0
  518. package/dist-es/commands/UpdateDevicesCommand.js +10 -0
  519. package/dist-es/commands/UpdateDomainCommand.js +10 -0
  520. package/dist-es/commands/UpdateEndpointCommand.js +10 -0
  521. package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +10 -0
  522. package/dist-es/commands/UpdateExperimentCommand.js +10 -0
  523. package/dist-es/commands/UpdateFeatureGroupCommand.js +10 -0
  524. package/dist-es/commands/UpdateFeatureMetadataCommand.js +10 -0
  525. package/dist-es/commands/UpdateImageCommand.js +10 -0
  526. package/dist-es/commands/UpdateModelPackageCommand.js +10 -0
  527. package/dist-es/commands/UpdateMonitoringScheduleCommand.js +10 -0
  528. package/dist-es/commands/UpdateNotebookInstanceCommand.js +10 -0
  529. package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +10 -0
  530. package/dist-es/commands/UpdatePipelineCommand.js +10 -0
  531. package/dist-es/commands/UpdatePipelineExecutionCommand.js +10 -0
  532. package/dist-es/commands/UpdateProjectCommand.js +10 -0
  533. package/dist-es/commands/UpdateTrainingJobCommand.js +10 -0
  534. package/dist-es/commands/UpdateTrialCommand.js +10 -0
  535. package/dist-es/commands/UpdateTrialComponentCommand.js +10 -0
  536. package/dist-es/commands/UpdateUserProfileCommand.js +10 -0
  537. package/dist-es/commands/UpdateWorkforceCommand.js +10 -0
  538. package/dist-es/commands/UpdateWorkteamCommand.js +10 -0
  539. package/dist-es/endpoint/EndpointParameters.js +8 -0
  540. package/dist-es/endpoint/endpointResolver.js +8 -0
  541. package/dist-es/endpoint/ruleset.js +384 -0
  542. package/dist-es/models/models_0.js +84 -28
  543. package/dist-es/models/models_1.js +18 -18
  544. package/dist-es/models/models_2.js +18 -20
  545. package/dist-es/models/models_3.js +20 -0
  546. package/dist-es/protocols/Aws_json1_1.js +132 -0
  547. package/dist-es/runtimeConfig.shared.js +2 -2
  548. package/dist-types/SageMaker.d.ts +16 -6
  549. package/dist-types/SageMakerClient.d.ts +6 -9
  550. package/dist-types/commands/AddAssociationCommand.d.ts +2 -0
  551. package/dist-types/commands/AddTagsCommand.d.ts +2 -0
  552. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +2 -0
  553. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +2 -0
  554. package/dist-types/commands/CreateActionCommand.d.ts +2 -0
  555. package/dist-types/commands/CreateAlgorithmCommand.d.ts +2 -0
  556. package/dist-types/commands/CreateAppCommand.d.ts +2 -0
  557. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +2 -0
  558. package/dist-types/commands/CreateArtifactCommand.d.ts +2 -0
  559. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +2 -0
  560. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -0
  561. package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -0
  562. package/dist-types/commands/CreateContextCommand.d.ts +2 -0
  563. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -0
  564. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +2 -0
  565. package/dist-types/commands/CreateDomainCommand.d.ts +2 -0
  566. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +2 -0
  567. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +2 -0
  568. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +2 -0
  569. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -0
  570. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -0
  571. package/dist-types/commands/CreateExperimentCommand.d.ts +2 -0
  572. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -1
  573. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +2 -0
  574. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +2 -0
  575. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +12 -0
  576. package/dist-types/commands/CreateImageCommand.d.ts +2 -0
  577. package/dist-types/commands/CreateImageVersionCommand.d.ts +2 -0
  578. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +2 -0
  579. package/dist-types/commands/CreateLabelingJobCommand.d.ts +2 -0
  580. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -0
  581. package/dist-types/commands/CreateModelCommand.d.ts +2 -0
  582. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +2 -0
  583. package/dist-types/commands/CreateModelPackageCommand.d.ts +2 -0
  584. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +2 -0
  585. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -0
  586. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -0
  587. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +2 -0
  588. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +2 -0
  589. package/dist-types/commands/CreatePipelineCommand.d.ts +2 -0
  590. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +2 -0
  591. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +2 -0
  592. package/dist-types/commands/CreateProcessingJobCommand.d.ts +2 -0
  593. package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
  594. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +2 -0
  595. package/dist-types/commands/CreateTrainingJobCommand.d.ts +6 -5
  596. package/dist-types/commands/CreateTransformJobCommand.d.ts +2 -0
  597. package/dist-types/commands/CreateTrialCommand.d.ts +2 -0
  598. package/dist-types/commands/CreateTrialComponentCommand.d.ts +2 -0
  599. package/dist-types/commands/CreateUserProfileCommand.d.ts +2 -0
  600. package/dist-types/commands/CreateWorkforceCommand.d.ts +2 -0
  601. package/dist-types/commands/CreateWorkteamCommand.d.ts +2 -0
  602. package/dist-types/commands/DeleteActionCommand.d.ts +2 -0
  603. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +2 -0
  604. package/dist-types/commands/DeleteAppCommand.d.ts +2 -0
  605. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +2 -0
  606. package/dist-types/commands/DeleteArtifactCommand.d.ts +2 -0
  607. package/dist-types/commands/DeleteAssociationCommand.d.ts +2 -0
  608. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +2 -0
  609. package/dist-types/commands/DeleteContextCommand.d.ts +2 -0
  610. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +2 -0
  611. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +2 -0
  612. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -0
  613. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +2 -0
  614. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +2 -0
  615. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -0
  616. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +2 -0
  617. package/dist-types/commands/DeleteExperimentCommand.d.ts +2 -0
  618. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +2 -0
  619. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +2 -0
  620. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +2 -0
  621. package/dist-types/commands/DeleteImageCommand.d.ts +2 -0
  622. package/dist-types/commands/DeleteImageVersionCommand.d.ts +2 -0
  623. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +2 -0
  624. package/dist-types/commands/DeleteModelCommand.d.ts +2 -0
  625. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +2 -0
  626. package/dist-types/commands/DeleteModelPackageCommand.d.ts +2 -0
  627. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +2 -0
  628. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +2 -0
  629. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +2 -0
  630. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +2 -0
  631. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -0
  632. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +2 -0
  633. package/dist-types/commands/DeletePipelineCommand.d.ts +2 -0
  634. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -0
  635. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +2 -0
  636. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
  637. package/dist-types/commands/DeleteTrialCommand.d.ts +2 -0
  638. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +2 -0
  639. package/dist-types/commands/DeleteUserProfileCommand.d.ts +2 -0
  640. package/dist-types/commands/DeleteWorkforceCommand.d.ts +2 -0
  641. package/dist-types/commands/DeleteWorkteamCommand.d.ts +2 -0
  642. package/dist-types/commands/DeregisterDevicesCommand.d.ts +2 -0
  643. package/dist-types/commands/DescribeActionCommand.d.ts +2 -0
  644. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +2 -0
  645. package/dist-types/commands/DescribeAppCommand.d.ts +2 -0
  646. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +2 -0
  647. package/dist-types/commands/DescribeArtifactCommand.d.ts +2 -0
  648. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +2 -0
  649. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +2 -0
  650. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +2 -0
  651. package/dist-types/commands/DescribeContextCommand.d.ts +2 -0
  652. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +2 -0
  653. package/dist-types/commands/DescribeDeviceCommand.d.ts +2 -0
  654. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +2 -0
  655. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -0
  656. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +2 -0
  657. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +2 -0
  658. package/dist-types/commands/DescribeEndpointCommand.d.ts +4 -1
  659. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -2
  660. package/dist-types/commands/DescribeExperimentCommand.d.ts +2 -0
  661. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +2 -0
  662. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +2 -0
  663. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +2 -0
  664. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +2 -0
  665. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +2 -0
  666. package/dist-types/commands/DescribeImageCommand.d.ts +2 -0
  667. package/dist-types/commands/DescribeImageVersionCommand.d.ts +2 -0
  668. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -0
  669. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +2 -0
  670. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +2 -0
  671. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -0
  672. package/dist-types/commands/DescribeModelCommand.d.ts +2 -0
  673. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +2 -0
  674. package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -0
  675. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +2 -0
  676. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +2 -0
  677. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -0
  678. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +2 -0
  679. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +2 -0
  680. package/dist-types/commands/DescribePipelineCommand.d.ts +2 -0
  681. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +2 -0
  682. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +2 -0
  683. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +2 -0
  684. package/dist-types/commands/DescribeProjectCommand.d.ts +2 -0
  685. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +2 -0
  686. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +2 -0
  687. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -0
  688. package/dist-types/commands/DescribeTransformJobCommand.d.ts +2 -0
  689. package/dist-types/commands/DescribeTrialCommand.d.ts +2 -0
  690. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +2 -0
  691. package/dist-types/commands/DescribeUserProfileCommand.d.ts +2 -0
  692. package/dist-types/commands/DescribeWorkforceCommand.d.ts +2 -0
  693. package/dist-types/commands/DescribeWorkteamCommand.d.ts +2 -0
  694. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +2 -0
  695. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +2 -0
  696. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +2 -0
  697. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +2 -0
  698. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +2 -0
  699. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +2 -0
  700. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +2 -0
  701. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +2 -0
  702. package/dist-types/commands/ListActionsCommand.d.ts +2 -0
  703. package/dist-types/commands/ListAlgorithmsCommand.d.ts +2 -0
  704. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +2 -0
  705. package/dist-types/commands/ListAppsCommand.d.ts +2 -0
  706. package/dist-types/commands/ListArtifactsCommand.d.ts +2 -0
  707. package/dist-types/commands/ListAssociationsCommand.d.ts +2 -0
  708. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +2 -0
  709. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +2 -0
  710. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +2 -0
  711. package/dist-types/commands/ListCompilationJobsCommand.d.ts +2 -0
  712. package/dist-types/commands/ListContextsCommand.d.ts +2 -0
  713. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +2 -0
  714. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +2 -0
  715. package/dist-types/commands/ListDevicesCommand.d.ts +2 -0
  716. package/dist-types/commands/ListDomainsCommand.d.ts +2 -0
  717. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +2 -0
  718. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +2 -0
  719. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +2 -0
  720. package/dist-types/commands/ListEndpointsCommand.d.ts +2 -0
  721. package/dist-types/commands/ListExperimentsCommand.d.ts +2 -0
  722. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +2 -0
  723. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +2 -0
  724. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +2 -0
  725. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +2 -0
  726. package/dist-types/commands/ListImageVersionsCommand.d.ts +2 -0
  727. package/dist-types/commands/ListImagesCommand.d.ts +2 -0
  728. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +2 -0
  729. package/dist-types/commands/ListLabelingJobsCommand.d.ts +2 -0
  730. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +2 -0
  731. package/dist-types/commands/ListLineageGroupsCommand.d.ts +2 -0
  732. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +2 -0
  733. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +2 -0
  734. package/dist-types/commands/ListModelMetadataCommand.d.ts +2 -0
  735. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +2 -0
  736. package/dist-types/commands/ListModelPackagesCommand.d.ts +3 -1
  737. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +3 -1
  738. package/dist-types/commands/ListModelsCommand.d.ts +2 -0
  739. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +2 -0
  740. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +2 -0
  741. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +2 -0
  742. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +2 -0
  743. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -0
  744. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +2 -0
  745. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -0
  746. package/dist-types/commands/ListPipelinesCommand.d.ts +2 -0
  747. package/dist-types/commands/ListProcessingJobsCommand.d.ts +2 -0
  748. package/dist-types/commands/ListProjectsCommand.d.ts +2 -0
  749. package/dist-types/commands/ListStageDevicesCommand.d.ts +2 -0
  750. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -0
  751. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +2 -0
  752. package/dist-types/commands/ListTagsCommand.d.ts +2 -0
  753. package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -0
  754. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -0
  755. package/dist-types/commands/ListTransformJobsCommand.d.ts +2 -0
  756. package/dist-types/commands/ListTrialComponentsCommand.d.ts +2 -0
  757. package/dist-types/commands/ListTrialsCommand.d.ts +2 -0
  758. package/dist-types/commands/ListUserProfilesCommand.d.ts +2 -0
  759. package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -0
  760. package/dist-types/commands/ListWorkteamsCommand.d.ts +2 -0
  761. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -0
  762. package/dist-types/commands/QueryLineageCommand.d.ts +2 -0
  763. package/dist-types/commands/RegisterDevicesCommand.d.ts +2 -0
  764. package/dist-types/commands/RenderUiTemplateCommand.d.ts +2 -0
  765. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -0
  766. package/dist-types/commands/SearchCommand.d.ts +2 -0
  767. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +2 -0
  768. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +2 -0
  769. package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +2 -0
  770. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +2 -0
  771. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -0
  772. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -0
  773. package/dist-types/commands/StopAutoMLJobCommand.d.ts +2 -0
  774. package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -0
  775. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +2 -0
  776. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +2 -0
  777. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +2 -0
  778. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +2 -0
  779. package/dist-types/commands/StopLabelingJobCommand.d.ts +2 -0
  780. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +2 -0
  781. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +2 -0
  782. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -0
  783. package/dist-types/commands/StopProcessingJobCommand.d.ts +2 -0
  784. package/dist-types/commands/StopTrainingJobCommand.d.ts +2 -0
  785. package/dist-types/commands/StopTransformJobCommand.d.ts +2 -0
  786. package/dist-types/commands/UpdateActionCommand.d.ts +2 -0
  787. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +2 -0
  788. package/dist-types/commands/UpdateArtifactCommand.d.ts +2 -0
  789. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +2 -0
  790. package/dist-types/commands/UpdateContextCommand.d.ts +2 -0
  791. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +2 -0
  792. package/dist-types/commands/UpdateDevicesCommand.d.ts +2 -0
  793. package/dist-types/commands/UpdateDomainCommand.d.ts +2 -0
  794. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -0
  795. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +2 -0
  796. package/dist-types/commands/UpdateExperimentCommand.d.ts +2 -0
  797. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +2 -0
  798. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +2 -0
  799. package/dist-types/commands/UpdateImageCommand.d.ts +2 -0
  800. package/dist-types/commands/UpdateModelPackageCommand.d.ts +2 -0
  801. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +2 -0
  802. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +2 -0
  803. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -0
  804. package/dist-types/commands/UpdatePipelineCommand.d.ts +2 -0
  805. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +2 -0
  806. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -0
  807. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +4 -1
  808. package/dist-types/commands/UpdateTrialCommand.d.ts +2 -0
  809. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +2 -0
  810. package/dist-types/commands/UpdateUserProfileCommand.d.ts +2 -0
  811. package/dist-types/commands/UpdateWorkforceCommand.d.ts +2 -0
  812. package/dist-types/commands/UpdateWorkteamCommand.d.ts +2 -0
  813. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  814. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  815. package/dist-types/endpoint/ruleset.d.ts +2 -0
  816. package/dist-types/models/models_0.d.ts +238 -513
  817. package/dist-types/models/models_1.d.ts +524 -319
  818. package/dist-types/models/models_2.d.ts +331 -213
  819. package/dist-types/models/models_3.d.ts +213 -4
  820. package/dist-types/runtimeConfig.browser.d.ts +5 -2
  821. package/dist-types/runtimeConfig.d.ts +5 -2
  822. package/dist-types/runtimeConfig.native.d.ts +5 -2
  823. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  824. package/dist-types/ts3.4/SageMakerClient.d.ts +15 -8
  825. package/dist-types/ts3.4/commands/AddAssociationCommand.d.ts +2 -0
  826. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -0
  827. package/dist-types/ts3.4/commands/AssociateTrialComponentCommand.d.ts +2 -0
  828. package/dist-types/ts3.4/commands/BatchDescribeModelPackageCommand.d.ts +2 -0
  829. package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +2 -0
  830. package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +2 -0
  831. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +2 -0
  832. package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +2 -0
  833. package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +2 -0
  834. package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +2 -0
  835. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -0
  836. package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -0
  837. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +2 -0
  838. package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -0
  839. package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +2 -0
  840. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +2 -0
  841. package/dist-types/ts3.4/commands/CreateEdgeDeploymentPlanCommand.d.ts +2 -0
  842. package/dist-types/ts3.4/commands/CreateEdgeDeploymentStageCommand.d.ts +2 -0
  843. package/dist-types/ts3.4/commands/CreateEdgePackagingJobCommand.d.ts +2 -0
  844. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +2 -0
  845. package/dist-types/ts3.4/commands/CreateEndpointConfigCommand.d.ts +2 -0
  846. package/dist-types/ts3.4/commands/CreateExperimentCommand.d.ts +2 -0
  847. package/dist-types/ts3.4/commands/CreateFeatureGroupCommand.d.ts +3 -1
  848. package/dist-types/ts3.4/commands/CreateFlowDefinitionCommand.d.ts +2 -0
  849. package/dist-types/ts3.4/commands/CreateHumanTaskUiCommand.d.ts +2 -0
  850. package/dist-types/ts3.4/commands/CreateHyperParameterTuningJobCommand.d.ts +2 -0
  851. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +2 -0
  852. package/dist-types/ts3.4/commands/CreateImageVersionCommand.d.ts +2 -0
  853. package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +2 -0
  854. package/dist-types/ts3.4/commands/CreateLabelingJobCommand.d.ts +2 -0
  855. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -0
  856. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -0
  857. package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +2 -0
  858. package/dist-types/ts3.4/commands/CreateModelPackageCommand.d.ts +2 -0
  859. package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +2 -0
  860. package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -0
  861. package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +2 -0
  862. package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +2 -0
  863. package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +2 -0
  864. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +2 -0
  865. package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +2 -0
  866. package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +2 -0
  867. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +2 -0
  868. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -0
  869. package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +2 -0
  870. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +2 -0
  871. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +2 -0
  872. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +2 -0
  873. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +2 -0
  874. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +2 -0
  875. package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +2 -0
  876. package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +2 -0
  877. package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +2 -0
  878. package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +2 -0
  879. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +2 -0
  880. package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +2 -0
  881. package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +2 -0
  882. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +2 -0
  883. package/dist-types/ts3.4/commands/DeleteCodeRepositoryCommand.d.ts +2 -0
  884. package/dist-types/ts3.4/commands/DeleteContextCommand.d.ts +2 -0
  885. package/dist-types/ts3.4/commands/DeleteDataQualityJobDefinitionCommand.d.ts +2 -0
  886. package/dist-types/ts3.4/commands/DeleteDeviceFleetCommand.d.ts +2 -0
  887. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +2 -0
  888. package/dist-types/ts3.4/commands/DeleteEdgeDeploymentPlanCommand.d.ts +2 -0
  889. package/dist-types/ts3.4/commands/DeleteEdgeDeploymentStageCommand.d.ts +2 -0
  890. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -0
  891. package/dist-types/ts3.4/commands/DeleteEndpointConfigCommand.d.ts +2 -0
  892. package/dist-types/ts3.4/commands/DeleteExperimentCommand.d.ts +2 -0
  893. package/dist-types/ts3.4/commands/DeleteFeatureGroupCommand.d.ts +2 -0
  894. package/dist-types/ts3.4/commands/DeleteFlowDefinitionCommand.d.ts +2 -0
  895. package/dist-types/ts3.4/commands/DeleteHumanTaskUiCommand.d.ts +2 -0
  896. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +2 -0
  897. package/dist-types/ts3.4/commands/DeleteImageVersionCommand.d.ts +2 -0
  898. package/dist-types/ts3.4/commands/DeleteModelBiasJobDefinitionCommand.d.ts +2 -0
  899. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -0
  900. package/dist-types/ts3.4/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +2 -0
  901. package/dist-types/ts3.4/commands/DeleteModelPackageCommand.d.ts +2 -0
  902. package/dist-types/ts3.4/commands/DeleteModelPackageGroupCommand.d.ts +2 -0
  903. package/dist-types/ts3.4/commands/DeleteModelPackageGroupPolicyCommand.d.ts +2 -0
  904. package/dist-types/ts3.4/commands/DeleteModelQualityJobDefinitionCommand.d.ts +2 -0
  905. package/dist-types/ts3.4/commands/DeleteMonitoringScheduleCommand.d.ts +2 -0
  906. package/dist-types/ts3.4/commands/DeleteNotebookInstanceCommand.d.ts +2 -0
  907. package/dist-types/ts3.4/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +2 -0
  908. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -0
  909. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -0
  910. package/dist-types/ts3.4/commands/DeleteStudioLifecycleConfigCommand.d.ts +2 -0
  911. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
  912. package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +2 -0
  913. package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +2 -0
  914. package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +2 -0
  915. package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +2 -0
  916. package/dist-types/ts3.4/commands/DeleteWorkteamCommand.d.ts +2 -0
  917. package/dist-types/ts3.4/commands/DeregisterDevicesCommand.d.ts +2 -0
  918. package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +2 -0
  919. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +2 -0
  920. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +2 -0
  921. package/dist-types/ts3.4/commands/DescribeAppImageConfigCommand.d.ts +2 -0
  922. package/dist-types/ts3.4/commands/DescribeArtifactCommand.d.ts +2 -0
  923. package/dist-types/ts3.4/commands/DescribeAutoMLJobCommand.d.ts +2 -0
  924. package/dist-types/ts3.4/commands/DescribeCodeRepositoryCommand.d.ts +2 -0
  925. package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +2 -0
  926. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -0
  927. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +2 -0
  928. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +2 -0
  929. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +2 -0
  930. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +2 -0
  931. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +2 -0
  932. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +2 -0
  933. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -4
  934. package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +6 -2
  935. package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +2 -0
  936. package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +2 -0
  937. package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +2 -0
  938. package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +2 -0
  939. package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +2 -0
  940. package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +2 -0
  941. package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +2 -0
  942. package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +2 -0
  943. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -0
  944. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +2 -0
  945. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +2 -0
  946. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -0
  947. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +2 -0
  948. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +2 -0
  949. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +2 -0
  950. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +2 -0
  951. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +2 -0
  952. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -0
  953. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +2 -0
  954. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +2 -0
  955. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +2 -0
  956. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +2 -0
  957. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +2 -0
  958. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +2 -0
  959. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -0
  960. package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +2 -0
  961. package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +2 -0
  962. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -0
  963. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +2 -0
  964. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +2 -0
  965. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +2 -0
  966. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +2 -0
  967. package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +2 -0
  968. package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +2 -0
  969. package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +2 -0
  970. package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +2 -0
  971. package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +2 -0
  972. package/dist-types/ts3.4/commands/GetDeviceFleetReportCommand.d.ts +2 -0
  973. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +2 -0
  974. package/dist-types/ts3.4/commands/GetModelPackageGroupPolicyCommand.d.ts +2 -0
  975. package/dist-types/ts3.4/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +2 -0
  976. package/dist-types/ts3.4/commands/GetSearchSuggestionsCommand.d.ts +2 -0
  977. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +2 -0
  978. package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +2 -0
  979. package/dist-types/ts3.4/commands/ListAppImageConfigsCommand.d.ts +2 -0
  980. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +2 -0
  981. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +2 -0
  982. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +2 -0
  983. package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +2 -0
  984. package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +2 -0
  985. package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +2 -0
  986. package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +2 -0
  987. package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +2 -0
  988. package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +2 -0
  989. package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +2 -0
  990. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +2 -0
  991. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -0
  992. package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +2 -0
  993. package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +2 -0
  994. package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +2 -0
  995. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +2 -0
  996. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +2 -0
  997. package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +2 -0
  998. package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +2 -0
  999. package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +2 -0
  1000. package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +2 -0
  1001. package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +2 -0
  1002. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +2 -0
  1003. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +2 -0
  1004. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +2 -0
  1005. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +2 -0
  1006. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +2 -0
  1007. package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +2 -0
  1008. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +2 -0
  1009. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +2 -0
  1010. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +2 -0
  1011. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +3 -1
  1012. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +3 -1
  1013. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -0
  1014. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +2 -0
  1015. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +2 -0
  1016. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +2 -0
  1017. package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +2 -0
  1018. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -0
  1019. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +2 -0
  1020. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -0
  1021. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -0
  1022. package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +2 -0
  1023. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -0
  1024. package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +2 -0
  1025. package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -0
  1026. package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +2 -0
  1027. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -0
  1028. package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +2 -0
  1029. package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -0
  1030. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -0
  1031. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +2 -0
  1032. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +2 -0
  1033. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +2 -0
  1034. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +2 -0
  1035. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +2 -0
  1036. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -0
  1037. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +2 -0
  1038. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +2 -0
  1039. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +2 -0
  1040. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +2 -0
  1041. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -0
  1042. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +2 -0
  1043. package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +2 -0
  1044. package/dist-types/ts3.4/commands/StartEdgeDeploymentStageCommand.d.ts +2 -0
  1045. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +2 -0
  1046. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +2 -0
  1047. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +2 -0
  1048. package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +2 -0
  1049. package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +2 -0
  1050. package/dist-types/ts3.4/commands/StopEdgeDeploymentStageCommand.d.ts +2 -0
  1051. package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +2 -0
  1052. package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +2 -0
  1053. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +2 -0
  1054. package/dist-types/ts3.4/commands/StopLabelingJobCommand.d.ts +2 -0
  1055. package/dist-types/ts3.4/commands/StopMonitoringScheduleCommand.d.ts +2 -0
  1056. package/dist-types/ts3.4/commands/StopNotebookInstanceCommand.d.ts +2 -0
  1057. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +2 -0
  1058. package/dist-types/ts3.4/commands/StopProcessingJobCommand.d.ts +2 -0
  1059. package/dist-types/ts3.4/commands/StopTrainingJobCommand.d.ts +2 -0
  1060. package/dist-types/ts3.4/commands/StopTransformJobCommand.d.ts +2 -0
  1061. package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +2 -0
  1062. package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +2 -0
  1063. package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +2 -0
  1064. package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +2 -0
  1065. package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +2 -0
  1066. package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +2 -0
  1067. package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +2 -0
  1068. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +2 -0
  1069. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +2 -0
  1070. package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +2 -0
  1071. package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +2 -0
  1072. package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +2 -0
  1073. package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +2 -0
  1074. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +2 -0
  1075. package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +2 -0
  1076. package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +2 -0
  1077. package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +2 -0
  1078. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -0
  1079. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +2 -0
  1080. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +2 -0
  1081. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +2 -0
  1082. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +2 -0
  1083. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +2 -0
  1084. package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +2 -0
  1085. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +2 -0
  1086. package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +2 -0
  1087. package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +2 -0
  1088. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  1089. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  1090. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  1091. package/dist-types/ts3.4/models/models_0.d.ts +115 -59
  1092. package/dist-types/ts3.4/models/models_1.d.ts +61 -81
  1093. package/dist-types/ts3.4/models/models_2.d.ts +78 -61
  1094. package/dist-types/ts3.4/models/models_3.d.ts +63 -1
  1095. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  1096. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  1097. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  1098. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  1099. package/package.json +28 -27
  1100. package/dist-cjs/endpoints.js +0 -183
  1101. package/dist-es/endpoints.js +0 -179
  1102. package/dist-types/endpoints.d.ts +0 -2
  1103. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { AddAssociationCommandInput, AddAssociationCommandOutput } from "./commands/AddAssociationCommand";
10
11
  import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
11
12
  import { AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput } from "./commands/AssociateTrialComponentCommand";
@@ -269,6 +270,7 @@ import { UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput } f
269
270
  import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
270
271
  import { UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput } from "./commands/UpdateWorkforceCommand";
271
272
  import { UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput } from "./commands/UpdateWorkteamCommand";
273
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
272
274
  export declare type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgeDeploymentPlanCommandInput | CreateEdgeDeploymentStageCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteCodeRepositoryCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEdgeDeploymentPlanCommandInput | DeleteEdgeDeploymentStageCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHumanTaskUiCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgeDeploymentPlanCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFeatureMetadataCommandInput | DescribeFlowDefinitionCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetSearchSuggestionsCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgeDeploymentPlansCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListStageDevicesCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartEdgeDeploymentStageCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgeDeploymentStageCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateCodeRepositoryCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateFeatureGroupCommandInput | UpdateFeatureMetadataCommandInput | UpdateImageCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
273
275
  export declare type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgeDeploymentPlanCommandOutput | CreateEdgeDeploymentStageCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEdgeDeploymentPlanCommandOutput | DeleteEdgeDeploymentStageCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgeDeploymentPlanCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFeatureMetadataCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetSearchSuggestionsCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgeDeploymentPlansCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListStageDevicesCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartEdgeDeploymentStageCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgeDeploymentStageCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateFeatureGroupCommandOutput | UpdateFeatureMetadataCommandOutput | UpdateImageCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
274
276
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -361,11 +363,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
361
363
  * @internal
362
364
  */
363
365
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
364
- /**
365
- * Fetch related hostname, signing name or signing region with given region.
366
- * @internal
367
- */
368
- regionInfoProvider?: RegionInfoProvider;
369
366
  /**
370
367
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
371
368
  * @internal
@@ -376,13 +373,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
376
373
  */
377
374
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
378
375
  }
379
- declare type SageMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
376
+ declare type SageMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
380
377
  /**
381
378
  * The configuration interface of SageMakerClient class constructor that set the region, credentials and other options.
382
379
  */
383
380
  export interface SageMakerClientConfig extends SageMakerClientConfigType {
384
381
  }
385
- declare type SageMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
382
+ declare type SageMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
386
383
  /**
387
384
  * The resolved configuration interface of SageMakerClient class. This is resolved and normalized from the {@link SageMakerClientConfig | constructor configuration interface}.
388
385
  */
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AddAssociationRequest, AddAssociationResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface AddAssociationCommandOutput extends AddAssociationResponse, __M
29
30
  */
30
31
  export declare class AddAssociationCommand extends $Command<AddAssociationCommandInput, AddAssociationCommandOutput, SageMakerClientResolvedConfig> {
31
32
  readonly input: AddAssociationCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: AddAssociationCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
@@ -49,6 +50,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
49
50
  */
50
51
  export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, SageMakerClientResolvedConfig> {
51
52
  readonly input: AddTagsCommandInput;
53
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
54
  constructor(input: AddTagsCommandInput);
53
55
  /**
54
56
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AssociateTrialComponentRequest, AssociateTrialComponentResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface AssociateTrialComponentCommandOutput extends AssociateTrialComp
26
27
  */
27
28
  export declare class AssociateTrialComponentCommand extends $Command<AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput, SageMakerClientResolvedConfig> {
28
29
  readonly input: AssociateTrialComponentCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: AssociateTrialComponentCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BatchDescribeModelPackageInput, BatchDescribeModelPackageOutput } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface BatchDescribeModelPackageCommandOutput extends BatchDescribeMod
25
26
  */
26
27
  export declare class BatchDescribeModelPackageCommand extends $Command<BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: BatchDescribeModelPackageCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchDescribeModelPackageCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateActionRequest, CreateActionResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface CreateActionCommandOutput extends CreateActionResponse, __Metad
29
30
  */
30
31
  export declare class CreateActionCommand extends $Command<CreateActionCommandInput, CreateActionCommandOutput, SageMakerClientResolvedConfig> {
31
32
  readonly input: CreateActionCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: CreateActionCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateAlgorithmInput, CreateAlgorithmOutput } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
25
26
  */
26
27
  export declare class CreateAlgorithmCommand extends $Command<CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: CreateAlgorithmCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateAlgorithmCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateAppRequest, CreateAppResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
27
28
  */
28
29
  export declare class CreateAppCommand extends $Command<CreateAppCommandInput, CreateAppCommandOutput, SageMakerClientResolvedConfig> {
29
30
  readonly input: CreateAppCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateAppCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateAppImageConfigRequest, CreateAppImageConfigResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface CreateAppImageConfigCommandOutput extends CreateAppImageConfigR
27
28
  */
28
29
  export declare class CreateAppImageConfigCommand extends $Command<CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput, SageMakerClientResolvedConfig> {
29
30
  readonly input: CreateAppImageConfigCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateAppImageConfigCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateArtifactRequest, CreateArtifactResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface CreateArtifactCommandOutput extends CreateArtifactResponse, __M
29
30
  */
30
31
  export declare class CreateArtifactCommand extends $Command<CreateArtifactCommandInput, CreateArtifactCommandOutput, SageMakerClientResolvedConfig> {
31
32
  readonly input: CreateArtifactCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: CreateArtifactCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateAutoMLJobRequest, CreateAutoMLJobResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
28
29
  */
29
30
  export declare class CreateAutoMLJobCommand extends $Command<CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput, SageMakerClientResolvedConfig> {
30
31
  readonly input: CreateAutoMLJobCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: CreateAutoMLJobCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateCodeRepositoryInput, CreateCodeRepositoryOutput } from "../models/models_0";
@@ -31,6 +32,7 @@ export interface CreateCodeRepositoryCommandOutput extends CreateCodeRepositoryO
31
32
  */
32
33
  export declare class CreateCodeRepositoryCommand extends $Command<CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput, SageMakerClientResolvedConfig> {
33
34
  readonly input: CreateCodeRepositoryCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: CreateCodeRepositoryCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateCompilationJobRequest, CreateCompilationJobResponse } from "../models/models_0";
@@ -56,6 +57,7 @@ export interface CreateCompilationJobCommandOutput extends CreateCompilationJobR
56
57
  */
57
58
  export declare class CreateCompilationJobCommand extends $Command<CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput, SageMakerClientResolvedConfig> {
58
59
  readonly input: CreateCompilationJobCommandInput;
60
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
61
  constructor(input: CreateCompilationJobCommandInput);
60
62
  /**
61
63
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateContextRequest, CreateContextResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface CreateContextCommandOutput extends CreateContextResponse, __Met
29
30
  */
30
31
  export declare class CreateContextCommand extends $Command<CreateContextCommandInput, CreateContextCommandOutput, SageMakerClientResolvedConfig> {
31
32
  readonly input: CreateContextCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: CreateContextCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateDataQualityJobDefinitionRequest, CreateDataQualityJobDefinitionResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface CreateDataQualityJobDefinitionCommandOutput extends CreateDataQ
26
27
  */
27
28
  export declare class CreateDataQualityJobDefinitionCommand extends $Command<CreateDataQualityJobDefinitionCommandInput, CreateDataQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
28
29
  readonly input: CreateDataQualityJobDefinitionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateDataQualityJobDefinitionCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateDeviceFleetRequest } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface CreateDeviceFleetCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class CreateDeviceFleetCommand extends $Command<CreateDeviceFleetCommandInput, CreateDeviceFleetCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: CreateDeviceFleetCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateDeviceFleetCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
@@ -71,6 +72,7 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
71
72
  */
72
73
  export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, SageMakerClientResolvedConfig> {
73
74
  readonly input: CreateDomainCommandInput;
75
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
76
  constructor(input: CreateDomainCommandInput);
75
77
  /**
76
78
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateEdgeDeploymentPlanRequest, CreateEdgeDeploymentPlanResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface CreateEdgeDeploymentPlanCommandOutput extends CreateEdgeDeploym
25
26
  */
26
27
  export declare class CreateEdgeDeploymentPlanCommand extends $Command<CreateEdgeDeploymentPlanCommandInput, CreateEdgeDeploymentPlanCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: CreateEdgeDeploymentPlanCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateEdgeDeploymentPlanCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateEdgeDeploymentStageRequest } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface CreateEdgeDeploymentStageCommandOutput extends __MetadataBearer
25
26
  */
26
27
  export declare class CreateEdgeDeploymentStageCommand extends $Command<CreateEdgeDeploymentStageCommandInput, CreateEdgeDeploymentStageCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: CreateEdgeDeploymentStageCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateEdgeDeploymentStageCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateEdgePackagingJobRequest } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface CreateEdgePackagingJobCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class CreateEdgePackagingJobCommand extends $Command<CreateEdgePackagingJobCommandInput, CreateEdgePackagingJobCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: CreateEdgePackagingJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateEdgePackagingJobCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateEndpointInput, CreateEndpointOutput } from "../models/models_0";
@@ -103,6 +104,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointOutput, __Met
103
104
  */
104
105
  export declare class CreateEndpointCommand extends $Command<CreateEndpointCommandInput, CreateEndpointCommandOutput, SageMakerClientResolvedConfig> {
105
106
  readonly input: CreateEndpointCommandInput;
107
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
108
  constructor(input: CreateEndpointCommandInput);
107
109
  /**
108
110
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateEndpointConfigInput, CreateEndpointConfigOutput } from "../models/models_0";
@@ -53,6 +54,7 @@ export interface CreateEndpointConfigCommandOutput extends CreateEndpointConfigO
53
54
  */
54
55
  export declare class CreateEndpointConfigCommand extends $Command<CreateEndpointConfigCommandInput, CreateEndpointConfigCommandOutput, SageMakerClientResolvedConfig> {
55
56
  readonly input: CreateEndpointConfigCommandInput;
57
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
58
  constructor(input: CreateEndpointConfigCommandInput);
57
59
  /**
58
60
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateExperimentRequest, CreateExperimentResponse } from "../models/models_0";
@@ -41,6 +42,7 @@ export interface CreateExperimentCommandOutput extends CreateExperimentResponse,
41
42
  */
42
43
  export declare class CreateExperimentCommand extends $Command<CreateExperimentCommandInput, CreateExperimentCommandOutput, SageMakerClientResolvedConfig> {
43
44
  readonly input: CreateExperimentCommandInput;
45
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
46
  constructor(input: CreateExperimentCommandInput);
45
47
  /**
46
48
  * @internal
@@ -1,6 +1,7 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateFeatureGroupRequest, CreateFeatureGroupResponse } from "../models/models_0";
4
+ import { CreateFeatureGroupRequest, CreateFeatureGroupResponse } from "../models/models_1";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  export interface CreateFeatureGroupCommandInput extends CreateFeatureGroupRequest {
6
7
  }
@@ -37,6 +38,7 @@ export interface CreateFeatureGroupCommandOutput extends CreateFeatureGroupRespo
37
38
  */
38
39
  export declare class CreateFeatureGroupCommand extends $Command<CreateFeatureGroupCommandInput, CreateFeatureGroupCommandOutput, SageMakerClientResolvedConfig> {
39
40
  readonly input: CreateFeatureGroupCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: CreateFeatureGroupCommandInput);
41
43
  /**
42
44
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateFlowDefinitionRequest, CreateFlowDefinitionResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface CreateFlowDefinitionCommandOutput extends CreateFlowDefinitionR
25
26
  */
26
27
  export declare class CreateFlowDefinitionCommand extends $Command<CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: CreateFlowDefinitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateFlowDefinitionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateHumanTaskUiRequest, CreateHumanTaskUiResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface CreateHumanTaskUiCommandOutput extends CreateHumanTaskUiRespons
25
26
  */
26
27
  export declare class CreateHumanTaskUiCommand extends $Command<CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: CreateHumanTaskUiCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateHumanTaskUiCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateHyperParameterTuningJobRequest, CreateHyperParameterTuningJobResponse } from "../models/models_1";
@@ -12,6 +13,16 @@ export interface CreateHyperParameterTuningJobCommandOutput extends CreateHyperP
12
13
  * and values for hyperparameters within ranges that you specify. It then chooses the
13
14
  * hyperparameter values that result in a model that performs the best, as measured by an
14
15
  * objective metric that you choose.</p>
16
+ * <p>A hyperparameter tuning job automatically creates Amazon SageMaker experiments, trials, and
17
+ * trial components for each training job that it runs. You can view these entities in
18
+ * Amazon SageMaker Studio. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/experiments-view-compare.html#experiments-view">View
19
+ * Experiments, Trials, and Trial Components</a>.</p>
20
+ * <important>
21
+ * <p>Do not include any security-sensitive information including account access
22
+ * IDs, secrets or tokens in any hyperparameter field. If the use of
23
+ * security-sensitive credentials are detected, SageMaker will reject your training
24
+ * job request and return an exception error.</p>
25
+ * </important>
15
26
  * @example
16
27
  * Use a bare-bones client and the command you need to make an API call.
17
28
  * ```javascript
@@ -29,6 +40,7 @@ export interface CreateHyperParameterTuningJobCommandOutput extends CreateHyperP
29
40
  */
30
41
  export declare class CreateHyperParameterTuningJobCommand extends $Command<CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput, SageMakerClientResolvedConfig> {
31
42
  readonly input: CreateHyperParameterTuningJobCommandInput;
43
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
44
  constructor(input: CreateHyperParameterTuningJobCommandInput);
33
45
  /**
34
46
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateImageRequest, CreateImageResponse } from "../models/models_1";
@@ -27,6 +28,7 @@ export interface CreateImageCommandOutput extends CreateImageResponse, __Metadat
27
28
  */
28
29
  export declare class CreateImageCommand extends $Command<CreateImageCommandInput, CreateImageCommandOutput, SageMakerClientResolvedConfig> {
29
30
  readonly input: CreateImageCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateImageCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateImageVersionRequest, CreateImageVersionResponse } from "../models/models_1";
@@ -26,6 +27,7 @@ export interface CreateImageVersionCommandOutput extends CreateImageVersionRespo
26
27
  */
27
28
  export declare class CreateImageVersionCommand extends $Command<CreateImageVersionCommandInput, CreateImageVersionCommandOutput, SageMakerClientResolvedConfig> {
28
29
  readonly input: CreateImageVersionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateImageVersionCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateInferenceRecommendationsJobRequest, CreateInferenceRecommendationsJobResponse } from "../models/models_1";
@@ -26,6 +27,7 @@ export interface CreateInferenceRecommendationsJobCommandOutput extends CreateIn
26
27
  */
27
28
  export declare class CreateInferenceRecommendationsJobCommand extends $Command<CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput, SageMakerClientResolvedConfig> {
28
29
  readonly input: CreateInferenceRecommendationsJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateInferenceRecommendationsJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateLabelingJobRequest, CreateLabelingJobResponse } from "../models/models_1";
@@ -62,6 +63,7 @@ export interface CreateLabelingJobCommandOutput extends CreateLabelingJobRespons
62
63
  */
63
64
  export declare class CreateLabelingJobCommand extends $Command<CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput, SageMakerClientResolvedConfig> {
64
65
  readonly input: CreateLabelingJobCommandInput;
66
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
67
  constructor(input: CreateLabelingJobCommandInput);
66
68
  /**
67
69
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateModelBiasJobDefinitionRequest, CreateModelBiasJobDefinitionResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface CreateModelBiasJobDefinitionCommandOutput extends CreateModelBi
25
26
  */
26
27
  export declare class CreateModelBiasJobDefinitionCommand extends $Command<CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: CreateModelBiasJobDefinitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateModelBiasJobDefinitionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateModelInput, CreateModelOutput } from "../models/models_1";
@@ -44,6 +45,7 @@ export interface CreateModelCommandOutput extends CreateModelOutput, __MetadataB
44
45
  */
45
46
  export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, SageMakerClientResolvedConfig> {
46
47
  readonly input: CreateModelCommandInput;
48
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
49
  constructor(input: CreateModelCommandInput);
48
50
  /**
49
51
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateModelExplainabilityJobDefinitionRequest, CreateModelExplainabilityJobDefinitionResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface CreateModelExplainabilityJobDefinitionCommandOutput extends Cre
25
26
  */
26
27
  export declare class CreateModelExplainabilityJobDefinitionCommand extends $Command<CreateModelExplainabilityJobDefinitionCommandInput, CreateModelExplainabilityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: CreateModelExplainabilityJobDefinitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateModelExplainabilityJobDefinitionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateModelPackageInput, CreateModelPackageOutput } from "../models/models_1";
@@ -44,6 +45,7 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
44
45
  */
45
46
  export declare class CreateModelPackageCommand extends $Command<CreateModelPackageCommandInput, CreateModelPackageCommandOutput, SageMakerClientResolvedConfig> {
46
47
  readonly input: CreateModelPackageCommandInput;
48
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
49
  constructor(input: CreateModelPackageCommandInput);
48
50
  /**
49
51
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateModelPackageGroupInput, CreateModelPackageGroupOutput } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface CreateModelPackageGroupCommandOutput extends CreateModelPackage
25
26
  */
26
27
  export declare class CreateModelPackageGroupCommand extends $Command<CreateModelPackageGroupCommandInput, CreateModelPackageGroupCommandOutput, SageMakerClientResolvedConfig> {
27
28
  readonly input: CreateModelPackageGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateModelPackageGroupCommandInput);
29
31
  /**
30
32
  * @internal