@aws-sdk/client-sagemaker 3.474.0 → 3.475.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 +8 -0
- package/dist-cjs/SageMaker.js +2 -0
- package/dist-cjs/commands/DeleteCompilationJobCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +65 -2
- package/dist-cjs/models/models_1.js +3 -0
- package/dist-cjs/models/models_2.js +5 -0
- package/dist-cjs/models/models_3.js +3 -0
- package/dist-cjs/pagination/ListFeatureGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +144 -42
- package/dist-es/SageMaker.js +2 -0
- package/dist-es/commands/DeleteCompilationJobCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +65 -2
- package/dist-es/models/models_1.js +3 -0
- package/dist-es/models/models_2.js +5 -0
- package/dist-es/models/models_3.js +3 -0
- package/dist-es/pagination/ListFeatureGroupsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +130 -30
- package/dist-types/SageMaker.d.ts +7 -0
- package/dist-types/SageMakerClient.d.ts +3 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -5
- package/dist-types/commands/CreateAppCommand.d.ts +2 -2
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +27 -24
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +21 -21
- package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +34 -34
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +9 -9
- package/dist-types/commands/CreateModelCommand.d.ts +16 -16
- package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -5
- package/dist-types/commands/CreatePipelineCommand.d.ts +4 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +9 -9
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -9
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +81 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -5
- package/dist-types/commands/DescribeAppCommand.d.ts +4 -4
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +10 -10
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +50 -47
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +18 -18
- package/dist-types/commands/DescribeEndpointCommand.d.ts +10 -10
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +38 -38
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +13 -13
- package/dist-types/commands/DescribeModelCommand.d.ts +17 -17
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -5
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -10
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +12 -12
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +13 -9
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +5 -0
- package/dist-types/commands/ListAppsCommand.d.ts +2 -2
- package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +4 -4
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -7
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +7 -7
- package/dist-types/commands/ListSpacesCommand.d.ts +2 -2
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +98 -98
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +4 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +10 -10
- package/dist-types/commands/UpdateEndpointCommand.d.ts +7 -7
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -2
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +5 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +8 -8
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +9 -9
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +172 -99
- package/dist-types/models/models_1.d.ts +76 -69
- package/dist-types/models/models_2.d.ts +103 -115
- package/dist-types/models/models_3.d.ts +59 -36
- package/dist-types/models/models_4.d.ts +44 -33
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/SageMaker.d.ts +17 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DeleteCompilationJobCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +91 -26
- package/dist-types/ts3.4/models/models_1.d.ts +19 -16
- package/dist-types/ts3.4/models/models_2.d.ts +25 -24
- package/dist-types/ts3.4/models/models_3.d.ts +17 -10
- package/dist-types/ts3.4/models/models_4.d.ts +10 -8
- package/dist-types/ts3.4/pagination/ListFeatureGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.se_CreateProcessingJobCommand = exports.se_CreatePresignedNotebookInstanceUrlCommand = exports.se_CreatePresignedDomainUrlCommand = exports.se_CreatePipelineCommand = exports.se_CreateNotebookInstanceLifecycleConfigCommand = exports.se_CreateNotebookInstanceCommand = exports.se_CreateMonitoringScheduleCommand = exports.se_CreateModelQualityJobDefinitionCommand = exports.se_CreateModelPackageGroupCommand = exports.se_CreateModelPackageCommand = exports.se_CreateModelExplainabilityJobDefinitionCommand = exports.se_CreateModelCardExportJobCommand = exports.se_CreateModelCardCommand = exports.se_CreateModelBiasJobDefinitionCommand = exports.se_CreateModelCommand = exports.se_CreateLabelingJobCommand = exports.se_CreateInferenceRecommendationsJobCommand = exports.se_CreateInferenceExperimentCommand = exports.se_CreateInferenceComponentCommand = exports.se_CreateImageVersionCommand = exports.se_CreateImageCommand = exports.se_CreateHyperParameterTuningJobCommand = exports.se_CreateHumanTaskUiCommand = exports.se_CreateHubCommand = exports.se_CreateFlowDefinitionCommand = exports.se_CreateFeatureGroupCommand = exports.se_CreateExperimentCommand = exports.se_CreateEndpointConfigCommand = exports.se_CreateEndpointCommand = exports.se_CreateEdgePackagingJobCommand = exports.se_CreateEdgeDeploymentStageCommand = exports.se_CreateEdgeDeploymentPlanCommand = exports.se_CreateDomainCommand = exports.se_CreateDeviceFleetCommand = exports.se_CreateDataQualityJobDefinitionCommand = exports.se_CreateContextCommand = exports.se_CreateCompilationJobCommand = exports.se_CreateCodeRepositoryCommand = exports.se_CreateClusterCommand = exports.se_CreateAutoMLJobV2Command = exports.se_CreateAutoMLJobCommand = exports.se_CreateArtifactCommand = exports.se_CreateAppImageConfigCommand = exports.se_CreateAppCommand = exports.se_CreateAlgorithmCommand = exports.se_CreateActionCommand = exports.se_BatchDescribeModelPackageCommand = exports.se_AssociateTrialComponentCommand = exports.se_AddTagsCommand = exports.se_AddAssociationCommand = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.de_UpdateWorkteamCommand = exports.de_UpdateWorkforceCommand = exports.de_UpdateUserProfileCommand = exports.de_UpdateTrialComponentCommand = exports.de_UpdateTrialCommand = exports.de_UpdateTrainingJobCommand = exports.de_UpdateSpaceCommand = exports.de_UpdateProjectCommand = exports.de_UpdatePipelineExecutionCommand = exports.de_UpdatePipelineCommand = exports.de_UpdateNotebookInstanceLifecycleConfigCommand = exports.de_UpdateNotebookInstanceCommand = exports.de_UpdateMonitoringScheduleCommand = exports.de_UpdateMonitoringAlertCommand = exports.de_UpdateModelPackageCommand = exports.de_UpdateModelCardCommand = exports.de_UpdateInferenceExperimentCommand = exports.de_UpdateInferenceComponentRuntimeConfigCommand = exports.de_UpdateInferenceComponentCommand = exports.de_UpdateImageVersionCommand = exports.de_UpdateImageCommand = exports.de_UpdateHubCommand = exports.de_UpdateFeatureMetadataCommand = exports.de_UpdateFeatureGroupCommand = exports.de_UpdateExperimentCommand = exports.de_UpdateEndpointWeightsAndCapacitiesCommand = exports.de_UpdateEndpointCommand = exports.de_UpdateDomainCommand = exports.de_UpdateDevicesCommand = exports.de_UpdateDeviceFleetCommand = exports.de_UpdateContextCommand = exports.de_UpdateCodeRepositoryCommand = exports.de_UpdateClusterCommand = exports.de_UpdateArtifactCommand = void 0;
|
|
4
|
+
exports.se_DeleteProjectCommand = exports.se_DeletePipelineCommand = exports.se_DeleteNotebookInstanceLifecycleConfigCommand = exports.se_DeleteNotebookInstanceCommand = exports.se_DeleteMonitoringScheduleCommand = exports.se_DeleteModelQualityJobDefinitionCommand = exports.se_DeleteModelPackageGroupPolicyCommand = exports.se_DeleteModelPackageGroupCommand = exports.se_DeleteModelPackageCommand = exports.se_DeleteModelExplainabilityJobDefinitionCommand = exports.se_DeleteModelCardCommand = exports.se_DeleteModelBiasJobDefinitionCommand = exports.se_DeleteModelCommand = exports.se_DeleteInferenceExperimentCommand = exports.se_DeleteInferenceComponentCommand = exports.se_DeleteImageVersionCommand = exports.se_DeleteImageCommand = exports.se_DeleteHumanTaskUiCommand = exports.se_DeleteHubContentCommand = exports.se_DeleteHubCommand = exports.se_DeleteFlowDefinitionCommand = exports.se_DeleteFeatureGroupCommand = exports.se_DeleteExperimentCommand = exports.se_DeleteEndpointConfigCommand = exports.se_DeleteEndpointCommand = exports.se_DeleteEdgeDeploymentStageCommand = exports.se_DeleteEdgeDeploymentPlanCommand = exports.se_DeleteDomainCommand = exports.se_DeleteDeviceFleetCommand = exports.se_DeleteDataQualityJobDefinitionCommand = exports.se_DeleteContextCommand = exports.se_DeleteCompilationJobCommand = exports.se_DeleteCodeRepositoryCommand = exports.se_DeleteClusterCommand = exports.se_DeleteAssociationCommand = exports.se_DeleteArtifactCommand = exports.se_DeleteAppImageConfigCommand = exports.se_DeleteAppCommand = exports.se_DeleteAlgorithmCommand = exports.se_DeleteActionCommand = exports.se_CreateWorkteamCommand = exports.se_CreateWorkforceCommand = exports.se_CreateUserProfileCommand = exports.se_CreateTrialComponentCommand = exports.se_CreateTrialCommand = exports.se_CreateTransformJobCommand = exports.se_CreateTrainingJobCommand = exports.se_CreateStudioLifecycleConfigCommand = exports.se_CreateSpaceCommand = exports.se_CreateProjectCommand = void 0;
|
|
5
|
+
exports.se_DescribeModelPackageCommand = exports.se_DescribeModelExplainabilityJobDefinitionCommand = exports.se_DescribeModelCardExportJobCommand = exports.se_DescribeModelCardCommand = exports.se_DescribeModelBiasJobDefinitionCommand = exports.se_DescribeModelCommand = exports.se_DescribeLineageGroupCommand = exports.se_DescribeLabelingJobCommand = exports.se_DescribeInferenceRecommendationsJobCommand = exports.se_DescribeInferenceExperimentCommand = exports.se_DescribeInferenceComponentCommand = exports.se_DescribeImageVersionCommand = exports.se_DescribeImageCommand = exports.se_DescribeHyperParameterTuningJobCommand = exports.se_DescribeHumanTaskUiCommand = exports.se_DescribeHubContentCommand = exports.se_DescribeHubCommand = exports.se_DescribeFlowDefinitionCommand = exports.se_DescribeFeatureMetadataCommand = exports.se_DescribeFeatureGroupCommand = exports.se_DescribeExperimentCommand = exports.se_DescribeEndpointConfigCommand = exports.se_DescribeEndpointCommand = exports.se_DescribeEdgePackagingJobCommand = exports.se_DescribeEdgeDeploymentPlanCommand = exports.se_DescribeDomainCommand = exports.se_DescribeDeviceFleetCommand = exports.se_DescribeDeviceCommand = exports.se_DescribeDataQualityJobDefinitionCommand = exports.se_DescribeContextCommand = exports.se_DescribeCompilationJobCommand = exports.se_DescribeCodeRepositoryCommand = exports.se_DescribeClusterNodeCommand = exports.se_DescribeClusterCommand = exports.se_DescribeAutoMLJobV2Command = exports.se_DescribeAutoMLJobCommand = exports.se_DescribeArtifactCommand = exports.se_DescribeAppImageConfigCommand = exports.se_DescribeAppCommand = exports.se_DescribeAlgorithmCommand = exports.se_DescribeActionCommand = exports.se_DeregisterDevicesCommand = exports.se_DeleteWorkteamCommand = exports.se_DeleteWorkforceCommand = exports.se_DeleteUserProfileCommand = exports.se_DeleteTrialComponentCommand = exports.se_DeleteTrialCommand = exports.se_DeleteTagsCommand = exports.se_DeleteStudioLifecycleConfigCommand = exports.se_DeleteSpaceCommand = void 0;
|
|
6
|
+
exports.se_ListEdgePackagingJobsCommand = exports.se_ListEdgeDeploymentPlansCommand = exports.se_ListDomainsCommand = exports.se_ListDevicesCommand = exports.se_ListDeviceFleetsCommand = exports.se_ListDataQualityJobDefinitionsCommand = exports.se_ListContextsCommand = exports.se_ListCompilationJobsCommand = exports.se_ListCodeRepositoriesCommand = exports.se_ListClustersCommand = exports.se_ListClusterNodesCommand = exports.se_ListCandidatesForAutoMLJobCommand = exports.se_ListAutoMLJobsCommand = exports.se_ListAssociationsCommand = exports.se_ListArtifactsCommand = exports.se_ListAppsCommand = exports.se_ListAppImageConfigsCommand = exports.se_ListAliasesCommand = exports.se_ListAlgorithmsCommand = exports.se_ListActionsCommand = exports.se_ImportHubContentCommand = exports.se_GetSearchSuggestionsCommand = exports.se_GetScalingConfigurationRecommendationCommand = exports.se_GetSagemakerServicecatalogPortfolioStatusCommand = exports.se_GetModelPackageGroupPolicyCommand = exports.se_GetLineageGroupPolicyCommand = exports.se_GetDeviceFleetReportCommand = exports.se_EnableSagemakerServicecatalogPortfolioCommand = exports.se_DisassociateTrialComponentCommand = exports.se_DisableSagemakerServicecatalogPortfolioCommand = exports.se_DescribeWorkteamCommand = exports.se_DescribeWorkforceCommand = exports.se_DescribeUserProfileCommand = exports.se_DescribeTrialComponentCommand = exports.se_DescribeTrialCommand = exports.se_DescribeTransformJobCommand = exports.se_DescribeTrainingJobCommand = exports.se_DescribeSubscribedWorkteamCommand = exports.se_DescribeStudioLifecycleConfigCommand = exports.se_DescribeSpaceCommand = exports.se_DescribeProjectCommand = exports.se_DescribeProcessingJobCommand = exports.se_DescribePipelineExecutionCommand = exports.se_DescribePipelineDefinitionForExecutionCommand = exports.se_DescribePipelineCommand = exports.se_DescribeNotebookInstanceLifecycleConfigCommand = exports.se_DescribeNotebookInstanceCommand = exports.se_DescribeMonitoringScheduleCommand = exports.se_DescribeModelQualityJobDefinitionCommand = exports.se_DescribeModelPackageGroupCommand = void 0;
|
|
7
|
+
exports.se_ListTransformJobsCommand = exports.se_ListTrainingJobsForHyperParameterTuningJobCommand = exports.se_ListTrainingJobsCommand = exports.se_ListTagsCommand = exports.se_ListSubscribedWorkteamsCommand = exports.se_ListStudioLifecycleConfigsCommand = exports.se_ListStageDevicesCommand = exports.se_ListSpacesCommand = exports.se_ListResourceCatalogsCommand = exports.se_ListProjectsCommand = exports.se_ListProcessingJobsCommand = exports.se_ListPipelinesCommand = exports.se_ListPipelineParametersForExecutionCommand = exports.se_ListPipelineExecutionStepsCommand = exports.se_ListPipelineExecutionsCommand = exports.se_ListNotebookInstancesCommand = exports.se_ListNotebookInstanceLifecycleConfigsCommand = exports.se_ListMonitoringSchedulesCommand = exports.se_ListMonitoringExecutionsCommand = exports.se_ListMonitoringAlertsCommand = exports.se_ListMonitoringAlertHistoryCommand = exports.se_ListModelsCommand = exports.se_ListModelQualityJobDefinitionsCommand = exports.se_ListModelPackagesCommand = exports.se_ListModelPackageGroupsCommand = exports.se_ListModelMetadataCommand = exports.se_ListModelExplainabilityJobDefinitionsCommand = exports.se_ListModelCardVersionsCommand = exports.se_ListModelCardsCommand = exports.se_ListModelCardExportJobsCommand = exports.se_ListModelBiasJobDefinitionsCommand = exports.se_ListLineageGroupsCommand = exports.se_ListLabelingJobsForWorkteamCommand = exports.se_ListLabelingJobsCommand = exports.se_ListInferenceRecommendationsJobStepsCommand = exports.se_ListInferenceRecommendationsJobsCommand = exports.se_ListInferenceExperimentsCommand = exports.se_ListInferenceComponentsCommand = exports.se_ListImageVersionsCommand = exports.se_ListImagesCommand = exports.se_ListHyperParameterTuningJobsCommand = exports.se_ListHumanTaskUisCommand = exports.se_ListHubsCommand = exports.se_ListHubContentVersionsCommand = exports.se_ListHubContentsCommand = exports.se_ListFlowDefinitionsCommand = exports.se_ListFeatureGroupsCommand = exports.se_ListExperimentsCommand = exports.se_ListEndpointsCommand = exports.se_ListEndpointConfigsCommand = void 0;
|
|
8
|
+
exports.se_UpdateInferenceComponentCommand = exports.se_UpdateImageVersionCommand = exports.se_UpdateImageCommand = exports.se_UpdateHubCommand = exports.se_UpdateFeatureMetadataCommand = exports.se_UpdateFeatureGroupCommand = exports.se_UpdateExperimentCommand = exports.se_UpdateEndpointWeightsAndCapacitiesCommand = exports.se_UpdateEndpointCommand = exports.se_UpdateDomainCommand = exports.se_UpdateDevicesCommand = exports.se_UpdateDeviceFleetCommand = exports.se_UpdateContextCommand = exports.se_UpdateCodeRepositoryCommand = exports.se_UpdateClusterCommand = exports.se_UpdateArtifactCommand = exports.se_UpdateAppImageConfigCommand = exports.se_UpdateActionCommand = exports.se_StopTransformJobCommand = exports.se_StopTrainingJobCommand = exports.se_StopProcessingJobCommand = exports.se_StopPipelineExecutionCommand = exports.se_StopNotebookInstanceCommand = exports.se_StopMonitoringScheduleCommand = exports.se_StopLabelingJobCommand = exports.se_StopInferenceRecommendationsJobCommand = exports.se_StopInferenceExperimentCommand = exports.se_StopHyperParameterTuningJobCommand = exports.se_StopEdgePackagingJobCommand = exports.se_StopEdgeDeploymentStageCommand = exports.se_StopCompilationJobCommand = exports.se_StopAutoMLJobCommand = exports.se_StartPipelineExecutionCommand = exports.se_StartNotebookInstanceCommand = exports.se_StartMonitoringScheduleCommand = exports.se_StartInferenceExperimentCommand = exports.se_StartEdgeDeploymentStageCommand = exports.se_SendPipelineExecutionStepSuccessCommand = exports.se_SendPipelineExecutionStepFailureCommand = exports.se_SearchCommand = exports.se_RetryPipelineExecutionCommand = exports.se_RenderUiTemplateCommand = exports.se_RegisterDevicesCommand = exports.se_QueryLineageCommand = exports.se_PutModelPackageGroupPolicyCommand = exports.se_ListWorkteamsCommand = exports.se_ListWorkforcesCommand = exports.se_ListUserProfilesCommand = exports.se_ListTrialsCommand = exports.se_ListTrialComponentsCommand = void 0;
|
|
9
|
+
exports.de_CreateInferenceComponentCommand = exports.de_CreateImageVersionCommand = exports.de_CreateImageCommand = exports.de_CreateHyperParameterTuningJobCommand = exports.de_CreateHumanTaskUiCommand = exports.de_CreateHubCommand = exports.de_CreateFlowDefinitionCommand = exports.de_CreateFeatureGroupCommand = exports.de_CreateExperimentCommand = exports.de_CreateEndpointConfigCommand = exports.de_CreateEndpointCommand = exports.de_CreateEdgePackagingJobCommand = exports.de_CreateEdgeDeploymentStageCommand = exports.de_CreateEdgeDeploymentPlanCommand = exports.de_CreateDomainCommand = exports.de_CreateDeviceFleetCommand = exports.de_CreateDataQualityJobDefinitionCommand = exports.de_CreateContextCommand = exports.de_CreateCompilationJobCommand = exports.de_CreateCodeRepositoryCommand = exports.de_CreateClusterCommand = exports.de_CreateAutoMLJobV2Command = exports.de_CreateAutoMLJobCommand = exports.de_CreateArtifactCommand = exports.de_CreateAppImageConfigCommand = exports.de_CreateAppCommand = exports.de_CreateAlgorithmCommand = exports.de_CreateActionCommand = exports.de_BatchDescribeModelPackageCommand = exports.de_AssociateTrialComponentCommand = exports.de_AddTagsCommand = exports.de_AddAssociationCommand = exports.se_UpdateWorkteamCommand = exports.se_UpdateWorkforceCommand = exports.se_UpdateUserProfileCommand = exports.se_UpdateTrialComponentCommand = exports.se_UpdateTrialCommand = exports.se_UpdateTrainingJobCommand = exports.se_UpdateSpaceCommand = exports.se_UpdateProjectCommand = exports.se_UpdatePipelineExecutionCommand = exports.se_UpdatePipelineCommand = exports.se_UpdateNotebookInstanceLifecycleConfigCommand = exports.se_UpdateNotebookInstanceCommand = exports.se_UpdateMonitoringScheduleCommand = exports.se_UpdateMonitoringAlertCommand = exports.se_UpdateModelPackageCommand = exports.se_UpdateModelCardCommand = exports.se_UpdateInferenceExperimentCommand = exports.se_UpdateInferenceComponentRuntimeConfigCommand = void 0;
|
|
10
|
+
exports.de_DeleteHubContentCommand = exports.de_DeleteHubCommand = exports.de_DeleteFlowDefinitionCommand = exports.de_DeleteFeatureGroupCommand = exports.de_DeleteExperimentCommand = exports.de_DeleteEndpointConfigCommand = exports.de_DeleteEndpointCommand = exports.de_DeleteEdgeDeploymentStageCommand = exports.de_DeleteEdgeDeploymentPlanCommand = exports.de_DeleteDomainCommand = exports.de_DeleteDeviceFleetCommand = exports.de_DeleteDataQualityJobDefinitionCommand = exports.de_DeleteContextCommand = exports.de_DeleteCompilationJobCommand = exports.de_DeleteCodeRepositoryCommand = exports.de_DeleteClusterCommand = exports.de_DeleteAssociationCommand = exports.de_DeleteArtifactCommand = exports.de_DeleteAppImageConfigCommand = exports.de_DeleteAppCommand = exports.de_DeleteAlgorithmCommand = exports.de_DeleteActionCommand = exports.de_CreateWorkteamCommand = exports.de_CreateWorkforceCommand = exports.de_CreateUserProfileCommand = exports.de_CreateTrialComponentCommand = exports.de_CreateTrialCommand = exports.de_CreateTransformJobCommand = exports.de_CreateTrainingJobCommand = exports.de_CreateStudioLifecycleConfigCommand = exports.de_CreateSpaceCommand = exports.de_CreateProjectCommand = exports.de_CreateProcessingJobCommand = exports.de_CreatePresignedNotebookInstanceUrlCommand = exports.de_CreatePresignedDomainUrlCommand = exports.de_CreatePipelineCommand = exports.de_CreateNotebookInstanceLifecycleConfigCommand = exports.de_CreateNotebookInstanceCommand = exports.de_CreateMonitoringScheduleCommand = exports.de_CreateModelQualityJobDefinitionCommand = exports.de_CreateModelPackageGroupCommand = exports.de_CreateModelPackageCommand = exports.de_CreateModelExplainabilityJobDefinitionCommand = exports.de_CreateModelCardExportJobCommand = exports.de_CreateModelCardCommand = exports.de_CreateModelBiasJobDefinitionCommand = exports.de_CreateModelCommand = exports.de_CreateLabelingJobCommand = exports.de_CreateInferenceRecommendationsJobCommand = exports.de_CreateInferenceExperimentCommand = void 0;
|
|
11
|
+
exports.de_DescribeFeatureMetadataCommand = exports.de_DescribeFeatureGroupCommand = exports.de_DescribeExperimentCommand = exports.de_DescribeEndpointConfigCommand = exports.de_DescribeEndpointCommand = exports.de_DescribeEdgePackagingJobCommand = exports.de_DescribeEdgeDeploymentPlanCommand = exports.de_DescribeDomainCommand = exports.de_DescribeDeviceFleetCommand = exports.de_DescribeDeviceCommand = exports.de_DescribeDataQualityJobDefinitionCommand = exports.de_DescribeContextCommand = exports.de_DescribeCompilationJobCommand = exports.de_DescribeCodeRepositoryCommand = exports.de_DescribeClusterNodeCommand = exports.de_DescribeClusterCommand = exports.de_DescribeAutoMLJobV2Command = exports.de_DescribeAutoMLJobCommand = exports.de_DescribeArtifactCommand = exports.de_DescribeAppImageConfigCommand = exports.de_DescribeAppCommand = exports.de_DescribeAlgorithmCommand = exports.de_DescribeActionCommand = exports.de_DeregisterDevicesCommand = exports.de_DeleteWorkteamCommand = exports.de_DeleteWorkforceCommand = exports.de_DeleteUserProfileCommand = exports.de_DeleteTrialComponentCommand = exports.de_DeleteTrialCommand = exports.de_DeleteTagsCommand = exports.de_DeleteStudioLifecycleConfigCommand = exports.de_DeleteSpaceCommand = exports.de_DeleteProjectCommand = exports.de_DeletePipelineCommand = exports.de_DeleteNotebookInstanceLifecycleConfigCommand = exports.de_DeleteNotebookInstanceCommand = exports.de_DeleteMonitoringScheduleCommand = exports.de_DeleteModelQualityJobDefinitionCommand = exports.de_DeleteModelPackageGroupPolicyCommand = exports.de_DeleteModelPackageGroupCommand = exports.de_DeleteModelPackageCommand = exports.de_DeleteModelExplainabilityJobDefinitionCommand = exports.de_DeleteModelCardCommand = exports.de_DeleteModelBiasJobDefinitionCommand = exports.de_DeleteModelCommand = exports.de_DeleteInferenceExperimentCommand = exports.de_DeleteInferenceComponentCommand = exports.de_DeleteImageVersionCommand = exports.de_DeleteImageCommand = exports.de_DeleteHumanTaskUiCommand = void 0;
|
|
12
|
+
exports.de_ListAlgorithmsCommand = exports.de_ListActionsCommand = exports.de_ImportHubContentCommand = exports.de_GetSearchSuggestionsCommand = exports.de_GetScalingConfigurationRecommendationCommand = exports.de_GetSagemakerServicecatalogPortfolioStatusCommand = exports.de_GetModelPackageGroupPolicyCommand = exports.de_GetLineageGroupPolicyCommand = exports.de_GetDeviceFleetReportCommand = exports.de_EnableSagemakerServicecatalogPortfolioCommand = exports.de_DisassociateTrialComponentCommand = exports.de_DisableSagemakerServicecatalogPortfolioCommand = exports.de_DescribeWorkteamCommand = exports.de_DescribeWorkforceCommand = exports.de_DescribeUserProfileCommand = exports.de_DescribeTrialComponentCommand = exports.de_DescribeTrialCommand = exports.de_DescribeTransformJobCommand = exports.de_DescribeTrainingJobCommand = exports.de_DescribeSubscribedWorkteamCommand = exports.de_DescribeStudioLifecycleConfigCommand = exports.de_DescribeSpaceCommand = exports.de_DescribeProjectCommand = exports.de_DescribeProcessingJobCommand = exports.de_DescribePipelineExecutionCommand = exports.de_DescribePipelineDefinitionForExecutionCommand = exports.de_DescribePipelineCommand = exports.de_DescribeNotebookInstanceLifecycleConfigCommand = exports.de_DescribeNotebookInstanceCommand = exports.de_DescribeMonitoringScheduleCommand = exports.de_DescribeModelQualityJobDefinitionCommand = exports.de_DescribeModelPackageGroupCommand = exports.de_DescribeModelPackageCommand = exports.de_DescribeModelExplainabilityJobDefinitionCommand = exports.de_DescribeModelCardExportJobCommand = exports.de_DescribeModelCardCommand = exports.de_DescribeModelBiasJobDefinitionCommand = exports.de_DescribeModelCommand = exports.de_DescribeLineageGroupCommand = exports.de_DescribeLabelingJobCommand = exports.de_DescribeInferenceRecommendationsJobCommand = exports.de_DescribeInferenceExperimentCommand = exports.de_DescribeInferenceComponentCommand = exports.de_DescribeImageVersionCommand = exports.de_DescribeImageCommand = exports.de_DescribeHyperParameterTuningJobCommand = exports.de_DescribeHumanTaskUiCommand = exports.de_DescribeHubContentCommand = exports.de_DescribeHubCommand = exports.de_DescribeFlowDefinitionCommand = void 0;
|
|
13
|
+
exports.de_ListMonitoringExecutionsCommand = exports.de_ListMonitoringAlertsCommand = exports.de_ListMonitoringAlertHistoryCommand = exports.de_ListModelsCommand = exports.de_ListModelQualityJobDefinitionsCommand = exports.de_ListModelPackagesCommand = exports.de_ListModelPackageGroupsCommand = exports.de_ListModelMetadataCommand = exports.de_ListModelExplainabilityJobDefinitionsCommand = exports.de_ListModelCardVersionsCommand = exports.de_ListModelCardsCommand = exports.de_ListModelCardExportJobsCommand = exports.de_ListModelBiasJobDefinitionsCommand = exports.de_ListLineageGroupsCommand = exports.de_ListLabelingJobsForWorkteamCommand = exports.de_ListLabelingJobsCommand = exports.de_ListInferenceRecommendationsJobStepsCommand = exports.de_ListInferenceRecommendationsJobsCommand = exports.de_ListInferenceExperimentsCommand = exports.de_ListInferenceComponentsCommand = exports.de_ListImageVersionsCommand = exports.de_ListImagesCommand = exports.de_ListHyperParameterTuningJobsCommand = exports.de_ListHumanTaskUisCommand = exports.de_ListHubsCommand = exports.de_ListHubContentVersionsCommand = exports.de_ListHubContentsCommand = exports.de_ListFlowDefinitionsCommand = exports.de_ListFeatureGroupsCommand = exports.de_ListExperimentsCommand = exports.de_ListEndpointsCommand = exports.de_ListEndpointConfigsCommand = exports.de_ListEdgePackagingJobsCommand = exports.de_ListEdgeDeploymentPlansCommand = exports.de_ListDomainsCommand = exports.de_ListDevicesCommand = exports.de_ListDeviceFleetsCommand = exports.de_ListDataQualityJobDefinitionsCommand = exports.de_ListContextsCommand = exports.de_ListCompilationJobsCommand = exports.de_ListCodeRepositoriesCommand = exports.de_ListClustersCommand = exports.de_ListClusterNodesCommand = exports.de_ListCandidatesForAutoMLJobCommand = exports.de_ListAutoMLJobsCommand = exports.de_ListAssociationsCommand = exports.de_ListArtifactsCommand = exports.de_ListAppsCommand = exports.de_ListAppImageConfigsCommand = exports.de_ListAliasesCommand = void 0;
|
|
14
|
+
exports.de_StopTransformJobCommand = exports.de_StopTrainingJobCommand = exports.de_StopProcessingJobCommand = exports.de_StopPipelineExecutionCommand = exports.de_StopNotebookInstanceCommand = exports.de_StopMonitoringScheduleCommand = exports.de_StopLabelingJobCommand = exports.de_StopInferenceRecommendationsJobCommand = exports.de_StopInferenceExperimentCommand = exports.de_StopHyperParameterTuningJobCommand = exports.de_StopEdgePackagingJobCommand = exports.de_StopEdgeDeploymentStageCommand = exports.de_StopCompilationJobCommand = exports.de_StopAutoMLJobCommand = exports.de_StartPipelineExecutionCommand = exports.de_StartNotebookInstanceCommand = exports.de_StartMonitoringScheduleCommand = exports.de_StartInferenceExperimentCommand = exports.de_StartEdgeDeploymentStageCommand = exports.de_SendPipelineExecutionStepSuccessCommand = exports.de_SendPipelineExecutionStepFailureCommand = exports.de_SearchCommand = exports.de_RetryPipelineExecutionCommand = exports.de_RenderUiTemplateCommand = exports.de_RegisterDevicesCommand = exports.de_QueryLineageCommand = exports.de_PutModelPackageGroupPolicyCommand = exports.de_ListWorkteamsCommand = exports.de_ListWorkforcesCommand = exports.de_ListUserProfilesCommand = exports.de_ListTrialsCommand = exports.de_ListTrialComponentsCommand = exports.de_ListTransformJobsCommand = exports.de_ListTrainingJobsForHyperParameterTuningJobCommand = exports.de_ListTrainingJobsCommand = exports.de_ListTagsCommand = exports.de_ListSubscribedWorkteamsCommand = exports.de_ListStudioLifecycleConfigsCommand = exports.de_ListStageDevicesCommand = exports.de_ListSpacesCommand = exports.de_ListResourceCatalogsCommand = exports.de_ListProjectsCommand = exports.de_ListProcessingJobsCommand = exports.de_ListPipelinesCommand = exports.de_ListPipelineParametersForExecutionCommand = exports.de_ListPipelineExecutionStepsCommand = exports.de_ListPipelineExecutionsCommand = exports.de_ListNotebookInstancesCommand = exports.de_ListNotebookInstanceLifecycleConfigsCommand = exports.de_ListMonitoringSchedulesCommand = void 0;
|
|
15
|
+
exports.de_UpdateWorkteamCommand = exports.de_UpdateWorkforceCommand = exports.de_UpdateUserProfileCommand = exports.de_UpdateTrialComponentCommand = exports.de_UpdateTrialCommand = exports.de_UpdateTrainingJobCommand = exports.de_UpdateSpaceCommand = exports.de_UpdateProjectCommand = exports.de_UpdatePipelineExecutionCommand = exports.de_UpdatePipelineCommand = exports.de_UpdateNotebookInstanceLifecycleConfigCommand = exports.de_UpdateNotebookInstanceCommand = exports.de_UpdateMonitoringScheduleCommand = exports.de_UpdateMonitoringAlertCommand = exports.de_UpdateModelPackageCommand = exports.de_UpdateModelCardCommand = exports.de_UpdateInferenceExperimentCommand = exports.de_UpdateInferenceComponentRuntimeConfigCommand = exports.de_UpdateInferenceComponentCommand = exports.de_UpdateImageVersionCommand = exports.de_UpdateImageCommand = exports.de_UpdateHubCommand = exports.de_UpdateFeatureMetadataCommand = exports.de_UpdateFeatureGroupCommand = exports.de_UpdateExperimentCommand = exports.de_UpdateEndpointWeightsAndCapacitiesCommand = exports.de_UpdateEndpointCommand = exports.de_UpdateDomainCommand = exports.de_UpdateDevicesCommand = exports.de_UpdateDeviceFleetCommand = exports.de_UpdateContextCommand = exports.de_UpdateCodeRepositoryCommand = exports.de_UpdateClusterCommand = exports.de_UpdateArtifactCommand = exports.de_UpdateAppImageConfigCommand = exports.de_UpdateActionCommand = void 0;
|
|
16
16
|
const core_1 = require("@aws-sdk/core");
|
|
17
17
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
18
18
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
@@ -496,6 +496,13 @@ const se_DeleteCodeRepositoryCommand = async (input, context) => {
|
|
|
496
496
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
497
497
|
};
|
|
498
498
|
exports.se_DeleteCodeRepositoryCommand = se_DeleteCodeRepositoryCommand;
|
|
499
|
+
const se_DeleteCompilationJobCommand = async (input, context) => {
|
|
500
|
+
const headers = sharedHeaders("DeleteCompilationJob");
|
|
501
|
+
let body;
|
|
502
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
503
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
504
|
+
};
|
|
505
|
+
exports.se_DeleteCompilationJobCommand = se_DeleteCompilationJobCommand;
|
|
499
506
|
const se_DeleteContextCommand = async (input, context) => {
|
|
500
507
|
const headers = sharedHeaders("DeleteContext");
|
|
501
508
|
let body;
|
|
@@ -3832,6 +3839,9 @@ const de_CreatePipelineCommandError = async (output, context) => {
|
|
|
3832
3839
|
};
|
|
3833
3840
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3834
3841
|
switch (errorCode) {
|
|
3842
|
+
case "ConflictException":
|
|
3843
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
3844
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
3835
3845
|
case "ResourceLimitExceeded":
|
|
3836
3846
|
case "com.amazonaws.sagemaker#ResourceLimitExceeded":
|
|
3837
3847
|
throw await de_ResourceLimitExceededRes(parsedOutput, context);
|
|
@@ -4344,12 +4354,18 @@ const de_DeleteAlgorithmCommandError = async (output, context) => {
|
|
|
4344
4354
|
body: await parseErrorBody(output.body, context),
|
|
4345
4355
|
};
|
|
4346
4356
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4357
|
+
switch (errorCode) {
|
|
4358
|
+
case "ConflictException":
|
|
4359
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
4360
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
4361
|
+
default:
|
|
4362
|
+
const parsedBody = parsedOutput.body;
|
|
4363
|
+
return throwDefaultError({
|
|
4364
|
+
output,
|
|
4365
|
+
parsedBody,
|
|
4366
|
+
errorCode,
|
|
4367
|
+
});
|
|
4368
|
+
}
|
|
4353
4369
|
};
|
|
4354
4370
|
const de_DeleteAppCommand = async (output, context) => {
|
|
4355
4371
|
if (output.statusCode >= 300) {
|
|
@@ -4540,6 +4556,36 @@ const de_DeleteCodeRepositoryCommandError = async (output, context) => {
|
|
|
4540
4556
|
errorCode,
|
|
4541
4557
|
});
|
|
4542
4558
|
};
|
|
4559
|
+
const de_DeleteCompilationJobCommand = async (output, context) => {
|
|
4560
|
+
if (output.statusCode >= 300) {
|
|
4561
|
+
return de_DeleteCompilationJobCommandError(output, context);
|
|
4562
|
+
}
|
|
4563
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
4564
|
+
const response = {
|
|
4565
|
+
$metadata: deserializeMetadata(output),
|
|
4566
|
+
};
|
|
4567
|
+
return response;
|
|
4568
|
+
};
|
|
4569
|
+
exports.de_DeleteCompilationJobCommand = de_DeleteCompilationJobCommand;
|
|
4570
|
+
const de_DeleteCompilationJobCommandError = async (output, context) => {
|
|
4571
|
+
const parsedOutput = {
|
|
4572
|
+
...output,
|
|
4573
|
+
body: await parseErrorBody(output.body, context),
|
|
4574
|
+
};
|
|
4575
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4576
|
+
switch (errorCode) {
|
|
4577
|
+
case "ResourceNotFound":
|
|
4578
|
+
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
4579
|
+
throw await de_ResourceNotFoundRes(parsedOutput, context);
|
|
4580
|
+
default:
|
|
4581
|
+
const parsedBody = parsedOutput.body;
|
|
4582
|
+
return throwDefaultError({
|
|
4583
|
+
output,
|
|
4584
|
+
parsedBody,
|
|
4585
|
+
errorCode,
|
|
4586
|
+
});
|
|
4587
|
+
}
|
|
4588
|
+
};
|
|
4543
4589
|
const de_DeleteContextCommand = async (output, context) => {
|
|
4544
4590
|
if (output.statusCode >= 300) {
|
|
4545
4591
|
return de_DeleteContextCommandError(output, context);
|
|
@@ -5434,6 +5480,9 @@ const de_DeletePipelineCommandError = async (output, context) => {
|
|
|
5434
5480
|
};
|
|
5435
5481
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5436
5482
|
switch (errorCode) {
|
|
5483
|
+
case "ConflictException":
|
|
5484
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
5485
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
5437
5486
|
case "ResourceNotFound":
|
|
5438
5487
|
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
5439
5488
|
throw await de_ResourceNotFoundRes(parsedOutput, context);
|
|
@@ -7615,6 +7664,9 @@ const de_DescribeUserProfileCommandError = async (output, context) => {
|
|
|
7615
7664
|
};
|
|
7616
7665
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7617
7666
|
switch (errorCode) {
|
|
7667
|
+
case "ResourceLimitExceeded":
|
|
7668
|
+
case "com.amazonaws.sagemaker#ResourceLimitExceeded":
|
|
7669
|
+
throw await de_ResourceLimitExceededRes(parsedOutput, context);
|
|
7618
7670
|
case "ResourceNotFound":
|
|
7619
7671
|
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
7620
7672
|
throw await de_ResourceNotFoundRes(parsedOutput, context);
|
|
@@ -10158,12 +10210,18 @@ const de_PutModelPackageGroupPolicyCommandError = async (output, context) => {
|
|
|
10158
10210
|
body: await parseErrorBody(output.body, context),
|
|
10159
10211
|
};
|
|
10160
10212
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10161
|
-
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
|
|
10166
|
-
|
|
10213
|
+
switch (errorCode) {
|
|
10214
|
+
case "ConflictException":
|
|
10215
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
10216
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
10217
|
+
default:
|
|
10218
|
+
const parsedBody = parsedOutput.body;
|
|
10219
|
+
return throwDefaultError({
|
|
10220
|
+
output,
|
|
10221
|
+
parsedBody,
|
|
10222
|
+
errorCode,
|
|
10223
|
+
});
|
|
10224
|
+
}
|
|
10167
10225
|
};
|
|
10168
10226
|
const de_QueryLineageCommand = async (output, context) => {
|
|
10169
10227
|
if (output.statusCode >= 300) {
|
|
@@ -10348,6 +10406,9 @@ const de_SendPipelineExecutionStepFailureCommandError = async (output, context)
|
|
|
10348
10406
|
};
|
|
10349
10407
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10350
10408
|
switch (errorCode) {
|
|
10409
|
+
case "ConflictException":
|
|
10410
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
10411
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
10351
10412
|
case "ResourceLimitExceeded":
|
|
10352
10413
|
case "com.amazonaws.sagemaker#ResourceLimitExceeded":
|
|
10353
10414
|
throw await de_ResourceLimitExceededRes(parsedOutput, context);
|
|
@@ -10384,6 +10445,9 @@ const de_SendPipelineExecutionStepSuccessCommandError = async (output, context)
|
|
|
10384
10445
|
};
|
|
10385
10446
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10386
10447
|
switch (errorCode) {
|
|
10448
|
+
case "ConflictException":
|
|
10449
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
10450
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
10387
10451
|
case "ResourceLimitExceeded":
|
|
10388
10452
|
case "com.amazonaws.sagemaker#ResourceLimitExceeded":
|
|
10389
10453
|
throw await de_ResourceLimitExceededRes(parsedOutput, context);
|
|
@@ -10540,6 +10604,9 @@ const de_StartPipelineExecutionCommandError = async (output, context) => {
|
|
|
10540
10604
|
};
|
|
10541
10605
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10542
10606
|
switch (errorCode) {
|
|
10607
|
+
case "ConflictException":
|
|
10608
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
10609
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
10543
10610
|
case "ResourceLimitExceeded":
|
|
10544
10611
|
case "com.amazonaws.sagemaker#ResourceLimitExceeded":
|
|
10545
10612
|
throw await de_ResourceLimitExceededRes(parsedOutput, context);
|
|
@@ -10864,6 +10931,9 @@ const de_StopPipelineExecutionCommandError = async (output, context) => {
|
|
|
10864
10931
|
};
|
|
10865
10932
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10866
10933
|
switch (errorCode) {
|
|
10934
|
+
case "ConflictException":
|
|
10935
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
10936
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
10867
10937
|
case "ResourceNotFound":
|
|
10868
10938
|
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
10869
10939
|
throw await de_ResourceNotFoundRes(parsedOutput, context);
|
|
@@ -11130,12 +11200,18 @@ const de_UpdateCodeRepositoryCommandError = async (output, context) => {
|
|
|
11130
11200
|
body: await parseErrorBody(output.body, context),
|
|
11131
11201
|
};
|
|
11132
11202
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11133
|
-
|
|
11134
|
-
|
|
11135
|
-
|
|
11136
|
-
|
|
11137
|
-
|
|
11138
|
-
|
|
11203
|
+
switch (errorCode) {
|
|
11204
|
+
case "ConflictException":
|
|
11205
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
11206
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
11207
|
+
default:
|
|
11208
|
+
const parsedBody = parsedOutput.body;
|
|
11209
|
+
return throwDefaultError({
|
|
11210
|
+
output,
|
|
11211
|
+
parsedBody,
|
|
11212
|
+
errorCode,
|
|
11213
|
+
});
|
|
11214
|
+
}
|
|
11139
11215
|
};
|
|
11140
11216
|
const de_UpdateContextCommand = async (output, context) => {
|
|
11141
11217
|
if (output.statusCode >= 300) {
|
|
@@ -11389,6 +11465,9 @@ const de_UpdateFeatureGroupCommandError = async (output, context) => {
|
|
|
11389
11465
|
};
|
|
11390
11466
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11391
11467
|
switch (errorCode) {
|
|
11468
|
+
case "ResourceLimitExceeded":
|
|
11469
|
+
case "com.amazonaws.sagemaker#ResourceLimitExceeded":
|
|
11470
|
+
throw await de_ResourceLimitExceededRes(parsedOutput, context);
|
|
11392
11471
|
case "ResourceNotFound":
|
|
11393
11472
|
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
11394
11473
|
throw await de_ResourceNotFoundRes(parsedOutput, context);
|
|
@@ -11697,12 +11776,18 @@ const de_UpdateModelPackageCommandError = async (output, context) => {
|
|
|
11697
11776
|
body: await parseErrorBody(output.body, context),
|
|
11698
11777
|
};
|
|
11699
11778
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11700
|
-
|
|
11701
|
-
|
|
11702
|
-
|
|
11703
|
-
|
|
11704
|
-
|
|
11705
|
-
|
|
11779
|
+
switch (errorCode) {
|
|
11780
|
+
case "ConflictException":
|
|
11781
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
11782
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
11783
|
+
default:
|
|
11784
|
+
const parsedBody = parsedOutput.body;
|
|
11785
|
+
return throwDefaultError({
|
|
11786
|
+
output,
|
|
11787
|
+
parsedBody,
|
|
11788
|
+
errorCode,
|
|
11789
|
+
});
|
|
11790
|
+
}
|
|
11706
11791
|
};
|
|
11707
11792
|
const de_UpdateMonitoringAlertCommand = async (output, context) => {
|
|
11708
11793
|
if (output.statusCode >= 300) {
|
|
@@ -11863,6 +11948,9 @@ const de_UpdatePipelineCommandError = async (output, context) => {
|
|
|
11863
11948
|
};
|
|
11864
11949
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11865
11950
|
switch (errorCode) {
|
|
11951
|
+
case "ConflictException":
|
|
11952
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
11953
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
11866
11954
|
case "ResourceNotFound":
|
|
11867
11955
|
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
11868
11956
|
throw await de_ResourceNotFoundRes(parsedOutput, context);
|
|
@@ -11896,6 +11984,9 @@ const de_UpdatePipelineExecutionCommandError = async (output, context) => {
|
|
|
11896
11984
|
};
|
|
11897
11985
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11898
11986
|
switch (errorCode) {
|
|
11987
|
+
case "ConflictException":
|
|
11988
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
11989
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
11899
11990
|
case "ResourceNotFound":
|
|
11900
11991
|
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
11901
11992
|
throw await de_ResourceNotFoundRes(parsedOutput, context);
|
|
@@ -11928,12 +12019,18 @@ const de_UpdateProjectCommandError = async (output, context) => {
|
|
|
11928
12019
|
body: await parseErrorBody(output.body, context),
|
|
11929
12020
|
};
|
|
11930
12021
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11931
|
-
|
|
11932
|
-
|
|
11933
|
-
|
|
11934
|
-
|
|
11935
|
-
|
|
11936
|
-
|
|
12022
|
+
switch (errorCode) {
|
|
12023
|
+
case "ConflictException":
|
|
12024
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
12025
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
12026
|
+
default:
|
|
12027
|
+
const parsedBody = parsedOutput.body;
|
|
12028
|
+
return throwDefaultError({
|
|
12029
|
+
output,
|
|
12030
|
+
parsedBody,
|
|
12031
|
+
errorCode,
|
|
12032
|
+
});
|
|
12033
|
+
}
|
|
11937
12034
|
};
|
|
11938
12035
|
const de_UpdateSpaceCommand = async (output, context) => {
|
|
11939
12036
|
if (output.statusCode >= 300) {
|
|
@@ -11995,6 +12092,9 @@ const de_UpdateTrainingJobCommandError = async (output, context) => {
|
|
|
11995
12092
|
};
|
|
11996
12093
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11997
12094
|
switch (errorCode) {
|
|
12095
|
+
case "ResourceLimitExceeded":
|
|
12096
|
+
case "com.amazonaws.sagemaker#ResourceLimitExceeded":
|
|
12097
|
+
throw await de_ResourceLimitExceededRes(parsedOutput, context);
|
|
11998
12098
|
case "ResourceNotFound":
|
|
11999
12099
|
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
12000
12100
|
throw await de_ResourceNotFoundRes(parsedOutput, context);
|
|
@@ -17925,6 +18025,7 @@ const de_JsonContentTypes = (output, context) => {
|
|
|
17925
18025
|
const de_JupyterLabAppImageConfig = (output, context) => {
|
|
17926
18026
|
return (0, smithy_client_1.take)(output, {
|
|
17927
18027
|
ContainerConfig: (_) => de_ContainerConfig(_, context),
|
|
18028
|
+
FileSystemConfig: (_) => de_FileSystemConfig(_, context),
|
|
17928
18029
|
});
|
|
17929
18030
|
};
|
|
17930
18031
|
const de_JupyterLabAppSettings = (output, context) => {
|
|
@@ -21044,6 +21145,7 @@ const de_TextGenerationJobConfig = (output, context) => {
|
|
|
21044
21145
|
return (0, smithy_client_1.take)(output, {
|
|
21045
21146
|
BaseModelName: smithy_client_1.expectString,
|
|
21046
21147
|
CompletionCriteria: (_) => de_AutoMLJobCompletionCriteria(_, context),
|
|
21148
|
+
ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
|
|
21047
21149
|
TextGenerationHyperParameters: (_) => de_TextGenerationHyperParameters(_, context),
|
|
21048
21150
|
});
|
|
21049
21151
|
};
|
package/dist-es/SageMaker.js
CHANGED
|
@@ -67,6 +67,7 @@ import { DeleteArtifactCommand, } from "./commands/DeleteArtifactCommand";
|
|
|
67
67
|
import { DeleteAssociationCommand, } from "./commands/DeleteAssociationCommand";
|
|
68
68
|
import { DeleteClusterCommand, } from "./commands/DeleteClusterCommand";
|
|
69
69
|
import { DeleteCodeRepositoryCommand, } from "./commands/DeleteCodeRepositoryCommand";
|
|
70
|
+
import { DeleteCompilationJobCommand, } from "./commands/DeleteCompilationJobCommand";
|
|
70
71
|
import { DeleteContextCommand, } from "./commands/DeleteContextCommand";
|
|
71
72
|
import { DeleteDataQualityJobDefinitionCommand, } from "./commands/DeleteDataQualityJobDefinitionCommand";
|
|
72
73
|
import { DeleteDeviceFleetCommand, } from "./commands/DeleteDeviceFleetCommand";
|
|
@@ -386,6 +387,7 @@ const commands = {
|
|
|
386
387
|
DeleteAssociationCommand,
|
|
387
388
|
DeleteClusterCommand,
|
|
388
389
|
DeleteCodeRepositoryCommand,
|
|
390
|
+
DeleteCompilationJobCommand,
|
|
389
391
|
DeleteContextCommand,
|
|
390
392
|
DeleteDataQualityJobDefinitionCommand,
|
|
391
393
|
DeleteDeviceFleetCommand,
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DeleteCompilationJobCommand, se_DeleteCompilationJobCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteCompilationJobCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteCompilationJobCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "SageMakerClient";
|
|
26
|
+
const commandName = "DeleteCompilationJobCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SageMaker",
|
|
35
|
+
operation: "DeleteCompilationJob",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DeleteCompilationJobCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DeleteCompilationJobCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -66,6 +66,7 @@ export * from "./DeleteArtifactCommand";
|
|
|
66
66
|
export * from "./DeleteAssociationCommand";
|
|
67
67
|
export * from "./DeleteClusterCommand";
|
|
68
68
|
export * from "./DeleteCodeRepositoryCommand";
|
|
69
|
+
export * from "./DeleteCompilationJobCommand";
|
|
69
70
|
export * from "./DeleteContextCommand";
|
|
70
71
|
export * from "./DeleteDataQualityJobDefinitionCommand";
|
|
71
72
|
export * from "./DeleteDeviceFleetCommand";
|