@aws-sdk/client-sagemaker 3.844.0 → 3.845.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 (69) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +223 -44
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/ListPipelineVersionsCommand.js +22 -0
  5. package/dist-es/commands/SearchCommand.js +1 -1
  6. package/dist-es/commands/UpdatePipelineVersionCommand.js +22 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/models_0.js +0 -5
  9. package/dist-es/models/models_1.js +5 -4
  10. package/dist-es/models/models_2.js +4 -0
  11. package/dist-es/models/models_3.js +1 -10
  12. package/dist-es/models/models_4.js +10 -11
  13. package/dist-es/models/models_5.js +12 -0
  14. package/dist-es/pagination/ListPipelineVersionsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +1 -0
  16. package/dist-es/protocols/Aws_json1_1.js +140 -0
  17. package/dist-types/SageMaker.d.ts +14 -0
  18. package/dist-types/SageMakerClient.d.ts +4 -2
  19. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateClusterCommand.d.ts +55 -0
  21. package/dist-types/commands/DescribeClusterCommand.d.ts +59 -0
  22. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribePipelineCommand.d.ts +3 -0
  26. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -0
  27. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListAppsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListPipelineVersionsCommand.d.ts +90 -0
  31. package/dist-types/commands/SearchCommand.d.ts +17 -3
  32. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +1 -1
  33. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -2
  34. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
  35. package/dist-types/commands/UpdateClusterCommand.d.ts +55 -0
  36. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -0
  37. package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +82 -0
  38. package/dist-types/commands/index.d.ts +2 -0
  39. package/dist-types/models/models_0.d.ts +183 -130
  40. package/dist-types/models/models_1.d.ts +133 -87
  41. package/dist-types/models/models_2.d.ts +104 -164
  42. package/dist-types/models/models_3.d.ts +191 -120
  43. package/dist-types/models/models_4.d.ts +274 -394
  44. package/dist-types/models/models_5.d.ts +442 -4
  45. package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +1 -0
  47. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  48. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  49. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  50. package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListPipelineVersionsCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
  56. package/dist-types/ts3.4/commands/SearchTrainingPlanOfferingsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/commands/UpdatePipelineVersionCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +41 -34
  61. package/dist-types/ts3.4/models/models_1.d.ts +40 -27
  62. package/dist-types/ts3.4/models/models_2.d.ts +36 -44
  63. package/dist-types/ts3.4/models/models_3.d.ts +48 -39
  64. package/dist-types/ts3.4/models/models_4.d.ts +74 -100
  65. package/dist-types/ts3.4/models/models_5.d.ts +131 -2
  66. package/dist-types/ts3.4/pagination/ListPipelineVersionsPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  69. package/package.json +11 -11
@@ -60,6 +60,7 @@ export * from "./ListPartnerAppsPaginator";
60
60
  export * from "./ListPipelineExecutionStepsPaginator";
61
61
  export * from "./ListPipelineExecutionsPaginator";
62
62
  export * from "./ListPipelineParametersForExecutionPaginator";
63
+ export * from "./ListPipelineVersionsPaginator";
63
64
  export * from "./ListPipelinesPaginator";
64
65
  export * from "./ListProcessingJobsPaginator";
65
66
  export * from "./ListProjectsPaginator";
@@ -1075,6 +1075,10 @@ import {
1075
1075
  ListPipelinesCommandInput,
1076
1076
  ListPipelinesCommandOutput,
1077
1077
  } from "../commands/ListPipelinesCommand";
