@aws-sdk/client-sagemaker 3.558.0 → 3.560.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -11346,10 +11346,14 @@ var de_DefaultEbsStorageSettings = /* @__PURE__ */ __name((output, context) => {
11346
11346
  }, "de_DefaultEbsStorageSettings");
11347
11347
  var de_DefaultSpaceSettings = /* @__PURE__ */ __name((output, context) => {
11348
11348
  return (0, import_smithy_client.take)(output, {
11349
+ CustomFileSystemConfigs: (_) => de_CustomFileSystemConfigs(_, context),
11350
+ CustomPosixUserConfig: (_) => de_CustomPosixUserConfig(_, context),
11349
11351
  ExecutionRole: import_smithy_client.expectString,
11352
+ JupyterLabAppSettings: (_) => de_JupyterLabAppSettings(_, context),
11350
11353
  JupyterServerAppSettings: (_) => de_JupyterServerAppSettings(_, context),
11351
11354
  KernelGatewayAppSettings: (_) => de_KernelGatewayAppSettings(_, context),
11352
- SecurityGroups: (_) => de_SecurityGroupIds(_, context)
11355
+ SecurityGroups: (_) => de_SecurityGroupIds(_, context),
11356
+ SpaceStorageSettings: (_) => de_DefaultSpaceStorageSettings(_, context)
11353
11357
  });
11354
11358
  }, "de_DefaultSpaceSettings");
11355
11359
  var de_DefaultSpaceStorageSettings = /* @__PURE__ */ __name((output, context) => {
@@ -9052,10 +9052,14 @@ const de_DefaultEbsStorageSettings = (output, context) => {
9052
9052
  };
9053
9053
  const de_DefaultSpaceSettings = (output, context) => {
9054
9054
  return take(output, {
9055
+ CustomFileSystemConfigs: (_) => de_CustomFileSystemConfigs(_, context),
9056
+ CustomPosixUserConfig: (_) => de_CustomPosixUserConfig(_, context),
9055
9057
  ExecutionRole: __expectString,
9058
+ JupyterLabAppSettings: (_) => de_JupyterLabAppSettings(_, context),
9056
9059
  JupyterServerAppSettings: (_) => de_JupyterServerAppSettings(_, context),
9057
9060
  KernelGatewayAppSettings: (_) => de_KernelGatewayAppSettings(_, context),
9058
9061
  SecurityGroups: (_) => de_SecurityGroupIds(_, context),
9062
+ SpaceStorageSettings: (_) => de_DefaultSpaceStorageSettings(_, context),
9059
9063
  });
9060
9064
  };
9061
9065
  const de_DefaultSpaceStorageSettings = (output, context) => {
@@ -301,6 +301,34 @@ declare const CreateDomainCommand_base: {
301
301
  * ],
302
302
  * LifecycleConfigArns: "<LifecycleConfigArns>",
303
303
  * },
304
+ * JupyterLabAppSettings: {
305
+ * DefaultResourceSpec: "<ResourceSpec>",
306
+ * CustomImages: "<CustomImages>",
307
+ * LifecycleConfigArns: "<LifecycleConfigArns>",
308
+ * CodeRepositories: [
309
+ * {
310
+ * RepositoryUrl: "STRING_VALUE", // required
311
+ * },
312
+ * ],
313
+ * },
314
+ * SpaceStorageSettings: {
315
+ * DefaultEbsStorageSettings: {
316
+ * DefaultEbsVolumeSizeInGb: Number("int"), // required
317
+ * MaximumEbsVolumeSizeInGb: Number("int"), // required
318
+ * },
319
+ * },
320
+ * CustomPosixUserConfig: {
321
+ * Uid: Number("long"), // required
322
+ * Gid: Number("long"), // required
323
+ * },
324
+ * CustomFileSystemConfigs: [
325
+ * {// Union: only one key present
326
+ * EFSFileSystemConfig: {
327
+ * FileSystemId: "STRING_VALUE", // required
328
+ * FileSystemPath: "STRING_VALUE",
329
+ * },
330
+ * },
331
+ * ],
304
332
  * },
305
333
  * };
306
334
  * const command = new CreateDomainCommand(input);
