@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,5 +1,81 @@
1
- import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppNetworkAccessType, AppSecurityGroupManagement, AppSortKey, AppSpecification, AppStatus, AppType, ArtifactSource, ArtifactSummary, AssociationEdgeType, AssociationSummary, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLJobSummary, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, OutputParameter, ProblemType, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
- import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentStageStatusSummary, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
1
+ import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmSummary, AlgorithmValidationSpecification, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppNetworkAccessType, AppSecurityGroupManagement, AppSortKey, AppSpecification, AppStatus, AppType, ArtifactSource, ArtifactSummary, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, OutputParameter, ProblemType, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
+ import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentStageStatusSummary, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance } from "./models_1";
3
+ export interface DescribeAlgorithmInput {
4
+ /**
5
+ * <p>The name of the algorithm to describe.</p>
6
+ */
7
+ AlgorithmName: string | undefined;
8
+ }
9
+ export interface DescribeAlgorithmOutput {
10
+ /**
11
+ * <p>The name of the algorithm being described.</p>
12
+ */
13
+ AlgorithmName: string | undefined;
14
+ /**
15
+ * <p>The Amazon Resource Name (ARN) of the algorithm.</p>
16
+ */
17
+ AlgorithmArn: string | undefined;
18
+ /**
19
+ * <p>A brief summary about the algorithm.</p>
20
+ */
21
+ AlgorithmDescription?: string;
22
+ /**
23
+ * <p>A timestamp specifying when the algorithm was created.</p>
24
+ */
25
+ CreationTime: Date | undefined;
26
+ /**
27
+ * <p>Details about training jobs run by this algorithm.</p>
28
+ */
29
+ TrainingSpecification: TrainingSpecification | undefined;
30
+ /**
31
+ * <p>Details about inference jobs that the algorithm runs.</p>
32
+ */
33
+ InferenceSpecification?: InferenceSpecification;
34
+ /**
35
+ * <p>Details about configurations for one or more training jobs that SageMaker runs to test the
36
+ * algorithm.</p>
37
+ */
38
+ ValidationSpecification?: AlgorithmValidationSpecification;
39
+ /**
40
+ * <p>The current status of the algorithm.</p>
41
+ */
42
+ AlgorithmStatus: AlgorithmStatus | string | undefined;
43
+ /**
44
+ * <p>Details about the current status of the algorithm.</p>
45
+ */
46
+ AlgorithmStatusDetails: AlgorithmStatusDetails | undefined;
47
+ /**
48
+ * <p>The product identifier of the algorithm.</p>
49
+ */
50
+ ProductId?: string;
51
+ /**
52
+ * <p>Whether the algorithm is certified to be listed in Amazon Web Services
53
+ * Marketplace.</p>
54
+ */
55
+ CertifyForMarketplace?: boolean;
56
+ }
57
+ export interface DescribeAppRequest {
58
+ /**
59
+ * <p>The domain ID.</p>
60
+ */
61
+ DomainId: string | undefined;
62
+ /**
63
+ * <p>The user profile name. If this value is not set, then <code>SpaceName</code> must be set.</p>
64
+ */
65
+ UserProfileName?: string;
66
+ /**
67
+ * <p>The type of app.</p>
68
+ */
69
+ AppType: AppType | string | undefined;
70
+ /**
71
+ * <p>The name of the app.</p>
72
+ */
73
+ AppName: string | undefined;
74
+ /**
75
+ * <p>The name of the space.</p>
76
+ */
77
+ SpaceName?: string;
78
+ }
3
79
  export interface DescribeAppResponse {
4
80
  /**
5
81
  * <p>The Amazon Resource Name (ARN) of the app.</p>
@@ -46,7 +122,7 @@ export interface DescribeAppResponse {
46
122
  */
47
123
  ResourceSpec?: ResourceSpec;
48
124
  /**
49
- * <p>The name of the space.</p>
125
+ * <p>The name of the space. If this value is not set, then <code>UserProfileName</code> must be set.</p>
50
126
  */
51
127
  SpaceName?: string;
52
128
  }
@@ -2144,7 +2220,7 @@ export interface DescribeImageResponse {
2144
2220
  */
2145
2221
  FailureReason?: string;
2146
2222
  /**
2147
- * <p>The Amazon Resource Name (ARN) of the image.</p>
2223
+ * <p>The ARN of the image.</p>
2148
2224
  */
2149
2225
  ImageArn?: string;
2150
2226
  /**
@@ -2160,7 +2236,7 @@ export interface DescribeImageResponse {
2160
2236
  */
2161
2237
  LastModifiedTime?: Date;
2162
2238
  /**
2163
- * <p>The Amazon Resource Name (ARN) of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
2239
+ * <p>The ARN of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
2164
2240
  */
2165
2241
  RoleArn?: string;
2166
2242
  }
