@aws-sdk/client-sagemaker 3.1019.0 → 3.1020.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 (148) hide show
  1. package/dist-cjs/index.js +14 -0
  2. package/dist-cjs/schemas/schemas_0.js +69 -43
  3. package/dist-es/SageMaker.js +22 -22
  4. package/dist-es/models/enums.js +11 -0
  5. package/dist-es/schemas/schemas_0.js +46 -20
  6. package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
  7. package/dist-es/waiters/waitForEndpointInService.js +1 -1
  8. package/dist-es/waiters/waitForImageCreated.js +1 -1
  9. package/dist-es/waiters/waitForImageDeleted.js +1 -1
  10. package/dist-es/waiters/waitForImageUpdated.js +1 -1
  11. package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
  12. package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
  13. package/dist-es/waiters/waitForNotebookInstanceDeleted.js +1 -1
  14. package/dist-es/waiters/waitForNotebookInstanceInService.js +1 -1
  15. package/dist-es/waiters/waitForNotebookInstanceStopped.js +1 -1
  16. package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +1 -1
  17. package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
  18. package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
  19. package/dist-types/SageMaker.d.ts +381 -381
  20. package/dist-types/SageMakerClient.d.ts +384 -384
  21. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  22. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +10 -0
  23. package/dist-types/commands/CreateInferenceComponentCommand.d.ts +7 -0
  24. package/dist-types/commands/DescribeEndpointCommand.d.ts +20 -0
  25. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +10 -0
  26. package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +7 -0
  27. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -1
  28. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -2
  29. package/dist-types/commands/SearchCommand.d.ts +10 -0
  30. package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +7 -0
  31. package/dist-types/index.d.ts +1 -1
  32. package/dist-types/models/enums.d.ts +35 -0
  33. package/dist-types/models/models_0.d.ts +1 -1
  34. package/dist-types/models/models_1.d.ts +65 -93
  35. package/dist-types/models/models_2.d.ts +99 -46
  36. package/dist-types/models/models_3.d.ts +47 -105
  37. package/dist-types/models/models_4.d.ts +106 -5
  38. package/dist-types/pagination/CreateHubContentPresignedUrlsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/DescribeTrainingPlanExtensionHistoryPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListActionsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListClusterEventsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListClusterNodesPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListContextsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListEndpointsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListExperimentsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListImageVersionsPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListModelCardsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListModelPackagesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListResourceCatalogsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListStageDevicesPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +1 -1
  113. package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +1 -1
  115. package/dist-types/pagination/ListTransformJobsPaginator.d.ts +1 -1
  116. package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +1 -1
  117. package/dist-types/pagination/ListTrialsPaginator.d.ts +1 -1
  118. package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +1 -1
  119. package/dist-types/pagination/ListUserProfilesPaginator.d.ts +1 -1
  120. package/dist-types/pagination/ListWorkforcesPaginator.d.ts +1 -1
  121. package/dist-types/pagination/ListWorkteamsPaginator.d.ts +1 -1
  122. package/dist-types/pagination/QueryLineagePaginator.d.ts +1 -1
  123. package/dist-types/pagination/SearchPaginator.d.ts +1 -1
  124. package/dist-types/schemas/schemas_0.d.ts +3 -0
  125. package/dist-types/ts3.4/SageMakerClient.d.ts +2 -3
  126. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -4
  128. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +4 -2
  129. package/dist-types/ts3.4/models/enums.d.ts +17 -0
  130. package/dist-types/ts3.4/models/models_1.d.ts +35 -58
  131. package/dist-types/ts3.4/models/models_2.d.ts +68 -30
  132. package/dist-types/ts3.4/models/models_3.d.ts +45 -61
  133. package/dist-types/ts3.4/models/models_4.d.ts +55 -32
  134. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  135. package/dist-types/waiters/waitForEndpointDeleted.d.ts +3 -3
  136. package/dist-types/waiters/waitForEndpointInService.d.ts +3 -3
  137. package/dist-types/waiters/waitForImageCreated.d.ts +3 -3
  138. package/dist-types/waiters/waitForImageDeleted.d.ts +3 -3
  139. package/dist-types/waiters/waitForImageUpdated.d.ts +3 -3
  140. package/dist-types/waiters/waitForImageVersionCreated.d.ts +3 -3
  141. package/dist-types/waiters/waitForImageVersionDeleted.d.ts +3 -3
  142. package/dist-types/waiters/waitForNotebookInstanceDeleted.d.ts +3 -3
  143. package/dist-types/waiters/waitForNotebookInstanceInService.d.ts +3 -3
  144. package/dist-types/waiters/waitForNotebookInstanceStopped.d.ts +3 -3
  145. package/dist-types/waiters/waitForProcessingJobCompletedOrStopped.d.ts +3 -3
  146. package/dist-types/waiters/waitForTrainingJobCompletedOrStopped.d.ts +3 -3
  147. package/dist-types/waiters/waitForTransformJobCompletedOrStopped.d.ts +3 -3
  148. package/package.json +15 -15
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCompilationJobsCommandInput, ListCompilationJobsCommandOutput } from "../commands/ListCompilationJobsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListComputeQuotasCommandInput, ListComputeQuotasCommandOutput } from "../commands/ListComputeQuotasCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListContextsCommandInput, ListContextsCommandOutput } from "../commands/ListContextsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDataQualityJobDefinitionsCommandInput, ListDataQualityJobDefinitionsCommandOutput } from "../commands/ListDataQualityJobDefinitionsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDeviceFleetsCommandInput, ListDeviceFleetsCommandOutput } from "../commands/ListDeviceFleetsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListEdgeDeploymentPlansCommandInput, ListEdgeDeploymentPlansCommandOutput } from "../commands/ListEdgeDeploymentPlansCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListEdgePackagingJobsCommandInput, ListEdgePackagingJobsCommandOutput } from "../commands/ListEdgePackagingJobsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListEndpointConfigsCommandInput, ListEndpointConfigsCommandOutput } from "../commands/ListEndpointConfigsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "../commands/ListEndpointsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListExperimentsCommandInput, ListExperimentsCommandOutput } from "../commands/ListExperimentsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFeatureGroupsCommandInput, ListFeatureGroupsCommandOutput } from "../commands/ListFeatureGroupsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFlowDefinitionsCommandInput, ListFlowDefinitionsCommandOutput } from "../commands/ListFlowDefinitionsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListHumanTaskUisCommandInput, ListHumanTaskUisCommandOutput } from "../commands/ListHumanTaskUisCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListHyperParameterTuningJobsCommandInput, ListHyperParameterTuningJobsCommandOutput } from "../commands/ListHyperParameterTuningJobsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListImageVersionsCommandInput, ListImageVersionsCommandOutput } from "../commands/ListImageVersionsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListInferenceComponentsCommandInput, ListInferenceComponentsCommandOutput } from "../commands/ListInferenceComponentsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListInferenceExperimentsCommandInput, ListInferenceExperimentsCommandOutput } from "../commands/ListInferenceExperimentsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListInferenceRecommendationsJobStepsCommandInput, ListInferenceRecommendationsJobStepsCommandOutput } from "../commands/ListInferenceRecommendationsJobStepsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "../commands/ListInferenceRecommendationsJobsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "../commands/ListLabelingJobsForWorkteamCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "../commands/ListLabelingJobsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "../commands/ListLineageGroupsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMlflowAppsCommandInput, ListMlflowAppsCommandOutput } from "../commands/ListMlflowAppsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMlflowTrackingServersCommandInput, ListMlflowTrackingServersCommandOutput } from "../commands/ListMlflowTrackingServersCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "../commands/ListModelBiasJobDefinitionsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelCardExportJobsCommandInput, ListModelCardExportJobsCommandOutput } from "../commands/ListModelCardExportJobsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelCardVersionsCommandInput, ListModelCardVersionsCommandOutput } from "../commands/ListModelCardVersionsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelCardsCommandInput, ListModelCardsCommandOutput } from "../commands/ListModelCardsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelExplainabilityJobDefinitionsCommandInput, ListModelExplainabilityJobDefinitionsCommandOutput } from "../commands/ListModelExplainabilityJobDefinitionsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelMetadataCommandInput, ListModelMetadataCommandOutput } from "../commands/ListModelMetadataCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelPackageGroupsCommandInput, ListModelPackageGroupsCommandOutput } from "../commands/ListModelPackageGroupsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelPackagesCommandInput, ListModelPackagesCommandOutput } from "../commands/ListModelPackagesCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelQualityJobDefinitionsCommandInput, ListModelQualityJobDefinitionsCommandOutput } from "../commands/ListModelQualityJobDefinitionsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMonitoringAlertHistoryCommandInput, ListMonitoringAlertHistoryCommandOutput } from "../commands/ListMonitoringAlertHistoryCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMonitoringAlertsCommandInput, ListMonitoringAlertsCommandOutput } from "../commands/ListMonitoringAlertsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMonitoringExecutionsCommandInput, ListMonitoringExecutionsCommandOutput } from "../commands/ListMonitoringExecutionsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMonitoringSchedulesCommandInput, ListMonitoringSchedulesCommandOutput } from "../commands/ListMonitoringSchedulesCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListNotebookInstanceLifecycleConfigsCommandInput, ListNotebookInstanceLifecycleConfigsCommandOutput } from "../commands/ListNotebookInstanceLifecycleConfigsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListNotebookInstancesCommandInput, ListNotebookInstancesCommandOutput } from "../commands/ListNotebookInstancesCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListOptimizationJobsCommandInput, ListOptimizationJobsCommandOutput } from "../commands/ListOptimizationJobsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPartnerAppsCommandInput, ListPartnerAppsCommandOutput } from "../commands/ListPartnerAppsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPipelineExecutionStepsCommandInput, ListPipelineExecutionStepsCommandOutput } from "../commands/ListPipelineExecutionStepsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "../commands/ListPipelineExecutionsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPipelineParametersForExecutionCommandInput, ListPipelineParametersForExecutionCommandOutput } from "../commands/ListPipelineParametersForExecutionCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPipelineVersionsCommandInput, ListPipelineVersionsCommandOutput } from "../commands/ListPipelineVersionsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "../commands/ListPipelinesCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListProcessingJobsCommandInput, ListProcessingJobsCommandOutput } from "../commands/ListProcessingJobsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListResourceCatalogsCommandInput, ListResourceCatalogsCommandOutput } from "../commands/ListResourceCatalogsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSpacesCommandInput, ListSpacesCommandOutput } from "../commands/ListSpacesCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStageDevicesCommandInput, ListStageDevicesCommandOutput } from "../commands/ListStageDevicesCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStudioLifecycleConfigsCommandInput, ListStudioLifecycleConfigsCommandOutput } from "../commands/ListStudioLifecycleConfigsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSubscribedWorkteamsCommandInput, ListSubscribedWorkteamsCommandOutput } from "../commands/ListSubscribedWorkteamsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTrainingJobsForHyperParameterTuningJobCommandInput, ListTrainingJobsForHyperParameterTuningJobCommandOutput } from "../commands/ListTrainingJobsForHyperParameterTuningJobCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTrainingJobsCommandInput, ListTrainingJobsCommandOutput } from "../commands/ListTrainingJobsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTrainingPlansCommandInput, ListTrainingPlansCommandOutput } from "../commands/ListTrainingPlansCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTransformJobsCommandInput, ListTransformJobsCommandOutput } from "../commands/ListTransformJobsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTrialComponentsCommandInput, ListTrialComponentsCommandOutput } from "../commands/ListTrialComponentsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTrialsCommandInput, ListTrialsCommandOutput } from "../commands/ListTrialsCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUltraServersByReservedCapacityCommandInput, ListUltraServersByReservedCapacityCommandOutput } from "../commands/ListUltraServersByReservedCapacityCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUserProfilesCommandInput, ListUserProfilesCommandOutput } from "../commands/ListUserProfilesCommand";
3
- import { SageMakerPaginationConfiguration } from "./Interfaces";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */