@aws-sdk/client-sagemaker 3.882.0 → 3.885.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 (62) hide show
  1. package/dist-cjs/index.js +30 -7
  2. package/dist-es/models/models_0.js +6 -0
  3. package/dist-es/models/models_1.js +4 -5
  4. package/dist-es/models/models_2.js +5 -0
  5. package/dist-es/models/models_4.js +0 -4
  6. package/dist-es/models/models_5.js +4 -0
  7. package/dist-es/protocols/Aws_json1_1.js +9 -0
  8. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
  12. package/dist-types/commands/CreateDomainCommand.d.ts +7 -6
  13. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateModelPackageCommand.d.ts +2 -2
  17. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateSpaceCommand.d.ts +4 -4
  19. package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -6
  20. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeClusterCommand.d.ts +4 -0
  23. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeDomainCommand.d.ts +7 -6
  26. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +2 -2
  28. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -2
  29. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
  31. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -0
  32. package/dist-types/commands/DescribeSpaceCommand.d.ts +4 -4
  33. package/dist-types/commands/DescribeUserProfileCommand.d.ts +6 -6
  34. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -2
  35. package/dist-types/commands/ListAppsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +2 -1
  38. package/dist-types/commands/SearchCommand.d.ts +3 -3
  39. package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
  40. package/dist-types/commands/UpdateDomainCommand.d.ts +7 -6
  41. package/dist-types/commands/UpdateModelPackageCommand.d.ts +2 -2
  42. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -0
  43. package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -4
  44. package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -6
  45. package/dist-types/models/models_0.d.ts +14 -16
  46. package/dist-types/models/models_1.d.ts +57 -71
  47. package/dist-types/models/models_2.d.ts +80 -97
  48. package/dist-types/models/models_3.d.ts +109 -41
  49. package/dist-types/models/models_4.d.ts +38 -89
  50. package/dist-types/models/models_5.d.ts +101 -3
  51. package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DescribeClusterNodeCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/DescribeClusterSchedulerConfigCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetSearchSuggestionsCommand.d.ts +4 -2
  55. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/models/models_0.d.ts +8 -4
  57. package/dist-types/ts3.4/models/models_1.d.ts +16 -21
  58. package/dist-types/ts3.4/models/models_2.d.ts +24 -25
  59. package/dist-types/ts3.4/models/models_3.d.ts +28 -11
  60. package/dist-types/ts3.4/models/models_4.d.ts +11 -24
  61. package/dist-types/ts3.4/models/models_5.d.ts +29 -2
  62. package/package.json +5 -5
@@ -39,7 +39,6 @@ import {
39
39
  ClusterAutoScalingConfigOutput,
40
40
  ClusterEventDetail,
41
41
  ClusterInstanceGroupDetails,
42
- ClusterNodeDetails,
43
42
  ClusterNodeProvisioningMode,
44
43
  ClusterNodeRecovery,
45
44
  ClusterOrchestrator,
@@ -71,6 +70,7 @@ import {
71
70
  _InstanceType,
72
71
  ClusterRestrictedInstanceGroupDetails,
73
72
  ClusterStatus,
73
+ ClusterTieredStorageConfig,
74
74
  CodeRepository,
75
75
  CognitoConfig,
76
76
  CognitoMemberDefinition,
@@ -80,6 +80,7 @@ import {
80
80
  EdgeDeploymentConfig,
81
81
  EndpointInput,
82
82
  HubContentType,
83
+ IPAddressType,
83
84
  JupyterServerAppSettings,
84
85
  KernelGatewayAppSettings,
85
86
  MetadataProperties,
@@ -93,11 +94,29 @@ import {
93
94
  ProcessingInstanceType,
94
95
  ProcessingS3UploadMode,
95
96
  RetryStrategy,
96
- SchedulerConfig,
97
- SchedulerResourceStatus,
98
97
  TrainingSpecification,
99
98
  UserSettings,
100
99
  } from "./models_1";
100
+ export declare const TrackingServerSize: {
101
+ readonly L: "Large";
102
+ readonly M: "Medium";
103
+ readonly S: "Small";
104
+ };
105
+ export type TrackingServerSize =
106
+ (typeof TrackingServerSize)[keyof typeof TrackingServerSize];
107
+ export interface CreateMlflowTrackingServerRequest {
108
+ TrackingServerName: string | undefined;
109
+ ArtifactStoreUri: string | undefined;
110
+ TrackingServerSize?: TrackingServerSize | undefined;
111
+ MlflowVersion?: string | undefined;
112
+ RoleArn: string | undefined;
113
+ AutomaticModelRegistration?: boolean | undefined;
114
+ WeeklyMaintenanceWindowStart?: string | undefined;
115
+ Tags?: Tag[] | undefined;
116
+ }
117
+ export interface CreateMlflowTrackingServerResponse {
118
+ TrackingServerArn?: string | undefined;
119
+ }
101
120
  export declare const InferenceExecutionMode: {
102
121
  readonly DIRECT: "Direct";
103
122
  readonly SERIAL: "Serial";
@@ -463,6 +482,7 @@ export interface CreateNotebookInstanceInput {
463
482
  InstanceType: _InstanceType | undefined;
464
483
  SubnetId?: string | undefined;
465
484
  SecurityGroupIds?: string[] | undefined;
485
+ IpAddressType?: IPAddressType | undefined;
466
486
  RoleArn: string | undefined;
467
487
  KmsKeyId?: string | undefined;
468
488
  Tags?: Tag[] | undefined;
@@ -1748,6 +1768,7 @@ export interface DescribeClusterResponse {
1748
1768
  | undefined;
1749
1769
  VpcConfig?: VpcConfig | undefined;
1750
1770
  Orchestrator?: ClusterOrchestrator | undefined;
1771
+ TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
1751
1772
  NodeRecovery?: ClusterNodeRecovery | undefined;
1752
1773
  NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
1753
1774
  ClusterRole?: string | undefined;
@@ -1765,28 +1786,6 @@ export interface DescribeClusterNodeRequest {
1765
1786
  NodeId?: string | undefined;
1766
1787
  NodeLogicalId?: string | undefined;
1767
1788
  }
1768
- export interface DescribeClusterNodeResponse {
1769
- NodeDetails: ClusterNodeDetails | undefined;
1770
- }
1771
- export interface DescribeClusterSchedulerConfigRequest {
1772
- ClusterSchedulerConfigId: string | undefined;
1773
- ClusterSchedulerConfigVersion?: number | undefined;
1774
- }
1775
- export interface DescribeClusterSchedulerConfigResponse {
1776
- ClusterSchedulerConfigArn: string | undefined;
1777
- ClusterSchedulerConfigId: string | undefined;
1778
- Name: string | undefined;
1779
- ClusterSchedulerConfigVersion: number | undefined;
1780
- Status: SchedulerResourceStatus | undefined;
1781
- FailureReason?: string | undefined;
1782
- ClusterArn?: string | undefined;
1783
- SchedulerConfig?: SchedulerConfig | undefined;
1784
- Description?: string | undefined;
1785
- CreationTime: Date | undefined;
1786
- CreatedBy?: UserContext | undefined;
1787
- LastModifiedTime?: Date | undefined;
1788
- LastModifiedBy?: UserContext | undefined;
1789
- }
1790
1789
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1791
1790
  obj: CreateModelCardRequest
1792
1791
  ) => any;
@@ -18,6 +18,7 @@ import {
18
18
  CfnTemplateProviderDetail,
19
19
  Channel,
20
20
  CheckpointConfig,
21
+ ClusterNodeDetails,
21
22
  InferenceSpecification,
22
23
  ModelApprovalStatus,
23
24
  ModelPackageStatus,
@@ -77,6 +78,7 @@ import {
77
78
  InferenceExperimentSchedule,
78
79
  InferenceExperimentType,
79
80
  InputConfig,
81
+ IPAddressType,
80
82
  JobType,
81
83
  LabelingJobAlgorithmsConfig,
82
84
  LabelingJobInputConfig,
@@ -102,11 +104,11 @@ import {
102
104
  RecommendationJobStoppingConditions,
103
105
  RecommendationJobType,
104
106
  RetryStrategy,
107
+ SchedulerConfig,
105
108
  SchedulerResourceStatus,
106
109
  ShadowModeConfig,
107
110
  TagPropagation,
108
111
  ThroughputMode,
109
- TrackingServerSize,
110
112
  TrustedIdentityPropagationSettings,
111
113
  UnifiedStudioSettings,
112
114
  UserSettings,
@@ -182,12 +184,35 @@ import {
182
184
  SpaceSharingSettings,
183
185
  StudioLifecycleConfigAppType,
184
186
  TensorBoardOutputConfig,
187
+ TrackingServerSize,
185
188
  TrialComponentArtifact,
186
189
  TrialComponentParameterValue,
187
190
  TrialComponentStatus,
188
191
  WorkerAccessConfiguration,
189
192
  WorkforceIpAddressType,
190
193
  } from "./models_2";
194
+ export interface DescribeClusterNodeResponse {
195
+ NodeDetails: ClusterNodeDetails | undefined;
196
+ }
197
+ export interface DescribeClusterSchedulerConfigRequest {
198
+ ClusterSchedulerConfigId: string | undefined;
199
+ ClusterSchedulerConfigVersion?: number | undefined;
200
+ }
201
+ export interface DescribeClusterSchedulerConfigResponse {
202
+ ClusterSchedulerConfigArn: string | undefined;
203
+ ClusterSchedulerConfigId: string | undefined;
204
+ Name: string | undefined;
205
+ ClusterSchedulerConfigVersion: number | undefined;
206
+ Status: SchedulerResourceStatus | undefined;
207
+ FailureReason?: string | undefined;
208
+ ClusterArn?: string | undefined;
209
+ SchedulerConfig?: SchedulerConfig | undefined;
210
+ Description?: string | undefined;
211
+ CreationTime: Date | undefined;
212
+ CreatedBy?: UserContext | undefined;
213
+ LastModifiedTime?: Date | undefined;
214
+ LastModifiedBy?: UserContext | undefined;
215
+ }
191
216
  export interface DescribeCodeRepositoryInput {
192
217
  CodeRepositoryName: string | undefined;
193
218
  }
@@ -1445,6 +1470,7 @@ export interface DescribeNotebookInstanceOutput {
1445
1470
  FailureReason?: string | undefined;
1446
1471
  Url?: string | undefined;
1447
1472
  InstanceType?: _InstanceType | undefined;
1473
+ IpAddressType?: IPAddressType | undefined;
1448
1474
  SubnetId?: string | undefined;
1449
1475
  SecurityGroups?: string[] | undefined;
1450
1476
  RoleArn?: string | undefined;
@@ -2264,6 +2290,7 @@ export interface DomainSettingsForUpdate {
2264
2290
  DockerSettings?: DockerSettings | undefined;
2265
2291
  AmazonQSettings?: AmazonQSettings | undefined;
2266
2292
  UnifiedStudioSettings?: UnifiedStudioSettings | undefined;
2293
+ IpAddressType?: IPAddressType | undefined;
2267
2294
  }
2268
2295
  export interface PredefinedMetricSpecification {
2269
2296
  PredefinedMetricType?: string | undefined;
@@ -2605,16 +2632,6 @@ export declare const ResourceType: {
2605
2632
  readonly TRAINING_JOB: "TrainingJob";
2606
2633
  };
2607
2634
  export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
2608
- export interface PropertyNameQuery {
2609
- PropertyNameHint: string | undefined;
2610
- }
2611
- export interface SuggestionQuery {
2612
- PropertyNameQuery?: PropertyNameQuery | undefined;
2613
- }
2614
- export interface GetSearchSuggestionsRequest {
2615
- Resource: ResourceType | undefined;
2616
- SuggestionQuery?: SuggestionQuery | undefined;
2617
- }
2618
2635
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2619
2636
  obj: DescribeModelCardResponse
2620
2637
  ) => any;
@@ -124,8 +124,8 @@ import {
124
124
  ProjectStatus,
125
125
  RecommendationJobStatus,
126
126
  RecommendationMetrics,
127
- ReservedCapacityInstanceType,
128
127
  ReservedCapacitySummary,
128
+ ResourceType,
129
129
  SageMakerResourceName,
130
130
  ScheduleStatus,
131
131
  SecondaryStatus,
@@ -141,6 +141,16 @@ import {
141
141
  WarmPoolResourceStatus,
142
142
  WarmPoolStatus,
143
143
  } from "./models_3";
144
+ export interface PropertyNameQuery {
145
+ PropertyNameHint: string | undefined;
146
+ }
147
+ export interface SuggestionQuery {
148
+ PropertyNameQuery?: PropertyNameQuery | undefined;
149
+ }
150
+ export interface GetSearchSuggestionsRequest {
151
+ Resource: ResourceType | undefined;
152
+ SuggestionQuery?: SuggestionQuery | undefined;
153
+ }
144
154
  export interface PropertyNameSuggestion {
145
155
  PropertyName?: string | undefined;
146
156
  }
@@ -2248,26 +2258,3 @@ export declare const UltraServerHealthStatus: {
2248
2258
  };
2249
2259
  export type UltraServerHealthStatus =
2250
2260
  (typeof UltraServerHealthStatus)[keyof typeof UltraServerHealthStatus];
2251
- export interface UltraServer {
2252
- UltraServerId: string | undefined;
2253
- UltraServerType: string | undefined;
2254
- AvailabilityZone: string | undefined;
2255
- InstanceType: ReservedCapacityInstanceType | undefined;
2256
- TotalInstanceCount: number | undefined;
2257
- ConfiguredSpareInstanceCount?: number | undefined;
2258
- AvailableInstanceCount?: number | undefined;
2259
- InUseInstanceCount?: number | undefined;
2260
- AvailableSpareInstanceCount?: number | undefined;
2261
- UnhealthyInstanceCount?: number | undefined;
2262
- HealthStatus?: UltraServerHealthStatus | undefined;
2263
- }
2264
- export interface ListUltraServersByReservedCapacityResponse {
2265
- NextToken?: string | undefined;
2266
- UltraServers: UltraServer[] | undefined;
2267
- }
2268
- export declare const UserProfileSortKey: {
2269
- readonly CreationTime: "CreationTime";
2270
- readonly LastModifiedTime: "LastModifiedTime";
2271
- };
2272
- export type UserProfileSortKey =
2273
- (typeof UserProfileSortKey)[keyof typeof UserProfileSortKey];
@@ -37,6 +37,7 @@ import {
37
37
  import {
38
38
  _InstanceType,
39
39
  ClusterRestrictedInstanceGroupSpecification,
40
+ ClusterTieredStorageConfig,
40
41
  ComputeQuotaConfig,
41
42
  ComputeQuotaTarget,
42
43
  ContainerDefinition,
@@ -49,6 +50,7 @@ import {
49
50
  InferenceComponentSpecification,
50
51
  InferenceExperimentDataStorageConfig,
51
52
  InferenceExperimentSchedule,
53
+ IPAddressType,
52
54
  JobType,
53
55
  MetadataProperties,
54
56
  ModelVariantConfig,
@@ -58,7 +60,6 @@ import {
58
60
  ShadowModeConfig,
59
61
  TagPropagation,
60
62
  ThroughputMode,
61
- TrackingServerSize,
62
63
  TtlDuration,
63
64
  UiTemplate,
64
65
  UserSettings,
@@ -109,6 +110,7 @@ import {
109
110
  SourceIpConfig,
110
111
  SpaceSettings,
111
112
  TensorBoardOutputConfig,
113
+ TrackingServerSize,
112
114
  TrialComponentArtifact,
113
115
  TrialComponentParameterValue,
114
116
  TrialComponentStatus,
@@ -168,8 +170,31 @@ import {
168
170
  MonitoringAlertSummary,
169
171
  Parameter,
170
172
  SortOrder,
171
- UserProfileSortKey,
173
+ UltraServerHealthStatus,
172
174
  } from "./models_4";
175
+ export interface UltraServer {
176
+ UltraServerId: string | undefined;
177
+ UltraServerType: string | undefined;
178
+ AvailabilityZone: string | undefined;
179
+ InstanceType: ReservedCapacityInstanceType | undefined;
180
+ TotalInstanceCount: number | undefined;
181
+ ConfiguredSpareInstanceCount?: number | undefined;
182
+ AvailableInstanceCount?: number | undefined;
183
+ InUseInstanceCount?: number | undefined;
184
+ AvailableSpareInstanceCount?: number | undefined;
185
+ UnhealthyInstanceCount?: number | undefined;
186
+ HealthStatus?: UltraServerHealthStatus | undefined;
187
+ }
188
+ export interface ListUltraServersByReservedCapacityResponse {
189
+ NextToken?: string | undefined;
190
+ UltraServers: UltraServer[] | undefined;
191
+ }
192
+ export declare const UserProfileSortKey: {
193
+ readonly CreationTime: "CreationTime";
194
+ readonly LastModifiedTime: "LastModifiedTime";
195
+ };
196
+ export type UserProfileSortKey =
197
+ (typeof UserProfileSortKey)[keyof typeof UserProfileSortKey];
173
198
  export interface ListUserProfilesRequest {
174
199
  NextToken?: string | undefined;
175
200
  MaxResults?: number | undefined;
@@ -870,6 +895,7 @@ export interface UpdateClusterRequest {
870
895
  RestrictedInstanceGroups?:
871
896
  | ClusterRestrictedInstanceGroupSpecification[]
872
897
  | undefined;
898
+ TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
873
899
  NodeRecovery?: ClusterNodeRecovery | undefined;
874
900
  InstanceGroupsToDelete?: string[] | undefined;
875
901
  ClusterRole?: string | undefined;
@@ -1155,6 +1181,7 @@ export interface UpdateMonitoringScheduleResponse {
1155
1181
  export interface UpdateNotebookInstanceInput {
1156
1182
  NotebookInstanceName: string | undefined;
1157
1183
  InstanceType?: _InstanceType | undefined;
1184
+ IpAddressType?: IPAddressType | undefined;
1158
1185
  RoleArn?: string | undefined;
1159
1186
  LifecycleConfigName?: string | undefined;
1160
1187
  DisassociateLifecycleConfig?: boolean | undefined;
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.882.0",
4
+ "version": "3.885.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,17 +20,17 @@
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.882.0",
24
- "@aws-sdk/credential-provider-node": "3.882.0",
23
+ "@aws-sdk/core": "3.883.0",
24
+ "@aws-sdk/credential-provider-node": "3.883.0",
25
25
  "@aws-sdk/middleware-host-header": "3.873.0",
26
26
  "@aws-sdk/middleware-logger": "3.876.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
- "@aws-sdk/middleware-user-agent": "3.882.0",
28
+ "@aws-sdk/middleware-user-agent": "3.883.0",
29
29
  "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
31
  "@aws-sdk/util-endpoints": "3.879.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.873.0",
33
- "@aws-sdk/util-user-agent-node": "3.882.0",
33
+ "@aws-sdk/util-user-agent-node": "3.883.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
35
  "@smithy/core": "^3.9.2",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",