@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AutoMLJobStatus = exports.AutoMLJobSecondaryStatus = exports.AutoMLMode = exports.AutoMLS3DataType = exports.AutoMLChannelType = exports.ObjectiveStatus = exports.AutoMLProcessingUnit = exports.AutoMLJobObjectiveType = exports.CandidateStepType = exports.CandidateStatus = exports.AutoMLMetricExtendedEnum = exports.MetricSetSource = exports.AutoMLMetricEnum = exports.AutoMLAlgorithm = exports.AuthMode = exports.AthenaResultFormat = exports.AthenaResultCompressionType = exports.AsyncNotificationTopicTypes = exports.ArtifactSourceIdType = exports.AppSortKey = exports.AppSecurityGroupManagement = exports.AppNetworkAccessType = exports.
|
|
3
|
+
exports.AutoMLJobStatus = exports.AutoMLJobSecondaryStatus = exports.AutoMLMode = exports.AutoMLS3DataType = exports.AutoMLChannelType = exports.ObjectiveStatus = exports.AutoMLProcessingUnit = exports.AutoMLJobObjectiveType = exports.CandidateStepType = exports.CandidateStatus = exports.AutoMLMetricExtendedEnum = exports.MetricSetSource = exports.AutoMLMetricEnum = exports.AutoMLAlgorithm = exports.AuthMode = exports.AthenaResultFormat = exports.AthenaResultCompressionType = exports.AsyncNotificationTopicTypes = exports.ArtifactSourceIdType = exports.AppSortKey = exports.AppSecurityGroupManagement = exports.AppNetworkAccessType = exports.AppImageConfigSortKey = exports.AppStatus = exports.AppInstanceType = exports.AppType = exports.AssemblyType = exports.SplitType = exports.BatchStrategy = exports.TrainingInstanceType = exports.OutputCompressionType = exports.RecordWrapper = exports.S3DataType = exports.S3DataDistribution = exports.FileSystemType = exports.FileSystemAccessMode = exports.DetailedAlgorithmStatus = exports.AlgorithmStatus = exports.TrainingInputMode = exports.TrainingRepositoryAccessMode = exports.AlgorithmSortBy = exports.AggregationTransformationValue = exports.TransformInstanceType = exports.ProductionVariantInstanceType = exports.AdditionalS3DataSourceDataType = exports.CompressionType = exports.ResourceNotFound = exports.ResourceLimitExceeded = exports.AssociationEdgeType = exports.ActionStatus = void 0;
|
|
4
4
|
exports.ResourceInUse = exports.HyperParameterTuningJobObjectiveType = exports.ParameterType = exports.HyperParameterScalingType = exports.ContentClassifier = exports.ModelCacheSetting = exports.S3ModelDataType = exports.ModelCompressionType = exports.ContainerMode = exports.RepositoryAccessMode = exports.ConflictException = exports.ConditionOutcome = exports.CompleteOnConvergence = exports.TargetPlatformOs = exports.TargetPlatformArch = exports.TargetPlatformAccelerator = exports.TargetDevice = exports.CompilationJobStatus = exports.CollectionType = exports.CollectionConfig = exports.CodeRepositorySortOrder = exports.CodeRepositorySortBy = exports.ClusterStatus = exports.ClusterSortBy = exports.ClusterInstanceStatus = exports.ClusterInstanceType = exports.ClarifyTextLanguage = exports.ClarifyTextGranularity = exports.ClarifyFeatureType = exports.CaptureStatus = exports.CaptureMode = exports.DataSourceName = exports.FeatureStatus = exports.CandidateSortBy = exports.BooleanOperator = exports.TrafficRoutingConfigType = exports.CapacitySizeType = exports.ProcessingS3InputMode = exports.ProcessingS3DataDistributionType = exports.ModelPackageStatus = exports.ModelApprovalStatus = exports.AwsManagedHumanLoopRequestSource = exports.AutotuneMode = exports.AutoMLSortOrder = exports.AutoMLSortBy = exports.AutoMLProblemTypeResolvedAttributes = exports.AutoMLProblemTypeConfigName = exports.AutoMLProblemTypeConfig = exports.FillingType = exports.ProblemType = void 0;
|
|
5
5
|
exports.Framework = void 0;
|
|
6
6
|
const SageMakerServiceException_1 = require("./SageMakerServiceException");
|
|
@@ -363,24 +363,14 @@ exports.AssemblyType = {
|
|
|
363
363
|
NONE: "None",
|
|
364
364
|
};
|
|
365
365
|
exports.AppType = {
|
|
366
|
+
CodeEditor: "CodeEditor",
|
|
367
|
+
JupyterLab: "JupyterLab",
|
|
366
368
|
JupyterServer: "JupyterServer",
|
|
367
369
|
KernelGateway: "KernelGateway",
|
|
368
370
|
RSessionGateway: "RSessionGateway",
|
|
369
371
|
RStudioServerPro: "RStudioServerPro",
|
|
370
372
|
TensorBoard: "TensorBoard",
|
|
371
373
|
};
|
|
372
|
-
exports.AppStatus = {
|
|
373
|
-
Deleted: "Deleted",
|
|
374
|
-
Deleting: "Deleting",
|
|
375
|
-
Failed: "Failed",
|
|
376
|
-
InService: "InService",
|
|
377
|
-
Pending: "Pending",
|
|
378
|
-
};
|
|
379
|
-
exports.AppImageConfigSortKey = {
|
|
380
|
-
CreationTime: "CreationTime",
|
|
381
|
-
LastModifiedTime: "LastModifiedTime",
|
|
382
|
-
Name: "Name",
|
|
383
|
-
};
|
|
384
374
|
exports.AppInstanceType = {
|
|
385
375
|
ML_C5_12XLARGE: "ml.c5.12xlarge",
|
|
386
376
|
ML_C5_18XLARGE: "ml.c5.18xlarge",
|
|
@@ -446,6 +436,18 @@ exports.AppInstanceType = {
|
|
|
446
436
|
ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
|
|
447
437
|
SYSTEM: "system",
|
|
448
438
|
};
|
|
439
|
+
exports.AppStatus = {
|
|
440
|
+
Deleted: "Deleted",
|
|
441
|
+
Deleting: "Deleting",
|
|
442
|
+
Failed: "Failed",
|
|
443
|
+
InService: "InService",
|
|
444
|
+
Pending: "Pending",
|
|
445
|
+
};
|
|
446
|
+
exports.AppImageConfigSortKey = {
|
|
447
|
+
CreationTime: "CreationTime",
|
|
448
|
+
LastModifiedTime: "LastModifiedTime",
|
|
449
|
+
Name: "Name",
|
|
450
|
+
};
|
|
449
451
|
exports.AppNetworkAccessType = {
|
|
450
452
|
PublicInternetOnly: "PublicInternetOnly",
|
|
451
453
|
VpcOnly: "VpcOnly",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateModelCardRequestFilterSensitiveLog = exports.
|
|
3
|
+
exports.CreateModelCardRequestFilterSensitiveLog = exports.StudioLifecycleConfigAppType = exports.SharingType = exports.CustomFileSystem = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.RootAccess = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.MonitoringType = exports.MonitoringProblemType = exports.SkipModelValidation = exports.ModelCardStatus = exports.InferenceExecutionMode = exports.FlatInvocations = exports.RecommendationJobType = exports.TrafficType = exports.RecommendationJobSupportedEndpointType = exports.InferenceExperimentType = exports._InstanceType = exports.ModelInfrastructureType = exports.VendorGuidance = exports.Processor = exports.JobType = exports.HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningAllocationStrategy = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.TtlDurationUnit = exports.StorageType = exports.TableFormat = exports.FeatureType = exports.RoutingStrategy = exports.ManagedInstanceScalingStatus = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.StudioWebPortal = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = exports.CustomFileSystemConfig = exports.EdgePresetDeploymentType = exports.ProcessingInstanceType = exports.ProcessingS3UploadMode = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
exports.ProcessingS3UploadMode = {
|
|
6
6
|
CONTINUOUS: "Continuous",
|
|
@@ -55,6 +55,14 @@ exports.ProcessingInstanceType = {
|
|
|
55
55
|
exports.EdgePresetDeploymentType = {
|
|
56
56
|
GreengrassV2Component: "GreengrassV2Component",
|
|
57
57
|
};
|
|
58
|
+
var CustomFileSystemConfig;
|
|
59
|
+
(function (CustomFileSystemConfig) {
|
|
60
|
+
CustomFileSystemConfig.visit = (value, visitor) => {
|
|
61
|
+
if (value.EFSFileSystemConfig !== undefined)
|
|
62
|
+
return visitor.EFSFileSystemConfig(value.EFSFileSystemConfig);
|
|
63
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
64
|
+
};
|
|
65
|
+
})(CustomFileSystemConfig = exports.CustomFileSystemConfig || (exports.CustomFileSystemConfig = {}));
|
|
58
66
|
exports.RStudioServerProAccessStatus = {
|
|
59
67
|
Disabled: "DISABLED",
|
|
60
68
|
Enabled: "ENABLED",
|
|
@@ -319,31 +327,24 @@ exports.ProcessingS3DataType = {
|
|
|
319
327
|
MANIFEST_FILE: "ManifestFile",
|
|
320
328
|
S3_PREFIX: "S3Prefix",
|
|
321
329
|
};
|
|
330
|
+
var CustomFileSystem;
|
|
331
|
+
(function (CustomFileSystem) {
|
|
332
|
+
CustomFileSystem.visit = (value, visitor) => {
|
|
333
|
+
if (value.EFSFileSystem !== undefined)
|
|
334
|
+
return visitor.EFSFileSystem(value.EFSFileSystem);
|
|
335
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
336
|
+
};
|
|
337
|
+
})(CustomFileSystem = exports.CustomFileSystem || (exports.CustomFileSystem = {}));
|
|
338
|
+
exports.SharingType = {
|
|
339
|
+
Private: "Private",
|
|
340
|
+
Shared: "Shared",
|
|
341
|
+
};
|
|
322
342
|
exports.StudioLifecycleConfigAppType = {
|
|
343
|
+
CodeEditor: "CodeEditor",
|
|
344
|
+
JupyterLab: "JupyterLab",
|
|
323
345
|
JupyterServer: "JupyterServer",
|
|
324
346
|
KernelGateway: "KernelGateway",
|
|
325
347
|
};
|
|
326
|
-
exports.JoinSource = {
|
|
327
|
-
INPUT: "Input",
|
|
328
|
-
NONE: "None",
|
|
329
|
-
};
|
|
330
|
-
var TrialComponentParameterValue;
|
|
331
|
-
(function (TrialComponentParameterValue) {
|
|
332
|
-
TrialComponentParameterValue.visit = (value, visitor) => {
|
|
333
|
-
if (value.StringValue !== undefined)
|
|
334
|
-
return visitor.StringValue(value.StringValue);
|
|
335
|
-
if (value.NumberValue !== undefined)
|
|
336
|
-
return visitor.NumberValue(value.NumberValue);
|
|
337
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
338
|
-
};
|
|
339
|
-
})(TrialComponentParameterValue = exports.TrialComponentParameterValue || (exports.TrialComponentParameterValue = {}));
|
|
340
|
-
exports.TrialComponentPrimaryStatus = {
|
|
341
|
-
COMPLETED: "Completed",
|
|
342
|
-
FAILED: "Failed",
|
|
343
|
-
IN_PROGRESS: "InProgress",
|
|
344
|
-
STOPPED: "Stopped",
|
|
345
|
-
STOPPING: "Stopping",
|
|
346
|
-
};
|
|
347
348
|
const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
348
349
|
...obj,
|
|
349
350
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,7 +1,28 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeModelCardResponseFilterSensitiveLog = exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.
|
|
3
|
+
exports.DescribeModelCardResponseFilterSensitiveLog = exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.SpaceStatus = exports.ProjectStatus = exports.ProcessingJobStatus = exports.PipelineExecutionStatus = exports.PipelineStatus = exports.NotebookInstanceStatus = exports.ScheduleStatus = exports.ExecutionStatus = exports.ModelPackageGroupStatus = exports.DetailedModelPackageStatus = exports.ModelCardExportJobStatus = exports.ModelCardProcessingStatus = exports.LabelingJobStatus = exports.RecommendationJobStatus = exports.InferenceExperimentStatus = exports.ModelVariantStatus = exports.InferenceComponentStatus = exports.ImageVersionStatus = exports.ImageStatus = exports.HyperParameterTuningJobStatus = exports.TrainingJobStatus = exports.HumanTaskUiStatus = exports.HubContentStatus = exports.HubStatus = exports.FlowDefinitionStatus = exports.OfflineStoreStatusValue = exports.LastUpdateStatusValue = exports.FeatureGroupStatus = exports.VariantStatus = exports.EndpointStatus = exports.EdgePresetDeploymentStatus = exports.EdgePackagingJobStatus = exports.DomainStatus = exports.StageStatus = exports.RecommendationStatus = exports.HubContentType = exports.RetentionType = exports.RuleEvaluationStatus = exports.Statistic = exports.CrossAccountFilterOption = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.JoinSource = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
exports.JoinSource = {
|
|
6
|
+
INPUT: "Input",
|
|
7
|
+
NONE: "None",
|
|
8
|
+
};
|
|
9
|
+
var TrialComponentParameterValue;
|
|
10
|
+
(function (TrialComponentParameterValue) {
|
|
11
|
+
TrialComponentParameterValue.visit = (value, visitor) => {
|
|
12
|
+
if (value.StringValue !== undefined)
|
|
13
|
+
return visitor.StringValue(value.StringValue);
|
|
14
|
+
if (value.NumberValue !== undefined)
|
|
15
|
+
return visitor.NumberValue(value.NumberValue);
|
|
16
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
17
|
+
};
|
|
18
|
+
})(TrialComponentParameterValue = exports.TrialComponentParameterValue || (exports.TrialComponentParameterValue = {}));
|
|
19
|
+
exports.TrialComponentPrimaryStatus = {
|
|
20
|
+
COMPLETED: "Completed",
|
|
21
|
+
FAILED: "Failed",
|
|
22
|
+
IN_PROGRESS: "InProgress",
|
|
23
|
+
STOPPED: "Stopped",
|
|
24
|
+
STOPPING: "Stopping",
|
|
25
|
+
};
|
|
5
26
|
exports.CrossAccountFilterOption = {
|
|
6
27
|
CROSS_ACCOUNT: "CrossAccount",
|
|
7
28
|
SAME_ACCOUNT: "SameAccount",
|
|
@@ -286,50 +307,6 @@ exports.SpaceStatus = {
|
|
|
286
307
|
Update_Failed: "Update_Failed",
|
|
287
308
|
Updating: "Updating",
|
|
288
309
|
};
|
|
289
|
-
exports.ProfilingStatus = {
|
|
290
|
-
DISABLED: "Disabled",
|
|
291
|
-
ENABLED: "Enabled",
|
|
292
|
-
};
|
|
293
|
-
exports.SecondaryStatus = {
|
|
294
|
-
COMPLETED: "Completed",
|
|
295
|
-
DOWNLOADING: "Downloading",
|
|
296
|
-
DOWNLOADING_TRAINING_IMAGE: "DownloadingTrainingImage",
|
|
297
|
-
FAILED: "Failed",
|
|
298
|
-
INTERRUPTED: "Interrupted",
|
|
299
|
-
LAUNCHING_ML_INSTANCES: "LaunchingMLInstances",
|
|
300
|
-
MAX_RUNTIME_EXCEEDED: "MaxRuntimeExceeded",
|
|
301
|
-
MAX_WAIT_TIME_EXCEEDED: "MaxWaitTimeExceeded",
|
|
302
|
-
PREPARING_TRAINING_STACK: "PreparingTrainingStack",
|
|
303
|
-
RESTARTING: "Restarting",
|
|
304
|
-
STARTING: "Starting",
|
|
305
|
-
STOPPED: "Stopped",
|
|
306
|
-
STOPPING: "Stopping",
|
|
307
|
-
TRAINING: "Training",
|
|
308
|
-
UPDATING: "Updating",
|
|
309
|
-
UPLOADING: "Uploading",
|
|
310
|
-
};
|
|
311
|
-
exports.WarmPoolResourceStatus = {
|
|
312
|
-
AVAILABLE: "Available",
|
|
313
|
-
INUSE: "InUse",
|
|
314
|
-
REUSED: "Reused",
|
|
315
|
-
TERMINATED: "Terminated",
|
|
316
|
-
};
|
|
317
|
-
exports.TransformJobStatus = {
|
|
318
|
-
COMPLETED: "Completed",
|
|
319
|
-
FAILED: "Failed",
|
|
320
|
-
IN_PROGRESS: "InProgress",
|
|
321
|
-
STOPPED: "Stopped",
|
|
322
|
-
STOPPING: "Stopping",
|
|
323
|
-
};
|
|
324
|
-
exports.UserProfileStatus = {
|
|
325
|
-
Delete_Failed: "Delete_Failed",
|
|
326
|
-
Deleting: "Deleting",
|
|
327
|
-
Failed: "Failed",
|
|
328
|
-
InService: "InService",
|
|
329
|
-
Pending: "Pending",
|
|
330
|
-
Update_Failed: "Update_Failed",
|
|
331
|
-
Updating: "Updating",
|
|
332
|
-
};
|
|
333
310
|
const OidcConfigFilterSensitiveLog = (obj) => ({
|
|
334
311
|
...obj,
|
|
335
312
|
...(obj.ClientSecret && { ClientSecret: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,7 +1,51 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.ModelCardVersionSortBy = exports.ModelCardSortOrder = exports.ModelCardSortBy = exports.ModelCardExportJobSortOrder = exports.ModelCardExportJobSortBy = exports.SortLineageGroupsBy = exports.ListLabelingJobsForWorkteamSortByOptions = exports.SortBy = exports.ListInferenceRecommendationsJobsSortBy = exports.SortInferenceExperimentsBy = exports.SortExperimentsBy = exports.OrderKey = exports.ListEdgePackagingJobsSortBy = exports.ListEdgeDeploymentPlansSortBy = exports.ListDeviceFleetsSortBy = exports.MonitoringJobDefinitionSortKey = exports.SortContextsBy = exports.ListCompilationJobsSortBy = exports.SortAssociationsBy = exports.SortArtifactsBy = exports.SortOrder = exports.SortActionsBy = exports.LineageType = exports.RecommendationStepType = exports.InferenceExperimentStopDesiredState = exports.InferenceComponentSortKey = exports.ImageVersionSortOrder = exports.ImageVersionSortBy = exports.ImageSortOrder = exports.ImageSortBy = exports.HyperParameterTuningJobSortByOptions = exports.HubSortBy = exports.HubContentSortBy = exports.ResourceType = exports.SagemakerServicecatalogStatus = exports.Operator = exports.FeatureGroupSortOrder = exports.FeatureGroupSortBy = exports.EndpointSortKey = exports.EndpointConfigSortKey = exports.ScalingPolicy = exports.MetricSpecification = exports.Direction = exports.DeviceDeploymentStatus = exports.WorkforceStatus = exports.UserProfileStatus = exports.TransformJobStatus = exports.WarmPoolResourceStatus = exports.SecondaryStatus = exports.ProfilingStatus = void 0;
|
|
4
|
+
exports.SortPipelineExecutionsBy = exports.NotebookInstanceSortOrder = exports.NotebookInstanceSortKey = exports.NotebookInstanceLifecycleConfigSortOrder = exports.NotebookInstanceLifecycleConfigSortKey = exports.MonitoringScheduleSortKey = exports.MonitoringExecutionSortKey = exports.MonitoringAlertStatus = exports.MonitoringAlertHistorySortKey = exports.ModelSortKey = exports.ModelPackageSortBy = exports.ModelPackageType = exports.ModelPackageGroupSortBy = exports.ModelMetadataFilterType = void 0;
|
|
5
|
+
exports.ProfilingStatus = {
|
|
6
|
+
DISABLED: "Disabled",
|
|
7
|
+
ENABLED: "Enabled",
|
|
8
|
+
};
|
|
9
|
+
exports.SecondaryStatus = {
|
|
10
|
+
COMPLETED: "Completed",
|
|
11
|
+
DOWNLOADING: "Downloading",
|
|
12
|
+
DOWNLOADING_TRAINING_IMAGE: "DownloadingTrainingImage",
|
|
13
|
+
FAILED: "Failed",
|
|
14
|
+
INTERRUPTED: "Interrupted",
|
|
15
|
+
LAUNCHING_ML_INSTANCES: "LaunchingMLInstances",
|
|
16
|
+
MAX_RUNTIME_EXCEEDED: "MaxRuntimeExceeded",
|
|
17
|
+
MAX_WAIT_TIME_EXCEEDED: "MaxWaitTimeExceeded",
|
|
18
|
+
PREPARING_TRAINING_STACK: "PreparingTrainingStack",
|
|
19
|
+
RESTARTING: "Restarting",
|
|
20
|
+
STARTING: "Starting",
|
|
21
|
+
STOPPED: "Stopped",
|
|
22
|
+
STOPPING: "Stopping",
|
|
23
|
+
TRAINING: "Training",
|
|
24
|
+
UPDATING: "Updating",
|
|
25
|
+
UPLOADING: "Uploading",
|
|
26
|
+
};
|
|
27
|
+
exports.WarmPoolResourceStatus = {
|
|
28
|
+
AVAILABLE: "Available",
|
|
29
|
+
INUSE: "InUse",
|
|
30
|
+
REUSED: "Reused",
|
|
31
|
+
TERMINATED: "Terminated",
|
|
32
|
+
};
|
|
33
|
+
exports.TransformJobStatus = {
|
|
34
|
+
COMPLETED: "Completed",
|
|
35
|
+
FAILED: "Failed",
|
|
36
|
+
IN_PROGRESS: "InProgress",
|
|
37
|
+
STOPPED: "Stopped",
|
|
38
|
+
STOPPING: "Stopping",
|
|
39
|
+
};
|
|
40
|
+
exports.UserProfileStatus = {
|
|
41
|
+
Delete_Failed: "Delete_Failed",
|
|
42
|
+
Deleting: "Deleting",
|
|
43
|
+
Failed: "Failed",
|
|
44
|
+
InService: "InService",
|
|
45
|
+
Pending: "Pending",
|
|
46
|
+
Update_Failed: "Update_Failed",
|
|
47
|
+
Updating: "Updating",
|
|
48
|
+
};
|
|
5
49
|
exports.WorkforceStatus = {
|
|
6
50
|
ACTIVE: "Active",
|
|
7
51
|
DELETING: "Deleting",
|
|
@@ -306,23 +350,3 @@ exports.SortPipelineExecutionsBy = {
|
|
|
306
350
|
CREATION_TIME: "CreationTime",
|
|
307
351
|
PIPELINE_EXECUTION_ARN: "PipelineExecutionArn",
|
|
308
352
|
};
|
|
309
|
-
exports.StepStatus = {
|
|
310
|
-
EXECUTING: "Executing",
|
|
311
|
-
FAILED: "Failed",
|
|
312
|
-
STARTING: "Starting",
|
|
313
|
-
STOPPED: "Stopped",
|
|
314
|
-
STOPPING: "Stopping",
|
|
315
|
-
SUCCEEDED: "Succeeded",
|
|
316
|
-
};
|
|
317
|
-
exports.SortPipelinesBy = {
|
|
318
|
-
CREATION_TIME: "CreationTime",
|
|
319
|
-
NAME: "Name",
|
|
320
|
-
};
|
|
321
|
-
exports.ProjectSortBy = {
|
|
322
|
-
CREATION_TIME: "CreationTime",
|
|
323
|
-
NAME: "Name",
|
|
324
|
-
};
|
|
325
|
-
exports.ProjectSortOrder = {
|
|
326
|
-
ASCENDING: "Ascending",
|
|
327
|
-
DESCENDING: "Descending",
|
|
328
|
-
};
|
|
@@ -1,8 +1,28 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateWorkforceRequestFilterSensitiveLog = exports.UpdateModelCardRequestFilterSensitiveLog = exports.SearchResponseFilterSensitiveLog = exports.SearchRecordFilterSensitiveLog = exports.ModelCardFilterSensitiveLog = exports.VariantPropertyType = exports.SearchSortOrder = exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = void 0;
|
|
3
|
+
exports.UpdateWorkforceRequestFilterSensitiveLog = exports.UpdateModelCardRequestFilterSensitiveLog = exports.SearchResponseFilterSensitiveLog = exports.SearchRecordFilterSensitiveLog = exports.ModelCardFilterSensitiveLog = exports.VariantPropertyType = exports.SearchSortOrder = exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = exports.ProjectSortOrder = exports.ProjectSortBy = exports.SortPipelinesBy = exports.StepStatus = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const models_2_1 = require("./models_2");
|
|
6
|
+
exports.StepStatus = {
|
|
7
|
+
EXECUTING: "Executing",
|
|
8
|
+
FAILED: "Failed",
|
|
9
|
+
STARTING: "Starting",
|
|
10
|
+
STOPPED: "Stopped",
|
|
11
|
+
STOPPING: "Stopping",
|
|
12
|
+
SUCCEEDED: "Succeeded",
|
|
13
|
+
};
|
|
14
|
+
exports.SortPipelinesBy = {
|
|
15
|
+
CREATION_TIME: "CreationTime",
|
|
16
|
+
NAME: "Name",
|
|
17
|
+
};
|
|
18
|
+
exports.ProjectSortBy = {
|
|
19
|
+
CREATION_TIME: "CreationTime",
|
|
20
|
+
NAME: "Name",
|
|
21
|
+
};
|
|
22
|
+
exports.ProjectSortOrder = {
|
|
23
|
+
ASCENDING: "Ascending",
|
|
24
|
+
DESCENDING: "Descending",
|
|
25
|
+
};
|
|
6
26
|
exports.ResourceCatalogSortBy = {
|
|
7
27
|
CREATION_TIME: "CreationTime",
|
|
8
28
|
};
|
|
@@ -18,7 +18,7 @@ const protocol_http_1 = require("@smithy/protocol-http");
|
|
|
18
18
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
19
19
|
const uuid_1 = require("uuid");
|
|
20
20
|
const models_0_1 = require("../models/models_0");
|
|
21
|
-
const
|
|
21
|
+
const models_2_1 = require("../models/models_2");
|
|
22
22
|
const SageMakerServiceException_1 = require("../models/SageMakerServiceException");
|
|
23
23
|
const se_AddAssociationCommand = async (input, context) => {
|
|
24
24
|
const headers = sharedHeaders("AddAssociation");
|
|
@@ -13477,7 +13477,7 @@ const se_TrialComponentParameters = (input, context) => {
|
|
|
13477
13477
|
}, {});
|
|
13478
13478
|
};
|
|
13479
13479
|
const se_TrialComponentParameterValue = (input, context) => {
|
|
13480
|
-
return
|
|
13480
|
+
return models_2_1.TrialComponentParameterValue.visit(input, {
|
|
13481
13481
|
NumberValue: (value) => ({ NumberValue: (0, smithy_client_1.serializeFloat)(value) }),
|
|
13482
13482
|
StringValue: (value) => ({ StringValue: value }),
|
|
13483
13483
|
_: (name, value) => ({ name: value }),
|
|
@@ -13723,6 +13723,7 @@ const de_AppDetails = (output, context) => {
|
|
|
13723
13723
|
AppType: smithy_client_1.expectString,
|
|
13724
13724
|
CreationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
13725
13725
|
DomainId: smithy_client_1.expectString,
|
|
13726
|
+
ResourceSpec: (_) => de_ResourceSpec(_, context),
|
|
13726
13727
|
SpaceName: smithy_client_1.expectString,
|
|
13727
13728
|
Status: smithy_client_1.expectString,
|
|
13728
13729
|
UserProfileName: smithy_client_1.expectString,
|
|
@@ -13733,6 +13734,7 @@ const de_AppImageConfigDetails = (output, context) => {
|
|
|
13733
13734
|
AppImageConfigArn: smithy_client_1.expectString,
|
|
13734
13735
|
AppImageConfigName: smithy_client_1.expectString,
|
|
13735
13736
|
CreationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
13737
|
+
JupyterLabAppImageConfig: (_) => de_JupyterLabAppImageConfig(_, context),
|
|
13736
13738
|
KernelGatewayImageConfig: (_) => de_KernelGatewayImageConfig(_, context),
|
|
13737
13739
|
LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
13738
13740
|
});
|
|
@@ -14549,6 +14551,12 @@ const de_ClusterSummary = (output, context) => {
|
|
|
14549
14551
|
CreationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
14550
14552
|
});
|
|
14551
14553
|
};
|
|
14554
|
+
const de_CodeEditorAppSettings = (output, context) => {
|
|
14555
|
+
return (0, smithy_client_1.take)(output, {
|
|
14556
|
+
DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
|
|
14557
|
+
LifecycleConfigArns: (_) => de_LifecycleConfigArns(_, context),
|
|
14558
|
+
});
|
|
14559
|
+
};
|
|
14552
14560
|
const de_CodeRepositories = (output, context) => {
|
|
14553
14561
|
const retVal = (output || [])
|
|
14554
14562
|
.filter((e) => e != null)
|
|
@@ -14672,6 +14680,13 @@ const de_ContainerArguments = (output, context) => {
|
|
|
14672
14680
|
});
|
|
14673
14681
|
return retVal;
|
|
14674
14682
|
};
|
|
14683
|
+
const de_ContainerConfig = (output, context) => {
|
|
14684
|
+
return (0, smithy_client_1.take)(output, {
|
|
14685
|
+
ContainerArguments: (_) => de_CustomImageContainerArguments(_, context),
|
|
14686
|
+
ContainerEntrypoint: (_) => de_CustomImageContainerEntrypoint(_, context),
|
|
14687
|
+
ContainerEnvironmentVariables: (_) => de_CustomImageContainerEnvironmentVariables(_, context),
|
|
14688
|
+
});
|
|
14689
|
+
};
|
|
14675
14690
|
const de_ContainerDefinition = (output, context) => {
|
|
14676
14691
|
return (0, smithy_client_1.take)(output, {
|
|
14677
14692
|
ContainerHostname: smithy_client_1.expectString,
|
|
@@ -15054,6 +15069,38 @@ const de_CustomerMetadataMap = (output, context) => {
|
|
|
15054
15069
|
return acc;
|
|
15055
15070
|
}, {});
|
|
15056
15071
|
};
|
|
15072
|
+
const de_CustomFileSystem = (output, context) => {
|
|
15073
|
+
if (output.EFSFileSystem != null) {
|
|
15074
|
+
return {
|
|
15075
|
+
EFSFileSystem: de_EFSFileSystem(output.EFSFileSystem, context),
|
|
15076
|
+
};
|
|
15077
|
+
}
|
|
15078
|
+
return { $unknown: Object.entries(output)[0] };
|
|
15079
|
+
};
|
|
15080
|
+
const de_CustomFileSystemConfig = (output, context) => {
|
|
15081
|
+
if (output.EFSFileSystemConfig != null) {
|
|
15082
|
+
return {
|
|
15083
|
+
EFSFileSystemConfig: de_EFSFileSystemConfig(output.EFSFileSystemConfig, context),
|
|
15084
|
+
};
|
|
15085
|
+
}
|
|
15086
|
+
return { $unknown: Object.entries(output)[0] };
|
|
15087
|
+
};
|
|
15088
|
+
const de_CustomFileSystemConfigs = (output, context) => {
|
|
15089
|
+
const retVal = (output || [])
|
|
15090
|
+
.filter((e) => e != null)
|
|
15091
|
+
.map((entry) => {
|
|
15092
|
+
return de_CustomFileSystemConfig((0, core_1.awsExpectUnion)(entry), context);
|
|
15093
|
+
});
|
|
15094
|
+
return retVal;
|
|
15095
|
+
};
|
|
15096
|
+
const de_CustomFileSystems = (output, context) => {
|
|
15097
|
+
const retVal = (output || [])
|
|
15098
|
+
.filter((e) => e != null)
|
|
15099
|
+
.map((entry) => {
|
|
15100
|
+
return de_CustomFileSystem((0, core_1.awsExpectUnion)(entry), context);
|
|
15101
|
+
});
|
|
15102
|
+
return retVal;
|
|
15103
|
+
};
|
|
15057
15104
|
const de_CustomImage = (output, context) => {
|
|
15058
15105
|
return (0, smithy_client_1.take)(output, {
|
|
15059
15106
|
AppImageConfigName: smithy_client_1.expectString,
|
|
@@ -15061,6 +15108,31 @@ const de_CustomImage = (output, context) => {
|
|
|
15061
15108
|
ImageVersionNumber: smithy_client_1.expectInt32,
|
|
15062
15109
|
});
|
|
15063
15110
|
};
|
|
15111
|
+
const de_CustomImageContainerArguments = (output, context) => {
|
|
15112
|
+
const retVal = (output || [])
|
|
15113
|
+
.filter((e) => e != null)
|
|
15114
|
+
.map((entry) => {
|
|
15115
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
15116
|
+
});
|
|
15117
|
+
return retVal;
|
|
15118
|
+
};
|
|
15119
|
+
const de_CustomImageContainerEntrypoint = (output, context) => {
|
|
15120
|
+
const retVal = (output || [])
|
|
15121
|
+
.filter((e) => e != null)
|
|
15122
|
+
.map((entry) => {
|
|
15123
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
15124
|
+
});
|
|
15125
|
+
return retVal;
|
|
15126
|
+
};
|
|
15127
|
+
const de_CustomImageContainerEnvironmentVariables = (output, context) => {
|
|
15128
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
15129
|
+
if (value === null) {
|
|
15130
|
+
return acc;
|
|
15131
|
+
}
|
|
15132
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
15133
|
+
return acc;
|
|
15134
|
+
}, {});
|
|
15135
|
+
};
|
|
15064
15136
|
const de_CustomImages = (output, context) => {
|
|
15065
15137
|
const retVal = (output || [])
|
|
15066
15138
|
.filter((e) => e != null)
|
|
@@ -15076,6 +15148,12 @@ const de_CustomizedMetricSpecification = (output, context) => {
|
|
|
15076
15148
|
Statistic: smithy_client_1.expectString,
|
|
15077
15149
|
});
|
|
15078
15150
|
};
|
|
15151
|
+
const de_CustomPosixUserConfig = (output, context) => {
|
|
15152
|
+
return (0, smithy_client_1.take)(output, {
|
|
15153
|
+
Gid: smithy_client_1.expectLong,
|
|
15154
|
+
Uid: smithy_client_1.expectLong,
|
|
15155
|
+
});
|
|
15156
|
+
};
|
|
15079
15157
|
const de_DataCaptureConfig = (output, context) => {
|
|
15080
15158
|
return (0, smithy_client_1.take)(output, {
|
|
15081
15159
|
CaptureContentTypeHeader: (_) => de_CaptureContentTypeHeader(_, context),
|
|
@@ -15191,6 +15269,12 @@ const de_DebugRuleEvaluationStatuses = (output, context) => {
|
|
|
15191
15269
|
});
|
|
15192
15270
|
return retVal;
|
|
15193
15271
|
};
|
|
15272
|
+
const de_DefaultEbsStorageSettings = (output, context) => {
|
|
15273
|
+
return (0, smithy_client_1.take)(output, {
|
|
15274
|
+
DefaultEbsVolumeSizeInGb: smithy_client_1.expectInt32,
|
|
15275
|
+
MaximumEbsVolumeSizeInGb: smithy_client_1.expectInt32,
|
|
15276
|
+
});
|
|
15277
|
+
};
|
|
15194
15278
|
const de_DefaultSpaceSettings = (output, context) => {
|
|
15195
15279
|
return (0, smithy_client_1.take)(output, {
|
|
15196
15280
|
ExecutionRole: smithy_client_1.expectString,
|
|
@@ -15199,6 +15283,11 @@ const de_DefaultSpaceSettings = (output, context) => {
|
|
|
15199
15283
|
SecurityGroups: (_) => de_SecurityGroupIds(_, context),
|
|
15200
15284
|
});
|
|
15201
15285
|
};
|
|
15286
|
+
const de_DefaultSpaceStorageSettings = (output, context) => {
|
|
15287
|
+
return (0, smithy_client_1.take)(output, {
|
|
15288
|
+
DefaultEbsStorageSettings: (_) => de_DefaultEbsStorageSettings(_, context),
|
|
15289
|
+
});
|
|
15290
|
+
};
|
|
15202
15291
|
const de_DeleteActionResponse = (output, context) => {
|
|
15203
15292
|
return (0, smithy_client_1.take)(output, {
|
|
15204
15293
|
ActionArn: smithy_client_1.expectString,
|
|
@@ -15359,6 +15448,7 @@ const de_DescribeAppImageConfigResponse = (output, context) => {
|
|
|
15359
15448
|
AppImageConfigArn: smithy_client_1.expectString,
|
|
15360
15449
|
AppImageConfigName: smithy_client_1.expectString,
|
|
15361
15450
|
CreationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
15451
|
+
JupyterLabAppImageConfig: (_) => de_JupyterLabAppImageConfig(_, context),
|
|
15362
15452
|
KernelGatewayImageConfig: (_) => de_KernelGatewayImageConfig(_, context),
|
|
15363
15453
|
LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
15364
15454
|
});
|
|
@@ -16153,9 +16243,12 @@ const de_DescribeSpaceResponse = (output, context) => {
|
|
|
16153
16243
|
FailureReason: smithy_client_1.expectString,
|
|
16154
16244
|
HomeEfsFileSystemUid: smithy_client_1.expectString,
|
|
16155
16245
|
LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
16246
|
+
OwnershipSettings: (_) => de_OwnershipSettings(_, context),
|
|
16156
16247
|
SpaceArn: smithy_client_1.expectString,
|
|
16248
|
+
SpaceDisplayName: smithy_client_1.expectString,
|
|
16157
16249
|
SpaceName: smithy_client_1.expectString,
|
|
16158
16250
|
SpaceSettings: (_) => de_SpaceSettings(_, context),
|
|
16251
|
+
SpaceSharingSettings: (_) => de_SpaceSharingSettings(_, context),
|
|
16159
16252
|
Status: smithy_client_1.expectString,
|
|
16160
16253
|
Url: smithy_client_1.expectString,
|
|
16161
16254
|
});
|
|
@@ -16479,6 +16572,11 @@ const de_DynamicScalingConfiguration = (output, context) => {
|
|
|
16479
16572
|
ScalingPolicies: (_) => de_ScalingPolicies(_, context),
|
|
16480
16573
|
});
|
|
16481
16574
|
};
|
|
16575
|
+
const de_EbsStorageSettings = (output, context) => {
|
|
16576
|
+
return (0, smithy_client_1.take)(output, {
|
|
16577
|
+
EbsVolumeSizeInGb: smithy_client_1.expectInt32,
|
|
16578
|
+
});
|
|
16579
|
+
};
|
|
16482
16580
|
const de_Edge = (output, context) => {
|
|
16483
16581
|
return (0, smithy_client_1.take)(output, {
|
|
16484
16582
|
AssociationType: smithy_client_1.expectString,
|
|
@@ -16627,6 +16725,17 @@ const de_Edges = (output, context) => {
|
|
|
16627
16725
|
});
|
|
16628
16726
|
return retVal;
|
|
16629
16727
|
};
|
|
16728
|
+
const de_EFSFileSystem = (output, context) => {
|
|
16729
|
+
return (0, smithy_client_1.take)(output, {
|
|
16730
|
+
FileSystemId: smithy_client_1.expectString,
|
|
16731
|
+
});
|
|
16732
|
+
};
|
|
16733
|
+
const de_EFSFileSystemConfig = (output, context) => {
|
|
16734
|
+
return (0, smithy_client_1.take)(output, {
|
|
16735
|
+
FileSystemId: smithy_client_1.expectString,
|
|
16736
|
+
FileSystemPath: smithy_client_1.expectString,
|
|
16737
|
+
});
|
|
16738
|
+
};
|
|
16630
16739
|
const de_EMRStepMetadata = (output, context) => {
|
|
16631
16740
|
return (0, smithy_client_1.take)(output, {
|
|
16632
16741
|
ClusterId: smithy_client_1.expectString,
|
|
@@ -17813,6 +17922,19 @@ const de_JsonContentTypes = (output, context) => {
|
|
|
17813
17922
|
});
|
|
17814
17923
|
return retVal;
|
|
17815
17924
|
};
|
|
17925
|
+
const de_JupyterLabAppImageConfig = (output, context) => {
|
|
17926
|
+
return (0, smithy_client_1.take)(output, {
|
|
17927
|
+
ContainerConfig: (_) => de_ContainerConfig(_, context),
|
|
17928
|
+
});
|
|
17929
|
+
};
|
|
17930
|
+
const de_JupyterLabAppSettings = (output, context) => {
|
|
17931
|
+
return (0, smithy_client_1.take)(output, {
|
|
17932
|
+
CodeRepositories: (_) => de_CodeRepositories(_, context),
|
|
17933
|
+
CustomImages: (_) => de_CustomImages(_, context),
|
|
17934
|
+
DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
|
|
17935
|
+
LifecycleConfigArns: (_) => de_LifecycleConfigArns(_, context),
|
|
17936
|
+
});
|
|
17937
|
+
};
|
|
17816
17938
|
const de_JupyterServerAppSettings = (output, context) => {
|
|
17817
17939
|
return (0, smithy_client_1.take)(output, {
|
|
17818
17940
|
CodeRepositories: (_) => de_CodeRepositories(_, context),
|
|
@@ -19533,6 +19655,16 @@ const de_OutputParameterList = (output, context) => {
|
|
|
19533
19655
|
});
|
|
19534
19656
|
return retVal;
|
|
19535
19657
|
};
|
|
19658
|
+
const de_OwnershipSettings = (output, context) => {
|
|
19659
|
+
return (0, smithy_client_1.take)(output, {
|
|
19660
|
+
OwnerUserProfileName: smithy_client_1.expectString,
|
|
19661
|
+
});
|
|
19662
|
+
};
|
|
19663
|
+
const de_OwnershipSettingsSummary = (output, context) => {
|
|
19664
|
+
return (0, smithy_client_1.take)(output, {
|
|
19665
|
+
OwnerUserProfileName: smithy_client_1.expectString,
|
|
19666
|
+
});
|
|
19667
|
+
};
|
|
19536
19668
|
const de_ParallelismConfiguration = (output, context) => {
|
|
19537
19669
|
return (0, smithy_client_1.take)(output, {
|
|
19538
19670
|
MaxParallelExecutionSteps: smithy_client_1.expectInt32,
|
|
@@ -20689,15 +20821,30 @@ const de_SourceIpConfig = (output, context) => {
|
|
|
20689
20821
|
Cidrs: (_) => de_Cidrs(_, context),
|
|
20690
20822
|
});
|
|
20691
20823
|
};
|
|
20824
|
+
const de_SpaceCodeEditorAppSettings = (output, context) => {
|
|
20825
|
+
return (0, smithy_client_1.take)(output, {
|
|
20826
|
+
DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
|
|
20827
|
+
});
|
|
20828
|
+
};
|
|
20692
20829
|
const de_SpaceDetails = (output, context) => {
|
|
20693
20830
|
return (0, smithy_client_1.take)(output, {
|
|
20694
20831
|
CreationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
20695
20832
|
DomainId: smithy_client_1.expectString,
|
|
20696
20833
|
LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
20834
|
+
OwnershipSettingsSummary: (_) => de_OwnershipSettingsSummary(_, context),
|
|
20835
|
+
SpaceDisplayName: smithy_client_1.expectString,
|
|
20697
20836
|
SpaceName: smithy_client_1.expectString,
|
|
20837
|
+
SpaceSettingsSummary: (_) => de_SpaceSettingsSummary(_, context),
|
|
20838
|
+
SpaceSharingSettingsSummary: (_) => de_SpaceSharingSettingsSummary(_, context),
|
|
20698
20839
|
Status: smithy_client_1.expectString,
|
|
20699
20840
|
});
|
|
20700
20841
|
};
|
|
20842
|
+
const de_SpaceJupyterLabAppSettings = (output, context) => {
|
|
20843
|
+
return (0, smithy_client_1.take)(output, {
|
|
20844
|
+
CodeRepositories: (_) => de_CodeRepositories(_, context),
|
|
20845
|
+
DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
|
|
20846
|
+
});
|
|
20847
|
+
};
|
|
20701
20848
|
const de_SpaceList = (output, context) => {
|
|
20702
20849
|
const retVal = (output || [])
|
|
20703
20850
|
.filter((e) => e != null)
|
|
@@ -20708,8 +20855,34 @@ const de_SpaceList = (output, context) => {
|
|
|
20708
20855
|
};
|
|
20709
20856
|
const de_SpaceSettings = (output, context) => {
|
|
20710
20857
|
return (0, smithy_client_1.take)(output, {
|
|
20858
|
+
AppType: smithy_client_1.expectString,
|
|
20859
|
+
CodeEditorAppSettings: (_) => de_SpaceCodeEditorAppSettings(_, context),
|
|
20860
|
+
CustomFileSystems: (_) => de_CustomFileSystems(_, context),
|
|
20861
|
+
JupyterLabAppSettings: (_) => de_SpaceJupyterLabAppSettings(_, context),
|
|
20711
20862
|
JupyterServerAppSettings: (_) => de_JupyterServerAppSettings(_, context),
|
|
20712
20863
|
KernelGatewayAppSettings: (_) => de_KernelGatewayAppSettings(_, context),
|
|
20864
|
+
SpaceStorageSettings: (_) => de_SpaceStorageSettings(_, context),
|
|
20865
|
+
});
|
|
20866
|
+
};
|
|
20867
|
+
const de_SpaceSettingsSummary = (output, context) => {
|
|
20868
|
+
return (0, smithy_client_1.take)(output, {
|
|
20869
|
+
AppType: smithy_client_1.expectString,
|
|
20870
|
+
SpaceStorageSettings: (_) => de_SpaceStorageSettings(_, context),
|
|
20871
|
+
});
|
|
20872
|
+
};
|
|
20873
|
+
const de_SpaceSharingSettings = (output, context) => {
|
|
20874
|
+
return (0, smithy_client_1.take)(output, {
|
|
20875
|
+
SharingType: smithy_client_1.expectString,
|
|
20876
|
+
});
|
|
20877
|
+
};
|
|
20878
|
+
const de_SpaceSharingSettingsSummary = (output, context) => {
|
|
20879
|
+
return (0, smithy_client_1.take)(output, {
|
|
20880
|
+
SharingType: smithy_client_1.expectString,
|
|
20881
|
+
});
|
|
20882
|
+
};
|
|
20883
|
+
const de_SpaceStorageSettings = (output, context) => {
|
|
20884
|
+
return (0, smithy_client_1.take)(output, {
|
|
20885
|
+
EbsStorageSettings: (_) => de_EbsStorageSettings(_, context),
|
|
20713
20886
|
});
|
|
20714
20887
|
};
|
|
20715
20888
|
const de_Stairs = (output, context) => {
|
|
@@ -21594,14 +21767,19 @@ const de_UserProfileList = (output, context) => {
|
|
|
21594
21767
|
const de_UserSettings = (output, context) => {
|
|
21595
21768
|
return (0, smithy_client_1.take)(output, {
|
|
21596
21769
|
CanvasAppSettings: (_) => de_CanvasAppSettings(_, context),
|
|
21770
|
+
CodeEditorAppSettings: (_) => de_CodeEditorAppSettings(_, context),
|
|
21771
|
+
CustomFileSystemConfigs: (_) => de_CustomFileSystemConfigs(_, context),
|
|
21772
|
+
CustomPosixUserConfig: (_) => de_CustomPosixUserConfig(_, context),
|
|
21597
21773
|
DefaultLandingUri: smithy_client_1.expectString,
|
|
21598
21774
|
ExecutionRole: smithy_client_1.expectString,
|
|
21775
|
+
JupyterLabAppSettings: (_) => de_JupyterLabAppSettings(_, context),
|
|
21599
21776
|
JupyterServerAppSettings: (_) => de_JupyterServerAppSettings(_, context),
|
|
21600
21777
|
KernelGatewayAppSettings: (_) => de_KernelGatewayAppSettings(_, context),
|
|
21601
21778
|
RSessionAppSettings: (_) => de_RSessionAppSettings(_, context),
|
|
21602
21779
|
RStudioServerProAppSettings: (_) => de_RStudioServerProAppSettings(_, context),
|
|
21603
21780
|
SecurityGroups: (_) => de_SecurityGroupIds(_, context),
|
|
21604
21781
|
SharingSettings: (_) => de_SharingSettings(_, context),
|
|
21782
|
+
SpaceStorageSettings: (_) => de_DefaultSpaceStorageSettings(_, context),
|
|
21605
21783
|
StudioWebPortal: smithy_client_1.expectString,
|
|
21606
21784
|
TensorBoardAppSettings: (_) => de_TensorBoardAppSettings(_, context),
|
|
21607
21785
|
});
|