@aws-sdk/client-sagemaker 3.1019.0 → 3.1021.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 +14 -0
- package/dist-cjs/schemas/schemas_0.js +69 -43
- package/dist-es/SageMaker.js +22 -22
- package/dist-es/models/enums.js +11 -0
- package/dist-es/schemas/schemas_0.js +46 -20
- package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForEndpointInService.js +1 -1
- package/dist-es/waiters/waitForImageCreated.js +1 -1
- package/dist-es/waiters/waitForImageDeleted.js +1 -1
- package/dist-es/waiters/waitForImageUpdated.js +1 -1
- package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
- package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +1 -1
- package/dist-es/waiters/waitForNotebookInstanceInService.js +1 -1
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +1 -1
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +1 -1
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
- package/dist-types/SageMaker.d.ts +381 -381
- package/dist-types/SageMakerClient.d.ts +384 -384
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +10 -0
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +20 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +10 -0
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +7 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +10 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +7 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +35 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +65 -93
- package/dist-types/models/models_2.d.ts +99 -46
- package/dist-types/models/models_3.d.ts +47 -105
- package/dist-types/models/models_4.d.ts +106 -5
- package/dist-types/pagination/CreateHubContentPresignedUrlsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTrainingPlanExtensionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContextsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceCatalogsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTransformJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkforcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryLineagePaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/models_1.d.ts +35 -58
- package/dist-types/ts3.4/models/models_2.d.ts +68 -30
- package/dist-types/ts3.4/models/models_3.d.ts +45 -61
- package/dist-types/ts3.4/models/models_4.d.ts +55 -32
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/dist-types/waiters/waitForEndpointDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForEndpointInService.d.ts +3 -3
- package/dist-types/waiters/waitForImageCreated.d.ts +3 -3
- package/dist-types/waiters/waitForImageDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForImageUpdated.d.ts +3 -3
- package/dist-types/waiters/waitForImageVersionCreated.d.ts +3 -3
- package/dist-types/waiters/waitForImageVersionDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceInService.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceStopped.d.ts +3 -3
- package/dist-types/waiters/waitForProcessingJobCompletedOrStopped.d.ts +3 -3
- package/dist-types/waiters/waitForTrainingJobCompletedOrStopped.d.ts +3 -3
- package/dist-types/waiters/waitForTransformJobCompletedOrStopped.d.ts +3 -3
- package/package.json +16 -16
|
@@ -124,7 +124,6 @@ import {
|
|
|
124
124
|
SortMlflowAppBy,
|
|
125
125
|
SortOrder,
|
|
126
126
|
SortPipelineExecutionsBy,
|
|
127
|
-
SortPipelinesBy,
|
|
128
127
|
SortQuotaBy,
|
|
129
128
|
SortTrackingServerBy,
|
|
130
129
|
SpaceStatus,
|
|
@@ -141,10 +140,20 @@ import {
|
|
|
141
140
|
WorkforceStatus,
|
|
142
141
|
} from "./enums";
|
|
143
142
|
import {
|
|
143
|
+
ActionSummary,
|
|
144
|
+
AgentVersion,
|
|
144
145
|
AlgorithmSpecification,
|
|
146
|
+
AlgorithmSummary,
|
|
145
147
|
AmazonQSettings,
|
|
148
|
+
AppDetails,
|
|
149
|
+
AppImageConfigDetails,
|
|
146
150
|
AppSpecification,
|
|
151
|
+
ArtifactSummary,
|
|
152
|
+
AssociationInfo,
|
|
153
|
+
AssociationSummary,
|
|
154
|
+
AutoMLCandidate,
|
|
147
155
|
AutoMLJobStepMetadata,
|
|
156
|
+
AutoMLJobSummary,
|
|
148
157
|
BatchDataCaptureConfig,
|
|
149
158
|
BedrockCustomModelDeploymentMetadata,
|
|
150
159
|
BedrockCustomModelMetadata,
|
|
@@ -153,46 +162,38 @@ import {
|
|
|
153
162
|
CacheHitResult,
|
|
154
163
|
CallbackStepMetadata,
|
|
155
164
|
CfnTemplateProviderDetail,
|
|
165
|
+
Channel,
|
|
156
166
|
CheckpointConfig,
|
|
157
167
|
ClarifyCheckStepMetadata,
|
|
168
|
+
ClusterEventSummary,
|
|
169
|
+
ClusterNodeSummary,
|
|
170
|
+
ClusterSchedulerConfigSummary,
|
|
171
|
+
ClusterSummary,
|
|
172
|
+
CodeRepositorySummary,
|
|
158
173
|
CognitoConfig,
|
|
174
|
+
CompilationJobSummary,
|
|
175
|
+
ComputeQuotaSummary,
|
|
159
176
|
ConditionStepMetadata,
|
|
177
|
+
ContextSummary,
|
|
160
178
|
MetadataProperties,
|
|
161
179
|
OutputDataConfig,
|
|
180
|
+
OutputParameter,
|
|
162
181
|
ResourceConfig,
|
|
163
182
|
ResourceSpec,
|
|
164
183
|
StoppingCondition,
|
|
184
|
+
Tag,
|
|
165
185
|
TransformInput,
|
|
166
186
|
TransformOutput,
|
|
167
187
|
TransformResources,
|
|
168
188
|
UserContext,
|
|
169
189
|
VpcConfig,
|
|
170
|
-
ActionSummary,
|
|
171
|
-
AgentVersion,
|
|
172
|
-
AlgorithmSummary,
|
|
173
|
-
AppDetails,
|
|
174
|
-
AppImageConfigDetails,
|
|
175
|
-
ArtifactSummary,
|
|
176
|
-
AssociationInfo,
|
|
177
|
-
AssociationSummary,
|
|
178
|
-
AutoMLCandidate,
|
|
179
|
-
AutoMLJobSummary,
|
|
180
|
-
Channel,
|
|
181
|
-
ClusterEventSummary,
|
|
182
|
-
ClusterNodeSummary,
|
|
183
|
-
ClusterSchedulerConfigSummary,
|
|
184
|
-
ClusterSummary,
|
|
185
|
-
CodeRepositorySummary,
|
|
186
|
-
CompilationJobSummary,
|
|
187
|
-
ComputeQuotaSummary,
|
|
188
|
-
ContextSummary,
|
|
189
|
-
OutputParameter,
|
|
190
|
-
Tag,
|
|
191
190
|
} from "./models_0";
|
|
192
191
|
import {
|
|
193
192
|
DockerSettings,
|
|
194
193
|
EdgeOutputConfig,
|
|
195
194
|
ExperimentConfig,
|
|
195
|
+
FeatureDefinition,
|
|
196
|
+
HyperParameterTrainingJobDefinition,
|
|
196
197
|
HyperParameterTuningJobConfig,
|
|
197
198
|
HyperParameterTuningJobWarmStartConfig,
|
|
198
199
|
InferenceExperimentSchedule,
|
|
@@ -204,6 +205,7 @@ import {
|
|
|
204
205
|
OnlineStoreConfig,
|
|
205
206
|
OwnershipSettings,
|
|
206
207
|
ParallelismConfiguration,
|
|
208
|
+
ProcessingInput,
|
|
207
209
|
ProcessingOutputConfig,
|
|
208
210
|
ProcessingResources,
|
|
209
211
|
ProcessingStoppingCondition,
|
|
@@ -213,16 +215,17 @@ import {
|
|
|
213
215
|
TrustedIdentityPropagationSettings,
|
|
214
216
|
UnifiedStudioSettings,
|
|
215
217
|
UserSettings,
|
|
216
|
-
FeatureDefinition,
|
|
217
|
-
HyperParameterTrainingJobDefinition,
|
|
218
|
-
ProcessingInput,
|
|
219
218
|
} from "./models_1";
|
|
220
219
|
import {
|
|
220
|
+
CustomizedMetricSpecification,
|
|
221
221
|
DataCaptureConfigSummary,
|
|
222
222
|
DataProcessing,
|
|
223
223
|
DebugHookConfig,
|
|
224
|
+
DebugRuleConfiguration,
|
|
225
|
+
DebugRuleEvaluationStatus,
|
|
224
226
|
EndpointOutputConfiguration,
|
|
225
227
|
ExperimentSource,
|
|
228
|
+
FeatureParameter,
|
|
226
229
|
HyperParameterTrainingJobSummary,
|
|
227
230
|
HyperParameterTuningJobCompletionDetails,
|
|
228
231
|
HyperParameterTuningJobConsumedResources,
|
|
@@ -231,17 +234,19 @@ import {
|
|
|
231
234
|
LabelCounters,
|
|
232
235
|
LabelingJobOutput,
|
|
233
236
|
LastUpdateStatus,
|
|
237
|
+
MemberDefinition,
|
|
234
238
|
MlflowConfig,
|
|
235
|
-
MLflowConfiguration,
|
|
236
239
|
ModelArtifacts,
|
|
237
240
|
ModelClientConfig,
|
|
238
241
|
ModelConfiguration,
|
|
239
242
|
ModelPackageConfig,
|
|
243
|
+
MonitoringExecutionSummary,
|
|
240
244
|
NotificationConfiguration,
|
|
241
245
|
ObjectiveStatusCounters,
|
|
242
246
|
OfflineStoreStatus,
|
|
243
|
-
|
|
247
|
+
ProductionVariantSummary,
|
|
244
248
|
ProfilerConfig,
|
|
249
|
+
ProfilerRuleConfiguration,
|
|
245
250
|
RecommendationMetrics,
|
|
246
251
|
RemoteDebugConfig,
|
|
247
252
|
ServerlessJobConfig,
|
|
@@ -250,20 +255,22 @@ import {
|
|
|
250
255
|
SpaceSharingSettings,
|
|
251
256
|
TensorBoardOutputConfig,
|
|
252
257
|
TrainingJobStatusCounters,
|
|
253
|
-
TrialComponentStatus,
|
|
254
|
-
WorkerAccessConfiguration,
|
|
255
|
-
CustomizedMetricSpecification,
|
|
256
|
-
DebugRuleConfiguration,
|
|
257
|
-
DebugRuleEvaluationStatus,
|
|
258
|
-
FeatureParameter,
|
|
259
|
-
MemberDefinition,
|
|
260
|
-
MonitoringExecutionSummary,
|
|
261
|
-
ProductionVariantSummary,
|
|
262
|
-
ProfilerRuleConfiguration,
|
|
263
|
-
SelectedStep,
|
|
264
258
|
TrialComponentArtifact,
|
|
265
259
|
TrialComponentParameterValue,
|
|
260
|
+
TrialComponentStatus,
|
|
261
|
+
WorkerAccessConfiguration,
|
|
266
262
|
} from "./models_2";
|
|
263
|
+
export interface MLflowConfiguration {
|
|
264
|
+
MlflowResourceArn?: string | undefined;
|
|
265
|
+
MlflowExperimentName?: string | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface PipelineExperimentConfig {
|
|
268
|
+
ExperimentName?: string | undefined;
|
|
269
|
+
TrialName?: string | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface SelectedStep {
|
|
272
|
+
StepName: string | undefined;
|
|
273
|
+
}
|
|
267
274
|
export interface SelectiveExecutionConfig {
|
|
268
275
|
SourcePipelineExecutionArn?: string | undefined;
|
|
269
276
|
SelectedSteps: SelectedStep[] | undefined;
|
|
@@ -2474,26 +2481,3 @@ export interface Parameter {
|
|
|
2474
2481
|
Name: string | undefined;
|
|
2475
2482
|
Value: string | undefined;
|
|
2476
2483
|
}
|
|
2477
|
-
export interface ListPipelineParametersForExecutionResponse {
|
|
2478
|
-
PipelineParameters?: Parameter[] | undefined;
|
|
2479
|
-
NextToken?: string | undefined;
|
|
2480
|
-
}
|
|
2481
|
-
export interface ListPipelinesRequest {
|
|
2482
|
-
PipelineNamePrefix?: string | undefined;
|
|
2483
|
-
CreatedAfter?: Date | undefined;
|
|
2484
|
-
CreatedBefore?: Date | undefined;
|
|
2485
|
-
SortBy?: SortPipelinesBy | undefined;
|
|
2486
|
-
SortOrder?: SortOrder | undefined;
|
|
2487
|
-
NextToken?: string | undefined;
|
|
2488
|
-
MaxResults?: number | undefined;
|
|
2489
|
-
}
|
|
2490
|
-
export interface PipelineSummary {
|
|
2491
|
-
PipelineArn?: string | undefined;
|
|
2492
|
-
PipelineName?: string | undefined;
|
|
2493
|
-
PipelineDisplayName?: string | undefined;
|
|
2494
|
-
PipelineDescription?: string | undefined;
|
|
2495
|
-
RoleArn?: string | undefined;
|
|
2496
|
-
CreationTime?: Date | undefined;
|
|
2497
|
-
LastModifiedTime?: Date | undefined;
|
|
2498
|
-
LastExecutionTime?: Date | undefined;
|
|
2499
|
-
}
|
|
@@ -53,6 +53,7 @@ import {
|
|
|
53
53
|
SkipModelValidation,
|
|
54
54
|
SortBy,
|
|
55
55
|
SortOrder,
|
|
56
|
+
SortPipelinesBy,
|
|
56
57
|
SortTrialComponentsBy,
|
|
57
58
|
SortTrialsBy,
|
|
58
59
|
SpaceSortKey,
|
|
@@ -78,39 +79,39 @@ import {
|
|
|
78
79
|
WorkforceIpAddressType,
|
|
79
80
|
} from "./enums";
|
|
80
81
|
import {
|
|
82
|
+
AdditionalInferenceSpecificationDefinition,
|
|
81
83
|
AlgorithmSpecification,
|
|
82
84
|
AppSpecification,
|
|
83
85
|
BatchDataCaptureConfig,
|
|
84
86
|
BatchTransformInput,
|
|
85
87
|
CfnUpdateTemplateProvider,
|
|
88
|
+
Channel,
|
|
86
89
|
CheckpointConfig,
|
|
87
90
|
ClusterAutoScalingConfig,
|
|
91
|
+
ClusterInstanceGroupSpecification,
|
|
88
92
|
ClusterOrchestrator,
|
|
93
|
+
ClusterRestrictedInstanceGroupSpecification,
|
|
89
94
|
ClusterTieredStorageConfig,
|
|
90
95
|
CodeEditorAppImageConfig,
|
|
91
96
|
ComputeQuotaConfig,
|
|
92
97
|
ComputeQuotaTarget,
|
|
98
|
+
ContainerDefinition,
|
|
93
99
|
DeploymentConfiguration,
|
|
94
100
|
InferenceSpecification,
|
|
95
101
|
JupyterLabAppImageConfig,
|
|
96
102
|
KernelGatewayImageConfig,
|
|
97
103
|
MetadataProperties,
|
|
98
104
|
OutputDataConfig,
|
|
105
|
+
OutputParameter,
|
|
99
106
|
ResourceConfig,
|
|
100
107
|
SchedulerConfig,
|
|
101
108
|
StoppingCondition,
|
|
109
|
+
Tag,
|
|
102
110
|
TransformInput,
|
|
103
111
|
TransformOutput,
|
|
104
112
|
TransformResources,
|
|
105
113
|
UserContext,
|
|
106
114
|
VpcConfig,
|
|
107
|
-
AdditionalInferenceSpecificationDefinition,
|
|
108
|
-
Channel,
|
|
109
|
-
ClusterInstanceGroupSpecification,
|
|
110
|
-
ClusterRestrictedInstanceGroupSpecification,
|
|
111
|
-
ContainerDefinition,
|
|
112
|
-
OutputParameter,
|
|
113
|
-
Tag,
|
|
114
115
|
} from "./models_0";
|
|
115
116
|
import {
|
|
116
117
|
DefaultSpaceSettings,
|
|
@@ -118,6 +119,7 @@ import {
|
|
|
118
119
|
DriftCheckBaselines,
|
|
119
120
|
EdgeOutputConfig,
|
|
120
121
|
ExperimentConfig,
|
|
122
|
+
FeatureDefinition,
|
|
121
123
|
InferenceComponentRuntimeConfig,
|
|
122
124
|
InferenceComponentSpecification,
|
|
123
125
|
InferenceExecutionConfig,
|
|
@@ -130,15 +132,19 @@ import {
|
|
|
130
132
|
ModelPackageModelCard,
|
|
131
133
|
ModelPackageSecurityConfig,
|
|
132
134
|
ModelPackageValidationSpecification,
|
|
135
|
+
ModelVariantConfig,
|
|
133
136
|
MonitoringScheduleConfig,
|
|
134
137
|
NetworkConfig,
|
|
138
|
+
NotebookInstanceLifecycleHook,
|
|
135
139
|
ParallelismConfiguration,
|
|
136
140
|
PartnerAppConfig,
|
|
137
141
|
PartnerAppMaintenanceConfig,
|
|
138
142
|
PipelineDefinitionS3Location,
|
|
143
|
+
ProcessingInput,
|
|
139
144
|
ProcessingOutputConfig,
|
|
140
145
|
ProcessingResources,
|
|
141
146
|
ProcessingStoppingCondition,
|
|
147
|
+
ProvisioningParameter,
|
|
142
148
|
RetryStrategy,
|
|
143
149
|
ServiceCatalogProvisioningDetails,
|
|
144
150
|
ShadowModeConfig,
|
|
@@ -146,17 +152,17 @@ import {
|
|
|
146
152
|
TtlDuration,
|
|
147
153
|
UiTemplate,
|
|
148
154
|
UserSettings,
|
|
149
|
-
FeatureDefinition,
|
|
150
|
-
ModelVariantConfig,
|
|
151
|
-
NotebookInstanceLifecycleHook,
|
|
152
|
-
ProcessingInput,
|
|
153
|
-
ProvisioningParameter,
|
|
154
155
|
} from "./models_1";
|
|
155
156
|
import {
|
|
156
157
|
DataProcessing,
|
|
157
158
|
DebugHookConfig,
|
|
159
|
+
DebugRuleConfiguration,
|
|
160
|
+
DebugRuleEvaluationStatus,
|
|
158
161
|
DeploymentRecommendation,
|
|
162
|
+
FeatureParameter,
|
|
163
|
+
HyperParameterTrainingJobSummary,
|
|
159
164
|
InferenceComponentDeploymentConfig,
|
|
165
|
+
MemberDefinition,
|
|
160
166
|
ModelArtifacts,
|
|
161
167
|
ModelClientConfig,
|
|
162
168
|
ModelPackageConfig,
|
|
@@ -164,54 +170,71 @@ import {
|
|
|
164
170
|
MonitoringExecutionSummary,
|
|
165
171
|
NotificationConfiguration,
|
|
166
172
|
OidcConfig,
|
|
167
|
-
PipelineExperimentConfig,
|
|
168
173
|
ProfilerConfig,
|
|
174
|
+
ProfilerRuleConfiguration,
|
|
169
175
|
SourceIpConfig,
|
|
170
176
|
SpaceSettings,
|
|
171
177
|
SpaceStorageSettings,
|
|
172
178
|
TensorBoardOutputConfig,
|
|
179
|
+
TrialComponentArtifact,
|
|
180
|
+
TrialComponentParameterValue,
|
|
173
181
|
TrialComponentStatus,
|
|
174
182
|
WorkerAccessConfiguration,
|
|
175
183
|
WorkforceVpcConfigRequest,
|
|
176
|
-
DebugRuleConfiguration,
|
|
177
|
-
DebugRuleEvaluationStatus,
|
|
178
|
-
FeatureParameter,
|
|
179
|
-
HyperParameterTrainingJobSummary,
|
|
180
|
-
MemberDefinition,
|
|
181
|
-
ProfilerRuleConfiguration,
|
|
182
|
-
TrialComponentArtifact,
|
|
183
|
-
TrialComponentParameterValue,
|
|
184
184
|
} from "./models_2";
|
|
185
185
|
import {
|
|
186
|
+
DesiredWeightAndCapacity,
|
|
187
|
+
Device,
|
|
188
|
+
DeviceDeploymentSummary,
|
|
186
189
|
DomainSettingsForUpdate,
|
|
190
|
+
Edge,
|
|
187
191
|
Endpoint,
|
|
188
192
|
Experiment,
|
|
189
193
|
FeatureGroup,
|
|
190
194
|
FeatureMetadata,
|
|
195
|
+
Filter,
|
|
191
196
|
GitConfigForUpdate,
|
|
192
197
|
HyperParameterTuningJobSearchEntity,
|
|
193
|
-
SelectiveExecutionConfig,
|
|
194
|
-
ServiceCatalogProvisionedProductDetails,
|
|
195
|
-
TrialComponentSource,
|
|
196
|
-
TrialSource,
|
|
197
|
-
WarmPoolStatus,
|
|
198
|
-
DesiredWeightAndCapacity,
|
|
199
|
-
Device,
|
|
200
|
-
DeviceDeploymentSummary,
|
|
201
|
-
Edge,
|
|
202
|
-
Filter,
|
|
203
198
|
MetricData,
|
|
204
199
|
MonitoringAlertSummary,
|
|
205
200
|
Parameter,
|
|
206
|
-
|
|
201
|
+
PipelineExperimentConfig,
|
|
207
202
|
ReservedCapacitySummary,
|
|
208
203
|
SecondaryStatusTransition,
|
|
204
|
+
SelectiveExecutionConfig,
|
|
205
|
+
ServiceCatalogProvisionedProductDetails,
|
|
209
206
|
SubscribedWorkteam,
|
|
210
207
|
TemplateProviderDetail,
|
|
211
208
|
TrialComponentMetricSummary,
|
|
209
|
+
TrialComponentSource,
|
|
210
|
+
TrialSource,
|
|
211
|
+
WarmPoolStatus,
|
|
212
212
|
Workforce,
|
|
213
213
|
Workteam,
|
|
214
214
|
} from "./models_3";
|
|
215
|
+
export interface ListPipelineParametersForExecutionResponse {
|
|
216
|
+
PipelineParameters?: Parameter[] | undefined;
|
|
217
|
+
NextToken?: string | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface ListPipelinesRequest {
|
|
220
|
+
PipelineNamePrefix?: string | undefined;
|
|
221
|
+
CreatedAfter?: Date | undefined;
|
|
222
|
+
CreatedBefore?: Date | undefined;
|
|
223
|
+
SortBy?: SortPipelinesBy | undefined;
|
|
224
|
+
SortOrder?: SortOrder | undefined;
|
|
225
|
+
NextToken?: string | undefined;
|
|
226
|
+
MaxResults?: number | undefined;
|
|
227
|
+
}
|
|
228
|
+
export interface PipelineSummary {
|
|
229
|
+
PipelineArn?: string | undefined;
|
|
230
|
+
PipelineName?: string | undefined;
|
|
231
|
+
PipelineDisplayName?: string | undefined;
|
|
232
|
+
PipelineDescription?: string | undefined;
|
|
233
|
+
RoleArn?: string | undefined;
|
|
234
|
+
CreationTime?: Date | undefined;
|
|
235
|
+
LastModifiedTime?: Date | undefined;
|
|
236
|
+
LastExecutionTime?: Date | undefined;
|
|
237
|
+
}
|
|
215
238
|
export interface ListPipelinesResponse {
|
|
216
239
|
PipelineSummaries?: PipelineSummary[] | undefined;
|
|
217
240
|
NextToken?: string | undefined;
|
|
@@ -710,6 +710,7 @@ export declare var ImageConfig$: StaticStructureSchema;
|
|
|
710
710
|
export declare var ImageVersion$: StaticStructureSchema;
|
|
711
711
|
export declare var ImportHubContentRequest$: StaticStructureSchema;
|
|
712
712
|
export declare var ImportHubContentResponse$: StaticStructureSchema;
|
|
713
|
+
export declare var InferenceComponentAvailabilityZoneBalance$: StaticStructureSchema;
|
|
713
714
|
export declare var InferenceComponentCapacitySize$: StaticStructureSchema;
|
|
714
715
|
export declare var InferenceComponentComputeResourceRequirements$: StaticStructureSchema;
|
|
715
716
|
export declare var InferenceComponentContainerSpecification$: StaticStructureSchema;
|
|
@@ -721,6 +722,7 @@ export declare var InferenceComponentMetadata$: StaticStructureSchema;
|
|
|
721
722
|
export declare var InferenceComponentRollingUpdatePolicy$: StaticStructureSchema;
|
|
722
723
|
export declare var InferenceComponentRuntimeConfig$: StaticStructureSchema;
|
|
723
724
|
export declare var InferenceComponentRuntimeConfigSummary$: StaticStructureSchema;
|
|
725
|
+
export declare var InferenceComponentSchedulingConfig$: StaticStructureSchema;
|
|
724
726
|
export declare var InferenceComponentSpecification$: StaticStructureSchema;
|
|
725
727
|
export declare var InferenceComponentSpecificationSummary$: StaticStructureSchema;
|
|
726
728
|
export declare var InferenceComponentStartupParameters$: StaticStructureSchema;
|
|
@@ -1113,6 +1115,7 @@ export declare var ProductionVariantCapacityReservationConfig$: StaticStructureS
|
|
|
1113
1115
|
export declare var ProductionVariantCapacityReservationSummary$: StaticStructureSchema;
|
|
1114
1116
|
export declare var ProductionVariantCoreDumpConfig$: StaticStructureSchema;
|
|
1115
1117
|
export declare var ProductionVariantManagedInstanceScaling$: StaticStructureSchema;
|
|
1118
|
+
export declare var ProductionVariantManagedInstanceScalingScaleInPolicy$: StaticStructureSchema;
|
|
1116
1119
|
export declare var ProductionVariantRoutingConfig$: StaticStructureSchema;
|
|
1117
1120
|
export declare var ProductionVariantServerlessConfig$: StaticStructureSchema;
|
|
1118
1121
|
export declare var ProductionVariantServerlessUpdateConfig$: StaticStructureSchema;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeEndpointCommandInput } from "../commands/DescribeEndpointCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeEndpointCommandInput } from "../commands/DescribeEndpointCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilEndpointDeleted instead. waitForEndpointDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeEndpointCommandInput } from "../commands/DescribeEndpointCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeEndpointCommandInput } from "../commands/DescribeEndpointCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilEndpointInService instead. waitForEndpointInService does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeImageCommandInput } from "../commands/DescribeImageCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeImageCommandInput } from "../commands/DescribeImageCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilImageCreated instead. waitForImageCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeImageCommandInput } from "../commands/DescribeImageCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeImageCommandInput } from "../commands/DescribeImageCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilImageDeleted instead. waitForImageDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeImageCommandInput } from "../commands/DescribeImageCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeImageCommandInput } from "../commands/DescribeImageCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilImageUpdated instead. waitForImageUpdated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeImageVersionCommandInput } from "../commands/DescribeImageVersionCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeImageVersionCommandInput } from "../commands/DescribeImageVersionCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilImageVersionCreated instead. waitForImageVersionCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeImageVersionCommandInput } from "../commands/DescribeImageVersionCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeImageVersionCommandInput } from "../commands/DescribeImageVersionCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilImageVersionDeleted instead. waitForImageVersionDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeNotebookInstanceCommandInput } from "../commands/DescribeNotebookInstanceCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeNotebookInstanceCommandInput } from "../commands/DescribeNotebookInstanceCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilNotebookInstanceDeleted instead. waitForNotebookInstanceDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeNotebookInstanceCommandInput } from "../commands/DescribeNotebookInstanceCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeNotebookInstanceCommandInput } from "../commands/DescribeNotebookInstanceCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilNotebookInstanceInService instead. waitForNotebookInstanceInService does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeNotebookInstanceCommandInput } from "../commands/DescribeNotebookInstanceCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeNotebookInstanceCommandInput } from "../commands/DescribeNotebookInstanceCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilNotebookInstanceStopped instead. waitForNotebookInstanceStopped does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeProcessingJobCommandInput } from "../commands/DescribeProcessingJobCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeProcessingJobCommandInput } from "../commands/DescribeProcessingJobCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilProcessingJobCompletedOrStopped instead. waitForProcessingJobCompletedOrStopped does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeTrainingJobCommandInput } from "../commands/DescribeTrainingJobCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeTrainingJobCommandInput } from "../commands/DescribeTrainingJobCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilTrainingJobCompletedOrStopped instead. waitForTrainingJobCompletedOrStopped does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeTransformJobCommandInput } from "../commands/DescribeTransformJobCommand";
|
|
3
|
-
import { SageMakerClient } from "../SageMakerClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeTransformJobCommandInput } from "../commands/DescribeTransformJobCommand";
|
|
3
|
+
import type { SageMakerClient } from "../SageMakerClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilTransformJobCompletedOrStopped instead. waitForTransformJobCompletedOrStopped does not throw error in non-success cases.
|
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.1021.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,47 +27,47 @@
|
|
|
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.973.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
30
|
+
"@aws-sdk/core": "^3.973.26",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
33
33
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
36
36
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
37
37
|
"@aws-sdk/types": "^3.973.6",
|
|
38
38
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
39
39
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
40
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
41
41
|
"@smithy/config-resolver": "^4.4.13",
|
|
42
|
-
"@smithy/core": "^3.23.
|
|
42
|
+
"@smithy/core": "^3.23.13",
|
|
43
43
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
44
44
|
"@smithy/hash-node": "^4.2.12",
|
|
45
45
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
46
46
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
47
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
48
|
-
"@smithy/middleware-retry": "^4.4.
|
|
49
|
-
"@smithy/middleware-serde": "^4.2.
|
|
47
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
48
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
49
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
50
50
|
"@smithy/middleware-stack": "^4.2.12",
|
|
51
51
|
"@smithy/node-config-provider": "^4.3.12",
|
|
52
|
-
"@smithy/node-http-handler": "^4.5.
|
|
52
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
53
53
|
"@smithy/protocol-http": "^5.3.12",
|
|
54
|
-
"@smithy/smithy-client": "^4.12.
|
|
54
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
55
55
|
"@smithy/types": "^4.13.1",
|
|
56
56
|
"@smithy/url-parser": "^4.2.12",
|
|
57
57
|
"@smithy/util-base64": "^4.3.2",
|
|
58
58
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
59
59
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
60
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
61
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
60
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
61
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
62
62
|
"@smithy/util-endpoints": "^3.3.3",
|
|
63
63
|
"@smithy/util-middleware": "^4.2.12",
|
|
64
|
-
"@smithy/util-retry": "^4.2.
|
|
64
|
+
"@smithy/util-retry": "^4.2.13",
|
|
65
65
|
"@smithy/util-utf8": "^4.2.2",
|
|
66
|
-
"@smithy/util-waiter": "^4.2.
|
|
66
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
67
67
|
"tslib": "^2.6.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
70
|
+
"@smithy/snapshot-testing": "^2.0.4",
|
|
71
71
|
"@tsconfig/node20": "20.1.8",
|
|
72
72
|
"@types/node": "^20.14.8",
|
|
73
73
|
"concurrently": "7.0.0",
|