@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,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
3
3
  /**
4
4
  * <p>A structure describing the source of an action.</p>
@@ -223,6 +223,27 @@ export declare enum ProductionVariantInstanceType {
223
223
  ML_C5_9XLARGE = "ml.c5.9xlarge",
224
224
  ML_C5_LARGE = "ml.c5.large",
225
225
  ML_C5_XLARGE = "ml.c5.xlarge",
226
+ ML_C6GD_12XLARGE = "ml.c6gd.12xlarge",
227
+ ML_C6GD_16XLARGE = "ml.c6gd.16xlarge",
228
+ ML_C6GD_2XLARGE = "ml.c6gd.2xlarge",
229
+ ML_C6GD_4XLARGE = "ml.c6gd.4xlarge",
230
+ ML_C6GD_8XLARGE = "ml.c6gd.8xlarge",
231
+ ML_C6GD_LARGE = "ml.c6gd.large",
232
+ ML_C6GD_XLARGE = "ml.c6gd.xlarge",
233
+ ML_C6GN_12XLARGE = "ml.c6gn.12xlarge",
234
+ ML_C6GN_16XLARGE = "ml.c6gn.16xlarge",
235
+ ML_C6GN_2XLARGE = "ml.c6gn.2xlarge",
236
+ ML_C6GN_4XLARGE = "ml.c6gn.4xlarge",
237
+ ML_C6GN_8XLARGE = "ml.c6gn.8xlarge",
238
+ ML_C6GN_LARGE = "ml.c6gn.large",
239
+ ML_C6GN_XLARGE = "ml.c6gn.xlarge",
240
+ ML_C6G_12XLARGE = "ml.c6g.12xlarge",
241
+ ML_C6G_16XLARGE = "ml.c6g.16xlarge",
242
+ ML_C6G_2XLARGE = "ml.c6g.2xlarge",
243
+ ML_C6G_4XLARGE = "ml.c6g.4xlarge",
244
+ ML_C6G_8XLARGE = "ml.c6g.8xlarge",
245
+ ML_C6G_LARGE = "ml.c6g.large",
246
+ ML_C6G_XLARGE = "ml.c6g.xlarge",
226
247
  ML_C6I_12XLARGE = "ml.c6i.12xlarge",
227
248
  ML_C6I_16XLARGE = "ml.c6i.16xlarge",
228
249
  ML_C6I_24XLARGE = "ml.c6i.24xlarge",
@@ -232,6 +253,13 @@ export declare enum ProductionVariantInstanceType {
232
253
  ML_C6I_8XLARGE = "ml.c6i.8xlarge",
233
254
  ML_C6I_LARGE = "ml.c6i.large",
234
255
  ML_C6I_XLARGE = "ml.c6i.xlarge",
256
+ ML_C7G_12XLARGE = "ml.c7g.12xlarge",
257
+ ML_C7G_16XLARGE = "ml.c7g.16xlarge",
258
+ ML_C7G_2XLARGE = "ml.c7g.2xlarge",
259
+ ML_C7G_4XLARGE = "ml.c7g.4xlarge",
260
+ ML_C7G_8XLARGE = "ml.c7g.8xlarge",
261
+ ML_C7G_LARGE = "ml.c7g.large",
262
+ ML_C7G_XLARGE = "ml.c7g.xlarge",
235
263
  ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
236
264
  ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
237
265
  ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
@@ -267,6 +295,20 @@ export declare enum ProductionVariantInstanceType {
267
295
  ML_M5_4XLARGE = "ml.m5.4xlarge",
268
296
  ML_M5_LARGE = "ml.m5.large",
269
297
  ML_M5_XLARGE = "ml.m5.xlarge",
298
+ ML_M6GD_12XLARGE = "ml.m6gd.12xlarge",
299
+ ML_M6GD_16XLARGE = "ml.m6gd.16xlarge",
300
+ ML_M6GD_2XLARGE = "ml.m6gd.2xlarge",
301
+ ML_M6GD_4XLARGE = "ml.m6gd.4xlarge",
302
+ ML_M6GD_8XLARGE = "ml.m6gd.8xlarge",
303
+ ML_M6GD_LARGE = "ml.m6gd.large",
304
+ ML_M6GD_XLARGE = "ml.m6gd.xlarge",
305
+ ML_M6G_12XLARGE = "ml.m6g.12xlarge",
306
+ ML_M6G_16XLARGE = "ml.m6g.16xlarge",
307
+ ML_M6G_2XLARGE = "ml.m6g.2xlarge",
308
+ ML_M6G_4XLARGE = "ml.m6g.4xlarge",
309
+ ML_M6G_8XLARGE = "ml.m6g.8xlarge",
310
+ ML_M6G_LARGE = "ml.m6g.large",
311
+ ML_M6G_XLARGE = "ml.m6g.xlarge",
270
312
  ML_P2_16XLARGE = "ml.p2.16xlarge",
271
313
  ML_P2_8XLARGE = "ml.p2.8xlarge",
272
314
  ML_P2_XLARGE = "ml.p2.xlarge",
@@ -286,6 +328,20 @@ export declare enum ProductionVariantInstanceType {
286
328
  ML_R5_4XLARGE = "ml.r5.4xlarge",
287
329
  ML_R5_LARGE = "ml.r5.large",
288
330
  ML_R5_XLARGE = "ml.r5.xlarge",
331
+ ML_R6GD_12XLARGE = "ml.r6gd.12xlarge",
332
+ ML_R6GD_16XLARGE = "ml.r6gd.16xlarge",
333
+ ML_R6GD_2XLARGE = "ml.r6gd.2xlarge",
334
+ ML_R6GD_4XLARGE = "ml.r6gd.4xlarge",
335
+ ML_R6GD_8XLARGE = "ml.r6gd.8xlarge",
336
+ ML_R6GD_LARGE = "ml.r6gd.large",
337
+ ML_R6GD_XLARGE = "ml.r6gd.xlarge",
338
+ ML_R6G_12XLARGE = "ml.r6g.12xlarge",
339
+ ML_R6G_16XLARGE = "ml.r6g.16xlarge",
340
+ ML_R6G_2XLARGE = "ml.r6g.2xlarge",
341
+ ML_R6G_4XLARGE = "ml.r6g.4xlarge",
342
+ ML_R6G_8XLARGE = "ml.r6g.8xlarge",
343
+ ML_R6G_LARGE = "ml.r6g.large",
344
+ ML_R6G_XLARGE = "ml.r6g.xlarge",
289
345
  ML_T2_2XLARGE = "ml.t2.2xlarge",
290
346
  ML_T2_LARGE = "ml.t2.large",
291
347
  ML_T2_MEDIUM = "ml.t2.medium",
@@ -1091,7 +1147,8 @@ export interface ResourceConfig {
1091
1147
  */
