@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
@@ -153,6 +153,10 @@ import {
153
153
  CreateHubCommandInput,
154
154
  CreateHubCommandOutput,
155
155
  } from "./commands/CreateHubCommand";
156
+ import {
157
+ CreateHubContentReferenceCommandInput,
158
+ CreateHubContentReferenceCommandOutput,
159
+ } from "./commands/CreateHubContentReferenceCommand";
156
160
  import {
157
161
  CreateHumanTaskUiCommandInput,
158
162
  CreateHumanTaskUiCommandOutput,
@@ -185,6 +189,10 @@ import {
185
189
  CreateLabelingJobCommandInput,
186
190
  CreateLabelingJobCommandOutput,
187
191
  } from "./commands/CreateLabelingJobCommand";
192
+ import {
193
+ CreateMlflowTrackingServerCommandInput,
194
+ CreateMlflowTrackingServerCommandOutput,
195
+ } from "./commands/CreateMlflowTrackingServerCommand";
188
196
  import {
189
197
  CreateModelBiasJobDefinitionCommandInput,
190
198
  CreateModelBiasJobDefinitionCommandOutput,
@@ -237,6 +245,10 @@ import {
237
245
  CreatePresignedDomainUrlCommandInput,
238
246
  CreatePresignedDomainUrlCommandOutput,
239
247
  } from "./commands/CreatePresignedDomainUrlCommand";
248
+ import {
249
+ CreatePresignedMlflowTrackingServerUrlCommandInput,
250
+ CreatePresignedMlflowTrackingServerUrlCommandOutput,
251
+ } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
240
252
  import {
241
253
  CreatePresignedNotebookInstanceUrlCommandInput,
242
254
  CreatePresignedNotebookInstanceUrlCommandOutput,
@@ -373,6 +385,10 @@ import {
373
385
  DeleteHubContentCommandInput,
374
386
  DeleteHubContentCommandOutput,
375
387
  } from "./commands/DeleteHubContentCommand";
388
+ import {
389
+ DeleteHubContentReferenceCommandInput,
390
+ DeleteHubContentReferenceCommandOutput,
391
+ } from "./commands/DeleteHubContentReferenceCommand";
376
392
  import {
377
393
  DeleteHumanTaskUiCommandInput,
378
394
  DeleteHumanTaskUiCommandOutput,
@@ -397,6 +413,10 @@ import {
397
413
  DeleteInferenceExperimentCommandInput,
398
414
  DeleteInferenceExperimentCommandOutput,
399
415
  } from "./commands/DeleteInferenceExperimentCommand";
416
+ import {
417
+ DeleteMlflowTrackingServerCommandInput,
418
+ DeleteMlflowTrackingServerCommandOutput,
419
+ } from "./commands/DeleteMlflowTrackingServerCommand";
400
420
  import {
401
421
  DeleteModelBiasJobDefinitionCommandInput,
402
422
  DeleteModelBiasJobDefinitionCommandOutput,
@@ -625,6 +645,10 @@ import {
625
645
  DescribeLineageGroupCommandInput,
626
646
  DescribeLineageGroupCommandOutput,
627
647
  } from "./commands/DescribeLineageGroupCommand";
648
+ import {
649
+ DescribeMlflowTrackingServerCommandInput,
650
+ DescribeMlflowTrackingServerCommandOutput,
651
+ } from "./commands/DescribeMlflowTrackingServerCommand";
628
652
  import {
629
653
  DescribeModelBiasJobDefinitionCommandInput,
630
654
  DescribeModelBiasJobDefinitionCommandOutput,
@@ -925,6 +949,10 @@ import {
925
949
  ListLineageGroupsCommandInput,
926
950
  ListLineageGroupsCommandOutput,
927
951
  } from "./commands/ListLineageGroupsCommand";
952
+ import {
953
+ ListMlflowTrackingServersCommandInput,
954
+ ListMlflowTrackingServersCommandOutput,
955
+ } from "./commands/ListMlflowTrackingServersCommand";
928
956
  import {
929
957
  ListModelBiasJobDefinitionsCommandInput,
930
958
  ListModelBiasJobDefinitionsCommandOutput,
@@ -1109,6 +1137,10 @@ import {
1109
1137
  StartInferenceExperimentCommandInput,
1110
1138
  StartInferenceExperimentCommandOutput,
1111
1139
  } from "./commands/StartInferenceExperimentCommand";
1140
+ import {
1141
+ StartMlflowTrackingServerCommandInput,
1142
+ StartMlflowTrackingServerCommandOutput,
1143
+ } from "./commands/StartMlflowTrackingServerCommand";
1112
1144
  import {
1113
1145
  StartMonitoringScheduleCommandInput,
1114
1146
  StartMonitoringScheduleCommandOutput,
@@ -1153,6 +1185,10 @@ import {
1153
1185
  StopLabelingJobCommandInput,
1154
1186
  StopLabelingJobCommandOutput,
1155
1187
  } from "./commands/StopLabelingJobCommand";
1188
+ import {
1189
+ StopMlflowTrackingServerCommandInput,
1190
+ StopMlflowTrackingServerCommandOutput,
1191
+ } from "./commands/StopMlflowTrackingServerCommand";
1156
1192
  import {
1157
1193
  StopMonitoringScheduleCommandInput,
1158
1194
  StopMonitoringScheduleCommandOutput,
@@ -1261,6 +1297,10 @@ import {
1261
1297
  UpdateInferenceExperimentCommandInput,
1262
1298
  UpdateInferenceExperimentCommandOutput,
1263
1299
  } from "./commands/UpdateInferenceExperimentCommand";
1300
+ import {
1301
+ UpdateMlflowTrackingServerCommandInput,
1302
+ UpdateMlflowTrackingServerCommandOutput,
1303
+ } from "./commands/UpdateMlflowTrackingServerCommand";
1264
1304
  import {
1265
1305
  UpdateModelCardCommandInput,
1266
1306
  UpdateModelCardCommandOutput,
@@ -1360,6 +1400,7 @@ export type ServiceInputTypes =
1360
1400
  | CreateFeatureGroupCommandInput
1361
1401
  | CreateFlowDefinitionCommandInput
1362
1402
  | CreateHubCommandInput
1403
+ | CreateHubContentReferenceCommandInput
1363
1404
  | CreateHumanTaskUiCommandInput
1364
1405
  | CreateHyperParameterTuningJobCommandInput
1365
1406
  | CreateImageCommandInput
@@ -1368,6 +1409,7 @@ export type ServiceInputTypes =
1368
1409
  | CreateInferenceExperimentCommandInput
1369
1410
  | CreateInferenceRecommendationsJobCommandInput
1370
1411
  | CreateLabelingJobCommandInput
1412
+ | CreateMlflowTrackingServerCommandInput
1371
1413
  | CreateModelBiasJobDefinitionCommandInput
1372
1414
  | CreateModelCardCommandInput
1373
1415
  | CreateModelCardExportJobCommandInput
@@ -1381,6 +1423,7 @@ export type ServiceInputTypes =
1381
1423
  | CreateNotebookInstanceLifecycleConfigCommandInput
1382
1424
  | CreatePipelineCommandInput
1383
1425
  | CreatePresignedDomainUrlCommandInput
1426
+ | CreatePresignedMlflowTrackingServerUrlCommandInput
1384
1427
  | CreatePresignedNotebookInstanceUrlCommandInput
1385
1428
  | CreateProcessingJobCommandInput
1386
1429
  | CreateProjectCommandInput
@@ -1415,12 +1458,14 @@ export type ServiceInputTypes =
1415
1458
  | DeleteFlowDefinitionCommandInput
1416
1459
  | DeleteHubCommandInput
1417
1460
  | DeleteHubContentCommandInput
1461
+ | DeleteHubContentReferenceCommandInput
1418
1462
  | DeleteHumanTaskUiCommandInput
1419
1463
  | DeleteHyperParameterTuningJobCommandInput
1420
1464
  | DeleteImageCommandInput
1421
1465
  | DeleteImageVersionCommandInput
1422
1466
  | DeleteInferenceComponentCommandInput
1423
1467
  | DeleteInferenceExperimentCommandInput
1468
+ | DeleteMlflowTrackingServerCommandInput
1424
1469
  | DeleteModelBiasJobDefinitionCommandInput
1425
1470
  | DeleteModelCardCommandInput
1426
1471
  | DeleteModelCommandInput
@@ -1478,6 +1523,7 @@ export type ServiceInputTypes =
1478
1523
  | DescribeInferenceRecommendationsJobCommandInput
1479
1524
  | DescribeLabelingJobCommandInput
1480
1525
  | DescribeLineageGroupCommandInput
1526
+ | DescribeMlflowTrackingServerCommandInput
1481
1527
  | DescribeModelBiasJobDefinitionCommandInput
1482
1528
  | DescribeModelCardCommandInput
1483
1529
  | DescribeModelCardExportJobCommandInput
@@ -1553,6 +1599,7 @@ export type ServiceInputTypes =
1553
1599
  | ListLabelingJobsCommandInput
1554
1600
  | ListLabelingJobsForWorkteamCommandInput
1555
1601
  | ListLineageGroupsCommandInput
1602
+ | ListMlflowTrackingServersCommandInput
1556
1603
  | ListModelBiasJobDefinitionsCommandInput
1557
1604
  | ListModelCardExportJobsCommandInput
1558
1605
  | ListModelCardVersionsCommandInput
@@ -1599,6 +1646,7 @@ export type ServiceInputTypes =
1599
1646
  | SendPipelineExecutionStepSuccessCommandInput
1600
1647
  | StartEdgeDeploymentStageCommandInput
1601
1648
  | StartInferenceExperimentCommandInput
1649
+ | StartMlflowTrackingServerCommandInput
1602
1650
  | StartMonitoringScheduleCommandInput
1603
1651
  | StartNotebookInstanceCommandInput
1604
1652
  | StartPipelineExecutionCommandInput
@@ -1610,6 +1658,7 @@ export type ServiceInputTypes =
1610
1658
  | StopInferenceExperimentCommandInput
1611
1659
  | StopInferenceRecommendationsJobCommandInput
1612
1660
  | StopLabelingJobCommandInput
1661
+ | StopMlflowTrackingServerCommandInput
1613
1662
  | StopMonitoringScheduleCommandInput
1614
1663
  | StopNotebookInstanceCommandInput
1615
1664
  | StopPipelineExecutionCommandInput
@@ -1637,6 +1686,7 @@ export type ServiceInputTypes =
1637
1686
  | UpdateInferenceComponentCommandInput
1638
1687
  | UpdateInferenceComponentRuntimeConfigCommandInput
1639
1688
  | UpdateInferenceExperimentCommandInput
1689
+ | UpdateMlflowTrackingServerCommandInput
1640
1690
  | UpdateModelCardCommandInput
1641
1691
  | UpdateModelPackageCommandInput
1642
1692
  | UpdateMonitoringAlertCommandInput
@@ -1681,6 +1731,7 @@ export type ServiceOutputTypes =
1681
1731
  | CreateFeatureGroupCommandOutput
1682
1732
  | CreateFlowDefinitionCommandOutput
1683
1733
  | CreateHubCommandOutput
1734
+ | CreateHubContentReferenceCommandOutput
1684
1735
  | CreateHumanTaskUiCommandOutput
1685
1736
  | CreateHyperParameterTuningJobCommandOutput
1686
1737
  | CreateImageCommandOutput
@@ -1689,6 +1740,7 @@ export type ServiceOutputTypes =
1689
1740
  | CreateInferenceExperimentCommandOutput
1690
1741
  | CreateInferenceRecommendationsJobCommandOutput
1691
1742
  | CreateLabelingJobCommandOutput
1743
+ | CreateMlflowTrackingServerCommandOutput
1692
1744
  | CreateModelBiasJobDefinitionCommandOutput
1693
1745
  | CreateModelCardCommandOutput
1694
1746
  | CreateModelCardExportJobCommandOutput
@@ -1702,6 +1754,7 @@ export type ServiceOutputTypes =
1702
1754
  | CreateNotebookInstanceLifecycleConfigCommandOutput
1703
1755
  | CreatePipelineCommandOutput
1704
1756
  | CreatePresignedDomainUrlCommandOutput
1757
+ | CreatePresignedMlflowTrackingServerUrlCommandOutput
1705
1758
  | CreatePresignedNotebookInstanceUrlCommandOutput
1706
1759
  | CreateProcessingJobCommandOutput
1707
1760
  | CreateProjectCommandOutput
@@ -1736,12 +1789,14 @@ export type ServiceOutputTypes =
1736
1789
  | DeleteFlowDefinitionCommandOutput
1737
1790
  | DeleteHubCommandOutput
1738
1791
  | DeleteHubContentCommandOutput
1792
+ | DeleteHubContentReferenceCommandOutput
1739
1793
  | DeleteHumanTaskUiCommandOutput
1740
1794
  | DeleteHyperParameterTuningJobCommandOutput
1741
1795
  | DeleteImageCommandOutput
1742
1796
  | DeleteImageVersionCommandOutput
1743
1797
  | DeleteInferenceComponentCommandOutput
1744
1798
  | DeleteInferenceExperimentCommandOutput
1799
+ | DeleteMlflowTrackingServerCommandOutput
1745
1800
  | DeleteModelBiasJobDefinitionCommandOutput
1746
1801
  | DeleteModelCardCommandOutput
1747
1802
  | DeleteModelCommandOutput
@@ -1799,6 +1854,7 @@ export type ServiceOutputTypes =
1799
1854
  | DescribeInferenceRecommendationsJobCommandOutput
1800
1855
  | DescribeLabelingJobCommandOutput
1801
1856
  | DescribeLineageGroupCommandOutput
1857
+ | DescribeMlflowTrackingServerCommandOutput
1802
1858
  | DescribeModelBiasJobDefinitionCommandOutput
1803
1859
  | DescribeModelCardCommandOutput
1804
1860
  | DescribeModelCardExportJobCommandOutput
@@ -1874,6 +1930,7 @@ export type ServiceOutputTypes =
1874
1930
  | ListLabelingJobsCommandOutput
1875
1931
  | ListLabelingJobsForWorkteamCommandOutput
1876
1932
  | ListLineageGroupsCommandOutput
1933
+ | ListMlflowTrackingServersCommandOutput
1877
1934
  | ListModelBiasJobDefinitionsCommandOutput
1878
1935
  | ListModelCardExportJobsCommandOutput
1879
1936
  | ListModelCardVersionsCommandOutput
@@ -1920,6 +1977,7 @@ export type ServiceOutputTypes =
1920
1977
  | SendPipelineExecutionStepSuccessCommandOutput
1921
1978
  | StartEdgeDeploymentStageCommandOutput
1922
1979
  | StartInferenceExperimentCommandOutput
1980
+ | StartMlflowTrackingServerCommandOutput
1923
1981
  | StartMonitoringScheduleCommandOutput
1924
1982
  | StartNotebookInstanceCommandOutput
1925
1983
  | StartPipelineExecutionCommandOutput
@@ -1931,6 +1989,7 @@ export type ServiceOutputTypes =
1931
1989
  | StopInferenceExperimentCommandOutput
1932
1990
  | StopInferenceRecommendationsJobCommandOutput
1933
1991
  | StopLabelingJobCommandOutput
1992
+ | StopMlflowTrackingServerCommandOutput
1934
1993
  | StopMonitoringScheduleCommandOutput
1935
1994
  | StopNotebookInstanceCommandOutput
1936
1995
  | StopPipelineExecutionCommandOutput
@@ -1958,6 +2017,7 @@ export type ServiceOutputTypes =
1958
2017
  | UpdateInferenceComponentCommandOutput
1959
2018
  | UpdateInferenceComponentRuntimeConfigCommandOutput
1960
2019
  | UpdateInferenceExperimentCommandOutput
2020
+ | UpdateMlflowTrackingServerCommandOutput
1961
2021
  | UpdateModelCardCommandOutput
1962
2022
  | UpdateModelPackageCommandOutput
1963
2023
  | UpdateMonitoringAlertCommandOutput
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CreateCodeRepositoryInput,
5
- CreateCodeRepositoryOutput,
6
- } from "../models/models_0";
3
+ import { CreateCodeRepositoryInput } from "../models/models_0";
4
+ import { CreateCodeRepositoryOutput } from "../models/models_1";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateHubContentReferenceRequest,
5
+ CreateHubContentReferenceResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateHubContentReferenceCommandInput
15
+ extends CreateHubContentReferenceRequest {}
16
+ export interface CreateHubContentReferenceCommandOutput
17
+ extends CreateHubContentReferenceResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateHubContentReferenceCommand_base: {
20
+ new (
21
+ input: CreateHubContentReferenceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateHubContentReferenceCommandInput,
24
+ CreateHubContentReferenceCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateHubContentReferenceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateHubContentReferenceCommandInput,
33
+ CreateHubContentReferenceCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateHubContentReferenceCommand extends CreateHubContentReferenceCommand_base {}
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateMlflowTrackingServerRequest,
5
+ CreateMlflowTrackingServerResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateMlflowTrackingServerCommandInput
15
+ extends CreateMlflowTrackingServerRequest {}
16
+ export interface CreateMlflowTrackingServerCommandOutput
17
+ extends CreateMlflowTrackingServerResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateMlflowTrackingServerCommand_base: {
20
+ new (
21
+ input: CreateMlflowTrackingServerCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateMlflowTrackingServerCommandInput,
24
+ CreateMlflowTrackingServerCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateMlflowTrackingServerCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateMlflowTrackingServerCommandInput,
33
+ CreateMlflowTrackingServerCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateMlflowTrackingServerCommand extends CreateMlflowTrackingServerCommand_base {}
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreatePresignedMlflowTrackingServerUrlRequest,
5
+ CreatePresignedMlflowTrackingServerUrlResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreatePresignedMlflowTrackingServerUrlCommandInput
15
+ extends CreatePresignedMlflowTrackingServerUrlRequest {}
16
+ export interface CreatePresignedMlflowTrackingServerUrlCommandOutput
17
+ extends CreatePresignedMlflowTrackingServerUrlResponse,
18
+ __MetadataBearer {}
19
+ declare const CreatePresignedMlflowTrackingServerUrlCommand_base: {
20
+ new (
21
+ input: CreatePresignedMlflowTrackingServerUrlCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreatePresignedMlflowTrackingServerUrlCommandInput,
24
+ CreatePresignedMlflowTrackingServerUrlCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreatePresignedMlflowTrackingServerUrlCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreatePresignedMlflowTrackingServerUrlCommandInput,
33
+ CreatePresignedMlflowTrackingServerUrlCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreatePresignedMlflowTrackingServerUrlCommand extends CreatePresignedMlflowTrackingServerUrlCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteHubContentReferenceRequest } from "../models/models_2";
4
+ import {
5
+ SageMakerClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../SageMakerClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteHubContentReferenceCommandInput
12
+ extends DeleteHubContentReferenceRequest {}
13
+ export interface DeleteHubContentReferenceCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DeleteHubContentReferenceCommand_base: {
16
+ new (
17
+ input: DeleteHubContentReferenceCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteHubContentReferenceCommandInput,
20
+ DeleteHubContentReferenceCommandOutput,
21
+ SageMakerClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DeleteHubContentReferenceCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteHubContentReferenceCommandInput,
29
+ DeleteHubContentReferenceCommandOutput,
30
+ SageMakerClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteHubContentReferenceCommand extends DeleteHubContentReferenceCommand_base {}
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteMlflowTrackingServerRequest,
5
+ DeleteMlflowTrackingServerResponse,
6
+ } from "../models/models_2";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteMlflowTrackingServerCommandInput
15
+ extends DeleteMlflowTrackingServerRequest {}
16
+ export interface DeleteMlflowTrackingServerCommandOutput
17
+ extends DeleteMlflowTrackingServerResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteMlflowTrackingServerCommand_base: {
20
+ new (
21
+ input: DeleteMlflowTrackingServerCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteMlflowTrackingServerCommandInput,
24
+ DeleteMlflowTrackingServerCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteMlflowTrackingServerCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteMlflowTrackingServerCommandInput,
33
+ DeleteMlflowTrackingServerCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteMlflowTrackingServerCommand extends DeleteMlflowTrackingServerCommand_base {}
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeMlflowTrackingServerRequest,
5
+ DescribeMlflowTrackingServerResponse,
6
+ } from "../models/models_2";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeMlflowTrackingServerCommandInput
15
+ extends DescribeMlflowTrackingServerRequest {}
16
+ export interface DescribeMlflowTrackingServerCommandOutput
17
+ extends DescribeMlflowTrackingServerResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeMlflowTrackingServerCommand_base: {
20
+ new (
21
+ input: DescribeMlflowTrackingServerCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeMlflowTrackingServerCommandInput,
24
+ DescribeMlflowTrackingServerCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DescribeMlflowTrackingServerCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeMlflowTrackingServerCommandInput,
33
+ DescribeMlflowTrackingServerCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeMlflowTrackingServerCommand extends DescribeMlflowTrackingServerCommand_base {}
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DescribeMonitoringScheduleRequest,
5
- DescribeMonitoringScheduleResponse,
6
- } from "../models/models_2";
3
+ import { DescribeMonitoringScheduleRequest } from "../models/models_2";
4
+ import { DescribeMonitoringScheduleResponse } from "../models/models_3";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeNotebookInstanceInput,
5
5
  DescribeNotebookInstanceOutput,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeNotebookInstanceLifecycleConfigInput,
5
5
  DescribeNotebookInstanceLifecycleConfigOutput,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribePipelineRequest,
5
5
  DescribePipelineResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribePipelineDefinitionForExecutionRequest,
5
5
  DescribePipelineDefinitionForExecutionResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribePipelineExecutionRequest,
5
5
  DescribePipelineExecutionResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListMlflowTrackingServersRequest,
5
+ ListMlflowTrackingServersResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListMlflowTrackingServersCommandInput
15
+ extends ListMlflowTrackingServersRequest {}
16
+ export interface ListMlflowTrackingServersCommandOutput
17
+ extends ListMlflowTrackingServersResponse,
18
+ __MetadataBearer {}
19
+ declare const ListMlflowTrackingServersCommand_base: {
20
+ new (
21
+ input: ListMlflowTrackingServersCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListMlflowTrackingServersCommandInput,
24
+ ListMlflowTrackingServersCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListMlflowTrackingServersCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListMlflowTrackingServersCommandInput,
33
+ ListMlflowTrackingServersCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListMlflowTrackingServersCommand extends ListMlflowTrackingServersCommand_base {}
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListMonitoringAlertHistoryRequest,
5
5
  ListMonitoringAlertHistoryResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListMonitoringAlertsRequest,
5
5
  ListMonitoringAlertsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListMonitoringExecutionsRequest,
5
5
  ListMonitoringExecutionsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListMonitoringSchedulesRequest,
5
5
  ListMonitoringSchedulesResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListNotebookInstanceLifecycleConfigsInput,
5
5
  ListNotebookInstanceLifecycleConfigsOutput,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,