@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.
- package/README.md +16 -0
- package/dist-cjs/index.js +333 -125
- package/dist-es/SageMaker.js +4 -0
- package/dist-es/commands/BatchRebootClusterNodesCommand.js +16 -0
- package/dist-es/commands/BatchReplaceClusterNodesCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +43 -0
- package/dist-es/schemas/schemas_0.js +259 -125
- package/dist-types/SageMaker.d.ts +14 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +102 -0
- package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +102 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +4 -0
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -2
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +67 -0
- package/dist-types/models/models_0.d.ts +201 -207
- package/dist-types/models/models_1.d.ts +208 -261
- package/dist-types/models/models_2.d.ts +263 -353
- package/dist-types/models/models_3.d.ts +354 -257
- package/dist-types/models/models_4.d.ts +259 -7
- package/dist-types/schemas/schemas_0.d.ts +15 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/BatchRebootClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchReplaceClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +49 -0
- package/dist-types/ts3.4/models/models_0.d.ts +51 -50
- package/dist-types/ts3.4/models/models_1.d.ts +53 -83
- package/dist-types/ts3.4/models/models_2.d.ts +80 -88
- package/dist-types/ts3.4/models/models_3.d.ts +89 -68
- package/dist-types/ts3.4/models/models_4.d.ts +73 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
- package/package.json +12 -12
|
@@ -60,8 +60,6 @@ import {
|
|
|
60
60
|
ListInferenceRecommendationsJobsSortBy,
|
|
61
61
|
ListLabelingJobsForWorkteamSortByOptions,
|
|
62
62
|
ListOptimizationJobsSortBy,
|
|
63
|
-
ListWorkforcesSortByOptions,
|
|
64
|
-
ListWorkteamsSortByOptions,
|
|
65
63
|
ModelApprovalStatus,
|
|
66
64
|
ModelCardExportJobSortBy,
|
|
67
65
|
ModelCardExportJobSortOrder,
|
|
@@ -103,7 +101,6 @@ import {
|
|
|
103
101
|
RecommendationJobStatus,
|
|
104
102
|
RecommendationJobType,
|
|
105
103
|
RecommendationStepType,
|
|
106
|
-
ReservedCapacityInstanceType,
|
|
107
104
|
ResourceCatalogSortBy,
|
|
108
105
|
ResourceCatalogSortOrder,
|
|
109
106
|
ResourceType,
|
|
@@ -142,11 +139,11 @@ import {
|
|
|
142
139
|
TrainingPlanSortOrder,
|
|
143
140
|
TrainingPlanStatus,
|
|
144
141
|
TransformJobStatus,
|
|
145
|
-
UltraServerHealthStatus,
|
|
146
|
-
UserProfileSortKey,
|
|
147
142
|
UserProfileStatus,
|
|
148
143
|
VolumeAttachmentStatus,
|
|
149
144
|
WarmPoolResourceStatus,
|
|
145
|
+
WorkforceIpAddressType,
|
|
146
|
+
WorkforceStatus,
|
|
150
147
|
} from "./enums";
|
|
151
148
|
import {
|
|
152
149
|
ActionSummary,
|
|
@@ -168,11 +165,12 @@ import {
|
|
|
168
165
|
ClusterSchedulerConfigSummary,
|
|
169
166
|
ClusterSummary,
|
|
170
167
|
CodeRepositorySummary,
|
|
168
|
+
CognitoConfig,
|
|
171
169
|
CompilationJobSummary,
|
|
172
170
|
ComputeQuotaSummary,
|
|
173
171
|
ConditionStepMetadata,
|
|
174
172
|
ContextSummary,
|
|
175
|
-
|
|
173
|
+
MetadataProperties,
|
|
176
174
|
OutputParameter,
|
|
177
175
|
ResourceSpec,
|
|
178
176
|
Tag,
|
|
@@ -180,6 +178,7 @@ import {
|
|
|
180
178
|
} from "./models_0";
|
|
181
179
|
import {
|
|
182
180
|
DockerSettings,
|
|
181
|
+
EdgeOutputConfig,
|
|
183
182
|
FeatureDefinition,
|
|
184
183
|
HyperParameterTrainingJobDefinition,
|
|
185
184
|
HyperParameterTuningJobConfig,
|
|
@@ -192,9 +191,10 @@ import {
|
|
|
192
191
|
OnlineStoreConfig,
|
|
193
192
|
ResourceLimits,
|
|
194
193
|
SpaceStorageSettings,
|
|
195
|
-
|
|
194
|
+
TrialComponentArtifact,
|
|
196
195
|
TrustedIdentityPropagationSettings,
|
|
197
196
|
UnifiedStudioSettings,
|
|
197
|
+
UserSettings,
|
|
198
198
|
} from "./models_1";
|
|
199
199
|
import {
|
|
200
200
|
CustomizedMetricSpecification,
|
|
@@ -218,14 +218,94 @@ import {
|
|
|
218
218
|
ProductionVariantSummary,
|
|
219
219
|
RecommendationMetrics,
|
|
220
220
|
ReservedCapacitySummary,
|
|
221
|
+
SourceIpConfig,
|
|
221
222
|
SubscribedWorkteam,
|
|
222
223
|
TrainingJobStatusCounters,
|
|
223
|
-
|
|
224
|
+
TrialComponentMetricSummary,
|
|
225
|
+
TrialComponentParameterValue,
|
|
226
|
+
TrialComponentStatus,
|
|
224
227
|
TrialSource,
|
|
225
228
|
WarmPoolStatus,
|
|
226
229
|
WorkerAccessConfiguration,
|
|
227
|
-
Workforce,
|
|
228
230
|
} from "./models_2";
|
|
231
|
+
export interface TrialComponentSource {
|
|
232
|
+
SourceArn: string | undefined;
|
|
233
|
+
SourceType?: string | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface DescribeTrialComponentResponse {
|
|
236
|
+
TrialComponentName?: string | undefined;
|
|
237
|
+
TrialComponentArn?: string | undefined;
|
|
238
|
+
DisplayName?: string | undefined;
|
|
239
|
+
Source?: TrialComponentSource | undefined;
|
|
240
|
+
Status?: TrialComponentStatus | undefined;
|
|
241
|
+
StartTime?: Date | undefined;
|
|
242
|
+
EndTime?: Date | undefined;
|
|
243
|
+
CreationTime?: Date | undefined;
|
|
244
|
+
CreatedBy?: UserContext | undefined;
|
|
245
|
+
LastModifiedTime?: Date | undefined;
|
|
246
|
+
LastModifiedBy?: UserContext | undefined;
|
|
247
|
+
Parameters?: Record<string, TrialComponentParameterValue> | undefined;
|
|
248
|
+
InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
249
|
+
OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
250
|
+
MetadataProperties?: MetadataProperties | undefined;
|
|
251
|
+
Metrics?: TrialComponentMetricSummary[] | undefined;
|
|
252
|
+
LineageGroupArn?: string | undefined;
|
|
253
|
+
Sources?: TrialComponentSource[] | undefined;
|
|
254
|
+
}
|
|
255
|
+
export interface DescribeUserProfileRequest {
|
|
256
|
+
DomainId: string | undefined;
|
|
257
|
+
UserProfileName: string | undefined;
|
|
258
|
+
}
|
|
259
|
+
export interface DescribeUserProfileResponse {
|
|
260
|
+
DomainId?: string | undefined;
|
|
261
|
+
UserProfileArn?: string | undefined;
|
|
262
|
+
UserProfileName?: string | undefined;
|
|
263
|
+
HomeEfsFileSystemUid?: string | undefined;
|
|
264
|
+
Status?: UserProfileStatus | undefined;
|
|
265
|
+
LastModifiedTime?: Date | undefined;
|
|
266
|
+
CreationTime?: Date | undefined;
|
|
267
|
+
FailureReason?: string | undefined;
|
|
268
|
+
SingleSignOnUserIdentifier?: string | undefined;
|
|
269
|
+
SingleSignOnUserValue?: string | undefined;
|
|
270
|
+
UserSettings?: UserSettings | undefined;
|
|
271
|
+
}
|
|
272
|
+
export interface DescribeWorkforceRequest {
|
|
273
|
+
WorkforceName: string | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface OidcConfigForResponse {
|
|
276
|
+
ClientId?: string | undefined;
|
|
277
|
+
Issuer?: string | undefined;
|
|
278
|
+
AuthorizationEndpoint?: string | undefined;
|
|
279
|
+
TokenEndpoint?: string | undefined;
|
|
280
|
+
UserInfoEndpoint?: string | undefined;
|
|
281
|
+
LogoutEndpoint?: string | undefined;
|
|
282
|
+
JwksUri?: string | undefined;
|
|
283
|
+
Scope?: string | undefined;
|
|
284
|
+
AuthenticationRequestExtraParams?: Record<string, string> | undefined;
|
|
285
|
+
}
|
|
286
|
+
export interface WorkforceVpcConfigResponse {
|
|
287
|
+
VpcId: string | undefined;
|
|
288
|
+
SecurityGroupIds: string[] | undefined;
|
|
289
|
+
Subnets: string[] | undefined;
|
|
290
|
+
VpcEndpointId?: string | undefined;
|
|
291
|
+
}
|
|
292
|
+
export interface Workforce {
|
|
293
|
+
WorkforceName: string | undefined;
|
|
294
|
+
WorkforceArn: string | undefined;
|
|
295
|
+
LastUpdatedDate?: Date | undefined;
|
|
296
|
+
SourceIpConfig?: SourceIpConfig | undefined;
|
|
297
|
+
SubDomain?: string | undefined;
|
|
298
|
+
CognitoConfig?: CognitoConfig | undefined;
|
|
299
|
+
OidcConfig?: OidcConfigForResponse | undefined;
|
|
300
|
+
CreateDate?: Date | undefined;
|
|
301
|
+
WorkforceVpcConfig?: WorkforceVpcConfigResponse | undefined;
|
|
302
|
+
Status?: WorkforceStatus | undefined;
|
|
303
|
+
FailureReason?: string | undefined;
|
|
304
|
+
IpAddressType?: WorkforceIpAddressType | undefined;
|
|
305
|
+
}
|
|
306
|
+
export interface DescribeWorkforceResponse {
|
|
307
|
+
Workforce: Workforce | undefined;
|
|
308
|
+
}
|
|
229
309
|
export interface DescribeWorkteamRequest {
|
|
230
310
|
WorkteamName: string | undefined;
|
|
231
311
|
}
|
|
@@ -2308,62 +2388,3 @@ export interface ListTrialsResponse {
|
|
|
2308
2388
|
TrialSummaries?: TrialSummary[] | undefined;
|
|
2309
2389
|
NextToken?: string | undefined;
|
|
2310
2390
|
}
|
|
2311
|
-
export interface ListUltraServersByReservedCapacityRequest {
|
|
2312
|
-
ReservedCapacityArn: string | undefined;
|
|
2313
|
-
MaxResults?: number | undefined;
|
|
2314
|
-
NextToken?: string | undefined;
|
|
2315
|
-
}
|
|
2316
|
-
export interface UltraServer {
|
|
2317
|
-
UltraServerId: string | undefined;
|
|
2318
|
-
UltraServerType: string | undefined;
|
|
2319
|
-
AvailabilityZone: string | undefined;
|
|
2320
|
-
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
2321
|
-
TotalInstanceCount: number | undefined;
|
|
2322
|
-
ConfiguredSpareInstanceCount?: number | undefined;
|
|
2323
|
-
AvailableInstanceCount?: number | undefined;
|
|
2324
|
-
InUseInstanceCount?: number | undefined;
|
|
2325
|
-
AvailableSpareInstanceCount?: number | undefined;
|
|
2326
|
-
UnhealthyInstanceCount?: number | undefined;
|
|
2327
|
-
HealthStatus?: UltraServerHealthStatus | undefined;
|
|
2328
|
-
}
|
|
2329
|
-
export interface ListUltraServersByReservedCapacityResponse {
|
|
2330
|
-
NextToken?: string | undefined;
|
|
2331
|
-
UltraServers: UltraServer[] | undefined;
|
|
2332
|
-
}
|
|
2333
|
-
export interface ListUserProfilesRequest {
|
|
2334
|
-
NextToken?: string | undefined;
|
|
2335
|
-
MaxResults?: number | undefined;
|
|
2336
|
-
SortOrder?: SortOrder | undefined;
|
|
2337
|
-
SortBy?: UserProfileSortKey | undefined;
|
|
2338
|
-
DomainIdEquals?: string | undefined;
|
|
2339
|
-
UserProfileNameContains?: string | undefined;
|
|
2340
|
-
}
|
|
2341
|
-
export interface UserProfileDetails {
|
|
2342
|
-
DomainId?: string | undefined;
|
|
2343
|
-
UserProfileName?: string | undefined;
|
|
2344
|
-
Status?: UserProfileStatus | undefined;
|
|
2345
|
-
CreationTime?: Date | undefined;
|
|
2346
|
-
LastModifiedTime?: Date | undefined;
|
|
2347
|
-
}
|
|
2348
|
-
export interface ListUserProfilesResponse {
|
|
2349
|
-
UserProfiles?: UserProfileDetails[] | undefined;
|
|
2350
|
-
NextToken?: string | undefined;
|
|
2351
|
-
}
|
|
2352
|
-
export interface ListWorkforcesRequest {
|
|
2353
|
-
SortBy?: ListWorkforcesSortByOptions | undefined;
|
|
2354
|
-
SortOrder?: SortOrder | undefined;
|
|
2355
|
-
NameContains?: string | undefined;
|
|
2356
|
-
NextToken?: string | undefined;
|
|
2357
|
-
MaxResults?: number | undefined;
|
|
2358
|
-
}
|
|
2359
|
-
export interface ListWorkforcesResponse {
|
|
2360
|
-
Workforces: Workforce[] | undefined;
|
|
2361
|
-
NextToken?: string | undefined;
|
|
2362
|
-
}
|
|
2363
|
-
export interface ListWorkteamsRequest {
|
|
2364
|
-
SortBy?: ListWorkteamsSortByOptions | undefined;
|
|
2365
|
-
SortOrder?: SortOrder | undefined;
|
|
2366
|
-
NameContains?: string | undefined;
|
|
2367
|
-
NextToken?: string | undefined;
|
|
2368
|
-
MaxResults?: number | undefined;
|
|
2369
|
-
}
|
|
@@ -17,6 +17,8 @@ import {
|
|
|
17
17
|
IPAddressType,
|
|
18
18
|
JobType,
|
|
19
19
|
LineageType,
|
|
20
|
+
ListWorkforcesSortByOptions,
|
|
21
|
+
ListWorkteamsSortByOptions,
|
|
20
22
|
ModelApprovalStatus,
|
|
21
23
|
ModelCardStatus,
|
|
22
24
|
ModelPackageGroupStatus,
|
|
@@ -39,11 +41,15 @@ import {
|
|
|
39
41
|
SearchSortOrder,
|
|
40
42
|
SecondaryStatus,
|
|
41
43
|
SkipModelValidation,
|
|
44
|
+
SortOrder,
|
|
42
45
|
TagPropagation,
|
|
43
46
|
ThroughputMode,
|
|
44
47
|
TrackingServerSize,
|
|
45
48
|
TrainingJobStatus,
|
|
46
49
|
TransformJobStatus,
|
|
50
|
+
UltraServerHealthStatus,
|
|
51
|
+
UserProfileSortKey,
|
|
52
|
+
UserProfileStatus,
|
|
47
53
|
VariantPropertyType,
|
|
48
54
|
VendorGuidance,
|
|
49
55
|
WorkforceIpAddressType,
|
|
@@ -66,7 +72,6 @@ import {
|
|
|
66
72
|
ComputeQuotaTarget,
|
|
67
73
|
ContainerDefinition,
|
|
68
74
|
DeploymentConfiguration,
|
|
69
|
-
EdgeOutputConfig,
|
|
70
75
|
InferenceSpecification,
|
|
71
76
|
JupyterLabAppImageConfig,
|
|
72
77
|
KernelGatewayImageConfig,
|
|
@@ -90,6 +95,7 @@ import {
|
|
|
90
95
|
DefaultSpaceSettings,
|
|
91
96
|
DeploymentConfig,
|
|
92
97
|
DriftCheckBaselines,
|
|
98
|
+
EdgeOutputConfig,
|
|
93
99
|
ExperimentConfig,
|
|
94
100
|
FeatureDefinition,
|
|
95
101
|
InferenceComponentRuntimeConfig,
|
|
@@ -109,7 +115,6 @@ import {
|
|
|
109
115
|
MonitoringScheduleConfig,
|
|
110
116
|
NetworkConfig,
|
|
111
117
|
NotebookInstanceLifecycleHook,
|
|
112
|
-
OidcConfig,
|
|
113
118
|
ParallelismConfiguration,
|
|
114
119
|
PartnerAppConfig,
|
|
115
120
|
PartnerAppMaintenanceConfig,
|
|
@@ -125,16 +130,12 @@ import {
|
|
|
125
130
|
ServiceCatalogProvisioningDetails,
|
|
126
131
|
ShadowModeConfig,
|
|
127
132
|
SourceAlgorithmSpecification,
|
|
128
|
-
SourceIpConfig,
|
|
129
133
|
SpaceSettings,
|
|
130
134
|
TensorBoardOutputConfig,
|
|
131
135
|
TrialComponentArtifact,
|
|
132
|
-
TrialComponentParameterValue,
|
|
133
|
-
TrialComponentStatus,
|
|
134
136
|
TtlDuration,
|
|
135
137
|
UiTemplate,
|
|
136
138
|
UserSettings,
|
|
137
|
-
WorkforceVpcConfigRequest,
|
|
138
139
|
} from "./models_1";
|
|
139
140
|
import {
|
|
140
141
|
DebugRuleEvaluationStatus,
|
|
@@ -147,16 +148,19 @@ import {
|
|
|
147
148
|
ModelPackageStatusDetails,
|
|
148
149
|
MonitoringExecutionSummary,
|
|
149
150
|
NotificationConfiguration,
|
|
151
|
+
OidcConfig,
|
|
150
152
|
PipelineExperimentConfig,
|
|
151
153
|
SecondaryStatusTransition,
|
|
152
154
|
SelectiveExecutionConfig,
|
|
153
155
|
ServiceCatalogProvisionedProductDetails,
|
|
156
|
+
SourceIpConfig,
|
|
154
157
|
TemplateProviderDetail,
|
|
155
158
|
TrialComponentMetricSummary,
|
|
156
|
-
|
|
159
|
+
TrialComponentParameterValue,
|
|
160
|
+
TrialComponentStatus,
|
|
157
161
|
TrialSource,
|
|
158
162
|
WorkerAccessConfiguration,
|
|
159
|
-
|
|
163
|
+
WorkforceVpcConfigRequest,
|
|
160
164
|
} from "./models_2";
|
|
161
165
|
import {
|
|
162
166
|
DesiredWeightAndCapacity,
|
|
@@ -172,8 +176,69 @@ import {
|
|
|
172
176
|
HyperParameterTuningJobSearchEntity,
|
|
173
177
|
MonitoringAlertSummary,
|
|
174
178
|
Parameter,
|
|
179
|
+
TrialComponentSource,
|
|
180
|
+
Workforce,
|
|
175
181
|
Workteam,
|
|
176
182
|
} from "./models_3";
|
|
183
|
+
export interface ListUltraServersByReservedCapacityRequest {
|
|
184
|
+
ReservedCapacityArn: string | undefined;
|
|
185
|
+
MaxResults?: number | undefined;
|
|
186
|
+
NextToken?: string | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface UltraServer {
|
|
189
|
+
UltraServerId: string | undefined;
|
|
190
|
+
UltraServerType: string | undefined;
|
|
191
|
+
AvailabilityZone: string | undefined;
|
|
192
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
193
|
+
TotalInstanceCount: number | undefined;
|
|
194
|
+
ConfiguredSpareInstanceCount?: number | undefined;
|
|
195
|
+
AvailableInstanceCount?: number | undefined;
|
|
196
|
+
InUseInstanceCount?: number | undefined;
|
|
197
|
+
AvailableSpareInstanceCount?: number | undefined;
|
|
198
|
+
UnhealthyInstanceCount?: number | undefined;
|
|
199
|
+
HealthStatus?: UltraServerHealthStatus | undefined;
|
|
200
|
+
}
|
|
201
|
+
export interface ListUltraServersByReservedCapacityResponse {
|
|
202
|
+
NextToken?: string | undefined;
|
|
203
|
+
UltraServers: UltraServer[] | undefined;
|
|
204
|
+
}
|
|
205
|
+
export interface ListUserProfilesRequest {
|
|
206
|
+
NextToken?: string | undefined;
|
|
207
|
+
MaxResults?: number | undefined;
|
|
208
|
+
SortOrder?: SortOrder | undefined;
|
|
209
|
+
SortBy?: UserProfileSortKey | undefined;
|
|
210
|
+
DomainIdEquals?: string | undefined;
|
|
211
|
+
UserProfileNameContains?: string | undefined;
|
|
212
|
+
}
|
|
213
|
+
export interface UserProfileDetails {
|
|
214
|
+
DomainId?: string | undefined;
|
|
215
|
+
UserProfileName?: string | undefined;
|
|
216
|
+
Status?: UserProfileStatus | undefined;
|
|
217
|
+
CreationTime?: Date | undefined;
|
|
218
|
+
LastModifiedTime?: Date | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface ListUserProfilesResponse {
|
|
221
|
+
UserProfiles?: UserProfileDetails[] | undefined;
|
|
222
|
+
NextToken?: string | undefined;
|
|
223
|
+
}
|
|
224
|
+
export interface ListWorkforcesRequest {
|
|
225
|
+
SortBy?: ListWorkforcesSortByOptions | undefined;
|
|
226
|
+
SortOrder?: SortOrder | undefined;
|
|
227
|
+
NameContains?: string | undefined;
|
|
228
|
+
NextToken?: string | undefined;
|
|
229
|
+
MaxResults?: number | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface ListWorkforcesResponse {
|
|
232
|
+
Workforces: Workforce[] | undefined;
|
|
233
|
+
NextToken?: string | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface ListWorkteamsRequest {
|
|
236
|
+
SortBy?: ListWorkteamsSortByOptions | undefined;
|
|
237
|
+
SortOrder?: SortOrder | undefined;
|
|
238
|
+
NameContains?: string | undefined;
|
|
239
|
+
NextToken?: string | undefined;
|
|
240
|
+
MaxResults?: number | undefined;
|
|
241
|
+
}
|
|
177
242
|
export interface ListWorkteamsResponse {
|
|
178
243
|
Workteams: Workteam[] | undefined;
|
|
179
244
|
NextToken?: string | undefined;
|
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
export declare var ClientSecret: StaticSimpleSchema;
|
|
10
10
|
export declare var HumanLoopActivationConditions: StaticSimpleSchema;
|
|
11
11
|
export declare var ModelCardContent: StaticSimpleSchema;
|
|
12
|
+
export declare var AcceleratorPartitionConfig: StaticStructureSchema;
|
|
12
13
|
export declare var ActionSource: StaticStructureSchema;
|
|
13
14
|
export declare var ActionSummary: StaticStructureSchema;
|
|
14
15
|
export declare var AddAssociationRequest: StaticStructureSchema;
|
|
@@ -86,6 +87,14 @@ export declare var BatchDescribeModelPackageError: StaticStructureSchema;
|
|
|
86
87
|
export declare var BatchDescribeModelPackageInput: StaticStructureSchema;
|
|
87
88
|
export declare var BatchDescribeModelPackageOutput: StaticStructureSchema;
|
|
88
89
|
export declare var BatchDescribeModelPackageSummary: StaticStructureSchema;
|
|
90
|
+
export declare var BatchRebootClusterNodeLogicalIdsError: StaticStructureSchema;
|
|
91
|
+
export declare var BatchRebootClusterNodesError: StaticStructureSchema;
|
|
92
|
+
export declare var BatchRebootClusterNodesRequest: StaticStructureSchema;
|
|
93
|
+
export declare var BatchRebootClusterNodesResponse: StaticStructureSchema;
|
|
94
|
+
export declare var BatchReplaceClusterNodeLogicalIdsError: StaticStructureSchema;
|
|
95
|
+
export declare var BatchReplaceClusterNodesError: StaticStructureSchema;
|
|
96
|
+
export declare var BatchReplaceClusterNodesRequest: StaticStructureSchema;
|
|
97
|
+
export declare var BatchReplaceClusterNodesResponse: StaticStructureSchema;
|
|
89
98
|
export declare var BatchTransformInput: StaticStructureSchema;
|
|
90
99
|
export declare var BestObjectiveNotImproving: StaticStructureSchema;
|
|
91
100
|
export declare var Bias: StaticStructureSchema;
|
|
@@ -1410,6 +1419,10 @@ export declare var AutoRollbackAlarms: StaticListSchema;
|
|
|
1410
1419
|
export declare var BatchAddClusterNodesErrorList: StaticListSchema;
|
|
1411
1420
|
export declare var BatchDeleteClusterNodeLogicalIdsErrorList: StaticListSchema;
|
|
1412
1421
|
export declare var BatchDeleteClusterNodesErrorList: StaticListSchema;
|
|
1422
|
+
export declare var BatchRebootClusterNodeLogicalIdsErrors: StaticListSchema;
|
|
1423
|
+
export declare var BatchRebootClusterNodesErrors: StaticListSchema;
|
|
1424
|
+
export declare var BatchReplaceClusterNodeLogicalIdsErrors: StaticListSchema;
|
|
1425
|
+
export declare var BatchReplaceClusterNodesErrors: StaticListSchema;
|
|
1413
1426
|
export declare var CandidateSteps: StaticListSchema;
|
|
1414
1427
|
export declare var CaptureOptionList: StaticListSchema;
|
|
1415
1428
|
export declare var CategoricalParameterRanges: StaticListSchema;
|
|
@@ -1723,6 +1736,8 @@ export declare var AttachClusterNodeVolume: StaticOperationSchema;
|
|
|
1723
1736
|
export declare var BatchAddClusterNodes: StaticOperationSchema;
|
|
1724
1737
|
export declare var BatchDeleteClusterNodes: StaticOperationSchema;
|
|
1725
1738
|
export declare var BatchDescribeModelPackage: StaticOperationSchema;
|
|
1739
|
+
export declare var BatchRebootClusterNodes: StaticOperationSchema;
|
|
1740
|
+
export declare var BatchReplaceClusterNodes: StaticOperationSchema;
|
|
1726
1741
|
export declare var CreateAction: StaticOperationSchema;
|
|
1727
1742
|
export declare var CreateAlgorithm: StaticOperationSchema;
|
|
1728
1743
|
export declare var CreateApp: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.937.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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|