@@ -268,6 +268,34 @@ declare const DescribeDomainCommand_base: {
268
268
  * // ],
269
269
  * // LifecycleConfigArns: "<LifecycleConfigArns>",
270
270
  * // },
271
+ * // JupyterLabAppSettings: {
272
+ * // DefaultResourceSpec: "<ResourceSpec>",
273
+ * // CustomImages: "<CustomImages>",
274
+ * // LifecycleConfigArns: "<LifecycleConfigArns>",
275
+ * // CodeRepositories: [
276
+ * // {
277
+ * // RepositoryUrl: "STRING_VALUE", // required
278
+ * // },
279
+ * // ],
280
+ * // },
281
+ * // SpaceStorageSettings: {
282
+ * // DefaultEbsStorageSettings: {
283
+ * // DefaultEbsVolumeSizeInGb: Number("int"), // required
284
+ * // MaximumEbsVolumeSizeInGb: Number("int"), // required
285
+ * // },
286
+ * // },
287
+ * // CustomPosixUserConfig: {
288
+ * // Uid: Number("long"), // required
289
+ * // Gid: Number("long"), // required
290
+ * // },
291
+ * // CustomFileSystemConfigs: [
292
+ * // {// Union: only one key present
293
+ * // EFSFileSystemConfig: {
294
+ * // FileSystemId: "STRING_VALUE", // required
295
+ * // FileSystemPath: "STRING_VALUE",
296
+ * // },
297
+ * // },
298
+ * // ],
271
299
  * // },
272
300
  * // };
273
301
  *
@@ -244,6 +244,34 @@ declare const UpdateDomainCommand_base: {
244
244
  * ],
245
245
  * LifecycleConfigArns: "<LifecycleConfigArns>",
246
246
  * },
247
+ * JupyterLabAppSettings: {
248
+ * DefaultResourceSpec: "<ResourceSpec>",
249
+ * CustomImages: "<CustomImages>",
250
+ * LifecycleConfigArns: "<LifecycleConfigArns>",
251
+ * CodeRepositories: [
252
+ * {
253
+ * RepositoryUrl: "STRING_VALUE", // required
254
+ * },
255
+ * ],
256
+ * },
257
+ * SpaceStorageSettings: {
258
+ * DefaultEbsStorageSettings: {
259
+ * DefaultEbsVolumeSizeInGb: Number("int"), // required
260
+ * MaximumEbsVolumeSizeInGb: Number("int"), // required
261
+ * },
262
+ * },
263
+ * CustomPosixUserConfig: {
264
+ * Uid: Number("long"), // required
265
+ * Gid: Number("long"), // required
266
+ * },
267
+ * CustomFileSystemConfigs: [
268
+ * {// Union: only one key present
269
+ * EFSFileSystemConfig: {
270
+ * FileSystemId: "STRING_VALUE", // required
271
+ * FileSystemPath: "STRING_VALUE",
272
+ * },
273
+ * },
274
+ * ],
247
275
  * },
