@aws-sdk/client-sagemaker 3.596.0 → 3.600.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/dist-cjs/index.js +523 -57
- package/dist-es/SageMaker.js +16 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
- package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
- package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +8 -11
- package/dist-es/models/models_1.js +16 -12
- package/dist-es/models/models_2.js +35 -11
- package/dist-es/models/models_3.js +16 -24
- package/dist-es/models/models_4.js +24 -0
- package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +261 -0
- package/dist-types/SageMaker.d.ts +57 -0
- package/dist-types/SageMakerClient.d.ts +10 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +85 -407
- package/dist-types/models/models_1.d.ts +507 -137
- package/dist-types/models/models_2.d.ts +295 -318
- package/dist-types/models/models_3.d.ts +460 -512
- package/dist-types/models/models_4.d.ts +576 -3
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +72 -0
- package/dist-types/ts3.4/SageMaker.d.ts +143 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -18
- package/dist-types/ts3.4/models/models_1.d.ts +46 -47
- package/dist-types/ts3.4/models/models_2.d.ts +105 -85
- package/dist-types/ts3.4/models/models_3.d.ts +116 -127
- package/dist-types/ts3.4/models/models_4.d.ts +156 -9
- package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +96 -0
- package/package.json +38 -38
|
@@ -143,6 +143,10 @@ import {
|
|
|
143
143
|
CreateLabelingJobCommandInput,
|
|
144
144
|
CreateLabelingJobCommandOutput,
|
|
145
145
|
} from "../commands/CreateLabelingJobCommand";
|
|
146
|
+
import {
|
|
147
|
+
CreateMlflowTrackingServerCommandInput,
|
|
148
|
+
CreateMlflowTrackingServerCommandOutput,
|
|
149
|
+
} from "../commands/CreateMlflowTrackingServerCommand";
|
|
146
150
|
import {
|
|
147
151
|
CreateModelBiasJobDefinitionCommandInput,
|
|
148
152
|
CreateModelBiasJobDefinitionCommandOutput,
|
|
@@ -195,6 +199,10 @@ import {
|
|
|
195
199
|
CreatePresignedDomainUrlCommandInput,
|
|
196
200
|
CreatePresignedDomainUrlCommandOutput,
|
|
197
201
|
} from "../commands/CreatePresignedDomainUrlCommand";
|
|
202
|
+
import {
|
|
203
|
+
CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
204
|
+
CreatePresignedMlflowTrackingServerUrlCommandOutput,
|
|
205
|
+
} from "../commands/CreatePresignedMlflowTrackingServerUrlCommand";
|
|
198
206
|
import {
|
|
199
207
|
CreatePresignedNotebookInstanceUrlCommandInput,
|
|
200
208
|
CreatePresignedNotebookInstanceUrlCommandOutput,
|
|
@@ -355,6 +363,10 @@ import {
|
|
|
355
363
|
DeleteInferenceExperimentCommandInput,
|
|
356
364
|
DeleteInferenceExperimentCommandOutput,
|
|
357
365
|
} from "../commands/DeleteInferenceExperimentCommand";
|
|
366
|
+
import {
|
|
367
|
+
DeleteMlflowTrackingServerCommandInput,
|
|
368
|
+
DeleteMlflowTrackingServerCommandOutput,
|
|
369
|
+
} from "../commands/DeleteMlflowTrackingServerCommand";
|
|
358
370
|
import {
|
|
359
371
|
DeleteModelBiasJobDefinitionCommandInput,
|
|
360
372
|
DeleteModelBiasJobDefinitionCommandOutput,
|
|
@@ -583,6 +595,10 @@ import {
|
|
|
583
595
|
DescribeLineageGroupCommandInput,
|
|
584
596
|
DescribeLineageGroupCommandOutput,
|
|
585
597
|
} from "../commands/DescribeLineageGroupCommand";
|
|
598
|
+
import {
|
|
599
|
+
DescribeMlflowTrackingServerCommandInput,
|
|
600
|
+
DescribeMlflowTrackingServerCommandOutput,
|
|
601
|
+
} from "../commands/DescribeMlflowTrackingServerCommand";
|
|
586
602
|
import {
|
|
587
603
|
DescribeModelBiasJobDefinitionCommandInput,
|
|
588
604
|
DescribeModelBiasJobDefinitionCommandOutput,
|
|
@@ -883,6 +899,10 @@ import {
|
|
|
883
899
|
ListLineageGroupsCommandInput,
|
|
884
900
|
ListLineageGroupsCommandOutput,
|
|
885
901
|
} from "../commands/ListLineageGroupsCommand";
|
|
902
|
+
import {
|
|
903
|
+
ListMlflowTrackingServersCommandInput,
|
|
904
|
+
ListMlflowTrackingServersCommandOutput,
|
|
905
|
+
} from "../commands/ListMlflowTrackingServersCommand";
|
|
886
906
|
import {
|
|
887
907
|
ListModelBiasJobDefinitionsCommandInput,
|
|
888
908
|
ListModelBiasJobDefinitionsCommandOutput,
|
|
@@ -1067,6 +1087,10 @@ import {
|
|
|
1067
1087
|
StartInferenceExperimentCommandInput,
|
|
1068
1088
|
StartInferenceExperimentCommandOutput,
|
|
1069
1089
|
} from "../commands/StartInferenceExperimentCommand";
|
|
1090
|
+
import {
|
|
1091
|
+
StartMlflowTrackingServerCommandInput,
|
|
1092
|
+
StartMlflowTrackingServerCommandOutput,
|
|
1093
|
+
} from "../commands/StartMlflowTrackingServerCommand";
|
|
1070
1094
|
import {
|
|
1071
1095
|
StartMonitoringScheduleCommandInput,
|
|
1072
1096
|
StartMonitoringScheduleCommandOutput,
|
|
@@ -1111,6 +1135,10 @@ import {
|
|
|
1111
1135
|
StopLabelingJobCommandInput,
|
|
1112
1136
|
StopLabelingJobCommandOutput,
|
|
1113
1137
|
} from "../commands/StopLabelingJobCommand";
|
|
1138
|
+
import {
|
|
1139
|
+
StopMlflowTrackingServerCommandInput,
|
|
1140
|
+
StopMlflowTrackingServerCommandOutput,
|
|
1141
|
+
} from "../commands/StopMlflowTrackingServerCommand";
|
|
1114
1142
|
import {
|
|
1115
1143
|
StopMonitoringScheduleCommandInput,
|
|
1116
1144
|
StopMonitoringScheduleCommandOutput,
|
|
@@ -1219,6 +1247,10 @@ import {
|
|
|
1219
1247
|
UpdateInferenceExperimentCommandInput,
|
|
1220
1248
|
UpdateInferenceExperimentCommandOutput,
|
|
1221
1249
|
} from "../commands/UpdateInferenceExperimentCommand";
|
|
1250
|
+
import {
|
|
1251
|
+
UpdateMlflowTrackingServerCommandInput,
|
|
1252
|
+
UpdateMlflowTrackingServerCommandOutput,
|
|
1253
|
+
} from "../commands/UpdateMlflowTrackingServerCommand";
|
|
1222
1254
|
import {
|
|
1223
1255
|
UpdateModelCardCommandInput,
|
|
1224
1256
|
UpdateModelCardCommandOutput,
|
|
@@ -1423,6 +1455,10 @@ export declare const se_CreateLabelingJobCommand: (
|
|
|
1423
1455
|
input: CreateLabelingJobCommandInput,
|
|
1424
1456
|
context: __SerdeContext
|
|
1425
1457
|
) => Promise<__HttpRequest>;
|
|
1458
|
+
export declare const se_CreateMlflowTrackingServerCommand: (
|
|
1459
|
+
input: CreateMlflowTrackingServerCommandInput,
|
|
1460
|
+
context: __SerdeContext
|
|
1461
|
+
) => Promise<__HttpRequest>;
|
|
1426
1462
|
export declare const se_CreateModelCommand: (
|
|
1427
1463
|
input: CreateModelCommandInput,
|
|
1428
1464
|
context: __SerdeContext
|
|
@@ -1475,6 +1511,10 @@ export declare const se_CreatePresignedDomainUrlCommand: (
|
|
|
1475
1511
|
input: CreatePresignedDomainUrlCommandInput,
|
|
1476
1512
|
context: __SerdeContext
|
|
1477
1513
|
) => Promise<__HttpRequest>;
|
|
1514
|
+
export declare const se_CreatePresignedMlflowTrackingServerUrlCommand: (
|
|
1515
|
+
input: CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
1516
|
+
context: __SerdeContext
|
|
1517
|
+
) => Promise<__HttpRequest>;
|
|
1478
1518
|
export declare const se_CreatePresignedNotebookInstanceUrlCommand: (
|
|
1479
1519
|
input: CreatePresignedNotebookInstanceUrlCommandInput,
|
|
1480
1520
|
context: __SerdeContext
|
|
@@ -1635,6 +1675,10 @@ export declare const se_DeleteInferenceExperimentCommand: (
|
|
|
1635
1675
|
input: DeleteInferenceExperimentCommandInput,
|
|
1636
1676
|
context: __SerdeContext
|
|
1637
1677
|
) => Promise<__HttpRequest>;
|
|
1678
|
+
export declare const se_DeleteMlflowTrackingServerCommand: (
|
|
1679
|
+
input: DeleteMlflowTrackingServerCommandInput,
|
|
1680
|
+
context: __SerdeContext
|
|
1681
|
+
) => Promise<__HttpRequest>;
|
|
1638
1682
|
export declare const se_DeleteModelCommand: (
|
|
1639
1683
|
input: DeleteModelCommandInput,
|
|
1640
1684
|
context: __SerdeContext
|
|
@@ -1863,6 +1907,10 @@ export declare const se_DescribeLineageGroupCommand: (
|
|
|
1863
1907
|
input: DescribeLineageGroupCommandInput,
|
|
1864
1908
|
context: __SerdeContext
|
|
1865
1909
|
) => Promise<__HttpRequest>;
|
|
1910
|
+
export declare const se_DescribeMlflowTrackingServerCommand: (
|
|
1911
|
+
input: DescribeMlflowTrackingServerCommandInput,
|
|
1912
|
+
context: __SerdeContext
|
|
1913
|
+
) => Promise<__HttpRequest>;
|
|
1866
1914
|
export declare const se_DescribeModelCommand: (
|
|
1867
1915
|
input: DescribeModelCommandInput,
|
|
1868
1916
|
context: __SerdeContext
|
|
@@ -2163,6 +2211,10 @@ export declare const se_ListLineageGroupsCommand: (
|
|
|
2163
2211
|
input: ListLineageGroupsCommandInput,
|
|
2164
2212
|
context: __SerdeContext
|
|
2165
2213
|
) => Promise<__HttpRequest>;
|
|
2214
|
+
export declare const se_ListMlflowTrackingServersCommand: (
|
|
2215
|
+
input: ListMlflowTrackingServersCommandInput,
|
|
2216
|
+
context: __SerdeContext
|
|
2217
|
+
) => Promise<__HttpRequest>;
|
|
2166
2218
|
export declare const se_ListModelBiasJobDefinitionsCommand: (
|
|
2167
2219
|
input: ListModelBiasJobDefinitionsCommandInput,
|
|
2168
2220
|
context: __SerdeContext
|
|
@@ -2347,6 +2399,10 @@ export declare const se_StartInferenceExperimentCommand: (
|
|
|
2347
2399
|
input: StartInferenceExperimentCommandInput,
|
|
2348
2400
|
context: __SerdeContext
|
|
2349
2401
|
) => Promise<__HttpRequest>;
|
|
2402
|
+
export declare const se_StartMlflowTrackingServerCommand: (
|
|
2403
|
+
input: StartMlflowTrackingServerCommandInput,
|
|
2404
|
+
context: __SerdeContext
|
|
2405
|
+
) => Promise<__HttpRequest>;
|
|
2350
2406
|
export declare const se_StartMonitoringScheduleCommand: (
|
|
2351
2407
|
input: StartMonitoringScheduleCommandInput,
|
|
2352
2408
|
context: __SerdeContext
|
|
@@ -2391,6 +2447,10 @@ export declare const se_StopLabelingJobCommand: (
|
|
|
2391
2447
|
input: StopLabelingJobCommandInput,
|
|
2392
2448
|
context: __SerdeContext
|
|
2393
2449
|
) => Promise<__HttpRequest>;
|
|
2450
|
+
export declare const se_StopMlflowTrackingServerCommand: (
|
|
2451
|
+
input: StopMlflowTrackingServerCommandInput,
|
|
2452
|
+
context: __SerdeContext
|
|
2453
|
+
) => Promise<__HttpRequest>;
|
|
2394
2454
|
export declare const se_StopMonitoringScheduleCommand: (
|
|
2395
2455
|
input: StopMonitoringScheduleCommandInput,
|
|
2396
2456
|
context: __SerdeContext
|
|
@@ -2499,6 +2559,10 @@ export declare const se_UpdateInferenceExperimentCommand: (
|
|
|
2499
2559
|
input: UpdateInferenceExperimentCommandInput,
|
|
2500
2560
|
context: __SerdeContext
|
|
2501
2561
|
) => Promise<__HttpRequest>;
|
|
2562
|
+
export declare const se_UpdateMlflowTrackingServerCommand: (
|
|
2563
|
+
input: UpdateMlflowTrackingServerCommandInput,
|
|
2564
|
+
context: __SerdeContext
|
|
2565
|
+
) => Promise<__HttpRequest>;
|
|
2502
2566
|
export declare const se_UpdateModelCardCommand: (
|
|
2503
2567
|
input: UpdateModelCardCommandInput,
|
|
2504
2568
|
context: __SerdeContext
|
|
@@ -2703,6 +2767,10 @@ export declare const de_CreateLabelingJobCommand: (
|
|
|
2703
2767
|
output: __HttpResponse,
|
|
2704
2768
|
context: __SerdeContext
|
|
2705
2769
|
) => Promise<CreateLabelingJobCommandOutput>;
|
|
2770
|
+
export declare const de_CreateMlflowTrackingServerCommand: (
|
|
2771
|
+
output: __HttpResponse,
|
|
2772
|
+
context: __SerdeContext
|
|
2773
|
+
) => Promise<CreateMlflowTrackingServerCommandOutput>;
|
|
2706
2774
|
export declare const de_CreateModelCommand: (
|
|
2707
2775
|
output: __HttpResponse,
|
|
2708
2776
|
context: __SerdeContext
|
|
@@ -2755,6 +2823,10 @@ export declare const de_CreatePresignedDomainUrlCommand: (
|
|
|
2755
2823
|
output: __HttpResponse,
|
|
2756
2824
|
context: __SerdeContext
|
|
2757
2825
|
) => Promise<CreatePresignedDomainUrlCommandOutput>;
|
|
2826
|
+
export declare const de_CreatePresignedMlflowTrackingServerUrlCommand: (
|
|
2827
|
+
output: __HttpResponse,
|
|
2828
|
+
context: __SerdeContext
|
|
2829
|
+
) => Promise<CreatePresignedMlflowTrackingServerUrlCommandOutput>;
|
|
2758
2830
|
export declare const de_CreatePresignedNotebookInstanceUrlCommand: (
|
|
2759
2831
|
output: __HttpResponse,
|
|
2760
2832
|
context: __SerdeContext
|
|
@@ -2915,6 +2987,10 @@ export declare const de_DeleteInferenceExperimentCommand: (
|
|
|
2915
2987
|
output: __HttpResponse,
|
|
2916
2988
|
context: __SerdeContext
|
|
2917
2989
|
) => Promise<DeleteInferenceExperimentCommandOutput>;
|
|
2990
|
+
export declare const de_DeleteMlflowTrackingServerCommand: (
|
|
2991
|
+
output: __HttpResponse,
|
|
2992
|
+
context: __SerdeContext
|
|
2993
|
+
) => Promise<DeleteMlflowTrackingServerCommandOutput>;
|
|
2918
2994
|
export declare const de_DeleteModelCommand: (
|
|
2919
2995
|
output: __HttpResponse,
|
|
2920
2996
|
context: __SerdeContext
|
|
@@ -3143,6 +3219,10 @@ export declare const de_DescribeLineageGroupCommand: (
|
|
|
3143
3219
|
output: __HttpResponse,
|
|
3144
3220
|
context: __SerdeContext
|
|
3145
3221
|
) => Promise<DescribeLineageGroupCommandOutput>;
|
|
3222
|
+
export declare const de_DescribeMlflowTrackingServerCommand: (
|
|
3223
|
+
output: __HttpResponse,
|
|
3224
|
+
context: __SerdeContext
|
|
3225
|
+
) => Promise<DescribeMlflowTrackingServerCommandOutput>;
|
|
3146
3226
|
export declare const de_DescribeModelCommand: (
|
|
3147
3227
|
output: __HttpResponse,
|
|
3148
3228
|
context: __SerdeContext
|
|
@@ -3443,6 +3523,10 @@ export declare const de_ListLineageGroupsCommand: (
|
|
|
3443
3523
|
output: __HttpResponse,
|
|
3444
3524
|
context: __SerdeContext
|
|
3445
3525
|
) => Promise<ListLineageGroupsCommandOutput>;
|
|
3526
|
+
export declare const de_ListMlflowTrackingServersCommand: (
|
|
3527
|
+
output: __HttpResponse,
|
|
3528
|
+
context: __SerdeContext
|
|
3529
|
+
) => Promise<ListMlflowTrackingServersCommandOutput>;
|
|
3446
3530
|
export declare const de_ListModelBiasJobDefinitionsCommand: (
|
|
3447
3531
|
output: __HttpResponse,
|
|
3448
3532
|
context: __SerdeContext
|
|
@@ -3627,6 +3711,10 @@ export declare const de_StartInferenceExperimentCommand: (
|
|
|
3627
3711
|
output: __HttpResponse,
|
|
3628
3712
|
context: __SerdeContext
|
|
3629
3713
|
) => Promise<StartInferenceExperimentCommandOutput>;
|
|
3714
|
+
export declare const de_StartMlflowTrackingServerCommand: (
|
|
3715
|
+
output: __HttpResponse,
|
|
3716
|
+
context: __SerdeContext
|
|
3717
|
+
) => Promise<StartMlflowTrackingServerCommandOutput>;
|
|
3630
3718
|
export declare const de_StartMonitoringScheduleCommand: (
|
|
3631
3719
|
output: __HttpResponse,
|
|
3632
3720
|
context: __SerdeContext
|
|
@@ -3671,6 +3759,10 @@ export declare const de_StopLabelingJobCommand: (
|
|
|
3671
3759
|
output: __HttpResponse,
|
|
3672
3760
|
context: __SerdeContext
|
|
3673
3761
|
) => Promise<StopLabelingJobCommandOutput>;
|
|
3762
|
+
export declare const de_StopMlflowTrackingServerCommand: (
|
|
3763
|
+
output: __HttpResponse,
|
|
3764
|
+
context: __SerdeContext
|
|
3765
|
+
) => Promise<StopMlflowTrackingServerCommandOutput>;
|
|
3674
3766
|
export declare const de_StopMonitoringScheduleCommand: (
|
|
3675
3767
|
output: __HttpResponse,
|
|
3676
3768
|
context: __SerdeContext
|
|
@@ -3779,6 +3871,10 @@ export declare const de_UpdateInferenceExperimentCommand: (
|
|
|
3779
3871
|
output: __HttpResponse,
|
|
3780
3872
|
context: __SerdeContext
|
|
3781
3873
|
) => Promise<UpdateInferenceExperimentCommandOutput>;
|
|
3874
|
+
export declare const de_UpdateMlflowTrackingServerCommand: (
|
|
3875
|
+
output: __HttpResponse,
|
|
3876
|
+
context: __SerdeContext
|
|
3877
|
+
) => Promise<UpdateMlflowTrackingServerCommandOutput>;
|
|
3782
3878
|
export declare const de_UpdateModelCardCommand: (
|
|
3783
3879
|
output: __HttpResponse,
|
|
3784
3880
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.600.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|
|
@@ -18,47 +18,47 @@
|
|
|
18
18
|
"module": "./dist-es/index.js",
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@aws-crypto/sha256-browser": "
|
|
22
|
-
"@aws-crypto/sha256-js": "
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.2.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.0.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.0.
|
|
48
|
-
"@smithy/protocol-http": "^4.0.
|
|
49
|
-
"@smithy/smithy-client": "^3.1.
|
|
50
|
-
"@smithy/types": "^3.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
21
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.600.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.600.0",
|
|
25
|
+
"@aws-sdk/core": "3.598.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.598.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.598.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.598.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.598.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.598.0",
|
|
32
|
+
"@aws-sdk/types": "3.598.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.598.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.598.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.598.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.2",
|
|
37
|
+
"@smithy/core": "^2.2.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.0.2",
|
|
39
|
+
"@smithy/hash-node": "^3.0.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.0.2",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.4",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.1",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.1",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.1",
|
|
47
|
+
"@smithy/node-http-handler": "^3.0.1",
|
|
48
|
+
"@smithy/protocol-http": "^4.0.1",
|
|
49
|
+
"@smithy/smithy-client": "^3.1.2",
|
|
50
|
+
"@smithy/types": "^3.1.0",
|
|
51
|
+
"@smithy/url-parser": "^3.0.1",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.0.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.4",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.4",
|
|
57
|
+
"@smithy/util-endpoints": "^2.0.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.1",
|
|
59
|
+
"@smithy/util-retry": "^3.0.1",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
|
-
"@smithy/util-waiter": "^3.0.
|
|
61
|
+
"@smithy/util-waiter": "^3.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|