@aws-sdk/client-sagemaker 3.462.0 → 3.464.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/models/models_0.js +15 -13
- package/dist-cjs/models/models_1.js +23 -22
- package/dist-cjs/models/models_2.js +22 -45
- package/dist-cjs/models/models_3.js +46 -22
- package/dist-cjs/models/models_4.js +21 -1
- package/dist-cjs/protocols/Aws_json1_1.js +180 -2
- package/dist-es/models/models_0.js +14 -12
- package/dist-es/models/models_1.js +22 -21
- package/dist-es/models/models_2.js +21 -44
- package/dist-es/models/models_3.js +44 -20
- package/dist-es/models/models_4.js +20 -0
- package/dist-es/protocols/Aws_json1_1.js +179 -1
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +50 -10
- package/dist-types/commands/CreateSpaceCommand.d.ts +43 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +49 -2
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +50 -10
- package/dist-types/commands/DescribeSpaceCommand.d.ts +43 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +49 -2
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListAppsCommand.d.ts +8 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +15 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +49 -9
- package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +48 -0
- package/dist-types/models/models_0.d.ts +184 -176
- package/dist-types/models/models_1.d.ts +383 -796
- package/dist-types/models/models_2.d.ts +4794 -5178
- package/dist-types/models/models_3.d.ts +5376 -4691
- package/dist-types/models/models_4.d.ts +598 -13
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +68 -65
- package/dist-types/ts3.4/models/models_1.d.ts +116 -160
- package/dist-types/ts3.4/models/models_2.d.ts +162 -203
- package/dist-types/ts3.4/models/models_3.d.ts +227 -130
- package/dist-types/ts3.4/models/models_4.d.ts +165 -17
- package/package.json +1 -1
|
@@ -46,11 +46,18 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare
|
|
|
46
46
|
* // { // AppDetails
|
|
47
47
|
* // DomainId: "STRING_VALUE",
|
|
48
48
|
* // UserProfileName: "STRING_VALUE",
|
|
49
|
-
* // AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway",
|
|
49
|
+
* // AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway" || "JupyterLab" || "CodeEditor",
|
|
50
50
|
* // AppName: "STRING_VALUE",
|
|
51
51
|
* // Status: "Deleted" || "Deleting" || "Failed" || "InService" || "Pending",
|
|
52
52
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
53
53
|
* // SpaceName: "STRING_VALUE",
|
|
54
|
+
* // ResourceSpec: { // ResourceSpec
|
|
55
|
+
* // SageMakerImageArn: "STRING_VALUE",
|
|
56
|
+
* // SageMakerImageVersionArn: "STRING_VALUE",
|
|
57
|
+
* // SageMakerImageVersionAlias: "STRING_VALUE",
|
|
58
|
+
* // InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
59
|
+
* // LifecycleConfigArn: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
54
61
|
* // },
|
|
55
62
|
* // ],
|
|
56
63
|
* // NextToken: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListPipelineExecutionStepsRequest
|
|
4
|
+
import { ListPipelineExecutionStepsRequest } from "../models/models_3";
|
|
5
|
+
import { ListPipelineExecutionStepsResponse } from "../models/models_4";
|
|
5
6
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListPipelineParametersForExecutionRequest, ListPipelineParametersForExecutionResponse } from "../models/
|
|
4
|
+
import { ListPipelineParametersForExecutionRequest, ListPipelineParametersForExecutionResponse } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListPipelinesRequest, ListPipelinesResponse } from "../models/
|
|
4
|
+
import { ListPipelinesRequest, ListPipelinesResponse } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListProcessingJobsRequest, ListProcessingJobsResponse } from "../models/
|
|
4
|
+
import { ListProcessingJobsRequest, ListProcessingJobsResponse } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListProjectsInput, ListProjectsOutput } from "../models/
|
|
4
|
+
import { ListProjectsInput, ListProjectsOutput } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -48,6 +48,21 @@ export interface ListSpacesCommandOutput extends ListSpacesResponse, __MetadataB
|
|
|
48
48
|
* // Status: "Deleting" || "Failed" || "InService" || "Pending" || "Updating" || "Update_Failed" || "Delete_Failed",
|
|
49
49
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
50
50
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // SpaceDisplayName: "STRING_VALUE",
|
|
52
|
+
* // SpaceSettingsSummary: { // SpaceSettingsSummary
|
|
53
|
+
* // AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway" || "JupyterLab" || "CodeEditor",
|
|
54
|
+
* // SpaceStorageSettings: { // SpaceStorageSettings
|
|
55
|
+
* // EbsStorageSettings: { // EbsStorageSettings
|
|
56
|
+
* // EbsVolumeSizeInGb: Number("int"), // required
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // SpaceSharingSettingsSummary: { // SpaceSharingSettingsSummary
|
|
61
|
+
* // SharingType: "Private" || "Shared",
|
|
62
|
+
* // },
|
|
63
|
+
* // OwnershipSettingsSummary: { // OwnershipSettingsSummary
|
|
64
|
+
* // OwnerUserProfileName: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
51
66
|
* // },
|
|
52
67
|
* // ],
|
|
53
68
|
* // NextToken: "STRING_VALUE",
|
|
@@ -34,7 +34,7 @@ export interface ListStudioLifecycleConfigsCommandOutput extends ListStudioLifec
|
|
|
34
34
|
* MaxResults: Number("int"),
|
|
35
35
|
* NextToken: "STRING_VALUE",
|
|
36
36
|
* NameContains: "STRING_VALUE",
|
|
37
|
-
* AppTypeEquals: "JupyterServer" || "KernelGateway",
|
|
37
|
+
* AppTypeEquals: "JupyterServer" || "KernelGateway" || "JupyterLab" || "CodeEditor",
|
|
38
38
|
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
39
39
|
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
40
40
|
* ModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -52,7 +52,7 @@ export interface ListStudioLifecycleConfigsCommandOutput extends ListStudioLifec
|
|
|
52
52
|
* // StudioLifecycleConfigName: "STRING_VALUE",
|
|
53
53
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
54
54
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
55
|
-
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway",
|
|
55
|
+
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "JupyterLab" || "CodeEditor",
|
|
56
56
|
* // },
|
|
57
57
|
* // ],
|
|
58
58
|
* // };
|
|
@@ -45,6 +45,19 @@ export interface UpdateAppImageConfigCommandOutput extends UpdateAppImageConfigR
|
|
|
45
45
|
* DefaultGid: Number("int"),
|
|
46
46
|
* },
|
|
47
47
|
* },
|
|
48
|
+
* JupyterLabAppImageConfig: { // JupyterLabAppImageConfig
|
|
49
|
+
* ContainerConfig: { // ContainerConfig
|
|
50
|
+
* ContainerArguments: [ // CustomImageContainerArguments
|
|
51
|
+
* "STRING_VALUE",
|
|
52
|
+
* ],
|
|
53
|
+
* ContainerEntrypoint: [ // CustomImageContainerEntrypoint
|
|
54
|
+
* "STRING_VALUE",
|
|
55
|
+
* ],
|
|
56
|
+
* ContainerEnvironmentVariables: { // CustomImageContainerEnvironmentVariables
|
|
57
|
+
* "<keys>": "STRING_VALUE",
|
|
58
|
+
* },
|
|
59
|
+
* },
|
|
60
|
+
* },
|
|
48
61
|
* };
|
|
49
62
|
* const command = new UpdateAppImageConfigCommand(input);
|
|
50
63
|
* const response = await client.send(command);
|
|
@@ -134,12 +134,7 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
134
134
|
* Status: "ENABLED" || "DISABLED",
|
|
135
135
|
* },
|
|
136
136
|
* },
|
|
137
|
-
*
|
|
138
|
-
* StudioWebPortal: "ENABLED" || "DISABLED",
|
|
139
|
-
* },
|
|
140
|
-
* DomainSettingsForUpdate: { // DomainSettingsForUpdate
|
|
141
|
-
* RStudioServerProDomainSettingsForUpdate: { // RStudioServerProDomainSettingsForUpdate
|
|
142
|
-
* DomainExecutionRoleArn: "STRING_VALUE", // required
|
|
137
|
+
* JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
143
138
|
* DefaultResourceSpec: {
|
|
144
139
|
* SageMakerImageArn: "STRING_VALUE",
|
|
145
140
|
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
@@ -147,6 +142,53 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
147
142
|
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
148
143
|
* LifecycleConfigArn: "STRING_VALUE",
|
|
149
144
|
* },
|
|
145
|
+
* CustomImages: [
|
|
146
|
+
* {
|
|
147
|
+
* ImageName: "STRING_VALUE", // required
|
|
148
|
+
* ImageVersionNumber: Number("int"),
|
|
149
|
+
* AppImageConfigName: "STRING_VALUE", // required
|
|
150
|
+
* },
|
|
151
|
+
* ],
|
|
152
|
+
* LifecycleConfigArns: [
|
|
153
|
+
* "STRING_VALUE",
|
|
154
|
+
* ],
|
|
155
|
+
* CodeRepositories: [
|
|
156
|
+
* {
|
|
157
|
+
* RepositoryUrl: "STRING_VALUE", // required
|
|
158
|
+
* },
|
|
159
|
+
* ],
|
|
160
|
+
* },
|
|
161
|
+
* CodeEditorAppSettings: { // CodeEditorAppSettings
|
|
162
|
+
* DefaultResourceSpec: "<ResourceSpec>",
|
|
163
|
+
* LifecycleConfigArns: [
|
|
164
|
+
* "STRING_VALUE",
|
|
165
|
+
* ],
|
|
166
|
+
* },
|
|
167
|
+
* SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
168
|
+
* DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
169
|
+
* DefaultEbsVolumeSizeInGb: Number("int"), // required
|
|
170
|
+
* MaximumEbsVolumeSizeInGb: Number("int"), // required
|
|
171
|
+
* },
|
|
172
|
+
* },
|
|
173
|
+
* DefaultLandingUri: "STRING_VALUE",
|
|
174
|
+
* StudioWebPortal: "ENABLED" || "DISABLED",
|
|
175
|
+
* CustomPosixUserConfig: { // CustomPosixUserConfig
|
|
176
|
+
* Uid: Number("long"), // required
|
|
177
|
+
* Gid: Number("long"), // required
|
|
178
|
+
* },
|
|
179
|
+
* CustomFileSystemConfigs: [ // CustomFileSystemConfigs
|
|
180
|
+
* { // CustomFileSystemConfig Union: only one key present
|
|
181
|
+
* EFSFileSystemConfig: { // EFSFileSystemConfig
|
|
182
|
+
* FileSystemId: "STRING_VALUE", // required
|
|
183
|
+
* FileSystemPath: "STRING_VALUE",
|
|
184
|
+
* },
|
|
185
|
+
* },
|
|
186
|
+
* ],
|
|
187
|
+
* },
|
|
188
|
+
* DomainSettingsForUpdate: { // DomainSettingsForUpdate
|
|
189
|
+
* RStudioServerProDomainSettingsForUpdate: { // RStudioServerProDomainSettingsForUpdate
|
|
190
|
+
* DomainExecutionRoleArn: "STRING_VALUE", // required
|
|
191
|
+
* DefaultResourceSpec: "<ResourceSpec>",
|
|
150
192
|
* RStudioConnectUrl: "STRING_VALUE",
|
|
151
193
|
* RStudioPackageManagerUrl: "STRING_VALUE",
|
|
152
194
|
* },
|
|
@@ -180,9 +222,7 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
180
222
|
* AppImageConfigName: "STRING_VALUE", // required
|
|
181
223
|
* },
|
|
182
224
|
* ],
|
|
183
|
-
* LifecycleConfigArns:
|
|
184
|
-
* "STRING_VALUE",
|
|
185
|
-
* ],
|
|
225
|
+
* LifecycleConfigArns: "<LifecycleConfigArns>",
|
|
186
226
|
* },
|
|
187
227
|
* },
|
|
188
228
|
* AppSecurityGroupManagement: "Service" || "Customer",
|
|
@@ -70,7 +70,44 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
|
|
|
70
70
|
* "STRING_VALUE",
|
|
71
71
|
* ],
|
|
72
72
|
* },
|
|
73
|
+
* JupyterLabAppSettings: { // SpaceJupyterLabAppSettings
|
|
74
|
+
* DefaultResourceSpec: {
|
|
75
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
76
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
77
|
+
* SageMakerImageVersionAlias: "STRING_VALUE",
|
|
78
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
79
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
80
|
+
* },
|
|
81
|
+
* CodeRepositories: [
|
|
82
|
+
* {
|
|
83
|
+
* RepositoryUrl: "STRING_VALUE", // required
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
86
|
+
* },
|
|
87
|
+
* CodeEditorAppSettings: { // SpaceCodeEditorAppSettings
|
|
88
|
+
* DefaultResourceSpec: {
|
|
89
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
90
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
91
|
+
* SageMakerImageVersionAlias: "STRING_VALUE",
|
|
92
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
93
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
94
|
+
* },
|
|
95
|
+
* },
|
|
96
|
+
* SpaceStorageSettings: { // SpaceStorageSettings
|
|
97
|
+
* EbsStorageSettings: { // EbsStorageSettings
|
|
98
|
+
* EbsVolumeSizeInGb: Number("int"), // required
|
|
99
|
+
* },
|
|
100
|
+
* },
|
|
101
|
+
* AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway" || "JupyterLab" || "CodeEditor",
|
|
102
|
+
* CustomFileSystems: [ // CustomFileSystems
|
|
103
|
+
* { // CustomFileSystem Union: only one key present
|
|
104
|
+
* EFSFileSystem: { // EFSFileSystem
|
|
105
|
+
* FileSystemId: "STRING_VALUE", // required
|
|
106
|
+
* },
|
|
107
|
+
* },
|
|
108
|
+
* ],
|
|
73
109
|
* },
|
|
110
|
+
* SpaceDisplayName: "STRING_VALUE",
|
|
74
111
|
* };
|
|
75
112
|
* const command = new UpdateSpaceCommand(input);
|
|
76
113
|
* const response = await client.send(command);
|
|
@@ -135,8 +135,56 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
|
|
|
135
135
|
* Status: "ENABLED" || "DISABLED",
|
|
136
136
|
* },
|
|
137
137
|
* },
|
|
138
|
+
* JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
139
|
+
* DefaultResourceSpec: {
|
|
140
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
141
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
142
|
+
* SageMakerImageVersionAlias: "STRING_VALUE",
|
|
143
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
144
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
145
|
+
* },
|
|
146
|
+
* CustomImages: [
|
|
147
|
+
* {
|
|
148
|
+
* ImageName: "STRING_VALUE", // required
|
|
149
|
+
* ImageVersionNumber: Number("int"),
|
|
150
|
+
* AppImageConfigName: "STRING_VALUE", // required
|
|
151
|
+
* },
|
|
152
|
+
* ],
|
|
153
|
+
* LifecycleConfigArns: [
|
|
154
|
+
* "STRING_VALUE",
|
|
155
|
+
* ],
|
|
156
|
+
* CodeRepositories: [
|
|
157
|
+
* {
|
|
158
|
+
* RepositoryUrl: "STRING_VALUE", // required
|
|
159
|
+
* },
|
|
160
|
+
* ],
|
|
161
|
+
* },
|
|
162
|
+
* CodeEditorAppSettings: { // CodeEditorAppSettings
|
|
163
|
+
* DefaultResourceSpec: "<ResourceSpec>",
|
|
164
|
+
* LifecycleConfigArns: [
|
|
165
|
+
* "STRING_VALUE",
|
|
166
|
+
* ],
|
|
167
|
+
* },
|
|
168
|
+
* SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
169
|
+
* DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
170
|
+
* DefaultEbsVolumeSizeInGb: Number("int"), // required
|
|
171
|
+
* MaximumEbsVolumeSizeInGb: Number("int"), // required
|
|
172
|
+
* },
|
|
173
|
+
* },
|
|
138
174
|
* DefaultLandingUri: "STRING_VALUE",
|
|
139
175
|
* StudioWebPortal: "ENABLED" || "DISABLED",
|
|
176
|
+
* CustomPosixUserConfig: { // CustomPosixUserConfig
|
|
177
|
+
* Uid: Number("long"), // required
|
|
178
|
+
* Gid: Number("long"), // required
|
|
179
|
+
* },
|
|
180
|
+
* CustomFileSystemConfigs: [ // CustomFileSystemConfigs
|
|
181
|
+
* { // CustomFileSystemConfig Union: only one key present
|
|
182
|
+
* EFSFileSystemConfig: { // EFSFileSystemConfig
|
|
183
|
+
* FileSystemId: "STRING_VALUE", // required
|
|
184
|
+
* FileSystemPath: "STRING_VALUE",
|
|
185
|
+
* },
|
|
186
|
+
* },
|
|
187
|
+
* ],
|
|
140
188
|
* },
|
|
141
189
|
* };
|
|
142
190
|
* const command = new UpdateUserProfileCommand(input);
|