@aws-sdk/client-sagemaker 3.936.0 → 3.938.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 (91) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +558 -168
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/BatchRebootClusterNodesCommand.js +16 -0
  5. package/dist-es/commands/BatchReplaceClusterNodesCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +64 -0
  8. package/dist-es/schemas/schemas_0.js +460 -168
  9. package/dist-types/SageMaker.d.ts +14 -0
  10. package/dist-types/SageMakerClient.d.ts +4 -2
  11. package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +102 -0
  12. package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +102 -0
  13. package/dist-types/commands/CreateClusterCommand.d.ts +17 -0
  14. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -0
  15. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +15 -1
  18. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeClusterCommand.d.ts +30 -0
  25. package/dist-types/commands/DescribeClusterEventCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +23 -0
  27. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +15 -1
  29. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +2 -2
  30. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  35. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -0
  36. package/dist-types/commands/ListComputeQuotasCommand.d.ts +4 -0
  37. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListTrainingPlansCommand.d.ts +3 -2
  39. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
  43. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -2
  46. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -2
  47. package/dist-types/commands/UpdateClusterCommand.d.ts +17 -0
  48. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +4 -0
  49. package/dist-types/commands/index.d.ts +2 -0
  50. package/dist-types/models/enums.d.ts +128 -0
  51. package/dist-types/models/models_0.d.ts +368 -369
  52. package/dist-types/models/models_1.d.ts +3321 -3361
  53. package/dist-types/models/models_2.d.ts +3816 -4111
  54. package/dist-types/models/models_3.d.ts +4107 -3920
  55. package/dist-types/models/models_4.d.ts +607 -7
  56. package/dist-types/schemas/schemas_0.d.ts +28 -0
  57. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  58. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  59. package/dist-types/ts3.4/commands/BatchRebootClusterNodesCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/BatchReplaceClusterNodesCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  84. package/dist-types/ts3.4/models/enums.d.ts +80 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +93 -90
  86. package/dist-types/ts3.4/models/models_1.d.ts +121 -146
  87. package/dist-types/ts3.4/models/models_2.d.ts +139 -193
  88. package/dist-types/ts3.4/models/models_3.d.ts +195 -150
  89. package/dist-types/ts3.4/models/models_4.d.ts +161 -13
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
  91. package/package.json +1 -1
