@aws-sdk/client-sagemaker 3.461.0 → 3.464.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 (214) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/SageMaker.js +26 -0
  3. package/dist-cjs/commands/CreateClusterCommand.js +51 -0
  4. package/dist-cjs/commands/CreateInferenceComponentCommand.js +51 -0
  5. package/dist-cjs/commands/CreateWorkforceCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteClusterCommand.js +51 -0
  7. package/dist-cjs/commands/DeleteInferenceComponentCommand.js +51 -0
  8. package/dist-cjs/commands/DescribeClusterCommand.js +51 -0
  9. package/dist-cjs/commands/DescribeClusterNodeCommand.js +51 -0
  10. package/dist-cjs/commands/DescribeInferenceComponentCommand.js +51 -0
  11. package/dist-cjs/commands/ListClusterNodesCommand.js +51 -0
  12. package/dist-cjs/commands/ListClustersCommand.js +51 -0
  13. package/dist-cjs/commands/ListInferenceComponentsCommand.js +51 -0
  14. package/dist-cjs/commands/UpdateClusterCommand.js +51 -0
  15. package/dist-cjs/commands/UpdateInferenceComponentCommand.js +51 -0
  16. package/dist-cjs/commands/UpdateInferenceComponentRuntimeConfigCommand.js +51 -0
  17. package/dist-cjs/commands/index.js +13 -0
  18. package/dist-cjs/models/models_0.js +77 -64
  19. package/dist-cjs/models/models_1.js +85 -51
  20. package/dist-cjs/models/models_2.js +58 -83
  21. package/dist-cjs/models/models_3.js +89 -64
  22. package/dist-cjs/models/models_4.js +65 -3
  23. package/dist-cjs/pagination/ListInferenceComponentsPaginator.js +29 -0
  24. package/dist-cjs/pagination/index.js +1 -0
  25. package/dist-cjs/protocols/Aws_json1_1.js +1046 -36
  26. package/dist-es/SageMaker.js +26 -0
  27. package/dist-es/commands/CreateClusterCommand.js +47 -0
  28. package/dist-es/commands/CreateInferenceComponentCommand.js +47 -0
  29. package/dist-es/commands/CreateWorkforceCommand.js +1 -1
  30. package/dist-es/commands/DeleteClusterCommand.js +47 -0
  31. package/dist-es/commands/DeleteInferenceComponentCommand.js +47 -0
  32. package/dist-es/commands/DescribeClusterCommand.js +47 -0
  33. package/dist-es/commands/DescribeClusterNodeCommand.js +47 -0
  34. package/dist-es/commands/DescribeInferenceComponentCommand.js +47 -0
  35. package/dist-es/commands/ListClusterNodesCommand.js +47 -0
  36. package/dist-es/commands/ListClustersCommand.js +47 -0
  37. package/dist-es/commands/ListInferenceComponentsCommand.js +47 -0
  38. package/dist-es/commands/UpdateClusterCommand.js +47 -0
  39. package/dist-es/commands/UpdateInferenceComponentCommand.js +47 -0
  40. package/dist-es/commands/UpdateInferenceComponentRuntimeConfigCommand.js +47 -0
  41. package/dist-es/commands/index.js +13 -0
  42. package/dist-es/models/models_0.js +74 -62
  43. package/dist-es/models/models_1.js +84 -48
  44. package/dist-es/models/models_2.js +55 -82
  45. package/dist-es/models/models_3.js +87 -62
  46. package/dist-es/models/models_4.js +63 -1
  47. package/dist-es/pagination/ListInferenceComponentsPaginator.js +25 -0
  48. package/dist-es/pagination/index.js +1 -0
  49. package/dist-es/protocols/Aws_json1_1.js +1006 -22
  50. package/dist-types/SageMaker.d.ts +91 -0
  51. package/dist-types/SageMakerClient.d.ts +15 -2
  52. package/dist-types/commands/AddTagsCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateAppCommand.d.ts +3 -2
  54. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +13 -0
  55. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -0
  56. package/dist-types/commands/CreateClusterCommand.d.ts +109 -0
  57. package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -1
  58. package/dist-types/commands/CreateContextCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateDomainCommand.d.ts +64 -17
  60. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +28 -2
  61. package/dist-types/commands/CreateInferenceComponentCommand.d.ts +115 -0
  62. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  63. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -2
  64. package/dist-types/commands/CreateSpaceCommand.d.ts +45 -0
  65. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +2 -2
  66. package/dist-types/commands/CreateTrainingJobCommand.d.ts +4 -1
  67. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateUserProfileCommand.d.ts +56 -2
  71. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteAppCommand.d.ts +2 -2
  76. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteClusterCommand.d.ts +80 -0
  80. package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +71 -0
  81. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
  82. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
  83. package/dist-types/commands/DescribeAppCommand.d.ts +3 -2
  84. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +13 -0
  85. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
  86. package/dist-types/commands/DescribeClusterCommand.d.ts +102 -0
  87. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +92 -0
  88. package/dist-types/commands/DescribeDomainCommand.d.ts +56 -9
  89. package/dist-types/commands/DescribeEndpointCommand.d.ts +32 -0
  90. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +28 -2
  91. package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +109 -0
  92. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeSpaceCommand.d.ts +46 -0
  94. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +2 -2
  95. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +5 -1
  96. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeUserProfileCommand.d.ts +55 -1
  100. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  102. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
  103. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
  104. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
  105. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +13 -0
  106. package/dist-types/commands/ListAppsCommand.d.ts +8 -1
  107. package/dist-types/commands/ListClusterNodesCommand.d.ts +96 -0
  108. package/dist-types/commands/ListClustersCommand.d.ts +87 -0
  109. package/dist-types/commands/ListInferenceComponentsCommand.d.ts +96 -0
  110. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -1
  111. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  112. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
  113. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
  114. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  115. package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
  116. package/dist-types/commands/ListSpacesCommand.d.ts +16 -1
  117. package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
  118. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +4 -4
  119. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  120. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  121. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
  122. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  123. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  124. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  125. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  126. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  127. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  128. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  129. package/dist-types/commands/SearchCommand.d.ts +16 -0
  130. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +13 -0
  131. package/dist-types/commands/UpdateClusterCommand.d.ts +97 -0
  132. package/dist-types/commands/UpdateDomainCommand.d.ts +58 -7
  133. package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +100 -0
  134. package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +80 -0
  135. package/dist-types/commands/UpdateSpaceCommand.d.ts +39 -0
  136. package/dist-types/commands/UpdateUserProfileCommand.d.ts +54 -0
  137. package/dist-types/commands/index.d.ts +13 -0
  138. package/dist-types/models/models_0.d.ts +616 -544
  139. package/dist-types/models/models_1.d.ts +7904 -8160
  140. package/dist-types/models/models_2.d.ts +4780 -5344
  141. package/dist-types/models/models_3.d.ts +5386 -4662
  142. package/dist-types/models/models_4.d.ts +2031 -4
  143. package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +7 -0
  144. package/dist-types/pagination/index.d.ts +1 -0
  145. package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
  146. package/dist-types/ts3.4/SageMaker.d.ts +227 -0
  147. package/dist-types/ts3.4/SageMakerClient.d.ts +78 -0
  148. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +38 -0
  149. package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -4
  150. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/CreateInferenceComponentCommand.d.ts +42 -0
  152. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +38 -0
  166. package/dist-types/ts3.4/commands/DeleteInferenceComponentCommand.d.ts +38 -0
  167. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +38 -0
  168. package/dist-types/ts3.4/commands/DescribeClusterNodeCommand.d.ts +39 -0
  169. package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -4
  171. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +38 -0
  181. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +35 -0
  182. package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +42 -0
  183. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +38 -0
  203. package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +42 -0
  204. package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +42 -0
  205. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  206. package/dist-types/ts3.4/models/models_0.d.ts +191 -175
  207. package/dist-types/ts3.4/models/models_1.d.ts +302 -309
  208. package/dist-types/ts3.4/models/models_2.d.ts +388 -490
  209. package/dist-types/ts3.4/models/models_3.d.ts +574 -472
  210. package/dist-types/ts3.4/models/models_4.d.ts +534 -29
  211. package/dist-types/ts3.4/pagination/ListInferenceComponentsPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  213. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +156 -0
  214. package/package.json +2 -2
