@aws-sdk/client-sagemaker 3.935.0 → 3.937.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 (63) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +333 -125
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/BatchRebootClusterNodesCommand.js +16 -0
  5. package/dist-es/commands/BatchReplaceClusterNodesCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +43 -0
  8. package/dist-es/schemas/schemas_0.js +259 -125
  9. package/dist-types/SageMaker.d.ts +14 -0
  10. package/dist-types/SageMakerClient.d.ts +4 -2
  11. package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +102 -0
  12. package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +102 -0
  13. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -0
  14. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +4 -0
  19. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  23. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -0
  24. package/dist-types/commands/ListComputeQuotasCommand.d.ts +4 -0
  25. package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -1
  26. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
  27. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  28. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  29. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -2
  30. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -2
  31. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +4 -0
  32. package/dist-types/commands/index.d.ts +2 -0
  33. package/dist-types/models/enums.d.ts +67 -0
  34. package/dist-types/models/models_0.d.ts +201 -207
  35. package/dist-types/models/models_1.d.ts +208 -261
  36. package/dist-types/models/models_2.d.ts +263 -353
  37. package/dist-types/models/models_3.d.ts +354 -257
  38. package/dist-types/models/models_4.d.ts +259 -7
  39. package/dist-types/schemas/schemas_0.d.ts +15 -0
  40. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  41. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  42. package/dist-types/ts3.4/commands/BatchRebootClusterNodesCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/BatchReplaceClusterNodesCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +4 -2
  55. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  56. package/dist-types/ts3.4/models/enums.d.ts +49 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +51 -50
  58. package/dist-types/ts3.4/models/models_1.d.ts +53 -83
  59. package/dist-types/ts3.4/models/models_2.d.ts +80 -88
  60. package/dist-types/ts3.4/models/models_3.d.ts +89 -68
  61. package/dist-types/ts3.4/models/models_4.d.ts +73 -8
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
  63. package/package.json +12 -12
package/README.md CHANGED
@@ -258,6 +258,22 @@ BatchDescribeModelPackage
258
258
 
259
259
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/BatchDescribeModelPackageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchDescribeModelPackageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchDescribeModelPackageCommandOutput/)
260
260
 
261
+ </details>
262
+ <details>
263
+ <summary>
264
+ BatchRebootClusterNodes
265
+ </summary>
266
+
267
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/BatchRebootClusterNodesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchRebootClusterNodesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchRebootClusterNodesCommandOutput/)
268
+
269
+ </details>
270
+ <details>
271
+ <summary>
272
+ BatchReplaceClusterNodes
273
+ </summary>
274
+
275
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/BatchReplaceClusterNodesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchReplaceClusterNodesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchReplaceClusterNodesCommandOutput/)
276
+
261
277
  </details>
262
278
  <details>
263
279
  <summary>