@aws-sdk/client-sagemaker 3.987.0 → 3.988.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 +398 -14644
- package/dist-cjs/models/SageMakerServiceException.js +12 -0
- package/dist-cjs/models/errors.js +64 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +12555 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +78 -72
- package/dist-types/schemas/schemas_0.d.ts +12 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultSageMakerHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2017-07-24",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.sagemaker",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://sagemaker.amazonaws.com/doc/2017-05-13/",
|
|
30
32
|
version: "2017-07-24",
|
|
31
33
|
serviceTarget: "SageMaker",
|
|
@@ -359,7 +359,7 @@ const _CDo = "ConvergenceDetected";
|
|
|
359
359
|
const _CDon = "ContentDigest";
|
|
360
360
|
const _CDr = "CreateDate";
|
|
361
361
|
const _CDre = "CreateDomain";
|
|
362
|
-
const _CE = "
|
|
362
|
+
const _CE = "ConflictException";
|
|
363
363
|
const _CEAIC = "CodeEditorAppImageConfig";
|
|
364
364
|
const _CEAS = "CodeEditorAppSettings";
|
|
365
365
|
const _CEC = "ClarifyExplainerConfig";
|
|
@@ -383,7 +383,7 @@ const _CESl = "ClusterEventSummaries";
|
|
|
383
383
|
const _CET = "CompilationEndTime";
|
|
384
384
|
const _CEV = "ContainerEnvironmentVariables";
|
|
385
385
|
const _CEVC = "ClusterEbsVolumeConfig";
|
|
386
|
-
const _CEo = "
|
|
386
|
+
const _CEo = "ContainerEntrypoint";
|
|
387
387
|
const _CEr = "CreateEndpoint";
|
|
388
388
|
const _CEre = "CreateExperiment";
|
|
389
389
|
const _CEu = "CustomerEni";
|
|
@@ -2039,7 +2039,7 @@ const _Lam = "Lambda";
|
|
|
2039
2039
|
const _Las = "Last";
|
|
2040
2040
|
const _Li = "Line";
|
|
2041
2041
|
const _Lin = "Lineage";
|
|
2042
|
-
const _M = "
|
|
2042
|
+
const _M = "Message";
|
|
2043
2043
|
const _MA = "ModelArn";
|
|
2044
2044
|
const _MAA = "MonitoringAlertActions";
|
|
2045
2045
|
const _MAC = "ModelAccessConfig";
|
|
@@ -2314,13 +2314,13 @@ const _MVod = "ModelVariants";
|
|
|
2314
2314
|
const _MWS = "MaintenanceWindowStart";
|
|
2315
2315
|
const _MWTIS = "MaxWaitTimeInSeconds";
|
|
2316
2316
|
const _Ma = "Max";
|
|
2317
|
-
const _Me = "
|
|
2318
|
-
const _Met = "
|
|
2317
|
+
const _Me = "Metrics";
|
|
2318
|
+
const _Met = "Metric";
|
|
2319
2319
|
const _Meta = "Metadata";
|
|
2320
|
-
const _Metr = "Metric";
|
|
2321
2320
|
const _Mi = "Min";
|
|
2322
|
-
const _Mo = "
|
|
2323
|
-
const _Mod = "
|
|
2321
|
+
const _Mo = "Mode";
|
|
2322
|
+
const _Mod = "Models";
|
|
2323
|
+
const _Mode = "Model";
|
|
2324
2324
|
const _N = "Name";
|
|
2325
2325
|
const _NAR = "NodeAdditionResult";
|
|
2326
2326
|
const _NARL = "NodeAdditionResultList";
|
|
@@ -3443,6 +3443,38 @@ const n0 = "com.amazonaws.sagemaker";
|
|
|
3443
3443
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
3444
3444
|
import { ConflictException, ResourceInUse, ResourceLimitExceeded, ResourceNotFound } from "../models/errors";
|
|
3445
3445
|
import { SageMakerServiceException } from "../models/SageMakerServiceException";
|
|
3446
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
3447
|
+
export var SageMakerServiceException$ = [-3, _s, "SageMakerServiceException", 0, [], []];
|
|
3448
|
+
_s_registry.registerError(SageMakerServiceException$, SageMakerServiceException);
|
|
3449
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
3450
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
3451
|
+
{ [_e]: _c },
|
|
3452
|
+
[_M],
|
|
3453
|
+
[0]
|
|
3454
|
+
];
|
|
3455
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
3456
|
+
export var ResourceInUse$ = [-3, n0, _RIU,
|
|
3457
|
+
{ [_e]: _c },
|
|
3458
|
+
[_M],
|
|
3459
|
+
[0]
|
|
3460
|
+
];
|
|
3461
|
+
n0_registry.registerError(ResourceInUse$, ResourceInUse);
|
|
3462
|
+
export var ResourceLimitExceeded$ = [-3, n0, _RLE,
|
|
3463
|
+
{ [_e]: _c },
|
|
3464
|
+
[_M],
|
|
3465
|
+
[0]
|
|
3466
|
+
];
|
|
3467
|
+
n0_registry.registerError(ResourceLimitExceeded$, ResourceLimitExceeded);
|
|
3468
|
+
export var ResourceNotFound$ = [-3, n0, _RNF,
|
|
3469
|
+
{ [_e]: _c },
|
|
3470
|
+
[_M],
|
|
3471
|
+
[0]
|
|
3472
|
+
];
|
|
3473
|
+
n0_registry.registerError(ResourceNotFound$, ResourceNotFound);
|
|
3474
|
+
export const errorTypeRegistries = [
|
|
3475
|
+
_s_registry,
|
|
3476
|
+
n0_registry,
|
|
3477
|
+
];
|
|
3446
3478
|
var ClientSecret = [0, n0, _CS, 8, 0];
|
|
3447
3479
|
var HumanLoopActivationConditions = [0, n0, _HLAC, { [_mT]: _a }, 0];
|
|
3448
3480
|
var ModelCardContent = [0, n0, _MCC, 8, 0];
|
|
@@ -3523,7 +3555,7 @@ export var AlarmDetails$ = [3, n0, _AD,
|
|
|
3523
3555
|
];
|
|
3524
3556
|
export var AlgorithmSpecification$ = [3, n0, _ASl,
|
|
3525
3557
|
0,
|
|
3526
|
-
[_TIM, _TI, _ANlg, _MD, _ESMMTS,
|
|
3558
|
+
[_TIM, _TI, _ANlg, _MD, _ESMMTS, _CEo, _CA, _TIC],
|
|
3527
3559
|
[0, 0, 0, () => MetricDefinitionList, 2, 64 | 0, 64 | 0, () => TrainingImageConfig$], 1
|
|
3528
3560
|
];
|
|
3529
3561
|
export var AlgorithmStatusDetails$ = [3, n0, _ASD,
|
|
@@ -3578,7 +3610,7 @@ export var AppLifecycleManagement$ = [3, n0, _ALM,
|
|
|
3578
3610
|
];
|
|
3579
3611
|
export var AppSpecification$ = [3, n0, _ASp,
|
|
3580
3612
|
0,
|
|
3581
|
-
[_IU,
|
|
3613
|
+
[_IU, _CEo, _CA],
|
|
3582
3614
|
[0, 64 | 0, 64 | 0], 1
|
|
3583
3615
|
];
|
|
3584
3616
|
export var ArtifactSource$ = [3, n0, _ASr,
|
|
@@ -3718,7 +3750,7 @@ export var AutoMLJobCompletionCriteria$ = [3, n0, _AMLJCC,
|
|
|
3718
3750
|
];
|
|
3719
3751
|
export var AutoMLJobConfig$ = [3, n0, _AMLJCu,
|
|
3720
3752
|
0,
|
|
3721
|
-
[_CCo, _SC, _CGC, _DSC,
|
|
3753
|
+
[_CCo, _SC, _CGC, _DSC, _Mo],
|
|
3722
3754
|
[() => AutoMLJobCompletionCriteria$, () => AutoMLSecurityConfig$, () => AutoMLCandidateGenerationConfig$, () => AutoMLDataSplitConfig$, 0]
|
|
3723
3755
|
];
|
|
3724
3756
|
export var AutoMLJobObjective$ = [3, n0, _AMLJO,
|
|
@@ -3773,7 +3805,7 @@ export var AutoRollbackConfig$ = [3, n0, _ARC,
|
|
|
3773
3805
|
];
|
|
3774
3806
|
export var Autotune$ = [3, n0, _Au,
|
|
3775
3807
|
0,
|
|
3776
|
-
[
|
|
3808
|
+
[_Mo],
|
|
3777
3809
|
[0], 1
|
|
3778
3810
|
];
|
|
3779
3811
|
export var AvailableUpgrade$ = [3, n0, _AUv,
|
|
@@ -3788,7 +3820,7 @@ export var BaseModel$ = [3, n0, _BM,
|
|
|
3788
3820
|
];
|
|
3789
3821
|
export var BatchAddClusterNodesError$ = [3, n0, _BACNE,
|
|
3790
3822
|
0,
|
|
3791
|
-
[_IGN, _EC, _FC,
|
|
3823
|
+
[_IGN, _EC, _FC, _M],
|
|
3792
3824
|
[0, 0, 1, 0], 3
|
|
3793
3825
|
];
|
|
3794
3826
|
export var BatchAddClusterNodesRequest$ = [3, n0, _BACNR,
|
|
@@ -3808,12 +3840,12 @@ export var BatchDataCaptureConfig$ = [3, n0, _BDCC,
|
|
|
3808
3840
|
];
|
|
3809
3841
|
export var BatchDeleteClusterNodeLogicalIdsError$ = [3, n0, _BDCNLIE,
|
|
3810
3842
|
0,
|
|
3811
|
-
[_Cod,
|
|
3843
|
+
[_Cod, _M, _NLI],
|
|
3812
3844
|
[0, 0, 0], 3
|
|
3813
3845
|
];
|
|
3814
3846
|
export var BatchDeleteClusterNodesError$ = [3, n0, _BDCNE,
|
|
3815
3847
|
0,
|
|
3816
|
-
[_Cod,
|
|
3848
|
+
[_Cod, _M, _NI],
|
|
3817
3849
|
[0, 0, 0], 3
|
|
3818
3850
|
];
|
|
3819
3851
|
export var BatchDeleteClusterNodesRequest$ = [3, n0, _BDCNR,
|
|
@@ -3848,12 +3880,12 @@ export var BatchDescribeModelPackageSummary$ = [3, n0, _BDMPS,
|
|
|
3848
3880
|
];
|
|
3849
3881
|
export var BatchRebootClusterNodeLogicalIdsError$ = [3, n0, _BRCNLIE,
|
|
3850
3882
|
0,
|
|
3851
|
-
[_NLI, _EC,
|
|
3883
|
+
[_NLI, _EC, _M],
|
|
3852
3884
|
[0, 0, 0], 3
|
|
3853
3885
|
];
|
|
3854
3886
|
export var BatchRebootClusterNodesError$ = [3, n0, _BRCNE,
|
|
3855
3887
|
0,
|
|
3856
|
-
[_NI, _EC,
|
|
3888
|
+
[_NI, _EC, _M],
|
|
3857
3889
|
[0, 0, 0], 3
|
|
3858
3890
|
];
|
|
3859
3891
|
export var BatchRebootClusterNodesRequest$ = [3, n0, _BRCNR,
|
|
@@ -3868,12 +3900,12 @@ export var BatchRebootClusterNodesResponse$ = [3, n0, _BRCNRa,
|
|
|
3868
3900
|
];
|
|
3869
3901
|
export var BatchReplaceClusterNodeLogicalIdsError$ = [3, n0, _BRCNLIEa,
|
|
3870
3902
|
0,
|
|
3871
|
-
[_NLI, _EC,
|
|
3903
|
+
[_NLI, _EC, _M],
|
|
3872
3904
|
[0, 0, 0], 3
|
|
3873
3905
|
];
|
|
3874
3906
|
export var BatchReplaceClusterNodesError$ = [3, n0, _BRCNEa,
|
|
3875
3907
|
0,
|
|
3876
|
-
[_NI, _EC,
|
|
3908
|
+
[_NI, _EC, _M],
|
|
3877
3909
|
[0, 0, 0], 3
|
|
3878
3910
|
];
|
|
3879
3911
|
export var BatchReplaceClusterNodesRequest$ = [3, n0, _BRCNRat,
|
|
@@ -4078,12 +4110,12 @@ export var ClarifyTextConfig$ = [3, n0, _CTC,
|
|
|
4078
4110
|
];
|
|
4079
4111
|
export var ClusterAutoScalingConfig$ = [3, n0, _CASC,
|
|
4080
4112
|
0,
|
|
4081
|
-
[
|
|
4113
|
+
[_Mo, _ASTu],
|
|
4082
4114
|
[0, 0], 1
|
|
4083
4115
|
];
|
|
4084
4116
|
export var ClusterAutoScalingConfigOutput$ = [3, n0, _CASCO,
|
|
4085
4117
|
0,
|
|
4086
|
-
[
|
|
4118
|
+
[_Mo, _St, _ASTu, _FM],
|
|
4087
4119
|
[0, 0, 0, 0], 2
|
|
4088
4120
|
];
|
|
4089
4121
|
export var ClusterCapacityRequirements$ = [3, n0, _CCR,
|
|
@@ -4123,7 +4155,7 @@ export var ClusterInstancePlacement$ = [3, n0, _CIP,
|
|
|
4123
4155
|
];
|
|
4124
4156
|
export var ClusterInstanceStatusDetails$ = [3, n0, _CISD,
|
|
4125
4157
|
0,
|
|
4126
|
-
[_St,
|
|
4158
|
+
[_St, _M],
|
|
4127
4159
|
[0, 0], 1
|
|
4128
4160
|
];
|
|
4129
4161
|
export var ClusterKubernetesConfig$ = [3, n0, _CKC,
|
|
@@ -4208,7 +4240,7 @@ export var ClusterSummary$ = [3, n0, _CSl,
|
|
|
4208
4240
|
];
|
|
4209
4241
|
export var ClusterTieredStorageConfig$ = [3, n0, _CTSC,
|
|
4210
4242
|
0,
|
|
4211
|
-
[
|
|
4243
|
+
[_Mo, _IMAP],
|
|
4212
4244
|
[0, 1], 1
|
|
4213
4245
|
];
|
|
4214
4246
|
export var CodeEditorAppImageConfig$ = [3, n0, _CEAIC,
|
|
@@ -4276,20 +4308,14 @@ export var ConditionStepMetadata$ = [3, n0, _CSMo,
|
|
|
4276
4308
|
[_O],
|
|
4277
4309
|
[0]
|
|
4278
4310
|
];
|
|
4279
|
-
export var ConflictException$ = [-3, n0, _CEo,
|
|
4280
|
-
{ [_e]: _c },
|
|
4281
|
-
[_Me],
|
|
4282
|
-
[0]
|
|
4283
|
-
];
|
|
4284
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
4285
4311
|
export var ContainerConfig$ = [3, n0, _CCon,
|
|
4286
4312
|
0,
|
|
4287
|
-
[_CA,
|
|
4313
|
+
[_CA, _CEo, _CEV],
|
|
4288
4314
|
[64 | 0, 64 | 0, 128 | 0]
|
|
4289
4315
|
];
|
|
4290
4316
|
export var ContainerDefinition$ = [3, n0, _CD,
|
|
4291
4317
|
0,
|
|
4292
|
-
[_CH, _I, _ICm,
|
|
4318
|
+
[_CH, _I, _ICm, _Mo, _MDU, _MDS, _AMDSd, _E, _MPN, _ISN, _MMC],
|
|
4293
4319
|
[0, 0, () => ImageConfig$, 0, 0, () => ModelDataSource$, () => AdditionalModelDataSources, 128 | 0, 0, 0, () => MultiModelConfig$]
|
|
4294
4320
|
];
|
|
4295
4321
|
export var ContextSource$ = [3, n0, _CSo,
|
|
@@ -5024,7 +5050,7 @@ export var DataProcessing$ = [3, n0, _DP,
|
|
|
5024
5050
|
];
|
|
5025
5051
|
export var DataQualityAppSpecification$ = [3, n0, _DQAS,
|
|
5026
5052
|
0,
|
|
5027
|
-
[_IU,
|
|
5053
|
+
[_IU, _CEo, _CA, _RPSU, _PAPSU, _E],
|
|
5028
5054
|
[0, 64 | 0, 64 | 0, 0, 0, 128 | 0], 1
|
|
5029
5055
|
];
|
|
5030
5056
|
export var DataQualityBaselineConfig$ = [3, n0, _DQBC,
|
|
@@ -5689,7 +5715,7 @@ export var DescribeDeviceRequest$ = [3, n0, _DDRes,
|
|
|
5689
5715
|
];
|
|
5690
5716
|
export var DescribeDeviceResponse$ = [3, n0, _DDResc,
|
|
5691
5717
|
0,
|
|
5692
|
-
[_DNe, _DFN, _RTeg, _DAe, _D, _ITN, _LHa,
|
|
5718
|
+
[_DNe, _DFN, _RTeg, _DAe, _D, _ITN, _LHa, _Mod, _MMa, _NT, _AV],
|
|
5693
5719
|
[0, 0, 4, 0, 0, 0, 4, () => EdgeModels, 1, 0, 0], 3
|
|
5694
5720
|
];
|
|
5695
5721
|
export var DescribeDomainRequest$ = [3, n0, _DDRescr,
|
|
@@ -6169,7 +6195,7 @@ export var DescribeTrialComponentRequest$ = [3, n0, _DTCRes,
|
|
|
6169
6195
|
];
|
|
6170
6196
|
export var DescribeTrialComponentResponse$ = [3, n0, _DTCResc,
|
|
6171
6197
|
0,
|
|
6172
|
-
[_TCN, _TCA, _DNi, _S, _St, _STt, _ETn, _CT, _CB, _LMT, _LMB, _P, _IAn, _OA, _MP,
|
|
6198
|
+
[_TCN, _TCA, _DNi, _S, _St, _STt, _ETn, _CT, _CB, _LMT, _LMB, _P, _IAn, _OA, _MP, _Me, _LGA, _So],
|
|
6173
6199
|
[0, 0, 0, () => TrialComponentSource$, () => TrialComponentStatus$, 4, 4, 4, () => UserContext$, 4, () => UserContext$, () => TrialComponentParameters, () => TrialComponentArtifacts, () => TrialComponentArtifacts, () => MetadataProperties$, () => TrialComponentMetricSummaries, 0, () => TrialComponentSources]
|
|
6174
6200
|
];
|
|
6175
6201
|
export var DescribeTrialRequest$ = [3, n0, _DTRes,
|
|
@@ -6254,7 +6280,7 @@ export var DeviceStats$ = [3, n0, _DSev,
|
|
|
6254
6280
|
];
|
|
6255
6281
|
export var DeviceSummary$ = [3, n0, _DSevi,
|
|
6256
6282
|
0,
|
|
6257
|
-
[_DNe, _DAe, _D, _DFN, _ITN, _RTeg, _LHa,
|
|
6283
|
+
[_DNe, _DAe, _D, _DFN, _ITN, _RTeg, _LHa, _Mod, _AV],
|
|
6258
6284
|
[0, 0, 0, 0, 0, 4, 4, () => EdgeModelSummaries, 0], 2
|
|
6259
6285
|
];
|
|
6260
6286
|
export var DirectDeploySettings$ = [3, n0, _DDS,
|
|
@@ -6479,7 +6505,7 @@ export var EndpointOutputConfiguration$ = [3, n0, _EOCn,
|
|
|
6479
6505
|
];
|
|
6480
6506
|
export var EndpointPerformance$ = [3, n0, _EPn,
|
|
6481
6507
|
0,
|
|
6482
|
-
[
|
|
6508
|
+
[_Me, _EInd],
|
|
6483
6509
|
[() => InferenceMetrics$, () => EndpointInfo$], 2
|
|
6484
6510
|
];
|
|
6485
6511
|
export var EndpointStepMetadata$ = [3, n0, _ESM,
|
|
@@ -6689,7 +6715,7 @@ export var GetScalingConfigurationRecommendationRequest$ = [3, n0, _GSCRR,
|
|
|
6689
6715
|
];
|
|
6690
6716
|
export var GetScalingConfigurationRecommendationResponse$ = [3, n0, _GSCRRe,
|
|
6691
6717
|
0,
|
|
6692
|
-
[_IRJN, _RIe, _EN, _TCUPC, _SPO,
|
|
6718
|
+
[_IRJN, _RIe, _EN, _TCUPC, _SPO, _Met, _DSCy],
|
|
6693
6719
|
[0, 0, 0, 1, () => ScalingPolicyObjective$, () => ScalingPolicyMetric$, () => DynamicScalingConfiguration$]
|
|
6694
6720
|
];
|
|
6695
6721
|
export var GetSearchSuggestionsRequest$ = [3, n0, _GSSR,
|
|
@@ -6979,7 +7005,7 @@ export var InferenceComponentSummary$ = [3, n0, _ICSnf,
|
|
|
6979
7005
|
];
|
|
6980
7006
|
export var InferenceExecutionConfig$ = [3, n0, _IEC,
|
|
6981
7007
|
0,
|
|
6982
|
-
[
|
|
7008
|
+
[_Mo],
|
|
6983
7009
|
[0], 1
|
|
6984
7010
|
];
|
|
6985
7011
|
export var InferenceExperimentDataStorageConfig$ = [3, n0, _IEDSC,
|
|
@@ -7009,7 +7035,7 @@ export var InferenceMetrics$ = [3, n0, _IMn,
|
|
|
7009
7035
|
];
|
|
7010
7036
|
export var InferenceRecommendation$ = [3, n0, _IRnf,
|
|
7011
7037
|
0,
|
|
7012
|
-
[_ECnd, _MCode, _RIe,
|
|
7038
|
+
[_ECnd, _MCode, _RIe, _Me, _IET, _IST],
|
|
7013
7039
|
[() => EndpointOutputConfiguration$, () => ModelConfiguration$, 0, () => RecommendationMetrics$, 4, 4], 2
|
|
7014
7040
|
];
|
|
7015
7041
|
export var InferenceRecommendationsJob$ = [3, n0, _IRJ,
|
|
@@ -7739,7 +7765,7 @@ export var ListModelsInput$ = [3, n0, _LMI,
|
|
|
7739
7765
|
];
|
|
7740
7766
|
export var ListModelsOutput$ = [3, n0, _LMO,
|
|
7741
7767
|
0,
|
|
7742
|
-
[
|
|
7768
|
+
[_Mod, _NT],
|
|
7743
7769
|
[() => ModelSummaryList, 0], 1
|
|
7744
7770
|
];
|
|
7745
7771
|
export var ListMonitoringAlertHistoryRequest$ = [3, n0, _LMAHR,
|
|
@@ -8107,7 +8133,7 @@ export var MlflowDetails$ = [3, n0, _MDl,
|
|
|
8107
8133
|
[_MEI, _MRI],
|
|
8108
8134
|
[0, 0]
|
|
8109
8135
|
];
|
|
8110
|
-
export var Model$ = [3, n0,
|
|
8136
|
+
export var Model$ = [3, n0, _Mode,
|
|
8111
8137
|
0,
|
|
8112
8138
|
[_MNo, _PC, _Co, _IEC, _ERA, _VC, _CT, _MA, _ENI, _Ta, _DR],
|
|
8113
8139
|
[0, () => ContainerDefinition$, () => ContainerDefinitionList, () => InferenceExecutionConfig$, 0, () => VpcConfig$, 4, 0, 2, () => TagList, () => DeploymentRecommendation$]
|
|
@@ -8199,7 +8225,7 @@ export var ModelDashboardIndicatorAction$ = [3, n0, _MDIA,
|
|
|
8199
8225
|
];
|
|
8200
8226
|
export var ModelDashboardModel$ = [3, n0, _MDM,
|
|
8201
8227
|
0,
|
|
8202
|
-
[
|
|
8228
|
+
[_Mode, _End, _LBTJ, _MSon, _MCod],
|
|
8203
8229
|
[() => Model$, () => ModelDashboardEndpoints, () => TransformJob$, () => ModelDashboardMonitoringSchedules, () => ModelDashboardModelCard$]
|
|
8204
8230
|
];
|
|
8205
8231
|
export var ModelDashboardModelCard$ = [3, n0, _MDMC,
|
|
@@ -8284,7 +8310,7 @@ export var ModelMetadataSearchExpression$ = [3, n0, _MMSE,
|
|
|
8284
8310
|
];
|
|
8285
8311
|
export var ModelMetadataSummary$ = [3, n0, _MMSo,
|
|
8286
8312
|
0,
|
|
8287
|
-
[_Do, _Fr, _Tas,
|
|
8313
|
+
[_Do, _Fr, _Tas, _Mode, _FV],
|
|
8288
8314
|
[0, 0, 0, 0, 0], 5
|
|
8289
8315
|
];
|
|
8290
8316
|
export var ModelMetrics$ = [3, n0, _MM,
|
|
@@ -8359,7 +8385,7 @@ export var ModelQuality$ = [3, n0, _MQ,
|
|
|
8359
8385
|
];
|
|
8360
8386
|
export var ModelQualityAppSpecification$ = [3, n0, _MQAS,
|
|
8361
8387
|
0,
|
|
8362
|
-
[_IU,
|
|
8388
|
+
[_IU, _CEo, _CA, _RPSU, _PAPSU, _PT, _E],
|
|
8363
8389
|
[0, 64 | 0, 64 | 0, 0, 0, 0, 128 | 0], 1
|
|
8364
8390
|
];
|
|
8365
8391
|
export var ModelQualityBaselineConfig$ = [3, n0, _MQBC,
|
|
@@ -8434,7 +8460,7 @@ export var MonitoringAlertSummary$ = [3, n0, _MASon,
|
|
|
8434
8460
|
];
|
|
8435
8461
|
export var MonitoringAppSpecification$ = [3, n0, _MASoni,
|
|
8436
8462
|
0,
|
|
8437
|
-
[_IU,
|
|
8463
|
+
[_IU, _CEo, _CA, _RPSU, _PAPSU],
|
|
8438
8464
|
[0, 64 | 0, 64 | 0, 0, 0], 1
|
|
8439
8465
|
];
|
|
8440
8466
|
export var MonitoringBaselineConfig$ = [3, n0, _MBC,
|
|
@@ -8784,7 +8810,7 @@ export var PipelineExecutionStep$ = [3, n0, _PESipe,
|
|
|
8784
8810
|
];
|
|
8785
8811
|
export var PipelineExecutionStepMetadata$ = [3, n0, _PESM,
|
|
8786
8812
|
0,
|
|
8787
|
-
[_TJ, _PJ, _TJr, _TJu,
|
|
8813
|
+
[_TJ, _PJ, _TJr, _TJu, _Mode, _RMe, _Cond, _Cal, _Lam, _EMR, _QC, _CCla, _Fa, _AMLJ, _En, _ECndpo, _BCM, _BCMD, _BPMT, _BMI, _ICnfe, _Lin],
|
|
8788
8814
|
[() => TrainingJobStepMetadata$, () => ProcessingJobStepMetadata$, () => TransformJobStepMetadata$, () => TuningJobStepMetaData$, () => ModelStepMetadata$, () => RegisterModelStepMetadata$, () => ConditionStepMetadata$, () => CallbackStepMetadata$, () => LambdaStepMetadata$, () => EMRStepMetadata$, () => QualityCheckStepMetadata$, () => ClarifyCheckStepMetadata$, () => FailStepMetadata$, () => AutoMLJobStepMetadata$, () => EndpointStepMetadata$, () => EndpointConfigStepMetadata$, () => BedrockCustomModelMetadata$, () => BedrockCustomModelDeploymentMetadata$, () => BedrockProvisionedModelThroughputMetadata$, () => BedrockModelImportMetadata$, () => InferenceComponentMetadata$, () => LineageMetadata$]
|
|
8789
8815
|
];
|
|
8790
8816
|
export var PipelineExecutionSummary$ = [3, n0, _PESipel,
|
|
@@ -9044,7 +9070,7 @@ export var RecommendationJobContainerConfig$ = [3, n0, _RJCC,
|
|
|
9044
9070
|
];
|
|
9045
9071
|
export var RecommendationJobInferenceBenchmark$ = [3, n0, _RJIB,
|
|
9046
9072
|
0,
|
|
9047
|
-
[_MCode,
|
|
9073
|
+
[_MCode, _Me, _EMn, _ECnd, _FR, _IET, _IST],
|
|
9048
9074
|
[() => ModelConfiguration$, () => RecommendationMetrics$, () => InferenceMetrics$, () => EndpointOutputConfiguration$, 0, 4, 4], 1
|
|
9049
9075
|
];
|
|
9050
9076
|
export var RecommendationJobInputConfig$ = [3, n0, _RJIC,
|
|
@@ -9114,7 +9140,7 @@ export var RenderableTask$ = [3, n0, _RTen,
|
|
|
9114
9140
|
];
|
|
9115
9141
|
export var RenderingError$ = [3, n0, _RE,
|
|
9116
9142
|
0,
|
|
9117
|
-
[_Cod,
|
|
9143
|
+
[_Cod, _M],
|
|
9118
9144
|
[0, 0], 2
|
|
9119
9145
|
];
|
|
9120
9146
|
export var RenderUiTemplateRequest$ = [3, n0, _RUTR,
|
|
@@ -9162,29 +9188,11 @@ export var ResourceConfigForUpdate$ = [3, n0, _RCFU,
|
|
|
9162
9188
|
[_KAPIS],
|
|
9163
9189
|
[1], 1
|
|
9164
9190
|
];
|
|
9165
|
-
export var ResourceInUse$ = [-3, n0, _RIU,
|
|
9166
|
-
{ [_e]: _c },
|
|
9167
|
-
[_Me],
|
|
9168
|
-
[0]
|
|
9169
|
-
];
|
|
9170
|
-
TypeRegistry.for(n0).registerError(ResourceInUse$, ResourceInUse);
|
|
9171
|
-
export var ResourceLimitExceeded$ = [-3, n0, _RLE,
|
|
9172
|
-
{ [_e]: _c },
|
|
9173
|
-
[_Me],
|
|
9174
|
-
[0]
|
|
9175
|
-
];
|
|
9176
|
-
TypeRegistry.for(n0).registerError(ResourceLimitExceeded$, ResourceLimitExceeded);
|
|
9177
9191
|
export var ResourceLimits$ = [3, n0, _RL,
|
|
9178
9192
|
0,
|
|
9179
9193
|
[_MPTJ, _MNOTJ, _MRIS],
|
|
9180
9194
|
[1, 1, 1], 1
|
|
9181
9195
|
];
|
|
9182
|
-
export var ResourceNotFound$ = [-3, n0, _RNF,
|
|
9183
|
-
{ [_e]: _c },
|
|
9184
|
-
[_Me],
|
|
9185
|
-
[0]
|
|
9186
|
-
];
|
|
9187
|
-
TypeRegistry.for(n0).registerError(ResourceNotFound$, ResourceNotFound);
|
|
9188
9196
|
export var ResourceSharingConfig$ = [3, n0, _RSC,
|
|
9189
9197
|
0,
|
|
9190
9198
|
[_Str, _BL, _ABL],
|
|
@@ -9312,7 +9320,7 @@ export var SearchExpression$ = [3, n0, _SEe,
|
|
|
9312
9320
|
];
|
|
9313
9321
|
export var SearchRecord$ = [3, n0, _SRe,
|
|
9314
9322
|
0,
|
|
9315
|
-
[_TJ, _Exp, _Tr, _TCr, _En, _MPod, _MPG, _Pi, _PE, _PVi, _FG, _FMe, _Proj, _HPTJ, _MCod,
|
|
9323
|
+
[_TJ, _Exp, _Tr, _TCr, _En, _MPod, _MPG, _Pi, _PE, _PVi, _FG, _FMe, _Proj, _HPTJ, _MCod, _Mode],
|
|
9316
9324
|
[() => TrainingJob$, () => Experiment$, () => Trial$, () => TrialComponent$, () => Endpoint$, [() => ModelPackage$, 0], () => ModelPackageGroup$, () => Pipeline$, () => PipelineExecution$, () => PipelineVersion$, () => FeatureGroup$, () => FeatureMetadata$, () => Project$, () => HyperParameterTuningJobSearchEntity$, [() => ModelCard$, 0], () => ModelDashboardModel$]
|
|
9317
9325
|
];
|
|
9318
9326
|
export var SearchRequest$ = [3, n0, _SRea,
|
|
@@ -9667,7 +9675,7 @@ export var SuggestionQuery$ = [3, n0, _SQ,
|
|
|
9667
9675
|
];
|
|
9668
9676
|
export var TabularJobConfig$ = [3, n0, _TJC,
|
|
9669
9677
|
0,
|
|
9670
|
-
[_TAN, _CGC, _CCo, _FSSU,
|
|
9678
|
+
[_TAN, _CGC, _CCo, _FSSU, _Mo, _GCDO, _PT, _SWAN],
|
|
9671
9679
|
[0, () => CandidateGenerationConfig$, () => AutoMLJobCompletionCriteria$, 0, 0, 2, 0, 0], 1
|
|
9672
9680
|
];
|
|
9673
9681
|
export var TabularResolvedAttributes$ = [3, n0, _TRA,
|
|
@@ -9887,7 +9895,7 @@ export var Trial$ = [3, n0, _Tr,
|
|
|
9887
9895
|
];
|
|
9888
9896
|
export var TrialComponent$ = [3, n0, _TCr,
|
|
9889
9897
|
0,
|
|
9890
|
-
[_TCN, _DNi, _TCA, _S, _St, _STt, _ETn, _CT, _CB, _LMT, _LMB, _P, _IAn, _OA,
|
|
9898
|
+
[_TCN, _DNi, _TCA, _S, _St, _STt, _ETn, _CT, _CB, _LMT, _LMB, _P, _IAn, _OA, _Me, _MP, _SDo, _LGA, _Ta, _Paren, _RNu],
|
|
9891
9899
|
[0, 0, 0, () => TrialComponentSource$, () => TrialComponentStatus$, 4, 4, 4, () => UserContext$, 4, () => UserContext$, () => TrialComponentParameters, () => TrialComponentArtifacts, () => TrialComponentArtifacts, () => TrialComponentMetricSummaries, () => MetadataProperties$, () => TrialComponentSourceDetail$, 0, () => TagList, () => Parents, 0]
|
|
9892
9900
|
];
|
|
9893
9901
|
export var TrialComponentArtifact$ = [3, n0, _TCAr,
|
|
@@ -9917,7 +9925,7 @@ export var TrialComponentSourceDetail$ = [3, n0, _TCSD,
|
|
|
9917
9925
|
];
|
|
9918
9926
|
export var TrialComponentStatus$ = [3, n0, _TCSri,
|
|
9919
9927
|
0,
|
|
9920
|
-
[_PSri,
|
|
9928
|
+
[_PSri, _M],
|
|
9921
9929
|
[0, 0]
|
|
9922
9930
|
];
|
|
9923
9931
|
export var TrialComponentSummary$ = [3, n0, _TCSria,
|
|
@@ -10516,8 +10524,6 @@ export var Workteam$ = [3, n0, _Wo,
|
|
|
10516
10524
|
[0, () => MemberDefinitions, 0, 0, 0, 64 | 0, 0, 4, 4, () => NotificationConfiguration$, () => WorkerAccessConfiguration$], 4
|
|
10517
10525
|
];
|
|
10518
10526
|
var __Unit = "unit";
|
|
10519
|
-
export var SageMakerServiceException$ = [-3, _s, "SageMakerServiceException", 0, [], []];
|
|
10520
|
-
TypeRegistry.for(_s).registerError(SageMakerServiceException$, SageMakerServiceException);
|
|
10521
10527
|
var AbsoluteBorrowLimitResourceList = [1, n0, _ABLRL,
|
|
10522
10528
|
0, () => ComputeQuotaResourceConfig$
|
|
10523
10529
|
];
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var SageMakerServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
5
|
+
export declare var ResourceInUse$: StaticErrorSchema;
|
|
6
|
+
export declare var ResourceLimitExceeded$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFound$: StaticErrorSchema;
|
|
8
|
+
/**
|
|
9
|
+
* TypeRegistry instances containing modeled errors.
|
|
10
|
+
* @internal
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
14
|
export declare var AcceleratorPartitionConfig$: StaticStructureSchema;
|
|
3
15
|
export declare var ActionSource$: StaticStructureSchema;
|
|
4
16
|
export declare var ActionSummary$: StaticStructureSchema;
|
|
@@ -165,7 +177,6 @@ export declare var ComputeQuotaResourceConfig$: StaticStructureSchema;
|
|
|
165
177
|
export declare var ComputeQuotaSummary$: StaticStructureSchema;
|
|
166
178
|
export declare var ComputeQuotaTarget$: StaticStructureSchema;
|
|
167
179
|
export declare var ConditionStepMetadata$: StaticStructureSchema;
|
|
168
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
169
180
|
export declare var ContainerConfig$: StaticStructureSchema;
|
|
170
181
|
export declare var ContainerDefinition$: StaticStructureSchema;
|
|
171
182
|
export declare var ContextSource$: StaticStructureSchema;
|
|
@@ -1142,10 +1153,7 @@ export declare var ResolvedAttributes$: StaticStructureSchema;
|
|
|
1142
1153
|
export declare var ResourceCatalog$: StaticStructureSchema;
|
|
1143
1154
|
export declare var ResourceConfig$: StaticStructureSchema;
|
|
1144
1155
|
export declare var ResourceConfigForUpdate$: StaticStructureSchema;
|
|
1145
|
-
export declare var ResourceInUse$: StaticErrorSchema;
|
|
1146
|
-
export declare var ResourceLimitExceeded$: StaticErrorSchema;
|
|
1147
1156
|
export declare var ResourceLimits$: StaticStructureSchema;
|
|
1148
|
-
export declare var ResourceNotFound$: StaticErrorSchema;
|
|
1149
1157
|
export declare var ResourceSharingConfig$: StaticStructureSchema;
|
|
1150
1158
|
export declare var ResourceSpec$: StaticStructureSchema;
|
|
1151
1159
|
export declare var RetentionPolicy$: StaticStructureSchema;
|
|
@@ -1412,7 +1420,6 @@ export declare var WorkforceVpcConfigRequest$: StaticStructureSchema;
|
|
|
1412
1420
|
export declare var WorkforceVpcConfigResponse$: StaticStructureSchema;
|
|
1413
1421
|
export declare var WorkspaceSettings$: StaticStructureSchema;
|
|
1414
1422
|
export declare var Workteam$: StaticStructureSchema;
|
|
1415
|
-
export declare var SageMakerServiceException$: StaticErrorSchema;
|
|
1416
1423
|
export declare var AutoMLProblemTypeConfig$: StaticUnionSchema;
|
|
1417
1424
|
export declare var AutoMLProblemTypeResolvedAttributes$: StaticUnionSchema;
|
|
1418
1425
|
export declare var ClusterInstanceStorageConfig$: StaticUnionSchema;
|
|
@@ -1,9 +1,16 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var SageMakerServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var ResourceInUse$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceLimitExceeded$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFound$: StaticErrorSchema;
|
|
13
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
14
|
export declare var AcceleratorPartitionConfig$: StaticStructureSchema;
|
|
8
15
|
export declare var ActionSource$: StaticStructureSchema;
|
|
9
16
|
export declare var ActionSummary$: StaticStructureSchema;
|
|
@@ -170,7 +177,6 @@ export declare var ComputeQuotaResourceConfig$: StaticStructureSchema;
|
|
|
170
177
|
export declare var ComputeQuotaSummary$: StaticStructureSchema;
|
|
171
178
|
export declare var ComputeQuotaTarget$: StaticStructureSchema;
|
|
172
179
|
export declare var ConditionStepMetadata$: StaticStructureSchema;
|
|
173
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
174
180
|
export declare var ContainerConfig$: StaticStructureSchema;
|
|
175
181
|
export declare var ContainerDefinition$: StaticStructureSchema;
|
|
176
182
|
export declare var ContextSource$: StaticStructureSchema;
|
|
@@ -1147,10 +1153,7 @@ export declare var ResolvedAttributes$: StaticStructureSchema;
|
|
|
1147
1153
|
export declare var ResourceCatalog$: StaticStructureSchema;
|
|
1148
1154
|
export declare var ResourceConfig$: StaticStructureSchema;
|
|
1149
1155
|
export declare var ResourceConfigForUpdate$: StaticStructureSchema;
|
|
1150
|
-
export declare var ResourceInUse$: StaticErrorSchema;
|
|
1151
|
-
export declare var ResourceLimitExceeded$: StaticErrorSchema;
|
|
1152
1156
|
export declare var ResourceLimits$: StaticStructureSchema;
|
|
1153
|
-
export declare var ResourceNotFound$: StaticErrorSchema;
|
|
1154
1157
|
export declare var ResourceSharingConfig$: StaticStructureSchema;
|
|
1155
1158
|
export declare var ResourceSpec$: StaticStructureSchema;
|
|
1156
1159
|
export declare var RetentionPolicy$: StaticStructureSchema;
|
|
@@ -1417,7 +1420,6 @@ export declare var WorkforceVpcConfigRequest$: StaticStructureSchema;
|
|
|
1417
1420
|
export declare var WorkforceVpcConfigResponse$: StaticStructureSchema;
|
|
1418
1421
|
export declare var WorkspaceSettings$: StaticStructureSchema;
|
|
1419
1422
|
export declare var Workteam$: StaticStructureSchema;
|
|
1420
|
-
export declare var SageMakerServiceException$: StaticErrorSchema;
|
|
1421
1423
|
export declare var AutoMLProblemTypeConfig$: StaticUnionSchema;
|
|
1422
1424
|
export declare var AutoMLProblemTypeResolvedAttributes$: StaticUnionSchema;
|
|
1423
1425
|
export declare var ClusterInstanceStorageConfig$: StaticUnionSchema;
|
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.988.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",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.8",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|