@@ -47,6 +47,7 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
47
47
  * DefaultResourceSpec: { // ResourceSpec
48
48
  * SageMakerImageArn: "STRING_VALUE",
49
49
  * SageMakerImageVersionArn: "STRING_VALUE",
50
+ * SageMakerImageVersionAlias: "STRING_VALUE",
50
51
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
51
52
  * LifecycleConfigArn: "STRING_VALUE",
52
53
  * },
@@ -63,6 +64,7 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
63
64
  * DefaultResourceSpec: {
64
65
  * SageMakerImageArn: "STRING_VALUE",
65
66
  * SageMakerImageVersionArn: "STRING_VALUE",
67
+ * SageMakerImageVersionAlias: "STRING_VALUE",
66
68
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
67
69
  * LifecycleConfigArn: "STRING_VALUE",
68
70
  * },
@@ -81,6 +83,7 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
81
83
  * DefaultResourceSpec: {
82
84
  * SageMakerImageArn: "STRING_VALUE",
83
85
  * SageMakerImageVersionArn: "STRING_VALUE",
86
+ * SageMakerImageVersionAlias: "STRING_VALUE",
84
87
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
85
88
  * LifecycleConfigArn: "STRING_VALUE",
86
89
  * },
@@ -93,6 +96,7 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
93
96
  * DefaultResourceSpec: {
94
97
  * SageMakerImageArn: "STRING_VALUE",
95
98
  * SageMakerImageVersionArn: "STRING_VALUE",
99
+ * SageMakerImageVersionAlias: "STRING_VALUE",
96
100
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
97
101
  * LifecycleConfigArn: "STRING_VALUE",
98
102
  * },
