@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.
Files changed (130) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/SageMaker.js +2 -0
  3. package/dist-cjs/commands/DeleteCompilationJobCommand.js +51 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_0.js +65 -2
  6. package/dist-cjs/models/models_1.js +3 -0
  7. package/dist-cjs/models/models_2.js +5 -0
  8. package/dist-cjs/models/models_3.js +3 -0
  9. package/dist-cjs/pagination/ListFeatureGroupsPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_json1_1.js +144 -42
  12. package/dist-es/SageMaker.js +2 -0
  13. package/dist-es/commands/DeleteCompilationJobCommand.js +47 -0
  14. package/dist-es/commands/index.js +1 -0
  15. package/dist-es/models/models_0.js +65 -2
  16. package/dist-es/models/models_1.js +3 -0
  17. package/dist-es/models/models_2.js +5 -0
  18. package/dist-es/models/models_3.js +3 -0
  19. package/dist-es/pagination/ListFeatureGroupsPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_json1_1.js +130 -30
  22. package/dist-types/SageMaker.d.ts +7 -0
  23. package/dist-types/SageMakerClient.d.ts +3 -2
  24. package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
  25. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -5
  27. package/dist-types/commands/CreateAppCommand.d.ts +2 -2
  28. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +5 -0
  29. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +5 -5
  31. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +27 -24
  32. package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateDomainCommand.d.ts +21 -21
  34. package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
  35. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
  36. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
  37. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +34 -34
  39. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +9 -9
  40. package/dist-types/commands/CreateModelCommand.d.ts +16 -16
  41. package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -5
  42. package/dist-types/commands/CreatePipelineCommand.d.ts +4 -0
  43. package/dist-types/commands/CreateSpaceCommand.d.ts +9 -9
  44. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -3
  46. package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -9
  47. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteAppCommand.d.ts +2 -2
  50. package/dist-types/commands/DeleteCompilationJobCommand.d.ts +81 -0
  51. package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -5
  53. package/dist-types/commands/DescribeAppCommand.d.ts +4 -4
  54. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +5 -0
  55. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +10 -10
  56. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +50 -47
  57. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeDomainCommand.d.ts +18 -18
  59. package/dist-types/commands/DescribeEndpointCommand.d.ts +10 -10
  60. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
  61. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
  62. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +38 -38
  64. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +13 -13
  65. package/dist-types/commands/DescribeModelCommand.d.ts +17 -17
  66. package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -5
  67. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -10
  69. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +12 -12
  71. package/dist-types/commands/DescribeUserProfileCommand.d.ts +13 -9
  72. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  73. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +5 -0
  75. package/dist-types/commands/ListAppsCommand.d.ts +2 -2
  76. package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
  77. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +4 -4
  79. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  80. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +2 -2
  82. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -7
  83. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +2 -2
  84. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +7 -7
  85. package/dist-types/commands/ListSpacesCommand.d.ts +2 -2
  86. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
  87. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  88. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
  89. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  90. package/dist-types/commands/SearchCommand.d.ts +98 -98
  91. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -0
  92. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +4 -0
  93. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
  94. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
  95. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -0
  96. package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateDomainCommand.d.ts +10 -10
  99. package/dist-types/commands/UpdateEndpointCommand.d.ts +7 -7
  100. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -2
  101. package/dist-types/commands/UpdateModelPackageCommand.d.ts +5 -1
  102. package/dist-types/commands/UpdatePipelineCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +4 -0
  104. package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
  105. package/dist-types/commands/UpdateSpaceCommand.d.ts +8 -8
  106. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +4 -0
  107. package/dist-types/commands/UpdateUserProfileCommand.d.ts +9 -9
  108. package/dist-types/commands/UpdateWorkteamCommand.d.ts +2 -2
  109. package/dist-types/commands/index.d.ts +1 -0
  110. package/dist-types/models/models_0.d.ts +172 -99
  111. package/dist-types/models/models_1.d.ts +76 -69
  112. package/dist-types/models/models_2.d.ts +103 -115
  113. package/dist-types/models/models_3.d.ts +59 -36
  114. package/dist-types/models/models_4.d.ts +44 -33
  115. package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +7 -0
  116. package/dist-types/pagination/index.d.ts +1 -0
  117. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  118. package/dist-types/ts3.4/SageMaker.d.ts +17 -0
  119. package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
  120. package/dist-types/ts3.4/commands/DeleteCompilationJobCommand.d.ts +37 -0
  121. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  122. package/dist-types/ts3.4/models/models_0.d.ts +91 -26
  123. package/dist-types/ts3.4/models/models_1.d.ts +19 -16
  124. package/dist-types/ts3.4/models/models_2.d.ts +25 -24
  125. package/dist-types/ts3.4/models/models_3.d.ts +17 -10
  126. package/dist-types/ts3.4/models/models_4.d.ts +10 -8
  127. package/dist-types/ts3.4/pagination/ListFeatureGroupsPaginator.d.ts +11 -0
  128. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  129. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  130. package/package.json +4 -4
