@aws-sdk/client-sagemaker 3.1054.0 → 3.1056.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/dist-cjs/index.js +6 -0
- package/dist-cjs/schemas/schemas_0.js +80 -49
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +44 -13
- package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +14 -0
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +1 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +1 -2
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +9 -0
- package/dist-types/commands/UpdateTrialCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -2
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +65 -100
- package/dist-types/models/models_1.d.ts +106 -174
- package/dist-types/models/models_2.d.ts +180 -102
- package/dist-types/models/models_3.d.ts +108 -160
- package/dist-types/models/models_4.d.ts +165 -104
- package/dist-types/models/models_5.d.ts +102 -1
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelCardExportJobsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +17 -26
- package/dist-types/ts3.4/models/models_1.d.ts +30 -76
- package/dist-types/ts3.4/models/models_2.d.ts +85 -28
- package/dist-types/ts3.4/models/models_3.d.ts +35 -43
- package/dist-types/ts3.4/models/models_4.d.ts +43 -26
- package/dist-types/ts3.4/models/models_5.d.ts +28 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +7 -7
|
@@ -69,8 +69,6 @@ import {
|
|
|
69
69
|
ManagedStorageType,
|
|
70
70
|
MlflowAppStatus,
|
|
71
71
|
ModelApprovalStatus,
|
|
72
|
-
ModelCardExportJobSortBy,
|
|
73
|
-
ModelCardExportJobSortOrder,
|
|
74
72
|
ModelCardExportJobStatus,
|
|
75
73
|
ModelCardProcessingStatus,
|
|
76
74
|
ModelCardStatus,
|
|
@@ -169,7 +167,6 @@ import {
|
|
|
169
167
|
CodeRepositorySummary,
|
|
170
168
|
CognitoConfig,
|
|
171
169
|
CompilationJobSummary,
|
|
172
|
-
ComputeQuotaSummary,
|
|
173
170
|
InferenceSpecification,
|
|
174
171
|
OutputDataConfig,
|
|
175
172
|
OutputParameter,
|
|
@@ -184,6 +181,7 @@ import {
|
|
|
184
181
|
VpcConfig,
|
|
185
182
|
} from "./models_0";
|
|
186
183
|
import {
|
|
184
|
+
ComputeQuotaSummary,
|
|
187
185
|
ContainerDefinition,
|
|
188
186
|
ContextSummary,
|
|
189
187
|
DockerSettings,
|
|
@@ -195,6 +193,9 @@ import {
|
|
|
195
193
|
HyperParameterTrainingJobDefinition,
|
|
196
194
|
HyperParameterTuningJobConfig,
|
|
197
195
|
HyperParameterTuningJobWarmStartConfig,
|
|
196
|
+
InferenceComponentComputeResourceRequirements,
|
|
197
|
+
InferenceComponentSchedulingConfig,
|
|
198
|
+
InferenceComponentStartupParameters,
|
|
198
199
|
InferenceExecutionConfig,
|
|
199
200
|
InferenceExperimentDataStorageConfig,
|
|
200
201
|
InferenceExperimentSchedule,
|
|
@@ -231,10 +232,7 @@ import {
|
|
|
231
232
|
NotebookInstanceLifecycleHook,
|
|
232
233
|
OfflineStoreConfig,
|
|
233
234
|
OnlineStoreConfig,
|
|
234
|
-
OptimizationConfig,
|
|
235
235
|
OptimizationJobModelSource,
|
|
236
|
-
OptimizationJobOutputConfig,
|
|
237
|
-
OptimizationVpcConfig,
|
|
238
236
|
ProductionVariantServerlessConfig,
|
|
239
237
|
RecommendationJobInputConfig,
|
|
240
238
|
RecommendationJobStoppingConditions,
|
|
@@ -253,6 +251,7 @@ import {
|
|
|
253
251
|
DebugHookConfig,
|
|
254
252
|
DebugRuleConfiguration,
|
|
255
253
|
DebugRuleEvaluationStatus,
|
|
254
|
+
DeployedImage,
|
|
256
255
|
DeploymentRecommendation,
|
|
257
256
|
ExperimentConfig,
|
|
258
257
|
ExperimentSource,
|
|
@@ -261,8 +260,7 @@ import {
|
|
|
261
260
|
HyperParameterTuningJobCompletionDetails,
|
|
262
261
|
HyperParameterTuningJobConsumedResources,
|
|
263
262
|
InferenceComponentDeploymentConfig,
|
|
264
|
-
|
|
265
|
-
InferenceComponentSpecificationSummary,
|
|
263
|
+
InferenceComponentPlacementStatus,
|
|
266
264
|
InfraCheckConfig,
|
|
267
265
|
LastUpdateStatus,
|
|
268
266
|
MemberDefinition,
|
|
@@ -273,6 +271,9 @@ import {
|
|
|
273
271
|
NotificationConfiguration,
|
|
274
272
|
ObjectiveStatusCounters,
|
|
275
273
|
OfflineStoreStatus,
|
|
274
|
+
OptimizationConfig,
|
|
275
|
+
OptimizationJobOutputConfig,
|
|
276
|
+
OptimizationVpcConfig,
|
|
276
277
|
OwnershipSettings,
|
|
277
278
|
ParallelismConfiguration,
|
|
278
279
|
PartnerAppConfig,
|
|
@@ -297,6 +298,31 @@ import {
|
|
|
297
298
|
TrialComponentStatus,
|
|
298
299
|
WorkerAccessConfiguration,
|
|
299
300
|
} from "./models_2";
|
|
301
|
+
export interface InferenceComponentRuntimeConfigSummary {
|
|
302
|
+
DesiredCopyCount?: number | undefined;
|
|
303
|
+
CurrentCopyCount?: number | undefined;
|
|
304
|
+
PlacementStatus?: InferenceComponentPlacementStatus[] | undefined;
|
|
305
|
+
}
|
|
306
|
+
export interface InferenceComponentContainerSpecificationSummary {
|
|
307
|
+
DeployedImage?: DeployedImage | undefined;
|
|
308
|
+
ArtifactUrl?: string | undefined;
|
|
309
|
+
Environment?: Record<string, string> | undefined;
|
|
310
|
+
}
|
|
311
|
+
export interface InferenceComponentDataCacheConfigSummary {
|
|
312
|
+
EnableCaching: boolean | undefined;
|
|
313
|
+
}
|
|
314
|
+
export interface InferenceComponentSpecificationSummary {
|
|
315
|
+
InstanceType?: ProductionVariantInstanceType | undefined;
|
|
316
|
+
ModelName?: string | undefined;
|
|
317
|
+
Container?: InferenceComponentContainerSpecificationSummary | undefined;
|
|
318
|
+
StartupParameters?: InferenceComponentStartupParameters | undefined;
|
|
319
|
+
ComputeResourceRequirements?:
|
|
320
|
+
| InferenceComponentComputeResourceRequirements
|
|
321
|
+
| undefined;
|
|
322
|
+
BaseInferenceComponentName?: string | undefined;
|
|
323
|
+
DataCacheConfig?: InferenceComponentDataCacheConfigSummary | undefined;
|
|
324
|
+
SchedulingConfig?: InferenceComponentSchedulingConfig | undefined;
|
|
325
|
+
}
|
|
300
326
|
export interface DescribeInferenceComponentOutput {
|
|
301
327
|
InferenceComponentName: string | undefined;
|
|
302
328
|
InferenceComponentArn: string | undefined;
|
|
@@ -1066,6 +1092,7 @@ export interface ReservedCapacitySummary {
|
|
|
1066
1092
|
TotalInstanceCount: number | undefined;
|
|
1067
1093
|
Status: ReservedCapacityStatus | undefined;
|
|
1068
1094
|
AvailabilityZone?: string | undefined;
|
|
1095
|
+
AvailabilityZoneId?: string | undefined;
|
|
1069
1096
|
DurationHours?: number | undefined;
|
|
1070
1097
|
DurationMinutes?: number | undefined;
|
|
1071
1098
|
StartTime?: Date | undefined;
|
|
@@ -2567,38 +2594,3 @@ export interface ListMlflowTrackingServersResponse {
|
|
|
2567
2594
|
TrackingServerSummaries?: TrackingServerSummary[] | undefined;
|
|
2568
2595
|
NextToken?: string | undefined;
|
|
2569
2596
|
}
|
|
2570
|
-
export interface ListModelBiasJobDefinitionsRequest {
|
|
2571
|
-
EndpointName?: string | undefined;
|
|
2572
|
-
SortBy?: MonitoringJobDefinitionSortKey | undefined;
|
|
2573
|
-
SortOrder?: SortOrder | undefined;
|
|
2574
|
-
NextToken?: string | undefined;
|
|
2575
|
-
MaxResults?: number | undefined;
|
|
2576
|
-
NameContains?: string | undefined;
|
|
2577
|
-
CreationTimeBefore?: Date | undefined;
|
|
2578
|
-
CreationTimeAfter?: Date | undefined;
|
|
2579
|
-
}
|
|
2580
|
-
export interface ListModelBiasJobDefinitionsResponse {
|
|
2581
|
-
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
2582
|
-
NextToken?: string | undefined;
|
|
2583
|
-
}
|
|
2584
|
-
export interface ListModelCardExportJobsRequest {
|
|
2585
|
-
ModelCardName: string | undefined;
|
|
2586
|
-
ModelCardVersion?: number | undefined;
|
|
2587
|
-
CreationTimeAfter?: Date | undefined;
|
|
2588
|
-
CreationTimeBefore?: Date | undefined;
|
|
2589
|
-
ModelCardExportJobNameContains?: string | undefined;
|
|
2590
|
-
StatusEquals?: ModelCardExportJobStatus | undefined;
|
|
2591
|
-
SortBy?: ModelCardExportJobSortBy | undefined;
|
|
2592
|
-
SortOrder?: ModelCardExportJobSortOrder | undefined;
|
|
2593
|
-
NextToken?: string | undefined;
|
|
2594
|
-
MaxResults?: number | undefined;
|
|
2595
|
-
}
|
|
2596
|
-
export interface ModelCardExportJobSummary {
|
|
2597
|
-
ModelCardExportJobName: string | undefined;
|
|
2598
|
-
ModelCardExportJobArn: string | undefined;
|
|
2599
|
-
Status: ModelCardExportJobStatus | undefined;
|
|
2600
|
-
ModelCardName: string | undefined;
|
|
2601
|
-
ModelCardVersion: number | undefined;
|
|
2602
|
-
CreatedAt: Date | undefined;
|
|
2603
|
-
LastModifiedAt: Date | undefined;
|
|
2604
|
-
}
|
|
@@ -25,6 +25,9 @@ import {
|
|
|
25
25
|
ListWorkforcesSortByOptions,
|
|
26
26
|
ListWorkteamsSortByOptions,
|
|
27
27
|
ModelApprovalStatus,
|
|
28
|
+
ModelCardExportJobSortBy,
|
|
29
|
+
ModelCardExportJobSortOrder,
|
|
30
|
+
ModelCardExportJobStatus,
|
|
28
31
|
ModelCardSortBy,
|
|
29
32
|
ModelCardSortOrder,
|
|
30
33
|
ModelCardStatus,
|
|
@@ -122,12 +125,12 @@ import {
|
|
|
122
125
|
ClusterAutoScalingConfig,
|
|
123
126
|
ClusterInstanceGroupSpecification,
|
|
124
127
|
ClusterOrchestrator,
|
|
128
|
+
ClusterRestrictedInstanceGroupsConfig,
|
|
125
129
|
ClusterRestrictedInstanceGroupSpecification,
|
|
126
130
|
ClusterTieredStorageConfig,
|
|
127
131
|
CodeEditorAppImageConfig,
|
|
128
132
|
ComputeQuotaConfig,
|
|
129
133
|
ComputeQuotaTarget,
|
|
130
|
-
ConditionStepMetadata,
|
|
131
134
|
DeploymentConfiguration,
|
|
132
135
|
InferenceSpecification,
|
|
133
136
|
JupyterLabAppImageConfig,
|
|
@@ -144,6 +147,7 @@ import {
|
|
|
144
147
|
VpcConfig,
|
|
145
148
|
} from "./models_0";
|
|
146
149
|
import {
|
|
150
|
+
ConditionStepMetadata,
|
|
147
151
|
ContainerDefinition,
|
|
148
152
|
DefaultSpaceSettings,
|
|
149
153
|
DeploymentConfig,
|
|
@@ -230,7 +234,6 @@ import {
|
|
|
230
234
|
LambdaStepMetadata,
|
|
231
235
|
LineageMetadata,
|
|
232
236
|
MetricData,
|
|
233
|
-
ModelCardExportJobSummary,
|
|
234
237
|
ModelPackageStatusDetails,
|
|
235
238
|
MonitoringExecutionSummary,
|
|
236
239
|
MonitoringJobDefinitionSummary,
|
|
@@ -248,6 +251,41 @@ import {
|
|
|
248
251
|
Workforce,
|
|
249
252
|
Workteam,
|
|
250
253
|
} from "./models_3";
|
|
254
|
+
export interface ListModelBiasJobDefinitionsRequest {
|
|
255
|
+
EndpointName?: string | undefined;
|
|
256
|
+
SortBy?: MonitoringJobDefinitionSortKey | undefined;
|
|
257
|
+
SortOrder?: SortOrder | undefined;
|
|
258
|
+
NextToken?: string | undefined;
|
|
259
|
+
MaxResults?: number | undefined;
|
|
260
|
+
NameContains?: string | undefined;
|
|
261
|
+
CreationTimeBefore?: Date | undefined;
|
|
262
|
+
CreationTimeAfter?: Date | undefined;
|
|
263
|
+
}
|
|
264
|
+
export interface ListModelBiasJobDefinitionsResponse {
|
|
265
|
+
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
266
|
+
NextToken?: string | undefined;
|
|
267
|
+
}
|
|
268
|
+
export interface ListModelCardExportJobsRequest {
|
|
269
|
+
ModelCardName: string | undefined;
|
|
270
|
+
ModelCardVersion?: number | undefined;
|
|
271
|
+
CreationTimeAfter?: Date | undefined;
|
|
272
|
+
CreationTimeBefore?: Date | undefined;
|
|
273
|
+
ModelCardExportJobNameContains?: string | undefined;
|
|
274
|
+
StatusEquals?: ModelCardExportJobStatus | undefined;
|
|
275
|
+
SortBy?: ModelCardExportJobSortBy | undefined;
|
|
276
|
+
SortOrder?: ModelCardExportJobSortOrder | undefined;
|
|
277
|
+
NextToken?: string | undefined;
|
|
278
|
+
MaxResults?: number | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface ModelCardExportJobSummary {
|
|
281
|
+
ModelCardExportJobName: string | undefined;
|
|
282
|
+
ModelCardExportJobArn: string | undefined;
|
|
283
|
+
Status: ModelCardExportJobStatus | undefined;
|
|
284
|
+
ModelCardName: string | undefined;
|
|
285
|
+
ModelCardVersion: number | undefined;
|
|
286
|
+
CreatedAt: Date | undefined;
|
|
287
|
+
LastModifiedAt: Date | undefined;
|
|
288
|
+
}
|
|
251
289
|
export interface ListModelCardExportJobsResponse {
|
|
252
290
|
ModelCardExportJobSummaries: ModelCardExportJobSummary[] | undefined;
|
|
253
291
|
NextToken?: string | undefined;
|
|
@@ -1802,6 +1840,9 @@ export interface UpdateClusterRequest {
|
|
|
1802
1840
|
RestrictedInstanceGroups?:
|
|
1803
1841
|
| ClusterRestrictedInstanceGroupSpecification[]
|
|
1804
1842
|
| undefined;
|
|
1843
|
+
RestrictedInstanceGroupsConfig?:
|
|
1844
|
+
| ClusterRestrictedInstanceGroupsConfig
|
|
1845
|
+
| undefined;
|
|
1805
1846
|
TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
|
|
1806
1847
|
NodeRecovery?: ClusterNodeRecovery | undefined;
|
|
1807
1848
|
InstanceGroupsToDelete?: string[] | undefined;
|
|
@@ -2213,27 +2254,3 @@ export interface UpdateTrialRequest {
|
|
|
2213
2254
|
TrialName: string | undefined;
|
|
2214
2255
|
DisplayName?: string | undefined;
|
|
2215
2256
|
}
|
|
2216
|
-
export interface UpdateTrialResponse {
|
|
2217
|
-
TrialArn?: string | undefined;
|
|
2218
|
-
}
|
|
2219
|
-
export interface UpdateTrialComponentRequest {
|
|
2220
|
-
TrialComponentName: string | undefined;
|
|
2221
|
-
DisplayName?: string | undefined;
|
|
2222
|
-
Status?: TrialComponentStatus | undefined;
|
|
2223
|
-
StartTime?: Date | undefined;
|
|
2224
|
-
EndTime?: Date | undefined;
|
|
2225
|
-
Parameters?: Record<string, TrialComponentParameterValue> | undefined;
|
|
2226
|
-
ParametersToRemove?: string[] | undefined;
|
|
2227
|
-
InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
2228
|
-
InputArtifactsToRemove?: string[] | undefined;
|
|
2229
|
-
OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
2230
|
-
OutputArtifactsToRemove?: string[] | undefined;
|
|
2231
|
-
}
|
|
2232
|
-
export interface UpdateTrialComponentResponse {
|
|
2233
|
-
TrialComponentArn?: string | undefined;
|
|
2234
|
-
}
|
|
2235
|
-
export interface UpdateUserProfileRequest {
|
|
2236
|
-
DomainId: string | undefined;
|
|
2237
|
-
UserProfileName: string | undefined;
|
|
2238
|
-
UserSettings?: UserSettings | undefined;
|
|
2239
|
-
}
|
|
@@ -5,16 +5,44 @@ import {
|
|
|
5
5
|
SearchSortOrder,
|
|
6
6
|
WorkforceIpAddressType,
|
|
7
7
|
} from "./enums";
|
|
8
|
+
import { UserSettings } from "./models_1";
|
|
8
9
|
import {
|
|
9
10
|
MemberDefinition,
|
|
10
11
|
NotificationConfiguration,
|
|
11
12
|
OidcConfig,
|
|
12
13
|
SourceIpConfig,
|
|
14
|
+
TrialComponentArtifact,
|
|
15
|
+
TrialComponentParameterValue,
|
|
16
|
+
TrialComponentStatus,
|
|
13
17
|
WorkerAccessConfiguration,
|
|
14
18
|
WorkforceVpcConfigRequest,
|
|
15
19
|
} from "./models_2";
|
|
16
20
|
import { Filter, Workforce, Workteam } from "./models_3";
|
|
17
21
|
import { NestedFilters, VisibilityConditions } from "./models_4";
|
|
22
|
+
export interface UpdateTrialResponse {
|
|
23
|
+
TrialArn?: string | undefined;
|
|
24
|
+
}
|
|
25
|
+
export interface UpdateTrialComponentRequest {
|
|
26
|
+
TrialComponentName: string | undefined;
|
|
27
|
+
DisplayName?: string | undefined;
|
|
28
|
+
Status?: TrialComponentStatus | undefined;
|
|
29
|
+
StartTime?: Date | undefined;
|
|
30
|
+
EndTime?: Date | undefined;
|
|
31
|
+
Parameters?: Record<string, TrialComponentParameterValue> | undefined;
|
|
32
|
+
ParametersToRemove?: string[] | undefined;
|
|
33
|
+
InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
34
|
+
InputArtifactsToRemove?: string[] | undefined;
|
|
35
|
+
OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
36
|
+
OutputArtifactsToRemove?: string[] | undefined;
|
|
37
|
+
}
|
|
38
|
+
export interface UpdateTrialComponentResponse {
|
|
39
|
+
TrialComponentArn?: string | undefined;
|
|
40
|
+
}
|
|
41
|
+
export interface UpdateUserProfileRequest {
|
|
42
|
+
DomainId: string | undefined;
|
|
43
|
+
UserProfileName: string | undefined;
|
|
44
|
+
UserSettings?: UserSettings | undefined;
|
|
45
|
+
}
|
|
18
46
|
export interface UpdateUserProfileResponse {
|
|
19
47
|
UserProfileArn?: string | undefined;
|
|
20
48
|
}
|
|
@@ -195,8 +195,12 @@ export declare var ClusterOrchestrator$: StaticStructureSchema;
|
|
|
195
195
|
export declare var ClusterOrchestratorEksConfig$: StaticStructureSchema;
|
|
196
196
|
export declare var ClusterOrchestratorSlurmConfig$: StaticStructureSchema;
|
|
197
197
|
export declare var ClusterRestrictedInstanceGroupDetails$: StaticStructureSchema;
|
|
198
|
+
export declare var ClusterRestrictedInstanceGroupsConfig$: StaticStructureSchema;
|
|
199
|
+
export declare var ClusterRestrictedInstanceGroupsConfigOutput$: StaticStructureSchema;
|
|
198
200
|
export declare var ClusterRestrictedInstanceGroupSpecification$: StaticStructureSchema;
|
|
199
201
|
export declare var ClusterSchedulerConfigSummary$: StaticStructureSchema;
|
|
202
|
+
export declare var ClusterSharedEnvironmentConfig$: StaticStructureSchema;
|
|
203
|
+
export declare var ClusterSharedEnvironmentConfigDetails$: StaticStructureSchema;
|
|
200
204
|
export declare var ClusterSlurmConfig$: StaticStructureSchema;
|
|
201
205
|
export declare var ClusterSlurmConfigDetails$: StaticStructureSchema;
|
|
202
206
|
export declare var ClusterSpotOptions$: StaticStructureSchema;
|
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.1056.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.974.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
30
|
+
"@aws-sdk/core": "^3.974.15",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.46",
|
|
32
32
|
"@aws-sdk/types": "^3.973.9",
|
|
33
|
-
"@smithy/core": "^3.24.
|
|
34
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
35
|
-
"@smithy/node-http-handler": "^4.7.
|
|
33
|
+
"@smithy/core": "^3.24.5",
|
|
34
|
+
"@smithy/fetch-http-handler": "^5.4.5",
|
|
35
|
+
"@smithy/node-http-handler": "^4.7.5",
|
|
36
36
|
"@smithy/types": "^4.14.2",
|
|
37
37
|
"tslib": "^2.6.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@smithy/snapshot-testing": "^2.1.
|
|
40
|
+
"@smithy/snapshot-testing": "^2.1.5",
|
|
41
41
|
"@tsconfig/node20": "20.1.8",
|
|
42
42
|
"@types/node": "^20.14.8",
|
|
43
43
|
"concurrently": "7.0.0",
|