@@ -131,6 +135,56 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
131
135
  * Status: "ENABLED" || "DISABLED",
132
136
  * },
133
137
  * },
138
+ * JupyterLabAppSettings: { // JupyterLabAppSettings
139
+ * DefaultResourceSpec: {
140
+ * SageMakerImageArn: "STRING_VALUE",
141
+ * SageMakerImageVersionArn: "STRING_VALUE",
142
+ * SageMakerImageVersionAlias: "STRING_VALUE",
143
+ * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
144
+ * LifecycleConfigArn: "STRING_VALUE",
145
+ * },
146
+ * CustomImages: [
147
+ * {
148
+ * ImageName: "STRING_VALUE", // required
149
+ * ImageVersionNumber: Number("int"),
150
+ * AppImageConfigName: "STRING_VALUE", // required
151
+ * },
152
+ * ],
153
+ * LifecycleConfigArns: [
154
+ * "STRING_VALUE",
155
+ * ],
156
+ * CodeRepositories: [
157
+ * {
158
+ * RepositoryUrl: "STRING_VALUE", // required
159
+ * },
160
+ * ],
161
+ * },
162
+ * CodeEditorAppSettings: { // CodeEditorAppSettings
163
+ * DefaultResourceSpec: "<ResourceSpec>",
164
+ * LifecycleConfigArns: [
165
+ * "STRING_VALUE",
166
+ * ],
167
+ * },
168
+ * SpaceStorageSettings: { // DefaultSpaceStorageSettings
169
+ * DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
170
+ * DefaultEbsVolumeSizeInGb: Number("int"), // required
171
+ * MaximumEbsVolumeSizeInGb: Number("int"), // required
172
+ * },
173
+ * },
174
+ * DefaultLandingUri: "STRING_VALUE",
175
+ * StudioWebPortal: "ENABLED" || "DISABLED",
176
+ * CustomPosixUserConfig: { // CustomPosixUserConfig
177
+ * Uid: Number("long"), // required
178
+ * Gid: Number("long"), // required
179
+ * },
180
+ * CustomFileSystemConfigs: [ // CustomFileSystemConfigs
181
+ * { // CustomFileSystemConfig Union: only one key present
182
+ * EFSFileSystemConfig: { // EFSFileSystemConfig
183
+ * FileSystemId: "STRING_VALUE", // required
184
+ * FileSystemPath: "STRING_VALUE",
185
+ * },
186
+ * },
187
+ * ],
134
188
  * },
135
189
  * };
136
190
  * const command = new UpdateUserProfileCommand(input);
@@ -9,6 +9,7 @@ export * from "./CreateAppImageConfigCommand";
9
9
  export * from "./CreateArtifactCommand";
10
10
  export * from "./CreateAutoMLJobCommand";
11
11
  export * from "./CreateAutoMLJobV2Command";
12
+ export * from "./CreateClusterCommand";
12
13
  export * from "./CreateCodeRepositoryCommand";
13
14
  export * from "./CreateCompilationJobCommand";
14
15
  export * from "./CreateContextCommand";
@@ -28,6 +29,7 @@ export * from "./CreateHumanTaskUiCommand";
28
29
  export * from "./CreateHyperParameterTuningJobCommand";
29
30
  export * from "./CreateImageCommand";
30
31
  export * from "./CreateImageVersionCommand";
32
+ export * from "./CreateInferenceComponentCommand";
31
33
  export * from "./CreateInferenceExperimentCommand";