248
276
  * SubnetIds: [ // Subnets
249
277
  * "STRING_VALUE",
@@ -1001,6 +1001,98 @@ export interface CreateDeviceFleetRequest {
1001
1001
  */
1002
1002
  EnableIotRoleAlias?: boolean;
1003
1003
  }
1004
+ /**
1005
+ * <p>The settings for assigning a custom Amazon EFS file system to a user profile
1006
+ * or space for an Amazon SageMaker Domain.</p>
1007
+ * @public
1008
+ */
1009
+ export interface EFSFileSystemConfig {
1010
+ /**
1011
+ * <p>The ID of your Amazon EFS file system.</p>
1012
+ * @public
1013
+ */
1014
+ FileSystemId: string | undefined;
1015
+ /**
1016
+ * <p>The path to the file system directory that is accessible in Amazon SageMaker
1017
+ * Studio. Permitted users can access only this directory and below.</p>
1018
+ * @public
1019
+ */
1020
+ FileSystemPath?: string;
1021
+ }
1022
+ /**
1023
+ * <p>The settings for assigning a custom file system to a user profile or space for an
1024
+ * Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
1025
+ * @public
1026
+ */
1027
+ export type CustomFileSystemConfig = CustomFileSystemConfig.EFSFileSystemConfigMember | CustomFileSystemConfig.$UnknownMember;
1028
+ /**
1029
+ * @public
1030
+ */
1031
+ export declare namespace CustomFileSystemConfig {
1032
+ /**
1033
+ * <p>The settings for a custom Amazon EFS file system.</p>
1034
+ * @public
1035
+ */
1036
+ interface EFSFileSystemConfigMember {
1037
+ EFSFileSystemConfig: EFSFileSystemConfig;
1038
+ $unknown?: never;
1039
+ }
1040
+ /**
1041
+ * @public
1042
+ */
1043
+ interface $UnknownMember {
1044
+ EFSFileSystemConfig?: never;
1045
+ $unknown: [string, any];
1046
+ }
1047
+ interface Visitor<T> {
1048
+ EFSFileSystemConfig: (value: EFSFileSystemConfig) => T;
1049
+ _: (name: string, value: any) => T;
1050
+ }
1051
+ const visit: <T>(value: CustomFileSystemConfig, visitor: Visitor<T>) => T;
1052
+ }
1053
+ /**
1054
+ * <p>Details about the POSIX identity that is used for file system operations.</p>
1055
+ * @public
1056
+ */
1057
+ export interface CustomPosixUserConfig {
1058
+ /**
1059
+ * <p>The POSIX user ID.</p>
1060
+ * @public
1061
+ */
1062
+ Uid: number | undefined;
1063
+ /**
1064
+ * <p>The POSIX group ID.</p>
1065
+ * @public
1066
+ */
1067
+ Gid: number | undefined;
1068
+ }
1069
+ /**
1070
+ * <p>The settings for the JupyterLab application.</p>
1071
+ * @public
1072
+ */
1073
+ export interface JupyterLabAppSettings {
1074
+ /**
1075
+ * <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
1076
+ * the version runs on.</p>
1077
+ * @public
1078
+ */
1079
+ DefaultResourceSpec?: ResourceSpec;
1080
+ /**
1081
+ * <p>A list of custom SageMaker images that are configured to run as a JupyterLab app.</p>
1082
+ * @public
1083
+ */
1084
+ CustomImages?: CustomImage[];
1085
+ /**
1086
+ * <p>The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set <code>LifecycleConfigArns</code> to an empty list.</p>
1087
+ * @public
1088
+ */
1089
+ LifecycleConfigArns?: string[];
1090
+ /**
1091
+ * <p>A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.</p>
1092
+ * @public
1093
+ */
1094
+ CodeRepositories?: CodeRepository[];
1095
+ }
1004
1096
  /**
1005
1097
  * <p>The JupyterServer app settings.</p>
1006
1098
  * @public
@@ -1055,122 +1147,77 @@ export interface KernelGatewayAppSettings {
1055
1147
  LifecycleConfigArns?: string[];
1056
1148
  }
1057
1149
  /**
1058
- * <p>A collection of settings that apply to spaces created in the domain.</p>
1150
+ * <p>A collection of default EBS storage settings that apply to spaces created within a domain or user profile.</p>
1059
1151
  * @public
1060
1152
  */
1061
- export interface DefaultSpaceSettings {
1062
- /**
1063
- * <p>The ARN of the execution role for the space.</p>
1064
- * @public
1065
- */
1066
- ExecutionRole?: string;
1067
- /**
1068
- * <p>The security group IDs for the Amazon VPC that the space uses for communication.</p>
1069
- * @public
1070
- */
1071
- SecurityGroups?: string[];
1153
+ export interface DefaultEbsStorageSettings {
1072
1154
  /**
1073
- * <p>The JupyterServer app settings.</p>
1155
+ * <p>The default size of the EBS storage volume for a space.</p>
1074
1156
  * @public
1075
1157
  */
1076
- JupyterServerAppSettings?: JupyterServerAppSettings;
1158
+ DefaultEbsVolumeSizeInGb: number | undefined;
1077
1159
  /**
1078
- * <p>The KernelGateway app settings.</p>
1160
+ * <p>The maximum size of the EBS storage volume for a space.</p>
1079
1161
  * @public
1080
1162
  */
1081
- KernelGatewayAppSettings?: KernelGatewayAppSettings;
1163
+ MaximumEbsVolumeSizeInGb: number | undefined;
1082
1164
  }
1083
1165
  /**
1084
- * <p>The settings for assigning a custom Amazon EFS file system to a user profile
1085
- * or space for an Amazon SageMaker Domain.</p>
1166
+ * <p>The default storage settings for a space.</p>
1086
1167
  * @public
1087
1168
  */
1088
- export interface EFSFileSystemConfig {
1089
- /**
1090
- * <p>The ID of your Amazon EFS file system.</p>
1091
- * @public
1092
- */
1093
- FileSystemId: string | undefined;
1169
+ export interface DefaultSpaceStorageSettings {
1094
1170
  /**
1095
- * <p>The path to the file system directory that is accessible in Amazon SageMaker
1096
- * Studio. Permitted users can access only this directory and below.</p>
1171
+ * <p>The default EBS storage settings for a space.</p>
1097
1172
  * @public
1098
1173
  */
1099
- FileSystemPath?: string;
1174
+ DefaultEbsStorageSettings?: DefaultEbsStorageSettings;
1100
1175
  }
1101
1176
  /**
1102
- * <p>The settings for assigning a custom file system to a user profile or space for an
1103
- * Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
1104
- * @public
1105
- */
1106
- export type CustomFileSystemConfig = CustomFileSystemConfig.EFSFileSystemConfigMember | CustomFileSystemConfig.$UnknownMember;
1107
- /**
1177
+ * <p>A collection of settings that apply to spaces created in the domain.</p>
1108
1178
  * @public
1109
1179
  */
1110
- export declare namespace CustomFileSystemConfig {
1180
+ export interface DefaultSpaceSettings {
1111
1181
  /**
1112
- * <p>The settings for a custom Amazon EFS file system.</p>
1182
+ * <p>The ARN of the execution role for the space.</p>
1113
1183
  * @public
1114
1184
  */
1115
- interface EFSFileSystemConfigMember {
1116
- EFSFileSystemConfig: EFSFileSystemConfig;
1117
- $unknown?: never;
1118
- }
1185
+ ExecutionRole?: string;
1119
1186
  /**
1187
+ * <p>The security group IDs for the Amazon VPC that the space uses for communication.</p>
1120
1188
  * @public
1121
1189
  */
1122
- interface $UnknownMember {
1123
- EFSFileSystemConfig?: never;
1124
- $unknown: [string, any];
1125
- }
1126
- interface Visitor<T> {
1127
- EFSFileSystemConfig: (value: EFSFileSystemConfig) => T;
1128
- _: (name: string, value: any) => T;
1129
- }
1130
- const visit: <T>(value: CustomFileSystemConfig, visitor: Visitor<T>) => T;
1131
- }
1132
- /**
1133
- * <p>Details about the POSIX identity that is used for file system operations.</p>
1134
- * @public
1135
- */
1136
- export interface CustomPosixUserConfig {
1190
+ SecurityGroups?: string[];
1137
1191
  /**
1138
- * <p>The POSIX user ID.</p>
1192
+ * <p>The JupyterServer app settings.</p>
1139
1193
  * @public
1140
1194
  */
1141
- Uid: number | undefined;
1195
+ JupyterServerAppSettings?: JupyterServerAppSettings;
1142
1196
  /**
1143
- * <p>The POSIX group ID.</p>
1197
+ * <p>The KernelGateway app settings.</p>
1144
1198
  * @public
1145
1199
  */
1146
- Gid: number | undefined;
1147
- }
1148
- /**
1149
- * <p>The settings for the JupyterLab application.</p>
1150
- * @public
1151
- */
1152
- export interface JupyterLabAppSettings {
1200
+ KernelGatewayAppSettings?: KernelGatewayAppSettings;
1153
1201
  /**
1154
- * <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
1155
- * the version runs on.</p>
1202
+ * <p>The settings for the JupyterLab application.</p>
1156
1203
  * @public
1157
1204
  */
1158
- DefaultResourceSpec?: ResourceSpec;
1205
+ JupyterLabAppSettings?: JupyterLabAppSettings;
1159
1206
  /**
1160
- * <p>A list of custom SageMaker images that are configured to run as a JupyterLab app.</p>
1207
+ * <p>The default storage settings for a space.</p>
1161
1208
  * @public
1162
1209
  */
1163
- CustomImages?: CustomImage[];
1210
+ SpaceStorageSettings?: DefaultSpaceStorageSettings;
1164
1211
  /**
1165
- * <p>The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set <code>LifecycleConfigArns</code> to an empty list.</p>
1212
+ * <p>Details about the POSIX identity that is used for file system operations.</p>
1166
1213
  * @public
1167
1214
  */
1168
- LifecycleConfigArns?: string[];
1215
+ CustomPosixUserConfig?: CustomPosixUserConfig;
1169
1216
  /**
1170
- * <p>A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.</p>
1217
+ * <p>The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
1171
1218
  * @public
1172
1219
  */
1173
- CodeRepositories?: CodeRepository[];
1220
+ CustomFileSystemConfigs?: CustomFileSystemConfig[];
1174
1221
  }
1175
1222
  /**
1176
1223
  * <p>A collection of settings that apply to an <code>RSessionGateway</code> app.</p>
@@ -1273,33 +1320,6 @@ export interface SharingSettings {
1273
1320
  */
1274
1321
  S3KmsKeyId?: string;
1275
1322
  }
1276
- /**
1277
- * <p>A collection of default EBS storage settings that applies to private spaces created within a domain or user profile.</p>
1278
- * @public
1279
- */
1280
- export interface DefaultEbsStorageSettings {
1281
- /**
1282
- * <p>The default size of the EBS storage volume for a private space.</p>
1283
- * @public
1284
- */
1285
- DefaultEbsVolumeSizeInGb: number | undefined;
1286
- /**
1287
- * <p>The maximum size of the EBS storage volume for a private space.</p>
1288
- * @public
1289
- */
1290
- MaximumEbsVolumeSizeInGb: number | undefined;
1291
- }
1292
- /**
1293
- * <p>The default storage settings for a private space.</p>
1294
- * @public
1295
- */
1296
- export interface DefaultSpaceStorageSettings {
1297
- /**
1298
- * <p>The default EBS storage settings for a private space.</p>
1299
- * @public
1300
- */
1301
- DefaultEbsStorageSettings?: DefaultEbsStorageSettings;
1302
- }
1303
1323
  /**
1304
1324
  * @public
1305
1325
  * @enum
@@ -1397,7 +1417,7 @@ export interface UserSettings {
1397
1417
  */
1398
1418
  JupyterLabAppSettings?: JupyterLabAppSettings;
1399
1419
  /**
1400
- * <p>The storage settings for a private space.</p>
1420
+ * <p>The storage settings for a space.</p>
1401
1421
  * @public
1402
1422
  */
1403
1423
  SpaceStorageSettings?: DefaultSpaceStorageSettings;
@@ -10905,7 +10925,7 @@ export interface CreateProjectOutput {
10905
10925
  */
10906
10926
  export interface OwnershipSettings {
10907
10927
  /**
10908
- * <p>The user profile who is the owner of the private space.</p>
10928
+ * <p>The user profile who is the owner of the space.</p>
10909
10929
  * @public
10910
10930
  */
10911
10931
  OwnerUserProfileName: string | undefined;
@@ -10984,23 +11004,23 @@ export interface SpaceJupyterLabAppSettings {
10984
11004
  CodeRepositories?: CodeRepository[];
10985
11005
  }
10986
11006
  /**
10987
- * <p>A collection of EBS storage settings that applies to private spaces.</p>
11007
+ * <p>A collection of EBS storage settings that apply to both private and shared spaces.</p>
10988
11008
  * @public
10989
11009
  */
10990
11010
  export interface EbsStorageSettings {
10991
11011
  /**
10992
- * <p>The size of an EBS storage volume for a private space.</p>
11012
+ * <p>The size of an EBS storage volume for a space.</p>
10993
11013
  * @public
10994
11014
  */
10995
11015
  EbsVolumeSizeInGb: number | undefined;
10996
11016
  }
10997
11017
  /**
10998
- * <p>The storage settings for a private space.</p>
11018
+ * <p>The storage settings for a space.</p>
10999
11019
  * @public
11000
11020
  */
11001
11021
  export interface SpaceStorageSettings {
11002
11022
  /**
11003
- * <p>A collection of EBS storage settings for a private space.</p>
11023
+ * <p>A collection of EBS storage settings for a space.</p>
11004
11024
  * @public
11005
11025
  */
11006
11026
  EbsStorageSettings?: EbsStorageSettings;
@@ -11036,7 +11056,7 @@ export interface SpaceSettings {
11036
11056
  */
11037
11057
  AppType?: AppType;
11038
11058
  /**
11039
- * <p>The storage settings for a private space.</p>
11059
+ * <p>The storage settings for a space.</p>
11040
11060
  * @public
11041
11061
  */
11042
11062
  SpaceStorageSettings?: SpaceStorageSettings;
@@ -959,7 +959,7 @@ export interface ListSpacesRequest {
959
959
  */
960
960
  export interface OwnershipSettingsSummary {
961
961
  /**
962
- * <p>The user profile who is the owner of the private space.</p>
962
+ * <p>The user profile who is the owner of the space.</p>
963
963
  * @public
964
964
  */
965
965
  OwnerUserProfileName?: string;
@@ -975,7 +975,7 @@ export interface SpaceSettingsSummary {
975
975
  */
976
976
  AppType?: AppType;
977
977
  /**
978
- * <p>The storage settings for a private space.</p>
978
+ * <p>The storage settings for a space.</p>
979
979
  * @public
980
980
  */
981
981
  SpaceStorageSettings?: SpaceStorageSettings;
@@ -249,22 +249,6 @@ export interface CreateDeviceFleetRequest {
249
249
  Tags?: Tag[];
250
250
  EnableIotRoleAlias?: boolean;
251
251
  }
252
- export interface JupyterServerAppSettings {
253
- DefaultResourceSpec?: ResourceSpec;
254
- LifecycleConfigArns?: string[];
255
- CodeRepositories?: CodeRepository[];
256
- }
257
- export interface KernelGatewayAppSettings {
258
- DefaultResourceSpec?: ResourceSpec;
259
- CustomImages?: CustomImage[];
260
- LifecycleConfigArns?: string[];
261
- }
262
- export interface DefaultSpaceSettings {
263
- ExecutionRole?: string;
264
- SecurityGroups?: string[];
265
- JupyterServerAppSettings?: JupyterServerAppSettings;
266
- KernelGatewayAppSettings?: KernelGatewayAppSettings;
267
- }
268
252
  export interface EFSFileSystemConfig {
269
253
  FileSystemId: string | undefined;
270
254
  FileSystemPath?: string;
@@ -297,6 +281,33 @@ export interface JupyterLabAppSettings {
297
281
  LifecycleConfigArns?: string[];
298
282
  CodeRepositories?: CodeRepository[];
299
283
  }
284
+ export interface JupyterServerAppSettings {
285
+ DefaultResourceSpec?: ResourceSpec;
286
+ LifecycleConfigArns?: string[];
287
+ CodeRepositories?: CodeRepository[];
288
+ }
289
+ export interface KernelGatewayAppSettings {
290
+ DefaultResourceSpec?: ResourceSpec;
291
+ CustomImages?: CustomImage[];
292
+ LifecycleConfigArns?: string[];
293
+ }
294
+ export interface DefaultEbsStorageSettings {
295
+ DefaultEbsVolumeSizeInGb: number | undefined;
296
+ MaximumEbsVolumeSizeInGb: number | undefined;
297
+ }
298
+ export interface DefaultSpaceStorageSettings {
299
+ DefaultEbsStorageSettings?: DefaultEbsStorageSettings;
300
+ }
301
+ export interface DefaultSpaceSettings {
302
+ ExecutionRole?: string;
303
+ SecurityGroups?: string[];
304
+ JupyterServerAppSettings?: JupyterServerAppSettings;
305
+ KernelGatewayAppSettings?: KernelGatewayAppSettings;
306
+ JupyterLabAppSettings?: JupyterLabAppSettings;
307
+ SpaceStorageSettings?: DefaultSpaceStorageSettings;
308
+ CustomPosixUserConfig?: CustomPosixUserConfig;
309
+ CustomFileSystemConfigs?: CustomFileSystemConfig[];
310
+ }
300
311
  export interface RSessionAppSettings {
301
312
  DefaultResourceSpec?: ResourceSpec;
302
313
  CustomImages?: CustomImage[];
@@ -328,13 +339,6 @@ export interface SharingSettings {
328
339
  S3OutputPath?: string;
329
340
  S3KmsKeyId?: string;
330
341
  }
331
- export interface DefaultEbsStorageSettings {
332
- DefaultEbsVolumeSizeInGb: number | undefined;
333
- MaximumEbsVolumeSizeInGb: number | undefined;
334
- }
335
- export interface DefaultSpaceStorageSettings {
336
- DefaultEbsStorageSettings?: DefaultEbsStorageSettings;
337
- }
338
342
  export declare const StudioWebPortal: {
339
343
  readonly Disabled: "DISABLED";
340
344
  readonly Enabled: "ENABLED";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.558.0",
4
+ "version": "3.560.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker",