@aws-sdk/client-sagemaker 3.860.0 → 3.862.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 +24 -0
- package/dist-cjs/index.js +492 -124
- package/dist-es/SageMaker.js +6 -0
- package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
- package/dist-es/commands/CreateModelCardCommand.js +1 -1
- package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
- package/dist-es/commands/ListClusterEventsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +38 -93
- package/dist-es/models/models_1.js +86 -15
- package/dist-es/models/models_2.js +14 -40
- package/dist-es/models/models_3.js +43 -40
- package/dist-es/models/models_4.js +40 -10
- package/dist-es/models/models_5.js +10 -2
- package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +281 -0
- package/dist-types/SageMaker.d.ts +21 -0
- package/dist-types/SageMakerClient.d.ts +5 -2
- package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -2
- package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +635 -539
- package/dist-types/models/models_1.d.ts +3626 -3557
- package/dist-types/models/models_2.d.ts +3079 -3394
- package/dist-types/models/models_3.d.ts +4419 -4366
- package/dist-types/models/models_4.d.ts +3813 -3877
- package/dist-types/models/models_5.d.ts +836 -5
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +51 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +186 -188
- package/dist-types/ts3.4/models/models_1.d.ts +177 -117
- package/dist-types/ts3.4/models/models_2.d.ts +123 -214
- package/dist-types/ts3.4/models/models_3.d.ts +219 -195
- package/dist-types/ts3.4/models/models_4.d.ts +225 -244
- package/dist-types/ts3.4/models/models_5.d.ts +220 -17
- package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +34 -34
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
AlgorithmSpecification,
|
|
6
6
|
AppNetworkAccessType,
|
|
7
7
|
AppSecurityGroupManagement,
|
|
8
|
+
AppSpecification,
|
|
8
9
|
BooleanOperator,
|
|
9
10
|
CfnUpdateTemplateProvider,
|
|
10
11
|
Channel,
|
|
@@ -41,8 +42,6 @@ import {
|
|
|
41
42
|
InferenceExperimentSchedule,
|
|
42
43
|
JobType,
|
|
43
44
|
MetadataProperties,
|
|
44
|
-
ModelCardStatus,
|
|
45
|
-
ModelPackageModelCard,
|
|
46
45
|
ModelVariantConfig,
|
|
47
46
|
Processor,
|
|
48
47
|
RetryStrategy,
|
|
@@ -51,6 +50,8 @@ import {
|
|
|
51
50
|
TagPropagation,
|
|
52
51
|
ThroughputMode,
|
|
53
52
|
TrackingServerSize,
|
|
53
|
+
TtlDuration,
|
|
54
|
+
UiTemplate,
|
|
54
55
|
UserSettings,
|
|
55
56
|
VendorGuidance,
|
|
56
57
|
} from "./models_1";
|
|
@@ -63,8 +64,11 @@ import {
|
|
|
63
64
|
InstanceMetadataServiceConfiguration,
|
|
64
65
|
MemberDefinition,
|
|
65
66
|
ModelArtifacts,
|
|
67
|
+
ModelCardStatus,
|
|
66
68
|
ModelLifeCycle,
|
|
69
|
+
ModelPackageModelCard,
|
|
67
70
|
MonitoringScheduleConfig,
|
|
71
|
+
NetworkConfig,
|
|
68
72
|
NotebookInstanceAcceleratorType,
|
|
69
73
|
NotebookInstanceLifecycleHook,
|
|
70
74
|
NotificationConfiguration,
|
|
@@ -73,10 +77,15 @@ import {
|
|
|
73
77
|
PartnerAppConfig,
|
|
74
78
|
PartnerAppMaintenanceConfig,
|
|
75
79
|
PipelineDefinitionS3Location,
|
|
80
|
+
ProcessingInput,
|
|
81
|
+
ProcessingOutputConfig,
|
|
82
|
+
ProcessingResources,
|
|
83
|
+
ProcessingStoppingCondition,
|
|
76
84
|
ProfilerConfig,
|
|
77
85
|
ProfilerRuleConfiguration,
|
|
78
86
|
ProvisioningParameter,
|
|
79
87
|
RootAccess,
|
|
88
|
+
ServiceCatalogProvisioningDetails,
|
|
80
89
|
SourceIpConfig,
|
|
81
90
|
SpaceSettings,
|
|
82
91
|
TensorBoardOutputConfig,
|
|
@@ -90,7 +99,9 @@ import {
|
|
|
90
99
|
import {
|
|
91
100
|
DesiredWeightAndCapacity,
|
|
92
101
|
Device,
|
|
102
|
+
Direction,
|
|
93
103
|
DomainSettingsForUpdate,
|
|
104
|
+
Edge,
|
|
94
105
|
Endpoint,
|
|
95
106
|
Experiment,
|
|
96
107
|
FeatureGroup,
|
|
@@ -101,14 +112,21 @@ import {
|
|
|
101
112
|
HubContentSupportStatus,
|
|
102
113
|
HyperParameterTuningJobSearchEntity,
|
|
103
114
|
InferenceComponentDeploymentConfig,
|
|
104
|
-
InferenceExperimentStopDesiredState,
|
|
105
115
|
MetricData,
|
|
116
|
+
ModelPackageGroupStatus,
|
|
117
|
+
PipelineExecutionStatus,
|
|
118
|
+
PipelineExperimentConfig,
|
|
119
|
+
PipelineStatus,
|
|
120
|
+
ProcessingJobStatus,
|
|
121
|
+
ProjectStatus,
|
|
106
122
|
ReservedCapacityInstanceType,
|
|
107
123
|
ResourceType,
|
|
108
124
|
SageMakerResourceName,
|
|
109
125
|
SecondaryStatus,
|
|
110
126
|
SecondaryStatusTransition,
|
|
111
127
|
SelectiveExecutionConfig,
|
|
128
|
+
ServiceCatalogProvisionedProductDetails,
|
|
129
|
+
TemplateProviderDetail,
|
|
112
130
|
TrainingJobStatus,
|
|
113
131
|
TrialComponentMetricSummary,
|
|
114
132
|
TrialComponentSource,
|
|
@@ -117,26 +135,210 @@ import {
|
|
|
117
135
|
Workteam,
|
|
118
136
|
} from "./models_3";
|
|
119
137
|
import {
|
|
138
|
+
InferenceExperimentStopDesiredState,
|
|
139
|
+
LineageType,
|
|
120
140
|
ModelCard,
|
|
121
141
|
ModelDashboardModel,
|
|
122
142
|
ModelPackage,
|
|
123
|
-
ModelPackageGroup,
|
|
124
|
-
ModelVariantAction,
|
|
125
|
-
NestedFilters,
|
|
126
|
-
OnlineStoreConfigUpdate,
|
|
127
143
|
Parameter,
|
|
128
|
-
Parent,
|
|
129
|
-
Pipeline,
|
|
130
|
-
PipelineExecution,
|
|
131
|
-
PipelineVersion,
|
|
132
|
-
ProcessingJob,
|
|
133
|
-
ProfilerConfigForUpdate,
|
|
134
|
-
Project,
|
|
135
|
-
Relation,
|
|
136
|
-
RemoteDebugConfigForUpdate,
|
|
137
|
-
ReservedCapacityOffering,
|
|
138
144
|
TransformJob,
|
|
139
145
|
} from "./models_4";
|
|
146
|
+
export interface ModelPackageGroup {
|
|
147
|
+
ModelPackageGroupName?: string | undefined;
|
|
148
|
+
ModelPackageGroupArn?: string | undefined;
|
|
149
|
+
ModelPackageGroupDescription?: string | undefined;
|
|
150
|
+
CreationTime?: Date | undefined;
|
|
151
|
+
CreatedBy?: UserContext | undefined;
|
|
152
|
+
ModelPackageGroupStatus?: ModelPackageGroupStatus | undefined;
|
|
153
|
+
Tags?: Tag[] | undefined;
|
|
154
|
+
}
|
|
155
|
+
export declare const ModelVariantAction: {
|
|
156
|
+
readonly PROMOTE: "Promote";
|
|
157
|
+
readonly REMOVE: "Remove";
|
|
158
|
+
readonly RETAIN: "Retain";
|
|
159
|
+
};
|
|
160
|
+
export type ModelVariantAction =
|
|
161
|
+
(typeof ModelVariantAction)[keyof typeof ModelVariantAction];
|
|
162
|
+
export interface NestedFilters {
|
|
163
|
+
NestedPropertyName: string | undefined;
|
|
164
|
+
Filters: Filter[] | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface OnlineStoreConfigUpdate {
|
|
167
|
+
TtlDuration?: TtlDuration | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface Parent {
|
|
170
|
+
TrialName?: string | undefined;
|
|
171
|
+
ExperimentName?: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface Pipeline {
|
|
174
|
+
PipelineArn?: string | undefined;
|
|
175
|
+
PipelineName?: string | undefined;
|
|
176
|
+
PipelineDisplayName?: string | undefined;
|
|
177
|
+
PipelineDescription?: string | undefined;
|
|
178
|
+
RoleArn?: string | undefined;
|
|
179
|
+
PipelineStatus?: PipelineStatus | undefined;
|
|
180
|
+
CreationTime?: Date | undefined;
|
|
181
|
+
LastModifiedTime?: Date | undefined;
|
|
182
|
+
LastRunTime?: Date | undefined;
|
|
183
|
+
CreatedBy?: UserContext | undefined;
|
|
184
|
+
LastModifiedBy?: UserContext | undefined;
|
|
185
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
186
|
+
Tags?: Tag[] | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface PipelineExecution {
|
|
189
|
+
PipelineArn?: string | undefined;
|
|
190
|
+
PipelineExecutionArn?: string | undefined;
|
|
191
|
+
PipelineExecutionDisplayName?: string | undefined;
|
|
192
|
+
PipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
193
|
+
PipelineExecutionDescription?: string | undefined;
|
|
194
|
+
PipelineExperimentConfig?: PipelineExperimentConfig | undefined;
|
|
195
|
+
FailureReason?: string | undefined;
|
|
196
|
+
CreationTime?: Date | undefined;
|
|
197
|
+
LastModifiedTime?: Date | undefined;
|
|
198
|
+
CreatedBy?: UserContext | undefined;
|
|
199
|
+
LastModifiedBy?: UserContext | undefined;
|
|
200
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
201
|
+
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
202
|
+
PipelineParameters?: Parameter[] | undefined;
|
|
203
|
+
PipelineVersionId?: number | undefined;
|
|
204
|
+
PipelineVersionDisplayName?: string | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface PipelineVersion {
|
|
207
|
+
PipelineArn?: string | undefined;
|
|
208
|
+
PipelineVersionId?: number | undefined;
|
|
209
|
+
PipelineVersionDisplayName?: string | undefined;
|
|
210
|
+
PipelineVersionDescription?: string | undefined;
|
|
211
|
+
CreationTime?: Date | undefined;
|
|
212
|
+
LastModifiedTime?: Date | undefined;
|
|
213
|
+
CreatedBy?: UserContext | undefined;
|
|
214
|
+
LastModifiedBy?: UserContext | undefined;
|
|
215
|
+
LastExecutedPipelineExecutionArn?: string | undefined;
|
|
216
|
+
LastExecutedPipelineExecutionDisplayName?: string | undefined;
|
|
217
|
+
LastExecutedPipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface ProcessingJob {
|
|
220
|
+
ProcessingInputs?: ProcessingInput[] | undefined;
|
|
221
|
+
ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
|
|
222
|
+
ProcessingJobName?: string | undefined;
|
|
223
|
+
ProcessingResources?: ProcessingResources | undefined;
|
|
224
|
+
StoppingCondition?: ProcessingStoppingCondition | undefined;
|
|
225
|
+
AppSpecification?: AppSpecification | undefined;
|
|
226
|
+
Environment?: Record<string, string> | undefined;
|
|
227
|
+
NetworkConfig?: NetworkConfig | undefined;
|
|
228
|
+
RoleArn?: string | undefined;
|
|
229
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
230
|
+
ProcessingJobArn?: string | undefined;
|
|
231
|
+
ProcessingJobStatus?: ProcessingJobStatus | undefined;
|
|
232
|
+
ExitMessage?: string | undefined;
|
|
233
|
+
FailureReason?: string | undefined;
|
|
234
|
+
ProcessingEndTime?: Date | undefined;
|
|
235
|
+
ProcessingStartTime?: Date | undefined;
|
|
236
|
+
LastModifiedTime?: Date | undefined;
|
|
237
|
+
CreationTime?: Date | undefined;
|
|
238
|
+
MonitoringScheduleArn?: string | undefined;
|
|
239
|
+
AutoMLJobArn?: string | undefined;
|
|
240
|
+
TrainingJobArn?: string | undefined;
|
|
241
|
+
Tags?: Tag[] | undefined;
|
|
242
|
+
}
|
|
243
|
+
export interface ProfilerConfigForUpdate {
|
|
244
|
+
S3OutputPath?: string | undefined;
|
|
245
|
+
ProfilingIntervalInMilliseconds?: number | undefined;
|
|
246
|
+
ProfilingParameters?: Record<string, string> | undefined;
|
|
247
|
+
DisableProfiler?: boolean | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface Project {
|
|
250
|
+
ProjectArn?: string | undefined;
|
|
251
|
+
ProjectName?: string | undefined;
|
|
252
|
+
ProjectId?: string | undefined;
|
|
253
|
+
ProjectDescription?: string | undefined;
|
|
254
|
+
ServiceCatalogProvisioningDetails?:
|
|
255
|
+
| ServiceCatalogProvisioningDetails
|
|
256
|
+
| undefined;
|
|
257
|
+
ServiceCatalogProvisionedProductDetails?:
|
|
258
|
+
| ServiceCatalogProvisionedProductDetails
|
|
259
|
+
| undefined;
|
|
260
|
+
ProjectStatus?: ProjectStatus | undefined;
|
|
261
|
+
CreatedBy?: UserContext | undefined;
|
|
262
|
+
CreationTime?: Date | undefined;
|
|
263
|
+
TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
|
|
264
|
+
Tags?: Tag[] | undefined;
|
|
265
|
+
LastModifiedTime?: Date | undefined;
|
|
266
|
+
LastModifiedBy?: UserContext | undefined;
|
|
267
|
+
}
|
|
268
|
+
export interface PutModelPackageGroupPolicyInput {
|
|
269
|
+
ModelPackageGroupName: string | undefined;
|
|
270
|
+
ResourcePolicy: string | undefined;
|
|
271
|
+
}
|
|
272
|
+
export interface PutModelPackageGroupPolicyOutput {
|
|
273
|
+
ModelPackageGroupArn: string | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface QueryFilters {
|
|
276
|
+
Types?: string[] | undefined;
|
|
277
|
+
LineageTypes?: LineageType[] | undefined;
|
|
278
|
+
CreatedBefore?: Date | undefined;
|
|
279
|
+
CreatedAfter?: Date | undefined;
|
|
280
|
+
ModifiedBefore?: Date | undefined;
|
|
281
|
+
ModifiedAfter?: Date | undefined;
|
|
282
|
+
Properties?: Record<string, string> | undefined;
|
|
283
|
+
}
|
|
284
|
+
export interface QueryLineageRequest {
|
|
285
|
+
StartArns?: string[] | undefined;
|
|
286
|
+
Direction?: Direction | undefined;
|
|
287
|
+
IncludeEdges?: boolean | undefined;
|
|
288
|
+
Filters?: QueryFilters | undefined;
|
|
289
|
+
MaxDepth?: number | undefined;
|
|
290
|
+
MaxResults?: number | undefined;
|
|
291
|
+
NextToken?: string | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface Vertex {
|
|
294
|
+
Arn?: string | undefined;
|
|
295
|
+
Type?: string | undefined;
|
|
296
|
+
LineageType?: LineageType | undefined;
|
|
297
|
+
}
|
|
298
|
+
export interface QueryLineageResponse {
|
|
299
|
+
Vertices?: Vertex[] | undefined;
|
|
300
|
+
Edges?: Edge[] | undefined;
|
|
301
|
+
NextToken?: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface RegisterDevicesRequest {
|
|
304
|
+
DeviceFleetName: string | undefined;
|
|
305
|
+
Devices: Device[] | undefined;
|
|
306
|
+
Tags?: Tag[] | undefined;
|
|
307
|
+
}
|
|
308
|
+
export declare const Relation: {
|
|
309
|
+
readonly EQUAL_TO: "EqualTo";
|
|
310
|
+
readonly GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo";
|
|
311
|
+
};
|
|
312
|
+
export type Relation = (typeof Relation)[keyof typeof Relation];
|
|
313
|
+
export interface RemoteDebugConfigForUpdate {
|
|
314
|
+
EnableRemoteDebug?: boolean | undefined;
|
|
315
|
+
}
|
|
316
|
+
export interface RenderableTask {
|
|
317
|
+
Input: string | undefined;
|
|
318
|
+
}
|
|
319
|
+
export interface RenderingError {
|
|
320
|
+
Code: string | undefined;
|
|
321
|
+
Message: string | undefined;
|
|
322
|
+
}
|
|
323
|
+
export interface RenderUiTemplateRequest {
|
|
324
|
+
UiTemplate?: UiTemplate | undefined;
|
|
325
|
+
Task: RenderableTask | undefined;
|
|
326
|
+
RoleArn: string | undefined;
|
|
327
|
+
HumanTaskUiArn?: string | undefined;
|
|
328
|
+
}
|
|
329
|
+
export interface RenderUiTemplateResponse {
|
|
330
|
+
RenderedContent: string | undefined;
|
|
331
|
+
Errors: RenderingError[] | undefined;
|
|
332
|
+
}
|
|
333
|
+
export interface ReservedCapacityOffering {
|
|
334
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
335
|
+
InstanceCount: number | undefined;
|
|
336
|
+
AvailabilityZone?: string | undefined;
|
|
337
|
+
DurationHours?: number | undefined;
|
|
338
|
+
DurationMinutes?: number | undefined;
|
|
339
|
+
StartTime?: Date | undefined;
|
|
340
|
+
EndTime?: Date | undefined;
|
|
341
|
+
}
|
|
140
342
|
export interface ResourceConfigForUpdate {
|
|
141
343
|
KeepAlivePeriodInSeconds: number | undefined;
|
|
142
344
|
}
|
|
@@ -478,6 +680,7 @@ export interface UpdateClusterSoftwareRequest {
|
|
|
478
680
|
| UpdateClusterSoftwareInstanceGroupSpecification[]
|
|
479
681
|
| undefined;
|
|
480
682
|
DeploymentConfig?: DeploymentConfiguration | undefined;
|
|
683
|
+
ImageId?: string | undefined;
|
|
481
684
|
}
|
|
482
685
|
export interface UpdateClusterSoftwareResponse {
|
|
483
686
|
ClusterArn: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListClusterEventsCommandInput,
|
|
4
|
+
ListClusterEventsCommandOutput,
|
|
5
|
+
} from "../commands/ListClusterEventsCommand";
|
|
6
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListClusterEvents: (
|
|
8
|
+
config: SageMakerPaginationConfiguration,
|
|
9
|
+
input: ListClusterEventsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListClusterEventsCommandOutput>;
|
|
@@ -9,6 +9,7 @@ export * from "./ListArtifactsPaginator";
|
|
|
9
9
|
export * from "./ListAssociationsPaginator";
|
|
10
10
|
export * from "./ListAutoMLJobsPaginator";
|
|
11
11
|
export * from "./ListCandidatesForAutoMLJobPaginator";
|
|
12
|
+
export * from "./ListClusterEventsPaginator";
|
|
12
13
|
export * from "./ListClusterNodesPaginator";
|
|
13
14
|
export * from "./ListClusterSchedulerConfigsPaginator";
|
|
14
15
|
export * from "./ListClustersPaginator";
|
|
@@ -19,6 +19,10 @@ import {
|
|
|
19
19
|
AttachClusterNodeVolumeCommandInput,
|
|
20
20
|
AttachClusterNodeVolumeCommandOutput,
|
|
21
21
|
} from "../commands/AttachClusterNodeVolumeCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchAddClusterNodesCommandInput,
|
|
24
|
+
BatchAddClusterNodesCommandOutput,
|
|
25
|
+
} from "../commands/BatchAddClusterNodesCommand";
|
|
22
26
|
import {
|
|
23
27
|
BatchDeleteClusterNodesCommandInput,
|
|
24
28
|
BatchDeleteClusterNodesCommandOutput,
|
|
@@ -547,6 +551,10 @@ import {
|
|
|
547
551
|
DescribeClusterCommandInput,
|
|
548
552
|
DescribeClusterCommandOutput,
|
|
549
553
|
} from "../commands/DescribeClusterCommand";
|
|
554
|
+
import {
|
|
555
|
+
DescribeClusterEventCommandInput,
|
|
556
|
+
DescribeClusterEventCommandOutput,
|
|
557
|
+
} from "../commands/DescribeClusterEventCommand";
|
|
550
558
|
import {
|
|
551
559
|
DescribeClusterNodeCommandInput,
|
|
552
560
|
DescribeClusterNodeCommandOutput,
|
|
@@ -863,6 +871,10 @@ import {
|
|
|
863
871
|
ListCandidatesForAutoMLJobCommandInput,
|
|
864
872
|
ListCandidatesForAutoMLJobCommandOutput,
|
|
865
873
|
} from "../commands/ListCandidatesForAutoMLJobCommand";
|
|
874
|
+
import {
|
|
875
|
+
ListClusterEventsCommandInput,
|
|
876
|
+
ListClusterEventsCommandOutput,
|
|
877
|
+
} from "../commands/ListClusterEventsCommand";
|
|
866
878
|
import {
|
|
867
879
|
ListClusterNodesCommandInput,
|
|
868
880
|
ListClusterNodesCommandOutput,
|
|
@@ -1475,6 +1487,10 @@ export declare const se_AttachClusterNodeVolumeCommand: (
|
|
|
1475
1487
|
input: AttachClusterNodeVolumeCommandInput,
|
|
1476
1488
|
context: __SerdeContext
|
|
1477
1489
|
) => Promise<__HttpRequest>;
|
|
1490
|
+
export declare const se_BatchAddClusterNodesCommand: (
|
|
1491
|
+
input: BatchAddClusterNodesCommandInput,
|
|
1492
|
+
context: __SerdeContext
|
|
1493
|
+
) => Promise<__HttpRequest>;
|
|
1478
1494
|
export declare const se_BatchDeleteClusterNodesCommand: (
|
|
1479
1495
|
input: BatchDeleteClusterNodesCommandInput,
|
|
1480
1496
|
context: __SerdeContext
|
|
@@ -2003,6 +2019,10 @@ export declare const se_DescribeClusterCommand: (
|
|
|
2003
2019
|
input: DescribeClusterCommandInput,
|
|
2004
2020
|
context: __SerdeContext
|
|
2005
2021
|
) => Promise<__HttpRequest>;
|
|
2022
|
+
export declare const se_DescribeClusterEventCommand: (
|
|
2023
|
+
input: DescribeClusterEventCommandInput,
|
|
2024
|
+
context: __SerdeContext
|
|
2025
|
+
) => Promise<__HttpRequest>;
|
|
2006
2026
|
export declare const se_DescribeClusterNodeCommand: (
|
|
2007
2027
|
input: DescribeClusterNodeCommandInput,
|
|
2008
2028
|
context: __SerdeContext
|
|
@@ -2319,6 +2339,10 @@ export declare const se_ListCandidatesForAutoMLJobCommand: (
|
|
|
2319
2339
|
input: ListCandidatesForAutoMLJobCommandInput,
|
|
2320
2340
|
context: __SerdeContext
|
|
2321
2341
|
) => Promise<__HttpRequest>;
|
|
2342
|
+
export declare const se_ListClusterEventsCommand: (
|
|
2343
|
+
input: ListClusterEventsCommandInput,
|
|
2344
|
+
context: __SerdeContext
|
|
2345
|
+
) => Promise<__HttpRequest>;
|
|
2322
2346
|
export declare const se_ListClusterNodesCommand: (
|
|
2323
2347
|
input: ListClusterNodesCommandInput,
|
|
2324
2348
|
context: __SerdeContext
|
|
@@ -2931,6 +2955,10 @@ export declare const de_AttachClusterNodeVolumeCommand: (
|
|
|
2931
2955
|
output: __HttpResponse,
|
|
2932
2956
|
context: __SerdeContext
|
|
2933
2957
|
) => Promise<AttachClusterNodeVolumeCommandOutput>;
|
|
2958
|
+
export declare const de_BatchAddClusterNodesCommand: (
|
|
2959
|
+
output: __HttpResponse,
|
|
2960
|
+
context: __SerdeContext
|
|
2961
|
+
) => Promise<BatchAddClusterNodesCommandOutput>;
|
|
2934
2962
|
export declare const de_BatchDeleteClusterNodesCommand: (
|
|
2935
2963
|
output: __HttpResponse,
|
|
2936
2964
|
context: __SerdeContext
|
|
@@ -3459,6 +3487,10 @@ export declare const de_DescribeClusterCommand: (
|
|
|
3459
3487
|
output: __HttpResponse,
|
|
3460
3488
|
context: __SerdeContext
|
|
3461
3489
|
) => Promise<DescribeClusterCommandOutput>;
|
|
3490
|
+
export declare const de_DescribeClusterEventCommand: (
|
|
3491
|
+
output: __HttpResponse,
|
|
3492
|
+
context: __SerdeContext
|
|
3493
|
+
) => Promise<DescribeClusterEventCommandOutput>;
|
|
3462
3494
|
export declare const de_DescribeClusterNodeCommand: (
|
|
3463
3495
|
output: __HttpResponse,
|
|
3464
3496
|
context: __SerdeContext
|
|
@@ -3775,6 +3807,10 @@ export declare const de_ListCandidatesForAutoMLJobCommand: (
|
|
|
3775
3807
|
output: __HttpResponse,
|
|
3776
3808
|
context: __SerdeContext
|
|
3777
3809
|
) => Promise<ListCandidatesForAutoMLJobCommandOutput>;
|
|
3810
|
+
export declare const de_ListClusterEventsCommand: (
|
|
3811
|
+
output: __HttpResponse,
|
|
3812
|
+
context: __SerdeContext
|
|
3813
|
+
) => Promise<ListClusterEventsCommandOutput>;
|
|
3778
3814
|
export declare const de_ListClusterNodesCommand: (
|
|
3779
3815
|
output: __HttpResponse,
|
|
3780
3816
|
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.
|
|
4
|
+
"version": "3.862.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,43 +20,43 @@
|
|
|
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.
|
|
34
|
-
"@smithy/config-resolver": "^4.1.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.1.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.1.
|
|
45
|
-
"@smithy/node-http-handler": "^4.1.
|
|
46
|
-
"@smithy/protocol-http": "^5.1.
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
48
|
-
"@smithy/types": "^4.3.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.862.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.862.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.862.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.862.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.862.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.862.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.862.0",
|
|
30
|
+
"@aws-sdk/types": "3.862.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.862.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.862.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.862.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.5",
|
|
35
|
+
"@smithy/core": "^3.8.0",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.1.1",
|
|
37
|
+
"@smithy/hash-node": "^4.0.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.18",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.19",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.9",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.1.4",
|
|
45
|
+
"@smithy/node-http-handler": "^4.1.1",
|
|
46
|
+
"@smithy/protocol-http": "^5.1.3",
|
|
47
|
+
"@smithy/smithy-client": "^4.4.10",
|
|
48
|
+
"@smithy/types": "^4.3.2",
|
|
49
|
+
"@smithy/url-parser": "^4.0.5",
|
|
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.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.26",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.26",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.7",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.5",
|
|
57
|
+
"@smithy/util-retry": "^4.0.7",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
|
-
"@smithy/util-waiter": "^4.0.
|
|
59
|
+
"@smithy/util-waiter": "^4.0.7",
|
|
60
60
|
"@types/uuid": "^9.0.1",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|