@@ -1,3 +1,35 @@
1
+ export declare const MIGProfileType: {
2
+ readonly MIG_1G_10GB: "mig-1g.10gb";
3
+ readonly MIG_1G_18GB: "mig-1g.18gb";
4
+ readonly MIG_1G_20GB: "mig-1g.20gb";
5
+ readonly MIG_1G_23GB: "mig-1g.23gb";
6
+ readonly MIG_1G_35GB: "mig-1g.35gb";
7
+ readonly MIG_1G_45GB: "mig-1g.45gb";
8
+ readonly MIG_1G_47GB: "mig-1g.47gb";
9
+ readonly MIG_1G_5GB: "mig-1g.5gb";
10
+ readonly MIG_2G_10GB: "mig-2g.10gb";
11
+ readonly MIG_2G_20GB: "mig-2g.20gb";
12
+ readonly MIG_2G_35GB: "mig-2g.35gb";
13
+ readonly MIG_2G_45GB: "mig-2g.45gb";
14
+ readonly MIG_2G_47GB: "mig-2g.47gb";
15
+ readonly MIG_3G_20GB: "mig-3g.20gb";
16
+ readonly MIG_3G_40GB: "mig-3g.40gb";
17
+ readonly MIG_3G_71GB: "mig-3g.71gb";
18
+ readonly MIG_3G_90GB: "mig-3g.90gb";
19
+ readonly MIG_3G_93GB: "mig-3g.93gb";
20
+ readonly MIG_4G_20GB: "mig-4g.20gb";
21
+ readonly MIG_4G_40GB: "mig-4g.40gb";
22
+ readonly MIG_4G_71GB: "mig-4g.71gb";
23
+ readonly MIG_4G_90GB: "mig-4g.90gb";
24
+ readonly MIG_4G_93GB: "mig-4g.93gb";
25
+ readonly MIG_7G_141GB: "mig-7g.141gb";
26
+ readonly MIG_7G_180GB: "mig-7g.180gb";
27
+ readonly MIG_7G_186GB: "mig-7g.186gb";
28
+ readonly MIG_7G_40GB: "mig-7g.40gb";
29
+ readonly MIG_7G_80GB: "mig-7g.80gb";
30
+ };
31
+ export type MIGProfileType =
32
+ (typeof MIGProfileType)[keyof typeof MIGProfileType];
1
33
  export declare const ActionStatus: {
2
34
  readonly COMPLETED: "Completed";
3
35
  readonly FAILED: "Failed";
@@ -13,6 +45,11 @@ export declare const ActivationState: {
13
45
  };
14
46
  export type ActivationState =
15
47
  (typeof ActivationState)[keyof typeof ActivationState];
48
+ export declare const ActiveClusterOperationName: {
49
+ readonly SCALING: "Scaling";
50
+ };
51
+ export type ActiveClusterOperationName =
52
+ (typeof ActiveClusterOperationName)[keyof typeof ActiveClusterOperationName];
16
53
  export declare const AssociationEdgeType: {
17
54
  readonly ASSOCIATED_WITH: "AssociatedWith";
18
55
  readonly CONTRIBUTED_TO: "ContributedTo";
@@ -1189,6 +1226,22 @@ export declare const ModelPackageStatus: {
1189
1226
  };
1190
1227
  export type ModelPackageStatus =
1191
1228
  (typeof ModelPackageStatus)[keyof typeof ModelPackageStatus];
1229
+ export declare const BatchRebootClusterNodesErrorCode: {
1230
+ readonly INSTANCE_ID_IN_USE: "InstanceIdInUse";
1231
+ readonly INSTANCE_ID_NOT_FOUND: "InstanceIdNotFound";
1232
+ readonly INTERNAL_SERVER_ERROR: "InternalServerError";
1233
+ readonly INVALID_INSTANCE_STATUS: "InvalidInstanceStatus";
1234
+ };
1235
+ export type BatchRebootClusterNodesErrorCode =
1236
+ (typeof BatchRebootClusterNodesErrorCode)[keyof typeof BatchRebootClusterNodesErrorCode];
1237
+ export declare const BatchReplaceClusterNodesErrorCode: {
1238
+ readonly INSTANCE_ID_IN_USE: "InstanceIdInUse";
1239
+ readonly INSTANCE_ID_NOT_FOUND: "InstanceIdNotFound";
1240
+ readonly INTERNAL_SERVER_ERROR: "InternalServerError";
1241
+ readonly INVALID_INSTANCE_STATUS: "InvalidInstanceStatus";
1242
+ };
1243
+ export type BatchReplaceClusterNodesErrorCode =
1244
+ (typeof BatchReplaceClusterNodesErrorCode)[keyof typeof BatchReplaceClusterNodesErrorCode];
1192
1245
  export declare const ProcessingS3DataDistributionType: {
1193
1246
  readonly FULLYREPLICATED: "FullyReplicated";
1194
1247
  readonly SHARDEDBYS3KEY: "ShardedByS3Key";
@@ -1358,6 +1411,12 @@ export declare const ClusterAutoScalingStatus: {
1358
1411
  };
1359
1412
  export type ClusterAutoScalingStatus =
1360
1413
  (typeof ClusterAutoScalingStatus)[keyof typeof ClusterAutoScalingStatus];
1414
+ export declare const ClusterCapacityType: {
1415
+ readonly ON_DEMAND: "OnDemand";
1416
+ readonly SPOT: "Spot";
1417
+ };
1418
+ export type ClusterCapacityType =
1419
+ (typeof ClusterCapacityType)[keyof typeof ClusterCapacityType];
1361
1420
  export declare const ClusterConfigMode: {
1362
1421
  readonly DISABLE: "Disable";
1363
1422
  readonly ENABLE: "Enable";
@@ -1489,6 +1548,13 @@ export declare const ClusterInstanceType: {
1489
1548
  };
1490
1549
  export type ClusterInstanceType =
1491
1550
  (typeof ClusterInstanceType)[keyof typeof ClusterInstanceType];
1551
+ export declare const ClusterKubernetesTaintEffect: {
1552
+ readonly NO_EXECUTE: "NoExecute";
1553
+ readonly NO_SCHEDULE: "NoSchedule";
1554
+ readonly PREFER_NO_SCHEDULE: "PreferNoSchedule";
1555
+ };
1556
+ export type ClusterKubernetesTaintEffect =
1557
+ (typeof ClusterKubernetesTaintEffect)[keyof typeof ClusterKubernetesTaintEffect];
1492
1558
  export declare const DeepHealthCheckType: {
1493
1559
  readonly INSTANCE_CONNECTIVITY: "InstanceConnectivity";
1494
1560
  readonly INSTANCE_STRESS: "InstanceStress";
@@ -2380,6 +2446,8 @@ export declare const OptimizationJobDeploymentInstanceType: {
2380
2446
  readonly ML_INF2_XLARGE: "ml.inf2.xlarge";
2381
2447
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
2382
2448
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
2449
+ readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
2450
+ readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
2383
2451
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
2384
2452
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
2385
2453
  readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
@@ -2387,6 +2455,17 @@ export declare const OptimizationJobDeploymentInstanceType: {
2387
2455
  };
2388
2456
  export type OptimizationJobDeploymentInstanceType =
2389
2457
  (typeof OptimizationJobDeploymentInstanceType)[keyof typeof OptimizationJobDeploymentInstanceType];
2458
+ export declare const ModelSpeculativeDecodingTechnique: {
2459
+ readonly EAGLE: "EAGLE";
2460
+ };
2461
+ export type ModelSpeculativeDecodingTechnique =
2462
+ (typeof ModelSpeculativeDecodingTechnique)[keyof typeof ModelSpeculativeDecodingTechnique];
2463
+ export declare const ModelSpeculativeDecodingS3DataType: {
2464
+ readonly ManifestFile: "ManifestFile";
2465
+ readonly S3Prefix: "S3Prefix";
2466
+ };
2467
+ export type ModelSpeculativeDecodingS3DataType =
2468
+ (typeof ModelSpeculativeDecodingS3DataType)[keyof typeof ModelSpeculativeDecodingS3DataType];
2390
2469
  export declare const PartnerAppAuthType: {
2391
2470
  readonly IAM: "IAM";
2392
2471
  };
@@ -2974,6 +3053,7 @@ export declare const TrainingPlanStatus: {
2974
3053
  export type TrainingPlanStatus =
2975
3054
  (typeof TrainingPlanStatus)[keyof typeof TrainingPlanStatus];
2976
3055
  export declare const SageMakerResourceName: {
3056
+ readonly ENDPOINT: "endpoint";
2977
3057
  readonly HYPERPOD_CLUSTER: "hyperpod-cluster";
2978
3058
  readonly TRAINING_JOB: "training-job";
2979
3059
  };
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  ActionStatus,
3
3
  ActivationState,
4
+ ActiveClusterOperationName,
4
5
  AdditionalS3DataSourceDataType,
5
6
  AggregationTransformationValue,
6
7
  AlgorithmStatus,
@@ -26,6 +27,8 @@ import {
26
27
  AutotuneMode,
27
28
  BatchAddClusterNodesErrorCode,
28
29
  BatchDeleteClusterNodesErrorCode,
30
+ BatchRebootClusterNodesErrorCode,
31
+ BatchReplaceClusterNodesErrorCode,
29
32
  BatchStrategy,
30
33
  CandidateStatus,
31
34
  CandidateStepType,
@@ -38,10 +41,12 @@ import {
38
41
  ClusterAutoScalerType,
39
42
  ClusterAutoScalingMode,
40
43
  ClusterAutoScalingStatus,
44
+ ClusterCapacityType,
41
45
  ClusterConfigMode,
42
46
  ClusterEventResourceType,
43
47
  ClusterInstanceStatus,
44
48
  ClusterInstanceType,
49
+ ClusterKubernetesTaintEffect,
45
50
  ClusterNodeProvisioningMode,
46
51
  ClusterNodeRecovery,
47
52
  ClusterStatus,
@@ -53,7 +58,6 @@ import {
53
58
  DataSourceName,
54
59
  DeepHealthCheckType,
55
60
  DetailedAlgorithmStatus,
56
- EdgePresetDeploymentType,
57
61
  FairShare,
58
62
  FeatureStatus,
59
63
  FileSystemAccessMode,
@@ -65,6 +69,7 @@ import {
65
69
  InstanceGroupStatus,
66
70
  LifecycleManagement,
67
71
  MetricSetSource,
72
+ MIGProfileType,
68
73
  ModelApprovalStatus,
69
74
  ModelCacheSetting,
70
75
  ModelCompressionType,
@@ -75,10 +80,8 @@ import {
75
80
  ParameterType,
76
81
  PreemptTeamTasks,
77
82
  ProblemType,
78
- ProcessingInstanceType,
79
83
  ProcessingS3DataDistributionType,
80
84
  ProcessingS3InputMode,
81
- ProcessingS3UploadMode,
82
85
  ProductionVariantInstanceType,
83
86
  RecordWrapper,
84
87
  RepositoryAccessMode,
@@ -100,6 +103,10 @@ import {
100
103
  TransformInstanceType,
101
104
  VolumeAttachmentStatus,
102
105
  } from "./enums";
106
+ export interface AcceleratorPartitionConfig {
107
+ Type: MIGProfileType | undefined;
108
+ Count: number | undefined;
109
+ }
103
110
  export interface ActionSource {
104
111
  SourceUri: string | undefined;
105
112
  SourceType?: string | undefined;
@@ -914,6 +921,48 @@ export interface BatchDescribeModelPackageOutput {
914
921
  | Record<string, BatchDescribeModelPackageError>
915
922
  | undefined;
916
923
  }
924
+ export interface BatchRebootClusterNodeLogicalIdsError {
925
+ NodeLogicalId: string | undefined;
926
+ ErrorCode: BatchRebootClusterNodesErrorCode | undefined;
927
+ Message: string | undefined;
928
+ }
929
+ export interface BatchRebootClusterNodesRequest {
930
+ ClusterName: string | undefined;
931
+ NodeIds?: string[] | undefined;
932
+ NodeLogicalIds?: string[] | undefined;
933
+ }
934
+ export interface BatchRebootClusterNodesError {
935
+ NodeId: string | undefined;
936
+ ErrorCode: BatchRebootClusterNodesErrorCode | undefined;
937
+ Message: string | undefined;
938
+ }
939
+ export interface BatchRebootClusterNodesResponse {
940
+ Successful?: string[] | undefined;
941
+ Failed?: BatchRebootClusterNodesError[] | undefined;
942
+ FailedNodeLogicalIds?: BatchRebootClusterNodeLogicalIdsError[] | undefined;
943
+ SuccessfulNodeLogicalIds?: string[] | undefined;
944
+ }
945
+ export interface BatchReplaceClusterNodeLogicalIdsError {
946
+ NodeLogicalId: string | undefined;
947
+ ErrorCode: BatchReplaceClusterNodesErrorCode | undefined;
948
+ Message: string | undefined;
949
+ }
950
+ export interface BatchReplaceClusterNodesRequest {
951
+ ClusterName: string | undefined;
952
+ NodeIds?: string[] | undefined;
953
+ NodeLogicalIds?: string[] | undefined;
954
+ }
955
+ export interface BatchReplaceClusterNodesError {
956
+ NodeId: string | undefined;
957
+ ErrorCode: BatchReplaceClusterNodesErrorCode | undefined;
958
+ Message: string | undefined;
959
+ }
960
+ export interface BatchReplaceClusterNodesResponse {
961
+ Successful?: string[] | undefined;
962
+ Failed?: BatchReplaceClusterNodesError[] | undefined;
963
+ FailedNodeLogicalIds?: BatchReplaceClusterNodeLogicalIdsError[] | undefined;
964
+ SuccessfulNodeLogicalIds?: string[] | undefined;
965
+ }
917
966
  export interface MonitoringCsvDatasetFormat {
918
967
  Header?: boolean | undefined;
919
968
  }
@@ -1147,6 +1196,12 @@ export interface ClusterAutoScalingConfigOutput {
1147
1196
  Status: ClusterAutoScalingStatus | undefined;
1148
1197
  FailureMessage?: string | undefined;
1149
1198
  }
1199
+ export interface ClusterOnDemandOptions {}
1200
+ export interface ClusterSpotOptions {}
1201
+ export interface ClusterCapacityRequirements {
1202
+ Spot?: ClusterSpotOptions | undefined;
1203
+ OnDemand?: ClusterOnDemandOptions | undefined;
1204
+ }
1150
1205
  export interface ClusterEbsVolumeConfig {
1151
1206
  VolumeSizeInGB?: number | undefined;
1152
1207
  VolumeKmsKeyId?: string | undefined;
@@ -1176,6 +1231,7 @@ export interface InstanceGroupMetadata {
1176
1231
  export interface InstanceGroupScalingMetadata {
1177
1232
  InstanceCount?: number | undefined;
1178
1233
  TargetCount?: number | undefined;
1234
+ MinCount?: number | undefined;
1179
1235
  FailureMessage?: string | undefined;
1180
1236
  }
1181
1237
  export type EventMetadata =
@@ -1278,6 +1334,17 @@ export declare namespace ClusterInstanceStorageConfig {
1278
1334
  _: (name: string, value: any) => T;
1279
1335
  }
1280
1336
  }
1337
+ export interface ClusterKubernetesTaint {
1338
+ Key: string | undefined;
1339
+ Value?: string | undefined;
1340
+ Effect: ClusterKubernetesTaintEffect | undefined;
1341
+ }
1342
+ export interface ClusterKubernetesConfigDetails {
1343
+ CurrentLabels?: Record<string, string> | undefined;
1344
+ DesiredLabels?: Record<string, string> | undefined;
1345
+ CurrentTaints?: ClusterKubernetesTaint[] | undefined;
1346
+ DesiredTaints?: ClusterKubernetesTaint[] | undefined;
1347
+ }
1281
1348
  export interface ClusterLifeCycleConfig {
1282
1349
  SourceS3Uri: string | undefined;
1283
1350
  OnCreate: string | undefined;
@@ -1289,6 +1356,7 @@ export interface ScheduledUpdateConfig {
1289
1356
  export interface ClusterInstanceGroupDetails {
1290
1357
  CurrentCount?: number | undefined;
1291
1358
  TargetCount?: number | undefined;
1359
+ MinCount?: number | undefined;
1292
1360
  InstanceGroupName?: string | undefined;
1293
1361
  InstanceType?: ClusterInstanceType | undefined;
1294
1362
  LifeCycleConfig?: ClusterLifeCycleConfig | undefined;
@@ -1303,12 +1371,22 @@ export interface ClusterInstanceGroupDetails {
1303
1371
  ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
1304
1372
  CurrentImageId?: string | undefined;
1305
1373
  DesiredImageId?: string | undefined;
1374
+ ActiveOperations?:
1375
+ | Partial<Record<ActiveClusterOperationName, number>>
1376
+ | undefined;
1377
+ KubernetesConfig?: ClusterKubernetesConfigDetails | undefined;
1378
+ CapacityRequirements?: ClusterCapacityRequirements | undefined;
1306
1379
  TargetStateCount?: number | undefined;
1307
1380
  SoftwareUpdateStatus?: SoftwareUpdateStatus | undefined;
1308
1381
  ActiveSoftwareUpdateConfig?: DeploymentConfiguration | undefined;
1309
1382
  }
1383
+ export interface ClusterKubernetesConfig {
1384
+ Labels?: Record<string, string> | undefined;
1385
+ Taints?: ClusterKubernetesTaint[] | undefined;
1386
+ }
1310
1387
  export interface ClusterInstanceGroupSpecification {
1311
1388
  InstanceCount: number | undefined;
1389
+ MinInstanceCount?: number | undefined;
1312
1390
  InstanceGroupName: string | undefined;
1313
1391
  InstanceType: ClusterInstanceType | undefined;
1314
1392
  LifeCycleConfig: ClusterLifeCycleConfig | undefined;
@@ -1320,6 +1398,8 @@ export interface ClusterInstanceGroupSpecification {
1320
1398
  OverrideVpcConfig?: VpcConfig | undefined;
1321
1399
  ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
1322
1400
  ImageId?: string | undefined;
1401
+ KubernetesConfig?: ClusterKubernetesConfig | undefined;
1402
+ CapacityRequirements?: ClusterCapacityRequirements | undefined;
1323
1403
  }
1324
1404
  export interface ClusterInstancePlacement {
1325
1405
  AvailabilityZone?: string | undefined;
@@ -1329,6 +1409,12 @@ export interface ClusterInstanceStatusDetails {
1329
1409
  Status: ClusterInstanceStatus | undefined;
1330
1410
  Message?: string | undefined;
1331
1411
  }
1412
+ export interface ClusterKubernetesConfigNodeDetails {
1413
+ CurrentLabels?: Record<string, string> | undefined;
1414
+ DesiredLabels?: Record<string, string> | undefined;
1415
+ CurrentTaints?: ClusterKubernetesTaint[] | undefined;
1416
+ DesiredTaints?: ClusterKubernetesTaint[] | undefined;
1417
+ }
1332
1418
  export interface UltraServerInfo {
1333
1419
  Id?: string | undefined;
1334
1420
  }
@@ -1351,6 +1437,8 @@ export interface ClusterNodeDetails {
1351
1437
  CurrentImageId?: string | undefined;
1352
1438
  DesiredImageId?: string | undefined;
1353
1439
  UltraServerInfo?: UltraServerInfo | undefined;
1440
+ KubernetesConfig?: ClusterKubernetesConfigNodeDetails | undefined;
1441
+ CapacityType?: ClusterCapacityType | undefined;
1354
1442
  }
1355
1443
  export interface ClusterNodeSummary {
1356
1444
  InstanceGroupName: string | undefined;
@@ -1361,6 +1449,7 @@ export interface ClusterNodeSummary {
1361
1449
  LastSoftwareUpdateTime?: Date | undefined;
1362
1450
  InstanceStatus: ClusterInstanceStatusDetails | undefined;
1363
1451
  UltraServerInfo?: UltraServerInfo | undefined;
1452
+ PrivateDnsHostname?: string | undefined;
1364
1453
  }
1365
1454
  export interface ClusterOrchestratorEksConfig {
1366
1455
  ClusterArn: string | undefined;
@@ -1508,6 +1597,7 @@ export interface ComputeQuotaResourceConfig {
1508
1597
  Accelerators?: number | undefined;
1509
1598
  VCpu?: number | undefined;
1510
1599
  MemoryInGiB?: number | undefined;
1600
+ AcceleratorPartition?: AcceleratorPartitionConfig | undefined;
1511
1601
  }
1512
1602
  export interface ResourceSharingConfig {
1513
1603
  Strategy: ResourceSharingStrategy | undefined;
@@ -1851,90 +1941,3 @@ export interface DataQualityBaselineConfig {
1851
1941
  ConstraintsResource?: MonitoringConstraintsResource | undefined;
1852
1942
  StatisticsResource?: MonitoringStatisticsResource | undefined;
1853
1943
  }
1854
- export interface EndpointInput {
1855
- EndpointName: string | undefined;
1856
- LocalPath: string | undefined;
1857
- S3InputMode?: ProcessingS3InputMode | undefined;
1858
- S3DataDistributionType?: ProcessingS3DataDistributionType | undefined;
1859
- FeaturesAttribute?: string | undefined;
1860
- InferenceAttribute?: string | undefined;
1861
- ProbabilityAttribute?: string | undefined;
1862
- ProbabilityThresholdAttribute?: number | undefined;
1863
- StartTimeOffset?: string | undefined;
1864
- EndTimeOffset?: string | undefined;
1865
- ExcludeFeaturesAttribute?: string | undefined;
1866
- }
1867
- export interface DataQualityJobInput {
1868
- EndpointInput?: EndpointInput | undefined;
1869
- BatchTransformInput?: BatchTransformInput | undefined;
1870
- }
1871
- export interface MonitoringS3Output {
1872
- S3Uri: string | undefined;
1873
- LocalPath: string | undefined;
1874
- S3UploadMode?: ProcessingS3UploadMode | undefined;
1875
- }
1876
- export interface MonitoringOutput {
1877
- S3Output: MonitoringS3Output | undefined;
1878
- }
1879
- export interface MonitoringOutputConfig {
1880
- MonitoringOutputs: MonitoringOutput[] | undefined;
1881
- KmsKeyId?: string | undefined;
1882
- }
1883
- export interface MonitoringClusterConfig {
1884
- InstanceCount: number | undefined;
1885
- InstanceType: ProcessingInstanceType | undefined;
1886
- VolumeSizeInGB: number | undefined;
1887
- VolumeKmsKeyId?: string | undefined;
1888
- }
1889
- export interface MonitoringResources {
1890
- ClusterConfig: MonitoringClusterConfig | undefined;
1891
- }
1892
- export interface MonitoringNetworkConfig {
1893
- EnableInterContainerTrafficEncryption?: boolean | undefined;
1894
- EnableNetworkIsolation?: boolean | undefined;
1895
- VpcConfig?: VpcConfig | undefined;
1896
- }
1897
- export interface MonitoringStoppingCondition {
1898
- MaxRuntimeInSeconds: number | undefined;
1899
- }
1900
- export interface CreateDataQualityJobDefinitionRequest {
1901
- JobDefinitionName: string | undefined;
1902
- DataQualityBaselineConfig?: DataQualityBaselineConfig | undefined;
1903
- DataQualityAppSpecification: DataQualityAppSpecification | undefined;
1904
- DataQualityJobInput: DataQualityJobInput | undefined;
1905
- DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
1906
- JobResources: MonitoringResources | undefined;
1907
- NetworkConfig?: MonitoringNetworkConfig | undefined;
1908
- RoleArn: string | undefined;
1909
- StoppingCondition?: MonitoringStoppingCondition | undefined;
1910
- Tags?: Tag[] | undefined;
1911
- }
1912
- export interface CreateDataQualityJobDefinitionResponse {
1913
- JobDefinitionArn: string | undefined;
1914
- }
1915
- export interface EdgeOutputConfig {
1916
- S3OutputLocation: string | undefined;
1917
- KmsKeyId?: string | undefined;
1918
- PresetDeploymentType?: EdgePresetDeploymentType | undefined;
1919
- PresetDeploymentConfig?: string | undefined;
1920
- }
1921
- export interface CreateDeviceFleetRequest {
1922
- DeviceFleetName: string | undefined;
1923
- RoleArn?: string | undefined;
1924
- Description?: string | undefined;
1925
- OutputConfig: EdgeOutputConfig | undefined;
1926
- Tags?: Tag[] | undefined;
1927
- EnableIotRoleAlias?: boolean | undefined;
1928
- }
1929
- export interface EFSFileSystemConfig {
1930
- FileSystemId: string | undefined;
1931
- FileSystemPath?: string | undefined;
1932
- }
1933
- export interface FSxLustreFileSystemConfig {
1934
- FileSystemId: string | undefined;
1935
- FileSystemPath?: string | undefined;
1936
- }
1937
- export interface S3FileSystemConfig {
1938
- MountPath?: string | undefined;
1939
- S3Uri: string | undefined;
1940
- }