1092
1148
  InstanceGroups?: InstanceGroup[];
1093
1149
  /**
1094
- * <p>The duration of time in seconds to retain configured resources in a warm pool for subsequent training jobs.</p>
1150
+ * <p>The duration of time in seconds to retain configured resources in a warm pool for
1151
+ * subsequent training jobs.</p>
1095
1152
  */
1096
1153
  KeepAlivePeriodInSeconds?: number;
1097
1154
  }
@@ -4214,6 +4271,45 @@ export declare enum AwsManagedHumanLoopRequestSource {
4214
4271
  REKOGNITION_DETECT_MODERATION_LABELS_IMAGE_V3 = "AWS/Rekognition/DetectModerationLabels/Image/V3",
4215
4272
  TEXTRACT_ANALYZE_DOCUMENT_FORMS_V1 = "AWS/Textract/AnalyzeDocument/Forms/V1"
4216
4273
  }
4274
+ /**
4275
+ * <p>Configuration to control how SageMaker captures inference data for batch transform jobs.</p>
4276
+ */
4277
+ export interface BatchDataCaptureConfig {
4278
+ /**
4279
+ * <p>The Amazon S3 location being used to capture the data.</p>
4280
+ */
4281
+ DestinationS3Uri: string | undefined;
4282
+ /**
4283
+ * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on
4284
+ * the storage volume attached to the ML compute instance that hosts the batch transform job.</p>
4285
+ * <p>The KmsKeyId can be any of the following formats: </p>
4286
+ * <ul>
4287
+ * <li>
4288
+ * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
4289
+ * </p>
4290
+ * </li>
4291
+ * <li>
4292
+ * <p>Key ARN:
4293
+ * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
4294
+ * </p>
4295
+ * </li>
4296
+ * <li>
4297
+ * <p>Alias name: <code>alias/ExampleAlias</code>
4298
+ * </p>
4299
+ * </li>
4300
+ * <li>
4301
+ * <p>Alias name ARN:
4302
+ * <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code>
4303
+ * </p>
4304
+ * </li>
4305
+ * </ul>
4306
+ */
4307
+ KmsKeyId?: string;
4308
+ /**
4309
+ * <p>Flag that indicates whether to append inference id to the output.</p>
4310
+ */
4311
+ GenerateInferenceId?: boolean;
4312
+ }
4217
4313
  export interface BatchDescribeModelPackageInput {
4218
4314
  /**
4219
4315
  * <p>The list of Amazon Resource Name (ARN) of the model package groups.</p>
@@ -4323,6 +4419,113 @@ export interface BatchDescribeModelPackageOutput {
4323
4419
  */
4324
4420
  BatchDescribeModelPackageErrorMap?: Record<string, BatchDescribeModelPackageError>;
4325
4421
  }
