@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
package/README.md CHANGED
@@ -305,6 +305,14 @@ CreateAutoMLJobV2
305
305
 
306
306
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateAutoMLJobV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAutoMLJobV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAutoMLJobV2CommandOutput/)
307
307
 
308
+ </details>
309
+ <details>
310
+ <summary>
311
+ CreateCluster
312
+ </summary>
313
+
314
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateClusterCommandOutput/)
315
+
308
316
  </details>
309
317
  <details>
310
318
  <summary>
@@ -457,6 +465,14 @@ CreateImageVersion
457
465
 
458
466
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateImageVersionCommandOutput/)
459
467
 
468
+ </details>
469
+ <details>
470
+ <summary>
471
+ CreateInferenceComponent
472
+ </summary>
473
+
474
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateInferenceComponentCommandOutput/)
475
+
460
476
  </details>
461
477
  <details>
462
478
  <summary>
@@ -729,6 +745,14 @@ DeleteAssociation
729
745
 
730
746
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAssociationCommandOutput/)
731
747
 
748
+ </details>
749
+ <details>
750
+ <summary>
751
+ DeleteCluster
752
+ </summary>
753
+
754
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteClusterCommandOutput/)
755
+
732
756
  </details>
733
757
  <details>
734
758
  <summary>
@@ -865,6 +889,14 @@ DeleteImageVersion
865
889
 
866
890
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteImageVersionCommandOutput/)
867
891
 
892
+ </details>
893
+ <details>
894
+ <summary>
895
+ DeleteInferenceComponent
896
+ </summary>
897
+
898
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteInferenceComponentCommandOutput/)
899
+
868
900
  </details>
869
901
  <details>
870
902
  <summary>
@@ -1105,6 +1137,22 @@ DescribeAutoMLJobV2
1105
1137
 
1106
1138
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeAutoMLJobV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAutoMLJobV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAutoMLJobV2CommandOutput/)
1107
1139
 
1140
+ </details>
1141
+ <details>
1142
+ <summary>
1143
+ DescribeCluster
1144
+ </summary>
1145
+
1146
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterCommandOutput/)
1147
+
1148
+ </details>
1149
+ <details>
1150
+ <summary>
1151
+ DescribeClusterNode
1152
+ </summary>
1153
+
1154
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeClusterNodeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterNodeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterNodeCommandOutput/)
1155
+
1108
1156
  </details>
1109
1157
  <details>
1110
1158
  <summary>
@@ -1273,6 +1321,14 @@ DescribeImageVersion
1273
1321
 
1274
1322
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeImageVersionCommandOutput/)
1275
1323
 
1324
+ </details>
1325
+ <details>
1326
+ <summary>
1327
+ DescribeInferenceComponent
1328
+ </summary>
1329
+
1330
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeInferenceComponentCommandOutput/)
1331
+
1276
1332
  </details>
1277
1333
  <details>
1278
1334
  <summary>
@@ -1665,6 +1721,22 @@ ListCandidatesForAutoMLJob
1665
1721
 
1666
1722
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListCandidatesForAutoMLJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListCandidatesForAutoMLJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListCandidatesForAutoMLJobCommandOutput/)
1667
1723
 
1724
+ </details>
1725
+ <details>
1726
+ <summary>
1727
+ ListClusterNodes
1728
+ </summary>
1729
+
1730
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListClusterNodesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClusterNodesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClusterNodesCommandOutput/)
1731
+
1732
+ </details>
1733
+ <details>
1734
+ <summary>
1735
+ ListClusters
1736
+ </summary>
1737
+
1738
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListClustersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClustersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClustersCommandOutput/)
1739
+
1668
1740
  </details>
1669
1741
  <details>
1670
1742
  <summary>
@@ -1833,6 +1905,14 @@ ListImageVersions
1833
1905
 
1834
1906
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListImageVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListImageVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListImageVersionsCommandOutput/)
1835
1907
 
