@aws-sdk/client-sagemaker 3.798.0 → 3.801.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 (64) hide show
  1. package/dist-cjs/index.js +80 -34
  2. package/dist-cjs/runtimeConfig.js +1 -0
  3. package/dist-es/models/models_0.js +5 -10
  4. package/dist-es/models/models_1.js +10 -6
  5. package/dist-es/models/models_2.js +6 -12
  6. package/dist-es/models/models_3.js +12 -8
  7. package/dist-es/models/models_4.js +8 -0
  8. package/dist-es/protocols/Aws_json1_1.js +41 -0
  9. package/dist-es/runtimeConfig.js +2 -1
  10. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateClusterCommand.d.ts +21 -0
  12. package/dist-types/commands/CreateDomainCommand.d.ts +6 -6
  13. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +5 -4
  14. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -2
  15. package/dist-types/commands/CreateSpaceCommand.d.ts +4 -4
  16. package/dist-types/commands/CreateTrainingJobCommand.d.ts +12 -4
  17. package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -6
  18. package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeClusterCommand.d.ts +21 -0
  20. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -0
  21. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -6
  22. package/dist-types/commands/DescribeHubContentCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +1 -2
  24. package/dist-types/commands/DescribeSpaceCommand.d.ts +4 -4
  25. package/dist-types/commands/DescribeUserProfileCommand.d.ts +6 -6
  26. package/dist-types/commands/ListAppsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -0
  28. package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
  29. package/dist-types/commands/ListContextsCommand.d.ts +1 -1
  30. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +1 -1
  31. package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
  32. package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +1 -1
  33. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
  34. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateClusterCommand.d.ts +21 -0
  36. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +23 -0
  37. package/dist-types/commands/UpdateDomainCommand.d.ts +6 -6
  38. package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -4
  39. package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -6
  40. package/dist-types/models/models_0.d.ts +115 -263
  41. package/dist-types/models/models_1.d.ts +264 -249
  42. package/dist-types/models/models_2.d.ts +284 -192
  43. package/dist-types/models/models_3.d.ts +196 -161
  44. package/dist-types/models/models_4.d.ts +161 -64
  45. package/dist-types/models/models_5.d.ts +85 -4
  46. package/dist-types/runtimeConfig.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +4 -2
  48. package/dist-types/ts3.4/commands/DescribeHubContentCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +4 -2
  50. package/dist-types/ts3.4/commands/ListComputeQuotasCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/StopLabelingJobCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/StopMonitoringScheduleCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/StopNotebookInstanceCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +31 -46
  58. package/dist-types/ts3.4/models/models_1.d.ts +50 -45
  59. package/dist-types/ts3.4/models/models_2.d.ts +45 -54
  60. package/dist-types/ts3.4/models/models_3.d.ts +56 -50
  61. package/dist-types/ts3.4/models/models_4.d.ts +49 -23
  62. package/dist-types/ts3.4/models/models_5.d.ts +28 -2
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -4
  64. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -492,6 +492,7 @@ __export(index_exports, {
492
492
  MonitoringProblemType: () => MonitoringProblemType,
493
493
  MonitoringScheduleSortKey: () => MonitoringScheduleSortKey,
494
494
  MonitoringType: () => MonitoringType,
495
+ NodeUnavailabilityType: () => NodeUnavailabilityType,
495
496
  NotebookInstanceAcceleratorType: () => NotebookInstanceAcceleratorType,
496
497
  NotebookInstanceLifecycleConfigSortKey: () => NotebookInstanceLifecycleConfigSortKey,
497
498
  NotebookInstanceLifecycleConfigSortOrder: () => NotebookInstanceLifecycleConfigSortOrder,
@@ -1708,6 +1709,7 @@ var AppInstanceType = {
1708
1709
  ML_P3_8XLARGE: "ml.p3.8xlarge",
1709
1710
  ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
1710
1711
  ML_P4D_24XLARGE: "ml.p4d.24xlarge",
1712
+ ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
1711
1713
  ML_P5_48XLARGE: "ml.p5.48xlarge",
1712
1714
  ML_R5_12XLARGE: "ml.r5.12xlarge",
1713
1715
  ML_R5_16XLARGE: "ml.r5.16xlarge",
@@ -2059,6 +2061,10 @@ var DataSourceName = {
2059
2061
  SalesforceGenie: "SalesforceGenie",
2060
2062
  Snowflake: "Snowflake"
2061
2063
  };
2064
+ var NodeUnavailabilityType = {
2065
+ CAPACITY_PERCENTAGE: "CAPACITY_PERCENTAGE",
2066
+ INSTANCE_COUNT: "INSTANCE_COUNT"
2067
+ };
2062
2068
  var CaptureMode = {
2063
2069
  INPUT: "Input",
2064
2070
  INPUT_AND_OUTPUT: "InputAndOutput",
@@ -2446,6 +2452,9 @@ var ModelCacheSetting = {
2446
2452
  DISABLED: "Disabled",
2447
2453
  ENABLED: "Enabled"
2448
2454
  };
2455
+
2456
+ // src/models/models_1.ts
2457
+
2449
2458
  var ContentClassifier = {
2450
2459
  FREE_OF_ADULT_CONTENT: "FreeOfAdultContent",
2451
2460
  FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION: "FreeOfPersonallyIdentifiableInformation"
@@ -2456,9 +2465,6 @@ var HyperParameterScalingType = {
2456
2465
  LOGARITHMIC: "Logarithmic",
2457
2466
  REVERSE_LOGARITHMIC: "ReverseLogarithmic"
2458
2467
  };
2459
-
2460
- // src/models/models_1.ts
2461
-
2462
2468
  var ParameterType = {
2463
2469
  CATEGORICAL: "Categorical",
2464
2470
  CONTINUOUS: "Continuous",
@@ -2972,12 +2978,6 @@ var MonitoringProblemType = {
2972
2978
  MULTICLASS_CLASSIFICATION: "MulticlassClassification",
2973
2979
  REGRESSION: "Regression"
2974
2980
  };
2975
- var MonitoringType = {
2976
- DATA_QUALITY: "DataQuality",
2977
- MODEL_BIAS: "ModelBias",
2978
- MODEL_EXPLAINABILITY: "ModelExplainability",
2979
- MODEL_QUALITY: "ModelQuality"
2980
- };
2981
2981
  var CreateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2982
2982
  ...obj,
2983
2983
  ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
@@ -2993,6 +2993,12 @@ var CreateModelPackageInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
2993
2993
 
2994
2994
  // src/models/models_2.ts
2995
2995
 
2996
+ var MonitoringType = {
2997
+ DATA_QUALITY: "DataQuality",
2998
+ MODEL_BIAS: "ModelBias",
2999
+ MODEL_EXPLAINABILITY: "ModelExplainability",
3000
+ MODEL_QUALITY: "ModelQuality"
3001
+ };
2996
3002
  var NotebookInstanceAcceleratorType = {
2997
3003
  ML_EIA1_LARGE: "ml.eia1.large",
2998
3004
  ML_EIA1_MEDIUM: "ml.eia1.medium",
@@ -3247,18 +3253,6 @@ var HubStatus = {
3247
3253
  UPDATE_FAILED: "UpdateFailed",
3248
3254
  UPDATING: "Updating"
3249
3255
  };
3250
- var HubContentStatus = {
3251
- AVAILABLE: "Available",
3252
- DELETE_FAILED: "DeleteFailed",
3253
- DELETING: "Deleting",
3254
- IMPORTING: "Importing",
3255
- IMPORT_FAILED: "ImportFailed"
3256
- };
3257
- var HubContentSupportStatus = {
3258
- DEPRECATED: "Deprecated",
3259
- RESTRICTED: "Restricted",
3260
- SUPPORTED: "Supported"
3261
- };
3262
3256
  var OidcConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3263
3257
  ...obj,
3264
3258
  ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
@@ -11486,6 +11480,11 @@ var de_Alarm = /* @__PURE__ */ __name((output, context) => {
11486
11480
  AlarmName: import_smithy_client.expectString
11487
11481
  });
11488
11482
  }, "de_Alarm");
11483
+ var de_AlarmDetails = /* @__PURE__ */ __name((output, context) => {
11484
+ return (0, import_smithy_client.take)(output, {
11485
+ AlarmName: import_smithy_client.expectString
11486
+ });
11487
+ }, "de_AlarmDetails");
11489
11488
  var de_AlarmList = /* @__PURE__ */ __name((output, context) => {
11490
11489
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
11491
11490
  return de_Alarm(entry, context);
@@ -12005,6 +12004,12 @@ var de_AutoParameters = /* @__PURE__ */ __name((output, context) => {
12005
12004
  });
12006
12005
  return retVal;
12007
12006
  }, "de_AutoParameters");
12007
+ var de_AutoRollbackAlarms = /* @__PURE__ */ __name((output, context) => {
12008
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
12009
+ return de_AlarmDetails(entry, context);
12010
+ });
12011
+ return retVal;
12012
+ }, "de_AutoRollbackAlarms");
12008
12013
  var de_AutoRollbackConfig = /* @__PURE__ */ __name((output, context) => {
12009
12014
  return (0, import_smithy_client.take)(output, {
12010
12015
  Alarms: /* @__PURE__ */ __name((_) => de_AlarmList(_, context), "Alarms")
@@ -12166,6 +12171,12 @@ var de_CapacitySize = /* @__PURE__ */ __name((output, context) => {
12166
12171
  Value: import_smithy_client.expectInt32
12167
12172
  });
12168
12173
  }, "de_CapacitySize");
12174
+ var de_CapacitySizeConfig = /* @__PURE__ */ __name((output, context) => {
12175
+ return (0, import_smithy_client.take)(output, {
12176
+ Type: import_smithy_client.expectString,
12177
+ Value: import_smithy_client.expectInt32
12178
+ });
12179
+ }, "de_CapacitySizeConfig");
12169
12180
  var de_CaptureContentTypeHeader = /* @__PURE__ */ __name((output, context) => {
12170
12181
  return (0, import_smithy_client.take)(output, {
12171
12182
  CsvContentTypes: /* @__PURE__ */ __name((_) => de_CsvContentTypes(_, context), "CsvContentTypes"),
@@ -12346,6 +12357,7 @@ var de_ClusterInstanceGroupDetails = /* @__PURE__ */ __name((output, context) =>
12346
12357
  LifeCycleConfig: /* @__PURE__ */ __name((_) => de_ClusterLifeCycleConfig(_, context), "LifeCycleConfig"),
12347
12358
  OnStartDeepHealthChecks: /* @__PURE__ */ __name((_) => de_OnStartDeepHealthChecks(_, context), "OnStartDeepHealthChecks"),
12348
12359
  OverrideVpcConfig: /* @__PURE__ */ __name((_) => de_VpcConfig(_, context), "OverrideVpcConfig"),
12360
+ ScheduledUpdateConfig: /* @__PURE__ */ __name((_) => de_ScheduledUpdateConfig(_, context), "ScheduledUpdateConfig"),
12349
12361
  Status: import_smithy_client.expectString,
12350
12362
  TargetCount: import_smithy_client.expectInt32,
12351
12363
  ThreadsPerCore: import_smithy_client.expectInt32,
@@ -12398,6 +12410,7 @@ var de_ClusterNodeDetails = /* @__PURE__ */ __name((output, context) => {
12398
12410
  InstanceStatus: /* @__PURE__ */ __name((_) => de_ClusterInstanceStatusDetails(_, context), "InstanceStatus"),
12399
12411
  InstanceStorageConfigs: /* @__PURE__ */ __name((_) => de_ClusterInstanceStorageConfigs(_, context), "InstanceStorageConfigs"),
12400
12412
  InstanceType: import_smithy_client.expectString,
12413
+ LastSoftwareUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSoftwareUpdateTime"),
12401
12414
  LaunchTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LaunchTime"),
12402
12415
  LifeCycleConfig: /* @__PURE__ */ __name((_) => de_ClusterLifeCycleConfig(_, context), "LifeCycleConfig"),
12403
12416
  OverrideVpcConfig: /* @__PURE__ */ __name((_) => de_VpcConfig(_, context), "OverrideVpcConfig"),
@@ -12426,6 +12439,7 @@ var de_ClusterNodeSummary = /* @__PURE__ */ __name((output, context) => {
12426
12439
  InstanceId: import_smithy_client.expectString,
12427
12440
  InstanceStatus: /* @__PURE__ */ __name((_) => de_ClusterInstanceStatusDetails(_, context), "InstanceStatus"),
12428
12441
  InstanceType: import_smithy_client.expectString,
12442
+ LastSoftwareUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSoftwareUpdateTime"),
12429
12443
  LaunchTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LaunchTime")
12430
12444
  });
12431
12445
  }, "de_ClusterNodeSummary");
@@ -13387,6 +13401,13 @@ var de_DeploymentConfig = /* @__PURE__ */ __name((output, context) => {
13387
13401
  RollingUpdatePolicy: /* @__PURE__ */ __name((_) => de_RollingUpdatePolicy(_, context), "RollingUpdatePolicy")
13388
13402
  });
13389
13403
  }, "de_DeploymentConfig");
13404
+ var de_DeploymentConfiguration = /* @__PURE__ */ __name((output, context) => {
13405
+ return (0, import_smithy_client.take)(output, {
13406
+ AutoRollbackConfiguration: /* @__PURE__ */ __name((_) => de_AutoRollbackAlarms(_, context), "AutoRollbackConfiguration"),
13407
+ RollingUpdatePolicy: /* @__PURE__ */ __name((_) => de_RollingDeploymentPolicy(_, context), "RollingUpdatePolicy"),
13408
+ WaitIntervalInSeconds: import_smithy_client.expectInt32
13409
+ });
13410
+ }, "de_DeploymentConfiguration");
13390
13411
  var de_DeploymentRecommendation = /* @__PURE__ */ __name((output, context) => {
13391
13412
  return (0, import_smithy_client.take)(output, {
13392
13413
  RealTimeInferenceRecommendations: /* @__PURE__ */ __name((_) => de_RealTimeInferenceRecommendations(_, context), "RealTimeInferenceRecommendations"),
@@ -18870,6 +18891,12 @@ var de_RetryStrategy = /* @__PURE__ */ __name((output, context) => {
18870
18891
  MaximumRetryAttempts: import_smithy_client.expectInt32
18871
18892
  });
18872
18893
  }, "de_RetryStrategy");
18894
+ var de_RollingDeploymentPolicy = /* @__PURE__ */ __name((output, context) => {
18895
+ return (0, import_smithy_client.take)(output, {
18896
+ MaximumBatchSize: /* @__PURE__ */ __name((_) => de_CapacitySizeConfig(_, context), "MaximumBatchSize"),
18897
+ RollbackMaximumBatchSize: /* @__PURE__ */ __name((_) => de_CapacitySizeConfig(_, context), "RollbackMaximumBatchSize")
18898
+ });
18899
+ }, "de_RollingDeploymentPolicy");
18873
18900
  var de_RollingUpdatePolicy = /* @__PURE__ */ __name((output, context) => {
18874
18901
  return (0, import_smithy_client.take)(output, {
18875
18902
  MaximumBatchSize: /* @__PURE__ */ __name((_) => de_CapacitySize(_, context), "MaximumBatchSize"),
@@ -18987,6 +19014,12 @@ var de_ScheduleConfig = /* @__PURE__ */ __name((output, context) => {
18987
19014
  ScheduleExpression: import_smithy_client.expectString
18988
19015
  });
18989
19016
  }, "de_ScheduleConfig");
19017
+ var de_ScheduledUpdateConfig = /* @__PURE__ */ __name((output, context) => {
19018
+ return (0, import_smithy_client.take)(output, {
19019
+ DeploymentConfig: /* @__PURE__ */ __name((_) => de_DeploymentConfiguration(_, context), "DeploymentConfig"),
19020
+ ScheduleExpression: import_smithy_client.expectString
19021
+ });
19022
+ }, "de_ScheduledUpdateConfig");
18990
19023
  var de_SchedulerConfig = /* @__PURE__ */ __name((output, context) => {
18991
19024
  return (0, import_smithy_client.take)(output, {
18992
19025
  FairShare: import_smithy_client.expectString,
@@ -22870,6 +22903,18 @@ var DescribeModelBiasJobDefinitionCommand = class extends import_smithy_client.C
22870
22903
 
22871
22904
  // src/models/models_3.ts
22872
22905
 
22906
+ var HubContentStatus = {
22907
+ AVAILABLE: "Available",
22908
+ DELETE_FAILED: "DeleteFailed",
22909
+ DELETING: "Deleting",
22910
+ IMPORTING: "Importing",
22911
+ IMPORT_FAILED: "ImportFailed"
22912
+ };
22913
+ var HubContentSupportStatus = {
22914
+ DEPRECATED: "Deprecated",
22915
+ RESTRICTED: "Restricted",
22916
+ SUPPORTED: "Supported"
22917
+ };
22873
22918
  var HumanTaskUiStatus = {
22874
22919
  ACTIVE: "Active",
22875
22920
  DELETING: "Deleting"
@@ -23328,14 +23373,6 @@ var SortQuotaBy = {
23328
23373
  NAME: "Name",
23329
23374
  STATUS: "Status"
23330
23375
  };
23331
- var SortContextsBy = {
23332
- CREATION_TIME: "CreationTime",
23333
- NAME: "Name"
23334
- };
23335
- var MonitoringJobDefinitionSortKey = {
23336
- CREATION_TIME: "CreationTime",
23337
- NAME: "Name"
23338
- };
23339
23376
  var DescribeModelCardResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
23340
23377
  ...obj,
23341
23378
  ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
@@ -25209,6 +25246,14 @@ var RetryPipelineExecutionCommand = class extends import_smithy_client.Command.c
25209
25246
 
25210
25247
  // src/models/models_4.ts
25211
25248
 
25249
+ var SortContextsBy = {
25250
+ CREATION_TIME: "CreationTime",
25251
+ NAME: "Name"
25252
+ };
25253
+ var MonitoringJobDefinitionSortKey = {
25254
+ CREATION_TIME: "CreationTime",
25255
+ NAME: "Name"
25256
+ };
25212
25257
  var ListDeviceFleetsSortBy = {
25213
25258
  CreationTime: "CREATION_TIME",
25214
25259
  LastModifiedTime: "LAST_MODIFIED_TIME",
@@ -28295,6 +28340,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
28295
28340
  BooleanOperator,
28296
28341
  CandidateSortBy,
28297
28342
  DataSourceName,
28343
+ NodeUnavailabilityType,
28298
28344
  CaptureMode,
28299
28345
  CaptureStatus,
28300
28346
  ClarifyFeatureType,
@@ -28375,10 +28421,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
28375
28421
  ModelCardStatus,
28376
28422
  SkipModelValidation,
28377
28423
  MonitoringProblemType,
28378
- MonitoringType,
28379
28424
  CreateModelCardRequestFilterSensitiveLog,
28380
28425
  ModelPackageModelCardFilterSensitiveLog,
28381
28426
  CreateModelPackageInputFilterSensitiveLog,
28427
+ MonitoringType,
28382
28428
  NotebookInstanceAcceleratorType,
28383
28429
  DirectInternetAccess,
28384
28430
  RootAccess,
@@ -28416,10 +28462,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
28416
28462
  OfflineStoreStatusValue,
28417
28463
  FlowDefinitionStatus,
28418
28464
  HubStatus,
28419
- HubContentStatus,
28420
- HubContentSupportStatus,
28421
28465
  OidcConfigFilterSensitiveLog,
28422
28466
  CreateWorkforceRequestFilterSensitiveLog,
28467
+ HubContentStatus,
28468
+ HubContentSupportStatus,
28423
28469
  HumanTaskUiStatus,
28424
28470
  TrainingJobStatus,
28425
28471
  HyperParameterTuningJobStatus,
@@ -28486,10 +28532,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
28486
28532
  SortClusterSchedulerConfigBy,
28487
28533
  ListCompilationJobsSortBy,
28488
28534
  SortQuotaBy,
28489
- SortContextsBy,
28490
- MonitoringJobDefinitionSortKey,
28491
28535
  DescribeModelCardResponseFilterSensitiveLog,
28492
28536
  DescribeModelPackageOutputFilterSensitiveLog,
28537
+ SortContextsBy,
28538
+ MonitoringJobDefinitionSortKey,
28493
28539
  ListDeviceFleetsSortBy,
28494
28540
  ListEdgeDeploymentPlansSortBy,
28495
28541
  ListEdgePackagingJobsSortBy,
@@ -29,6 +29,7 @@ const getRuntimeConfig = (config) => {
29
29
  ...config,
30
30
  runtime: "node",
31
31
  defaultsMode,
32
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
32
33
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
33
34
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
34
35
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
@@ -703,6 +703,7 @@ export const AppInstanceType = {
703
703
  ML_P3_8XLARGE: "ml.p3.8xlarge",
704
704
  ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
705
705
  ML_P4D_24XLARGE: "ml.p4d.24xlarge",
706
+ ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
706
707
  ML_P5_48XLARGE: "ml.p5.48xlarge",
707
708
  ML_R5_12XLARGE: "ml.r5.12xlarge",
708
709
  ML_R5_16XLARGE: "ml.r5.16xlarge",
@@ -1055,6 +1056,10 @@ export const DataSourceName = {
1055
1056
  SalesforceGenie: "SalesforceGenie",
1056
1057
  Snowflake: "Snowflake",
1057
1058
  };
1059
+ export const NodeUnavailabilityType = {
1060
+ CAPACITY_PERCENTAGE: "CAPACITY_PERCENTAGE",
1061
+ INSTANCE_COUNT: "INSTANCE_COUNT",
1062
+ };
1058
1063
  export const CaptureMode = {
1059
1064
  INPUT: "Input",
1060
1065
  INPUT_AND_OUTPUT: "InputAndOutput",
@@ -1438,13 +1443,3 @@ export const ModelCacheSetting = {
1438
1443
  DISABLED: "Disabled",
1439
1444
  ENABLED: "Enabled",
1440
1445
  };
1441
- export const ContentClassifier = {
1442
- FREE_OF_ADULT_CONTENT: "FreeOfAdultContent",
1443
- FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION: "FreeOfPersonallyIdentifiableInformation",
1444
- };
1445
- export const HyperParameterScalingType = {
1446
- AUTO: "Auto",
1447
- LINEAR: "Linear",
1448
- LOGARITHMIC: "Logarithmic",
1449
- REVERSE_LOGARITHMIC: "ReverseLogarithmic",
1450
- };
@@ -1,5 +1,15 @@
1
1
  import { SENSITIVE_STRING, } from "@smithy/smithy-client";
2
2
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
3
+ export const ContentClassifier = {
4
+ FREE_OF_ADULT_CONTENT: "FreeOfAdultContent",
5
+ FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION: "FreeOfPersonallyIdentifiableInformation",
6
+ };
7
+ export const HyperParameterScalingType = {
8
+ AUTO: "Auto",
9
+ LINEAR: "Linear",
10
+ LOGARITHMIC: "Logarithmic",
11
+ REVERSE_LOGARITHMIC: "ReverseLogarithmic",
12
+ };
3
13
  export const ParameterType = {
4
14
  CATEGORICAL: "Categorical",
5
15
  CONTINUOUS: "Continuous",
@@ -508,12 +518,6 @@ export const MonitoringProblemType = {
508
518
  MULTICLASS_CLASSIFICATION: "MulticlassClassification",
509
519
  REGRESSION: "Regression",
510
520
  };
511
- export const MonitoringType = {
512
- DATA_QUALITY: "DataQuality",
513
- MODEL_BIAS: "ModelBias",
514
- MODEL_EXPLAINABILITY: "ModelExplainability",
515
- MODEL_QUALITY: "ModelQuality",
516
- };
517
521
  export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
518
522
  ...obj,
519
523
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -1,4 +1,10 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ export const MonitoringType = {
3
+ DATA_QUALITY: "DataQuality",
4
+ MODEL_BIAS: "ModelBias",
5
+ MODEL_EXPLAINABILITY: "ModelExplainability",
6
+ MODEL_QUALITY: "ModelQuality",
7
+ };
2
8
  export const NotebookInstanceAcceleratorType = {
3
9
  ML_EIA1_LARGE: "ml.eia1.large",
4
10
  ML_EIA1_MEDIUM: "ml.eia1.medium",
@@ -259,18 +265,6 @@ export const HubStatus = {
259
265
  UPDATE_FAILED: "UpdateFailed",
260
266
  UPDATING: "Updating",
261
267
  };
262
- export const HubContentStatus = {
263
- AVAILABLE: "Available",
264
- DELETE_FAILED: "DeleteFailed",
265
- DELETING: "Deleting",
266
- IMPORTING: "Importing",
267
- IMPORT_FAILED: "ImportFailed",
268
- };
269
- export const HubContentSupportStatus = {
270
- DEPRECATED: "Deprecated",
271
- RESTRICTED: "Restricted",
272
- SUPPORTED: "Supported",
273
- };
274
268
  export const OidcConfigFilterSensitiveLog = (obj) => ({
275
269
  ...obj,
276
270
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -1,5 +1,17 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
3
+ export const HubContentStatus = {
4
+ AVAILABLE: "Available",
5
+ DELETE_FAILED: "DeleteFailed",
6
+ DELETING: "Deleting",
7
+ IMPORTING: "Importing",
8
+ IMPORT_FAILED: "ImportFailed",
9
+ };
10
+ export const HubContentSupportStatus = {
11
+ DEPRECATED: "Deprecated",
12
+ RESTRICTED: "Restricted",
13
+ SUPPORTED: "Supported",
14
+ };
3
15
  export const HumanTaskUiStatus = {
4
16
  ACTIVE: "Active",
5
17
  DELETING: "Deleting",
@@ -461,14 +473,6 @@ export const SortQuotaBy = {
461
473
  NAME: "Name",
462
474
  STATUS: "Status",
463
475
  };
464
- export const SortContextsBy = {
465
- CREATION_TIME: "CreationTime",
466
- NAME: "Name",
467
- };
468
- export const MonitoringJobDefinitionSortKey = {
469
- CREATION_TIME: "CreationTime",
470
- NAME: "Name",
471
- };
472
476
  export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
473
477
  ...obj,
474
478
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -1,5 +1,13 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
3
+ export const SortContextsBy = {
4
+ CREATION_TIME: "CreationTime",
5
+ NAME: "Name",
6
+ };
7
+ export const MonitoringJobDefinitionSortKey = {
8
+ CREATION_TIME: "CreationTime",
9
+ NAME: "Name",
10
+ };
3
11
  export const ListDeviceFleetsSortBy = {
4
12
  CreationTime: "CREATION_TIME",
5
13
  LastModifiedTime: "LAST_MODIFIED_TIME",
@@ -8238,6 +8238,11 @@ const de_Alarm = (output, context) => {
8238
8238
  AlarmName: __expectString,
8239
8239
  });
8240
8240
  };
8241
+ const de_AlarmDetails = (output, context) => {
8242
+ return take(output, {
8243
+ AlarmName: __expectString,
8244
+ });
8245
+ };
8241
8246
  const de_AlarmList = (output, context) => {
8242
8247
  const retVal = (output || [])
8243
8248
  .filter((e) => e != null)
@@ -8793,6 +8798,14 @@ const de_AutoParameters = (output, context) => {
8793
8798
  });
8794
8799
  return retVal;
8795
8800
  };
8801
+ const de_AutoRollbackAlarms = (output, context) => {
8802
+ const retVal = (output || [])
8803
+ .filter((e) => e != null)
8804
+ .map((entry) => {
8805
+ return de_AlarmDetails(entry, context);
8806
+ });
8807
+ return retVal;
8808
+ };
8796
8809
  const de_AutoRollbackConfig = (output, context) => {
8797
8810
  return take(output, {
8798
8811
  Alarms: (_) => de_AlarmList(_, context),
@@ -8955,6 +8968,12 @@ const de_CapacitySize = (output, context) => {
8955
8968
  Value: __expectInt32,
8956
8969
  });
8957
8970
  };
8971
+ const de_CapacitySizeConfig = (output, context) => {
8972
+ return take(output, {
8973
+ Type: __expectString,
8974
+ Value: __expectInt32,
8975
+ });
8976
+ };
8958
8977
  const de_CaptureContentTypeHeader = (output, context) => {
8959
8978
  return take(output, {
8960
8979
  CsvContentTypes: (_) => de_CsvContentTypes(_, context),
@@ -9153,6 +9172,7 @@ const de_ClusterInstanceGroupDetails = (output, context) => {
9153
9172
  LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
9154
9173
  OnStartDeepHealthChecks: (_) => de_OnStartDeepHealthChecks(_, context),
9155
9174
  OverrideVpcConfig: (_) => de_VpcConfig(_, context),
9175
+ ScheduledUpdateConfig: (_) => de_ScheduledUpdateConfig(_, context),
9156
9176
  Status: __expectString,
9157
9177
  TargetCount: __expectInt32,
9158
9178
  ThreadsPerCore: __expectInt32,
@@ -9209,6 +9229,7 @@ const de_ClusterNodeDetails = (output, context) => {
9209
9229
  InstanceStatus: (_) => de_ClusterInstanceStatusDetails(_, context),
9210
9230
  InstanceStorageConfigs: (_) => de_ClusterInstanceStorageConfigs(_, context),
9211
9231
  InstanceType: __expectString,
9232
+ LastSoftwareUpdateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
9212
9233
  LaunchTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
9213
9234
  LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
9214
9235
  OverrideVpcConfig: (_) => de_VpcConfig(_, context),
@@ -9241,6 +9262,7 @@ const de_ClusterNodeSummary = (output, context) => {
9241
9262
  InstanceId: __expectString,
9242
9263
  InstanceStatus: (_) => de_ClusterInstanceStatusDetails(_, context),
9243
9264
  InstanceType: __expectString,
9265
+ LastSoftwareUpdateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
9244
9266
  LaunchTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
9245
9267
  });
9246
9268
  };
@@ -10257,6 +10279,13 @@ const de_DeploymentConfig = (output, context) => {
10257
10279
  RollingUpdatePolicy: (_) => de_RollingUpdatePolicy(_, context),
10258
10280
  });
10259
10281
  };
10282
+ const de_DeploymentConfiguration = (output, context) => {
10283
+ return take(output, {
10284
+ AutoRollbackConfiguration: (_) => de_AutoRollbackAlarms(_, context),
10285
+ RollingUpdatePolicy: (_) => de_RollingDeploymentPolicy(_, context),
10286
+ WaitIntervalInSeconds: __expectInt32,
10287
+ });
10288
+ };
10260
10289
  const de_DeploymentRecommendation = (output, context) => {
10261
10290
  return take(output, {
10262
10291
  RealTimeInferenceRecommendations: (_) => de_RealTimeInferenceRecommendations(_, context),
@@ -16033,6 +16062,12 @@ const de_RetryStrategy = (output, context) => {
16033
16062
  MaximumRetryAttempts: __expectInt32,
16034
16063
  });
16035
16064
  };
16065
+ const de_RollingDeploymentPolicy = (output, context) => {
16066
+ return take(output, {
16067
+ MaximumBatchSize: (_) => de_CapacitySizeConfig(_, context),
16068
+ RollbackMaximumBatchSize: (_) => de_CapacitySizeConfig(_, context),
16069
+ });
16070
+ };
16036
16071
  const de_RollingUpdatePolicy = (output, context) => {
16037
16072
  return take(output, {
16038
16073
  MaximumBatchSize: (_) => de_CapacitySize(_, context),
@@ -16156,6 +16191,12 @@ const de_ScheduleConfig = (output, context) => {
16156
16191
  ScheduleExpression: __expectString,
16157
16192
  });
16158
16193
  };
16194
+ const de_ScheduledUpdateConfig = (output, context) => {
16195
+ return take(output, {
16196
+ DeploymentConfig: (_) => de_DeploymentConfiguration(_, context),
16197
+ ScheduleExpression: __expectString,
16198
+ });
16199
+ };
16159
16200
  const de_SchedulerConfig = (output, context) => {
16160
16201
  return take(output, {
16161
16202
  FairShare: __expectString,
@@ -1,5 +1,5 @@
1
1
  import packageInfo from "../package.json";
2
- import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
2
+ import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
3
3
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
4
  import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
5
5
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
@@ -25,6 +25,7 @@ export const getRuntimeConfig = (config) => {
25
25
  ...config,
26
26
  runtime: "node",
27
27
  defaultsMode,
28
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
28
29
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
29
30
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
30
31
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
@@ -53,7 +53,7 @@ declare const CreateAppCommand_base: {
53
53
  * SageMakerImageArn: "STRING_VALUE",
54
54
  * SageMakerImageVersionArn: "STRING_VALUE",
55
55
  * SageMakerImageVersionAlias: "STRING_VALUE",
56
- * 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.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.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",
56
+ * 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.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.p5.48xlarge" || "ml.p5en.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",
57
57
  * LifecycleConfigArn: "STRING_VALUE",
58
58
  * },
59
59
  * RecoveryMode: true || false,
@@ -69,6 +69,27 @@ declare const CreateClusterCommand_base: {
69
69
  * "STRING_VALUE",
70
70
  * ],
71
71
  * },
72
+ * ScheduledUpdateConfig: { // ScheduledUpdateConfig
73
+ * ScheduleExpression: "STRING_VALUE", // required
74
+ * DeploymentConfig: { // DeploymentConfiguration
75
+ * RollingUpdatePolicy: { // RollingDeploymentPolicy
76
+ * MaximumBatchSize: { // CapacitySizeConfig
77
+ * Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
78
+ * Value: Number("int"), // required
79
+ * },
80
+ * RollbackMaximumBatchSize: {
81
+ * Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
82
+ * Value: Number("int"), // required
83
+ * },
84
+ * },
85
+ * WaitIntervalInSeconds: Number("int"),
86
+ * AutoRollbackConfiguration: [ // AutoRollbackAlarms
87
+ * { // AlarmDetails
88
+ * AlarmName: "STRING_VALUE", // required
89
+ * },
90
+ * ],
91
+ * },
92
+ * },
72
93
  * },
73
94
  * ],
74
95
  * VpcConfig: {