@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.
- package/dist-cjs/index.js +14 -0
- package/dist-cjs/schemas/schemas_0.js +69 -43
- package/dist-es/SageMaker.js +22 -22
- package/dist-es/models/enums.js +11 -0
- package/dist-es/schemas/schemas_0.js +46 -20
- package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForEndpointInService.js +1 -1
- package/dist-es/waiters/waitForImageCreated.js +1 -1
- package/dist-es/waiters/waitForImageDeleted.js +1 -1
- package/dist-es/waiters/waitForImageUpdated.js +1 -1
- package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
- package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +1 -1
- package/dist-es/waiters/waitForNotebookInstanceInService.js +1 -1
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +1 -1
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +1 -1
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
- package/dist-types/SageMaker.d.ts +381 -381
- package/dist-types/SageMakerClient.d.ts +384 -384
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +10 -0
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +20 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +10 -0
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +7 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +10 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +7 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +35 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +65 -93
- package/dist-types/models/models_2.d.ts +99 -46
- package/dist-types/models/models_3.d.ts +47 -105
- package/dist-types/models/models_4.d.ts +106 -5
- package/dist-types/pagination/CreateHubContentPresignedUrlsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTrainingPlanExtensionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContextsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceCatalogsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTransformJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkforcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryLineagePaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/models_1.d.ts +35 -58
- package/dist-types/ts3.4/models/models_2.d.ts +68 -30
- package/dist-types/ts3.4/models/models_3.d.ts +45 -61
- package/dist-types/ts3.4/models/models_4.d.ts +55 -32
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/dist-types/waiters/waitForEndpointDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForEndpointInService.d.ts +3 -3
- package/dist-types/waiters/waitForImageCreated.d.ts +3 -3
- package/dist-types/waiters/waitForImageDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForImageUpdated.d.ts +3 -3
- package/dist-types/waiters/waitForImageVersionCreated.d.ts +3 -3
- package/dist-types/waiters/waitForImageVersionDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceInService.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceStopped.d.ts +3 -3
- package/dist-types/waiters/waitForProcessingJobCompletedOrStopped.d.ts +3 -3
- package/dist-types/waiters/waitForTrainingJobCompletedOrStopped.d.ts +3 -3
- package/dist-types/waiters/waitForTransformJobCompletedOrStopped.d.ts +3 -3
- 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
|
*/
|