4422
+ /**
4423
+ * <p>Represents the CSV dataset format used when running a monitoring job.</p>
4424
+ */
4425
+ export interface MonitoringCsvDatasetFormat {
4426
+ /**
4427
+ * <p>Indicates if the CSV data has a header.</p>
4428
+ */
4429
+ Header?: boolean;
4430
+ }
4431
+ /**
4432
+ * <p>Represents the JSON dataset format used when running a monitoring job.</p>
4433
+ */
4434
+ export interface MonitoringJsonDatasetFormat {
4435
+ /**
4436
+ * <p>Indicates if the file should be read as a json object per line.
4437
+ * </p>
4438
+ */
4439
+ Line?: boolean;
4440
+ }
4441
+ /**
4442
+ * <p>Represents the Parquet dataset format used when running a monitoring job.</p>
4443
+ */
4444
+ export interface MonitoringParquetDatasetFormat {
4445
+ }
4446
+ /**
4447
+ * <p>Represents the dataset format used when running a monitoring job.</p>
4448
+ */
4449
+ export interface MonitoringDatasetFormat {
4450
+ /**
4451
+ * <p>The CSV dataset used in the monitoring job.</p>
4452
+ */
4453
+ Csv?: MonitoringCsvDatasetFormat;
4454
+ /**
4455
+ * <p>The JSON dataset used in the monitoring job</p>
4456
+ */
4457
+ Json?: MonitoringJsonDatasetFormat;
4458
+ /**
4459
+ * <p>The Parquet dataset used in the monitoring job</p>
4460
+ */
4461
+ Parquet?: MonitoringParquetDatasetFormat;
4462
+ }
4463
+ export declare enum ProcessingS3DataDistributionType {
4464
+ FULLYREPLICATED = "FullyReplicated",
4465
+ SHARDEDBYS3KEY = "ShardedByS3Key"
4466
+ }
4467
+ export declare enum ProcessingS3InputMode {
4468
+ FILE = "File",
4469
+ PIPE = "Pipe"
4470
+ }
4471
+ /**
4472
+ * <p>Input object for the batch transform job.</p>
4473
+ */
4474
+ export interface BatchTransformInput {
4475
+ /**
4476
+ * <p>The Amazon S3 location being used to capture the data.</p>
4477
+ */
4478
+ DataCapturedDestinationS3Uri: string | undefined;
4479
+ /**
4480
+ * <p>The dataset format for your batch transform job.</p>
4481
+ */
4482
+ DatasetFormat: MonitoringDatasetFormat | undefined;
4483
+ /**
4484
+ * <p>Path to the filesystem where the batch transform data is available to the container.</p>
4485
+ */
4486
+ LocalPath: string | undefined;
4487
+ /**
4488
+ * <p>Whether the <code>Pipe</code> or <code>File</code> is used as the input mode for
4489
+ * transferring data for the monitoring job. <code>Pipe</code> mode is recommended for large
4490
+ * datasets. <code>File</code> mode is useful for small files that fit in memory. Defaults to
4491
+ * <code>File</code>.</p>
4492
+ */
4493
+ S3InputMode?: ProcessingS3InputMode | string;
4494
+ /**
4495
+ * <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
4496
+ * Defaults to <code>FullyReplicated</code>
4497
+ * </p>
4498
+ */
4499
+ S3DataDistributionType?: ProcessingS3DataDistributionType | string;
4500
+ /**
4501
+ * <p>The attributes of the input data that are the input features.</p>
4502
+ */
4503
+ FeaturesAttribute?: string;
4504
+ /**
4505
+ * <p>The attribute of the input data that represents the ground truth label.</p>
4506
+ */
4507
+ InferenceAttribute?: string;
4508
+ /**
4509
+ * <p>In a classification problem, the attribute that represents the class probability.</p>
4510
+ */
4511
+ ProbabilityAttribute?: string;
4512
+ /**
4513
+ * <p>The threshold for the class probability to be evaluated as a positive result.</p>
4514
+ */
4515
+ ProbabilityThresholdAttribute?: number;
4516
+ /**
4517
+ * <p>If specified, monitoring jobs substract this time from the start time. For information
4518
+ * about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule Model
4519
+ * Quality Monitoring Jobs</a>.</p>
4520
+ */
4521
+ StartTimeOffset?: string;
4522
+ /**
4523
+ * <p>If specified, monitoring jobs substract this time from the end time. For information
4524
+ * about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule Model
4525
+ * Quality Monitoring Jobs</a>.</p>
4526
+ */
4527
+ EndTimeOffset?: string;
4528
+ }
4326
4529
  /**
4327
4530
  * <p>Details about the metrics source.</p>
4328
4531
  */
