@aws-sdk/client-sagemaker 3.699.0 → 3.706.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 +1583 -204
- 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 +907 -24
- 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 +493 -485
- 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 +141 -160
- 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 +1 -1
package/dist-es/SageMaker.js
CHANGED
|
@@ -12,8 +12,10 @@ import { CreateArtifactCommand, } from "./commands/CreateArtifactCommand";
|
|
|
12
12
|
import { CreateAutoMLJobCommand, } from "./commands/CreateAutoMLJobCommand";
|
|
13
13
|
import { CreateAutoMLJobV2Command, } from "./commands/CreateAutoMLJobV2Command";
|
|
14
14
|
import { CreateClusterCommand, } from "./commands/CreateClusterCommand";
|
|
15
|
+
import { CreateClusterSchedulerConfigCommand, } from "./commands/CreateClusterSchedulerConfigCommand";
|
|
15
16
|
import { CreateCodeRepositoryCommand, } from "./commands/CreateCodeRepositoryCommand";
|
|
16
17
|
import { CreateCompilationJobCommand, } from "./commands/CreateCompilationJobCommand";
|
|
18
|
+
import { CreateComputeQuotaCommand, } from "./commands/CreateComputeQuotaCommand";
|
|
17
19
|
import { CreateContextCommand, } from "./commands/CreateContextCommand";
|
|
18
20
|
import { CreateDataQualityJobDefinitionCommand, } from "./commands/CreateDataQualityJobDefinitionCommand";
|
|
19
21
|
import { CreateDeviceFleetCommand, } from "./commands/CreateDeviceFleetCommand";
|
|
@@ -49,6 +51,8 @@ import { CreateMonitoringScheduleCommand, } from "./commands/CreateMonitoringSch
|
|
|
49
51
|
import { CreateNotebookInstanceCommand, } from "./commands/CreateNotebookInstanceCommand";
|
|
50
52
|
import { CreateNotebookInstanceLifecycleConfigCommand, } from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
|
|
51
53
|
import { CreateOptimizationJobCommand, } from "./commands/CreateOptimizationJobCommand";
|
|
54
|
+
import { CreatePartnerAppCommand, } from "./commands/CreatePartnerAppCommand";
|
|
55
|
+
import { CreatePartnerAppPresignedUrlCommand, } from "./commands/CreatePartnerAppPresignedUrlCommand";
|
|
52
56
|
import { CreatePipelineCommand, } from "./commands/CreatePipelineCommand";
|
|
53
57
|
import { CreatePresignedDomainUrlCommand, } from "./commands/CreatePresignedDomainUrlCommand";
|
|
54
58
|
import { CreatePresignedMlflowTrackingServerUrlCommand, } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
|
|
@@ -58,6 +62,7 @@ import { CreateProjectCommand, } from "./commands/CreateProjectCommand";
|
|
|
58
62
|
import { CreateSpaceCommand } from "./commands/CreateSpaceCommand";
|
|
59
63
|
import { CreateStudioLifecycleConfigCommand, } from "./commands/CreateStudioLifecycleConfigCommand";
|
|
60
64
|
import { CreateTrainingJobCommand, } from "./commands/CreateTrainingJobCommand";
|
|
65
|
+
import { CreateTrainingPlanCommand, } from "./commands/CreateTrainingPlanCommand";
|
|
61
66
|
import { CreateTransformJobCommand, } from "./commands/CreateTransformJobCommand";
|
|
62
67
|
import { CreateTrialCommand } from "./commands/CreateTrialCommand";
|
|
63
68
|
import { CreateTrialComponentCommand, } from "./commands/CreateTrialComponentCommand";
|
|
@@ -71,8 +76,10 @@ import { DeleteAppImageConfigCommand, } from "./commands/DeleteAppImageConfigCom
|
|
|
71
76
|
import { DeleteArtifactCommand, } from "./commands/DeleteArtifactCommand";
|
|
72
77
|
import { DeleteAssociationCommand, } from "./commands/DeleteAssociationCommand";
|
|
73
78
|
import { DeleteClusterCommand, } from "./commands/DeleteClusterCommand";
|
|
79
|
+
import { DeleteClusterSchedulerConfigCommand, } from "./commands/DeleteClusterSchedulerConfigCommand";
|
|
74
80
|
import { DeleteCodeRepositoryCommand, } from "./commands/DeleteCodeRepositoryCommand";
|
|
75
81
|
import { DeleteCompilationJobCommand, } from "./commands/DeleteCompilationJobCommand";
|
|
82
|
+
import { DeleteComputeQuotaCommand, } from "./commands/DeleteComputeQuotaCommand";
|
|
76
83
|
import { DeleteContextCommand, } from "./commands/DeleteContextCommand";
|
|
77
84
|
import { DeleteDataQualityJobDefinitionCommand, } from "./commands/DeleteDataQualityJobDefinitionCommand";
|
|
78
85
|
import { DeleteDeviceFleetCommand, } from "./commands/DeleteDeviceFleetCommand";
|
|
@@ -106,6 +113,7 @@ import { DeleteMonitoringScheduleCommand, } from "./commands/DeleteMonitoringSch
|
|
|
106
113
|
import { DeleteNotebookInstanceCommand, } from "./commands/DeleteNotebookInstanceCommand";
|
|
107
114
|
import { DeleteNotebookInstanceLifecycleConfigCommand, } from "./commands/DeleteNotebookInstanceLifecycleConfigCommand";
|
|
108
115
|
import { DeleteOptimizationJobCommand, } from "./commands/DeleteOptimizationJobCommand";
|
|
116
|
+
import { DeletePartnerAppCommand, } from "./commands/DeletePartnerAppCommand";
|
|
109
117
|
import { DeletePipelineCommand, } from "./commands/DeletePipelineCommand";
|
|
110
118
|
import { DeleteProjectCommand, } from "./commands/DeleteProjectCommand";
|
|
111
119
|
import { DeleteSpaceCommand } from "./commands/DeleteSpaceCommand";
|
|
@@ -126,8 +134,10 @@ import { DescribeAutoMLJobCommand, } from "./commands/DescribeAutoMLJobCommand";
|
|
|
126
134
|
import { DescribeAutoMLJobV2Command, } from "./commands/DescribeAutoMLJobV2Command";
|
|
127
135
|
import { DescribeClusterCommand, } from "./commands/DescribeClusterCommand";
|
|
128
136
|
import { DescribeClusterNodeCommand, } from "./commands/DescribeClusterNodeCommand";
|
|
137
|
+
import { DescribeClusterSchedulerConfigCommand, } from "./commands/DescribeClusterSchedulerConfigCommand";
|
|
129
138
|
import { DescribeCodeRepositoryCommand, } from "./commands/DescribeCodeRepositoryCommand";
|
|
130
139
|
import { DescribeCompilationJobCommand, } from "./commands/DescribeCompilationJobCommand";
|
|
140
|
+
import { DescribeComputeQuotaCommand, } from "./commands/DescribeComputeQuotaCommand";
|
|
131
141
|
import { DescribeContextCommand, } from "./commands/DescribeContextCommand";
|
|
132
142
|
import { DescribeDataQualityJobDefinitionCommand, } from "./commands/DescribeDataQualityJobDefinitionCommand";
|
|
133
143
|
import { DescribeDeviceCommand, } from "./commands/DescribeDeviceCommand";
|
|
@@ -165,6 +175,7 @@ import { DescribeMonitoringScheduleCommand, } from "./commands/DescribeMonitorin
|
|
|
165
175
|
import { DescribeNotebookInstanceCommand, } from "./commands/DescribeNotebookInstanceCommand";
|
|
166
176
|
import { DescribeNotebookInstanceLifecycleConfigCommand, } from "./commands/DescribeNotebookInstanceLifecycleConfigCommand";
|
|
167
177
|
import { DescribeOptimizationJobCommand, } from "./commands/DescribeOptimizationJobCommand";
|
|
178
|
+
import { DescribePartnerAppCommand, } from "./commands/DescribePartnerAppCommand";
|
|
168
179
|
import { DescribePipelineCommand, } from "./commands/DescribePipelineCommand";
|
|
169
180
|
import { DescribePipelineDefinitionForExecutionCommand, } from "./commands/DescribePipelineDefinitionForExecutionCommand";
|
|
170
181
|
import { DescribePipelineExecutionCommand, } from "./commands/DescribePipelineExecutionCommand";
|
|
@@ -174,6 +185,7 @@ import { DescribeSpaceCommand, } from "./commands/DescribeSpaceCommand";
|
|
|
174
185
|
import { DescribeStudioLifecycleConfigCommand, } from "./commands/DescribeStudioLifecycleConfigCommand";
|
|
175
186
|
import { DescribeSubscribedWorkteamCommand, } from "./commands/DescribeSubscribedWorkteamCommand";
|
|
176
187
|
import { DescribeTrainingJobCommand, } from "./commands/DescribeTrainingJobCommand";
|
|
188
|
+
import { DescribeTrainingPlanCommand, } from "./commands/DescribeTrainingPlanCommand";
|
|
177
189
|
import { DescribeTransformJobCommand, } from "./commands/DescribeTransformJobCommand";
|
|
178
190
|
import { DescribeTrialCommand, } from "./commands/DescribeTrialCommand";
|
|
179
191
|
import { DescribeTrialComponentCommand, } from "./commands/DescribeTrialComponentCommand";
|
|
@@ -200,9 +212,11 @@ import { ListAssociationsCommand, } from "./commands/ListAssociationsCommand";
|
|
|
200
212
|
import { ListAutoMLJobsCommand, } from "./commands/ListAutoMLJobsCommand";
|
|
201
213
|
import { ListCandidatesForAutoMLJobCommand, } from "./commands/ListCandidatesForAutoMLJobCommand";
|
|
202
214
|
import { ListClusterNodesCommand, } from "./commands/ListClusterNodesCommand";
|
|
215
|
+
import { ListClusterSchedulerConfigsCommand, } from "./commands/ListClusterSchedulerConfigsCommand";
|
|
203
216
|
import { ListClustersCommand, } from "./commands/ListClustersCommand";
|
|
204
217
|
import { ListCodeRepositoriesCommand, } from "./commands/ListCodeRepositoriesCommand";
|
|
205
218
|
import { ListCompilationJobsCommand, } from "./commands/ListCompilationJobsCommand";
|
|
219
|
+
import { ListComputeQuotasCommand, } from "./commands/ListComputeQuotasCommand";
|
|
206
220
|
import { ListContextsCommand, } from "./commands/ListContextsCommand";
|
|
207
221
|
import { ListDataQualityJobDefinitionsCommand, } from "./commands/ListDataQualityJobDefinitionsCommand";
|
|
208
222
|
import { ListDeviceFleetsCommand, } from "./commands/ListDeviceFleetsCommand";
|
|
@@ -247,6 +261,7 @@ import { ListMonitoringSchedulesCommand, } from "./commands/ListMonitoringSchedu
|
|
|
247
261
|
import { ListNotebookInstanceLifecycleConfigsCommand, } from "./commands/ListNotebookInstanceLifecycleConfigsCommand";
|
|
248
262
|
import { ListNotebookInstancesCommand, } from "./commands/ListNotebookInstancesCommand";
|
|
249
263
|
import { ListOptimizationJobsCommand, } from "./commands/ListOptimizationJobsCommand";
|
|
264
|
+
import { ListPartnerAppsCommand, } from "./commands/ListPartnerAppsCommand";
|
|
250
265
|
import { ListPipelineExecutionsCommand, } from "./commands/ListPipelineExecutionsCommand";
|
|
251
266
|
import { ListPipelineExecutionStepsCommand, } from "./commands/ListPipelineExecutionStepsCommand";
|
|
252
267
|
import { ListPipelineParametersForExecutionCommand, } from "./commands/ListPipelineParametersForExecutionCommand";
|
|
@@ -261,6 +276,7 @@ import { ListSubscribedWorkteamsCommand, } from "./commands/ListSubscribedWorkte
|
|
|
261
276
|
import { ListTagsCommand } from "./commands/ListTagsCommand";
|
|
262
277
|
import { ListTrainingJobsCommand, } from "./commands/ListTrainingJobsCommand";
|
|
263
278
|
import { ListTrainingJobsForHyperParameterTuningJobCommand, } from "./commands/ListTrainingJobsForHyperParameterTuningJobCommand";
|
|
279
|
+
import { ListTrainingPlansCommand, } from "./commands/ListTrainingPlansCommand";
|
|
264
280
|
import { ListTransformJobsCommand, } from "./commands/ListTransformJobsCommand";
|
|
265
281
|
import { ListTrialComponentsCommand, } from "./commands/ListTrialComponentsCommand";
|
|
266
282
|
import { ListTrialsCommand } from "./commands/ListTrialsCommand";
|
|
@@ -273,6 +289,7 @@ import { RegisterDevicesCommand, } from "./commands/RegisterDevicesCommand";
|
|
|
273
289
|
import { RenderUiTemplateCommand, } from "./commands/RenderUiTemplateCommand";
|
|
274
290
|
import { RetryPipelineExecutionCommand, } from "./commands/RetryPipelineExecutionCommand";
|
|
275
291
|
import { SearchCommand } from "./commands/SearchCommand";
|
|
292
|
+
import { SearchTrainingPlanOfferingsCommand, } from "./commands/SearchTrainingPlanOfferingsCommand";
|
|
276
293
|
import { SendPipelineExecutionStepFailureCommand, } from "./commands/SendPipelineExecutionStepFailureCommand";
|
|
277
294
|
import { SendPipelineExecutionStepSuccessCommand, } from "./commands/SendPipelineExecutionStepSuccessCommand";
|
|
278
295
|
import { StartEdgeDeploymentStageCommand, } from "./commands/StartEdgeDeploymentStageCommand";
|
|
@@ -301,8 +318,10 @@ import { UpdateActionCommand, } from "./commands/UpdateActionCommand";
|
|
|
301
318
|
import { UpdateAppImageConfigCommand, } from "./commands/UpdateAppImageConfigCommand";
|
|
302
319
|
import { UpdateArtifactCommand, } from "./commands/UpdateArtifactCommand";
|
|
303
320
|
import { UpdateClusterCommand, } from "./commands/UpdateClusterCommand";
|
|
321
|
+
import { UpdateClusterSchedulerConfigCommand, } from "./commands/UpdateClusterSchedulerConfigCommand";
|
|
304
322
|
import { UpdateClusterSoftwareCommand, } from "./commands/UpdateClusterSoftwareCommand";
|
|
305
323
|
import { UpdateCodeRepositoryCommand, } from "./commands/UpdateCodeRepositoryCommand";
|
|
324
|
+
import { UpdateComputeQuotaCommand, } from "./commands/UpdateComputeQuotaCommand";
|
|
306
325
|
import { UpdateContextCommand, } from "./commands/UpdateContextCommand";
|
|
307
326
|
import { UpdateDeviceFleetCommand, } from "./commands/UpdateDeviceFleetCommand";
|
|
308
327
|
import { UpdateDevicesCommand, } from "./commands/UpdateDevicesCommand";
|
|
@@ -325,6 +344,7 @@ import { UpdateMonitoringAlertCommand, } from "./commands/UpdateMonitoringAlertC
|
|
|
325
344
|
import { UpdateMonitoringScheduleCommand, } from "./commands/UpdateMonitoringScheduleCommand";
|
|
326
345
|
import { UpdateNotebookInstanceCommand, } from "./commands/UpdateNotebookInstanceCommand";
|
|
327
346
|
import { UpdateNotebookInstanceLifecycleConfigCommand, } from "./commands/UpdateNotebookInstanceLifecycleConfigCommand";
|
|
347
|
+
import { UpdatePartnerAppCommand, } from "./commands/UpdatePartnerAppCommand";
|
|
328
348
|
import { UpdatePipelineCommand, } from "./commands/UpdatePipelineCommand";
|
|
329
349
|
import { UpdatePipelineExecutionCommand, } from "./commands/UpdatePipelineExecutionCommand";
|
|
330
350
|
import { UpdateProjectCommand, } from "./commands/UpdateProjectCommand";
|
|
@@ -350,8 +370,10 @@ const commands = {
|
|
|
350
370
|
CreateAutoMLJobCommand,
|
|
351
371
|
CreateAutoMLJobV2Command,
|
|
352
372
|
CreateClusterCommand,
|
|
373
|
+
CreateClusterSchedulerConfigCommand,
|
|
353
374
|
CreateCodeRepositoryCommand,
|
|
354
375
|
CreateCompilationJobCommand,
|
|
376
|
+
CreateComputeQuotaCommand,
|
|
355
377
|
CreateContextCommand,
|
|
356
378
|
CreateDataQualityJobDefinitionCommand,
|
|
357
379
|
CreateDeviceFleetCommand,
|
|
@@ -387,6 +409,8 @@ const commands = {
|
|
|
387
409
|
CreateNotebookInstanceCommand,
|
|
388
410
|
CreateNotebookInstanceLifecycleConfigCommand,
|
|
389
411
|
CreateOptimizationJobCommand,
|
|
412
|
+
CreatePartnerAppCommand,
|
|
413
|
+
CreatePartnerAppPresignedUrlCommand,
|
|
390
414
|
CreatePipelineCommand,
|
|
391
415
|
CreatePresignedDomainUrlCommand,
|
|
392
416
|
CreatePresignedMlflowTrackingServerUrlCommand,
|
|
@@ -396,6 +420,7 @@ const commands = {
|
|
|
396
420
|
CreateSpaceCommand,
|
|
397
421
|
CreateStudioLifecycleConfigCommand,
|
|
398
422
|
CreateTrainingJobCommand,
|
|
423
|
+
CreateTrainingPlanCommand,
|
|
399
424
|
CreateTransformJobCommand,
|
|
400
425
|
CreateTrialCommand,
|
|
401
426
|
CreateTrialComponentCommand,
|
|
@@ -409,8 +434,10 @@ const commands = {
|
|
|
409
434
|
DeleteArtifactCommand,
|
|
410
435
|
DeleteAssociationCommand,
|
|
411
436
|
DeleteClusterCommand,
|
|
437
|
+
DeleteClusterSchedulerConfigCommand,
|
|
412
438
|
DeleteCodeRepositoryCommand,
|
|
413
439
|
DeleteCompilationJobCommand,
|
|
440
|
+
DeleteComputeQuotaCommand,
|
|
414
441
|
DeleteContextCommand,
|
|
415
442
|
DeleteDataQualityJobDefinitionCommand,
|
|
416
443
|
DeleteDeviceFleetCommand,
|
|
@@ -444,6 +471,7 @@ const commands = {
|
|
|
444
471
|
DeleteNotebookInstanceCommand,
|
|
445
472
|
DeleteNotebookInstanceLifecycleConfigCommand,
|
|
446
473
|
DeleteOptimizationJobCommand,
|
|
474
|
+
DeletePartnerAppCommand,
|
|
447
475
|
DeletePipelineCommand,
|
|
448
476
|
DeleteProjectCommand,
|
|
449
477
|
DeleteSpaceCommand,
|
|
@@ -464,8 +492,10 @@ const commands = {
|
|
|
464
492
|
DescribeAutoMLJobV2Command,
|
|
465
493
|
DescribeClusterCommand,
|
|
466
494
|
DescribeClusterNodeCommand,
|
|
495
|
+
DescribeClusterSchedulerConfigCommand,
|
|
467
496
|
DescribeCodeRepositoryCommand,
|
|
468
497
|
DescribeCompilationJobCommand,
|
|
498
|
+
DescribeComputeQuotaCommand,
|
|
469
499
|
DescribeContextCommand,
|
|
470
500
|
DescribeDataQualityJobDefinitionCommand,
|
|
471
501
|
DescribeDeviceCommand,
|
|
@@ -503,6 +533,7 @@ const commands = {
|
|
|
503
533
|
DescribeNotebookInstanceCommand,
|
|
504
534
|
DescribeNotebookInstanceLifecycleConfigCommand,
|
|
505
535
|
DescribeOptimizationJobCommand,
|
|
536
|
+
DescribePartnerAppCommand,
|
|
506
537
|
DescribePipelineCommand,
|
|
507
538
|
DescribePipelineDefinitionForExecutionCommand,
|
|
508
539
|
DescribePipelineExecutionCommand,
|
|
@@ -512,6 +543,7 @@ const commands = {
|
|
|
512
543
|
DescribeStudioLifecycleConfigCommand,
|
|
513
544
|
DescribeSubscribedWorkteamCommand,
|
|
514
545
|
DescribeTrainingJobCommand,
|
|
546
|
+
DescribeTrainingPlanCommand,
|
|
515
547
|
DescribeTransformJobCommand,
|
|
516
548
|
DescribeTrialCommand,
|
|
517
549
|
DescribeTrialComponentCommand,
|
|
@@ -539,8 +571,10 @@ const commands = {
|
|
|
539
571
|
ListCandidatesForAutoMLJobCommand,
|
|
540
572
|
ListClusterNodesCommand,
|
|
541
573
|
ListClustersCommand,
|
|
574
|
+
ListClusterSchedulerConfigsCommand,
|
|
542
575
|
ListCodeRepositoriesCommand,
|
|
543
576
|
ListCompilationJobsCommand,
|
|
577
|
+
ListComputeQuotasCommand,
|
|
544
578
|
ListContextsCommand,
|
|
545
579
|
ListDataQualityJobDefinitionsCommand,
|
|
546
580
|
ListDeviceFleetsCommand,
|
|
@@ -585,6 +619,7 @@ const commands = {
|
|
|
585
619
|
ListNotebookInstanceLifecycleConfigsCommand,
|
|
586
620
|
ListNotebookInstancesCommand,
|
|
587
621
|
ListOptimizationJobsCommand,
|
|
622
|
+
ListPartnerAppsCommand,
|
|
588
623
|
ListPipelineExecutionsCommand,
|
|
589
624
|
ListPipelineExecutionStepsCommand,
|
|
590
625
|
ListPipelineParametersForExecutionCommand,
|
|
@@ -599,6 +634,7 @@ const commands = {
|
|
|
599
634
|
ListTagsCommand,
|
|
600
635
|
ListTrainingJobsCommand,
|
|
601
636
|
ListTrainingJobsForHyperParameterTuningJobCommand,
|
|
637
|
+
ListTrainingPlansCommand,
|
|
602
638
|
ListTransformJobsCommand,
|
|
603
639
|
ListTrialComponentsCommand,
|
|
604
640
|
ListTrialsCommand,
|
|
@@ -611,6 +647,7 @@ const commands = {
|
|
|
611
647
|
RenderUiTemplateCommand,
|
|
612
648
|
RetryPipelineExecutionCommand,
|
|
613
649
|
SearchCommand,
|
|
650
|
+
SearchTrainingPlanOfferingsCommand,
|
|
614
651
|
SendPipelineExecutionStepFailureCommand,
|
|
615
652
|
SendPipelineExecutionStepSuccessCommand,
|
|
616
653
|
StartEdgeDeploymentStageCommand,
|
|
@@ -639,8 +676,10 @@ const commands = {
|
|
|
639
676
|
UpdateAppImageConfigCommand,
|
|
640
677
|
UpdateArtifactCommand,
|
|
641
678
|
UpdateClusterCommand,
|
|
679
|
+
UpdateClusterSchedulerConfigCommand,
|
|
642
680
|
UpdateClusterSoftwareCommand,
|
|
643
681
|
UpdateCodeRepositoryCommand,
|
|
682
|
+
UpdateComputeQuotaCommand,
|
|
644
683
|
UpdateContextCommand,
|
|
645
684
|
UpdateDeviceFleetCommand,
|
|
646
685
|
UpdateDevicesCommand,
|
|
@@ -663,6 +702,7 @@ const commands = {
|
|
|
663
702
|
UpdateMonitoringScheduleCommand,
|
|
664
703
|
UpdateNotebookInstanceCommand,
|
|
665
704
|
UpdateNotebookInstanceLifecycleConfigCommand,
|
|
705
|
+
UpdatePartnerAppCommand,
|
|
666
706
|
UpdatePipelineCommand,
|
|
667
707
|
UpdatePipelineExecutionCommand,
|
|
668
708
|
UpdateProjectCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateClusterSchedulerConfigCommand, se_CreateClusterSchedulerConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateClusterSchedulerConfigCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "CreateClusterSchedulerConfig", {})
|
|
17
|
+
.n("SageMakerClient", "CreateClusterSchedulerConfigCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateClusterSchedulerConfigCommand)
|
|
20
|
+
.de(de_CreateClusterSchedulerConfigCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateComputeQuotaCommand, se_CreateComputeQuotaCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateComputeQuotaCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "CreateComputeQuota", {})
|
|
17
|
+
.n("SageMakerClient", "CreateComputeQuotaCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateComputeQuotaCommand)
|
|
20
|
+
.de(de_CreateComputeQuotaCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreatePartnerAppCommand, se_CreatePartnerAppCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreatePartnerAppCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "CreatePartnerApp", {})
|
|
17
|
+
.n("SageMakerClient", "CreatePartnerAppCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreatePartnerAppCommand)
|
|
20
|
+
.de(de_CreatePartnerAppCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreatePartnerAppPresignedUrlCommand, se_CreatePartnerAppPresignedUrlCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreatePartnerAppPresignedUrlCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "CreatePartnerAppPresignedUrl", {})
|
|
17
|
+
.n("SageMakerClient", "CreatePartnerAppPresignedUrlCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreatePartnerAppPresignedUrlCommand)
|
|
20
|
+
.de(de_CreatePartnerAppPresignedUrlCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateTrainingPlanCommand, se_CreateTrainingPlanCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateTrainingPlanCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "CreateTrainingPlan", {})
|
|
17
|
+
.n("SageMakerClient", "CreateTrainingPlanCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateTrainingPlanCommand)
|
|
20
|
+
.de(de_CreateTrainingPlanCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteClusterSchedulerConfigCommand, se_DeleteClusterSchedulerConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteClusterSchedulerConfigCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "DeleteClusterSchedulerConfig", {})
|
|
17
|
+
.n("SageMakerClient", "DeleteClusterSchedulerConfigCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteClusterSchedulerConfigCommand)
|
|
20
|
+
.de(de_DeleteClusterSchedulerConfigCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteComputeQuotaCommand, se_DeleteComputeQuotaCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteComputeQuotaCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "DeleteComputeQuota", {})
|
|
17
|
+
.n("SageMakerClient", "DeleteComputeQuotaCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteComputeQuotaCommand)
|
|
20
|
+
.de(de_DeleteComputeQuotaCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeletePartnerAppCommand, se_DeletePartnerAppCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeletePartnerAppCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "DeletePartnerApp", {})
|
|
17
|
+
.n("SageMakerClient", "DeletePartnerAppCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeletePartnerAppCommand)
|
|
20
|
+
.de(de_DeletePartnerAppCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeClusterSchedulerConfigCommand, se_DescribeClusterSchedulerConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeClusterSchedulerConfigCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "DescribeClusterSchedulerConfig", {})
|
|
17
|
+
.n("SageMakerClient", "DescribeClusterSchedulerConfigCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeClusterSchedulerConfigCommand)
|
|
20
|
+
.de(de_DescribeClusterSchedulerConfigCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeComputeQuotaCommand, se_DescribeComputeQuotaCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeComputeQuotaCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "DescribeComputeQuota", {})
|
|
17
|
+
.n("SageMakerClient", "DescribeComputeQuotaCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeComputeQuotaCommand)
|
|
20
|
+
.de(de_DescribeComputeQuotaCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribePartnerAppCommand, se_DescribePartnerAppCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribePartnerAppCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "DescribePartnerApp", {})
|
|
17
|
+
.n("SageMakerClient", "DescribePartnerAppCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribePartnerAppCommand)
|
|
20
|
+
.de(de_DescribePartnerAppCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeTrainingPlanCommand, se_DescribeTrainingPlanCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeTrainingPlanCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "DescribeTrainingPlan", {})
|
|
17
|
+
.n("SageMakerClient", "DescribeTrainingPlanCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeTrainingPlanCommand)
|
|
20
|
+
.de(de_DescribeTrainingPlanCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListClusterSchedulerConfigsCommand, se_ListClusterSchedulerConfigsCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListClusterSchedulerConfigsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "ListClusterSchedulerConfigs", {})
|
|
17
|
+
.n("SageMakerClient", "ListClusterSchedulerConfigsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListClusterSchedulerConfigsCommand)
|
|
20
|
+
.de(de_ListClusterSchedulerConfigsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListComputeQuotasCommand, se_ListComputeQuotasCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListComputeQuotasCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "ListComputeQuotas", {})
|
|
17
|
+
.n("SageMakerClient", "ListComputeQuotasCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListComputeQuotasCommand)
|
|
20
|
+
.de(de_ListComputeQuotasCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListPartnerAppsCommand, se_ListPartnerAppsCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListPartnerAppsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "ListPartnerApps", {})
|
|
17
|
+
.n("SageMakerClient", "ListPartnerAppsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListPartnerAppsCommand)
|
|
20
|
+
.de(de_ListPartnerAppsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListTrainingPlansCommand, se_ListTrainingPlansCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListTrainingPlansCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "ListTrainingPlans", {})
|
|
17
|
+
.n("SageMakerClient", "ListTrainingPlansCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListTrainingPlansCommand)
|
|
20
|
+
.de(de_ListTrainingPlansCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_SearchTrainingPlanOfferingsCommand, se_SearchTrainingPlanOfferingsCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class SearchTrainingPlanOfferingsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "SearchTrainingPlanOfferings", {})
|
|
17
|
+
.n("SageMakerClient", "SearchTrainingPlanOfferingsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_SearchTrainingPlanOfferingsCommand)
|
|
20
|
+
.de(de_SearchTrainingPlanOfferingsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|