@aws-sdk/client-sagemaker 3.714.0 → 3.717.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 (68) hide show
  1. package/dist-cjs/index.js +30 -1
  2. package/dist-es/models/models_0.js +29 -0
  3. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateAlgorithmCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +4 -4
  8. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +4 -4
  9. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -2
  11. package/dist-types/commands/CreateCompilationJobCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateDomainCommand.d.ts +7 -7
  15. package/dist-types/commands/CreateImageCommand.d.ts +2 -2
  16. package/dist-types/commands/CreateImageVersionCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateInferenceComponentCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateModelPackageCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -2
  21. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +13 -13
  22. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  23. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +2 -2
  24. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteCompilationJobCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -2
  33. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +2 -2
  35. package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeModelPackageCommand.d.ts +3 -3
  42. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  45. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
  47. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  49. package/dist-types/commands/SearchCommand.d.ts +4 -4
  50. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  51. package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
  52. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +2 -2
  53. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateImageVersionCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateModelPackageCommand.d.ts +2 -2
  59. package/dist-types/commands/UpdateSpaceCommand.d.ts +3 -0
  60. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  61. package/dist-types/models/models_0.d.ts +57 -21
  62. package/dist-types/models/models_1.d.ts +57 -57
  63. package/dist-types/models/models_2.d.ts +39 -36
  64. package/dist-types/models/models_3.d.ts +26 -26
  65. package/dist-types/models/models_4.d.ts +10 -10
  66. package/dist-types/models/models_5.d.ts +12 -12
  67. package/dist-types/ts3.4/models/models_0.d.ts +29 -0
  68. package/package.json +12 -12
@@ -440,6 +440,8 @@ export declare const TransformInstanceType: {
440
440
  readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
441
441
  readonly ML_R7I_LARGE: "ml.r7i.large";
442
442
  readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
443
+ readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
444
+ readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
443
445
  };
444
446
  export type TransformInstanceType =
445
447
  (typeof TransformInstanceType)[keyof typeof TransformInstanceType];
@@ -2177,6 +2179,15 @@ export declare const ClusterInstanceType: {
2177
2179
  readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
2178
2180
  readonly ML_C5_LARGE: "ml.c5.large";
2179
2181
  readonly ML_C5_XLARGE: "ml.c5.xlarge";
2182
+ readonly ML_C6I_12XLARGE: "ml.c6i.12xlarge";
2183
+ readonly ML_C6I_16XLARGE: "ml.c6i.16xlarge";
2184
+ readonly ML_C6I_24XLARGE: "ml.c6i.24xlarge";
2185
+ readonly ML_C6I_2XLARGE: "ml.c6i.2xlarge";
2186
+ readonly ML_C6I_32XLARGE: "ml.c6i.32xlarge";
2187
+ readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
2188
+ readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
2189
+ readonly ML_C6I_LARGE: "ml.c6i.large";
2190
+ readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
2180
2191
  readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
2181
2192
  readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
2182
2193
  readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
@@ -2211,11 +2222,29 @@ export declare const ClusterInstanceType: {
2211
2222
  readonly ML_M5_8XLARGE: "ml.m5.8xlarge";
2212
2223
  readonly ML_M5_LARGE: "ml.m5.large";
2213
2224
  readonly ML_M5_XLARGE: "ml.m5.xlarge";
2225
+ readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
2226
+ readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
2227
+ readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
2228
+ readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
2229
+ readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
2230
+ readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
2231
+ readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
2232
+ readonly ML_M6I_LARGE: "ml.m6i.large";
2233
+ readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
2214
2234
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
2215
2235
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
2216
2236
  readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
2217
2237
  readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
2218
2238
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
2239
+ readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
2240
+ readonly ML_R6I_16XLARGE: "ml.r6i.16xlarge";
2241
+ readonly ML_R6I_24XLARGE: "ml.r6i.24xlarge";
2242
+ readonly ML_R6I_2XLARGE: "ml.r6i.2xlarge";
2243
+ readonly ML_R6I_32XLARGE: "ml.r6i.32xlarge";
2244
+ readonly ML_R6I_4XLARGE: "ml.r6i.4xlarge";
2245
+ readonly ML_R6I_8XLARGE: "ml.r6i.8xlarge";
2246
+ readonly ML_R6I_LARGE: "ml.r6i.large";
2247
+ readonly ML_R6I_XLARGE: "ml.r6i.xlarge";
2219
2248
  readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
2220
2249
  readonly ML_T3_LARGE: "ml.t3.large";
2221
2250
  readonly ML_T3_MEDIUM: "ml.t3.medium";
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.714.0",
4
+ "version": "3.717.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,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.714.0",
24
- "@aws-sdk/client-sts": "3.714.0",
25
- "@aws-sdk/core": "3.714.0",
26
- "@aws-sdk/credential-provider-node": "3.714.0",
23
+ "@aws-sdk/client-sso-oidc": "3.716.0",
24
+ "@aws-sdk/client-sts": "3.716.0",
25
+ "@aws-sdk/core": "3.716.0",
26
+ "@aws-sdk/credential-provider-node": "3.716.0",
27
27
  "@aws-sdk/middleware-host-header": "3.714.0",
28
28
  "@aws-sdk/middleware-logger": "3.714.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.714.0",
30
+ "@aws-sdk/middleware-user-agent": "3.716.0",
31
31
  "@aws-sdk/region-config-resolver": "3.714.0",
32
32
  "@aws-sdk/types": "3.714.0",
33
33
  "@aws-sdk/util-endpoints": "3.714.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.714.0",
35
+ "@aws-sdk/util-user-agent-node": "3.716.0",
36
36
  "@smithy/config-resolver": "^3.0.13",
37
37
  "@smithy/core": "^2.5.5",
38
38
  "@smithy/fetch-http-handler": "^4.1.2",
39
39
  "@smithy/hash-node": "^3.0.11",
40
40
  "@smithy/invalid-dependency": "^3.0.11",
41
41
  "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.5",
43
- "@smithy/middleware-retry": "^3.0.30",
42
+ "@smithy/middleware-endpoint": "^3.2.6",
43
+ "@smithy/middleware-retry": "^3.0.31",
44
44
  "@smithy/middleware-serde": "^3.0.11",
45
45
  "@smithy/middleware-stack": "^3.0.11",
46
46
  "@smithy/node-config-provider": "^3.1.12",
47
47
  "@smithy/node-http-handler": "^3.3.2",
48
48
  "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.0",
49
+ "@smithy/smithy-client": "^3.5.1",
50
50
  "@smithy/types": "^3.7.2",
51
51
  "@smithy/url-parser": "^3.0.11",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.30",
56
- "@smithy/util-defaults-mode-node": "^3.0.30",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.31",
56
+ "@smithy/util-defaults-mode-node": "^3.0.31",
57
57
  "@smithy/util-endpoints": "^2.1.7",
58
58
  "@smithy/util-middleware": "^3.0.11",
59
59
  "@smithy/util-retry": "^3.0.11",