@aws-sdk/client-sagemaker 3.699.0 → 3.709.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +160 -0
- package/dist-cjs/index.js +1585 -206
- package/dist-es/SageMaker.js +40 -0
- package/dist-es/commands/CreateClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/CreateComputeQuotaCommand.js +22 -0
- package/dist-es/commands/CreatePartnerAppCommand.js +22 -0
- package/dist-es/commands/CreatePartnerAppPresignedUrlCommand.js +22 -0
- package/dist-es/commands/CreateTrainingPlanCommand.js +22 -0
- package/dist-es/commands/DeleteClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/DeleteComputeQuotaCommand.js +22 -0
- package/dist-es/commands/DeletePartnerAppCommand.js +22 -0
- package/dist-es/commands/DescribeClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/DescribeComputeQuotaCommand.js +22 -0
- package/dist-es/commands/DescribePartnerAppCommand.js +22 -0
- package/dist-es/commands/DescribeTrainingPlanCommand.js +22 -0
- package/dist-es/commands/ListClusterSchedulerConfigsCommand.js +22 -0
- package/dist-es/commands/ListComputeQuotasCommand.js +22 -0
- package/dist-es/commands/ListPartnerAppsCommand.js +22 -0
- package/dist-es/commands/ListTrainingPlansCommand.js +22 -0
- package/dist-es/commands/SearchTrainingPlanOfferingsCommand.js +22 -0
- package/dist-es/commands/UpdateClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/UpdateComputeQuotaCommand.js +22 -0
- package/dist-es/commands/UpdateModelCardCommand.js +1 -1
- package/dist-es/commands/UpdateModelPackageCommand.js +1 -1
- package/dist-es/commands/UpdatePartnerAppCommand.js +22 -0
- package/dist-es/commands/index.js +20 -0
- package/dist-es/models/models_0.js +40 -10
- package/dist-es/models/models_1.js +21 -56
- package/dist-es/models/models_2.js +67 -56
- package/dist-es/models/models_3.js +101 -43
- package/dist-es/models/models_4.js +55 -13
- package/dist-es/models/models_5.js +15 -0
- package/dist-es/pagination/ListClusterSchedulerConfigsPaginator.js +4 -0
- package/dist-es/pagination/ListComputeQuotasPaginator.js +4 -0
- package/dist-es/pagination/ListPartnerAppsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainingPlansPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +909 -26
- package/dist-types/SageMaker.d.ts +144 -0
- package/dist-types/SageMakerClient.d.ts +22 -2
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +99 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +108 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +9 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +102 -0
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +76 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +148 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/DeleteClusterSchedulerConfigCommand.d.ts +72 -0
- package/dist-types/commands/DeleteComputeQuotaCommand.d.ts +72 -0
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +4 -1
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +115 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +122 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +9 -1
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +11 -9
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +99 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +102 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +91 -0
- package/dist-types/commands/ListClustersCommand.d.ts +4 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +109 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +2 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubsCommand.d.ts +1 -1
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -2
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +81 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +115 -0
- package/dist-types/commands/SearchCommand.d.ts +10 -8
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +120 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -2
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +103 -0
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +10 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelCardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +98 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +20 -0
- package/dist-types/models/models_0.d.ts +361 -285
- package/dist-types/models/models_1.d.ts +495 -487
- package/dist-types/models/models_2.d.ts +4294 -4703
- package/dist-types/models/models_3.d.ts +5930 -5721
- package/dist-types/models/models_4.d.ts +5296 -4824
- package/dist-types/models/models_5.d.ts +1786 -5
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +180 -0
- package/dist-types/ts3.4/SageMaker.d.ts +344 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +120 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteClusterSchedulerConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteComputeQuotaCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeletePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputeQuotasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchTrainingPlanOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +96 -76
- package/dist-types/ts3.4/models/models_1.d.ts +146 -162
- package/dist-types/ts3.4/models/models_2.d.ts +280 -318
- package/dist-types/ts3.4/models/models_3.d.ts +471 -420
- package/dist-types/ts3.4/models/models_4.d.ts +546 -394
- package/dist-types/ts3.4/models/models_5.d.ts +458 -3
- package/dist-types/ts3.4/pagination/ListClusterSchedulerConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputeQuotasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPartnerAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainingPlansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +240 -0
- package/package.json +36 -36
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListClusterSchedulerConfigsCommandInput, ListClusterSchedulerConfigsCommandOutput } from "../commands/ListClusterSchedulerConfigsCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListClusterSchedulerConfigs: (config: SageMakerPaginationConfiguration, input: ListClusterSchedulerConfigsCommandInput, ...rest: any[]) => Paginator<ListClusterSchedulerConfigsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListComputeQuotasCommandInput, ListComputeQuotasCommandOutput } from "../commands/ListComputeQuotasCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListComputeQuotas: (config: SageMakerPaginationConfiguration, input: ListComputeQuotasCommandInput, ...rest: any[]) => Paginator<ListComputeQuotasCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPartnerAppsCommandInput, ListPartnerAppsCommandOutput } from "../commands/ListPartnerAppsCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPartnerApps: (config: SageMakerPaginationConfiguration, input: ListPartnerAppsCommandInput, ...rest: any[]) => Paginator<ListPartnerAppsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListTrainingPlansCommandInput, ListTrainingPlansCommandOutput } from "../commands/ListTrainingPlansCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListTrainingPlans: (config: SageMakerPaginationConfiguration, input: ListTrainingPlansCommandInput, ...rest: any[]) => Paginator<ListTrainingPlansCommandOutput>;
|
|
@@ -8,8 +8,10 @@ export * from "./ListArtifactsPaginator";
|
|
|
8
8
|
export * from "./ListAssociationsPaginator";
|
|
9
9
|
export * from "./ListAutoMLJobsPaginator";
|
|
10
10
|
export * from "./ListCandidatesForAutoMLJobPaginator";
|
|
11
|
+
export * from "./ListClusterSchedulerConfigsPaginator";
|
|
11
12
|
export * from "./ListCodeRepositoriesPaginator";
|
|
12
13
|
export * from "./ListCompilationJobsPaginator";
|
|
14
|
+
export * from "./ListComputeQuotasPaginator";
|
|
13
15
|
export * from "./ListContextsPaginator";
|
|
14
16
|
export * from "./ListDataQualityJobDefinitionsPaginator";
|
|
15
17
|
export * from "./ListDeviceFleetsPaginator";
|
|
@@ -51,6 +53,7 @@ export * from "./ListMonitoringSchedulesPaginator";
|
|
|
51
53
|
export * from "./ListNotebookInstanceLifecycleConfigsPaginator";
|
|
52
54
|
export * from "./ListNotebookInstancesPaginator";
|
|
53
55
|
export * from "./ListOptimizationJobsPaginator";
|
|
56
|
+
export * from "./ListPartnerAppsPaginator";
|
|
54
57
|
export * from "./ListPipelineExecutionStepsPaginator";
|
|
55
58
|
export * from "./ListPipelineExecutionsPaginator";
|
|
56
59
|
export * from "./ListPipelineParametersForExecutionPaginator";
|
|
@@ -65,6 +68,7 @@ export * from "./ListSubscribedWorkteamsPaginator";
|
|
|
65
68
|
export * from "./ListTagsPaginator";
|
|
66
69
|
export * from "./ListTrainingJobsForHyperParameterTuningJobPaginator";
|
|
67
70
|
export * from "./ListTrainingJobsPaginator";
|
|
71
|
+
export * from "./ListTrainingPlansPaginator";
|
|
68
72
|
export * from "./ListTransformJobsPaginator";
|
|
69
73
|
export * from "./ListTrialComponentsPaginator";
|
|
70
74
|
export * from "./ListTrialsPaginator";
|
|
@@ -13,8 +13,10 @@ import { CreateArtifactCommandInput, CreateArtifactCommandOutput } from "../comm
|
|
|
13
13
|
import { CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput } from "../commands/CreateAutoMLJobCommand";
|
|
14
14
|
import { CreateAutoMLJobV2CommandInput, CreateAutoMLJobV2CommandOutput } from "../commands/CreateAutoMLJobV2Command";
|
|
15
15
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
|
|
16
|
+
import { CreateClusterSchedulerConfigCommandInput, CreateClusterSchedulerConfigCommandOutput } from "../commands/CreateClusterSchedulerConfigCommand";
|
|
16
17
|
import { CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput } from "../commands/CreateCodeRepositoryCommand";
|
|
17
18
|
import { CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput } from "../commands/CreateCompilationJobCommand";
|
|
19
|
+
import { CreateComputeQuotaCommandInput, CreateComputeQuotaCommandOutput } from "../commands/CreateComputeQuotaCommand";
|
|
18
20
|
import { CreateContextCommandInput, CreateContextCommandOutput } from "../commands/CreateContextCommand";
|
|
19
21
|
import { CreateDataQualityJobDefinitionCommandInput, CreateDataQualityJobDefinitionCommandOutput } from "../commands/CreateDataQualityJobDefinitionCommand";
|
|
20
22
|
import { CreateDeviceFleetCommandInput, CreateDeviceFleetCommandOutput } from "../commands/CreateDeviceFleetCommand";
|
|
@@ -50,6 +52,8 @@ import { CreateMonitoringScheduleCommandInput, CreateMonitoringScheduleCommandOu
|
|
|
50
52
|
import { CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput } from "../commands/CreateNotebookInstanceCommand";
|
|
51
53
|
import { CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput } from "../commands/CreateNotebookInstanceLifecycleConfigCommand";
|
|
52
54
|
import { CreateOptimizationJobCommandInput, CreateOptimizationJobCommandOutput } from "../commands/CreateOptimizationJobCommand";
|
|
55
|
+
import { CreatePartnerAppCommandInput, CreatePartnerAppCommandOutput } from "../commands/CreatePartnerAppCommand";
|
|
56
|
+
import { CreatePartnerAppPresignedUrlCommandInput, CreatePartnerAppPresignedUrlCommandOutput } from "../commands/CreatePartnerAppPresignedUrlCommand";
|
|
53
57
|
import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "../commands/CreatePipelineCommand";
|
|
54
58
|
import { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOutput } from "../commands/CreatePresignedDomainUrlCommand";
|
|
55
59
|
import { CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput } from "../commands/CreatePresignedMlflowTrackingServerUrlCommand";
|
|
@@ -59,6 +63,7 @@ import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../comman
|
|
|
59
63
|
import { CreateSpaceCommandInput, CreateSpaceCommandOutput } from "../commands/CreateSpaceCommand";
|
|
60
64
|
import { CreateStudioLifecycleConfigCommandInput, CreateStudioLifecycleConfigCommandOutput } from "../commands/CreateStudioLifecycleConfigCommand";
|
|
61
65
|
import { CreateTrainingJobCommandInput, CreateTrainingJobCommandOutput } from "../commands/CreateTrainingJobCommand";
|
|
66
|
+
import { CreateTrainingPlanCommandInput, CreateTrainingPlanCommandOutput } from "../commands/CreateTrainingPlanCommand";
|
|
62
67
|
import { CreateTransformJobCommandInput, CreateTransformJobCommandOutput } from "../commands/CreateTransformJobCommand";
|
|
63
68
|
import { CreateTrialCommandInput, CreateTrialCommandOutput } from "../commands/CreateTrialCommand";
|
|
64
69
|
import { CreateTrialComponentCommandInput, CreateTrialComponentCommandOutput } from "../commands/CreateTrialComponentCommand";
|
|
@@ -72,8 +77,10 @@ import { DeleteAppImageConfigCommandInput, DeleteAppImageConfigCommandOutput } f
|
|
|
72
77
|
import { DeleteArtifactCommandInput, DeleteArtifactCommandOutput } from "../commands/DeleteArtifactCommand";
|
|
73
78
|
import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "../commands/DeleteAssociationCommand";
|
|
74
79
|
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
|
|
80
|
+
import { DeleteClusterSchedulerConfigCommandInput, DeleteClusterSchedulerConfigCommandOutput } from "../commands/DeleteClusterSchedulerConfigCommand";
|
|
75
81
|
import { DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput } from "../commands/DeleteCodeRepositoryCommand";
|
|
76
82
|
import { DeleteCompilationJobCommandInput, DeleteCompilationJobCommandOutput } from "../commands/DeleteCompilationJobCommand";
|
|
83
|
+
import { DeleteComputeQuotaCommandInput, DeleteComputeQuotaCommandOutput } from "../commands/DeleteComputeQuotaCommand";
|
|
77
84
|
import { DeleteContextCommandInput, DeleteContextCommandOutput } from "../commands/DeleteContextCommand";
|
|
78
85
|
import { DeleteDataQualityJobDefinitionCommandInput, DeleteDataQualityJobDefinitionCommandOutput } from "../commands/DeleteDataQualityJobDefinitionCommand";
|
|
79
86
|
import { DeleteDeviceFleetCommandInput, DeleteDeviceFleetCommandOutput } from "../commands/DeleteDeviceFleetCommand";
|
|
@@ -107,6 +114,7 @@ import { DeleteMonitoringScheduleCommandInput, DeleteMonitoringScheduleCommandOu
|
|
|
107
114
|
import { DeleteNotebookInstanceCommandInput, DeleteNotebookInstanceCommandOutput } from "../commands/DeleteNotebookInstanceCommand";
|
|
108
115
|
import { DeleteNotebookInstanceLifecycleConfigCommandInput, DeleteNotebookInstanceLifecycleConfigCommandOutput } from "../commands/DeleteNotebookInstanceLifecycleConfigCommand";
|
|
109
116
|
import { DeleteOptimizationJobCommandInput, DeleteOptimizationJobCommandOutput } from "../commands/DeleteOptimizationJobCommand";
|
|
117
|
+
import { DeletePartnerAppCommandInput, DeletePartnerAppCommandOutput } from "../commands/DeletePartnerAppCommand";
|
|
110
118
|
import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "../commands/DeletePipelineCommand";
|
|
111
119
|
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
|
|
112
120
|
import { DeleteSpaceCommandInput, DeleteSpaceCommandOutput } from "../commands/DeleteSpaceCommand";
|
|
@@ -127,8 +135,10 @@ import { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from ".
|
|
|
127
135
|
import { DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput } from "../commands/DescribeAutoMLJobV2Command";
|
|
128
136
|
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
|
|
129
137
|
import { DescribeClusterNodeCommandInput, DescribeClusterNodeCommandOutput } from "../commands/DescribeClusterNodeCommand";
|
|
138
|
+
import { DescribeClusterSchedulerConfigCommandInput, DescribeClusterSchedulerConfigCommandOutput } from "../commands/DescribeClusterSchedulerConfigCommand";
|
|
130
139
|
import { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "../commands/DescribeCodeRepositoryCommand";
|
|
131
140
|
import { DescribeCompilationJobCommandInput, DescribeCompilationJobCommandOutput } from "../commands/DescribeCompilationJobCommand";
|
|
141
|
+
import { DescribeComputeQuotaCommandInput, DescribeComputeQuotaCommandOutput } from "../commands/DescribeComputeQuotaCommand";
|
|
132
142
|
import { DescribeContextCommandInput, DescribeContextCommandOutput } from "../commands/DescribeContextCommand";
|
|
133
143
|
import { DescribeDataQualityJobDefinitionCommandInput, DescribeDataQualityJobDefinitionCommandOutput } from "../commands/DescribeDataQualityJobDefinitionCommand";
|
|
134
144
|
import { DescribeDeviceCommandInput, DescribeDeviceCommandOutput } from "../commands/DescribeDeviceCommand";
|
|
@@ -166,6 +176,7 @@ import { DescribeMonitoringScheduleCommandInput, DescribeMonitoringScheduleComma
|
|
|
166
176
|
import { DescribeNotebookInstanceCommandInput, DescribeNotebookInstanceCommandOutput } from "../commands/DescribeNotebookInstanceCommand";
|
|
167
177
|
import { DescribeNotebookInstanceLifecycleConfigCommandInput, DescribeNotebookInstanceLifecycleConfigCommandOutput } from "../commands/DescribeNotebookInstanceLifecycleConfigCommand";
|
|
168
178
|
import { DescribeOptimizationJobCommandInput, DescribeOptimizationJobCommandOutput } from "../commands/DescribeOptimizationJobCommand";
|
|
179
|
+
import { DescribePartnerAppCommandInput, DescribePartnerAppCommandOutput } from "../commands/DescribePartnerAppCommand";
|
|
169
180
|
import { DescribePipelineCommandInput, DescribePipelineCommandOutput } from "../commands/DescribePipelineCommand";
|
|
170
181
|
import { DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDefinitionForExecutionCommandOutput } from "../commands/DescribePipelineDefinitionForExecutionCommand";
|
|
171
182
|
import { DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput } from "../commands/DescribePipelineExecutionCommand";
|
|
@@ -175,6 +186,7 @@ import { DescribeSpaceCommandInput, DescribeSpaceCommandOutput } from "../comman
|
|
|
175
186
|
import { DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput } from "../commands/DescribeStudioLifecycleConfigCommand";
|
|
176
187
|
import { DescribeSubscribedWorkteamCommandInput, DescribeSubscribedWorkteamCommandOutput } from "../commands/DescribeSubscribedWorkteamCommand";
|
|
177
188
|
import { DescribeTrainingJobCommandInput, DescribeTrainingJobCommandOutput } from "../commands/DescribeTrainingJobCommand";
|
|
189
|
+
import { DescribeTrainingPlanCommandInput, DescribeTrainingPlanCommandOutput } from "../commands/DescribeTrainingPlanCommand";
|
|
178
190
|
import { DescribeTransformJobCommandInput, DescribeTransformJobCommandOutput } from "../commands/DescribeTransformJobCommand";
|
|
179
191
|
import { DescribeTrialCommandInput, DescribeTrialCommandOutput } from "../commands/DescribeTrialCommand";
|
|
180
192
|
import { DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput } from "../commands/DescribeTrialComponentCommand";
|
|
@@ -201,9 +213,11 @@ import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../
|
|
|
201
213
|
import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "../commands/ListAutoMLJobsCommand";
|
|
202
214
|
import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "../commands/ListCandidatesForAutoMLJobCommand";
|
|
203
215
|
import { ListClusterNodesCommandInput, ListClusterNodesCommandOutput } from "../commands/ListClusterNodesCommand";
|
|
216
|
+
import { ListClusterSchedulerConfigsCommandInput, ListClusterSchedulerConfigsCommandOutput } from "../commands/ListClusterSchedulerConfigsCommand";
|
|
204
217
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
205
218
|
import { ListCodeRepositoriesCommandInput, ListCodeRepositoriesCommandOutput } from "../commands/ListCodeRepositoriesCommand";
|
|
206
219
|
import { ListCompilationJobsCommandInput, ListCompilationJobsCommandOutput } from "../commands/ListCompilationJobsCommand";
|
|
220
|
+
import { ListComputeQuotasCommandInput, ListComputeQuotasCommandOutput } from "../commands/ListComputeQuotasCommand";
|
|
207
221
|
import { ListContextsCommandInput, ListContextsCommandOutput } from "../commands/ListContextsCommand";
|
|
208
222
|
import { ListDataQualityJobDefinitionsCommandInput, ListDataQualityJobDefinitionsCommandOutput } from "../commands/ListDataQualityJobDefinitionsCommand";
|
|
209
223
|
import { ListDeviceFleetsCommandInput, ListDeviceFleetsCommandOutput } from "../commands/ListDeviceFleetsCommand";
|
|
@@ -248,6 +262,7 @@ import { ListMonitoringSchedulesCommandInput, ListMonitoringSchedulesCommandOutp
|
|
|
248
262
|
import { ListNotebookInstanceLifecycleConfigsCommandInput, ListNotebookInstanceLifecycleConfigsCommandOutput } from "../commands/ListNotebookInstanceLifecycleConfigsCommand";
|
|
249
263
|
import { ListNotebookInstancesCommandInput, ListNotebookInstancesCommandOutput } from "../commands/ListNotebookInstancesCommand";
|
|
250
264
|
import { ListOptimizationJobsCommandInput, ListOptimizationJobsCommandOutput } from "../commands/ListOptimizationJobsCommand";
|
|
265
|
+
import { ListPartnerAppsCommandInput, ListPartnerAppsCommandOutput } from "../commands/ListPartnerAppsCommand";
|
|
251
266
|
import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "../commands/ListPipelineExecutionsCommand";
|
|
252
267
|
import { ListPipelineExecutionStepsCommandInput, ListPipelineExecutionStepsCommandOutput } from "../commands/ListPipelineExecutionStepsCommand";
|
|
253
268
|
import { ListPipelineParametersForExecutionCommandInput, ListPipelineParametersForExecutionCommandOutput } from "../commands/ListPipelineParametersForExecutionCommand";
|
|
@@ -262,6 +277,7 @@ import { ListSubscribedWorkteamsCommandInput, ListSubscribedWorkteamsCommandOutp
|
|
|
262
277
|
import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
|
|
263
278
|
import { ListTrainingJobsCommandInput, ListTrainingJobsCommandOutput } from "../commands/ListTrainingJobsCommand";
|
|
264
279
|
import { ListTrainingJobsForHyperParameterTuningJobCommandInput, ListTrainingJobsForHyperParameterTuningJobCommandOutput } from "../commands/ListTrainingJobsForHyperParameterTuningJobCommand";
|
|
280
|
+
import { ListTrainingPlansCommandInput, ListTrainingPlansCommandOutput } from "../commands/ListTrainingPlansCommand";
|
|
265
281
|
import { ListTransformJobsCommandInput, ListTransformJobsCommandOutput } from "../commands/ListTransformJobsCommand";
|
|
266
282
|
import { ListTrialComponentsCommandInput, ListTrialComponentsCommandOutput } from "../commands/ListTrialComponentsCommand";
|
|
267
283
|
import { ListTrialsCommandInput, ListTrialsCommandOutput } from "../commands/ListTrialsCommand";
|
|
@@ -274,6 +290,7 @@ import { RegisterDevicesCommandInput, RegisterDevicesCommandOutput } from "../co
|
|
|
274
290
|
import { RenderUiTemplateCommandInput, RenderUiTemplateCommandOutput } from "../commands/RenderUiTemplateCommand";
|
|
275
291
|
import { RetryPipelineExecutionCommandInput, RetryPipelineExecutionCommandOutput } from "../commands/RetryPipelineExecutionCommand";
|
|
276
292
|
import { SearchCommandInput, SearchCommandOutput } from "../commands/SearchCommand";
|
|
293
|
+
import { SearchTrainingPlanOfferingsCommandInput, SearchTrainingPlanOfferingsCommandOutput } from "../commands/SearchTrainingPlanOfferingsCommand";
|
|
277
294
|
import { SendPipelineExecutionStepFailureCommandInput, SendPipelineExecutionStepFailureCommandOutput } from "../commands/SendPipelineExecutionStepFailureCommand";
|
|
278
295
|
import { SendPipelineExecutionStepSuccessCommandInput, SendPipelineExecutionStepSuccessCommandOutput } from "../commands/SendPipelineExecutionStepSuccessCommand";
|
|
279
296
|
import { StartEdgeDeploymentStageCommandInput, StartEdgeDeploymentStageCommandOutput } from "../commands/StartEdgeDeploymentStageCommand";
|
|
@@ -302,8 +319,10 @@ import { UpdateActionCommandInput, UpdateActionCommandOutput } from "../commands
|
|
|
302
319
|
import { UpdateAppImageConfigCommandInput, UpdateAppImageConfigCommandOutput } from "../commands/UpdateAppImageConfigCommand";
|
|
303
320
|
import { UpdateArtifactCommandInput, UpdateArtifactCommandOutput } from "../commands/UpdateArtifactCommand";
|
|
304
321
|
import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "../commands/UpdateClusterCommand";
|
|
322
|
+
import { UpdateClusterSchedulerConfigCommandInput, UpdateClusterSchedulerConfigCommandOutput } from "../commands/UpdateClusterSchedulerConfigCommand";
|
|
305
323
|
import { UpdateClusterSoftwareCommandInput, UpdateClusterSoftwareCommandOutput } from "../commands/UpdateClusterSoftwareCommand";
|
|
306
324
|
import { UpdateCodeRepositoryCommandInput, UpdateCodeRepositoryCommandOutput } from "../commands/UpdateCodeRepositoryCommand";
|
|
325
|
+
import { UpdateComputeQuotaCommandInput, UpdateComputeQuotaCommandOutput } from "../commands/UpdateComputeQuotaCommand";
|
|
307
326
|
import { UpdateContextCommandInput, UpdateContextCommandOutput } from "../commands/UpdateContextCommand";
|
|
308
327
|
import { UpdateDeviceFleetCommandInput, UpdateDeviceFleetCommandOutput } from "../commands/UpdateDeviceFleetCommand";
|
|
309
328
|
import { UpdateDevicesCommandInput, UpdateDevicesCommandOutput } from "../commands/UpdateDevicesCommand";
|
|
@@ -326,6 +345,7 @@ import { UpdateMonitoringAlertCommandInput, UpdateMonitoringAlertCommandOutput }
|
|
|
326
345
|
import { UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput } from "../commands/UpdateMonitoringScheduleCommand";
|
|
327
346
|
import { UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput } from "../commands/UpdateNotebookInstanceCommand";
|
|
328
347
|
import { UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput } from "../commands/UpdateNotebookInstanceLifecycleConfigCommand";
|
|
348
|
+
import { UpdatePartnerAppCommandInput, UpdatePartnerAppCommandOutput } from "../commands/UpdatePartnerAppCommand";
|
|
329
349
|
import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "../commands/UpdatePipelineCommand";
|
|
330
350
|
import { UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput } from "../commands/UpdatePipelineExecutionCommand";
|
|
331
351
|
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
|
|
@@ -388,6 +408,10 @@ export declare const se_CreateAutoMLJobV2Command: (input: CreateAutoMLJobV2Comma
|
|
|
388
408
|
* serializeAws_json1_1CreateClusterCommand
|
|
389
409
|
*/
|
|
390
410
|
export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
411
|
+
/**
|
|
412
|
+
* serializeAws_json1_1CreateClusterSchedulerConfigCommand
|
|
413
|
+
*/
|
|
414
|
+
export declare const se_CreateClusterSchedulerConfigCommand: (input: CreateClusterSchedulerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
391
415
|
/**
|
|
392
416
|
* serializeAws_json1_1CreateCodeRepositoryCommand
|
|
393
417
|
*/
|
|
@@ -396,6 +420,10 @@ export declare const se_CreateCodeRepositoryCommand: (input: CreateCodeRepositor
|
|
|
396
420
|
* serializeAws_json1_1CreateCompilationJobCommand
|
|
397
421
|
*/
|
|
398
422
|
export declare const se_CreateCompilationJobCommand: (input: CreateCompilationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
423
|
+
/**
|
|
424
|
+
* serializeAws_json1_1CreateComputeQuotaCommand
|
|
425
|
+
*/
|
|
426
|
+
export declare const se_CreateComputeQuotaCommand: (input: CreateComputeQuotaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
399
427
|
/**
|
|
400
428
|
* serializeAws_json1_1CreateContextCommand
|
|
401
429
|
*/
|
|
@@ -536,6 +564,14 @@ export declare const se_CreateNotebookInstanceLifecycleConfigCommand: (input: Cr
|
|
|
536
564
|
* serializeAws_json1_1CreateOptimizationJobCommand
|
|
537
565
|
*/
|
|
538
566
|
export declare const se_CreateOptimizationJobCommand: (input: CreateOptimizationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
567
|
+
/**
|
|
568
|
+
* serializeAws_json1_1CreatePartnerAppCommand
|
|
569
|
+
*/
|
|
570
|
+
export declare const se_CreatePartnerAppCommand: (input: CreatePartnerAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
571
|
+
/**
|
|
572
|
+
* serializeAws_json1_1CreatePartnerAppPresignedUrlCommand
|
|
573
|
+
*/
|
|
574
|
+
export declare const se_CreatePartnerAppPresignedUrlCommand: (input: CreatePartnerAppPresignedUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
539
575
|
/**
|
|
540
576
|
* serializeAws_json1_1CreatePipelineCommand
|
|
541
577
|
*/
|
|
@@ -572,6 +608,10 @@ export declare const se_CreateStudioLifecycleConfigCommand: (input: CreateStudio
|
|
|
572
608
|
* serializeAws_json1_1CreateTrainingJobCommand
|
|
573
609
|
*/
|
|
574
610
|
export declare const se_CreateTrainingJobCommand: (input: CreateTrainingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
611
|
+
/**
|
|
612
|
+
* serializeAws_json1_1CreateTrainingPlanCommand
|
|
613
|
+
*/
|
|
614
|
+
export declare const se_CreateTrainingPlanCommand: (input: CreateTrainingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
575
615
|
/**
|
|
576
616
|
* serializeAws_json1_1CreateTransformJobCommand
|
|
577
617
|
*/
|
|
@@ -624,6 +664,10 @@ export declare const se_DeleteAssociationCommand: (input: DeleteAssociationComma
|
|
|
624
664
|
* serializeAws_json1_1DeleteClusterCommand
|
|
625
665
|
*/
|
|
626
666
|
export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
667
|
+
/**
|
|
668
|
+
* serializeAws_json1_1DeleteClusterSchedulerConfigCommand
|
|
669
|
+
*/
|
|
670
|
+
export declare const se_DeleteClusterSchedulerConfigCommand: (input: DeleteClusterSchedulerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
627
671
|
/**
|
|
628
672
|
* serializeAws_json1_1DeleteCodeRepositoryCommand
|
|
629
673
|
*/
|
|
@@ -632,6 +676,10 @@ export declare const se_DeleteCodeRepositoryCommand: (input: DeleteCodeRepositor
|
|
|
632
676
|
* serializeAws_json1_1DeleteCompilationJobCommand
|
|
633
677
|
*/
|
|
634
678
|
export declare const se_DeleteCompilationJobCommand: (input: DeleteCompilationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
679
|
+
/**
|
|
680
|
+
* serializeAws_json1_1DeleteComputeQuotaCommand
|
|
681
|
+
*/
|
|
682
|
+
export declare const se_DeleteComputeQuotaCommand: (input: DeleteComputeQuotaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
635
683
|
/**
|
|
636
684
|
* serializeAws_json1_1DeleteContextCommand
|
|
637
685
|
*/
|
|
@@ -764,6 +812,10 @@ export declare const se_DeleteNotebookInstanceLifecycleConfigCommand: (input: De
|
|
|
764
812
|
* serializeAws_json1_1DeleteOptimizationJobCommand
|
|
765
813
|
*/
|
|
766
814
|
export declare const se_DeleteOptimizationJobCommand: (input: DeleteOptimizationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
815
|
+
/**
|
|
816
|
+
* serializeAws_json1_1DeletePartnerAppCommand
|
|
817
|
+
*/
|
|
818
|
+
export declare const se_DeletePartnerAppCommand: (input: DeletePartnerAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
767
819
|
/**
|
|
768
820
|
* serializeAws_json1_1DeletePipelineCommand
|
|
769
821
|
*/
|
|
@@ -844,6 +896,10 @@ export declare const se_DescribeClusterCommand: (input: DescribeClusterCommandIn
|
|
|
844
896
|
* serializeAws_json1_1DescribeClusterNodeCommand
|
|
845
897
|
*/
|
|
846
898
|
export declare const se_DescribeClusterNodeCommand: (input: DescribeClusterNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
899
|
+
/**
|
|
900
|
+
* serializeAws_json1_1DescribeClusterSchedulerConfigCommand
|
|
901
|
+
*/
|
|
902
|
+
export declare const se_DescribeClusterSchedulerConfigCommand: (input: DescribeClusterSchedulerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
847
903
|
/**
|
|
848
904
|
* serializeAws_json1_1DescribeCodeRepositoryCommand
|
|
849
905
|
*/
|
|
@@ -852,6 +908,10 @@ export declare const se_DescribeCodeRepositoryCommand: (input: DescribeCodeRepos
|
|
|
852
908
|
* serializeAws_json1_1DescribeCompilationJobCommand
|
|
853
909
|
*/
|
|
854
910
|
export declare const se_DescribeCompilationJobCommand: (input: DescribeCompilationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
911
|
+
/**
|
|
912
|
+
* serializeAws_json1_1DescribeComputeQuotaCommand
|
|
913
|
+
*/
|
|
914
|
+
export declare const se_DescribeComputeQuotaCommand: (input: DescribeComputeQuotaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
855
915
|
/**
|
|
856
916
|
* serializeAws_json1_1DescribeContextCommand
|
|
857
917
|
*/
|
|
@@ -1000,6 +1060,10 @@ export declare const se_DescribeNotebookInstanceLifecycleConfigCommand: (input:
|
|
|
1000
1060
|
* serializeAws_json1_1DescribeOptimizationJobCommand
|
|
1001
1061
|
*/
|
|
1002
1062
|
export declare const se_DescribeOptimizationJobCommand: (input: DescribeOptimizationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1063
|
+
/**
|
|
1064
|
+
* serializeAws_json1_1DescribePartnerAppCommand
|
|
1065
|
+
*/
|
|
1066
|
+
export declare const se_DescribePartnerAppCommand: (input: DescribePartnerAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1003
1067
|
/**
|
|
1004
1068
|
* serializeAws_json1_1DescribePipelineCommand
|
|
1005
1069
|
*/
|
|
@@ -1036,6 +1100,10 @@ export declare const se_DescribeSubscribedWorkteamCommand: (input: DescribeSubsc
|
|
|
1036
1100
|
* serializeAws_json1_1DescribeTrainingJobCommand
|
|
1037
1101
|
*/
|
|
1038
1102
|
export declare const se_DescribeTrainingJobCommand: (input: DescribeTrainingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1103
|
+
/**
|
|
1104
|
+
* serializeAws_json1_1DescribeTrainingPlanCommand
|
|
1105
|
+
*/
|
|
1106
|
+
export declare const se_DescribeTrainingPlanCommand: (input: DescribeTrainingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1039
1107
|
/**
|
|
1040
1108
|
* serializeAws_json1_1DescribeTransformJobCommand
|
|
1041
1109
|
*/
|
|
@@ -1144,6 +1212,10 @@ export declare const se_ListClusterNodesCommand: (input: ListClusterNodesCommand
|
|
|
1144
1212
|
* serializeAws_json1_1ListClustersCommand
|
|
1145
1213
|
*/
|
|
1146
1214
|
export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1215
|
+
/**
|
|
1216
|
+
* serializeAws_json1_1ListClusterSchedulerConfigsCommand
|
|
1217
|
+
*/
|
|
1218
|
+
export declare const se_ListClusterSchedulerConfigsCommand: (input: ListClusterSchedulerConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1147
1219
|
/**
|
|
1148
1220
|
* serializeAws_json1_1ListCodeRepositoriesCommand
|
|
1149
1221
|
*/
|
|
@@ -1152,6 +1224,10 @@ export declare const se_ListCodeRepositoriesCommand: (input: ListCodeRepositorie
|
|
|
1152
1224
|
* serializeAws_json1_1ListCompilationJobsCommand
|
|
1153
1225
|
*/
|
|
1154
1226
|
export declare const se_ListCompilationJobsCommand: (input: ListCompilationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1227
|
+
/**
|
|
1228
|
+
* serializeAws_json1_1ListComputeQuotasCommand
|
|
1229
|
+
*/
|
|
1230
|
+
export declare const se_ListComputeQuotasCommand: (input: ListComputeQuotasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1155
1231
|
/**
|
|
1156
1232
|
* serializeAws_json1_1ListContextsCommand
|
|
1157
1233
|
*/
|
|
@@ -1328,6 +1404,10 @@ export declare const se_ListNotebookInstancesCommand: (input: ListNotebookInstan
|
|
|
1328
1404
|
* serializeAws_json1_1ListOptimizationJobsCommand
|
|
1329
1405
|
*/
|
|
1330
1406
|
export declare const se_ListOptimizationJobsCommand: (input: ListOptimizationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1407
|
+
/**
|
|
1408
|
+
* serializeAws_json1_1ListPartnerAppsCommand
|
|
1409
|
+
*/
|
|
1410
|
+
export declare const se_ListPartnerAppsCommand: (input: ListPartnerAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1331
1411
|
/**
|
|
1332
1412
|
* serializeAws_json1_1ListPipelineExecutionsCommand
|
|
1333
1413
|
*/
|
|
@@ -1384,6 +1464,10 @@ export declare const se_ListTrainingJobsCommand: (input: ListTrainingJobsCommand
|
|
|
1384
1464
|
* serializeAws_json1_1ListTrainingJobsForHyperParameterTuningJobCommand
|
|
1385
1465
|
*/
|
|
1386
1466
|
export declare const se_ListTrainingJobsForHyperParameterTuningJobCommand: (input: ListTrainingJobsForHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1467
|
+
/**
|
|
1468
|
+
* serializeAws_json1_1ListTrainingPlansCommand
|
|
1469
|
+
*/
|
|
1470
|
+
export declare const se_ListTrainingPlansCommand: (input: ListTrainingPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1387
1471
|
/**
|
|
1388
1472
|
* serializeAws_json1_1ListTransformJobsCommand
|
|
1389
1473
|
*/
|
|
@@ -1432,6 +1516,10 @@ export declare const se_RetryPipelineExecutionCommand: (input: RetryPipelineExec
|
|
|
1432
1516
|
* serializeAws_json1_1SearchCommand
|
|
1433
1517
|
*/
|
|
1434
1518
|
export declare const se_SearchCommand: (input: SearchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1519
|
+
/**
|
|
1520
|
+
* serializeAws_json1_1SearchTrainingPlanOfferingsCommand
|
|
1521
|
+
*/
|
|
1522
|
+
export declare const se_SearchTrainingPlanOfferingsCommand: (input: SearchTrainingPlanOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1435
1523
|
/**
|
|
1436
1524
|
* serializeAws_json1_1SendPipelineExecutionStepFailureCommand
|
|
1437
1525
|
*/
|
|
@@ -1544,6 +1632,10 @@ export declare const se_UpdateArtifactCommand: (input: UpdateArtifactCommandInpu
|
|
|
1544
1632
|
* serializeAws_json1_1UpdateClusterCommand
|
|
1545
1633
|
*/
|
|
1546
1634
|
export declare const se_UpdateClusterCommand: (input: UpdateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1635
|
+
/**
|
|
1636
|
+
* serializeAws_json1_1UpdateClusterSchedulerConfigCommand
|
|
1637
|
+
*/
|
|
1638
|
+
export declare const se_UpdateClusterSchedulerConfigCommand: (input: UpdateClusterSchedulerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1547
1639
|
/**
|
|
1548
1640
|
* serializeAws_json1_1UpdateClusterSoftwareCommand
|
|
1549
1641
|
*/
|
|
@@ -1552,6 +1644,10 @@ export declare const se_UpdateClusterSoftwareCommand: (input: UpdateClusterSoftw
|
|
|
1552
1644
|
* serializeAws_json1_1UpdateCodeRepositoryCommand
|
|
1553
1645
|
*/
|
|
1554
1646
|
export declare const se_UpdateCodeRepositoryCommand: (input: UpdateCodeRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1647
|
+
/**
|
|
1648
|
+
* serializeAws_json1_1UpdateComputeQuotaCommand
|
|
1649
|
+
*/
|
|
1650
|
+
export declare const se_UpdateComputeQuotaCommand: (input: UpdateComputeQuotaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1555
1651
|
/**
|
|
1556
1652
|
* serializeAws_json1_1UpdateContextCommand
|
|
1557
1653
|
*/
|
|
@@ -1640,6 +1736,10 @@ export declare const se_UpdateNotebookInstanceCommand: (input: UpdateNotebookIns
|
|
|
1640
1736
|
* serializeAws_json1_1UpdateNotebookInstanceLifecycleConfigCommand
|
|
1641
1737
|
*/
|
|
1642
1738
|
export declare const se_UpdateNotebookInstanceLifecycleConfigCommand: (input: UpdateNotebookInstanceLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1739
|
+
/**
|
|
1740
|
+
* serializeAws_json1_1UpdatePartnerAppCommand
|
|
1741
|
+
*/
|
|
1742
|
+
export declare const se_UpdatePartnerAppCommand: (input: UpdatePartnerAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1643
1743
|
/**
|
|
1644
1744
|
* serializeAws_json1_1UpdatePipelineCommand
|
|
1645
1745
|
*/
|
|
@@ -1732,6 +1832,10 @@ export declare const de_CreateAutoMLJobV2Command: (output: __HttpResponse, conte
|
|
|
1732
1832
|
* deserializeAws_json1_1CreateClusterCommand
|
|
1733
1833
|
*/
|
|
1734
1834
|
export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
|
|
1835
|
+
/**
|
|
1836
|
+
* deserializeAws_json1_1CreateClusterSchedulerConfigCommand
|
|
1837
|
+
*/
|
|
1838
|
+
export declare const de_CreateClusterSchedulerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterSchedulerConfigCommandOutput>;
|
|
1735
1839
|
/**
|
|
1736
1840
|
* deserializeAws_json1_1CreateCodeRepositoryCommand
|
|
1737
1841
|
*/
|
|
@@ -1740,6 +1844,10 @@ export declare const de_CreateCodeRepositoryCommand: (output: __HttpResponse, co
|
|
|
1740
1844
|
* deserializeAws_json1_1CreateCompilationJobCommand
|
|
1741
1845
|
*/
|
|
1742
1846
|
export declare const de_CreateCompilationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCompilationJobCommandOutput>;
|
|
1847
|
+
/**
|
|
1848
|
+
* deserializeAws_json1_1CreateComputeQuotaCommand
|
|
1849
|
+
*/
|
|
1850
|
+
export declare const de_CreateComputeQuotaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComputeQuotaCommandOutput>;
|
|
1743
1851
|
/**
|
|
1744
1852
|
* deserializeAws_json1_1CreateContextCommand
|
|
1745
1853
|
*/
|
|
@@ -1880,6 +1988,14 @@ export declare const de_CreateNotebookInstanceLifecycleConfigCommand: (output: _
|
|
|
1880
1988
|
* deserializeAws_json1_1CreateOptimizationJobCommand
|
|
1881
1989
|
*/
|
|
1882
1990
|
export declare const de_CreateOptimizationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOptimizationJobCommandOutput>;
|
|
1991
|
+
/**
|
|
1992
|
+
* deserializeAws_json1_1CreatePartnerAppCommand
|
|
1993
|
+
*/
|
|
1994
|
+
export declare const de_CreatePartnerAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartnerAppCommandOutput>;
|
|
1995
|
+
/**
|
|
1996
|
+
* deserializeAws_json1_1CreatePartnerAppPresignedUrlCommand
|
|
1997
|
+
*/
|
|
1998
|
+
export declare const de_CreatePartnerAppPresignedUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartnerAppPresignedUrlCommandOutput>;
|
|
1883
1999
|
/**
|
|
1884
2000
|
* deserializeAws_json1_1CreatePipelineCommand
|
|
1885
2001
|
*/
|
|
@@ -1916,6 +2032,10 @@ export declare const de_CreateStudioLifecycleConfigCommand: (output: __HttpRespo
|
|
|
1916
2032
|
* deserializeAws_json1_1CreateTrainingJobCommand
|
|
1917
2033
|
*/
|
|
1918
2034
|
export declare const de_CreateTrainingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrainingJobCommandOutput>;
|
|
2035
|
+
/**
|
|
2036
|
+
* deserializeAws_json1_1CreateTrainingPlanCommand
|
|
2037
|
+
*/
|
|
2038
|
+
export declare const de_CreateTrainingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrainingPlanCommandOutput>;
|
|
1919
2039
|
/**
|
|
1920
2040
|
* deserializeAws_json1_1CreateTransformJobCommand
|
|
1921
2041
|
*/
|
|
@@ -1968,6 +2088,10 @@ export declare const de_DeleteAssociationCommand: (output: __HttpResponse, conte
|
|
|
1968
2088
|
* deserializeAws_json1_1DeleteClusterCommand
|
|
1969
2089
|
*/
|
|
1970
2090
|
export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
|
|
2091
|
+
/**
|
|
2092
|
+
* deserializeAws_json1_1DeleteClusterSchedulerConfigCommand
|
|
2093
|
+
*/
|
|
2094
|
+
export declare const de_DeleteClusterSchedulerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterSchedulerConfigCommandOutput>;
|
|
1971
2095
|
/**
|
|
1972
2096
|
* deserializeAws_json1_1DeleteCodeRepositoryCommand
|
|
1973
2097
|
*/
|
|
@@ -1976,6 +2100,10 @@ export declare const de_DeleteCodeRepositoryCommand: (output: __HttpResponse, co
|
|
|
1976
2100
|
* deserializeAws_json1_1DeleteCompilationJobCommand
|
|
1977
2101
|
*/
|
|
1978
2102
|
export declare const de_DeleteCompilationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCompilationJobCommandOutput>;
|
|
2103
|
+
/**
|
|
2104
|
+
* deserializeAws_json1_1DeleteComputeQuotaCommand
|
|
2105
|
+
*/
|
|
2106
|
+
export declare const de_DeleteComputeQuotaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComputeQuotaCommandOutput>;
|
|
1979
2107
|
/**
|
|
1980
2108
|
* deserializeAws_json1_1DeleteContextCommand
|
|
1981
2109
|
*/
|
|
@@ -2108,6 +2236,10 @@ export declare const de_DeleteNotebookInstanceLifecycleConfigCommand: (output: _
|
|
|
2108
2236
|
* deserializeAws_json1_1DeleteOptimizationJobCommand
|
|
2109
2237
|
*/
|
|
2110
2238
|
export declare const de_DeleteOptimizationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOptimizationJobCommandOutput>;
|
|
2239
|
+
/**
|
|
2240
|
+
* deserializeAws_json1_1DeletePartnerAppCommand
|
|
2241
|
+
*/
|
|
2242
|
+
export declare const de_DeletePartnerAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePartnerAppCommandOutput>;
|
|
2111
2243
|
/**
|
|
2112
2244
|
* deserializeAws_json1_1DeletePipelineCommand
|
|
2113
2245
|
*/
|
|
@@ -2188,6 +2320,10 @@ export declare const de_DescribeClusterCommand: (output: __HttpResponse, context
|
|
|
2188
2320
|
* deserializeAws_json1_1DescribeClusterNodeCommand
|
|
2189
2321
|
*/
|
|
2190
2322
|
export declare const de_DescribeClusterNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterNodeCommandOutput>;
|
|
2323
|
+
/**
|
|
2324
|
+
* deserializeAws_json1_1DescribeClusterSchedulerConfigCommand
|
|
2325
|
+
*/
|
|
2326
|
+
export declare const de_DescribeClusterSchedulerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterSchedulerConfigCommandOutput>;
|
|
2191
2327
|
/**
|
|
2192
2328
|
* deserializeAws_json1_1DescribeCodeRepositoryCommand
|
|
2193
2329
|
*/
|
|
@@ -2196,6 +2332,10 @@ export declare const de_DescribeCodeRepositoryCommand: (output: __HttpResponse,
|
|
|
2196
2332
|
* deserializeAws_json1_1DescribeCompilationJobCommand
|
|
2197
2333
|
*/
|
|
2198
2334
|
export declare const de_DescribeCompilationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCompilationJobCommandOutput>;
|
|
2335
|
+
/**
|
|
2336
|
+
* deserializeAws_json1_1DescribeComputeQuotaCommand
|
|
2337
|
+
*/
|
|
2338
|
+
export declare const de_DescribeComputeQuotaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeComputeQuotaCommandOutput>;
|
|
2199
2339
|
/**
|
|
2200
2340
|
* deserializeAws_json1_1DescribeContextCommand
|
|
2201
2341
|
*/
|
|
@@ -2344,6 +2484,10 @@ export declare const de_DescribeNotebookInstanceLifecycleConfigCommand: (output:
|
|
|
2344
2484
|
* deserializeAws_json1_1DescribeOptimizationJobCommand
|
|
2345
2485
|
*/
|
|
2346
2486
|
export declare const de_DescribeOptimizationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOptimizationJobCommandOutput>;
|
|
2487
|
+
/**
|
|
2488
|
+
* deserializeAws_json1_1DescribePartnerAppCommand
|
|
2489
|
+
*/
|
|
2490
|
+
export declare const de_DescribePartnerAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePartnerAppCommandOutput>;
|
|
2347
2491
|
/**
|
|
2348
2492
|
* deserializeAws_json1_1DescribePipelineCommand
|
|
2349
2493
|
*/
|
|
@@ -2380,6 +2524,10 @@ export declare const de_DescribeSubscribedWorkteamCommand: (output: __HttpRespon
|
|
|
2380
2524
|
* deserializeAws_json1_1DescribeTrainingJobCommand
|
|
2381
2525
|
*/
|
|
2382
2526
|
export declare const de_DescribeTrainingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrainingJobCommandOutput>;
|
|
2527
|
+
/**
|
|
2528
|
+
* deserializeAws_json1_1DescribeTrainingPlanCommand
|
|
2529
|
+
*/
|
|
2530
|
+
export declare const de_DescribeTrainingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrainingPlanCommandOutput>;
|
|
2383
2531
|
/**
|
|
2384
2532
|
* deserializeAws_json1_1DescribeTransformJobCommand
|
|
2385
2533
|
*/
|
|
@@ -2488,6 +2636,10 @@ export declare const de_ListClusterNodesCommand: (output: __HttpResponse, contex
|
|
|
2488
2636
|
* deserializeAws_json1_1ListClustersCommand
|
|
2489
2637
|
*/
|
|
2490
2638
|
export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
|
|
2639
|
+
/**
|
|
2640
|
+
* deserializeAws_json1_1ListClusterSchedulerConfigsCommand
|
|
2641
|
+
*/
|
|
2642
|
+
export declare const de_ListClusterSchedulerConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClusterSchedulerConfigsCommandOutput>;
|
|
2491
2643
|
/**
|
|
2492
2644
|
* deserializeAws_json1_1ListCodeRepositoriesCommand
|
|
2493
2645
|
*/
|
|
@@ -2496,6 +2648,10 @@ export declare const de_ListCodeRepositoriesCommand: (output: __HttpResponse, co
|
|
|
2496
2648
|
* deserializeAws_json1_1ListCompilationJobsCommand
|
|
2497
2649
|
*/
|
|
2498
2650
|
export declare const de_ListCompilationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCompilationJobsCommandOutput>;
|
|
2651
|
+
/**
|
|
2652
|
+
* deserializeAws_json1_1ListComputeQuotasCommand
|
|
2653
|
+
*/
|
|
2654
|
+
export declare const de_ListComputeQuotasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComputeQuotasCommandOutput>;
|
|
2499
2655
|
/**
|
|
2500
2656
|
* deserializeAws_json1_1ListContextsCommand
|
|
2501
2657
|
*/
|
|
@@ -2672,6 +2828,10 @@ export declare const de_ListNotebookInstancesCommand: (output: __HttpResponse, c
|
|
|
2672
2828
|
* deserializeAws_json1_1ListOptimizationJobsCommand
|
|
2673
2829
|
*/
|
|
2674
2830
|
export declare const de_ListOptimizationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOptimizationJobsCommandOutput>;
|
|
2831
|
+
/**
|
|
2832
|
+
* deserializeAws_json1_1ListPartnerAppsCommand
|
|
2833
|
+
*/
|
|
2834
|
+
export declare const de_ListPartnerAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnerAppsCommandOutput>;
|
|
2675
2835
|
/**
|
|
2676
2836
|
* deserializeAws_json1_1ListPipelineExecutionsCommand
|
|
2677
2837
|
*/
|
|
@@ -2728,6 +2888,10 @@ export declare const de_ListTrainingJobsCommand: (output: __HttpResponse, contex
|
|
|
2728
2888
|
* deserializeAws_json1_1ListTrainingJobsForHyperParameterTuningJobCommand
|
|
2729
2889
|
*/
|
|
2730
2890
|
export declare const de_ListTrainingJobsForHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrainingJobsForHyperParameterTuningJobCommandOutput>;
|
|
2891
|
+
/**
|
|
2892
|
+
* deserializeAws_json1_1ListTrainingPlansCommand
|
|
2893
|
+
*/
|
|
2894
|
+
export declare const de_ListTrainingPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrainingPlansCommandOutput>;
|
|
2731
2895
|
/**
|
|
2732
2896
|
* deserializeAws_json1_1ListTransformJobsCommand
|
|
2733
2897
|
*/
|
|
@@ -2776,6 +2940,10 @@ export declare const de_RetryPipelineExecutionCommand: (output: __HttpResponse,
|
|
|
2776
2940
|
* deserializeAws_json1_1SearchCommand
|
|
2777
2941
|
*/
|
|
2778
2942
|
export declare const de_SearchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchCommandOutput>;
|
|
2943
|
+
/**
|
|
2944
|
+
* deserializeAws_json1_1SearchTrainingPlanOfferingsCommand
|
|
2945
|
+
*/
|
|
2946
|
+
export declare const de_SearchTrainingPlanOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTrainingPlanOfferingsCommandOutput>;
|
|
2779
2947
|
/**
|
|
2780
2948
|
* deserializeAws_json1_1SendPipelineExecutionStepFailureCommand
|
|
2781
2949
|
*/
|
|
@@ -2888,6 +3056,10 @@ export declare const de_UpdateArtifactCommand: (output: __HttpResponse, context:
|
|
|
2888
3056
|
* deserializeAws_json1_1UpdateClusterCommand
|
|
2889
3057
|
*/
|
|
2890
3058
|
export declare const de_UpdateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterCommandOutput>;
|
|
3059
|
+
/**
|
|
3060
|
+
* deserializeAws_json1_1UpdateClusterSchedulerConfigCommand
|
|
3061
|
+
*/
|
|
3062
|
+
export declare const de_UpdateClusterSchedulerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterSchedulerConfigCommandOutput>;
|
|
2891
3063
|
/**
|
|
2892
3064
|
* deserializeAws_json1_1UpdateClusterSoftwareCommand
|
|
2893
3065
|
*/
|
|
@@ -2896,6 +3068,10 @@ export declare const de_UpdateClusterSoftwareCommand: (output: __HttpResponse, c
|
|
|
2896
3068
|
* deserializeAws_json1_1UpdateCodeRepositoryCommand
|
|
2897
3069
|
*/
|
|
2898
3070
|
export declare const de_UpdateCodeRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCodeRepositoryCommandOutput>;
|
|
3071
|
+
/**
|
|
3072
|
+
* deserializeAws_json1_1UpdateComputeQuotaCommand
|
|
3073
|
+
*/
|
|
3074
|
+
export declare const de_UpdateComputeQuotaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComputeQuotaCommandOutput>;
|
|
2899
3075
|
/**
|
|
2900
3076
|
* deserializeAws_json1_1UpdateContextCommand
|
|
2901
3077
|
*/
|
|
@@ -2984,6 +3160,10 @@ export declare const de_UpdateNotebookInstanceCommand: (output: __HttpResponse,
|
|
|
2984
3160
|
* deserializeAws_json1_1UpdateNotebookInstanceLifecycleConfigCommand
|
|
2985
3161
|
*/
|
|
2986
3162
|
export declare const de_UpdateNotebookInstanceLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookInstanceLifecycleConfigCommandOutput>;
|
|
3163
|
+
/**
|
|
3164
|
+
* deserializeAws_json1_1UpdatePartnerAppCommand
|
|
3165
|
+
*/
|
|
3166
|
+
export declare const de_UpdatePartnerAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnerAppCommandOutput>;
|
|
2987
3167
|
/**
|
|
2988
3168
|
* deserializeAws_json1_1UpdatePipelineCommand
|
|
2989
3169
|
*/
|