1908
+ </details>
1909
+ <details>
1910
+ <summary>
1911
+ ListInferenceComponents
1912
+ </summary>
1913
+
1914
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListInferenceComponentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceComponentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceComponentsCommandOutput/)
1915
+
1836
1916
  </details>
1837
1917
  <details>
1838
1918
  <summary>
@@ -2409,6 +2489,14 @@ UpdateArtifact
2409
2489
 
2410
2490
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateArtifactCommandOutput/)
2411
2491
 
2492
+ </details>
2493
+ <details>
2494
+ <summary>
2495
+ UpdateCluster
2496
+ </summary>
2497
+
2498
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateClusterCommandOutput/)
2499
+
2412
2500
  </details>
2413
2501
  <details>
2414
2502
  <summary>
@@ -2513,6 +2601,22 @@ UpdateImageVersion
2513
2601
 
2514
2602
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateImageVersionCommandOutput/)
2515
2603
 
2604
+ </details>
2605
+ <details>
2606
+ <summary>
2607
+ UpdateInferenceComponent
2608
+ </summary>
2609
+
2610
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentCommandOutput/)
2611
+
2612
+ </details>
2613
+ <details>
2614
+ <summary>
2615
+ UpdateInferenceComponentRuntimeConfig
2616
+ </summary>
2617
+
2618
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateInferenceComponentRuntimeConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentRuntimeConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentRuntimeConfigCommandOutput/)
2619
+
2516
2620
  </details>
2517
2621
  <details>
2518
2622
  <summary>
@@ -13,6 +13,7 @@ const CreateAppImageConfigCommand_1 = require("./commands/CreateAppImageConfigCo
13
13
  const CreateArtifactCommand_1 = require("./commands/CreateArtifactCommand");
14
14
  const CreateAutoMLJobCommand_1 = require("./commands/CreateAutoMLJobCommand");
15
15
  const CreateAutoMLJobV2Command_1 = require("./commands/CreateAutoMLJobV2Command");
16
+ const CreateClusterCommand_1 = require("./commands/CreateClusterCommand");
16
17
  const CreateCodeRepositoryCommand_1 = require("./commands/CreateCodeRepositoryCommand");
17
18
  const CreateCompilationJobCommand_1 = require("./commands/CreateCompilationJobCommand");
18
19
  const CreateContextCommand_1 = require("./commands/CreateContextCommand");
@@ -32,6 +33,7 @@ const CreateHumanTaskUiCommand_1 = require("./commands/CreateHumanTaskUiCommand"
32
33
  const CreateHyperParameterTuningJobCommand_1 = require("./commands/CreateHyperParameterTuningJobCommand");
33
34
  const CreateImageCommand_1 = require("./commands/CreateImageCommand");
34
35
  const CreateImageVersionCommand_1 = require("./commands/CreateImageVersionCommand");
36
+ const CreateInferenceComponentCommand_1 = require("./commands/CreateInferenceComponentCommand");
35
37
  const CreateInferenceExperimentCommand_1 = require("./commands/CreateInferenceExperimentCommand");
36
38
  const CreateInferenceRecommendationsJobCommand_1 = require("./commands/CreateInferenceRecommendationsJobCommand");
37
39
  const CreateLabelingJobCommand_1 = require("./commands/CreateLabelingJobCommand");
@@ -66,6 +68,7 @@ const DeleteAppCommand_1 = require("./commands/DeleteAppCommand");
66
68
  const DeleteAppImageConfigCommand_1 = require("./commands/DeleteAppImageConfigCommand");
67
69
  const DeleteArtifactCommand_1 = require("./commands/DeleteArtifactCommand");
68
70
  const DeleteAssociationCommand_1 = require("./commands/DeleteAssociationCommand");
71
+ const DeleteClusterCommand_1 = require("./commands/DeleteClusterCommand");
69
72
  const DeleteCodeRepositoryCommand_1 = require("./commands/DeleteCodeRepositoryCommand");
70
73
  const DeleteContextCommand_1 = require("./commands/DeleteContextCommand");
71
74
  const DeleteDataQualityJobDefinitionCommand_1 = require("./commands/DeleteDataQualityJobDefinitionCommand");
@@ -83,6 +86,7 @@ const DeleteHubContentCommand_1 = require("./commands/DeleteHubContentCommand");
83
86
  const DeleteHumanTaskUiCommand_1 = require("./commands/DeleteHumanTaskUiCommand");
84
87
  const DeleteImageCommand_1 = require("./commands/DeleteImageCommand");
85
88
  const DeleteImageVersionCommand_1 = require("./commands/DeleteImageVersionCommand");
89
+ const DeleteInferenceComponentCommand_1 = require("./commands/DeleteInferenceComponentCommand");
86
90
  const DeleteInferenceExperimentCommand_1 = require("./commands/DeleteInferenceExperimentCommand");
87
91
  const DeleteModelBiasJobDefinitionCommand_1 = require("./commands/DeleteModelBiasJobDefinitionCommand");
88
92
  const DeleteModelCardCommand_1 = require("./commands/DeleteModelCardCommand");
@@ -113,6 +117,8 @@ const DescribeAppImageConfigCommand_1 = require("./commands/DescribeAppImageConf
113
117
  const DescribeArtifactCommand_1 = require("./commands/DescribeArtifactCommand");
114
118
  const DescribeAutoMLJobCommand_1 = require("./commands/DescribeAutoMLJobCommand");
115
119
  const DescribeAutoMLJobV2Command_1 = require("./commands/DescribeAutoMLJobV2Command");
120
+ const DescribeClusterCommand_1 = require("./commands/DescribeClusterCommand");
121
+ const DescribeClusterNodeCommand_1 = require("./commands/DescribeClusterNodeCommand");
116
122
  const DescribeCodeRepositoryCommand_1 = require("./commands/DescribeCodeRepositoryCommand");
117
123
  const DescribeCompilationJobCommand_1 = require("./commands/DescribeCompilationJobCommand");
118
124
  const DescribeContextCommand_1 = require("./commands/DescribeContextCommand");
@@ -134,6 +140,7 @@ const DescribeHumanTaskUiCommand_1 = require("./commands/DescribeHumanTaskUiComm
134
140
  const DescribeHyperParameterTuningJobCommand_1 = require("./commands/DescribeHyperParameterTuningJobCommand");
135
141
  const DescribeImageCommand_1 = require("./commands/DescribeImageCommand");
136
142
  const DescribeImageVersionCommand_1 = require("./commands/DescribeImageVersionCommand");
143
+ const DescribeInferenceComponentCommand_1 = require("./commands/DescribeInferenceComponentCommand");
137
144
  const DescribeInferenceExperimentCommand_1 = require("./commands/DescribeInferenceExperimentCommand");
138
145
  const DescribeInferenceRecommendationsJobCommand_1 = require("./commands/DescribeInferenceRecommendationsJobCommand");
139
146
  const DescribeLabelingJobCommand_1 = require("./commands/DescribeLabelingJobCommand");
@@ -183,6 +190,8 @@ const ListArtifactsCommand_1 = require("./commands/ListArtifactsCommand");
183
190
  const ListAssociationsCommand_1 = require("./commands/ListAssociationsCommand");
184
191
  const ListAutoMLJobsCommand_1 = require("./commands/ListAutoMLJobsCommand");
185
192
  const ListCandidatesForAutoMLJobCommand_1 = require("./commands/ListCandidatesForAutoMLJobCommand");
193
+ const ListClusterNodesCommand_1 = require("./commands/ListClusterNodesCommand");
194
+ const ListClustersCommand_1 = require("./commands/ListClustersCommand");
186
195
  const ListCodeRepositoriesCommand_1 = require("./commands/ListCodeRepositoriesCommand");
187
196
  const ListCompilationJobsCommand_1 = require("./commands/ListCompilationJobsCommand");
188
197
  const ListContextsCommand_1 = require("./commands/ListContextsCommand");
@@ -204,6 +213,7 @@ const ListHumanTaskUisCommand_1 = require("./commands/ListHumanTaskUisCommand");
204
213
  const ListHyperParameterTuningJobsCommand_1 = require("./commands/ListHyperParameterTuningJobsCommand");
205
214
  const ListImagesCommand_1 = require("./commands/ListImagesCommand");
206
215
  const ListImageVersionsCommand_1 = require("./commands/ListImageVersionsCommand");
216
+ const ListInferenceComponentsCommand_1 = require("./commands/ListInferenceComponentsCommand");
207
217
  const ListInferenceExperimentsCommand_1 = require("./commands/ListInferenceExperimentsCommand");
208
218
  const ListInferenceRecommendationsJobsCommand_1 = require("./commands/ListInferenceRecommendationsJobsCommand");
209
219
  const ListInferenceRecommendationsJobStepsCommand_1 = require("./commands/ListInferenceRecommendationsJobStepsCommand");
@@ -276,6 +286,7 @@ const StopTransformJobCommand_1 = require("./commands/StopTransformJobCommand");
276
286
  const UpdateActionCommand_1 = require("./commands/UpdateActionCommand");
277
287
  const UpdateAppImageConfigCommand_1 = require("./commands/UpdateAppImageConfigCommand");
278
288
  const UpdateArtifactCommand_1 = require("./commands/UpdateArtifactCommand");
289
+ const UpdateClusterCommand_1 = require("./commands/UpdateClusterCommand");
279
290
  const UpdateCodeRepositoryCommand_1 = require("./commands/UpdateCodeRepositoryCommand");
280
291
  const UpdateContextCommand_1 = require("./commands/UpdateContextCommand");
281
292
  const UpdateDeviceFleetCommand_1 = require("./commands/UpdateDeviceFleetCommand");
@@ -289,6 +300,8 @@ const UpdateFeatureMetadataCommand_1 = require("./commands/UpdateFeatureMetadata
289
300
  const UpdateHubCommand_1 = require("./commands/UpdateHubCommand");
290
301
  const UpdateImageCommand_1 = require("./commands/UpdateImageCommand");
291
302
  const UpdateImageVersionCommand_1 = require("./commands/UpdateImageVersionCommand");
303
+ const UpdateInferenceComponentCommand_1 = require("./commands/UpdateInferenceComponentCommand");
304
+ const UpdateInferenceComponentRuntimeConfigCommand_1 = require("./commands/UpdateInferenceComponentRuntimeConfigCommand");
292
305
  const UpdateInferenceExperimentCommand_1 = require("./commands/UpdateInferenceExperimentCommand");
293
306
  const UpdateModelCardCommand_1 = require("./commands/UpdateModelCardCommand");
294
307
  const UpdateModelPackageCommand_1 = require("./commands/UpdateModelPackageCommand");
@@ -319,6 +332,7 @@ const commands = {
319
332
  CreateArtifactCommand: CreateArtifactCommand_1.CreateArtifactCommand,
320
333
  CreateAutoMLJobCommand: CreateAutoMLJobCommand_1.CreateAutoMLJobCommand,
321
334
  CreateAutoMLJobV2Command: CreateAutoMLJobV2Command_1.CreateAutoMLJobV2Command,
335
+ CreateClusterCommand: CreateClusterCommand_1.CreateClusterCommand,
322
336
  CreateCodeRepositoryCommand: CreateCodeRepositoryCommand_1.CreateCodeRepositoryCommand,
323
337
  CreateCompilationJobCommand: CreateCompilationJobCommand_1.CreateCompilationJobCommand,
324
338
  CreateContextCommand: CreateContextCommand_1.CreateContextCommand,
@@ -338,6 +352,7 @@ const commands = {
338
352
  CreateHyperParameterTuningJobCommand: CreateHyperParameterTuningJobCommand_1.CreateHyperParameterTuningJobCommand,
339
353
  CreateImageCommand: CreateImageCommand_1.CreateImageCommand,
340
354
  CreateImageVersionCommand: CreateImageVersionCommand_1.CreateImageVersionCommand,
355
+ CreateInferenceComponentCommand: CreateInferenceComponentCommand_1.CreateInferenceComponentCommand,
341
356
  CreateInferenceExperimentCommand: CreateInferenceExperimentCommand_1.CreateInferenceExperimentCommand,
342
357
  CreateInferenceRecommendationsJobCommand: CreateInferenceRecommendationsJobCommand_1.CreateInferenceRecommendationsJobCommand,
343
358
  CreateLabelingJobCommand: CreateLabelingJobCommand_1.CreateLabelingJobCommand,
@@ -372,6 +387,7 @@ const commands = {
372
387
  DeleteAppImageConfigCommand: DeleteAppImageConfigCommand_1.DeleteAppImageConfigCommand,
373
388
  DeleteArtifactCommand: DeleteArtifactCommand_1.DeleteArtifactCommand,
374
389
  DeleteAssociationCommand: DeleteAssociationCommand_1.DeleteAssociationCommand,
390
+ DeleteClusterCommand: DeleteClusterCommand_1.DeleteClusterCommand,
375
391
  DeleteCodeRepositoryCommand: DeleteCodeRepositoryCommand_1.DeleteCodeRepositoryCommand,
376
392
  DeleteContextCommand: DeleteContextCommand_1.DeleteContextCommand,
377
393
  DeleteDataQualityJobDefinitionCommand: DeleteDataQualityJobDefinitionCommand_1.DeleteDataQualityJobDefinitionCommand,
@@ -389,6 +405,7 @@ const commands = {
389
405
  DeleteHumanTaskUiCommand: DeleteHumanTaskUiCommand_1.DeleteHumanTaskUiCommand,
390
406
  DeleteImageCommand: DeleteImageCommand_1.DeleteImageCommand,
391
407
  DeleteImageVersionCommand: DeleteImageVersionCommand_1.DeleteImageVersionCommand,
408
+ DeleteInferenceComponentCommand: DeleteInferenceComponentCommand_1.DeleteInferenceComponentCommand,
392
409
  DeleteInferenceExperimentCommand: DeleteInferenceExperimentCommand_1.DeleteInferenceExperimentCommand,
393
410
  DeleteModelCommand: DeleteModelCommand_1.DeleteModelCommand,
394
411
  DeleteModelBiasJobDefinitionCommand: DeleteModelBiasJobDefinitionCommand_1.DeleteModelBiasJobDefinitionCommand,
@@ -419,6 +436,8 @@ const commands = {
419
436
  DescribeArtifactCommand: DescribeArtifactCommand_1.DescribeArtifactCommand,
420
437
  DescribeAutoMLJobCommand: DescribeAutoMLJobCommand_1.DescribeAutoMLJobCommand,
421
438
  DescribeAutoMLJobV2Command: DescribeAutoMLJobV2Command_1.DescribeAutoMLJobV2Command,
439
+ DescribeClusterCommand: DescribeClusterCommand_1.DescribeClusterCommand,
440
+ DescribeClusterNodeCommand: DescribeClusterNodeCommand_1.DescribeClusterNodeCommand,
422
441
  DescribeCodeRepositoryCommand: DescribeCodeRepositoryCommand_1.DescribeCodeRepositoryCommand,
423
442
  DescribeCompilationJobCommand: DescribeCompilationJobCommand_1.DescribeCompilationJobCommand,
424
443
  DescribeContextCommand: DescribeContextCommand_1.DescribeContextCommand,
@@ -440,6 +459,7 @@ const commands = {
440
459
  DescribeHyperParameterTuningJobCommand: DescribeHyperParameterTuningJobCommand_1.DescribeHyperParameterTuningJobCommand,
441
460
  DescribeImageCommand: DescribeImageCommand_1.DescribeImageCommand,
442
461
  DescribeImageVersionCommand: DescribeImageVersionCommand_1.DescribeImageVersionCommand,
462
+ DescribeInferenceComponentCommand: DescribeInferenceComponentCommand_1.DescribeInferenceComponentCommand,
443
463
  DescribeInferenceExperimentCommand: DescribeInferenceExperimentCommand_1.DescribeInferenceExperimentCommand,
444
464
  DescribeInferenceRecommendationsJobCommand: DescribeInferenceRecommendationsJobCommand_1.DescribeInferenceRecommendationsJobCommand,
445
465
  DescribeLabelingJobCommand: DescribeLabelingJobCommand_1.DescribeLabelingJobCommand,
@@ -489,6 +509,8 @@ const commands = {
489
509
  ListAssociationsCommand: ListAssociationsCommand_1.ListAssociationsCommand,
490
510
  ListAutoMLJobsCommand: ListAutoMLJobsCommand_1.ListAutoMLJobsCommand,
491
511
  ListCandidatesForAutoMLJobCommand: ListCandidatesForAutoMLJobCommand_1.ListCandidatesForAutoMLJobCommand,
512
+ ListClusterNodesCommand: ListClusterNodesCommand_1.ListClusterNodesCommand,
513
+ ListClustersCommand: ListClustersCommand_1.ListClustersCommand,
492
514
  ListCodeRepositoriesCommand: ListCodeRepositoriesCommand_1.ListCodeRepositoriesCommand,
493
515
  ListCompilationJobsCommand: ListCompilationJobsCommand_1.ListCompilationJobsCommand,
494
516
  ListContextsCommand: ListContextsCommand_1.ListContextsCommand,
@@ -510,6 +532,7 @@ const commands = {
510
532
  ListHyperParameterTuningJobsCommand: ListHyperParameterTuningJobsCommand_1.ListHyperParameterTuningJobsCommand,
511
533
  ListImagesCommand: ListImagesCommand_1.ListImagesCommand,
512
534
  ListImageVersionsCommand: ListImageVersionsCommand_1.ListImageVersionsCommand,
535
+ ListInferenceComponentsCommand: ListInferenceComponentsCommand_1.ListInferenceComponentsCommand,
513
536
  ListInferenceExperimentsCommand: ListInferenceExperimentsCommand_1.ListInferenceExperimentsCommand,
514
537
  ListInferenceRecommendationsJobsCommand: ListInferenceRecommendationsJobsCommand_1.ListInferenceRecommendationsJobsCommand,
515
538
  ListInferenceRecommendationsJobStepsCommand: ListInferenceRecommendationsJobStepsCommand_1.ListInferenceRecommendationsJobStepsCommand,
@@ -582,6 +605,7 @@ const commands = {
582
605
  UpdateActionCommand: UpdateActionCommand_1.UpdateActionCommand,
583
606
  UpdateAppImageConfigCommand: UpdateAppImageConfigCommand_1.UpdateAppImageConfigCommand,
584
607
  UpdateArtifactCommand: UpdateArtifactCommand_1.UpdateArtifactCommand,
608
+ UpdateClusterCommand: UpdateClusterCommand_1.UpdateClusterCommand,
585
609
  UpdateCodeRepositoryCommand: UpdateCodeRepositoryCommand_1.UpdateCodeRepositoryCommand,
586
610
  UpdateContextCommand: UpdateContextCommand_1.UpdateContextCommand,
587
611
  UpdateDeviceFleetCommand: UpdateDeviceFleetCommand_1.UpdateDeviceFleetCommand,
@@ -595,6 +619,8 @@ const commands = {
595
619
  UpdateHubCommand: UpdateHubCommand_1.UpdateHubCommand,
596
620
  UpdateImageCommand: UpdateImageCommand_1.UpdateImageCommand,
597
621
  UpdateImageVersionCommand: UpdateImageVersionCommand_1.UpdateImageVersionCommand,
622
+ UpdateInferenceComponentCommand: UpdateInferenceComponentCommand_1.UpdateInferenceComponentCommand,
623
+ UpdateInferenceComponentRuntimeConfigCommand: UpdateInferenceComponentRuntimeConfigCommand_1.UpdateInferenceComponentRuntimeConfigCommand,
598
624
  UpdateInferenceExperimentCommand: UpdateInferenceExperimentCommand_1.UpdateInferenceExperimentCommand,
599
625
  UpdateModelCardCommand: UpdateModelCardCommand_1.UpdateModelCardCommand,
600
626
  UpdateModelPackageCommand: UpdateModelPackageCommand_1.UpdateModelPackageCommand,
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateClusterCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class CreateClusterCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateClusterCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "SageMakerClient";
29
+ const commandName = "CreateClusterCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SageMaker",
38
+ operation: "CreateCluster",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_CreateClusterCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_CreateClusterCommand)(output, context);
49
+ }
50
+ }
51
+ exports.CreateClusterCommand = CreateClusterCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateInferenceComponentCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class CreateInferenceComponentCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateInferenceComponentCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "SageMakerClient";
29
+ const commandName = "CreateInferenceComponentCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SageMaker",
38
+ operation: "CreateInferenceComponent",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_CreateInferenceComponentCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_CreateInferenceComponentCommand)(output, context);
49
+ }
50
+ }
51
+ exports.CreateInferenceComponentCommand = CreateInferenceComponentCommand;
@@ -6,7 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
- const models_1_1 = require("../models/models_1");
9
+ const models_2_1 = require("../models/models_2");
10
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
11
  class CreateWorkforceCommand extends smithy_client_1.Command {
12
12
  static getEndpointParameterInstructions() {
@@ -32,7 +32,7 @@ class CreateWorkforceCommand extends smithy_client_1.Command {
32
32
  logger,
33
33
  clientName,
34
34
  commandName,
35
- inputFilterSensitiveLog: models_1_1.CreateWorkforceRequestFilterSensitiveLog,
35
+ inputFilterSensitiveLog: models_2_1.CreateWorkforceRequestFilterSensitiveLog,
36
36
  outputFilterSensitiveLog: (_) => _,
37
37
  [types_1.SMITHY_CONTEXT_KEY]: {
38
38
  service: "SageMaker",
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteClusterCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class DeleteClusterCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteClusterCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "SageMakerClient";
29
+ const commandName = "DeleteClusterCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SageMaker",
38
+ operation: "DeleteCluster",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_DeleteClusterCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_DeleteClusterCommand)(output, context);
49
+ }
50
+ }
51
+ exports.DeleteClusterCommand = DeleteClusterCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteInferenceComponentCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class DeleteInferenceComponentCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteInferenceComponentCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "SageMakerClient";
29
+ const commandName = "DeleteInferenceComponentCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SageMaker",
38
+ operation: "DeleteInferenceComponent",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_DeleteInferenceComponentCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_DeleteInferenceComponentCommand)(output, context);
49
+ }
50
+ }
51
+ exports.DeleteInferenceComponentCommand = DeleteInferenceComponentCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeClusterCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class DescribeClusterCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeClusterCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "SageMakerClient";
29
+ const commandName = "DescribeClusterCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SageMaker",
38
+ operation: "DescribeCluster",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_DescribeClusterCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_DescribeClusterCommand)(output, context);
49
+ }
50
+ }
51
+ exports.DescribeClusterCommand = DescribeClusterCommand;