@@ -1030,14 +1030,14 @@ export interface UserSettings {
1030
1030
  CanvasAppSettings?: CanvasAppSettings;
1031
1031
  /**
1032
1032
  * @public
1033
- * <p>The settings for the JupyterLab application.</p>
1033
+ * <p>The Code Editor application settings.</p>
1034
1034
  */
1035
- JupyterLabAppSettings?: JupyterLabAppSettings;
1035
+ CodeEditorAppSettings?: CodeEditorAppSettings;
1036
1036
  /**
1037
1037
  * @public
1038
- * <p>The Code Editor application settings.</p>
1038
+ * <p>The settings for the JupyterLab application.</p>
1039
1039
  */
1040
- CodeEditorAppSettings?: CodeEditorAppSettings;
1040
+ JupyterLabAppSettings?: JupyterLabAppSettings;
1041
1041
  /**
1042
1042
  * @public
1043
1043
  * <p>The storage settings for a private space.</p>
@@ -1165,6 +1165,11 @@ export interface CreateDomainRequest {
1165
1165
  * take precedence over those specified in <code>CreateDomain</code>.</p>
1166
1166
  */
1167
1167
  DefaultUserSettings: UserSettings | undefined;
1168
+ /**
1169
+ * @public
1170
+ * <p>A collection of <code>Domain</code> settings.</p>
1171
+ */
1172
+ DomainSettings?: DomainSettings;
1168
1173
  /**
1169
1174
  * @public
1170
1175
  * <p>The VPC subnets that the domain uses for communication.</p>
@@ -1224,11 +1229,6 @@ export interface CreateDomainRequest {
1224
1229
  * <code>Service</code>.</p>
1225
1230
  */
1226
1231
  AppSecurityGroupManagement?: AppSecurityGroupManagement;
1227
- /**
1228
- * @public
1229
- * <p>A collection of <code>Domain</code> settings.</p>
1230
- */
1231
- DomainSettings?: DomainSettings;
1232
1232
  /**
1233
1233
  * @public
1234
1234
  * <p>The default settings used to create a space.</p>
@@ -1503,15 +1503,15 @@ export interface DeploymentConfig {
1503
1503
  BlueGreenUpdatePolicy?: BlueGreenUpdatePolicy;
1504
1504
  /**
1505
1505
  * @public
1506
- * <p>Automatic rollback configuration for handling endpoint deployment failures and
1507
- * recovery.</p>
1506
+ * <p>Specifies a rolling deployment strategy for updating a SageMaker endpoint.</p>
1508
1507
  */
1509
- AutoRollbackConfiguration?: AutoRollbackConfig;
1508
+ RollingUpdatePolicy?: RollingUpdatePolicy;
1510
1509
  /**
1511
1510
  * @public
1512
- * <p>Specifies a rolling deployment strategy for updating a SageMaker endpoint.</p>
1511
+ * <p>Automatic rollback configuration for handling endpoint deployment failures and
1512
+ * recovery.</p>
1513
1513
  */
1514
- RollingUpdatePolicy?: RollingUpdatePolicy;
1514
+ AutoRollbackConfiguration?: AutoRollbackConfig;
1515
1515
  }
1516
1516
  /**
1517
1517
  * @public
@@ -2093,12 +2093,12 @@ export interface FeatureDefinition {
2093
2093
  * of the following: <code>is_deleted</code>, <code>write_time</code>,
2094
2094
  * <code>api_invocation_time</code>.</p>
2095
2095
  */
