@aws-sdk/client-sagemaker 3.232.0 → 3.234.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.
Files changed (84) hide show
  1. package/dist-cjs/SageMaker.js +30 -0
  2. package/dist-cjs/commands/DescribeAlgorithmCommand.js +3 -3
  3. package/dist-cjs/commands/DescribeAppCommand.js +1 -2
  4. package/dist-cjs/commands/ListAliasesCommand.js +46 -0
  5. package/dist-cjs/commands/ListAssociationsCommand.js +2 -1
  6. package/dist-cjs/commands/ListAutoMLJobsCommand.js +3 -3
  7. package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +3 -3
  8. package/dist-cjs/commands/UpdateFeatureGroupCommand.js +2 -1
  9. package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +2 -2
  10. package/dist-cjs/commands/UpdateHubCommand.js +3 -3
  11. package/dist-cjs/commands/UpdateImageCommand.js +1 -2
  12. package/dist-cjs/commands/UpdateImageVersionCommand.js +46 -0
  13. package/dist-cjs/commands/index.js +2 -0
  14. package/dist-cjs/models/models_1.js +25 -19
  15. package/dist-cjs/models/models_2.js +25 -25
  16. package/dist-cjs/models/models_3.js +26 -26
  17. package/dist-cjs/models/models_4.js +29 -1
  18. package/dist-cjs/pagination/ListAliasesPaginator.js +36 -0
  19. package/dist-cjs/pagination/index.js +1 -0
  20. package/dist-cjs/protocols/Aws_json1_1.js +179 -9
  21. package/dist-es/SageMaker.js +30 -0
  22. package/dist-es/commands/DescribeAlgorithmCommand.js +1 -1
  23. package/dist-es/commands/DescribeAppCommand.js +1 -2
  24. package/dist-es/commands/ListAliasesCommand.js +42 -0
  25. package/dist-es/commands/ListAssociationsCommand.js +2 -1
  26. package/dist-es/commands/ListAutoMLJobsCommand.js +1 -1
  27. package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +1 -1
  28. package/dist-es/commands/UpdateFeatureGroupCommand.js +2 -1
  29. package/dist-es/commands/UpdateFeatureMetadataCommand.js +1 -1
  30. package/dist-es/commands/UpdateHubCommand.js +1 -1
  31. package/dist-es/commands/UpdateImageCommand.js +1 -2
  32. package/dist-es/commands/UpdateImageVersionCommand.js +42 -0
  33. package/dist-es/commands/index.js +2 -0
  34. package/dist-es/models/models_1.js +18 -9
  35. package/dist-es/models/models_2.js +15 -15
  36. package/dist-es/models/models_3.js +15 -15
  37. package/dist-es/models/models_4.js +21 -0
  38. package/dist-es/pagination/ListAliasesPaginator.js +32 -0
  39. package/dist-es/pagination/index.js +1 -0
  40. package/dist-es/protocols/Aws_json1_1.js +166 -0
  41. package/dist-types/SageMaker.d.ts +14 -0
  42. package/dist-types/SageMakerClient.d.ts +4 -2
  43. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeAppCommand.d.ts +1 -2
  45. package/dist-types/commands/ListAliasesCommand.d.ts +37 -0
  46. package/dist-types/commands/ListAssociationsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateImageCommand.d.ts +1 -2
  53. package/dist-types/commands/UpdateImageVersionCommand.d.ts +37 -0
  54. package/dist-types/commands/index.d.ts +2 -0
  55. package/dist-types/models/models_0.d.ts +12 -12
  56. package/dist-types/models/models_1.d.ts +116 -107
  57. package/dist-types/models/models_2.d.ts +213 -137
  58. package/dist-types/models/models_3.d.ts +129 -97
  59. package/dist-types/models/models_4.d.ts +204 -3
  60. package/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
  61. package/dist-types/pagination/index.d.ts +1 -0
  62. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  63. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  64. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  65. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +1 -2
  67. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -0
  68. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +2 -4
  69. package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +2 -4
  72. package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -2
  75. package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +38 -0
  76. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  77. package/dist-types/ts3.4/models/models_1.d.ts +26 -37
  78. package/dist-types/ts3.4/models/models_2.d.ts +64 -54
  79. package/dist-types/ts3.4/models/models_3.d.ts +56 -42
  80. package/dist-types/ts3.4/models/models_4.d.ts +74 -1
  81. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -0
  82. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  84. package/package.json +7 -7