@@ -2173,6 +2249,10 @@ export interface DescribeImageVersionRequest {
2173
2249
  * <p>The version of the image. If not specified, the latest version is described.</p>
2174
2250
  */
2175
2251
  Version?: number;
2252
+ /**
2253
+ * <p>The alias of the image version.</p>
2254
+ */
2255
+ Alias?: string;
2176
2256
  }
2177
2257
  export declare enum ImageVersionStatus {
2178
2258
  CREATED = "CREATED",
@@ -2199,7 +2279,7 @@ export interface DescribeImageVersionResponse {
2199
2279
  */
2200
2280
  FailureReason?: string;
2201
2281
  /**
2202
- * <p>The Amazon Resource Name (ARN) of the image the version is based on.</p>
2282
+ * <p>The ARN of the image the version is based on.</p>
2203
2283
  */
2204
2284
  ImageArn?: string;
2205
2285
  /**
@@ -2218,6 +2298,76 @@ export interface DescribeImageVersionResponse {
2218
2298
  * <p>The version number.</p>
2219
2299
  */
2220
2300
  Version?: number;
2301
+ /**
2302
+ * <p>The stability of the image version specified by the maintainer.</p>
2303
+ * <ul>
2304
+ * <li>
2305
+ * <p>
2306
+ * <code>NOT_PROVIDED</code>: The maintainers did not provide a status for image version stability.</p>
2307
+ * </li>
2308
+ * <li>
2309
+ * <p>
2310
+ * <code>STABLE</code>: The image version is stable.</p>
2311
+ * </li>
2312
+ * <li>
2313
+ * <p>
2314
+ * <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>
2315
+ * </li>
2316
+ * <li>
2317
+ * <p>
2318
+ * <code>ARCHIVED</code>: The image version is archived. Archived image versions are not searchable and are no longer actively supported. </p>
2319
+ * </li>
2320
+ * </ul>
2321
+ */
2322
+ VendorGuidance?: VendorGuidance | string;
2323
+ /**
2324
+ * <p>Indicates SageMaker job type compatibility.</p>
2325
+ * <ul>
2326
+ * <li>
2327
+ * <p>
2328
+ * <code>TRAINING</code>: The image version is compatible with SageMaker training jobs.</p>
2329
+ * </li>
2330
+ * <li>
2331
+ * <p>
2332
+ * <code>INFERENCE</code>: The image version is compatible with SageMaker inference jobs.</p>
2333
+ * </li>
2334
+ * <li>
2335
+ * <p>
2336
+ * <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker notebook kernels.</p>
2337
+ * </li>
2338
+ * </ul>
2339
+ */
2340
+ JobType?: JobType | string;
2341
+ /**
2342
+ * <p>The machine learning framework vended in the image version.</p>
2343
+ */
2344
+ MLFramework?: string;
2345
+ /**
2346
+ * <p>The supported programming language and its version.</p>
2347
+ */
2348
+ ProgrammingLang?: string;
2349
+ /**
2350
+ * <p>Indicates CPU or GPU compatibility.</p>
2351
+ * <ul>
2352
+ * <li>
2353
+ * <p>
2354
+ * <code>CPU</code>: The image version is compatible with CPU.</p>
2355
+ * </li>
2356
+ * <li>
2357
+ * <p>
2358
+ * <code>GPU</code>: The image version is compatible with GPU.</p>
2359
+ * </li>
2360
+ * </ul>
2361
+ */
2362
+ Processor?: Processor | string;
2363
+ /**
2364
+ * <p>Indicates Horovod compatibility.</p>
2365
+ */
2366
+ Horovod?: boolean;
2367
+ /**
2368
+ * <p>The maintainer description of the image version.</p>
2369
+ */
2370
+ ReleaseNotes?: string;
2221
2371
  }
2222
2372
  export interface DescribeInferenceExperimentRequest {
2223
2373
  /**
@@ -7176,7 +7326,7 @@ export interface Image {
7176
7326
  */
7177
7327
  FailureReason?: string;
7178
7328
  /**
7179
- * <p>The Amazon Resource Name (ARN) of the image.</p>
7329
+ * <p>The ARN of the image.</p>
7180
7330
  */
7181
7331
  ImageArn: string | undefined;
7182
7332
  /**
@@ -7215,7 +7365,7 @@ export interface ImageVersion {
7215
7365
  */
7216
7366
  FailureReason?: string;
7217
7367
  /**
7218
- * <p>The Amazon Resource Name (ARN) of the image the version is based on.</p>
7368
+ * <p>The ARN of the image the version is based on.</p>
7219
7369
  */
7220
7370
  ImageArn: string | undefined;
7221
7371
  /**
@@ -7700,6 +7850,39 @@ export interface ListAlgorithmsOutput {
7700
7850
  */
7701
7851
  NextToken?: string;
7702
7852
  }
7853
+ export interface ListAliasesRequest {
7854
+ /**
7855
+ * <p>The name of the image.</p>
7856
+ */
7857
+ ImageName: string | undefined;
7858
+ /**
7859
+ * <p>The alias of the image version.</p>
7860
+ */
7861
+ Alias?: string;
7862
+ /**
7863
+ * <p>The version of the image. If image version is not specified, the aliases of all versions of the image are listed.</p>
7864
+ */
7865
+ Version?: number;
7866
+ /**
7867
+ * <p>The maximum number of aliases to return.</p>
7868
+ */
7869
+ MaxResults?: number;
7870
+ /**
7871
+ * <p>If the previous call to <code>ListAliases</code> didn't return the full set of
7872
+ * aliases, the call returns a token for retrieving the next set of aliases.</p>
7873
+ */
7874
+ NextToken?: string;
7875
+ }
7876
+ export interface ListAliasesResponse {
7877
+ /**
7878
+ * <p>A list of SageMaker image version aliases.</p>
7879
+ */
7880
+ SageMakerImageVersionAliases?: string[];
7881
+ /**
7882
+ * <p>A token for getting the next set of aliases, if more aliases exist.</p>
7883
+ */
7884
+ NextToken?: string;
7885
+ }
7703
7886
  export interface ListAppImageConfigsRequest {
7704
7887
  /**
7705
7888
  * <p>The maximum number of AppImageConfigs to return in the response. The default value is
@@ -7773,11 +7956,11 @@ export interface ListAppsRequest {
7773
7956
  */
7774
7957
  DomainIdEquals?: string;
7775
7958
  /**
7776
- * <p>A parameter to search by user profile name.</p>
7959
+ * <p>A parameter to search by user profile name. If <code>SpaceNameEquals</code> is set, then this value cannot be set.</p>
7777
7960
  */
7778
7961
  UserProfileNameEquals?: string;
7779
7962
  /**
7780
- * <p>A parameter to search by space name.</p>
7963
+ * <p>A parameter to search by space name. If <code>UserProfileNameEquals</code> is set, then this value cannot be set.</p>
7781
7964
  */
7782
7965
  SpaceNameEquals?: string;
7783
7966
  }
@@ -7894,113 +8077,18 @@ export interface ListAssociationsRequest {
7894
8077
  */
7895
8078
  MaxResults?: number;
7896
8079
  }
7897
- export interface ListAssociationsResponse {
7898
- /**
7899
- * <p>A list of associations and their properties.</p>
7900
- */
7901
- AssociationSummaries?: AssociationSummary[];
7902
- /**
7903
- * <p>A token for getting the next set of associations, if there are any.</p>
7904
- */
7905
- NextToken?: string;
7906
- }
7907
- export interface ListAutoMLJobsRequest {
7908
- /**
7909
- * <p>Request a list of jobs, using a filter for time.</p>
7910
- */
7911
- CreationTimeAfter?: Date;
7912
- /**
7913
- * <p>Request a list of jobs, using a filter for time.</p>
7914
- */
7915
- CreationTimeBefore?: Date;
7916
- /**
7917
- * <p>Request a list of jobs, using a filter for time.</p>
7918
- */
7919
- LastModifiedTimeAfter?: Date;
7920
- /**
7921
- * <p>Request a list of jobs, using a filter for time.</p>
7922
- */
7923
- LastModifiedTimeBefore?: Date;
7924
- /**
7925
- * <p>Request a list of jobs, using a search filter for name.</p>
7926
- */
7927
- NameContains?: string;
7928
- /**
7929
- * <p>Request a list of jobs, using a filter for status.</p>
7930
- */
7931
- StatusEquals?: AutoMLJobStatus | string;
7932
- /**
7933
- * <p>The sort order for the results. The default is <code>Descending</code>.</p>
7934
- */
7935
- SortOrder?: AutoMLSortOrder | string;
7936
- /**
7937
- * <p>The parameter by which to sort the results. The default is <code>Name</code>.</p>
7938
- */
7939
- SortBy?: AutoMLSortBy | string;
7940
- /**
7941
- * <p>Request a list of jobs up to a specified limit.</p>
7942
- */
7943
- MaxResults?: number;
7944
- /**
7945
- * <p>If the previous response was truncated, you receive this token. Use it in your next
7946
- * request to receive the next set of results.</p>
7947
- */
7948
- NextToken?: string;
7949
- }
7950
- export interface ListAutoMLJobsResponse {
7951
- /**
7952
- * <p>Returns a summary list of jobs.</p>
7953
- */
7954
- AutoMLJobSummaries: AutoMLJobSummary[] | undefined;
7955
- /**
7956
- * <p>If the previous response was truncated, you receive this token. Use it in your next
7957
- * request to receive the next set of results.</p>
7958
- */
7959
- NextToken?: string;
7960
- }
7961
- export interface ListCandidatesForAutoMLJobRequest {
7962
- /**
7963
- * <p>List the candidates created for the job by providing the job's name.</p>
7964
- */
7965
- AutoMLJobName: string | undefined;
7966
- /**
7967
- * <p>List the candidates for the job and filter by status.</p>
7968
- */
7969
- StatusEquals?: CandidateStatus | string;
7970
- /**
7971
- * <p>List the candidates for the job and filter by candidate name.</p>
7972
- */
7973
- CandidateNameEquals?: string;
7974
- /**
7975
- * <p>The sort order for the results. The default is <code>Ascending</code>.</p>
7976
- */
7977
- SortOrder?: AutoMLSortOrder | string;
7978
- /**
7979
- * <p>The parameter by which to sort the results. The default is
7980
- * <code>Descending</code>.</p>
7981
- */
7982
- SortBy?: CandidateSortBy | string;
7983
- /**
7984
- * <p>List the job's candidates up to a specified limit.</p>
7985
- */
7986
- MaxResults?: number;
7987
- /**
7988
- * <p>If the previous response was truncated, you receive this token. Use it in your next
7989
- * request to receive the next set of results.</p>
7990
- */
7991
- NextToken?: string;
7992
- }
7993
- export interface ListCandidatesForAutoMLJobResponse {
7994
- /**
7995
- * <p>Summaries about the <code>AutoMLCandidates</code>.</p>
7996
- */
7997
- Candidates: AutoMLCandidate[] | undefined;
7998
- /**
7999
- * <p>If the previous response was truncated, you receive this token. Use it in your next
8000
- * request to receive the next set of results.</p>
8001
- */
8002
- NextToken?: string;
8003
- }
8080
+ /**
8081
+ * @internal
8082
+ */
8083
+ export declare const DescribeAlgorithmInputFilterSensitiveLog: (obj: DescribeAlgorithmInput) => any;
8084
+ /**
8085
+ * @internal
8086
+ */
8087
+ export declare const DescribeAlgorithmOutputFilterSensitiveLog: (obj: DescribeAlgorithmOutput) => any;
8088
+ /**
8089
+ * @internal
8090
+ */
8091
+ export declare const DescribeAppRequestFilterSensitiveLog: (obj: DescribeAppRequest) => any;
8004
8092
  /**
8005
8093
  * @internal
8006
8094
  */
@@ -8909,6 +8997,14 @@ export declare const ListAlgorithmsInputFilterSensitiveLog: (obj: ListAlgorithms
8909
8997
  * @internal
8910
8998
  */
8911
8999
  export declare const ListAlgorithmsOutputFilterSensitiveLog: (obj: ListAlgorithmsOutput) => any;
9000
+ /**
9001
+ * @internal
9002
+ */
9003
+ export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
9004
+ /**
9005
+ * @internal
9006
+ */
9007
+ export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
8912
9008
  /**
8913
9009
  * @internal
8914
9010
  */
@@ -8937,23 +9033,3 @@ export declare const ListArtifactsResponseFilterSensitiveLog: (obj: ListArtifact
8937
9033
  * @internal
8938
9034
  */
8939
9035
  export declare const ListAssociationsRequestFilterSensitiveLog: (obj: ListAssociationsRequest) => any;
8940
- /**
8941
- * @internal
8942
- */
8943
- export declare const ListAssociationsResponseFilterSensitiveLog: (obj: ListAssociationsResponse) => any;
8944
- /**
8945
- * @internal
8946
- */
8947
- export declare const ListAutoMLJobsRequestFilterSensitiveLog: (obj: ListAutoMLJobsRequest) => any;
8948
- /**
8949
- * @internal
8950
- */
8951
- export declare const ListAutoMLJobsResponseFilterSensitiveLog: (obj: ListAutoMLJobsResponse) => any;
8952
- /**
8953
- * @internal
8954
- */
8955
- export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobRequest) => any;
8956
- /**
8957
- * @internal
8958
- */
8959
- export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobResponse) => any;