2096
- FeatureName?: string;
2096
+ FeatureName: string | undefined;
2097
2097
  /**
2098
2098
  * @public
2099
2099
  * <p>The value type of a feature. Valid values are Integral, Fractional, or String.</p>
2100
2100
  */
2101
- FeatureType?: FeatureType;
2101
+ FeatureType: FeatureType | undefined;
2102
2102
  /**
2103
2103
  * @public
2104
2104
  * <p>A grouping of elements where each element within the collection must have the same
@@ -2190,6 +2190,7 @@ export interface S3StorageConfig {
2190
2190
  * @enum
2191
2191
  */
2192
2192
  export declare const TableFormat: {
2193
+ readonly DEFAULT: "Default";
2193
2194
  readonly GLUE: "Glue";
2194
2195
  readonly ICEBERG: "Iceberg";
2195
2196
  };
@@ -3333,7 +3334,7 @@ export interface CreateFlowDefinitionRequest {
3333
3334
  * @public
3334
3335
  * <p>An object containing information about the tasks the human reviewers will perform.</p>
3335
3336
  */
3336
- HumanLoopConfig: HumanLoopConfig | undefined;
3337
+ HumanLoopConfig?: HumanLoopConfig;
3337
3338
  /**
3338
3339
  * @public
3339
3340
  * <p>An object containing information about where the human review results will be uploaded.</p>
@@ -4101,6 +4102,16 @@ export interface HyperParameterTrainingJobDefinition {
4101
4102
  * </note>
4102
4103
  */
4103
4104
  ResourceConfig?: ResourceConfig;
4105
+ /**
4106
+ * @public
4107
+ * <p>The configuration for the hyperparameter tuning resources, including the compute
4108
+ * instances and storage volumes, used for training jobs launched by the tuning job. By
4109
+ * default, storage volumes hold model artifacts and incremental states. Choose
4110
+ * <code>File</code> for <code>TrainingInputMode</code> in the
4111
+ * <code>AlgorithmSpecification</code> parameter to additionally store training data in
4112
+ * the storage volume (optional).</p>
4113
+ */
4114
+ HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
4104
4115
  /**
4105
4116
  * @public
4106
4117
  * <p>Specifies a limit to how long a model hyperparameter training job can run. It also
@@ -4144,16 +4155,6 @@ export interface HyperParameterTrainingJobDefinition {
4144
4155
  * <code>InternalServerError</code>.</p>
4145
4156
  */
4146
4157
  RetryStrategy?: RetryStrategy;
4147
- /**
4148
- * @public
4149
- * <p>The configuration for the hyperparameter tuning resources, including the compute
4150
- * instances and storage volumes, used for training jobs launched by the tuning job. By
4151
- * default, storage volumes hold model artifacts and incremental states. Choose
4152
- * <code>File</code> for <code>TrainingInputMode</code> in the
4153
- * <code>AlgorithmSpecification</code> parameter to additionally store training data in
4154
- * the storage volume (optional).</p>
4155
- */
4156
- HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
4157
4158
  /**
4158
4159
  * @public
4159
4160
  * <p>An environment variable that you can pass into the SageMaker <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> API. You can use an existing <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html#sagemaker-CreateTrainingJob-request-Environment">environment variable from the training container</a> or use your own. See
@@ -5214,13 +5215,6 @@ export interface RecommendationJobContainerConfig {
5214
5215
  * <p>A list of the instance types that are used to generate inferences in real-time.</p>
5215
5216
  */
5216
5217
  SupportedInstanceTypes?: string[];
5217
- /**
5218
- * @public
5219
- * <p>Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form.
5220
- * This field is used for optimizing your model using SageMaker Neo. For more information, see
5221
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_InputConfig.html#sagemaker-Type-InputConfig-DataInputConfig">DataInputConfig</a>.</p>
5222
- */
5223
- DataInputConfig?: string;
5224
5218
  /**
5225
5219
  * @public
5226
5220
  * <p>The endpoint type to receive recommendations for. By default this is null, and the results of
@@ -5228,6 +5222,13 @@ export interface RecommendationJobContainerConfig {
5228
5222
  * By specifying a value for this field, you can receive a longer list of benchmarks for the desired endpoint type.</p>
5229
5223
  */
5230
5224
  SupportedEndpointType?: RecommendationJobSupportedEndpointType;
5225
+ /**
5226
+ * @public
5227
+ * <p>Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form.
5228
+ * This field is used for optimizing your model using SageMaker Neo. For more information, see
5229
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_InputConfig.html#sagemaker-Type-InputConfig-DataInputConfig">DataInputConfig</a>.</p>
5230
+ */
5231
+ DataInputConfig?: string;
5231
5232
  /**
5232
5233
  * @public
5233
5234
  * <p>The supported MIME types for the output data.</p>
@@ -5255,6 +5256,11 @@ export interface EndpointInputConfiguration {
5255
5256
  * <p>The instance types to use for the load test.</p>
5256
5257
  */
5257
5258
  InstanceType?: ProductionVariantInstanceType;
5259
+ /**
5260
+ * @public
5261
+ * <p>Specifies the serverless configuration for an endpoint variant.</p>
5262
+ */
5263
+ ServerlessConfig?: ProductionVariantServerlessConfig;
5258
5264
  /**
5259
5265
  * @public
5260
5266
  * <p>The inference specification name in the model package version.</p>
@@ -5265,11 +5271,6 @@ export interface EndpointInputConfiguration {
5265
5271
  * <p> The parameter you want to benchmark against.</p>
5266
5272
  */
5267
5273
  EnvironmentParameterRanges?: EnvironmentParameterRanges;
5268
- /**
5269
- * @public
5270
- * <p>Specifies the serverless configuration for an endpoint variant.</p>
5271
- */
5272
- ServerlessConfig?: ProductionVariantServerlessConfig;
5273
5274
  }
