@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
|
@@ -97,6 +97,10 @@ import {
|
|
|
97
97
|
CreateClusterCommandInput,
|
|
98
98
|
CreateClusterCommandOutput,
|
|
99
99
|
} from "./commands/CreateClusterCommand";
|
|
100
|
+
import {
|
|
101
|
+
CreateClusterSchedulerConfigCommandInput,
|
|
102
|
+
CreateClusterSchedulerConfigCommandOutput,
|
|
103
|
+
} from "./commands/CreateClusterSchedulerConfigCommand";
|
|
100
104
|
import {
|
|
101
105
|
CreateCodeRepositoryCommandInput,
|
|
102
106
|
CreateCodeRepositoryCommandOutput,
|
|
@@ -105,6 +109,10 @@ import {
|
|
|
105
109
|
CreateCompilationJobCommandInput,
|
|
106
110
|
CreateCompilationJobCommandOutput,
|
|
107
111
|
} from "./commands/CreateCompilationJobCommand";
|
|
112
|
+
import {
|
|
113
|
+
CreateComputeQuotaCommandInput,
|
|
114
|
+
CreateComputeQuotaCommandOutput,
|
|
115
|
+
} from "./commands/CreateComputeQuotaCommand";
|
|
108
116
|
import {
|
|
109
117
|
CreateContextCommandInput,
|
|
110
118
|
CreateContextCommandOutput,
|
|
@@ -245,6 +253,14 @@ import {
|
|
|
245
253
|
CreateOptimizationJobCommandInput,
|
|
246
254
|
CreateOptimizationJobCommandOutput,
|
|
247
255
|
} from "./commands/CreateOptimizationJobCommand";
|
|
256
|
+
import {
|
|
257
|
+
CreatePartnerAppCommandInput,
|
|
258
|
+
CreatePartnerAppCommandOutput,
|
|
259
|
+
} from "./commands/CreatePartnerAppCommand";
|
|
260
|
+
import {
|
|
261
|
+
CreatePartnerAppPresignedUrlCommandInput,
|
|
262
|
+
CreatePartnerAppPresignedUrlCommandOutput,
|
|
263
|
+
} from "./commands/CreatePartnerAppPresignedUrlCommand";
|
|
248
264
|
import {
|
|
249
265
|
CreatePipelineCommandInput,
|
|
250
266
|
CreatePipelineCommandOutput,
|
|
@@ -281,6 +297,10 @@ import {
|
|
|
281
297
|
CreateTrainingJobCommandInput,
|
|
282
298
|
CreateTrainingJobCommandOutput,
|
|
283
299
|
} from "./commands/CreateTrainingJobCommand";
|
|
300
|
+
import {
|
|
301
|
+
CreateTrainingPlanCommandInput,
|
|
302
|
+
CreateTrainingPlanCommandOutput,
|
|
303
|
+
} from "./commands/CreateTrainingPlanCommand";
|
|
284
304
|
import {
|
|
285
305
|
CreateTransformJobCommandInput,
|
|
286
306
|
CreateTransformJobCommandOutput,
|
|
@@ -333,6 +353,10 @@ import {
|
|
|
333
353
|
DeleteClusterCommandInput,
|
|
334
354
|
DeleteClusterCommandOutput,
|
|
335
355
|
} from "./commands/DeleteClusterCommand";
|
|
356
|
+
import {
|
|
357
|
+
DeleteClusterSchedulerConfigCommandInput,
|
|
358
|
+
DeleteClusterSchedulerConfigCommandOutput,
|
|
359
|
+
} from "./commands/DeleteClusterSchedulerConfigCommand";
|
|
336
360
|
import {
|
|
337
361
|
DeleteCodeRepositoryCommandInput,
|
|
338
362
|
DeleteCodeRepositoryCommandOutput,
|
|
@@ -341,6 +365,10 @@ import {
|
|
|
341
365
|
DeleteCompilationJobCommandInput,
|
|
342
366
|
DeleteCompilationJobCommandOutput,
|
|
343
367
|
} from "./commands/DeleteCompilationJobCommand";
|
|
368
|
+
import {
|
|
369
|
+
DeleteComputeQuotaCommandInput,
|
|
370
|
+
DeleteComputeQuotaCommandOutput,
|
|
371
|
+
} from "./commands/DeleteComputeQuotaCommand";
|
|
344
372
|
import {
|
|
345
373
|
DeleteContextCommandInput,
|
|
346
374
|
DeleteContextCommandOutput,
|
|
@@ -473,6 +501,10 @@ import {
|
|
|
473
501
|
DeleteOptimizationJobCommandInput,
|
|
474
502
|
DeleteOptimizationJobCommandOutput,
|
|
475
503
|
} from "./commands/DeleteOptimizationJobCommand";
|
|
504
|
+
import {
|
|
505
|
+
DeletePartnerAppCommandInput,
|
|
506
|
+
DeletePartnerAppCommandOutput,
|
|
507
|
+
} from "./commands/DeletePartnerAppCommand";
|
|
476
508
|
import {
|
|
477
509
|
DeletePipelineCommandInput,
|
|
478
510
|
DeletePipelineCommandOutput,
|
|
@@ -553,6 +585,10 @@ import {
|
|
|
553
585
|
DescribeClusterNodeCommandInput,
|
|
554
586
|
DescribeClusterNodeCommandOutput,
|
|
555
587
|
} from "./commands/DescribeClusterNodeCommand";
|
|
588
|
+
import {
|
|
589
|
+
DescribeClusterSchedulerConfigCommandInput,
|
|
590
|
+
DescribeClusterSchedulerConfigCommandOutput,
|
|
591
|
+
} from "./commands/DescribeClusterSchedulerConfigCommand";
|
|
556
592
|
import {
|
|
557
593
|
DescribeCodeRepositoryCommandInput,
|
|
558
594
|
DescribeCodeRepositoryCommandOutput,
|
|
@@ -561,6 +597,10 @@ import {
|
|
|
561
597
|
DescribeCompilationJobCommandInput,
|
|
562
598
|
DescribeCompilationJobCommandOutput,
|
|
563
599
|
} from "./commands/DescribeCompilationJobCommand";
|
|
600
|
+
import {
|
|
601
|
+
DescribeComputeQuotaCommandInput,
|
|
602
|
+
DescribeComputeQuotaCommandOutput,
|
|
603
|
+
} from "./commands/DescribeComputeQuotaCommand";
|
|
564
604
|
import {
|
|
565
605
|
DescribeContextCommandInput,
|
|
566
606
|
DescribeContextCommandOutput,
|
|
@@ -709,6 +749,10 @@ import {
|
|
|
709
749
|
DescribeOptimizationJobCommandInput,
|
|
710
750
|
DescribeOptimizationJobCommandOutput,
|
|
711
751
|
} from "./commands/DescribeOptimizationJobCommand";
|
|
752
|
+
import {
|
|
753
|
+
DescribePartnerAppCommandInput,
|
|
754
|
+
DescribePartnerAppCommandOutput,
|
|
755
|
+
} from "./commands/DescribePartnerAppCommand";
|
|
712
756
|
import {
|
|
713
757
|
DescribePipelineCommandInput,
|
|
714
758
|
DescribePipelineCommandOutput,
|
|
@@ -745,6 +789,10 @@ import {
|
|
|
745
789
|
DescribeTrainingJobCommandInput,
|
|
746
790
|
DescribeTrainingJobCommandOutput,
|
|
747
791
|
} from "./commands/DescribeTrainingJobCommand";
|
|
792
|
+
import {
|
|
793
|
+
DescribeTrainingPlanCommandInput,
|
|
794
|
+
DescribeTrainingPlanCommandOutput,
|
|
795
|
+
} from "./commands/DescribeTrainingPlanCommand";
|
|
748
796
|
import {
|
|
749
797
|
DescribeTransformJobCommandInput,
|
|
750
798
|
DescribeTransformJobCommandOutput,
|
|
@@ -849,6 +897,10 @@ import {
|
|
|
849
897
|
ListClusterNodesCommandInput,
|
|
850
898
|
ListClusterNodesCommandOutput,
|
|
851
899
|
} from "./commands/ListClusterNodesCommand";
|
|
900
|
+
import {
|
|
901
|
+
ListClusterSchedulerConfigsCommandInput,
|
|
902
|
+
ListClusterSchedulerConfigsCommandOutput,
|
|
903
|
+
} from "./commands/ListClusterSchedulerConfigsCommand";
|
|
852
904
|
import {
|
|
853
905
|
ListClustersCommandInput,
|
|
854
906
|
ListClustersCommandOutput,
|
|
@@ -861,6 +913,10 @@ import {
|
|
|
861
913
|
ListCompilationJobsCommandInput,
|
|
862
914
|
ListCompilationJobsCommandOutput,
|
|
863
915
|
} from "./commands/ListCompilationJobsCommand";
|
|
916
|
+
import {
|
|
917
|
+
ListComputeQuotasCommandInput,
|
|
918
|
+
ListComputeQuotasCommandOutput,
|
|
919
|
+
} from "./commands/ListComputeQuotasCommand";
|
|
864
920
|
import {
|
|
865
921
|
ListContextsCommandInput,
|
|
866
922
|
ListContextsCommandOutput,
|
|
@@ -1037,6 +1093,10 @@ import {
|
|
|
1037
1093
|
ListOptimizationJobsCommandInput,
|
|
1038
1094
|
ListOptimizationJobsCommandOutput,
|
|
1039
1095
|
} from "./commands/ListOptimizationJobsCommand";
|
|
1096
|
+
import {
|
|
1097
|
+
ListPartnerAppsCommandInput,
|
|
1098
|
+
ListPartnerAppsCommandOutput,
|
|
1099
|
+
} from "./commands/ListPartnerAppsCommand";
|
|
1040
1100
|
import {
|
|
1041
1101
|
ListPipelineExecutionsCommandInput,
|
|
1042
1102
|
ListPipelineExecutionsCommandOutput,
|
|
@@ -1093,6 +1153,10 @@ import {
|
|
|
1093
1153
|
ListTrainingJobsForHyperParameterTuningJobCommandInput,
|
|
1094
1154
|
ListTrainingJobsForHyperParameterTuningJobCommandOutput,
|
|
1095
1155
|
} from "./commands/ListTrainingJobsForHyperParameterTuningJobCommand";
|
|
1156
|
+
import {
|
|
1157
|
+
ListTrainingPlansCommandInput,
|
|
1158
|
+
ListTrainingPlansCommandOutput,
|
|
1159
|
+
} from "./commands/ListTrainingPlansCommand";
|
|
1096
1160
|
import {
|
|
1097
1161
|
ListTransformJobsCommandInput,
|
|
1098
1162
|
ListTransformJobsCommandOutput,
|
|
@@ -1141,6 +1205,10 @@ import {
|
|
|
1141
1205
|
SearchCommandInput,
|
|
1142
1206
|
SearchCommandOutput,
|
|
1143
1207
|
} from "./commands/SearchCommand";
|
|
1208
|
+
import {
|
|
1209
|
+
SearchTrainingPlanOfferingsCommandInput,
|
|
1210
|
+
SearchTrainingPlanOfferingsCommandOutput,
|
|
1211
|
+
} from "./commands/SearchTrainingPlanOfferingsCommand";
|
|
1144
1212
|
import {
|
|
1145
1213
|
SendPipelineExecutionStepFailureCommandInput,
|
|
1146
1214
|
SendPipelineExecutionStepFailureCommandOutput,
|
|
@@ -1253,6 +1321,10 @@ import {
|
|
|
1253
1321
|
UpdateClusterCommandInput,
|
|
1254
1322
|
UpdateClusterCommandOutput,
|
|
1255
1323
|
} from "./commands/UpdateClusterCommand";
|
|
1324
|
+
import {
|
|
1325
|
+
UpdateClusterSchedulerConfigCommandInput,
|
|
1326
|
+
UpdateClusterSchedulerConfigCommandOutput,
|
|
1327
|
+
} from "./commands/UpdateClusterSchedulerConfigCommand";
|
|
1256
1328
|
import {
|
|
1257
1329
|
UpdateClusterSoftwareCommandInput,
|
|
1258
1330
|
UpdateClusterSoftwareCommandOutput,
|
|
@@ -1261,6 +1333,10 @@ import {
|
|
|
1261
1333
|
UpdateCodeRepositoryCommandInput,
|
|
1262
1334
|
UpdateCodeRepositoryCommandOutput,
|
|
1263
1335
|
} from "./commands/UpdateCodeRepositoryCommand";
|
|
1336
|
+
import {
|
|
1337
|
+
UpdateComputeQuotaCommandInput,
|
|
1338
|
+
UpdateComputeQuotaCommandOutput,
|
|
1339
|
+
} from "./commands/UpdateComputeQuotaCommand";
|
|
1264
1340
|
import {
|
|
1265
1341
|
UpdateContextCommandInput,
|
|
1266
1342
|
UpdateContextCommandOutput,
|
|
@@ -1349,6 +1425,10 @@ import {
|
|
|
1349
1425
|
UpdateNotebookInstanceLifecycleConfigCommandInput,
|
|
1350
1426
|
UpdateNotebookInstanceLifecycleConfigCommandOutput,
|
|
1351
1427
|
} from "./commands/UpdateNotebookInstanceLifecycleConfigCommand";
|
|
1428
|
+
import {
|
|
1429
|
+
UpdatePartnerAppCommandInput,
|
|
1430
|
+
UpdatePartnerAppCommandOutput,
|
|
1431
|
+
} from "./commands/UpdatePartnerAppCommand";
|
|
1352
1432
|
import {
|
|
1353
1433
|
UpdatePipelineCommandInput,
|
|
1354
1434
|
UpdatePipelineCommandOutput,
|
|
@@ -1410,8 +1490,10 @@ export type ServiceInputTypes =
|
|
|
1410
1490
|
| CreateAutoMLJobCommandInput
|
|
1411
1491
|
| CreateAutoMLJobV2CommandInput
|
|
1412
1492
|
| CreateClusterCommandInput
|
|
1493
|
+
| CreateClusterSchedulerConfigCommandInput
|
|
1413
1494
|
| CreateCodeRepositoryCommandInput
|
|
1414
1495
|
| CreateCompilationJobCommandInput
|
|
1496
|
+
| CreateComputeQuotaCommandInput
|
|
1415
1497
|
| CreateContextCommandInput
|
|
1416
1498
|
| CreateDataQualityJobDefinitionCommandInput
|
|
1417
1499
|
| CreateDeviceFleetCommandInput
|
|
@@ -1447,6 +1529,8 @@ export type ServiceInputTypes =
|
|
|
1447
1529
|
| CreateNotebookInstanceCommandInput
|
|
1448
1530
|
| CreateNotebookInstanceLifecycleConfigCommandInput
|
|
1449
1531
|
| CreateOptimizationJobCommandInput
|
|
1532
|
+
| CreatePartnerAppCommandInput
|
|
1533
|
+
| CreatePartnerAppPresignedUrlCommandInput
|
|
1450
1534
|
| CreatePipelineCommandInput
|
|
1451
1535
|
| CreatePresignedDomainUrlCommandInput
|
|
1452
1536
|
| CreatePresignedMlflowTrackingServerUrlCommandInput
|
|
@@ -1456,6 +1540,7 @@ export type ServiceInputTypes =
|
|
|
1456
1540
|
| CreateSpaceCommandInput
|
|
1457
1541
|
| CreateStudioLifecycleConfigCommandInput
|
|
1458
1542
|
| CreateTrainingJobCommandInput
|
|
1543
|
+
| CreateTrainingPlanCommandInput
|
|
1459
1544
|
| CreateTransformJobCommandInput
|
|
1460
1545
|
| CreateTrialCommandInput
|
|
1461
1546
|
| CreateTrialComponentCommandInput
|
|
@@ -1469,8 +1554,10 @@ export type ServiceInputTypes =
|
|
|
1469
1554
|
| DeleteArtifactCommandInput
|
|
1470
1555
|
| DeleteAssociationCommandInput
|
|
1471
1556
|
| DeleteClusterCommandInput
|
|
1557
|
+
| DeleteClusterSchedulerConfigCommandInput
|
|
1472
1558
|
| DeleteCodeRepositoryCommandInput
|
|
1473
1559
|
| DeleteCompilationJobCommandInput
|
|
1560
|
+
| DeleteComputeQuotaCommandInput
|
|
1474
1561
|
| DeleteContextCommandInput
|
|
1475
1562
|
| DeleteDataQualityJobDefinitionCommandInput
|
|
1476
1563
|
| DeleteDeviceFleetCommandInput
|
|
@@ -1504,6 +1591,7 @@ export type ServiceInputTypes =
|
|
|
1504
1591
|
| DeleteNotebookInstanceCommandInput
|
|
1505
1592
|
| DeleteNotebookInstanceLifecycleConfigCommandInput
|
|
1506
1593
|
| DeleteOptimizationJobCommandInput
|
|
1594
|
+
| DeletePartnerAppCommandInput
|
|
1507
1595
|
| DeletePipelineCommandInput
|
|
1508
1596
|
| DeleteProjectCommandInput
|
|
1509
1597
|
| DeleteSpaceCommandInput
|
|
@@ -1524,8 +1612,10 @@ export type ServiceInputTypes =
|
|
|
1524
1612
|
| DescribeAutoMLJobV2CommandInput
|
|
1525
1613
|
| DescribeClusterCommandInput
|
|
1526
1614
|
| DescribeClusterNodeCommandInput
|
|
1615
|
+
| DescribeClusterSchedulerConfigCommandInput
|
|
1527
1616
|
| DescribeCodeRepositoryCommandInput
|
|
1528
1617
|
| DescribeCompilationJobCommandInput
|
|
1618
|
+
| DescribeComputeQuotaCommandInput
|
|
1529
1619
|
| DescribeContextCommandInput
|
|
1530
1620
|
| DescribeDataQualityJobDefinitionCommandInput
|
|
1531
1621
|
| DescribeDeviceCommandInput
|
|
@@ -1563,6 +1653,7 @@ export type ServiceInputTypes =
|
|
|
1563
1653
|
| DescribeNotebookInstanceCommandInput
|
|
1564
1654
|
| DescribeNotebookInstanceLifecycleConfigCommandInput
|
|
1565
1655
|
| DescribeOptimizationJobCommandInput
|
|
1656
|
+
| DescribePartnerAppCommandInput
|
|
1566
1657
|
| DescribePipelineCommandInput
|
|
1567
1658
|
| DescribePipelineDefinitionForExecutionCommandInput
|
|
1568
1659
|
| DescribePipelineExecutionCommandInput
|
|
@@ -1572,6 +1663,7 @@ export type ServiceInputTypes =
|
|
|
1572
1663
|
| DescribeStudioLifecycleConfigCommandInput
|
|
1573
1664
|
| DescribeSubscribedWorkteamCommandInput
|
|
1574
1665
|
| DescribeTrainingJobCommandInput
|
|
1666
|
+
| DescribeTrainingPlanCommandInput
|
|
1575
1667
|
| DescribeTransformJobCommandInput
|
|
1576
1668
|
| DescribeTrialCommandInput
|
|
1577
1669
|
| DescribeTrialComponentCommandInput
|
|
@@ -1598,9 +1690,11 @@ export type ServiceInputTypes =
|
|
|
1598
1690
|
| ListAutoMLJobsCommandInput
|
|
1599
1691
|
| ListCandidatesForAutoMLJobCommandInput
|
|
1600
1692
|
| ListClusterNodesCommandInput
|
|
1693
|
+
| ListClusterSchedulerConfigsCommandInput
|
|
1601
1694
|
| ListClustersCommandInput
|
|
1602
1695
|
| ListCodeRepositoriesCommandInput
|
|
1603
1696
|
| ListCompilationJobsCommandInput
|
|
1697
|
+
| ListComputeQuotasCommandInput
|
|
1604
1698
|
| ListContextsCommandInput
|
|
1605
1699
|
| ListDataQualityJobDefinitionsCommandInput
|
|
1606
1700
|
| ListDeviceFleetsCommandInput
|
|
@@ -1645,6 +1739,7 @@ export type ServiceInputTypes =
|
|
|
1645
1739
|
| ListNotebookInstanceLifecycleConfigsCommandInput
|
|
1646
1740
|
| ListNotebookInstancesCommandInput
|
|
1647
1741
|
| ListOptimizationJobsCommandInput
|
|
1742
|
+
| ListPartnerAppsCommandInput
|
|
1648
1743
|
| ListPipelineExecutionStepsCommandInput
|
|
1649
1744
|
| ListPipelineExecutionsCommandInput
|
|
1650
1745
|
| ListPipelineParametersForExecutionCommandInput
|
|
@@ -1659,6 +1754,7 @@ export type ServiceInputTypes =
|
|
|
1659
1754
|
| ListTagsCommandInput
|
|
1660
1755
|
| ListTrainingJobsCommandInput
|
|
1661
1756
|
| ListTrainingJobsForHyperParameterTuningJobCommandInput
|
|
1757
|
+
| ListTrainingPlansCommandInput
|
|
1662
1758
|
| ListTransformJobsCommandInput
|
|
1663
1759
|
| ListTrialComponentsCommandInput
|
|
1664
1760
|
| ListTrialsCommandInput
|
|
@@ -1671,6 +1767,7 @@ export type ServiceInputTypes =
|
|
|
1671
1767
|
| RenderUiTemplateCommandInput
|
|
1672
1768
|
| RetryPipelineExecutionCommandInput
|
|
1673
1769
|
| SearchCommandInput
|
|
1770
|
+
| SearchTrainingPlanOfferingsCommandInput
|
|
1674
1771
|
| SendPipelineExecutionStepFailureCommandInput
|
|
1675
1772
|
| SendPipelineExecutionStepSuccessCommandInput
|
|
1676
1773
|
| StartEdgeDeploymentStageCommandInput
|
|
@@ -1699,8 +1796,10 @@ export type ServiceInputTypes =
|
|
|
1699
1796
|
| UpdateAppImageConfigCommandInput
|
|
1700
1797
|
| UpdateArtifactCommandInput
|
|
1701
1798
|
| UpdateClusterCommandInput
|
|
1799
|
+
| UpdateClusterSchedulerConfigCommandInput
|
|
1702
1800
|
| UpdateClusterSoftwareCommandInput
|
|
1703
1801
|
| UpdateCodeRepositoryCommandInput
|
|
1802
|
+
| UpdateComputeQuotaCommandInput
|
|
1704
1803
|
| UpdateContextCommandInput
|
|
1705
1804
|
| UpdateDeviceFleetCommandInput
|
|
1706
1805
|
| UpdateDevicesCommandInput
|
|
@@ -1723,6 +1822,7 @@ export type ServiceInputTypes =
|
|
|
1723
1822
|
| UpdateMonitoringScheduleCommandInput
|
|
1724
1823
|
| UpdateNotebookInstanceCommandInput
|
|
1725
1824
|
| UpdateNotebookInstanceLifecycleConfigCommandInput
|
|
1825
|
+
| UpdatePartnerAppCommandInput
|
|
1726
1826
|
| UpdatePipelineCommandInput
|
|
1727
1827
|
| UpdatePipelineExecutionCommandInput
|
|
1728
1828
|
| UpdateProjectCommandInput
|
|
@@ -1747,8 +1847,10 @@ export type ServiceOutputTypes =
|
|
|
1747
1847
|
| CreateAutoMLJobCommandOutput
|
|
1748
1848
|
| CreateAutoMLJobV2CommandOutput
|
|
1749
1849
|
| CreateClusterCommandOutput
|
|
1850
|
+
| CreateClusterSchedulerConfigCommandOutput
|
|
1750
1851
|
| CreateCodeRepositoryCommandOutput
|
|
1751
1852
|
| CreateCompilationJobCommandOutput
|
|
1853
|
+
| CreateComputeQuotaCommandOutput
|
|
1752
1854
|
| CreateContextCommandOutput
|
|
1753
1855
|
| CreateDataQualityJobDefinitionCommandOutput
|
|
1754
1856
|
| CreateDeviceFleetCommandOutput
|
|
@@ -1784,6 +1886,8 @@ export type ServiceOutputTypes =
|
|
|
1784
1886
|
| CreateNotebookInstanceCommandOutput
|
|
1785
1887
|
| CreateNotebookInstanceLifecycleConfigCommandOutput
|
|
1786
1888
|
| CreateOptimizationJobCommandOutput
|
|
1889
|
+
| CreatePartnerAppCommandOutput
|
|
1890
|
+
| CreatePartnerAppPresignedUrlCommandOutput
|
|
1787
1891
|
| CreatePipelineCommandOutput
|
|
1788
1892
|
| CreatePresignedDomainUrlCommandOutput
|
|
1789
1893
|
| CreatePresignedMlflowTrackingServerUrlCommandOutput
|
|
@@ -1793,6 +1897,7 @@ export type ServiceOutputTypes =
|
|
|
1793
1897
|
| CreateSpaceCommandOutput
|
|
1794
1898
|
| CreateStudioLifecycleConfigCommandOutput
|
|
1795
1899
|
| CreateTrainingJobCommandOutput
|
|
1900
|
+
| CreateTrainingPlanCommandOutput
|
|
1796
1901
|
| CreateTransformJobCommandOutput
|
|
1797
1902
|
| CreateTrialCommandOutput
|
|
1798
1903
|
| CreateTrialComponentCommandOutput
|
|
@@ -1806,8 +1911,10 @@ export type ServiceOutputTypes =
|
|
|
1806
1911
|
| DeleteArtifactCommandOutput
|
|
1807
1912
|
| DeleteAssociationCommandOutput
|
|
1808
1913
|
| DeleteClusterCommandOutput
|
|
1914
|
+
| DeleteClusterSchedulerConfigCommandOutput
|
|
1809
1915
|
| DeleteCodeRepositoryCommandOutput
|
|
1810
1916
|
| DeleteCompilationJobCommandOutput
|
|
1917
|
+
| DeleteComputeQuotaCommandOutput
|
|
1811
1918
|
| DeleteContextCommandOutput
|
|
1812
1919
|
| DeleteDataQualityJobDefinitionCommandOutput
|
|
1813
1920
|
| DeleteDeviceFleetCommandOutput
|
|
@@ -1841,6 +1948,7 @@ export type ServiceOutputTypes =
|
|
|
1841
1948
|
| DeleteNotebookInstanceCommandOutput
|
|
1842
1949
|
| DeleteNotebookInstanceLifecycleConfigCommandOutput
|
|
1843
1950
|
| DeleteOptimizationJobCommandOutput
|
|
1951
|
+
| DeletePartnerAppCommandOutput
|
|
1844
1952
|
| DeletePipelineCommandOutput
|
|
1845
1953
|
| DeleteProjectCommandOutput
|
|
1846
1954
|
| DeleteSpaceCommandOutput
|
|
@@ -1861,8 +1969,10 @@ export type ServiceOutputTypes =
|
|
|
1861
1969
|
| DescribeAutoMLJobV2CommandOutput
|
|
1862
1970
|
| DescribeClusterCommandOutput
|
|
1863
1971
|
| DescribeClusterNodeCommandOutput
|
|
1972
|
+
| DescribeClusterSchedulerConfigCommandOutput
|
|
1864
1973
|
| DescribeCodeRepositoryCommandOutput
|
|
1865
1974
|
| DescribeCompilationJobCommandOutput
|
|
1975
|
+
| DescribeComputeQuotaCommandOutput
|
|
1866
1976
|
| DescribeContextCommandOutput
|
|
1867
1977
|
| DescribeDataQualityJobDefinitionCommandOutput
|
|
1868
1978
|
| DescribeDeviceCommandOutput
|
|
@@ -1900,6 +2010,7 @@ export type ServiceOutputTypes =
|
|
|
1900
2010
|
| DescribeNotebookInstanceCommandOutput
|
|
1901
2011
|
| DescribeNotebookInstanceLifecycleConfigCommandOutput
|
|
1902
2012
|
| DescribeOptimizationJobCommandOutput
|
|
2013
|
+
| DescribePartnerAppCommandOutput
|
|
1903
2014
|
| DescribePipelineCommandOutput
|
|
1904
2015
|
| DescribePipelineDefinitionForExecutionCommandOutput
|
|
1905
2016
|
| DescribePipelineExecutionCommandOutput
|
|
@@ -1909,6 +2020,7 @@ export type ServiceOutputTypes =
|
|
|
1909
2020
|
| DescribeStudioLifecycleConfigCommandOutput
|
|
1910
2021
|
| DescribeSubscribedWorkteamCommandOutput
|
|
1911
2022
|
| DescribeTrainingJobCommandOutput
|
|
2023
|
+
| DescribeTrainingPlanCommandOutput
|
|
1912
2024
|
| DescribeTransformJobCommandOutput
|
|
1913
2025
|
| DescribeTrialCommandOutput
|
|
1914
2026
|
| DescribeTrialComponentCommandOutput
|
|
@@ -1935,9 +2047,11 @@ export type ServiceOutputTypes =
|
|
|
1935
2047
|
| ListAutoMLJobsCommandOutput
|
|
1936
2048
|
| ListCandidatesForAutoMLJobCommandOutput
|
|
1937
2049
|
| ListClusterNodesCommandOutput
|
|
2050
|
+
| ListClusterSchedulerConfigsCommandOutput
|
|
1938
2051
|
| ListClustersCommandOutput
|
|
1939
2052
|
| ListCodeRepositoriesCommandOutput
|
|
1940
2053
|
| ListCompilationJobsCommandOutput
|
|
2054
|
+
| ListComputeQuotasCommandOutput
|
|
1941
2055
|
| ListContextsCommandOutput
|
|
1942
2056
|
| ListDataQualityJobDefinitionsCommandOutput
|
|
1943
2057
|
| ListDeviceFleetsCommandOutput
|
|
@@ -1982,6 +2096,7 @@ export type ServiceOutputTypes =
|
|
|
1982
2096
|
| ListNotebookInstanceLifecycleConfigsCommandOutput
|
|
1983
2097
|
| ListNotebookInstancesCommandOutput
|
|
1984
2098
|
| ListOptimizationJobsCommandOutput
|
|
2099
|
+
| ListPartnerAppsCommandOutput
|
|
1985
2100
|
| ListPipelineExecutionStepsCommandOutput
|
|
1986
2101
|
| ListPipelineExecutionsCommandOutput
|
|
1987
2102
|
| ListPipelineParametersForExecutionCommandOutput
|
|
@@ -1996,6 +2111,7 @@ export type ServiceOutputTypes =
|
|
|
1996
2111
|
| ListTagsCommandOutput
|
|
1997
2112
|
| ListTrainingJobsCommandOutput
|
|
1998
2113
|
| ListTrainingJobsForHyperParameterTuningJobCommandOutput
|
|
2114
|
+
| ListTrainingPlansCommandOutput
|
|
1999
2115
|
| ListTransformJobsCommandOutput
|
|
2000
2116
|
| ListTrialComponentsCommandOutput
|
|
2001
2117
|
| ListTrialsCommandOutput
|
|
@@ -2008,6 +2124,7 @@ export type ServiceOutputTypes =
|
|
|
2008
2124
|
| RenderUiTemplateCommandOutput
|
|
2009
2125
|
| RetryPipelineExecutionCommandOutput
|
|
2010
2126
|
| SearchCommandOutput
|
|
2127
|
+
| SearchTrainingPlanOfferingsCommandOutput
|
|
2011
2128
|
| SendPipelineExecutionStepFailureCommandOutput
|
|
2012
2129
|
| SendPipelineExecutionStepSuccessCommandOutput
|
|
2013
2130
|
| StartEdgeDeploymentStageCommandOutput
|
|
@@ -2036,8 +2153,10 @@ export type ServiceOutputTypes =
|
|
|
2036
2153
|
| UpdateAppImageConfigCommandOutput
|
|
2037
2154
|
| UpdateArtifactCommandOutput
|
|
2038
2155
|
| UpdateClusterCommandOutput
|
|
2156
|
+
| UpdateClusterSchedulerConfigCommandOutput
|
|
2039
2157
|
| UpdateClusterSoftwareCommandOutput
|
|
2040
2158
|
| UpdateCodeRepositoryCommandOutput
|
|
2159
|
+
| UpdateComputeQuotaCommandOutput
|
|
2041
2160
|
| UpdateContextCommandOutput
|
|
2042
2161
|
| UpdateDeviceFleetCommandOutput
|
|
2043
2162
|
| UpdateDevicesCommandOutput
|
|
@@ -2060,6 +2179,7 @@ export type ServiceOutputTypes =
|
|
|
2060
2179
|
| UpdateMonitoringScheduleCommandOutput
|
|
2061
2180
|
| UpdateNotebookInstanceCommandOutput
|
|
2062
2181
|
| UpdateNotebookInstanceLifecycleConfigCommandOutput
|
|
2182
|
+
| UpdatePartnerAppCommandOutput
|
|
2063
2183
|
| UpdatePipelineCommandOutput
|
|
2064
2184
|
| UpdatePipelineExecutionCommandOutput
|
|
2065
2185
|
| UpdateProjectCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateActionRequest, CreateActionResponse } from "../models/
|
|
3
|
+
import { CreateActionRequest, CreateActionResponse } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateClusterSchedulerConfigRequest,
|
|
5
|
+
CreateClusterSchedulerConfigResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateClusterSchedulerConfigCommandInput
|
|
15
|
+
extends CreateClusterSchedulerConfigRequest {}
|
|
16
|
+
export interface CreateClusterSchedulerConfigCommandOutput
|
|
17
|
+
extends CreateClusterSchedulerConfigResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateClusterSchedulerConfigCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateClusterSchedulerConfigCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateClusterSchedulerConfigCommandInput,
|
|
24
|
+
CreateClusterSchedulerConfigCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateClusterSchedulerConfigCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateClusterSchedulerConfigCommandInput,
|
|
33
|
+
CreateClusterSchedulerConfigCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateClusterSchedulerConfigCommand extends CreateClusterSchedulerConfigCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateClusterSchedulerConfigRequest;
|
|
44
|
+
output: CreateClusterSchedulerConfigResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateClusterSchedulerConfigCommandInput;
|
|
48
|
+
output: CreateClusterSchedulerConfigCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateComputeQuotaRequest,
|
|
5
|
+
CreateComputeQuotaResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateComputeQuotaCommandInput
|
|
15
|
+
extends CreateComputeQuotaRequest {}
|
|
16
|
+
export interface CreateComputeQuotaCommandOutput
|
|
17
|
+
extends CreateComputeQuotaResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateComputeQuotaCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateComputeQuotaCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateComputeQuotaCommandInput,
|
|
24
|
+
CreateComputeQuotaCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateComputeQuotaCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateComputeQuotaCommandInput,
|
|
33
|
+
CreateComputeQuotaCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateComputeQuotaCommand extends CreateComputeQuotaCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateComputeQuotaRequest;
|
|
44
|
+
output: CreateComputeQuotaResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateComputeQuotaCommandInput;
|
|
48
|
+
output: CreateComputeQuotaCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateNotebookInstanceInput,
|
|
5
5
|
CreateNotebookInstanceOutput,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateNotebookInstanceLifecycleConfigInput,
|
|
5
5
|
CreateNotebookInstanceLifecycleConfigOutput,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreatePartnerAppRequest,
|
|
5
|
+
CreatePartnerAppResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePartnerAppCommandInput extends CreatePartnerAppRequest {}
|
|
15
|
+
export interface CreatePartnerAppCommandOutput
|
|
16
|
+
extends CreatePartnerAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreatePartnerAppCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreatePartnerAppCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreatePartnerAppCommandInput,
|
|
23
|
+
CreatePartnerAppCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreatePartnerAppCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreatePartnerAppCommandInput,
|
|
32
|
+
CreatePartnerAppCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreatePartnerAppCommand extends CreatePartnerAppCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreatePartnerAppRequest;
|
|
43
|
+
output: CreatePartnerAppResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreatePartnerAppCommandInput;
|
|
47
|
+
output: CreatePartnerAppCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreatePartnerAppPresignedUrlRequest,
|
|
5
|
+
CreatePartnerAppPresignedUrlResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePartnerAppPresignedUrlCommandInput
|
|
15
|
+
extends CreatePartnerAppPresignedUrlRequest {}
|
|
16
|
+
export interface CreatePartnerAppPresignedUrlCommandOutput
|
|
17
|
+
extends CreatePartnerAppPresignedUrlResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePartnerAppPresignedUrlCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePartnerAppPresignedUrlCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreatePartnerAppPresignedUrlCommandInput,
|
|
24
|
+
CreatePartnerAppPresignedUrlCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreatePartnerAppPresignedUrlCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreatePartnerAppPresignedUrlCommandInput,
|
|
33
|
+
CreatePartnerAppPresignedUrlCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreatePartnerAppPresignedUrlCommand extends CreatePartnerAppPresignedUrlCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePartnerAppPresignedUrlRequest;
|
|
44
|
+
output: CreatePartnerAppPresignedUrlResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePartnerAppPresignedUrlCommandInput;
|
|
48
|
+
output: CreatePartnerAppPresignedUrlCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|