32
34
  export * from "./CreateInferenceRecommendationsJobCommand";
33
35
  export * from "./CreateLabelingJobCommand";
@@ -62,6 +64,7 @@ export * from "./DeleteAppCommand";
62
64
  export * from "./DeleteAppImageConfigCommand";
63
65
  export * from "./DeleteArtifactCommand";
64
66
  export * from "./DeleteAssociationCommand";
67
+ export * from "./DeleteClusterCommand";
65
68
  export * from "./DeleteCodeRepositoryCommand";
66
69
  export * from "./DeleteContextCommand";
67
70
  export * from "./DeleteDataQualityJobDefinitionCommand";
@@ -79,6 +82,7 @@ export * from "./DeleteHubContentCommand";
79
82
  export * from "./DeleteHumanTaskUiCommand";
80
83
  export * from "./DeleteImageCommand";
81
84
  export * from "./DeleteImageVersionCommand";
85
+ export * from "./DeleteInferenceComponentCommand";
82
86
  export * from "./DeleteInferenceExperimentCommand";
83
87
  export * from "./DeleteModelBiasJobDefinitionCommand";
84
88
  export * from "./DeleteModelCardCommand";
@@ -109,6 +113,8 @@ export * from "./DescribeAppImageConfigCommand";
109
113
  export * from "./DescribeArtifactCommand";
110
114
  export * from "./DescribeAutoMLJobCommand";
111
115
  export * from "./DescribeAutoMLJobV2Command";
116
+ export * from "./DescribeClusterCommand";
117
+ export * from "./DescribeClusterNodeCommand";
112
118
  export * from "./DescribeCodeRepositoryCommand";
113
119
  export * from "./DescribeCompilationJobCommand";
114
120
  export * from "./DescribeContextCommand";
@@ -130,6 +136,7 @@ export * from "./DescribeHumanTaskUiCommand";
130
136
  export * from "./DescribeHyperParameterTuningJobCommand";
131
137
  export * from "./DescribeImageCommand";
132
138
  export * from "./DescribeImageVersionCommand";
139
+ export * from "./DescribeInferenceComponentCommand";
133
140
  export * from "./DescribeInferenceExperimentCommand";
134
141
  export * from "./DescribeInferenceRecommendationsJobCommand";
135
142
  export * from "./DescribeLabelingJobCommand";
@@ -179,6 +186,8 @@ export * from "./ListArtifactsCommand";
179
186
  export * from "./ListAssociationsCommand";
180
187
  export * from "./ListAutoMLJobsCommand";
181
188
  export * from "./ListCandidatesForAutoMLJobCommand";
189
+ export * from "./ListClusterNodesCommand";
190
+ export * from "./ListClustersCommand";
182
191
  export * from "./ListCodeRepositoriesCommand";
183
192
  export * from "./ListCompilationJobsCommand";
184
193
  export * from "./ListContextsCommand";
@@ -200,6 +209,7 @@ export * from "./ListHumanTaskUisCommand";
200
209
  export * from "./ListHyperParameterTuningJobsCommand";
201
210
  export * from "./ListImageVersionsCommand";
202
211
  export * from "./ListImagesCommand";
212
+ export * from "./ListInferenceComponentsCommand";
203
213
  export * from "./ListInferenceExperimentsCommand";
204
214
  export * from "./ListInferenceRecommendationsJobStepsCommand";
205
215
  export * from "./ListInferenceRecommendationsJobsCommand";
@@ -272,6 +282,7 @@ export * from "./StopTransformJobCommand";
272
282
  export * from "./UpdateActionCommand";
273
283
  export * from "./UpdateAppImageConfigCommand";
274
284
  export * from "./UpdateArtifactCommand";
285
+ export * from "./UpdateClusterCommand";
275
286
  export * from "./UpdateCodeRepositoryCommand";
276
287
  export * from "./UpdateContextCommand";
277
288
  export * from "./UpdateDeviceFleetCommand";
@@ -285,6 +296,8 @@ export * from "./UpdateFeatureMetadataCommand";
285
296
  export * from "./UpdateHubCommand";
286
297
  export * from "./UpdateImageCommand";
287
298
  export * from "./UpdateImageVersionCommand";
299
+ export * from "./UpdateInferenceComponentCommand";
300
+ export * from "./UpdateInferenceComponentRuntimeConfigCommand";
288
301
  export * from "./UpdateInferenceExperimentCommand";
289
302
  export * from "./UpdateModelCardCommand";
290
303
  export * from "./UpdateModelPackageCommand";