@aws-sdk/client-sagemaker 3.645.0 → 3.648.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.
Files changed (55) hide show
  1. package/dist-cjs/index.js +17317 -17254
  2. package/dist-es/commands/DescribeModelCardCommand.js +1 -1
  3. package/dist-es/models/models_0.js +13 -13
  4. package/dist-es/models/models_1.js +15 -16
  5. package/dist-es/models/models_2.js +15 -23
  6. package/dist-es/models/models_3.js +23 -11
  7. package/dist-es/models/models_4.js +11 -0
  8. package/dist-es/protocols/Aws_json1_1.js +50 -1
  9. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -2
  12. package/dist-types/commands/CreateClusterCommand.d.ts +9 -0
  13. package/dist-types/commands/CreateDomainCommand.d.ts +24 -0
  14. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +2 -1
  15. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateSpaceCommand.d.ts +10 -0
  17. package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeClusterCommand.d.ts +9 -0
  19. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeDomainCommand.d.ts +24 -0
  21. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -2
  24. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -0
  26. package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
  27. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  28. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListModelCardsCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
  31. package/dist-types/commands/UpdateDomainCommand.d.ts +24 -0
  32. package/dist-types/commands/UpdateSpaceCommand.d.ts +10 -0
  33. package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
  34. package/dist-types/models/models_0.d.ts +111 -199
  35. package/dist-types/models/models_1.d.ts +222 -122
  36. package/dist-types/models/models_2.d.ts +164 -294
  37. package/dist-types/models/models_3.d.ts +295 -265
  38. package/dist-types/models/models_4.d.ts +271 -4
  39. package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +4 -2
  47. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListModelCardExportJobsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListModelCardsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +37 -43
  51. package/dist-types/ts3.4/models/models_1.d.ts +61 -38
  52. package/dist-types/ts3.4/models/models_2.d.ts +49 -93
  53. package/dist-types/ts3.4/models/models_3.d.ts +90 -66
  54. package/dist-types/ts3.4/models/models_4.d.ts +69 -3
  55. package/package.json +1 -1
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeModelCardResponseFilterSensitiveLog } from "../models/models_3";
5
+ import { DescribeModelCardResponseFilterSensitiveLog, } from "../models/models_3";
6
6
  import { de_DescribeModelCardCommand, se_DescribeModelCardCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class DescribeModelCardCommand extends $Command
@@ -684,6 +684,10 @@ export const AppImageConfigSortKey = {
684
684
  LastModifiedTime: "LastModifiedTime",
685
685
  Name: "Name",
686
686
  };
687
+ export const LifecycleManagement = {
688
+ Disabled: "DISABLED",
689
+ Enabled: "ENABLED",
690
+ };
687
691
  export const AppNetworkAccessType = {
688
692
  PublicInternetOnly: "PublicInternetOnly",
689
693
  VpcOnly: "VpcOnly",
@@ -1097,13 +1101,22 @@ export const ClusterInstanceType = {
1097
1101
  ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
1098
1102
  ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
1099
1103
  };
1104
+ export const DeepHealthCheckType = {
1105
+ INSTANCE_CONNECTIVITY: "InstanceConnectivity",
1106
+ INSTANCE_STRESS: "InstanceStress",
1107
+ };
1100
1108
  export const ClusterInstanceStatus = {
1109
+ DEEP_HEALTH_CHECK_IN_PROGRESS: "DeepHealthCheckInProgress",
1101
1110
  FAILURE: "Failure",
1102
1111
  PENDING: "Pending",
1103
1112
  RUNNING: "Running",
1104
1113
  SHUTTING_DOWN: "ShuttingDown",
1105
1114
  SYSTEM_UPDATING: "SystemUpdating",
1106
1115
  };
1116
+ export const ClusterNodeRecovery = {
1117
+ AUTOMATIC: "Automatic",
1118
+ NONE: "None",
1119
+ };
1107
1120
  export const ClusterSortBy = {
1108
1121
  CREATION_TIME: "CREATION_TIME",
1109
1122
  NAME: "NAME",
@@ -1256,16 +1269,3 @@ export const HyperParameterTuningJobObjectiveType = {
1256
1269
  MAXIMIZE: "Maximize",
1257
1270
  MINIMIZE: "Minimize",
1258
1271
  };
1259
- export class ResourceInUse extends __BaseException {
1260
- constructor(opts) {
1261
- super({
1262
- name: "ResourceInUse",
1263
- $fault: "client",
1264
- ...opts,
1265
- });
1266
- this.name = "ResourceInUse";
1267
- this.$fault = "client";
1268
- Object.setPrototypeOf(this, ResourceInUse.prototype);
1269
- this.Message = opts.Message;
1270
- }
1271
- }
@@ -1,4 +1,18 @@
1
- import { SENSITIVE_STRING } from "@smithy/smithy-client";
1
+ import { SENSITIVE_STRING, } from "@smithy/smithy-client";
2
+ import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
3
+ export class ResourceInUse extends __BaseException {
4
+ constructor(opts) {
5
+ super({
6
+ name: "ResourceInUse",
7
+ $fault: "client",
8
+ ...opts,
9
+ });
10
+ this.name = "ResourceInUse";
11
+ this.$fault = "client";
12
+ Object.setPrototypeOf(this, ResourceInUse.prototype);
13
+ this.Message = opts.Message;
14
+ }
15
+ }
2
16
  export const Framework = {
3
17
  DARKNET: "DARKNET",
4
18
  KERAS: "KERAS",
@@ -481,21 +495,6 @@ export var OptimizationConfig;
481
495
  return visitor._(value.$unknown[0], value.$unknown[1]);
482
496
  };
483
497
  })(OptimizationConfig || (OptimizationConfig = {}));
484
- export const DataDistributionType = {
485
- FULLYREPLICATED: "FullyReplicated",
486
- SHARDEDBYS3KEY: "ShardedByS3Key",
487
- };
488
- export const InputMode = {
489
- FILE: "File",
490
- PIPE: "Pipe",
491
- };
492
- export const RedshiftResultCompressionType = {
493
- BZIP2: "BZIP2",
494
- GZIP: "GZIP",
495
- NONE: "None",
496
- SNAPPY: "SNAPPY",
497
- ZSTD: "ZSTD",
498
- };
499
498
  export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
500
499
  ...obj,
501
500
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -1,4 +1,19 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ export const DataDistributionType = {
3
+ FULLYREPLICATED: "FullyReplicated",
4
+ SHARDEDBYS3KEY: "ShardedByS3Key",
5
+ };
6
+ export const InputMode = {
7
+ FILE: "File",
8
+ PIPE: "Pipe",
9
+ };
10
+ export const RedshiftResultCompressionType = {
11
+ BZIP2: "BZIP2",
12
+ GZIP: "GZIP",
13
+ NONE: "None",
14
+ SNAPPY: "SNAPPY",
15
+ ZSTD: "ZSTD",
16
+ };
2
17
  export const RedshiftResultFormat = {
3
18
  CSV: "CSV",
4
19
  PARQUET: "PARQUET",
@@ -258,29 +273,6 @@ export const LabelingJobStatus = {
258
273
  STOPPED: "Stopped",
259
274
  STOPPING: "Stopping",
260
275
  };
261
- export const IsTrackingServerActive = {
262
- ACTIVE: "Active",
263
- INACTIVE: "Inactive",
264
- };
265
- export const TrackingServerStatus = {
266
- CREATED: "Created",
267
- CREATE_FAILED: "CreateFailed",
268
- CREATING: "Creating",
269
- DELETE_FAILED: "DeleteFailed",
270
- DELETING: "Deleting",
271
- MAINTENANCE_COMPLETE: "MaintenanceComplete",
272
- MAINTENANCE_FAILED: "MaintenanceFailed",
273
- MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress",
274
- STARTED: "Started",
275
- STARTING: "Starting",
276
- START_FAILED: "StartFailed",
277
- STOPPED: "Stopped",
278
- STOPPING: "Stopping",
279
- STOP_FAILED: "StopFailed",
280
- UPDATED: "Updated",
281
- UPDATE_FAILED: "UpdateFailed",
282
- UPDATING: "Updating",
283
- };
284
276
  export const OidcConfigFilterSensitiveLog = (obj) => ({
285
277
  ...obj,
286
278
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -1,5 +1,28 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
3
+ export const IsTrackingServerActive = {
4
+ ACTIVE: "Active",
5
+ INACTIVE: "Inactive",
6
+ };
7
+ export const TrackingServerStatus = {
8
+ CREATED: "Created",
9
+ CREATE_FAILED: "CreateFailed",
10
+ CREATING: "Creating",
11
+ DELETE_FAILED: "DeleteFailed",
12
+ DELETING: "Deleting",
13
+ MAINTENANCE_COMPLETE: "MaintenanceComplete",
14
+ MAINTENANCE_FAILED: "MaintenanceFailed",
15
+ MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress",
16
+ STARTED: "Started",
17
+ STARTING: "Starting",
18
+ START_FAILED: "StartFailed",
19
+ STOPPED: "Stopped",
20
+ STOPPING: "Stopping",
21
+ STOP_FAILED: "StopFailed",
22
+ UPDATED: "Updated",
23
+ UPDATE_FAILED: "UpdateFailed",
24
+ UPDATING: "Updating",
25
+ };
3
26
  export const ModelCardProcessingStatus = {
4
27
  CONTENT_DELETED: "ContentDeleted",
5
28
  DELETE_COMPLETED: "DeleteCompleted",
@@ -380,17 +403,6 @@ export const ModelCardExportJobSortOrder = {
380
403
  ASCENDING: "Ascending",
381
404
  DESCENDING: "Descending",
382
405
  };
383
- export const ModelCardSortBy = {
384
- CREATION_TIME: "CreationTime",
385
- NAME: "Name",
386
- };
387
- export const ModelCardSortOrder = {
388
- ASCENDING: "Ascending",
389
- DESCENDING: "Descending",
390
- };
391
- export const ModelCardVersionSortBy = {
392
- VERSION: "Version",
393
- };
394
406
  export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
395
407
  ...obj,
396
408
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -1,6 +1,17 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
3
3
  import { OidcConfigFilterSensitiveLog, } from "./models_2";
4
+ export const ModelCardSortBy = {
5
+ CREATION_TIME: "CreationTime",
6
+ NAME: "Name",
7
+ };
8
+ export const ModelCardSortOrder = {
9
+ ASCENDING: "Ascending",
10
+ DESCENDING: "Descending",
11
+ };
12
+ export const ModelCardVersionSortBy = {
13
+ VERSION: "Version",
14
+ };
4
15
  export const ModelMetadataFilterType = {
5
16
  DOMAIN: "Domain",
6
17
  FRAMEWORK: "Framework",
@@ -2,7 +2,8 @@ import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody a
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, LazyJsonString as __LazyJsonString, limitedParseDouble as __limitedParseDouble, limitedParseFloat32 as __limitedParseFloat32, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
4
4
  import { v4 as generateIdempotencyToken } from "uuid";
5
- import { ConflictException, ResourceInUse, ResourceLimitExceeded, ResourceNotFound, } from "../models/models_0";
5
+ import { ConflictException, ResourceLimitExceeded, ResourceNotFound, } from "../models/models_0";
6
+ import { ResourceInUse, } from "../models/models_1";
6
7
  import { TrialComponentParameterValue, } from "../models/models_2";
7
8
  import { SageMakerServiceException as __BaseException } from "../models/SageMakerServiceException";
8
9
  export const se_AddAssociationCommand = async (input, context) => {
@@ -7842,6 +7843,11 @@ const de_AppImageConfigList = (output, context) => {
7842
7843
  });
7843
7844
  return retVal;
7844
7845
  };
7846
+ const de_AppLifecycleManagement = (output, context) => {
7847
+ return take(output, {
7848
+ IdleSettings: (_) => de_IdleSettings(_, context),
7849
+ });
7850
+ };
7845
7851
  const de_AppList = (output, context) => {
7846
7852
  const retVal = (output || [])
7847
7853
  .filter((e) => e != null)
@@ -8608,6 +8614,7 @@ const de_ClusterInstanceGroupDetails = (output, context) => {
8608
8614
  InstanceStorageConfigs: (_) => de_ClusterInstanceStorageConfigs(_, context),
8609
8615
  InstanceType: __expectString,
8610
8616
  LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
8617
+ OnStartDeepHealthChecks: (_) => de_OnStartDeepHealthChecks(_, context),
8611
8618
  TargetCount: __expectInt32,
8612
8619
  ThreadsPerCore: __expectInt32,
8613
8620
  });
@@ -8686,6 +8693,16 @@ const de_ClusterNodeSummary = (output, context) => {
8686
8693
  LaunchTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
8687
8694
  });
8688
8695
  };
8696
+ const de_ClusterOrchestrator = (output, context) => {
8697
+ return take(output, {
8698
+ Eks: (_) => de_ClusterOrchestratorEksConfig(_, context),
8699
+ });
8700
+ };
8701
+ const de_ClusterOrchestratorEksConfig = (output, context) => {
8702
+ return take(output, {
8703
+ ClusterArn: __expectString,
8704
+ });
8705
+ };
8689
8706
  const de_ClusterSummaries = (output, context) => {
8690
8707
  const retVal = (output || [])
8691
8708
  .filter((e) => e != null)
@@ -8710,6 +8727,7 @@ const de_CodeEditorAppImageConfig = (output, context) => {
8710
8727
  };
8711
8728
  const de_CodeEditorAppSettings = (output, context) => {
8712
8729
  return take(output, {
8730
+ AppLifecycleManagement: (_) => de_AppLifecycleManagement(_, context),
8713
8731
  CustomImages: (_) => de_CustomImages(_, context),
8714
8732
  DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
8715
8733
  LifecycleConfigArns: (_) => de_LifecycleConfigArns(_, context),
@@ -9739,6 +9757,8 @@ const de_DescribeClusterResponse = (output, context) => {
9739
9757
  CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
9740
9758
  FailureMessage: __expectString,
9741
9759
  InstanceGroups: (_) => de_ClusterInstanceGroupDetailsList(_, context),
9760
+ NodeRecovery: __expectString,
9761
+ Orchestrator: (_) => de_ClusterOrchestrator(_, context),
9742
9762
  VpcConfig: (_) => de_VpcConfig(_, context),
9743
9763
  });
9744
9764
  };
@@ -11922,6 +11942,14 @@ const de_IdentityProviderOAuthSettings = (output, context) => {
11922
11942
  });
11923
11943
  return retVal;
11924
11944
  };
11945
+ const de_IdleSettings = (output, context) => {
11946
+ return take(output, {
11947
+ IdleTimeoutInMinutes: __expectInt32,
11948
+ LifecycleManagement: __expectString,
11949
+ MaxIdleTimeoutInMinutes: __expectInt32,
11950
+ MinIdleTimeoutInMinutes: __expectInt32,
11951
+ });
11952
+ };
11925
11953
  const de_Image = (output, context) => {
11926
11954
  return take(output, {
11927
11955
  CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -12247,6 +12275,7 @@ const de_JupyterLabAppImageConfig = (output, context) => {
12247
12275
  };
12248
12276
  const de_JupyterLabAppSettings = (output, context) => {
12249
12277
  return take(output, {
12278
+ AppLifecycleManagement: (_) => de_AppLifecycleManagement(_, context),
12250
12279
  CodeRepositories: (_) => de_CodeRepositories(_, context),
12251
12280
  CustomImages: (_) => de_CustomImages(_, context),
12252
12281
  DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
@@ -13985,6 +14014,14 @@ const de_OnlineStoreSecurityConfig = (output, context) => {
13985
14014
  KmsKeyId: __expectString,
13986
14015
  });
13987
14016
  };
14017
+ const de_OnStartDeepHealthChecks = (output, context) => {
14018
+ const retVal = (output || [])
14019
+ .filter((e) => e != null)
14020
+ .map((entry) => {
14021
+ return __expectString(entry);
14022
+ });
14023
+ return retVal;
14024
+ };
13988
14025
  const de_OptimizationConfig = (output, context) => {
13989
14026
  if (output.ModelCompilationConfig != null) {
13990
14027
  return {
@@ -15304,8 +15341,14 @@ const de_SourceIpConfig = (output, context) => {
15304
15341
  Cidrs: (_) => de_Cidrs(_, context),
15305
15342
  });
15306
15343
  };
15344
+ const de_SpaceAppLifecycleManagement = (output, context) => {
15345
+ return take(output, {
15346
+ IdleSettings: (_) => de_SpaceIdleSettings(_, context),
15347
+ });
15348
+ };
15307
15349
  const de_SpaceCodeEditorAppSettings = (output, context) => {
15308
15350
  return take(output, {
15351
+ AppLifecycleManagement: (_) => de_SpaceAppLifecycleManagement(_, context),
15309
15352
  DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
15310
15353
  });
15311
15354
  };
@@ -15322,8 +15365,14 @@ const de_SpaceDetails = (output, context) => {
15322
15365
  Status: __expectString,
15323
15366
  });
15324
15367
  };
15368
+ const de_SpaceIdleSettings = (output, context) => {
15369
+ return take(output, {
15370
+ IdleTimeoutInMinutes: __expectInt32,
15371
+ });
15372
+ };
15325
15373
  const de_SpaceJupyterLabAppSettings = (output, context) => {
15326
15374
  return take(output, {
15375
+ AppLifecycleManagement: (_) => de_SpaceAppLifecycleManagement(_, context),
15327
15376
  CodeRepositories: (_) => de_CodeRepositories(_, context),
15328
15377
  DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
15329
15378
  });
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateAppImageConfigRequest, CreateAppImageConfigResponse } from "../models/models_0";
3
+ import { CreateAppImageConfigRequest, CreateAppImageConfigResponse } from "../models/models_1";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateArtifactRequest, CreateArtifactResponse } from "../models/models_0";
3
+ import { CreateArtifactRequest, CreateArtifactResponse } from "../models/models_1";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateAutoMLJobRequest } from "../models/models_0";
4
- import { CreateAutoMLJobResponse } from "../models/models_1";
3
+ import { CreateAutoMLJobRequest, CreateAutoMLJobResponse } from "../models/models_1";
5
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -57,6 +57,9 @@ declare const CreateClusterCommand_base: {
57
57
  * },
58
58
  * },
59
59
  * ],
60
+ * OnStartDeepHealthChecks: [ // OnStartDeepHealthChecks
61
+ * "InstanceStress" || "InstanceConnectivity",
62
+ * ],
60
63
  * },
61
64
  * ],
