@aws-sdk/client-sagemaker 3.474.0 → 3.476.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 +4 -4
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, CacheHitResult, Channel, CheckpointConfig, ClusterInstanceGroupSpecification, ContainerDefinition, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, DebugHookConfig, DebugRuleConfiguration, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SharingType, SkipModelValidation, SourceAlgorithmSpecification, SpaceSettings, SpaceStorageSettings, StudioLifecycleConfigAppType, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
|
|
3
3
|
import { CrossAccountFilterOption, DataProcessing, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, MetricData, ModelArtifacts, ModelClientConfig, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotificationConfiguration, OidcConfig, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProfilerRuleConfiguration, ProjectStatus, ScheduleStatus, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SourceIpConfig, SpaceStatus, SubscribedWorkteam, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
|
-
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, MonitoringAlertSummary, PipelineExecutionStepMetadata, ResourceType, SecondaryStatus, SecondaryStatusTransition,
|
|
4
|
+
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, MonitoringAlertSummary, PipelineExecutionStepMetadata, ResourceType, SecondaryStatus, SecondaryStatusTransition, SortBy, SortOrder, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* <p>The ARN from an execution of the current pipeline.</p>
|
|
8
|
+
*/
|
|
9
|
+
export interface SelectiveExecutionResult {
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
* <p>The ARN from an execution of the current pipeline.</p>
|
|
13
|
+
*/
|
|
14
|
+
SourcePipelineExecutionArn?: string;
|
|
15
|
+
}
|
|
5
16
|
/**
|
|
6
17
|
* @public
|
|
7
18
|
* @enum
|
|
@@ -58,11 +69,6 @@ export interface PipelineExecutionStep {
|
|
|
58
69
|
* <p>If this pipeline execution step was cached, details on the cache hit.</p>
|
|
59
70
|
*/
|
|
60
71
|
CacheHitResult?: CacheHitResult;
|
|
61
|
-
/**
|
|
62
|
-
* @public
|
|
63
|
-
* <p>The current attempt of the execution step. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-retry-policy.html">Retry Policy for SageMaker Pipelines steps</a>.</p>
|
|
64
|
-
*/
|
|
65
|
-
AttemptCount?: number;
|
|
66
72
|
/**
|
|
67
73
|
* @public
|
|
68
74
|
* <p>The reason why the step failed execution. This is only returned if the step failed its execution.</p>
|
|
@@ -73,6 +79,11 @@ export interface PipelineExecutionStep {
|
|
|
73
79
|
* <p>Metadata to run the pipeline step.</p>
|
|
74
80
|
*/
|
|
75
81
|
Metadata?: PipelineExecutionStepMetadata;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
* <p>The current attempt of the execution step. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-retry-policy.html">Retry Policy for SageMaker Pipelines steps</a>.</p>
|
|
85
|
+
*/
|
|
86
|
+
AttemptCount?: number;
|
|
76
87
|
/**
|
|
77
88
|
* @public
|
|
78
89
|
* <p>The ARN from an execution of the current pipeline from which
|
|
@@ -748,11 +759,6 @@ export interface SpaceDetails {
|
|
|
748
759
|
* <p>The last modified time.</p>
|
|
749
760
|
*/
|
|
750
761
|
LastModifiedTime?: Date;
|
|
751
|
-
/**
|
|
752
|
-
* @public
|
|
753
|
-
* <p>The name of the space that appears in the Studio UI.</p>
|
|
754
|
-
*/
|
|
755
|
-
SpaceDisplayName?: string;
|
|
756
762
|
/**
|
|
757
763
|
* @public
|
|
758
764
|
* <p>Specifies summary information about the space settings.</p>
|
|
@@ -768,6 +774,11 @@ export interface SpaceDetails {
|
|
|
768
774
|
* <p>Specifies summary information about the ownership settings.</p>
|
|
769
775
|
*/
|
|
770
776
|
OwnershipSettingsSummary?: OwnershipSettingsSummary;
|
|
777
|
+
/**
|
|
778
|
+
* @public
|
|
779
|
+
* <p>The name of the space that appears in the Studio UI.</p>
|
|
780
|
+
*/
|
|
781
|
+
SpaceDisplayName?: string;
|
|
771
782
|
}
|
|
772
783
|
/**
|
|
773
784
|
* @public
|
|
@@ -2146,6 +2157,11 @@ export interface TransformJob {
|
|
|
2146
2157
|
* <p>Describes the results of a transform job.</p>
|
|
2147
2158
|
*/
|
|
2148
2159
|
TransformOutput?: TransformOutput;
|
|
2160
|
+
/**
|
|
2161
|
+
* @public
|
|
2162
|
+
* <p>Configuration to control how SageMaker captures inference data for batch transform jobs.</p>
|
|
2163
|
+
*/
|
|
2164
|
+
DataCaptureConfig?: BatchDataCaptureConfig;
|
|
2149
2165
|
/**
|
|
2150
2166
|
* @public
|
|
2151
2167
|
* <p>Describes the resources, including ML instance types and ML instance count, to use for
|
|
@@ -2219,11 +2235,6 @@ export interface TransformJob {
|
|
|
2219
2235
|
* <p>A list of tags associated with the transform job.</p>
|
|
2220
2236
|
*/
|
|
2221
2237
|
Tags?: Tag[];
|
|
2222
|
-
/**
|
|
2223
|
-
* @public
|
|
2224
|
-
* <p>Configuration to control how SageMaker captures inference data for batch transform jobs.</p>
|
|
2225
|
-
*/
|
|
2226
|
-
DataCaptureConfig?: BatchDataCaptureConfig;
|
|
2227
2238
|
}
|
|
2228
2239
|
/**
|
|
2229
2240
|
* @public
|
|
@@ -2870,14 +2881,14 @@ export interface PipelineExecution {
|
|
|
2870
2881
|
ParallelismConfiguration?: ParallelismConfiguration;
|
|
2871
2882
|
/**
|
|
2872
2883
|
* @public
|
|
2873
|
-
* <p>
|
|
2884
|
+
* <p>The selective execution configuration applied to the pipeline run.</p>
|
|
2874
2885
|
*/
|
|
2875
|
-
|
|
2886
|
+
SelectiveExecutionConfig?: SelectiveExecutionConfig;
|
|
2876
2887
|
/**
|
|
2877
2888
|
* @public
|
|
2878
|
-
* <p>
|
|
2889
|
+
* <p>Contains a list of pipeline parameters. This list can be empty. </p>
|
|
2879
2890
|
*/
|
|
2880
|
-
|
|
2891
|
+
PipelineParameters?: Parameter[];
|
|
2881
2892
|
}
|
|
2882
2893
|
/**
|
|
2883
2894
|
* @public
|
|
@@ -4135,14 +4146,14 @@ export interface SearchRecord {
|
|
|
4135
4146
|
FeatureGroup?: FeatureGroup;
|
|
4136
4147
|
/**
|
|
4137
4148
|
* @public
|
|
4138
|
-
* <p>The
|
|
4149
|
+
* <p>The feature metadata used to search through the features.</p>
|
|
4139
4150
|
*/
|
|
4140
|
-
|
|
4151
|
+
FeatureMetadata?: FeatureMetadata;
|
|
4141
4152
|
/**
|
|
4142
4153
|
* @public
|
|
4143
|
-
* <p>The
|
|
4154
|
+
* <p>The properties of a project.</p>
|
|
4144
4155
|
*/
|
|
4145
|
-
|
|
4156
|
+
Project?: Project;
|
|
4146
4157
|
/**
|
|
4147
4158
|
* @public
|
|
4148
4159
|
* <p>The properties of a hyperparameter tuning job.</p>
|
|
@@ -4150,14 +4161,14 @@ export interface SearchRecord {
|
|
|
4150
4161
|
HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity;
|
|
4151
4162
|
/**
|
|
4152
4163
|
* @public
|
|
4153
|
-
* <p>
|
|
4164
|
+
* <p>An Amazon SageMaker Model Card that documents details about a machine learning model.</p>
|
|
4154
4165
|
*/
|
|
4155
|
-
|
|
4166
|
+
ModelCard?: ModelCard;
|
|
4156
4167
|
/**
|
|
4157
4168
|
* @public
|
|
4158
|
-
* <p>
|
|
4169
|
+
* <p>A model displayed in the Amazon SageMaker Model Dashboard.</p>
|
|
4159
4170
|
*/
|
|
4160
|
-
|
|
4171
|
+
Model?: ModelDashboardModel;
|
|
4161
4172
|
}
|
|
4162
4173
|
/**
|
|
4163
4174
|
* @public
|
|
@@ -4833,11 +4844,6 @@ export interface UpdateDomainRequest {
|
|
|
4833
4844
|
* <p>A collection of <code>DomainSettings</code> configuration values to update.</p>
|
|
4834
4845
|
*/
|
|
4835
4846
|
DomainSettingsForUpdate?: DomainSettingsForUpdate;
|
|
4836
|
-
/**
|
|
4837
|
-
* @public
|
|
4838
|
-
* <p>The default settings used to create a space within the Domain.</p>
|
|
4839
|
-
*/
|
|
4840
|
-
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
4841
4847
|
/**
|
|
4842
4848
|
* @public
|
|
4843
4849
|
* <p>The entity that creates and manages the required security groups for inter-app
|
|
@@ -4848,6 +4854,11 @@ export interface UpdateDomainRequest {
|
|
|
4848
4854
|
* <code>Service</code>.</p>
|
|
4849
4855
|
*/
|
|
4850
4856
|
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
|
4857
|
+
/**
|
|
4858
|
+
* @public
|
|
4859
|
+
* <p>The default settings used to create a space within the Domain.</p>
|
|
4860
|
+
*/
|
|
4861
|
+
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
4851
4862
|
/**
|
|
4852
4863
|
* @public
|
|
4853
4864
|
* <p>The VPC subnets that Studio uses for communication.</p>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListFeatureGroupsCommandInput, ListFeatureGroupsCommandOutput } from "../commands/ListFeatureGroupsCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListFeatureGroups(config: SageMakerPaginationConfiguration, input: ListFeatureGroupsCommandInput, ...additionalArguments: any): Paginator<ListFeatureGroupsCommandOutput>;
|
|
@@ -20,6 +20,7 @@ export * from "./ListEdgePackagingJobsPaginator";
|
|
|
20
20
|
export * from "./ListEndpointConfigsPaginator";
|
|
21
21
|
export * from "./ListEndpointsPaginator";
|
|
22
22
|
export * from "./ListExperimentsPaginator";
|
|
23
|
+
export * from "./ListFeatureGroupsPaginator";
|
|
23
24
|
export * from "./ListFlowDefinitionsPaginator";
|
|
24
25
|
export * from "./ListHumanTaskUisPaginator";
|
|
25
26
|
export * from "./ListHyperParameterTuningJobsPaginator";
|
|
@@ -68,6 +68,7 @@ import { DeleteArtifactCommandInput, DeleteArtifactCommandOutput } from "../comm
|
|
|
68
68
|
import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "../commands/DeleteAssociationCommand";
|
|
69
69
|
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
|
|
70
70
|
import { DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput } from "../commands/DeleteCodeRepositoryCommand";
|
|
71
|
+
import { DeleteCompilationJobCommandInput, DeleteCompilationJobCommandOutput } from "../commands/DeleteCompilationJobCommand";
|
|
71
72
|
import { DeleteContextCommandInput, DeleteContextCommandOutput } from "../commands/DeleteContextCommand";
|
|
72
73
|
import { DeleteDataQualityJobDefinitionCommandInput, DeleteDataQualityJobDefinitionCommandOutput } from "../commands/DeleteDataQualityJobDefinitionCommand";
|
|
73
74
|
import { DeleteDeviceFleetCommandInput, DeleteDeviceFleetCommandOutput } from "../commands/DeleteDeviceFleetCommand";
|
|
@@ -589,6 +590,10 @@ export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput,
|
|
|
589
590
|
* serializeAws_json1_1DeleteCodeRepositoryCommand
|
|
590
591
|
*/
|
|
591
592
|
export declare const se_DeleteCodeRepositoryCommand: (input: DeleteCodeRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
593
|
+
/**
|
|
594
|
+
* serializeAws_json1_1DeleteCompilationJobCommand
|
|
595
|
+
*/
|
|
596
|
+
export declare const se_DeleteCompilationJobCommand: (input: DeleteCompilationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
592
597
|
/**
|
|
593
598
|
* serializeAws_json1_1DeleteContextCommand
|
|
594
599
|
*/
|
|
@@ -1857,6 +1862,10 @@ export declare const de_DeleteClusterCommand: (output: __HttpResponse, context:
|
|
|
1857
1862
|
* deserializeAws_json1_1DeleteCodeRepositoryCommand
|
|
1858
1863
|
*/
|
|
1859
1864
|
export declare const de_DeleteCodeRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCodeRepositoryCommandOutput>;
|
|
1865
|
+
/**
|
|
1866
|
+
* deserializeAws_json1_1DeleteCompilationJobCommand
|
|
1867
|
+
*/
|
|
1868
|
+
export declare const de_DeleteCompilationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCompilationJobCommandOutput>;
|
|
1860
1869
|
/**
|
|
1861
1870
|
* deserializeAws_json1_1DeleteContextCommand
|
|
1862
1871
|
*/
|
|
@@ -271,6 +271,10 @@ import {
|
|
|
271
271
|
DeleteCodeRepositoryCommandInput,
|
|
272
272
|
DeleteCodeRepositoryCommandOutput,
|
|
273
273
|
} from "./commands/DeleteCodeRepositoryCommand";
|
|
274
|
+
import {
|
|
275
|
+
DeleteCompilationJobCommandInput,
|
|
276
|
+
DeleteCompilationJobCommandOutput,
|
|
277
|
+
} from "./commands/DeleteCompilationJobCommand";
|
|
274
278
|
import {
|
|
275
279
|
DeleteContextCommandInput,
|
|
276
280
|
DeleteContextCommandOutput,
|
|
@@ -2177,6 +2181,19 @@ export interface SageMaker {
|
|
|
2177
2181
|
options: __HttpHandlerOptions,
|
|
2178
2182
|
cb: (err: any, data?: DeleteCodeRepositoryCommandOutput) => void
|
|
2179
2183
|
): void;
|
|
2184
|
+
deleteCompilationJob(
|
|
2185
|
+
args: DeleteCompilationJobCommandInput,
|
|
2186
|
+
options?: __HttpHandlerOptions
|
|
2187
|
+
): Promise<DeleteCompilationJobCommandOutput>;
|
|
2188
|
+
deleteCompilationJob(
|
|
2189
|
+
args: DeleteCompilationJobCommandInput,
|
|
2190
|
+
cb: (err: any, data?: DeleteCompilationJobCommandOutput) => void
|
|
2191
|
+
): void;
|
|
2192
|
+
deleteCompilationJob(
|
|
2193
|
+
args: DeleteCompilationJobCommandInput,
|
|
2194
|
+
options: __HttpHandlerOptions,
|
|
2195
|
+
cb: (err: any, data?: DeleteCompilationJobCommandOutput) => void
|
|
2196
|
+
): void;
|
|
2180
2197
|
deleteContext(
|
|
2181
2198
|
args: DeleteContextCommandInput,
|
|
2182
2199
|
options?: __HttpHandlerOptions
|
|
@@ -317,6 +317,10 @@ import {
|
|
|
317
317
|
DeleteCodeRepositoryCommandInput,
|
|
318
318
|
DeleteCodeRepositoryCommandOutput,
|
|
319
319
|
} from "./commands/DeleteCodeRepositoryCommand";
|
|
320
|
+
import {
|
|
321
|
+
DeleteCompilationJobCommandInput,
|
|
322
|
+
DeleteCompilationJobCommandOutput,
|
|
323
|
+
} from "./commands/DeleteCompilationJobCommand";
|
|
320
324
|
import {
|
|
321
325
|
DeleteContextCommandInput,
|
|
322
326
|
DeleteContextCommandOutput,
|
|
@@ -1389,6 +1393,7 @@ export type ServiceInputTypes =
|
|
|
1389
1393
|
| DeleteAssociationCommandInput
|
|
1390
1394
|
| DeleteClusterCommandInput
|
|
1391
1395
|
| DeleteCodeRepositoryCommandInput
|
|
1396
|
+
| DeleteCompilationJobCommandInput
|
|
1392
1397
|
| DeleteContextCommandInput
|
|
1393
1398
|
| DeleteDataQualityJobDefinitionCommandInput
|
|
1394
1399
|
| DeleteDeviceFleetCommandInput
|
|
@@ -1707,6 +1712,7 @@ export type ServiceOutputTypes =
|
|
|
1707
1712
|
| DeleteAssociationCommandOutput
|
|
1708
1713
|
| DeleteClusterCommandOutput
|
|
1709
1714
|
| DeleteCodeRepositoryCommandOutput
|
|
1715
|
+
| DeleteCompilationJobCommandOutput
|
|
1710
1716
|
| DeleteContextCommandOutput
|
|
1711
1717
|
| DeleteDataQualityJobDefinitionCommandOutput
|
|
1712
1718
|
| DeleteDeviceFleetCommandOutput
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { DeleteCompilationJobRequest } from "../models/models_2";
|
|
10
|
+
import {
|
|
11
|
+
SageMakerClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../SageMakerClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteCompilationJobCommandInput
|
|
17
|
+
extends DeleteCompilationJobRequest {}
|
|
18
|
+
export interface DeleteCompilationJobCommandOutput extends __MetadataBearer {}
|
|
19
|
+
export declare class DeleteCompilationJobCommand extends $Command<
|
|
20
|
+
DeleteCompilationJobCommandInput,
|
|
21
|
+
DeleteCompilationJobCommandOutput,
|
|
22
|
+
SageMakerClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteCompilationJobCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DeleteCompilationJobCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SageMakerClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteCompilationJobCommandInput,
|
|
33
|
+
DeleteCompilationJobCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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";
|