@@ -4719,7 +4922,7 @@ export interface ClarifyInferenceConfig {
4719
4922
  * <p>Provides the JMESPath expression to extract the features from a model container input
4720
4923
  * in JSON Lines format. For example, if <code>FeaturesAttribute</code> is the JMESPath
4721
4924
  * expression <code>'myfeatures'</code>, it extracts a list of features
4722
- * <code>[1,2,3]</code> from request data <code>'{"myfeatures":[1,2,3}'</code>.</p>
4925
+ * <code>[1,2,3]</code> from request data <code>'{"myfeatures":[1,2,3]}'</code>.</p>
4723
4926
  */
4724
4927
  FeaturesAttribute?: string;
4725
4928
  /**
@@ -5002,7 +5205,7 @@ export interface ClarifyShapConfig {
5002
5205
  export interface ClarifyExplainerConfig {
5003
5206
  /**
5004
5207
  * <p>A JMESPath boolean expression used to filter which records to explain. Explanations
5005
- * are activated by default. See <a href="https://docs.aws.amazon.com/sagemaker-dg/src/AWSIronmanApiDoc/build/server-root/sagemaker/latest/dg/clarify-online-explainability-create-endpoint.html#clarify-online-explainability-create-endpoint-enable">
5208
+ * are activated by default. See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-create-endpoint.html#clarify-online-explainability-create-endpoint-enable">
5006
5209
  * <code>EnableExplanations</code>
5007
5210
  * </a>for additional information.</p>
5008
5211
  */
@@ -6451,7 +6654,8 @@ export interface InputConfig {
6451
6654
  */
6452
6655
  Framework: Framework | string | undefined;
6453
6656
  /**
6454
- * <p>Specifies the framework version to use. This API field is only supported for the PyTorch and TensorFlow frameworks.</p>
6657
+ * <p>Specifies the framework version to use. This API field is only supported for the MXNet,
6658
+ * PyTorch, TensorFlow and TensorFlow Lite frameworks.</p>
6455
6659
  * <p>For information about framework versions supported for cloud targets and edge devices, see
6456
6660
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-supported-cloud.html">Cloud Supported Instance Types and Frameworks</a> and
6457
6661
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-supported-devices-edge-frameworks.html">Edge Supported Frameworks</a>.</p>
@@ -7004,14 +7208,6 @@ export interface DataQualityBaselineConfig {
7004
7208
  */
7005
7209
  StatisticsResource?: MonitoringStatisticsResource;
7006
7210
  }
7007
- export declare enum ProcessingS3DataDistributionType {
7008
- FULLYREPLICATED = "FullyReplicated",
7009
- SHARDEDBYS3KEY = "ShardedByS3Key"
7010
- }
7011
- export declare enum ProcessingS3InputMode {
7012
- FILE = "File",
7013
- PIPE = "Pipe"
7014
- }
7015
7211
  /**
7016
7212
  * <p>Input object for the endpoint</p>
7017
7213
  */
@@ -7075,7 +7271,11 @@ export interface DataQualityJobInput {
7075
7271
  /**
7076
7272
  * <p>Input object for the endpoint</p>
7077
7273
  */
7078
- EndpointInput: EndpointInput | undefined;
7274
+ EndpointInput?: EndpointInput;
7275
+ /**
7276
+ * <p>Input object for the batch transform job.</p>
7277
+ */
7278
+ BatchTransformInput?: BatchTransformInput;
7079
7279
  }
7080
7280
  export declare enum ProcessingS3UploadMode {
7081
7281
  CONTINUOUS = "Continuous",
@@ -8407,481 +8607,6 @@ export interface OnlineStoreConfig {
8407
8607
  */
8408
8608
  EnableOnlineStore?: boolean;
8409
8609
  }
8410
- export interface CreateFeatureGroupRequest {
8411
- /**
8412
- * <p>The name of the <code>FeatureGroup</code>. The name must be unique within an Amazon Web Services Region
8413
- * in an Amazon Web Services account. The name:</p>
8414
- * <ul>
8415
- * <li>
8416
- * <p>Must start and end with an alphanumeric character.</p>
8417
- * </li>
8418
- * <li>
8419
- * <p>Can only contain alphanumeric character and hyphens. Spaces are not allowed.
8420
- * </p>
8421
- * </li>
8422
- * </ul>
8423
- */
8424
- FeatureGroupName: string | undefined;
8425
- /**
8426
- * <p>The name of the <code>Feature</code> whose value uniquely identifies a
8427
- * <code>Record</code> defined in the <code>FeatureStore</code>. Only the latest record per
8428
- * identifier value will be stored in the <code>OnlineStore</code>.
8429
- * <code>RecordIdentifierFeatureName</code> must be one of feature definitions'
8430
- * names.</p>
8431
- * <p>You use the <code>RecordIdentifierFeatureName</code> to access data in a
8432
- * <code>FeatureStore</code>.</p>
8433
- * <p>This name:</p>
8434
- * <ul>
8435
- * <li>
8436
- * <p>Must start and end with an alphanumeric character.</p>
8437
- * </li>
8438
- * <li>
8439
- * <p>Can only contains alphanumeric characters, hyphens, underscores. Spaces are not
8440
- * allowed. </p>
8441
- * </li>
8442
- * </ul>
8443
- */
8444
- RecordIdentifierFeatureName: string | undefined;
8445
- /**
8446
- * <p>The name of the feature that stores the <code>EventTime</code> of a <code>Record</code>
8447
- * in a <code>FeatureGroup</code>.</p>
8448
- * <p>An <code>EventTime</code> is a point in time when a new event occurs that corresponds to
8449
- * the creation or update of a <code>Record</code> in a <code>FeatureGroup</code>. All
8450
- * <code>Records</code> in the <code>FeatureGroup</code> must have a corresponding
8451
- * <code>EventTime</code>.</p>
8452
- * <p>An <code>EventTime</code> can be a <code>String</code> or <code>Fractional</code>. </p>
8453
- * <ul>
8454
- * <li>
8455
- * <p>
8456
- * <code>Fractional</code>: <code>EventTime</code> feature values must be a Unix
8457
- * timestamp in seconds.</p>
8458
- * </li>
8459
- * <li>
8460
- * <p>
8461
- * <code>String</code>: <code>EventTime</code> feature values must be an ISO-8601
8462
- * string in the format. The following formats are supported
8463
- * <code>yyyy-MM-dd'T'HH:mm:ssZ</code> and <code>yyyy-MM-dd'T'HH:mm:ss.SSSZ</code>
8464
- * where <code>yyyy</code>, <code>MM</code>, and <code>dd</code> represent the year,
8465
- * month, and day respectively and <code>HH</code>, <code>mm</code>, <code>ss</code>,
8466
- * and if applicable, <code>SSS</code> represent the hour, month, second and
8467
- * milliseconds respsectively. <code>'T'</code> and <code>Z</code> are constants.</p>
8468
- * </li>
8469
- * </ul>
8470
- */
8471
- EventTimeFeatureName: string | undefined;
8472
- /**
8473
- * <p>A list of <code>Feature</code> names and types. <code>Name</code> and <code>Type</code>
8474
- * is compulsory per <code>Feature</code>. </p>
8475
- * <p>Valid feature <code>FeatureType</code>s are <code>Integral</code>,
8476
- * <code>Fractional</code> and <code>String</code>.</p>
8477
- * <p>
8478
- * <code>FeatureName</code>s cannot be any of the following: <code>is_deleted</code>,
8479
- * <code>write_time</code>, <code>api_invocation_time</code>
8480
- * </p>
8481
- * <p>You can create up to 2,500 <code>FeatureDefinition</code>s per
8482
- * <code>FeatureGroup</code>.</p>
8483
- */
8484
- FeatureDefinitions: FeatureDefinition[] | undefined;
8485
- /**
8486
- * <p>You can turn the <code>OnlineStore</code> on or off by specifying <code>True</code> for
8487
- * the <code>EnableOnlineStore</code> flag in <code>OnlineStoreConfig</code>; the default
8488
- * value is <code>False</code>.</p>
8489
- * <p>You can also include an Amazon Web Services KMS key ID (<code>KMSKeyId</code>) for at-rest encryption of
8490
- * the <code>OnlineStore</code>.</p>
8491
- */
8492
- OnlineStoreConfig?: OnlineStoreConfig;
8493
- /**
8494
- * <p>Use this to configure an <code>OfflineFeatureStore</code>. This parameter allows you to
8495
- * specify:</p>
8496
- * <ul>
8497
- * <li>
8498
- * <p>The Amazon Simple Storage Service (Amazon S3) location of an
8499
- * <code>OfflineStore</code>.</p>
8500
- * </li>
8501
- * <li>
8502
- * <p>A configuration for an Amazon Web Services Glue or Amazon Web Services Hive data catalog. </p>
8503
- * </li>
8504
- * <li>
8505
- * <p>An KMS encryption key to encrypt the Amazon S3 location used for
8506
- * <code>OfflineStore</code>. If KMS encryption key is not specified, by default we encrypt all data at rest using
8507
- * Amazon Web Services KMS key. By defining your <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html">bucket-level key</a> for SSE,
8508
- * you can reduce Amazon Web Services KMS requests costs by up to 99 percent.</p>
8509
- * </li>
8510
- * </ul>
8511
- * <p>To learn more about this parameter, see <a>OfflineStoreConfig</a>.</p>
8512
- */
8513
- OfflineStoreConfig?: OfflineStoreConfig;
8514
- /**
8515
- * <p>The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the
8516
- * <code>OfflineStore</code> if an <code>OfflineStoreConfig</code> is provided.</p>
8517
- */
8518
- RoleArn?: string;
8519
- /**
8520
- * <p>A free-form description of a <code>FeatureGroup</code>.</p>
8521
- */
8522
- Description?: string;
8523
- /**
8524
- * <p>Tags used to identify <code>Features</code> in each <code>FeatureGroup</code>.</p>
8525
- */
8526
- Tags?: Tag[];
8527
- }
8528
- export interface CreateFeatureGroupResponse {
8529
- /**
8530
- * <p>The Amazon Resource Name (ARN) of the <code>FeatureGroup</code>. This is a unique
8531
- * identifier for the feature group. </p>
8532
- */
8533
- FeatureGroupArn: string | undefined;
8534
- }
8535
- /**
8536
- * <p>Defines under what conditions SageMaker creates a human loop. Used within . See for the required
8537
- * format of activation conditions.</p>
8538
- */
8539
- export interface HumanLoopActivationConditionsConfig {
8540
- /**
8541
- * <p>JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team.
8542
- * The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see
8543
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-human-fallback-conditions-json-schema.html">JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI</a>
8544
- * in the <i>Amazon SageMaker Developer Guide</i>.</p>
8545
- */
8546
- HumanLoopActivationConditions: __LazyJsonString | string | undefined;
8547
- }
8548
- /**
8549
- * <p>Provides information about how and under what conditions SageMaker creates a human loop. If <code>HumanLoopActivationConfig</code> is not given, then all requests go to humans.</p>
8550
- */
8551
- export interface HumanLoopActivationConfig {
8552
- /**
8553
- * <p>Container structure for defining under what conditions SageMaker creates a human
8554
- * loop.</p>
8555
- */
8556
- HumanLoopActivationConditionsConfig: HumanLoopActivationConditionsConfig | undefined;
8557
- }
8558
- /**
8559
- * <p>Represents an amount of money in United States dollars.</p>
8560
- */
8561
- export interface USD {
8562
- /**
8563
- * <p>The whole number of dollars in the amount.</p>
8564
- */
8565
- Dollars?: number;
8566
- /**
8567
- * <p>The fractional portion, in cents, of the amount. </p>
8568
- */
8569
- Cents?: number;
8570
- /**
8571
- * <p>Fractions of a cent, in tenths.</p>
8572
- */
8573
- TenthFractionsOfACent?: number;
8574
- }
8575
- /**
8576
- * <p>Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. </p>
8577
- * <p>Use one of the following prices for bounding box tasks. Prices are in US dollars and
8578
- * should be based on the complexity of the task; the longer it takes in your initial
8579
- * testing, the more you should offer.</p>
8580
- * <ul>
8581
- * <li>
8582
- * <p>0.036</p>
8583
- * </li>
8584
- * <li>
8585
- * <p>0.048</p>
8586
- * </li>
8587
- * <li>
8588
- * <p>0.060</p>
8589
- * </li>
8590
- * <li>
8591
- * <p>0.072</p>
8592
- * </li>
8593
- * <li>
8594
- * <p>0.120</p>
8595
- * </li>
8596
- * <li>
8597
- * <p>0.240</p>
8598
- * </li>
8599
- * <li>
8600
- * <p>0.360</p>
8601
- * </li>
8602
- * <li>
8603
- * <p>0.480</p>
8604
- * </li>
8605
- * <li>
8606
- * <p>0.600</p>
8607
- * </li>
8608
- * <li>
8609
- * <p>0.720</p>
8610
- * </li>
8611
- * <li>
8612
- * <p>0.840</p>
8613
- * </li>
8614
- * <li>
8615
- * <p>0.960</p>
8616
- * </li>
8617
- * <li>
8618
- * <p>1.080</p>
8619
- * </li>
8620
- * <li>
8621
- * <p>1.200</p>
8622
- * </li>
8623
- * </ul>
8624
- * <p>Use one of the following prices for image classification, text classification, and
8625
- * custom tasks. Prices are in US dollars.</p>
8626
- * <ul>
8627
- * <li>
8628
- * <p>0.012</p>
8629
- * </li>
8630
- * <li>
8631
- * <p>0.024</p>
8632
- * </li>
8633
- * <li>
8634
- * <p>0.036</p>
8635
- * </li>
8636
- * <li>
8637
- * <p>0.048</p>
8638
- * </li>
8639
- * <li>
8640
- * <p>0.060</p>
8641
- * </li>
8642
- * <li>
8643
- * <p>0.072</p>
8644
- * </li>
8645
- * <li>
8646
- * <p>0.120</p>
8647
- * </li>
8648
- * <li>
8649
- * <p>0.240</p>
8650
- * </li>
8651
- * <li>
8652
- * <p>0.360</p>
8653
- * </li>
8654
- * <li>
8655
- * <p>0.480</p>
8656
- * </li>
8657
- * <li>
8658
- * <p>0.600</p>
8659
- * </li>
8660
- * <li>
8661
- * <p>0.720</p>
8662
- * </li>
8663
- * <li>
8664
- * <p>0.840</p>
8665
- * </li>
8666
- * <li>
8667
- * <p>0.960</p>
8668
- * </li>
8669
- * <li>
8670
- * <p>1.080</p>
8671
- * </li>
8672
- * <li>
8673
- * <p>1.200</p>
8674
- * </li>
8675
- * </ul>
8676
- * <p>Use one of the following prices for semantic segmentation tasks. Prices are in US
8677
- * dollars.</p>
8678
- * <ul>
8679
- * <li>
8680
- * <p>0.840</p>
8681
- * </li>
8682
- * <li>
8683
- * <p>0.960</p>
8684
- * </li>
8685
- * <li>
8686
- * <p>1.080</p>
8687
- * </li>
8688
- * <li>
8689
- * <p>1.200</p>
8690
- * </li>
8691
- * </ul>
8692
- * <p>Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon
8693
- * Augmented AI review tasks. Prices are in US dollars.</p>
8694
- * <ul>
8695
- * <li>
8696
- * <p>2.400 </p>
8697
- * </li>
8698
- * <li>
8699
- * <p>2.280 </p>
8700
- * </li>
8701
- * <li>
8702
- * <p>2.160 </p>
8703
- * </li>
8704
- * <li>
8705
- * <p>2.040 </p>
8706
- * </li>
8707
- * <li>
8708
- * <p>1.920 </p>
8709
- * </li>
8710
- * <li>
8711
- * <p>1.800 </p>
8712
- * </li>
8713
- * <li>
8714
- * <p>1.680 </p>
8715
- * </li>
8716
- * <li>
8717
- * <p>1.560 </p>
8718
- * </li>
8719
- * <li>
8720
- * <p>1.440 </p>
8721
- * </li>
8722
- * <li>
8723
- * <p>1.320 </p>
8724
- * </li>
8725
- * <li>
8726
- * <p>1.200 </p>
8727
- * </li>
8728
- * <li>
8729
- * <p>1.080 </p>
8730
- * </li>
8731
- * <li>
8732
- * <p>0.960 </p>
8733
- * </li>
8734
- * <li>
8735
- * <p>0.840 </p>
8736
- * </li>
8737
- * <li>
8738
- * <p>0.720 </p>
8739
- * </li>
8740
- * <li>
8741
- * <p>0.600 </p>
8742
- * </li>
8743
- * <li>
8744
- * <p>0.480 </p>
8745
- * </li>
8746
- * <li>
8747
- * <p>0.360 </p>
8748
- * </li>
8749
- * <li>
8750
- * <p>0.240 </p>
8751
- * </li>
8752
- * <li>
8753
- * <p>0.120 </p>
8754
- * </li>
8755
- * <li>
8756
- * <p>0.072 </p>
8757
- * </li>
8758
- * <li>
8759
- * <p>0.060 </p>
8760
- * </li>
8761
- * <li>
8762
- * <p>0.048 </p>
8763
- * </li>
8764
- * <li>
8765
- * <p>0.036 </p>
8766
- * </li>
8767
- * <li>
8768
- * <p>0.024 </p>
8769
- * </li>
8770
- * <li>
8771
- * <p>0.012 </p>
8772
- * </li>
8773
- * </ul>
8774
- * <p>Use one of the following prices for Rekognition DetectModerationLabels Amazon
8775
- * Augmented AI review tasks. Prices are in US dollars.</p>
8776
- * <ul>
8777
- * <li>
8778
- * <p>1.200 </p>
8779
- * </li>
8780
- * <li>
8781
- * <p>1.080 </p>
8782
- * </li>
8783
- * <li>
8784
- * <p>0.960 </p>
8785
- * </li>
8786
- * <li>
8787
- * <p>0.840 </p>
8788
- * </li>
8789
- * <li>
8790
- * <p>0.720 </p>
8791
- * </li>
8792
- * <li>
8793
- * <p>0.600 </p>
8794
- * </li>
8795
- * <li>
8796
- * <p>0.480 </p>
8797
- * </li>
8798
- * <li>
8799
- * <p>0.360 </p>
8800
- * </li>
8801
- * <li>
8802
- * <p>0.240 </p>
8803
- * </li>
8804
- * <li>
8805
- * <p>0.120 </p>
8806
- * </li>
8807
- * <li>
8808
- * <p>0.072 </p>
8809
- * </li>
8810
- * <li>
8811
- * <p>0.060 </p>
8812
- * </li>
8813
- * <li>
8814
- * <p>0.048 </p>
8815
- * </li>
8816
- * <li>
8817
- * <p>0.036 </p>
8818
- * </li>
8819
- * <li>
8820
- * <p>0.024 </p>
8821
- * </li>
8822
- * <li>
8823
- * <p>0.012 </p>
8824
- * </li>
8825
- * </ul>
8826
- * <p>Use one of the following prices for Amazon Augmented AI custom human review tasks.
8827
- * Prices are in US dollars.</p>
8828
- * <ul>
8829
- * <li>
8830
- * <p>1.200 </p>
8831
- * </li>
8832
- * <li>
8833
- * <p>1.080 </p>
8834
- * </li>
8835
- * <li>
8836
- * <p>0.960 </p>
8837
- * </li>
8838
- * <li>
8839
- * <p>0.840 </p>
8840
- * </li>
8841
- * <li>
8842
- * <p>0.720 </p>
8843
- * </li>
8844
- * <li>
8845
- * <p>0.600 </p>
8846
- * </li>
8847
- * <li>
8848
- * <p>0.480 </p>
8849
- * </li>
8850
- * <li>
8851
- * <p>0.360 </p>
8852
- * </li>
8853
- * <li>
8854
- * <p>0.240 </p>
8855
- * </li>
8856
- * <li>
8857
- * <p>0.120 </p>
8858
- * </li>
8859
- * <li>
8860
- * <p>0.072 </p>
8861
- * </li>
8862
- * <li>
8863
- * <p>0.060 </p>
8864
- * </li>
8865
- * <li>
8866
- * <p>0.048 </p>
8867
- * </li>
8868
- * <li>
8869
- * <p>0.036 </p>
8870
- * </li>
8871
- * <li>
8872
- * <p>0.024 </p>
8873
- * </li>
8874
- * <li>
8875
- * <p>0.012 </p>
8876
- * </li>
8877
- * </ul>
8878
- */
8879
- export interface PublicWorkforceTaskPrice {
8880
- /**
8881
- * <p>Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.</p>
8882
- */
8883
- AmountInUsd?: USD;
8884
- }
8885
8610
  /**
8886
8611
  * @internal
8887
8612
  */
@@ -9186,6 +8911,10 @@ export declare const AutoMLOutputDataConfigFilterSensitiveLog: (obj: AutoMLOutpu
9186
8911
  * @internal
9187
8912
  */
9188
8913
  export declare const AutoRollbackConfigFilterSensitiveLog: (obj: AutoRollbackConfig) => any;
8914
+ /**
8915
+ * @internal
8916
+ */
8917
+ export declare const BatchDataCaptureConfigFilterSensitiveLog: (obj: BatchDataCaptureConfig) => any;
9189
8918
  /**
9190
8919
  * @internal
9191
8920
  */
@@ -9206,6 +8935,26 @@ export declare const BatchDescribeModelPackageSummaryFilterSensitiveLog: (obj: B
9206
8935
  * @internal
9207
8936
  */
9208
8937
  export declare const BatchDescribeModelPackageOutputFilterSensitiveLog: (obj: BatchDescribeModelPackageOutput) => any;
8938
+ /**
8939
+ * @internal
8940
+ */
8941
+ export declare const MonitoringCsvDatasetFormatFilterSensitiveLog: (obj: MonitoringCsvDatasetFormat) => any;
8942
+ /**
8943
+ * @internal
8944
+ */
8945
+ export declare const MonitoringJsonDatasetFormatFilterSensitiveLog: (obj: MonitoringJsonDatasetFormat) => any;
8946
+ /**
8947
+ * @internal
8948
+ */
8949
+ export declare const MonitoringParquetDatasetFormatFilterSensitiveLog: (obj: MonitoringParquetDatasetFormat) => any;
8950
+ /**
8951
+ * @internal
8952
+ */
8953
+ export declare const MonitoringDatasetFormatFilterSensitiveLog: (obj: MonitoringDatasetFormat) => any;
8954
+ /**
8955
+ * @internal
8956
+ */
8957
+ export declare const BatchTransformInputFilterSensitiveLog: (obj: BatchTransformInput) => any;
9209
8958
  /**
9210
8959
  * @internal
9211
8960
  */
@@ -9698,27 +9447,3 @@ export declare const OnlineStoreSecurityConfigFilterSensitiveLog: (obj: OnlineSt
9698
9447
  * @internal
9699
9448
  */
9700
9449
  export declare const OnlineStoreConfigFilterSensitiveLog: (obj: OnlineStoreConfig) => any;
9701
- /**
9702
- * @internal
9703
- */
9704
- export declare const CreateFeatureGroupRequestFilterSensitiveLog: (obj: CreateFeatureGroupRequest) => any;
9705
- /**
9706
- * @internal
9707
- */
9708
- export declare const CreateFeatureGroupResponseFilterSensitiveLog: (obj: CreateFeatureGroupResponse) => any;
9709
- /**
9710
- * @internal
9711
- */
9712
- export declare const HumanLoopActivationConditionsConfigFilterSensitiveLog: (obj: HumanLoopActivationConditionsConfig) => any;
9713
- /**
9714
- * @internal
9715
- */
9716
- export declare const HumanLoopActivationConfigFilterSensitiveLog: (obj: HumanLoopActivationConfig) => any;
9717
- /**
9718
- * @internal
9719
- */
9720
- export declare const USDFilterSensitiveLog: (obj: USD) => any;
9721
- /**
9722
- * @internal
9723
- */
9724
- export declare const PublicWorkforceTaskPriceFilterSensitiveLog: (obj: PublicWorkforceTaskPrice) => any;