62
65
  * VpcConfig: { // VpcConfig
@@ -73,6 +76,12 @@ declare const CreateClusterCommand_base: {
73
76
  * Value: "STRING_VALUE", // required
74
77
  * },
75
78
  * ],
79
+ * Orchestrator: { // ClusterOrchestrator
80
+ * Eks: { // ClusterOrchestratorEksConfig
81
+ * ClusterArn: "STRING_VALUE", // required
82
+ * },
83
+ * },
84
+ * NodeRecovery: "Automatic" || "None",
76
85
  * };
77
86
  * const command = new CreateClusterCommand(input);
78
87
  * const response = await client.send(command);
@@ -207,6 +207,14 @@ declare const CreateDomainCommand_base: {
207
207
  * LifecycleConfigArns: [
208
208
  * "STRING_VALUE",
209
209
  * ],
210
+ * AppLifecycleManagement: { // AppLifecycleManagement
211
+ * IdleSettings: { // IdleSettings
212
+ * LifecycleManagement: "ENABLED" || "DISABLED",
213
+ * IdleTimeoutInMinutes: Number("int"),
214
+ * MinIdleTimeoutInMinutes: Number("int"),
215
+ * MaxIdleTimeoutInMinutes: Number("int"),
216
+ * },
217
+ * },
210
218
  * },
