Skip to content

Commit

Permalink
feat(client-sagemaker): This release adds support for Real-Time Colla…
Browse files Browse the repository at this point in the history
…boration and Shared Space for JupyterLab App on SageMaker Studio.
  • Loading branch information
awstools committed Apr 22, 2024
1 parent 6b9a783 commit bd00d59
Show file tree
Hide file tree
Showing 7 changed files with 264 additions and 137 deletions.
28 changes: 28 additions & 0 deletions clients/client-sagemaker/src/commands/CreateDomainCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,34 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
* ],
* LifecycleConfigArns: "<LifecycleConfigArns>",
* },
* JupyterLabAppSettings: {
* DefaultResourceSpec: "<ResourceSpec>",
* CustomImages: "<CustomImages>",
* LifecycleConfigArns: "<LifecycleConfigArns>",
* CodeRepositories: [
* {
* RepositoryUrl: "STRING_VALUE", // required
* },
* ],
* },
* SpaceStorageSettings: {
* DefaultEbsStorageSettings: {
* DefaultEbsVolumeSizeInGb: Number("int"), // required
* MaximumEbsVolumeSizeInGb: Number("int"), // required
* },
* },
* CustomPosixUserConfig: {
* Uid: Number("long"), // required
* Gid: Number("long"), // required
* },
* CustomFileSystemConfigs: [
* {// Union: only one key present
* EFSFileSystemConfig: {
* FileSystemId: "STRING_VALUE", // required
* FileSystemPath: "STRING_VALUE",
* },
* },
* ],
* },
* };
* const command = new CreateDomainCommand(input);
Expand Down
28 changes: 28 additions & 0 deletions clients/client-sagemaker/src/commands/DescribeDomainCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,34 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
* // ],
* // LifecycleConfigArns: "<LifecycleConfigArns>",
* // },
* // JupyterLabAppSettings: {
* // DefaultResourceSpec: "<ResourceSpec>",
* // CustomImages: "<CustomImages>",
* // LifecycleConfigArns: "<LifecycleConfigArns>",
* // CodeRepositories: [
* // {
* // RepositoryUrl: "STRING_VALUE", // required
* // },
* // ],
* // },
* // SpaceStorageSettings: {
* // DefaultEbsStorageSettings: {
* // DefaultEbsVolumeSizeInGb: Number("int"), // required
* // MaximumEbsVolumeSizeInGb: Number("int"), // required
* // },
* // },
* // CustomPosixUserConfig: {
* // Uid: Number("long"), // required
* // Gid: Number("long"), // required
* // },
* // CustomFileSystemConfigs: [
* // {// Union: only one key present
* // EFSFileSystemConfig: {
* // FileSystemId: "STRING_VALUE", // required
* // FileSystemPath: "STRING_VALUE",
* // },
* // },
* // ],
* // },
* // };
*
Expand Down
28 changes: 28 additions & 0 deletions clients/client-sagemaker/src/commands/UpdateDomainCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,34 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
* ],
* LifecycleConfigArns: "<LifecycleConfigArns>",
* },
* JupyterLabAppSettings: {
* DefaultResourceSpec: "<ResourceSpec>",
* CustomImages: "<CustomImages>",
* LifecycleConfigArns: "<LifecycleConfigArns>",
* CodeRepositories: [
* {
* RepositoryUrl: "STRING_VALUE", // required
* },
* ],
* },
* SpaceStorageSettings: {
* DefaultEbsStorageSettings: {
* DefaultEbsVolumeSizeInGb: Number("int"), // required
* MaximumEbsVolumeSizeInGb: Number("int"), // required
* },
* },
* CustomPosixUserConfig: {
* Uid: Number("long"), // required
* Gid: Number("long"), // required
* },
* CustomFileSystemConfigs: [
* {// Union: only one key present
* EFSFileSystemConfig: {
* FileSystemId: "STRING_VALUE", // required
* FileSystemPath: "STRING_VALUE",
* },
* },
* ],
* },
* SubnetIds: [ // Subnets
* "STRING_VALUE",
Expand Down
Loading

0 comments on commit bd00d59

Please sign in to comment.