1078
+ import {
1079
+ ListPipelineVersionsCommandInput,
1080
+ ListPipelineVersionsCommandOutput,
1081
+ } from "../commands/ListPipelineVersionsCommand";
1078
1082
  import {
1079
1083
  ListProcessingJobsCommandInput,
1080
1084
  ListProcessingJobsCommandOutput,
@@ -1411,6 +1415,10 @@ import {
1411
1415
  UpdatePipelineExecutionCommandInput,
1412
1416
  UpdatePipelineExecutionCommandOutput,
1413
1417
  } from "../commands/UpdatePipelineExecutionCommand";
1418
+ import {
1419
+ UpdatePipelineVersionCommandInput,
1420
+ UpdatePipelineVersionCommandOutput,
1421
+ } from "../commands/UpdatePipelineVersionCommand";
1414
1422
  import {
1415
1423
  UpdateProjectCommandInput,
1416
1424
  UpdateProjectCommandOutput,
@@ -2515,6 +2523,10 @@ export declare const se_ListPipelinesCommand: (
2515
2523
  input: ListPipelinesCommandInput,
2516
2524
  context: __SerdeContext
2517
2525
  ) => Promise<__HttpRequest>;
2526
+ export declare const se_ListPipelineVersionsCommand: (
2527
+ input: ListPipelineVersionsCommandInput,
2528
+ context: __SerdeContext
2529
+ ) => Promise<__HttpRequest>;
2518
2530
  export declare const se_ListProcessingJobsCommand: (
2519
2531
  input: ListProcessingJobsCommandInput,
2520
2532
  context: __SerdeContext
@@ -2851,6 +2863,10 @@ export declare const se_UpdatePipelineExecutionCommand: (
2851
2863
  input: UpdatePipelineExecutionCommandInput,
2852
2864
  context: __SerdeContext
2853
2865
  ) => Promise<__HttpRequest>;
2866
+ export declare const se_UpdatePipelineVersionCommand: (
2867
+ input: UpdatePipelineVersionCommandInput,
2868
+ context: __SerdeContext
2869
+ ) => Promise<__HttpRequest>;
2854
2870
  export declare const se_UpdateProjectCommand: (
2855
2871
  input: UpdateProjectCommandInput,
2856
2872
  context: __SerdeContext
@@ -3955,6 +3971,10 @@ export declare const de_ListPipelinesCommand: (
3955
3971
  output: __HttpResponse,
3956
3972
  context: __SerdeContext
3957
3973
  ) => Promise<ListPipelinesCommandOutput>;
3974
+ export declare const de_ListPipelineVersionsCommand: (
3975
+ output: __HttpResponse,
3976
+ context: __SerdeContext
3977
+ ) => Promise<ListPipelineVersionsCommandOutput>;
3958
3978
  export declare const de_ListProcessingJobsCommand: (
3959
3979
  output: __HttpResponse,
3960
3980
  context: __SerdeContext
@@ -4291,6 +4311,10 @@ export declare const de_UpdatePipelineExecutionCommand: (
4291
4311
  output: __HttpResponse,
4292
4312
  context: __SerdeContext
4293
4313
  ) => Promise<UpdatePipelineExecutionCommandOutput>;
4314
+ export declare const de_UpdatePipelineVersionCommand: (
4315
+ output: __HttpResponse,
4316
+ context: __SerdeContext
4317
+ ) => Promise<UpdatePipelineVersionCommandOutput>;
4294
4318
  export declare const de_UpdateProjectCommand: (
4295
4319
  output: __HttpResponse,
4296
4320
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.844.0",
4
+ "version": "3.845.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.844.0",
24
- "@aws-sdk/credential-provider-node": "3.844.0",
23
+ "@aws-sdk/core": "3.845.0",
24
+ "@aws-sdk/credential-provider-node": "3.845.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.844.0",
28
+ "@aws-sdk/middleware-user-agent": "3.845.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
30
  "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.844.0",
31
+ "@aws-sdk/util-endpoints": "3.845.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.844.0",
33
+ "@aws-sdk/util-user-agent-node": "3.845.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.7.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.0",
37
37
  "@smithy/hash-node": "^4.0.4",
38
38
  "@smithy/invalid-dependency": "^4.0.4",
39
39
  "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.14",
41
- "@smithy/middleware-retry": "^4.1.15",
40
+ "@smithy/middleware-endpoint": "^4.1.15",
41
+ "@smithy/middleware-retry": "^4.1.16",
42
42
  "@smithy/middleware-serde": "^4.0.8",
43
43
  "@smithy/middleware-stack": "^4.0.4",
44
44
  "@smithy/node-config-provider": "^4.1.3",
45
45
  "@smithy/node-http-handler": "^4.1.0",
46
46
  "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.6",
47
+ "@smithy/smithy-client": "^4.4.7",
48
48
  "@smithy/types": "^4.3.1",
49
49
  "@smithy/url-parser": "^4.0.4",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.22",
54
- "@smithy/util-defaults-mode-node": "^4.0.22",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.23",
54
+ "@smithy/util-defaults-mode-node": "^4.0.23",
55
55
  "@smithy/util-endpoints": "^3.0.6",
56
56
  "@smithy/util-middleware": "^4.0.4",
57
57
  "@smithy/util-retry": "^4.0.6",