@aws-sdk/client-sagemaker 3.315.0 → 3.317.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 (55) hide show
  1. package/dist-cjs/SageMaker.js +306 -4228
  2. package/dist-cjs/protocols/Aws_json1_1.js +9 -9
  3. package/dist-es/SageMaker.js +306 -4228
  4. package/dist-es/protocols/Aws_json1_1.js +9 -9
  5. package/dist-types/SageMaker.d.ts +324 -1612
  6. package/dist-types/commands/AddTagsCommand.d.ts +2 -2
  7. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateCompilationJobCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
  10. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateEndpointCommand.d.ts +5 -5
  12. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateExperimentCommand.d.ts +5 -6
  14. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateTrialCommand.d.ts +4 -4
  16. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateUserProfileCommand.d.ts +4 -0
  18. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -2
  22. package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteWorkforceCommand.d.ts +2 -2
  25. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +2 -2
  26. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +2 -2
  27. package/dist-types/commands/ListCompilationJobsCommand.d.ts +2 -2
  28. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  31. package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
  32. package/dist-types/commands/UpdateActionCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateDomainCommand.d.ts +4 -0
  34. package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateUserProfileCommand.d.ts +4 -0
  40. package/dist-types/commands/UpdateWorkforceCommand.d.ts +2 -2
  41. package/dist-types/models/models_0.d.ts +52 -65
  42. package/dist-types/models/models_1.d.ts +88 -58
  43. package/dist-types/models/models_2.d.ts +76 -100
  44. package/dist-types/models/models_3.d.ts +63 -40
  45. package/dist-types/models/models_4.d.ts +20 -9
  46. package/dist-types/ts3.4/SageMaker.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/CreateEdgePackagingJobCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -2
  49. package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +5 -10
  51. package/dist-types/ts3.4/models/models_1.d.ts +11 -4
  52. package/dist-types/ts3.4/models/models_2.d.ts +4 -8
  53. package/dist-types/ts3.4/models/models_3.d.ts +9 -4
  54. package/dist-types/ts3.4/models/models_4.d.ts +3 -0
  55. package/package.json +6 -6
@@ -11748,7 +11748,7 @@ const se_CreateImageVersionRequest = (input, context) => {
11748
11748
  return (0, smithy_client_1.take)(input, {
11749
11749
  Aliases: smithy_client_1._json,
11750
11750
  BaseImage: [],
11751
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
11751
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
11752
11752
  Horovod: [],
11753
11753
  ImageName: [],
11754
11754
  JobType: [],
@@ -11806,7 +11806,7 @@ const se_CreateModelPackageInput = (input, context) => {
11806
11806
  return (0, smithy_client_1.take)(input, {
11807
11807
  AdditionalInferenceSpecifications: smithy_client_1._json,
11808
11808
  CertifyForMarketplace: [],
11809
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
11809
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
11810
11810
  CustomerMetadataProperties: smithy_client_1._json,
11811
11811
  Domain: [],
11812
11812
  DriftCheckBaselines: smithy_client_1._json,
@@ -11847,7 +11847,7 @@ const se_CreateMonitoringScheduleRequest = (input, context) => {
11847
11847
  };
11848
11848
  const se_CreatePipelineRequest = (input, context) => {
11849
11849
  return (0, smithy_client_1.take)(input, {
11850
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
11850
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
11851
11851
  ParallelismConfiguration: smithy_client_1._json,
11852
11852
  PipelineDefinition: [],
11853
11853
  PipelineDefinitionS3Location: smithy_client_1._json,
@@ -11880,7 +11880,7 @@ const se_DataQualityJobInput = (input, context) => {
11880
11880
  };
11881
11881
  const se_DeletePipelineRequest = (input, context) => {
11882
11882
  return (0, smithy_client_1.take)(input, {
11883
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
11883
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
11884
11884
  PipelineName: [],
11885
11885
  });
11886
11886
  };
@@ -12737,7 +12737,7 @@ const se_QueryLineageRequest = (input, context) => {
12737
12737
  };
12738
12738
  const se_RetryPipelineExecutionRequest = (input, context) => {
12739
12739
  return (0, smithy_client_1.take)(input, {
12740
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
12740
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
12741
12741
  ParallelismConfiguration: smithy_client_1._json,
12742
12742
  PipelineExecutionArn: [],
12743
12743
  });
@@ -12770,20 +12770,20 @@ const se_SearchRequest = (input, context) => {
12770
12770
  const se_SendPipelineExecutionStepFailureRequest = (input, context) => {
12771
12771
  return (0, smithy_client_1.take)(input, {
12772
12772
  CallbackToken: [],
12773
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
12773
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
12774
12774
  FailureReason: [],
12775
12775
  });
12776
12776
  };
12777
12777
  const se_SendPipelineExecutionStepSuccessRequest = (input, context) => {
12778
12778
  return (0, smithy_client_1.take)(input, {
12779
12779
  CallbackToken: [],
12780
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
12780
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
12781
12781
  OutputParameters: smithy_client_1._json,
12782
12782
  });
12783
12783
  };
12784
12784
  const se_StartPipelineExecutionRequest = (input, context) => {
12785
12785
  return (0, smithy_client_1.take)(input, {
12786
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
12786
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
12787
12787
  ParallelismConfiguration: smithy_client_1._json,
12788
12788
  PipelineExecutionDescription: [],
12789
12789
  PipelineExecutionDisplayName: [],
@@ -12793,7 +12793,7 @@ const se_StartPipelineExecutionRequest = (input, context) => {
12793
12793
  };
12794
12794
  const se_StopPipelineExecutionRequest = (input, context) => {
12795
12795
  return (0, smithy_client_1.take)(input, {
12796
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
12796
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
12797
12797
  PipelineExecutionArn: [],
12798
12798
  });
12799
12799
  };