@aws-sdk/client-sagemaker 3.598.0 → 3.602.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.
Files changed (116) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +644 -80
  3. package/dist-es/SageMaker.js +20 -0
  4. package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
  5. package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
  6. package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
  7. package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
  8. package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
  9. package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
  10. package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
  11. package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
  12. package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
  13. package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/models_0.js +8 -11
  16. package/dist-es/models/models_1.js +16 -12
  17. package/dist-es/models/models_2.js +40 -26
  18. package/dist-es/models/models_3.js +31 -28
  19. package/dist-es/models/models_4.js +28 -0
  20. package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_json1_1.js +314 -0
  23. package/dist-types/SageMaker.d.ts +71 -0
  24. package/dist-types/SageMakerClient.d.ts +12 -2
  25. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
  26. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
  27. package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
  28. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateHubCommand.d.ts +0 -3
  30. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
  31. package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
  32. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  33. package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
  34. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
  35. package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
  36. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
  37. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
  38. package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
  39. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
  41. package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
  42. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
  43. package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
  44. package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
  45. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
  46. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
  47. package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
  48. package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
  49. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  56. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
  57. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
  58. package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
  59. package/dist-types/commands/ListHubsCommand.d.ts +0 -3
  60. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
  61. package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
  62. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  63. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  66. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  67. package/dist-types/commands/SearchCommand.d.ts +9 -0
  68. package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
  69. package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
  70. package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
  71. package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
  72. package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
  73. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  74. package/dist-types/commands/index.d.ts +10 -0
  75. package/dist-types/models/models_0.d.ts +101 -417
  76. package/dist-types/models/models_1.d.ts +562 -173
  77. package/dist-types/models/models_2.d.ts +384 -589
  78. package/dist-types/models/models_3.d.ts +5441 -5343
  79. package/dist-types/models/models_4.d.ts +707 -3
  80. package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
  81. package/dist-types/pagination/index.d.ts +1 -0
  82. package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
  83. package/dist-types/ts3.4/SageMaker.d.ts +177 -0
  84. package/dist-types/ts3.4/SageMakerClient.d.ts +60 -0
  85. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
  86. package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
  87. package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
  88. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
  89. package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
  90. package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
  91. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
  92. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
  99. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
  105. package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
  106. package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
  107. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +31 -21
  109. package/dist-types/ts3.4/models/models_1.d.ts +60 -56
  110. package/dist-types/ts3.4/models/models_2.d.ts +132 -155
  111. package/dist-types/ts3.4/models/models_3.d.ts +184 -161
  112. package/dist-types/ts3.4/models/models_4.d.ts +190 -11
  113. package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  115. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
  116. package/package.json +4 -4
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListMlflowTrackingServersCommandInput,
4
+ ListMlflowTrackingServersCommandOutput,
5
+ } from "../commands/ListMlflowTrackingServersCommand";
6
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListMlflowTrackingServers: (
8
+ config: SageMakerPaginationConfiguration,
9
+ input: ListMlflowTrackingServersCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListMlflowTrackingServersCommandOutput>;
@@ -33,6 +33,7 @@ export * from "./ListInferenceRecommendationsJobsPaginator";
33
33
  export * from "./ListLabelingJobsForWorkteamPaginator";
34
34
  export * from "./ListLabelingJobsPaginator";
35
35
  export * from "./ListLineageGroupsPaginator";
36
+ export * from "./ListMlflowTrackingServersPaginator";
36
37
  export * from "./ListModelBiasJobDefinitionsPaginator";
37
38
  export * from "./ListModelCardExportJobsPaginator";
38
39
  export * from "./ListModelCardVersionsPaginator";
@@ -111,6 +111,10 @@ import {
111
111
  CreateHubCommandInput,
112
112
  CreateHubCommandOutput,
113
113
  } from "../commands/CreateHubCommand";
114
+ import {
115
+ CreateHubContentReferenceCommandInput,
116
+ CreateHubContentReferenceCommandOutput,
117
+ } from "../commands/CreateHubContentReferenceCommand";
114
118
  import {
115
119
  CreateHumanTaskUiCommandInput,
116
120
  CreateHumanTaskUiCommandOutput,
@@ -143,6 +147,10 @@ import {
143
147
  CreateLabelingJobCommandInput,
144
148
  CreateLabelingJobCommandOutput,
145
149
  } from "../commands/CreateLabelingJobCommand";
150
+ import {
151
+ CreateMlflowTrackingServerCommandInput,
152
+ CreateMlflowTrackingServerCommandOutput,
153
+ } from "../commands/CreateMlflowTrackingServerCommand";
146
154
  import {
147
155
  CreateModelBiasJobDefinitionCommandInput,
148
156
  CreateModelBiasJobDefinitionCommandOutput,
@@ -195,6 +203,10 @@ import {
195
203
  CreatePresignedDomainUrlCommandInput,
196
204
  CreatePresignedDomainUrlCommandOutput,
197
205
  } from "../commands/CreatePresignedDomainUrlCommand";
206
+ import {
207
+ CreatePresignedMlflowTrackingServerUrlCommandInput,
208
+ CreatePresignedMlflowTrackingServerUrlCommandOutput,
209
+ } from "../commands/CreatePresignedMlflowTrackingServerUrlCommand";
198
210
  import {
199
211
  CreatePresignedNotebookInstanceUrlCommandInput,
200
212
  CreatePresignedNotebookInstanceUrlCommandOutput,
@@ -331,6 +343,10 @@ import {
331
343
  DeleteHubContentCommandInput,
332
344
  DeleteHubContentCommandOutput,
333
345
  } from "../commands/DeleteHubContentCommand";
346
+ import {
347
+ DeleteHubContentReferenceCommandInput,
348
+ DeleteHubContentReferenceCommandOutput,
349
+ } from "../commands/DeleteHubContentReferenceCommand";
334
350
  import {
335
351
  DeleteHumanTaskUiCommandInput,
336
352
  DeleteHumanTaskUiCommandOutput,
@@ -355,6 +371,10 @@ import {
355
371
  DeleteInferenceExperimentCommandInput,
356
372
  DeleteInferenceExperimentCommandOutput,
357
373
  } from "../commands/DeleteInferenceExperimentCommand";
374
+ import {
375
+ DeleteMlflowTrackingServerCommandInput,
376
+ DeleteMlflowTrackingServerCommandOutput,
377
+ } from "../commands/DeleteMlflowTrackingServerCommand";
358
378
  import {
359
379
  DeleteModelBiasJobDefinitionCommandInput,
360
380
  DeleteModelBiasJobDefinitionCommandOutput,
@@ -583,6 +603,10 @@ import {
583
603
  DescribeLineageGroupCommandInput,
584
604
  DescribeLineageGroupCommandOutput,
585
605
  } from "../commands/DescribeLineageGroupCommand";
606
+ import {
607
+ DescribeMlflowTrackingServerCommandInput,
608
+ DescribeMlflowTrackingServerCommandOutput,
609
+ } from "../commands/DescribeMlflowTrackingServerCommand";
586
610
  import {
587
611
  DescribeModelBiasJobDefinitionCommandInput,
588
612
  DescribeModelBiasJobDefinitionCommandOutput,
@@ -883,6 +907,10 @@ import {
883
907
  ListLineageGroupsCommandInput,
884
908
  ListLineageGroupsCommandOutput,
885
909
  } from "../commands/ListLineageGroupsCommand";
910
+ import {
911
+ ListMlflowTrackingServersCommandInput,
912
+ ListMlflowTrackingServersCommandOutput,
913
+ } from "../commands/ListMlflowTrackingServersCommand";
886
914
  import {
887
915
  ListModelBiasJobDefinitionsCommandInput,
888
916
  ListModelBiasJobDefinitionsCommandOutput,
@@ -1067,6 +1095,10 @@ import {
1067
1095
  StartInferenceExperimentCommandInput,
1068
1096
  StartInferenceExperimentCommandOutput,
1069
1097
  } from "../commands/StartInferenceExperimentCommand";
1098
+ import {
1099
+ StartMlflowTrackingServerCommandInput,
1100
+ StartMlflowTrackingServerCommandOutput,
1101
+ } from "../commands/StartMlflowTrackingServerCommand";
1070
1102
  import {
1071
1103
  StartMonitoringScheduleCommandInput,
1072
1104
  StartMonitoringScheduleCommandOutput,
@@ -1111,6 +1143,10 @@ import {
1111
1143
  StopLabelingJobCommandInput,
1112
1144
  StopLabelingJobCommandOutput,
1113
1145
  } from "../commands/StopLabelingJobCommand";
1146
+ import {
1147
+ StopMlflowTrackingServerCommandInput,
1148
+ StopMlflowTrackingServerCommandOutput,
1149
+ } from "../commands/StopMlflowTrackingServerCommand";
1114
1150
  import {
1115
1151
  StopMonitoringScheduleCommandInput,
1116
1152
  StopMonitoringScheduleCommandOutput,
@@ -1219,6 +1255,10 @@ import {
1219
1255
  UpdateInferenceExperimentCommandInput,
1220
1256
  UpdateInferenceExperimentCommandOutput,
1221
1257
  } from "../commands/UpdateInferenceExperimentCommand";
1258
+ import {
1259
+ UpdateMlflowTrackingServerCommandInput,
1260
+ UpdateMlflowTrackingServerCommandOutput,
1261
+ } from "../commands/UpdateMlflowTrackingServerCommand";
1222
1262
  import {
1223
1263
  UpdateModelCardCommandInput,
1224
1264
  UpdateModelCardCommandOutput,
@@ -1391,6 +1431,10 @@ export declare const se_CreateHubCommand: (
1391
1431
  input: CreateHubCommandInput,
1392
1432
  context: __SerdeContext
1393
1433
  ) => Promise<__HttpRequest>;
1434
+ export declare const se_CreateHubContentReferenceCommand: (
1435
+ input: CreateHubContentReferenceCommandInput,
1436
+ context: __SerdeContext
1437
+ ) => Promise<__HttpRequest>;
1394
1438
  export declare const se_CreateHumanTaskUiCommand: (
1395
1439
  input: CreateHumanTaskUiCommandInput,
1396
1440
  context: __SerdeContext
@@ -1423,6 +1467,10 @@ export declare const se_CreateLabelingJobCommand: (
1423
1467
  input: CreateLabelingJobCommandInput,
1424
1468
  context: __SerdeContext
1425
1469
  ) => Promise<__HttpRequest>;
1470
+ export declare const se_CreateMlflowTrackingServerCommand: (
1471
+ input: CreateMlflowTrackingServerCommandInput,
1472
+ context: __SerdeContext
1473
+ ) => Promise<__HttpRequest>;
1426
1474
  export declare const se_CreateModelCommand: (
1427
1475
  input: CreateModelCommandInput,
1428
1476
  context: __SerdeContext
@@ -1475,6 +1523,10 @@ export declare const se_CreatePresignedDomainUrlCommand: (
1475
1523
  input: CreatePresignedDomainUrlCommandInput,
1476
1524
  context: __SerdeContext
1477
1525
  ) => Promise<__HttpRequest>;
1526
+ export declare const se_CreatePresignedMlflowTrackingServerUrlCommand: (
1527
+ input: CreatePresignedMlflowTrackingServerUrlCommandInput,
1528
+ context: __SerdeContext
1529
+ ) => Promise<__HttpRequest>;
1478
1530
  export declare const se_CreatePresignedNotebookInstanceUrlCommand: (
1479
1531
  input: CreatePresignedNotebookInstanceUrlCommandInput,
1480
1532
  context: __SerdeContext
@@ -1611,6 +1663,10 @@ export declare const se_DeleteHubContentCommand: (
1611
1663
  input: DeleteHubContentCommandInput,
1612
1664
  context: __SerdeContext
1613
1665
  ) => Promise<__HttpRequest>;
1666
+ export declare const se_DeleteHubContentReferenceCommand: (
1667
+ input: DeleteHubContentReferenceCommandInput,
1668
+ context: __SerdeContext
1669
+ ) => Promise<__HttpRequest>;
1614
1670
  export declare const se_DeleteHumanTaskUiCommand: (
1615
1671
  input: DeleteHumanTaskUiCommandInput,
1616
1672
  context: __SerdeContext
@@ -1635,6 +1691,10 @@ export declare const se_DeleteInferenceExperimentCommand: (
1635
1691
  input: DeleteInferenceExperimentCommandInput,
1636
1692
  context: __SerdeContext
1637
1693
  ) => Promise<__HttpRequest>;
1694
+ export declare const se_DeleteMlflowTrackingServerCommand: (
1695
+ input: DeleteMlflowTrackingServerCommandInput,
1696
+ context: __SerdeContext
1697
+ ) => Promise<__HttpRequest>;
1638
1698
  export declare const se_DeleteModelCommand: (
1639
1699
  input: DeleteModelCommandInput,
1640
1700
  context: __SerdeContext
@@ -1863,6 +1923,10 @@ export declare const se_DescribeLineageGroupCommand: (
1863
1923
  input: DescribeLineageGroupCommandInput,
1864
1924
  context: __SerdeContext
1865
1925
  ) => Promise<__HttpRequest>;
1926
+ export declare const se_DescribeMlflowTrackingServerCommand: (
1927
+ input: DescribeMlflowTrackingServerCommandInput,
1928
+ context: __SerdeContext
1929
+ ) => Promise<__HttpRequest>;
1866
1930
  export declare const se_DescribeModelCommand: (
1867
1931
  input: DescribeModelCommandInput,
1868
1932
  context: __SerdeContext
@@ -2163,6 +2227,10 @@ export declare const se_ListLineageGroupsCommand: (
2163
2227
  input: ListLineageGroupsCommandInput,
2164
2228
  context: __SerdeContext
2165
2229
  ) => Promise<__HttpRequest>;
2230
+ export declare const se_ListMlflowTrackingServersCommand: (
2231
+ input: ListMlflowTrackingServersCommandInput,
2232
+ context: __SerdeContext
2233
+ ) => Promise<__HttpRequest>;
2166
2234
  export declare const se_ListModelBiasJobDefinitionsCommand: (
2167
2235
  input: ListModelBiasJobDefinitionsCommandInput,
2168
2236
  context: __SerdeContext
@@ -2347,6 +2415,10 @@ export declare const se_StartInferenceExperimentCommand: (
2347
2415
  input: StartInferenceExperimentCommandInput,
2348
2416
  context: __SerdeContext
2349
2417
  ) => Promise<__HttpRequest>;
2418
+ export declare const se_StartMlflowTrackingServerCommand: (
2419
+ input: StartMlflowTrackingServerCommandInput,
2420
+ context: __SerdeContext
2421
+ ) => Promise<__HttpRequest>;
2350
2422
  export declare const se_StartMonitoringScheduleCommand: (
2351
2423
  input: StartMonitoringScheduleCommandInput,
2352
2424
  context: __SerdeContext
@@ -2391,6 +2463,10 @@ export declare const se_StopLabelingJobCommand: (
2391
2463
  input: StopLabelingJobCommandInput,
2392
2464
  context: __SerdeContext
2393
2465
  ) => Promise<__HttpRequest>;
2466
+ export declare const se_StopMlflowTrackingServerCommand: (
2467
+ input: StopMlflowTrackingServerCommandInput,
2468
+ context: __SerdeContext
2469
+ ) => Promise<__HttpRequest>;
2394
2470
  export declare const se_StopMonitoringScheduleCommand: (
2395
2471
  input: StopMonitoringScheduleCommandInput,
2396
2472
  context: __SerdeContext
@@ -2499,6 +2575,10 @@ export declare const se_UpdateInferenceExperimentCommand: (
2499
2575
  input: UpdateInferenceExperimentCommandInput,
2500
2576
  context: __SerdeContext
2501
2577
  ) => Promise<__HttpRequest>;
2578
+ export declare const se_UpdateMlflowTrackingServerCommand: (
2579
+ input: UpdateMlflowTrackingServerCommandInput,
2580
+ context: __SerdeContext
2581
+ ) => Promise<__HttpRequest>;
2502
2582
  export declare const se_UpdateModelCardCommand: (
2503
2583
  input: UpdateModelCardCommandInput,
2504
2584
  context: __SerdeContext
@@ -2671,6 +2751,10 @@ export declare const de_CreateHubCommand: (
2671
2751
  output: __HttpResponse,
2672
2752
  context: __SerdeContext
2673
2753
  ) => Promise<CreateHubCommandOutput>;
2754
+ export declare const de_CreateHubContentReferenceCommand: (
2755
+ output: __HttpResponse,
2756
+ context: __SerdeContext
2757
+ ) => Promise<CreateHubContentReferenceCommandOutput>;
2674
2758
  export declare const de_CreateHumanTaskUiCommand: (
2675
2759
  output: __HttpResponse,
2676
2760
  context: __SerdeContext
@@ -2703,6 +2787,10 @@ export declare const de_CreateLabelingJobCommand: (
2703
2787
  output: __HttpResponse,
2704
2788
  context: __SerdeContext
2705
2789
  ) => Promise<CreateLabelingJobCommandOutput>;
2790
+ export declare const de_CreateMlflowTrackingServerCommand: (
2791
+ output: __HttpResponse,
2792
+ context: __SerdeContext
2793
+ ) => Promise<CreateMlflowTrackingServerCommandOutput>;
2706
2794
  export declare const de_CreateModelCommand: (
2707
2795
  output: __HttpResponse,
2708
2796
  context: __SerdeContext
@@ -2755,6 +2843,10 @@ export declare const de_CreatePresignedDomainUrlCommand: (
2755
2843
  output: __HttpResponse,
2756
2844
  context: __SerdeContext
2757
2845
  ) => Promise<CreatePresignedDomainUrlCommandOutput>;
2846
+ export declare const de_CreatePresignedMlflowTrackingServerUrlCommand: (
2847
+ output: __HttpResponse,
2848
+ context: __SerdeContext
2849
+ ) => Promise<CreatePresignedMlflowTrackingServerUrlCommandOutput>;
2758
2850
  export declare const de_CreatePresignedNotebookInstanceUrlCommand: (
2759
2851
  output: __HttpResponse,
2760
2852
  context: __SerdeContext
@@ -2891,6 +2983,10 @@ export declare const de_DeleteHubContentCommand: (
2891
2983
  output: __HttpResponse,
2892
2984
  context: __SerdeContext
2893
2985
  ) => Promise<DeleteHubContentCommandOutput>;
2986
+ export declare const de_DeleteHubContentReferenceCommand: (
2987
+ output: __HttpResponse,
2988
+ context: __SerdeContext
2989
+ ) => Promise<DeleteHubContentReferenceCommandOutput>;
2894
2990
  export declare const de_DeleteHumanTaskUiCommand: (
2895
2991
  output: __HttpResponse,
2896
2992
  context: __SerdeContext
@@ -2915,6 +3011,10 @@ export declare const de_DeleteInferenceExperimentCommand: (
2915
3011
  output: __HttpResponse,
2916
3012
  context: __SerdeContext
2917
3013
  ) => Promise<DeleteInferenceExperimentCommandOutput>;
3014
+ export declare const de_DeleteMlflowTrackingServerCommand: (
3015
+ output: __HttpResponse,
3016
+ context: __SerdeContext
3017
+ ) => Promise<DeleteMlflowTrackingServerCommandOutput>;
2918
3018
  export declare const de_DeleteModelCommand: (
2919
3019
  output: __HttpResponse,
2920
3020
  context: __SerdeContext
@@ -3143,6 +3243,10 @@ export declare const de_DescribeLineageGroupCommand: (
3143
3243
  output: __HttpResponse,
3144
3244
  context: __SerdeContext
3145
3245
  ) => Promise<DescribeLineageGroupCommandOutput>;
3246
+ export declare const de_DescribeMlflowTrackingServerCommand: (
3247
+ output: __HttpResponse,
3248
+ context: __SerdeContext
3249
+ ) => Promise<DescribeMlflowTrackingServerCommandOutput>;
3146
3250
  export declare const de_DescribeModelCommand: (
3147
3251
  output: __HttpResponse,
3148
3252
  context: __SerdeContext
@@ -3443,6 +3547,10 @@ export declare const de_ListLineageGroupsCommand: (
3443
3547
  output: __HttpResponse,
3444
3548
  context: __SerdeContext
3445
3549
  ) => Promise<ListLineageGroupsCommandOutput>;
3550
+ export declare const de_ListMlflowTrackingServersCommand: (
3551
+ output: __HttpResponse,
3552
+ context: __SerdeContext
3553
+ ) => Promise<ListMlflowTrackingServersCommandOutput>;
3446
3554
  export declare const de_ListModelBiasJobDefinitionsCommand: (
3447
3555
  output: __HttpResponse,
3448
3556
  context: __SerdeContext
@@ -3627,6 +3735,10 @@ export declare const de_StartInferenceExperimentCommand: (
3627
3735
  output: __HttpResponse,
3628
3736
  context: __SerdeContext
3629
3737
  ) => Promise<StartInferenceExperimentCommandOutput>;
3738
+ export declare const de_StartMlflowTrackingServerCommand: (
3739
+ output: __HttpResponse,
3740
+ context: __SerdeContext
3741
+ ) => Promise<StartMlflowTrackingServerCommandOutput>;
3630
3742
  export declare const de_StartMonitoringScheduleCommand: (
3631
3743
  output: __HttpResponse,
3632
3744
  context: __SerdeContext
@@ -3671,6 +3783,10 @@ export declare const de_StopLabelingJobCommand: (
3671
3783
  output: __HttpResponse,
3672
3784
  context: __SerdeContext
3673
3785
  ) => Promise<StopLabelingJobCommandOutput>;
3786
+ export declare const de_StopMlflowTrackingServerCommand: (
3787
+ output: __HttpResponse,
3788
+ context: __SerdeContext
3789
+ ) => Promise<StopMlflowTrackingServerCommandOutput>;
3674
3790
  export declare const de_StopMonitoringScheduleCommand: (
3675
3791
  output: __HttpResponse,
3676
3792
  context: __SerdeContext
@@ -3779,6 +3895,10 @@ export declare const de_UpdateInferenceExperimentCommand: (
3779
3895
  output: __HttpResponse,
3780
3896
  context: __SerdeContext
3781
3897
  ) => Promise<UpdateInferenceExperimentCommandOutput>;
3898
+ export declare const de_UpdateMlflowTrackingServerCommand: (
3899
+ output: __HttpResponse,
3900
+ context: __SerdeContext
3901
+ ) => Promise<UpdateMlflowTrackingServerCommandOutput>;
3782
3902
  export declare const de_UpdateModelCardCommand: (
3783
3903
  output: __HttpResponse,
3784
3904
  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.598.0",
4
+ "version": "3.602.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",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.598.0",
24
- "@aws-sdk/client-sts": "3.598.0",
23
+ "@aws-sdk/client-sso-oidc": "3.600.0",
24
+ "@aws-sdk/client-sts": "3.600.0",
25
25
  "@aws-sdk/core": "3.598.0",
26
- "@aws-sdk/credential-provider-node": "3.598.0",
26
+ "@aws-sdk/credential-provider-node": "3.600.0",
27
27
  "@aws-sdk/middleware-host-header": "3.598.0",
28
28
  "@aws-sdk/middleware-logger": "3.598.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.598.0",