5274
5275
  /**
5275
5276
  * @public
@@ -5280,7 +5281,7 @@ export interface EndpointInfo {
5280
5281
  * @public
5281
5282
  * <p>The name of a customer's endpoint.</p>
5282
5283
  */
5283
- EndpointName: string | undefined;
5284
+ EndpointName?: string;
5284
5285
  }
5285
5286
  /**
5286
5287
  * @public
@@ -5404,6 +5405,11 @@ export interface RecommendationJobInputConfig {
5404
5405
  * <p>The Amazon Resource Name (ARN) of a versioned model package.</p>
5405
5406
  */
5406
5407
  ModelPackageVersionArn?: string;
5408
+ /**
5409
+ * @public
5410
+ * <p>The name of the created model.</p>
5411
+ */
5412
+ ModelName?: string;
5407
5413
  /**
5408
5414
  * @public
5409
5415
  * <p>Specifies the maximum duration of the job, in seconds. The maximum value is 18,000 seconds.</p>
@@ -5481,11 +5487,6 @@ export interface RecommendationJobInputConfig {
5481
5487
  * <p>Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.</p>
5482
5488
  */
5483
5489
  VpcConfig?: RecommendationJobVpcConfig;
5484
- /**
5485
- * @public
5486
- * <p>The name of the created model.</p>
5487
- */
5488
- ModelName?: string;
5489
5490
  }
5490
5491
  /**
5491
5492
  * @public
@@ -8676,18 +8677,6 @@ export interface CreateModelPackageInput {
8676
8677
  * <p>A unique token that guarantees that the call to this API is idempotent.</p>
8677
8678
  */
8678
8679
  ClientToken?: string;
8679
- /**
8680
- * @public
8681
- * <p>The metadata properties associated with the model package versions.</p>
8682
- */
8683
- CustomerMetadataProperties?: Record<string, string>;
8684
- /**
8685
- * @public
8686
- * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.
8687
- * For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection">Drift Detection against Previous Baselines in SageMaker Pipelines</a> in the <i>Amazon SageMaker Developer Guide</i>.
8688
- * </p>
8689
- */
8690
- DriftCheckBaselines?: DriftCheckBaselines;
8691
8680
  /**
8692
8681
  * @public
8693
8682
  * <p>The machine learning domain of your model package and its components. Common
@@ -8712,6 +8701,18 @@ export interface CreateModelPackageInput {
8712
8701
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html#API_runtime_InvokeEndpoint_RequestSyntax">InvokeEndpoint</a> call.</p>
8713
8702
  */
8714
8703
  SamplePayloadUrl?: string;