211
219
  * JupyterLabAppSettings: { // JupyterLabAppSettings
212
220
  * DefaultResourceSpec: "<ResourceSpec>",
@@ -225,6 +233,14 @@ declare const CreateDomainCommand_base: {
225
233
  * RepositoryUrl: "STRING_VALUE", // required
226
234
  * },
227
235
  * ],
236
+ * AppLifecycleManagement: {
237
+ * IdleSettings: {
238
+ * LifecycleManagement: "ENABLED" || "DISABLED",
239
+ * IdleTimeoutInMinutes: Number("int"),
240
+ * MinIdleTimeoutInMinutes: Number("int"),
241
+ * MaxIdleTimeoutInMinutes: Number("int"),
242
+ * },
243
+ * },
228
244
  * EmrSettings: { // EmrSettings
229
245
  * AssumableRoleArns: [ // AssumableRoleArns
230
246
  * "STRING_VALUE",
@@ -336,6 +352,14 @@ declare const CreateDomainCommand_base: {
336
352
  * RepositoryUrl: "STRING_VALUE", // required
337
353
  * },
338
354
  * ],
355
+ * AppLifecycleManagement: {
356
+ * IdleSettings: {
357
+ * LifecycleManagement: "ENABLED" || "DISABLED",
358
+ * IdleTimeoutInMinutes: Number("int"),
359
+ * MinIdleTimeoutInMinutes: Number("int"),
360
+ * MaxIdleTimeoutInMinutes: Number("int"),
361
+ * },
362
+ * },
339
363
  * EmrSettings: {
340
364
  * AssumableRoleArns: [
341
365
  * "STRING_VALUE",
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreatePresignedMlflowTrackingServerUrlRequest, CreatePresignedMlflowTrackingServerUrlResponse } from "../models/models_1";
3
+ import { CreatePresignedMlflowTrackingServerUrlRequest } from "../models/models_1";
4
+ import { CreatePresignedMlflowTrackingServerUrlResponse } from "../models/models_2";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  /**
6
7
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreatePresignedNotebookInstanceUrlInput, CreatePresignedNotebookInstanceUrlOutput } from "../models/models_1";
3
+ import { CreatePresignedNotebookInstanceUrlInput, CreatePresignedNotebookInstanceUrlOutput } from "../models/models_2";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -88,6 +88,11 @@ declare const CreateSpaceCommand_base: {
88
88
  * 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.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.p5.48xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.m6id.large" || "ml.m6id.xlarge" || "ml.m6id.2xlarge" || "ml.m6id.4xlarge" || "ml.m6id.8xlarge" || "ml.m6id.12xlarge" || "ml.m6id.16xlarge" || "ml.m6id.24xlarge" || "ml.m6id.32xlarge" || "ml.c6id.large" || "ml.c6id.xlarge" || "ml.c6id.2xlarge" || "ml.c6id.4xlarge" || "ml.c6id.8xlarge" || "ml.c6id.12xlarge" || "ml.c6id.16xlarge" || "ml.c6id.24xlarge" || "ml.c6id.32xlarge" || "ml.r6id.large" || "ml.r6id.xlarge" || "ml.r6id.2xlarge" || "ml.r6id.4xlarge" || "ml.r6id.8xlarge" || "ml.r6id.12xlarge" || "ml.r6id.16xlarge" || "ml.r6id.24xlarge" || "ml.r6id.32xlarge",
89
89
  * LifecycleConfigArn: "STRING_VALUE",
90
90
  * },
91
+ * AppLifecycleManagement: { // SpaceAppLifecycleManagement
92
+ * IdleSettings: { // SpaceIdleSettings
93
+ * IdleTimeoutInMinutes: Number("int"),
94
+ * },
95
+ * },
91
96
  * },
92
97
  * JupyterLabAppSettings: { // SpaceJupyterLabAppSettings
93
98
  * DefaultResourceSpec: {
@@ -102,6 +107,11 @@ declare const CreateSpaceCommand_base: {
102
107
  * RepositoryUrl: "STRING_VALUE", // required
103
108
  * },
104
109
  * ],
110
+ * AppLifecycleManagement: {
111
+ * IdleSettings: {
112
+ * IdleTimeoutInMinutes: Number("int"),
113
+ * },
114
+ * },
105
115
  * },
106
116
  * AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
107
117
  * SpaceStorageSettings: { // SpaceStorageSettings
@@ -178,6 +178,14 @@ declare const CreateUserProfileCommand_base: {
178
178
  * LifecycleConfigArns: [
179
179
  * "STRING_VALUE",
180
180
  * ],
181
+ * AppLifecycleManagement: { // AppLifecycleManagement
182
+ * IdleSettings: { // IdleSettings
183
+ * LifecycleManagement: "ENABLED" || "DISABLED",
184
+ * IdleTimeoutInMinutes: Number("int"),
185
+ * MinIdleTimeoutInMinutes: Number("int"),
186
+ * MaxIdleTimeoutInMinutes: Number("int"),
187
+ * },
188
+ * },
181
189
  * },
182
190
  * JupyterLabAppSettings: { // JupyterLabAppSettings
183
191
  * DefaultResourceSpec: "<ResourceSpec>",
@@ -196,6 +204,14 @@ declare const CreateUserProfileCommand_base: {
196
204
  * RepositoryUrl: "STRING_VALUE", // required
197
205
  * },
198
206
  * ],
207
+ * AppLifecycleManagement: {
208
+ * IdleSettings: {
209
+ * LifecycleManagement: "ENABLED" || "DISABLED",
210
+ * IdleTimeoutInMinutes: Number("int"),
211
+ * MinIdleTimeoutInMinutes: Number("int"),
212
+ * MaxIdleTimeoutInMinutes: Number("int"),
213
+ * },
214
+ * },
199
215
  * EmrSettings: { // EmrSettings
200
216
  * AssumableRoleArns: [ // AssumableRoleArns
201
217
  * "STRING_VALUE",
@@ -64,6 +64,9 @@ declare const DescribeClusterCommand_base: {
64
64
  * // },
65
65
  * // },
66
66
  * // ],
67
+ * // OnStartDeepHealthChecks: [ // OnStartDeepHealthChecks
68
+ * // "InstanceStress" || "InstanceConnectivity",
69
+ * // ],
67
70
  * // },
68
71
  * // ],
69
72
  * // VpcConfig: { // VpcConfig
@@ -74,6 +77,12 @@ declare const DescribeClusterCommand_base: {
74
77
  * // "STRING_VALUE",
75
78
  * // ],
76
79
  * // },
80
+ * // Orchestrator: { // ClusterOrchestrator
81
+ * // Eks: { // ClusterOrchestratorEksConfig
82
+ * // ClusterArn: "STRING_VALUE", // required
83
+ * // },
84
+ * // },
85
+ * // NodeRecovery: "Automatic" || "None",
77
86
  * // };
78
87
  *
79
88
  * ```
@@ -46,7 +46,7 @@ declare const DescribeClusterNodeCommand_base: {
46
46
  * // InstanceGroupName: "STRING_VALUE",
47
47
  * // InstanceId: "STRING_VALUE",
48
48
  * // InstanceStatus: { // ClusterInstanceStatusDetails
49
- * // Status: "Running" || "Failure" || "Pending" || "ShuttingDown" || "SystemUpdating", // required
49
+ * // Status: "Running" || "Failure" || "Pending" || "ShuttingDown" || "SystemUpdating" || "DeepHealthCheckInProgress", // required
50
50
  * // Message: "STRING_VALUE",
51
51
  * // },
52
52
  * // InstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "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.c5n.large" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "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.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge",
@@ -179,6 +179,14 @@ declare const DescribeDomainCommand_base: {
179
179
  * // LifecycleConfigArns: [
180
180
  * // "STRING_VALUE",
181
181
  * // ],
182
+ * // AppLifecycleManagement: { // AppLifecycleManagement
183
+ * // IdleSettings: { // IdleSettings
184
+ * // LifecycleManagement: "ENABLED" || "DISABLED",
185
+ * // IdleTimeoutInMinutes: Number("int"),
186
+ * // MinIdleTimeoutInMinutes: Number("int"),
187
+ * // MaxIdleTimeoutInMinutes: Number("int"),
188
+ * // },
189
+ * // },
182
190
  * // },
183
191
  * // JupyterLabAppSettings: { // JupyterLabAppSettings
184
192
  * // DefaultResourceSpec: "<ResourceSpec>",
@@ -197,6 +205,14 @@ declare const DescribeDomainCommand_base: {
197
205
  * // RepositoryUrl: "STRING_VALUE", // required
198
206
  * // },
199
207
  * // ],
208
+ * // AppLifecycleManagement: {
209
+ * // IdleSettings: {
210
+ * // LifecycleManagement: "ENABLED" || "DISABLED",
211
+ * // IdleTimeoutInMinutes: Number("int"),
212
+ * // MinIdleTimeoutInMinutes: Number("int"),
213
+ * // MaxIdleTimeoutInMinutes: Number("int"),
214
+ * // },
215
+ * // },
200
216
  * // EmrSettings: { // EmrSettings
201
217
  * // AssumableRoleArns: [ // AssumableRoleArns
202
218
  * // "STRING_VALUE",
@@ -303,6 +319,14 @@ declare const DescribeDomainCommand_base: {
303
319
  * // RepositoryUrl: "STRING_VALUE", // required
304
320
  * // },
305
321
  * // ],
322
+ * // AppLifecycleManagement: {
323
+ * // IdleSettings: {
324
+ * // LifecycleManagement: "ENABLED" || "DISABLED",
325
+ * // IdleTimeoutInMinutes: Number("int"),
326
+ * // MinIdleTimeoutInMinutes: Number("int"),
327
+ * // MaxIdleTimeoutInMinutes: Number("int"),
328
+ * // },
329
+ * // },
306
330
  * // EmrSettings: {
307
331
  * // AssumableRoleArns: [
308
332
  * // "STRING_VALUE",
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeMlflowTrackingServerRequest, DescribeMlflowTrackingServerResponse } from "../models/models_2";
3
+ import { DescribeMlflowTrackingServerRequest, DescribeMlflowTrackingServerResponse } from "../models/models_3";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeModelBiasJobDefinitionRequest, DescribeModelBiasJobDefinitionResponse } from "../models/models_2";
3
+ import { DescribeModelBiasJobDefinitionRequest, DescribeModelBiasJobDefinitionResponse } from "../models/models_3";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeModelCardRequest } from "../models/models_2";
4
- import { DescribeModelCardResponse } from "../models/models_3";
3
+ import { DescribeModelCardRequest, DescribeModelCardResponse } from "../models/models_3";
5
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeModelInput, DescribeModelOutput } from "../models/models_2";
3
+ import { DescribeModelInput, DescribeModelOutput } from "../models/models_3";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public