Skip to content

Commit bd00d59

Browse files
author
awstools
committed
feat(client-sagemaker): This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio.
1 parent 6b9a783 commit bd00d59

File tree

7 files changed

+264
-137
lines changed

7 files changed

+264
-137
lines changed

clients/client-sagemaker/src/commands/CreateDomainCommand.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,34 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
302302
* ],
303303
* LifecycleConfigArns: "<LifecycleConfigArns>",
304304
* },
305+
* JupyterLabAppSettings: {
306+
* DefaultResourceSpec: "<ResourceSpec>",
307+
* CustomImages: "<CustomImages>",
308+
* LifecycleConfigArns: "<LifecycleConfigArns>",
309+
* CodeRepositories: [
310+
* {
311+
* RepositoryUrl: "STRING_VALUE", // required
312+
* },
313+
* ],
314+
* },
315+
* SpaceStorageSettings: {
316+
* DefaultEbsStorageSettings: {
317+
* DefaultEbsVolumeSizeInGb: Number("int"), // required
318+
* MaximumEbsVolumeSizeInGb: Number("int"), // required
319+
* },
320+
* },
321+
* CustomPosixUserConfig: {
322+
* Uid: Number("long"), // required
323+
* Gid: Number("long"), // required
324+
* },
325+
* CustomFileSystemConfigs: [
326+
* {// Union: only one key present
327+
* EFSFileSystemConfig: {
328+
* FileSystemId: "STRING_VALUE", // required
329+
* FileSystemPath: "STRING_VALUE",
330+
* },
331+
* },
332+
* ],
305333
* },
306334
* };
307335
* const command = new CreateDomainCommand(input);

clients/client-sagemaker/src/commands/DescribeDomainCommand.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,34 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
269269
* // ],
270270
* // LifecycleConfigArns: "<LifecycleConfigArns>",
271271
* // },
272+
* // JupyterLabAppSettings: {
273+
* // DefaultResourceSpec: "<ResourceSpec>",
274+
* // CustomImages: "<CustomImages>",
275+
* // LifecycleConfigArns: "<LifecycleConfigArns>",
276+
* // CodeRepositories: [
277+
* // {
278+
* // RepositoryUrl: "STRING_VALUE", // required
279+
* // },
280+
* // ],
281+
* // },
282+
* // SpaceStorageSettings: {
283+
* // DefaultEbsStorageSettings: {
284+
* // DefaultEbsVolumeSizeInGb: Number("int"), // required
285+
* // MaximumEbsVolumeSizeInGb: Number("int"), // required
286+
* // },
287+
* // },
288+
* // CustomPosixUserConfig: {
289+
* // Uid: Number("long"), // required
290+
* // Gid: Number("long"), // required
291+
* // },
292+
* // CustomFileSystemConfigs: [
293+
* // {// Union: only one key present
294+
* // EFSFileSystemConfig: {
295+
* // FileSystemId: "STRING_VALUE", // required
296+
* // FileSystemPath: "STRING_VALUE",
297+
* // },
298+
* // },
299+
* // ],
272300
* // },
273301
* // };
274302
*

clients/client-sagemaker/src/commands/UpdateDomainCommand.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,34 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
245245
* ],
246246
* LifecycleConfigArns: "<LifecycleConfigArns>",
247247
* },
248+
* JupyterLabAppSettings: {
249+
* DefaultResourceSpec: "<ResourceSpec>",
250+
* CustomImages: "<CustomImages>",
251+
* LifecycleConfigArns: "<LifecycleConfigArns>",
252+
* CodeRepositories: [
253+
* {
254+
* RepositoryUrl: "STRING_VALUE", // required
255+
* },
256+
* ],
257+
* },
258+
* SpaceStorageSettings: {
259+
* DefaultEbsStorageSettings: {
260+
* DefaultEbsVolumeSizeInGb: Number("int"), // required
261+
* MaximumEbsVolumeSizeInGb: Number("int"), // required
262+
* },
263+
* },
264+
* CustomPosixUserConfig: {
265+
* Uid: Number("long"), // required
266+
* Gid: Number("long"), // required
267+
* },
268+
* CustomFileSystemConfigs: [
269+
* {// Union: only one key present
270+
* EFSFileSystemConfig: {
271+
* FileSystemId: "STRING_VALUE", // required
272+
* FileSystemPath: "STRING_VALUE",
273+
* },
274+
* },
275+
* ],
248276
* },
249277
* SubnetIds: [ // Subnets
250278
* "STRING_VALUE",

0 commit comments

Comments
 (0)