@@ -1,6 +1,113 @@
1
- import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, AutoMLJobStepMetadata, BatchStrategy, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
1
+ import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HubContentType, InferenceExecutionConfig, InferenceExperimentType, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RetryStrategy, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate } from "./models_1";
3
- import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, DomainSettingsForUpdate, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, FeatureParameter, Filter, FlowDefinitionSummary, GitConfigForUpdate, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceExperimentStatus, InferenceExperimentStopDesiredState, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, LabelingJobForWorkteamSummary, LabelingJobStatus, LabelingJobSummary, LambdaStepMetadata, LineageGroupSummary, LineageType, MetricData, ModelArtifacts, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OfflineStoreStatusValue, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationStepType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortOrder, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
3
+ import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, DomainSettingsForUpdate, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, GitConfigForUpdate, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceExperimentStatus, InferenceExperimentStopDesiredState, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, LabelingJobForWorkteamSummary, LabelingJobStatus, LabelingJobSummary, LambdaStepMetadata, LineageGroupSummary, LineageType, MetricData, ModelArtifacts, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OfflineStoreStatusValue, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationStepType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortOrder, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
4
+ export interface ListAssociationsResponse {
5
+ /**
6
+ * <p>A list of associations and their properties.</p>
7
+ */
8
+ AssociationSummaries?: AssociationSummary[];
9
+ /**
10
+ * <p>A token for getting the next set of associations, if there are any.</p>
11
+ */
12
+ NextToken?: string;
13
+ }
14
+ export interface ListAutoMLJobsRequest {
15
+ /**
16
+ * <p>Request a list of jobs, using a filter for time.</p>
17
+ */
18
+ CreationTimeAfter?: Date;
19
+ /**
20
+ * <p>Request a list of jobs, using a filter for time.</p>
21
+ */
22
+ CreationTimeBefore?: Date;
23
+ /**
24
+ * <p>Request a list of jobs, using a filter for time.</p>
25
+ */
26
+ LastModifiedTimeAfter?: Date;
27
+ /**
28
+ * <p>Request a list of jobs, using a filter for time.</p>
29
+ */
30
+ LastModifiedTimeBefore?: Date;
31
+ /**
32
+ * <p>Request a list of jobs, using a search filter for name.</p>
33
+ */
34
+ NameContains?: string;
35
+ /**
36
+ * <p>Request a list of jobs, using a filter for status.</p>
37
+ */
38
+ StatusEquals?: AutoMLJobStatus | string;
39
+ /**
40
+ * <p>The sort order for the results. The default is <code>Descending</code>.</p>
41
+ */
42
+ SortOrder?: AutoMLSortOrder | string;
43
+ /**
44
+ * <p>The parameter by which to sort the results. The default is <code>Name</code>.</p>
45
+ */
46
+ SortBy?: AutoMLSortBy | string;
47
+ /**
48
+ * <p>Request a list of jobs up to a specified limit.</p>
49
+ */
50
+ MaxResults?: number;
51
+ /**
52
+ * <p>If the previous response was truncated, you receive this token. Use it in your next
53
+ * request to receive the next set of results.</p>
54
+ */
55
+ NextToken?: string;
56
+ }
57
+ export interface ListAutoMLJobsResponse {
58
+ /**
59
+ * <p>Returns a summary list of jobs.</p>
60
+ */
61
+ AutoMLJobSummaries: AutoMLJobSummary[] | undefined;
62
+ /**
63
+ * <p>If the previous response was truncated, you receive this token. Use it in your next
64
+ * request to receive the next set of results.</p>
65
+ */
66
+ NextToken?: string;
67
+ }
68
+ export interface ListCandidatesForAutoMLJobRequest {
69
+ /**
70
+ * <p>List the candidates created for the job by providing the job's name.</p>
71
+ */
72
+ AutoMLJobName: string | undefined;
73
+ /**
74
+ * <p>List the candidates for the job and filter by status.</p>
75
+ */
76
+ StatusEquals?: CandidateStatus | string;
77
+ /**
78
+ * <p>List the candidates for the job and filter by candidate name.</p>
79
+ */
80
+ CandidateNameEquals?: string;
81
+ /**
82
+ * <p>The sort order for the results. The default is <code>Ascending</code>.</p>
83
+ */
84
+ SortOrder?: AutoMLSortOrder | string;
85
+ /**
86
+ * <p>The parameter by which to sort the results. The default is
87
+ * <code>Descending</code>.</p>
88
+ */
89
+ SortBy?: CandidateSortBy | string;
90
+ /**
91
+ * <p>List the job's candidates up to a specified limit.</p>
92
+ */
93
+ MaxResults?: number;
94
+ /**
95
+ * <p>If the previous response was truncated, you receive this token. Use it in your next
96
+ * request to receive the next set of results.</p>
97
+ */
98
+ NextToken?: string;
99
+ }
100
+ export interface ListCandidatesForAutoMLJobResponse {
101
+ /**
102
+ * <p>Summaries about the <code>AutoMLCandidates</code>.</p>
103
+ */
104
+ Candidates: AutoMLCandidate[] | undefined;
105
+ /**
106
+ * <p>If the previous response was truncated, you receive this token. Use it in your next
107
+ * request to receive the next set of results.</p>
108
+ */
109
+ NextToken?: string;
110
+ }
4
111
  export interface ListCodeRepositoriesInput {
5
112
  /**
6
113
  * <p>A filter that returns only Git repositories that were created after the specified
@@ -6819,81 +6926,26 @@ export interface UpdateFeatureGroupRequest {
6819
6926
  */
6820
6927
  FeatureAdditions?: FeatureDefinition[];
6821
6928
  }
6822
- export interface UpdateFeatureGroupResponse {
6823
- /**
6824
- * <p>The Amazon Resource Number (ARN) of the feature group that you're updating.</p>
6825
- */
6826
- FeatureGroupArn: string | undefined;
6827
- }
6828
- export interface UpdateFeatureMetadataRequest {
6829
- /**
6830
- * <p>The name of the feature group containing the feature that you're updating.</p>
6831
- */
6832
- FeatureGroupName: string | undefined;
6833
- /**
6834
- * <p>The name of the feature that you're updating.</p>
6835
- */
6836
- FeatureName: string | undefined;
6837
- /**
6838
- * <p>A description that you can write to better describe the feature.</p>
6839
- */
6840
- Description?: string;
6841
- /**
6842
- * <p>A list of key-value pairs that you can add to better describe the feature.</p>
6843
- */
6844
- ParameterAdditions?: FeatureParameter[];
6845
- /**
6846
- * <p>A list of parameter keys that you can specify to remove parameters that describe your feature.</p>
6847
- */
6848
- ParameterRemovals?: string[];
6849
- }
6850
- export interface UpdateHubRequest {
6851
- /**
6852
- * <p>The name of the hub to update.</p>
6853
- */
6854
- HubName: string | undefined;
6855
- /**
6856
- * <p>A description of the updated hub.</p>
6857
- */
6858
- HubDescription?: string;
6859
- /**
6860
- * <p>The display name of the hub.</p>
6861
- */
6862
- HubDisplayName?: string;
6863
- /**
6864
- * <p>The searchable keywords for the hub.</p>
6865
- */
6866
- HubSearchKeywords?: string[];
6867
- }
6868
- export interface UpdateHubResponse {
6869
- /**
6870
- * <p>The Amazon Resource Name (ARN) of the updated hub.</p>
6871
- */
6872
- HubArn: string | undefined;
6873
- }
6874
- export interface UpdateImageRequest {
6875
- /**
6876
- * <p>A list of properties to delete. Only the <code>Description</code> and
6877
- * <code>DisplayName</code> properties can be deleted.</p>
6878
- */
6879
- DeleteProperties?: string[];
6880
- /**
6881
- * <p>The new description for the image.</p>
6882
- */
6883
- Description?: string;
6884
- /**
6885
- * <p>The new display name for the image.</p>
6886
- */
6887
- DisplayName?: string;
6888
- /**
6889
- * <p>The name of the image to update.</p>
6890
- */
6891
- ImageName: string | undefined;
6892
- /**
6893
- * <p>The new Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
6894
- */
6895
- RoleArn?: string;
6896
- }
6929
+ /**
6930
+ * @internal
6931
+ */
6932
+ export declare const ListAssociationsResponseFilterSensitiveLog: (obj: ListAssociationsResponse) => any;
6933
+ /**
6934
+ * @internal
6935
+ */
6936
+ export declare const ListAutoMLJobsRequestFilterSensitiveLog: (obj: ListAutoMLJobsRequest) => any;
6937
+ /**
6938
+ * @internal
6939
+ */
6940
+ export declare const ListAutoMLJobsResponseFilterSensitiveLog: (obj: ListAutoMLJobsResponse) => any;
6941
+ /**
6942
+ * @internal
6943
+ */
6944
+ export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobRequest) => any;
6945
+ /**
6946
+ * @internal
6947
+ */
6948
+ export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobResponse) => any;
6897
6949
  /**
6898
6950
  * @internal
6899
6951
  */
@@ -7886,23 +7938,3 @@ export declare const UpdateExperimentResponseFilterSensitiveLog: (obj: UpdateExp
7886
7938
  * @internal
7887
7939
  */
7888
7940
  export declare const UpdateFeatureGroupRequestFilterSensitiveLog: (obj: UpdateFeatureGroupRequest) => any;
7889
- /**
7890
- * @internal
7891
- */
7892
- export declare const UpdateFeatureGroupResponseFilterSensitiveLog: (obj: UpdateFeatureGroupResponse) => any;
7893
- /**
7894
- * @internal
7895
- */
7896
- export declare const UpdateFeatureMetadataRequestFilterSensitiveLog: (obj: UpdateFeatureMetadataRequest) => any;
7897
- /**
7898
- * @internal
7899
- */
7900
- export declare const UpdateHubRequestFilterSensitiveLog: (obj: UpdateHubRequest) => any;
7901
- /**
7902
- * @internal
7903
- */
7904
- export declare const UpdateHubResponseFilterSensitiveLog: (obj: UpdateHubResponse) => any;
7905
- /**
7906
- * @internal
7907
- */
7908
- export declare const UpdateImageRequestFilterSensitiveLog: (obj: UpdateImageRequest) => any;
@@ -1,13 +1,186 @@
1
1
  import { AdditionalInferenceSpecificationDefinition, BooleanOperator, ModelApprovalStatus, Tag, UserSettings } from "./models_0";
2
- import { _InstanceType, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
3
- import { Filter, ResourceType, Workforce, Workteam } from "./models_2";
2
+ import { _InstanceType, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
3
+ import { FeatureParameter, Filter, ResourceType, Workforce, Workteam } from "./models_2";
4
4
  import { NestedFilters, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
5
+ export interface UpdateFeatureGroupResponse {
6
+ /**
7
+ * <p>The Amazon Resource Number (ARN) of the feature group that you're updating.</p>
8
+ */
9
+ FeatureGroupArn: string | undefined;
10
+ }
11
+ export interface UpdateFeatureMetadataRequest {
12
+ /**
13
+ * <p>The name of the feature group containing the feature that you're updating.</p>
14
+ */
15
+ FeatureGroupName: string | undefined;
16
+ /**
17
+ * <p>The name of the feature that you're updating.</p>
18
+ */
19
+ FeatureName: string | undefined;
20
+ /**
21
+ * <p>A description that you can write to better describe the feature.</p>
22
+ */
23
+ Description?: string;
24
+ /**
25
+ * <p>A list of key-value pairs that you can add to better describe the feature.</p>
26
+ */
27
+ ParameterAdditions?: FeatureParameter[];
28
+ /**
29
+ * <p>A list of parameter keys that you can specify to remove parameters that describe your feature.</p>
30
+ */
31
+ ParameterRemovals?: string[];
32
+ }
33
+ export interface UpdateHubRequest {
34
+ /**
35
+ * <p>The name of the hub to update.</p>
36
+ */
37
+ HubName: string | undefined;
38
+ /**
39
+ * <p>A description of the updated hub.</p>
40
+ */
41
+ HubDescription?: string;
42
+ /**
43
+ * <p>The display name of the hub.</p>
44
+ */
45
+ HubDisplayName?: string;
46
+ /**
47
+ * <p>The searchable keywords for the hub.</p>
48
+ */
49
+ HubSearchKeywords?: string[];
50
+ }
51
+ export interface UpdateHubResponse {
52
+ /**
53
+ * <p>The Amazon Resource Name (ARN) of the updated hub.</p>
54
+ */
55
+ HubArn: string | undefined;
56
+ }
57
+ export interface UpdateImageRequest {
58
+ /**
59
+ * <p>A list of properties to delete. Only the <code>Description</code> and
60
+ * <code>DisplayName</code> properties can be deleted.</p>
61
+ */
62
+ DeleteProperties?: string[];
63
+ /**
64
+ * <p>The new description for the image.</p>
65
+ */
66
+ Description?: string;
67
+ /**
68
+ * <p>The new display name for the image.</p>
69
+ */
70
+ DisplayName?: string;
71
+ /**
72
+ * <p>The name of the image to update.</p>
73
+ */
74
+ ImageName: string | undefined;
75
+ /**
76
+ * <p>The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
77
+ */
78
+ RoleArn?: string;
79
+ }
5
80
  export interface UpdateImageResponse {
6
81
  /**
7
- * <p>The Amazon Resource Name (ARN) of the image.</p>
82
+ * <p>The ARN of the image.</p>
8
83
  */
9
84
  ImageArn?: string;
10
85
  }
86
+ export interface UpdateImageVersionRequest {
87
+ /**
88
+ * <p>The name of the image.</p>
89
+ */
90
+ ImageName: string | undefined;
91
+ /**
92
+ * <p>The alias of the image version.</p>
93
+ */
94
+ Alias?: string;
95
+ /**
96
+ * <p>The version of the image.</p>
97
+ */
98
+ Version?: number;
99
+ /**
100
+ * <p>A list of aliases to add.</p>
101
+ */
102
+ AliasesToAdd?: string[];
103
+ /**
104
+ * <p>A list of aliases to delete.</p>
105
+ */
106
+ AliasesToDelete?: string[];
107
+ /**
108
+ * <p>The availability of the image version specified by the maintainer.</p>
109
+ * <ul>
110
+ * <li>
111
+ * <p>
112
+ * <code>NOT_PROVIDED</code>: The maintainers did not provide a status for image version stability.</p>
113
+ * </li>
114
+ * <li>
115
+ * <p>
116
+ * <code>STABLE</code>: The image version is stable.</p>
117
+ * </li>
118
+ * <li>
119
+ * <p>
120
+ * <code>TO_BE_ARCHIVED</code>: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.</p>
121
+ * </li>
122
+ * <li>
123
+ * <p>
124
+ * <code>ARCHIVED</code>: The image version is archived. Archived image versions are not searchable and are no longer actively supported. </p>
125
+ * </li>
126
+ * </ul>
127
+ */
128
+ VendorGuidance?: VendorGuidance | string;
129
+ /**
130
+ * <p>Indicates SageMaker job type compatibility.</p>
131
+ * <ul>
132
+ * <li>
133
+ * <p>
134
+ * <code>TRAINING</code>: The image version is compatible with SageMaker training jobs.</p>
135
+ * </li>
136
+ * <li>
137
+ * <p>
138
+ * <code>INFERENCE</code>: The image version is compatible with SageMaker inference jobs.</p>
139
+ * </li>
140
+ * <li>
141
+ * <p>
142
+ * <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker notebook kernels.</p>
143
+ * </li>
144
+ * </ul>
145
+ */
146
+ JobType?: JobType | string;
147
+ /**
148
+ * <p>The machine learning framework vended in the image version.</p>
149
+ */
150
+ MLFramework?: string;
151
+ /**
152
+ * <p>The supported programming language and its version.</p>
153
+ */
154
+ ProgrammingLang?: string;
155
+ /**
156
+ * <p>Indicates CPU or GPU compatibility.</p>
157
+ * <ul>
158
+ * <li>
159
+ * <p>
160
+ * <code>CPU</code>: The image version is compatible with CPU.</p>
161
+ * </li>
162
+ * <li>
163
+ * <p>
164
+ * <code>GPU</code>: The image version is compatible with GPU.</p>
165
+ * </li>
166
+ * </ul>
167
+ */
168
+ Processor?: Processor | string;
169
+ /**
170
+ * <p>Indicates Horovod compatibility.</p>
171
+ */
172
+ Horovod?: boolean;
173
+ /**
174
+ * <p>The maintainer description of the image version.</p>
175
+ */
176
+ ReleaseNotes?: string;
177
+ }
178
+ export interface UpdateImageVersionResponse {
179
+ /**
180
+ * <p>The ARN of the image version.</p>
181
+ */
182
+ ImageVersionArn?: string;
183
+ }
11
184
  export interface UpdateInferenceExperimentRequest {
12
185
  /**
13
186
  * <p>The name of the inference experiment to be updated.</p>
@@ -702,10 +875,38 @@ export interface SearchRequest {
702
875
  */
703
876
  MaxResults?: number;
704
877
  }
878
+ /**
879
+ * @internal
880
+ */
881
+ export declare const UpdateFeatureGroupResponseFilterSensitiveLog: (obj: UpdateFeatureGroupResponse) => any;
882
+ /**
883
+ * @internal
884
+ */
885
+ export declare const UpdateFeatureMetadataRequestFilterSensitiveLog: (obj: UpdateFeatureMetadataRequest) => any;
886
+ /**
887
+ * @internal
888
+ */
889
+ export declare const UpdateHubRequestFilterSensitiveLog: (obj: UpdateHubRequest) => any;
890
+ /**
891
+ * @internal
892
+ */
893
+ export declare const UpdateHubResponseFilterSensitiveLog: (obj: UpdateHubResponse) => any;
894
+ /**
895
+ * @internal
896
+ */
897
+ export declare const UpdateImageRequestFilterSensitiveLog: (obj: UpdateImageRequest) => any;
705
898
  /**
706
899
  * @internal
707
900
  */
708
901
  export declare const UpdateImageResponseFilterSensitiveLog: (obj: UpdateImageResponse) => any;
902
+ /**
903
+ * @internal
904
+ */
905
+ export declare const UpdateImageVersionRequestFilterSensitiveLog: (obj: UpdateImageVersionRequest) => any;
906
+ /**
907
+ * @internal
908
+ */
909
+ export declare const UpdateImageVersionResponseFilterSensitiveLog: (obj: UpdateImageVersionResponse) => any;
709
910
  /**
710
911
  * @internal
711
912
  */
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
3
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAliases(config: SageMakerPaginationConfiguration, input: ListAliasesCommandInput, ...additionalArguments: any): Paginator<ListAliasesCommandOutput>;
@@ -1,6 +1,7 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListActionsPaginator";
3
3
  export * from "./ListAlgorithmsPaginator";
4
+ export * from "./ListAliasesPaginator";
4
5
  export * from "./ListAppImageConfigsPaginator";
5
6
  export * from "./ListAppsPaginator";
6
7
  export * from "./ListArtifactsPaginator";
@@ -171,6 +171,7 @@ import { GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput } f
171
171
  import { ImportHubContentCommandInput, ImportHubContentCommandOutput } from "../commands/ImportHubContentCommand";
172
172
  import { ListActionsCommandInput, ListActionsCommandOutput } from "../commands/ListActionsCommand";
173
173
  import { ListAlgorithmsCommandInput, ListAlgorithmsCommandOutput } from "../commands/ListAlgorithmsCommand";
174
+ import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
174
175
  import { ListAppImageConfigsCommandInput, ListAppImageConfigsCommandOutput } from "../commands/ListAppImageConfigsCommand";
175
176
  import { ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand";
176
177
  import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
@@ -281,6 +282,7 @@ import { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from
281
282
  import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "../commands/UpdateFeatureMetadataCommand";
282
283
  import { UpdateHubCommandInput, UpdateHubCommandOutput } from "../commands/UpdateHubCommand";
283
284
  import { UpdateImageCommandInput, UpdateImageCommandOutput } from "../commands/UpdateImageCommand";
285
+ import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from "../commands/UpdateImageVersionCommand";
284
286
  import { UpdateInferenceExperimentCommandInput, UpdateInferenceExperimentCommandOutput } from "../commands/UpdateInferenceExperimentCommand";
285
287
  import { UpdateModelCardCommandInput, UpdateModelCardCommandOutput } from "../commands/UpdateModelCardCommand";
286
288
  import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "../commands/UpdateModelPackageCommand";
@@ -469,6 +471,7 @@ export declare const serializeAws_json1_1GetSearchSuggestionsCommand: (input: Ge
469
471
  export declare const serializeAws_json1_1ImportHubContentCommand: (input: ImportHubContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
470
472
  export declare const serializeAws_json1_1ListActionsCommand: (input: ListActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
471
473
  export declare const serializeAws_json1_1ListAlgorithmsCommand: (input: ListAlgorithmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
472
475
  export declare const serializeAws_json1_1ListAppImageConfigsCommand: (input: ListAppImageConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
473
476
  export declare const serializeAws_json1_1ListAppsCommand: (input: ListAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
474
477
  export declare const serializeAws_json1_1ListArtifactsCommand: (input: ListArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -579,6 +582,7 @@ export declare const serializeAws_json1_1UpdateFeatureGroupCommand: (input: Upda
579
582
  export declare const serializeAws_json1_1UpdateFeatureMetadataCommand: (input: UpdateFeatureMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
580
583
  export declare const serializeAws_json1_1UpdateHubCommand: (input: UpdateHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
581
584
  export declare const serializeAws_json1_1UpdateImageCommand: (input: UpdateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
585
+ export declare const serializeAws_json1_1UpdateImageVersionCommand: (input: UpdateImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
582
586
  export declare const serializeAws_json1_1UpdateInferenceExperimentCommand: (input: UpdateInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
583
587
  export declare const serializeAws_json1_1UpdateModelCardCommand: (input: UpdateModelCardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
584
588
  export declare const serializeAws_json1_1UpdateModelPackageCommand: (input: UpdateModelPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -767,6 +771,7 @@ export declare const deserializeAws_json1_1GetSearchSuggestionsCommand: (output:
767
771
  export declare const deserializeAws_json1_1ImportHubContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportHubContentCommandOutput>;
768
772
  export declare const deserializeAws_json1_1ListActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionsCommandOutput>;
769
773
  export declare const deserializeAws_json1_1ListAlgorithmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlgorithmsCommandOutput>;
774
+ export declare const deserializeAws_json1_1ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
770
775
  export declare const deserializeAws_json1_1ListAppImageConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppImageConfigsCommandOutput>;
771
776
  export declare const deserializeAws_json1_1ListAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsCommandOutput>;
772
777
  export declare const deserializeAws_json1_1ListArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArtifactsCommandOutput>;
@@ -877,6 +882,7 @@ export declare const deserializeAws_json1_1UpdateFeatureGroupCommand: (output: _
877
882
  export declare const deserializeAws_json1_1UpdateFeatureMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFeatureMetadataCommandOutput>;
878
883
  export declare const deserializeAws_json1_1UpdateHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHubCommandOutput>;
879
884
  export declare const deserializeAws_json1_1UpdateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImageCommandOutput>;
885
+ export declare const deserializeAws_json1_1UpdateImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImageVersionCommandOutput>;
880
886
  export declare const deserializeAws_json1_1UpdateInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInferenceExperimentCommandOutput>;
881
887
  export declare const deserializeAws_json1_1UpdateModelCardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelCardCommandOutput>;
882
888
  export declare const deserializeAws_json1_1UpdateModelPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelPackageCommandOutput>;
@@ -683,6 +683,10 @@ import {
683
683
  ListAlgorithmsCommandInput,
684
684
  ListAlgorithmsCommandOutput,
685
685
  } from "./commands/ListAlgorithmsCommand";
686
+ import {
687
+ ListAliasesCommandInput,
688
+ ListAliasesCommandOutput,
689
+ } from "./commands/ListAliasesCommand";
686
690
  import {
687
691
  ListAppImageConfigsCommandInput,
688
692
  ListAppImageConfigsCommandOutput,
@@ -1123,6 +1127,10 @@ import {
1123
1127
  UpdateImageCommandInput,
1124
1128
  UpdateImageCommandOutput,
1125
1129
  } from "./commands/UpdateImageCommand";
1130
+ import {
1131
+ UpdateImageVersionCommandInput,
1132
+ UpdateImageVersionCommandOutput,
1133
+ } from "./commands/UpdateImageVersionCommand";
1126
1134
  import {
1127
1135
  UpdateInferenceExperimentCommandInput,
1128
1136
  UpdateInferenceExperimentCommandOutput,
@@ -3500,6 +3508,19 @@ export declare class SageMaker extends SageMakerClient {
3500
3508
  options: __HttpHandlerOptions,
3501
3509
  cb: (err: any, data?: ListAlgorithmsCommandOutput) => void
3502
3510
  ): void;
3511
+ listAliases(
3512
+ args: ListAliasesCommandInput,
3513
+ options?: __HttpHandlerOptions
3514
+ ): Promise<ListAliasesCommandOutput>;
3515
+ listAliases(
3516
+ args: ListAliasesCommandInput,
3517
+ cb: (err: any, data?: ListAliasesCommandOutput) => void
3518
+ ): void;
3519
+ listAliases(
3520
+ args: ListAliasesCommandInput,
3521
+ options: __HttpHandlerOptions,
3522
+ cb: (err: any, data?: ListAliasesCommandOutput) => void
3523
+ ): void;
3503
3524
  listAppImageConfigs(
3504
3525
  args: ListAppImageConfigsCommandInput,
3505
3526
  options?: __HttpHandlerOptions
@@ -4966,6 +4987,19 @@ export declare class SageMaker extends SageMakerClient {
4966
4987
  options: __HttpHandlerOptions,
4967
4988
  cb: (err: any, data?: UpdateImageCommandOutput) => void
4968
4989
  ): void;
4990
+ updateImageVersion(
4991
+ args: UpdateImageVersionCommandInput,
4992
+ options?: __HttpHandlerOptions
4993
+ ): Promise<UpdateImageVersionCommandOutput>;
4994
+ updateImageVersion(
4995
+ args: UpdateImageVersionCommandInput,
4996
+ cb: (err: any, data?: UpdateImageVersionCommandOutput) => void
4997
+ ): void;
4998
+ updateImageVersion(
4999
+ args: UpdateImageVersionCommandInput,
5000
+ options: __HttpHandlerOptions,
5001
+ cb: (err: any, data?: UpdateImageVersionCommandOutput) => void
5002
+ ): void;
4969
5003
  updateInferenceExperiment(
4970
5004
  args: UpdateInferenceExperimentCommandInput,
4971
5005
  options?: __HttpHandlerOptions
@@ -727,6 +727,10 @@ import {
727
727
  ListAlgorithmsCommandInput,
728
728
  ListAlgorithmsCommandOutput,
729
729
  } from "./commands/ListAlgorithmsCommand";
730
+ import {
731
+ ListAliasesCommandInput,
732
+ ListAliasesCommandOutput,
733
+ } from "./commands/ListAliasesCommand";
730
734
  import {
731
735
  ListAppImageConfigsCommandInput,
732
736
  ListAppImageConfigsCommandOutput,
@@ -1167,6 +1171,10 @@ import {
1167
1171
  UpdateImageCommandInput,
1168
1172
  UpdateImageCommandOutput,
1169
1173
  } from "./commands/UpdateImageCommand";
1174
+ import {
1175
+ UpdateImageVersionCommandInput,
1176
+ UpdateImageVersionCommandOutput,
1177
+ } from "./commands/UpdateImageVersionCommand";
1170
1178
  import {
1171
1179
  UpdateInferenceExperimentCommandInput,
1172
1180
  UpdateInferenceExperimentCommandOutput,
@@ -1412,6 +1420,7 @@ export declare type ServiceInputTypes =
1412
1420
  | ImportHubContentCommandInput
1413
1421
  | ListActionsCommandInput
1414
1422
  | ListAlgorithmsCommandInput
1423
+ | ListAliasesCommandInput
1415
1424
  | ListAppImageConfigsCommandInput
1416
1425
  | ListAppsCommandInput
1417
1426
  | ListArtifactsCommandInput
@@ -1522,6 +1531,7 @@ export declare type ServiceInputTypes =
1522
1531
  | UpdateFeatureMetadataCommandInput
1523
1532
  | UpdateHubCommandInput
1524
1533
  | UpdateImageCommandInput
1534
+ | UpdateImageVersionCommandInput
1525
1535
  | UpdateInferenceExperimentCommandInput
1526
1536
  | UpdateModelCardCommandInput
1527
1537
  | UpdateModelPackageCommandInput
@@ -1711,6 +1721,7 @@ export declare type ServiceOutputTypes =
1711
1721
  | ImportHubContentCommandOutput
1712
1722
  | ListActionsCommandOutput
1713
1723
  | ListAlgorithmsCommandOutput
1724
+ | ListAliasesCommandOutput
1714
1725
  | ListAppImageConfigsCommandOutput
1715
1726
  | ListAppsCommandOutput
1716
1727
  | ListArtifactsCommandOutput
@@ -1821,6 +1832,7 @@ export declare type ServiceOutputTypes =
1821
1832
  | UpdateFeatureMetadataCommandOutput
1822
1833
  | UpdateHubCommandOutput
1823
1834
  | UpdateImageCommandOutput
1835
+ | UpdateImageVersionCommandOutput
1824
1836
  | UpdateInferenceExperimentCommandOutput
1825
1837
  | UpdateModelCardCommandOutput
1826
1838
  | UpdateModelPackageCommandOutput
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeAlgorithmInput,
11
11
  DescribeAlgorithmOutput,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,