@aws-sdk/client-sagemaker 3.1070.0 → 3.1072.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 +7 -0
- package/dist-cjs/schemas/schemas_0.js +58 -21
- package/dist-es/models/enums.js +6 -0
- package/dist-es/schemas/schemas_0.js +54 -21
- package/dist-types/commands/CreateClusterCommand.d.ts +26 -4
- package/dist-types/commands/DescribeClusterCommand.d.ts +32 -9
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +1 -0
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +26 -4
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -2
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +152 -157
- package/dist-types/models/models_1.d.ts +121 -56
- package/dist-types/models/models_2.d.ts +57 -174
- package/dist-types/models/models_3.d.ts +175 -159
- package/dist-types/models/models_4.d.ts +164 -69
- package/dist-types/models/models_5.d.ts +66 -1
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +36 -43
- package/dist-types/ts3.4/models/models_1.d.ts +31 -15
- package/dist-types/ts3.4/models/models_2.d.ts +16 -50
- package/dist-types/ts3.4/models/models_3.d.ts +43 -40
- package/dist-types/ts3.4/models/models_4.d.ts +44 -18
- package/dist-types/ts3.4/models/models_5.d.ts +18 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +3 -3
|
@@ -51,7 +51,6 @@ import {
|
|
|
51
51
|
ImageVersionStatus,
|
|
52
52
|
IncludedData,
|
|
53
53
|
InferenceComponentCapacitySizeType,
|
|
54
|
-
InferenceComponentSortKey,
|
|
55
54
|
InferenceComponentStatus,
|
|
56
55
|
InferenceExperimentStatus,
|
|
57
56
|
InferenceExperimentType,
|
|
@@ -121,7 +120,6 @@ import {
|
|
|
121
120
|
SortClusterSchedulerConfigBy,
|
|
122
121
|
SortContextsBy,
|
|
123
122
|
SortExperimentsBy,
|
|
124
|
-
SortInferenceExperimentsBy,
|
|
125
123
|
SortOrder,
|
|
126
124
|
SortQuotaBy,
|
|
127
125
|
SpaceStatus,
|
|
@@ -158,6 +156,7 @@ import {
|
|
|
158
156
|
AutoMLCandidate,
|
|
159
157
|
AutoMLJobSummary,
|
|
160
158
|
AutoRollbackConfig,
|
|
159
|
+
Autotune,
|
|
161
160
|
AvailableUpgrade,
|
|
162
161
|
BatchDataCaptureConfig,
|
|
163
162
|
CfnTemplateProviderDetail,
|
|
@@ -169,7 +168,6 @@ import {
|
|
|
169
168
|
ClusterSummary,
|
|
170
169
|
CodeRepositorySummary,
|
|
171
170
|
CognitoConfig,
|
|
172
|
-
CompilationJobSummary,
|
|
173
171
|
InferenceSpecification,
|
|
174
172
|
OutputDataConfig,
|
|
175
173
|
OutputParameter,
|
|
@@ -184,6 +182,7 @@ import {
|
|
|
184
182
|
VpcConfig,
|
|
185
183
|
} from "./models_0";
|
|
186
184
|
import {
|
|
185
|
+
CompilationJobSummary,
|
|
187
186
|
ComputeQuotaSummary,
|
|
188
187
|
ContainerDefinition,
|
|
189
188
|
ContainerMetricsConfig,
|
|
@@ -236,7 +235,6 @@ import {
|
|
|
236
235
|
NotebookInstanceLifecycleHook,
|
|
237
236
|
OfflineStoreConfig,
|
|
238
237
|
OnlineStoreConfig,
|
|
239
|
-
OptimizationJobModelSource,
|
|
240
238
|
ProductionVariantServerlessConfig,
|
|
241
239
|
RecommendationJobInputConfig,
|
|
242
240
|
RecommendationJobStoppingConditions,
|
|
@@ -261,7 +259,6 @@ import {
|
|
|
261
259
|
ExperimentSource,
|
|
262
260
|
FeatureParameter,
|
|
263
261
|
HyperParameterTrainingJobSummary,
|
|
264
|
-
HyperParameterTuningJobCompletionDetails,
|
|
265
262
|
HyperParameterTuningJobConsumedResources,
|
|
266
263
|
InfraCheckConfig,
|
|
267
264
|
LastUpdateStatus,
|
|
@@ -274,6 +271,7 @@ import {
|
|
|
274
271
|
ObjectiveStatusCounters,
|
|
275
272
|
OfflineStoreStatus,
|
|
276
273
|
OptimizationConfig,
|
|
274
|
+
OptimizationJobModelSource,
|
|
277
275
|
OptimizationJobOutputConfig,
|
|
278
276
|
OptimizationVpcConfig,
|
|
279
277
|
OwnershipSettings,
|
|
@@ -300,6 +298,46 @@ import {
|
|
|
300
298
|
TrialComponentStatus,
|
|
301
299
|
WorkerAccessConfiguration,
|
|
302
300
|
} from "./models_2";
|
|
301
|
+
export interface HyperParameterTuningJobCompletionDetails {
|
|
302
|
+
NumberOfTrainingJobsObjectiveNotImproving?: number | undefined;
|
|
303
|
+
ConvergenceDetectedTime?: Date | undefined;
|
|
304
|
+
}
|
|
305
|
+
export interface DescribeHyperParameterTuningJobResponse {
|
|
306
|
+
HyperParameterTuningJobName: string | undefined;
|
|
307
|
+
HyperParameterTuningJobArn: string | undefined;
|
|
308
|
+
HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
|
|
309
|
+
TrainingJobDefinition?: HyperParameterTrainingJobDefinition | undefined;
|
|
310
|
+
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[] | undefined;
|
|
311
|
+
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | undefined;
|
|
312
|
+
CreationTime: Date | undefined;
|
|
313
|
+
HyperParameterTuningEndTime?: Date | undefined;
|
|
314
|
+
LastModifiedTime?: Date | undefined;
|
|
315
|
+
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
316
|
+
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
317
|
+
BestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
318
|
+
OverallBestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
319
|
+
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig | undefined;
|
|
320
|
+
Autotune?: Autotune | undefined;
|
|
321
|
+
FailureReason?: string | undefined;
|
|
322
|
+
TuningJobCompletionDetails?:
|
|
323
|
+
| HyperParameterTuningJobCompletionDetails
|
|
324
|
+
| undefined;
|
|
325
|
+
ConsumedResources?: HyperParameterTuningJobConsumedResources | undefined;
|
|
326
|
+
}
|
|
327
|
+
export interface DescribeImageRequest {
|
|
328
|
+
ImageName: string | undefined;
|
|
329
|
+
}
|
|
330
|
+
export interface DescribeImageResponse {
|
|
331
|
+
CreationTime?: Date | undefined;
|
|
332
|
+
Description?: string | undefined;
|
|
333
|
+
DisplayName?: string | undefined;
|
|
334
|
+
FailureReason?: string | undefined;
|
|
335
|
+
ImageArn?: string | undefined;
|
|
336
|
+
ImageName?: string | undefined;
|
|
337
|
+
ImageStatus?: ImageStatus | undefined;
|
|
338
|
+
LastModifiedTime?: Date | undefined;
|
|
339
|
+
RoleArn?: string | undefined;
|
|
340
|
+
}
|
|
303
341
|
export interface DescribeImageVersionRequest {
|
|
304
342
|
ImageName: string | undefined;
|
|
305
343
|
Version?: number | undefined;
|
|
@@ -2557,38 +2595,3 @@ export interface ListImageVersionsResponse {
|
|
|
2557
2595
|
ImageVersions?: ImageVersion[] | undefined;
|
|
2558
2596
|
NextToken?: string | undefined;
|
|
2559
2597
|
}
|
|
2560
|
-
export interface ListInferenceComponentsInput {
|
|
2561
|
-
SortBy?: InferenceComponentSortKey | undefined;
|
|
2562
|
-
SortOrder?: OrderKey | undefined;
|
|
2563
|
-
NextToken?: string | undefined;
|
|
2564
|
-
MaxResults?: number | undefined;
|
|
2565
|
-
NameContains?: string | undefined;
|
|
2566
|
-
CreationTimeBefore?: Date | undefined;
|
|
2567
|
-
CreationTimeAfter?: Date | undefined;
|
|
2568
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2569
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2570
|
-
StatusEquals?: InferenceComponentStatus | undefined;
|
|
2571
|
-
EndpointNameEquals?: string | undefined;
|
|
2572
|
-
VariantNameEquals?: string | undefined;
|
|
2573
|
-
}
|
|
2574
|
-
export interface ListInferenceComponentsOutput {
|
|
2575
|
-
InferenceComponents: InferenceComponentSummary[] | undefined;
|
|
2576
|
-
NextToken?: string | undefined;
|
|
2577
|
-
}
|
|
2578
|
-
export interface ListInferenceExperimentsRequest {
|
|
2579
|
-
NameContains?: string | undefined;
|
|
2580
|
-
Type?: InferenceExperimentType | undefined;
|
|
2581
|
-
StatusEquals?: InferenceExperimentStatus | undefined;
|
|
2582
|
-
CreationTimeAfter?: Date | undefined;
|
|
2583
|
-
CreationTimeBefore?: Date | undefined;
|
|
2584
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2585
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2586
|
-
SortBy?: SortInferenceExperimentsBy | undefined;
|
|
2587
|
-
SortOrder?: SortOrder | undefined;
|
|
2588
|
-
NextToken?: string | undefined;
|
|
2589
|
-
MaxResults?: number | undefined;
|
|
2590
|
-
}
|
|
2591
|
-
export interface ListInferenceExperimentsResponse {
|
|
2592
|
-
InferenceExperiments?: InferenceExperimentSummary[] | undefined;
|
|
2593
|
-
NextToken?: string | undefined;
|
|
2594
|
-
}
|
|
@@ -17,7 +17,11 @@ import {
|
|
|
17
17
|
HomeEfsFileSystemCreation,
|
|
18
18
|
HubContentSupportStatus,
|
|
19
19
|
HubContentType,
|
|
20
|
+
InferenceComponentSortKey,
|
|
21
|
+
InferenceComponentStatus,
|
|
22
|
+
InferenceExperimentStatus,
|
|
20
23
|
InferenceExperimentStopDesiredState,
|
|
24
|
+
InferenceExperimentType,
|
|
21
25
|
IsTrackingServerActive,
|
|
22
26
|
JobCategory,
|
|
23
27
|
JobStatus,
|
|
@@ -84,6 +88,7 @@ import {
|
|
|
84
88
|
SharingType,
|
|
85
89
|
SkipModelValidation,
|
|
86
90
|
SortBy,
|
|
91
|
+
SortInferenceExperimentsBy,
|
|
87
92
|
SortLineageGroupsBy,
|
|
88
93
|
SortMlflowAppBy,
|
|
89
94
|
SortOrder,
|
|
@@ -138,7 +143,6 @@ import {
|
|
|
138
143
|
ClusterRestrictedInstanceGroupSpecification,
|
|
139
144
|
ClusterTieredStorageConfig,
|
|
140
145
|
CodeEditorAppImageConfig,
|
|
141
|
-
ComputeQuotaConfig,
|
|
142
146
|
DeploymentConfiguration,
|
|
143
147
|
InferenceSpecification,
|
|
144
148
|
JupyterLabAppImageConfig,
|
|
@@ -155,6 +159,7 @@ import {
|
|
|
155
159
|
VpcConfig,
|
|
156
160
|
} from "./models_0";
|
|
157
161
|
import {
|
|
162
|
+
ComputeQuotaConfig,
|
|
158
163
|
ComputeQuotaTarget,
|
|
159
164
|
ConditionStepMetadata,
|
|
160
165
|
ContainerDefinition,
|
|
@@ -232,6 +237,8 @@ import {
|
|
|
232
237
|
HyperParameterTuningJobSearchEntity,
|
|
233
238
|
InferenceComponentDeploymentConfig,
|
|
234
239
|
InferenceComponentMetadata,
|
|
240
|
+
InferenceComponentSummary,
|
|
241
|
+
InferenceExperimentSummary,
|
|
235
242
|
InferenceRecommendationsJob,
|
|
236
243
|
InferenceRecommendationsJobStep,
|
|
237
244
|
Job,
|
|
@@ -261,6 +268,41 @@ import {
|
|
|
261
268
|
Workforce,
|
|
262
269
|
Workteam,
|
|
263
270
|
} from "./models_3";
|
|
271
|
+
export interface ListInferenceComponentsInput {
|
|
272
|
+
SortBy?: InferenceComponentSortKey | undefined;
|
|
273
|
+
SortOrder?: OrderKey | undefined;
|
|
274
|
+
NextToken?: string | undefined;
|
|
275
|
+
MaxResults?: number | undefined;
|
|
276
|
+
NameContains?: string | undefined;
|
|
277
|
+
CreationTimeBefore?: Date | undefined;
|
|
278
|
+
CreationTimeAfter?: Date | undefined;
|
|
279
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
280
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
281
|
+
StatusEquals?: InferenceComponentStatus | undefined;
|
|
282
|
+
EndpointNameEquals?: string | undefined;
|
|
283
|
+
VariantNameEquals?: string | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface ListInferenceComponentsOutput {
|
|
286
|
+
InferenceComponents: InferenceComponentSummary[] | undefined;
|
|
287
|
+
NextToken?: string | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface ListInferenceExperimentsRequest {
|
|
290
|
+
NameContains?: string | undefined;
|
|
291
|
+
Type?: InferenceExperimentType | undefined;
|
|
292
|
+
StatusEquals?: InferenceExperimentStatus | undefined;
|
|
293
|
+
CreationTimeAfter?: Date | undefined;
|
|
294
|
+
CreationTimeBefore?: Date | undefined;
|
|
295
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
296
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
297
|
+
SortBy?: SortInferenceExperimentsBy | undefined;
|
|
298
|
+
SortOrder?: SortOrder | undefined;
|
|
299
|
+
NextToken?: string | undefined;
|
|
300
|
+
MaxResults?: number | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface ListInferenceExperimentsResponse {
|
|
303
|
+
InferenceExperiments?: InferenceExperimentSummary[] | undefined;
|
|
304
|
+
NextToken?: string | undefined;
|
|
305
|
+
}
|
|
264
306
|
export interface ListInferenceRecommendationsJobsRequest {
|
|
265
307
|
CreationTimeAfter?: Date | undefined;
|
|
266
308
|
CreationTimeBefore?: Date | undefined;
|
|
@@ -2027,6 +2069,7 @@ export interface UpdateClusterSchedulerConfigResponse {
|
|
|
2027
2069
|
}
|
|
2028
2070
|
export interface UpdateClusterSoftwareInstanceGroupSpecification {
|
|
2029
2071
|
InstanceGroupName: string | undefined;
|
|
2072
|
+
ImageReleaseVersion?: string | undefined;
|
|
2030
2073
|
}
|
|
2031
2074
|
export interface UpdateClusterSoftwareRequest {
|
|
2032
2075
|
ClusterName: string | undefined;
|
|
@@ -2280,20 +2323,3 @@ export interface UpdateModelPackageInput {
|
|
|
2280
2323
|
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
2281
2324
|
ClientToken?: string | undefined;
|
|
2282
2325
|
}
|
|
2283
|
-
export interface UpdateModelPackageOutput {
|
|
2284
|
-
ModelPackageArn: string | undefined;
|
|
2285
|
-
}
|
|
2286
|
-
export interface UpdateMonitoringAlertRequest {
|
|
2287
|
-
MonitoringScheduleName: string | undefined;
|
|
2288
|
-
MonitoringAlertName: string | undefined;
|
|
2289
|
-
DatapointsToAlert: number | undefined;
|
|
2290
|
-
EvaluationPeriod: number | undefined;
|
|
2291
|
-
}
|
|
2292
|
-
export interface UpdateMonitoringAlertResponse {
|
|
2293
|
-
MonitoringScheduleArn: string | undefined;
|
|
2294
|
-
MonitoringAlertName?: string | undefined;
|
|
2295
|
-
}
|
|
2296
|
-
export interface UpdateMonitoringScheduleRequest {
|
|
2297
|
-
MonitoringScheduleName: string | undefined;
|
|
2298
|
-
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
2299
|
-
}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
import { CfnUpdateTemplateProvider, Tag } from "./models_0";
|
|
13
13
|
import {
|
|
14
14
|
InstanceMetadataServiceConfiguration,
|
|
15
|
+
MonitoringScheduleConfig,
|
|
15
16
|
NotebookInstanceLifecycleHook,
|
|
16
17
|
UserSettings,
|
|
17
18
|
} from "./models_1";
|
|
@@ -41,6 +42,23 @@ import {
|
|
|
41
42
|
ResourceConfigForUpdate,
|
|
42
43
|
VisibilityConditions,
|
|
43
44
|
} from "./models_4";
|
|
45
|
+
export interface UpdateModelPackageOutput {
|
|
46
|
+
ModelPackageArn: string | undefined;
|
|
47
|
+
}
|
|
48
|
+
export interface UpdateMonitoringAlertRequest {
|
|
49
|
+
MonitoringScheduleName: string | undefined;
|
|
50
|
+
MonitoringAlertName: string | undefined;
|
|
51
|
+
DatapointsToAlert: number | undefined;
|
|
52
|
+
EvaluationPeriod: number | undefined;
|
|
53
|
+
}
|
|
54
|
+
export interface UpdateMonitoringAlertResponse {
|
|
55
|
+
MonitoringScheduleArn: string | undefined;
|
|
56
|
+
MonitoringAlertName?: string | undefined;
|
|
57
|
+
}
|
|
58
|
+
export interface UpdateMonitoringScheduleRequest {
|
|
59
|
+
MonitoringScheduleName: string | undefined;
|
|
60
|
+
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
61
|
+
}
|
|
44
62
|
export interface UpdateMonitoringScheduleResponse {
|
|
45
63
|
MonitoringScheduleArn: string | undefined;
|
|
46
64
|
}
|
|
@@ -166,6 +166,8 @@ export declare var ClarifyInferenceConfig$: StaticStructureSchema;
|
|
|
166
166
|
export declare var ClarifyShapBaselineConfig$: StaticStructureSchema;
|
|
167
167
|
export declare var ClarifyShapConfig$: StaticStructureSchema;
|
|
168
168
|
export declare var ClarifyTextConfig$: StaticStructureSchema;
|
|
169
|
+
export declare var ClusterAutoPatchConfig$: StaticStructureSchema;
|
|
170
|
+
export declare var ClusterAutoPatchConfigDetails$: StaticStructureSchema;
|
|
169
171
|
export declare var ClusterAutoScalingConfig$: StaticStructureSchema;
|
|
170
172
|
export declare var ClusterAutoScalingConfigOutput$: StaticStructureSchema;
|
|
171
173
|
export declare var ClusterCapacityRequirements$: StaticStructureSchema;
|
|
@@ -195,6 +197,8 @@ export declare var ClusterOnDemandOptions$: StaticStructureSchema;
|
|
|
195
197
|
export declare var ClusterOrchestrator$: StaticStructureSchema;
|
|
196
198
|
export declare var ClusterOrchestratorEksConfig$: StaticStructureSchema;
|
|
197
199
|
export declare var ClusterOrchestratorSlurmConfig$: StaticStructureSchema;
|
|
200
|
+
export declare var ClusterPatchSchedule$: StaticStructureSchema;
|
|
201
|
+
export declare var ClusterPatchScheduleDetails$: StaticStructureSchema;
|
|
198
202
|
export declare var ClusterRestrictedInstanceGroupDetails$: StaticStructureSchema;
|
|
199
203
|
export declare var ClusterRestrictedInstanceGroupsConfig$: StaticStructureSchema;
|
|
200
204
|
export declare var ClusterRestrictedInstanceGroupsConfigOutput$: 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.1072.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",
|
|
@@ -27,8 +27,8 @@
|
|
|
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.22",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.57",
|
|
32
32
|
"@aws-sdk/types": "^3.973.13",
|
|
33
33
|
"@smithy/core": "^3.24.6",
|
|
34
34
|
"@smithy/fetch-http-handler": "^5.4.6",
|