8704
+ /**
8705
+ * @public
8706
+ * <p>The metadata properties associated with the model package versions.</p>
8707
+ */
8708
+ CustomerMetadataProperties?: Record<string, string>;
8709
+ /**
8710
+ * @public
8711
+ * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.
8712
+ * For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection">Drift Detection against Previous Baselines in SageMaker Pipelines</a> in the <i>Amazon SageMaker Developer Guide</i>.
8713
+ * </p>
8714
+ */
8715
+ DriftCheckBaselines?: DriftCheckBaselines;
8715
8716
  /**
8716
8717
  * @public
8717
8718
  * <p>An array of additional Inference Specification objects. Each additional
@@ -9662,6 +9663,10 @@ export interface CreatePresignedDomainUrlRequest {
9662
9663
  * </li>
9663
9664
  * <li>
9664
9665
  * <p>
9666
+ * <code>app:CodeEditor:relative/path</code>: Directs users to the relative path in the Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.</p>
9667
+ * </li>
9668
+ * <li>
9669
+ * <p>
9665
9670
  * <code>app:Canvas:relative/path</code>: Directs users to the relative path in the Canvas application.</p>
9666
9671
  * </li>
9667
9672
  * </ul>
@@ -10464,11 +10469,6 @@ export interface SpaceSettings {
10464
10469
  * <p>The KernelGateway app settings.</p>
10465
10470
  */
10466
10471
  KernelGatewayAppSettings?: KernelGatewayAppSettings;
10467
- /**
10468
- * @public
10469
- * <p>The settings for the JupyterLab application.</p>
10470
- */
10471
- JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
10472
10472
  /**
10473
10473
  * @public
10474
10474
  * <p>The Code Editor application settings.</p>
@@ -10476,14 +10476,19 @@ export interface SpaceSettings {
10476
10476
  CodeEditorAppSettings?: SpaceCodeEditorAppSettings;
10477
10477
  /**
10478
10478
  * @public
10479
- * <p>The storage settings for a private space.</p>
10479
+ * <p>The settings for the JupyterLab application.</p>
10480
10480
  */
10481
- SpaceStorageSettings?: SpaceStorageSettings;
10481
+ JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
10482
10482
  /**
10483
10483
  * @public
10484
10484
  * <p>The type of app created within the space.</p>
10485
10485
  */
10486
10486
  AppType?: AppType;
10487
+ /**
10488
+ * @public
10489
+ * <p>The storage settings for a private space.</p>
10490
+ */
10491
+ SpaceStorageSettings?: SpaceStorageSettings;
10487
10492
  /**
10488
10493
  * @public
10489
10494
  * <p>A file system, created by you, that you assign to a space for an Amazon SageMaker
@@ -10541,11 +10546,6 @@ export interface CreateSpaceRequest {
10541
10546
  * <p>A collection of space settings.</p>
10542
10547
  */
10543
10548
  SpaceSettings?: SpaceSettings;
10544
- /**
10545
- * @public
10546
- * <p>The name of the space that appears in the SageMaker Studio UI.</p>
10547
- */
10548
- SpaceDisplayName?: string;
10549
10549
  /**
10550
10550
  * @public
10551
10551
  * <p>A collection of ownership settings.</p>
@@ -10556,6 +10556,11 @@ export interface CreateSpaceRequest {
10556
10556
  * <p>A collection of space sharing settings.</p>
10557
10557
  */
10558
10558
  SpaceSharingSettings?: SpaceSharingSettings;
10559
+ /**
10560
+ * @public
10561
+ * <p>The name of the space that appears in the SageMaker Studio UI.</p>
10562
+ */
10563
+ SpaceDisplayName?: string;
10559
10564
  }
10560
10565
  /**
10561
10566
  * @public
@@ -10576,6 +10581,8 @@ export declare const StudioLifecycleConfigAppType: {
10576
10581
  readonly JupyterLab: "JupyterLab";
10577
10582
  readonly JupyterServer: "JupyterServer";
10578
10583
  readonly KernelGateway: "KernelGateway";
10584
+ readonly Savitur: "Savitur";
10585
+ readonly VSCode: "VSCode";
10579
10586
  };
10580
10587
  /**
10581
10588
  * @public