@aws-sdk/client-sagemaker 3.859.0 → 3.861.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 (104) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +596 -125
  3. package/dist-es/SageMaker.js +10 -0
  4. package/dist-es/commands/AttachClusterNodeVolumeCommand.js +22 -0
  5. package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
  6. package/dist-es/commands/CreateModelCardCommand.js +1 -1
  7. package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
  8. package/dist-es/commands/DetachClusterNodeVolumeCommand.js +22 -0
  9. package/dist-es/commands/ListClusterEventsCommand.js +22 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +45 -101
  12. package/dist-es/models/models_1.js +94 -15
  13. package/dist-es/models/models_2.js +14 -40
  14. package/dist-es/models/models_3.js +43 -40
  15. package/dist-es/models/models_4.js +40 -14
  16. package/dist-es/models/models_5.js +14 -2
  17. package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_json1_1.js +339 -0
  20. package/dist-types/SageMaker.d.ts +35 -0
  21. package/dist-types/SageMakerClient.d.ts +7 -2
  22. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +82 -0
  23. package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
  24. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
  25. package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
  26. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
  32. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
  33. package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
  41. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +82 -0
  42. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
  43. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
  47. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
  48. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  50. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  51. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
  54. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
  55. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  56. package/dist-types/commands/index.d.ts +5 -0
  57. package/dist-types/models/models_0.d.ts +657 -531
  58. package/dist-types/models/models_1.d.ts +3755 -3694
  59. package/dist-types/models/models_2.d.ts +3169 -3559
  60. package/dist-types/models/models_3.d.ts +4492 -4376
  61. package/dist-types/models/models_4.d.ts +3841 -3859
  62. package/dist-types/models/models_5.d.ts +905 -5
  63. package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
  64. package/dist-types/pagination/index.d.ts +1 -0
  65. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  66. package/dist-types/ts3.4/SageMaker.d.ts +85 -0
  67. package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
  68. package/dist-types/ts3.4/commands/AttachClusterNodeVolumeCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/DetachClusterNodeVolumeCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +208 -204
  96. package/dist-types/ts3.4/models/models_1.d.ts +194 -132
  97. package/dist-types/ts3.4/models/models_2.d.ts +135 -248
  98. package/dist-types/ts3.4/models/models_3.d.ts +262 -229
  99. package/dist-types/ts3.4/models/models_4.d.ts +257 -266
  100. package/dist-types/ts3.4/models/models_5.d.ts +242 -21
  101. package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  103. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  104. package/package.json +1 -1
@@ -61,6 +61,13 @@ export declare class ResourceNotFound extends __BaseException {
61
61
  Message?: string | undefined;
62
62
  constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
63
63
  }
64
+ export interface AddClusterNodeSpecification {
65
+ InstanceGroupName: string | undefined;
66
+ IncrementTargetCountBy: number | undefined;
67
+ }
68
+ export interface AdditionalEnis {
69
+ EfaEnis?: string[] | undefined;
70
+ }
64
71
  export declare const CompressionType: {
65
72
  readonly GZIP: "Gzip";
66
73
  readonly NONE: "None";
@@ -1316,6 +1323,28 @@ export interface AthenaDatasetDefinition {
1316
1323
  OutputFormat: AthenaResultFormat | undefined;
1317
1324
  OutputCompression?: AthenaResultCompressionType | undefined;
1318
1325
  }
1326
+ export interface AttachClusterNodeVolumeRequest {
1327
+ ClusterArn: string | undefined;
1328
+ NodeId: string | undefined;
1329
+ VolumeId: string | undefined;
1330
+ }
1331
+ export declare const VolumeAttachmentStatus: {
1332
+ readonly ATTACHED: "attached";
1333
+ readonly ATTACHING: "attaching";
1334
+ readonly BUSY: "busy";
1335
+ readonly DETACHED: "detached";
1336
+ readonly DETACHING: "detaching";
1337
+ };
1338
+ export type VolumeAttachmentStatus =
1339
+ (typeof VolumeAttachmentStatus)[keyof typeof VolumeAttachmentStatus];
1340
+ export interface AttachClusterNodeVolumeResponse {
1341
+ ClusterArn: string | undefined;
1342
+ NodeId: string | undefined;
1343
+ VolumeId: string | undefined;
1344
+ AttachTime: Date | undefined;
1345
+ Status: VolumeAttachmentStatus | undefined;
1346
+ DeviceName: string | undefined;
1347
+ }
1319
1348
  export declare const AuthMode: {
1320
1349
  readonly IAM: "IAM";
1321
1350
  readonly SSO: "SSO";
@@ -1850,15 +1879,48 @@ export declare const AwsManagedHumanLoopRequestSource: {
1850
1879
  };
1851
1880
  export type AwsManagedHumanLoopRequestSource =
1852
1881
  (typeof AwsManagedHumanLoopRequestSource)[keyof typeof AwsManagedHumanLoopRequestSource];
1882
+ export interface BatchAddClusterNodesRequest {
1883
+ ClusterName: string | undefined;
1884
+ ClientToken?: string | undefined;
1885
+ NodesToAdd: AddClusterNodeSpecification[] | undefined;
1886
+ }
1887
+ export declare const BatchAddClusterNodesErrorCode: {
1888
+ readonly INSTANCE_GROUP_NOT_FOUND: "InstanceGroupNotFound";
1889
+ readonly INVALID_INSTANCE_GROUP_STATUS: "InvalidInstanceGroupStatus";
1890
+ };
1891
+ export type BatchAddClusterNodesErrorCode =
1892
+ (typeof BatchAddClusterNodesErrorCode)[keyof typeof BatchAddClusterNodesErrorCode];
1893
+ export interface BatchAddClusterNodesError {
1894
+ InstanceGroupName: string | undefined;
1895
+ ErrorCode: BatchAddClusterNodesErrorCode | undefined;
1896
+ FailedCount: number | undefined;
1897
+ Message?: string | undefined;
1898
+ }
1899
+ export declare const ClusterInstanceStatus: {
1900
+ readonly DEEP_HEALTH_CHECK_IN_PROGRESS: "DeepHealthCheckInProgress";
1901
+ readonly FAILURE: "Failure";
1902
+ readonly NOT_FOUND: "NotFound";
1903
+ readonly PENDING: "Pending";
1904
+ readonly RUNNING: "Running";
1905
+ readonly SHUTTING_DOWN: "ShuttingDown";
1906
+ readonly SYSTEM_UPDATING: "SystemUpdating";
1907
+ };
1908
+ export type ClusterInstanceStatus =
1909
+ (typeof ClusterInstanceStatus)[keyof typeof ClusterInstanceStatus];
1910
+ export interface NodeAdditionResult {
1911
+ NodeLogicalId: string | undefined;
1912
+ InstanceGroupName: string | undefined;
1913
+ Status: ClusterInstanceStatus | undefined;
1914
+ }
1915
+ export interface BatchAddClusterNodesResponse {
1916
+ Successful: NodeAdditionResult[] | undefined;
1917
+ Failed: BatchAddClusterNodesError[] | undefined;
1918
+ }
1853
1919
  export interface BatchDataCaptureConfig {
1854
1920
  DestinationS3Uri: string | undefined;
1855
1921
  KmsKeyId?: string | undefined;
1856
1922
  GenerateInferenceId?: boolean | undefined;
1857
1923
  }
1858
- export interface BatchDeleteClusterNodesRequest {
1859
- ClusterName: string | undefined;
1860
- NodeIds?: string[] | undefined;
1861
- }
1862
1924
  export declare const BatchDeleteClusterNodesErrorCode: {
1863
1925
  readonly INVALID_NODE_STATUS: "InvalidNodeStatus";
1864
1926
  readonly NODE_ID_IN_USE: "NodeIdInUse";
@@ -1866,6 +1928,16 @@ export declare const BatchDeleteClusterNodesErrorCode: {
1866
1928
  };
1867
1929
  export type BatchDeleteClusterNodesErrorCode =
1868
1930
  (typeof BatchDeleteClusterNodesErrorCode)[keyof typeof BatchDeleteClusterNodesErrorCode];
1931
+ export interface BatchDeleteClusterNodeLogicalIdsError {
1932
+ Code: BatchDeleteClusterNodesErrorCode | undefined;
1933
+ Message: string | undefined;
1934
+ NodeLogicalId: string | undefined;
1935
+ }
1936
+ export interface BatchDeleteClusterNodesRequest {
1937
+ ClusterName: string | undefined;
1938
+ NodeIds?: string[] | undefined;
1939
+ NodeLogicalIds?: string[] | undefined;
1940
+ }
1869
1941
  export interface BatchDeleteClusterNodesError {
1870
1942
  Code: BatchDeleteClusterNodesErrorCode | undefined;
1871
1943
  Message: string | undefined;
@@ -1874,6 +1946,8 @@ export interface BatchDeleteClusterNodesError {
1874
1946
  export interface BatchDeleteClusterNodesResponse {
1875
1947
  Failed?: BatchDeleteClusterNodesError[] | undefined;
1876
1948
  Successful?: string[] | undefined;
1949
+ FailedNodeLogicalIds?: BatchDeleteClusterNodeLogicalIdsError[] | undefined;
1950
+ SuccessfulNodeLogicalIds?: string[] | undefined;
1877
1951
  }
1878
1952
  export interface BatchDescribeModelPackageInput {
1879
1953
  ModelPackageArnList: string[] | undefined;
@@ -2075,6 +2149,16 @@ export interface CanvasAppSettings {
2075
2149
  GenerativeAiSettings?: GenerativeAiSettings | undefined;
2076
2150
  EmrServerlessSettings?: EmrServerlessSettings | undefined;
2077
2151
  }
2152
+ export declare const CapacityReservationType: {
2153
+ readonly CRG: "CRG";
2154
+ readonly ODCR: "ODCR";
2155
+ };
2156
+ export type CapacityReservationType =
2157
+ (typeof CapacityReservationType)[keyof typeof CapacityReservationType];
2158
+ export interface CapacityReservation {
2159
+ Arn?: string | undefined;
2160
+ Type?: CapacityReservationType | undefined;
2161
+ }
2078
2162
  export declare const CapacityReservationPreference: {
2079
2163
  readonly CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only";
2080
2164
  };
@@ -2291,6 +2375,114 @@ export interface ClarifyExplainerConfig {
2291
2375
  export interface ClusterEbsVolumeConfig {
2292
2376
  VolumeSizeInGB?: number | undefined;
2293
2377
  }
2378
+ export interface ClusterMetadata {
2379
+ FailureMessage?: string | undefined;
2380
+ EksRoleAccessEntries?: string[] | undefined;
2381
+ SlrAccessEntry?: string | undefined;
2382
+ }
2383
+ export interface InstanceMetadata {
2384
+ CustomerEni?: string | undefined;
2385
+ AdditionalEnis?: AdditionalEnis | undefined;
2386
+ CapacityReservation?: CapacityReservation | undefined;
2387
+ FailureMessage?: string | undefined;
2388
+ LcsExecutionState?: string | undefined;
2389
+ NodeLogicalId?: string | undefined;
2390
+ }
2391
+ export interface InstanceGroupMetadata {
2392
+ FailureMessage?: string | undefined;
2393
+ AvailabilityZoneId?: string | undefined;
2394
+ CapacityReservation?: CapacityReservation | undefined;
2395
+ SubnetId?: string | undefined;
2396
+ SecurityGroupIds?: string[] | undefined;
2397
+ AmiOverride?: string | undefined;
2398
+ }
2399
+ export interface InstanceGroupScalingMetadata {
2400
+ InstanceCount?: number | undefined;
2401
+ TargetCount?: number | undefined;
2402
+ FailureMessage?: string | undefined;
2403
+ }
2404
+ export type EventMetadata =
2405
+ | EventMetadata.ClusterMember
2406
+ | EventMetadata.InstanceMember
2407
+ | EventMetadata.InstanceGroupMember
2408
+ | EventMetadata.InstanceGroupScalingMember
2409
+ | EventMetadata.$UnknownMember;
2410
+ export declare namespace EventMetadata {
2411
+ interface ClusterMember {
2412
+ Cluster: ClusterMetadata;
2413
+ InstanceGroup?: never;
2414
+ InstanceGroupScaling?: never;
2415
+ Instance?: never;
2416
+ $unknown?: never;
2417
+ }
2418
+ interface InstanceGroupMember {
2419
+ Cluster?: never;
2420
+ InstanceGroup: InstanceGroupMetadata;
2421
+ InstanceGroupScaling?: never;
2422
+ Instance?: never;
2423
+ $unknown?: never;
2424
+ }
2425
+ interface InstanceGroupScalingMember {
2426
+ Cluster?: never;
2427
+ InstanceGroup?: never;
2428
+ InstanceGroupScaling: InstanceGroupScalingMetadata;
2429
+ Instance?: never;
2430
+ $unknown?: never;
2431
+ }
2432
+ interface InstanceMember {
2433
+ Cluster?: never;
2434
+ InstanceGroup?: never;
2435
+ InstanceGroupScaling?: never;
2436
+ Instance: InstanceMetadata;
2437
+ $unknown?: never;
2438
+ }
2439
+ interface $UnknownMember {
2440
+ Cluster?: never;
2441
+ InstanceGroup?: never;
2442
+ InstanceGroupScaling?: never;
2443
+ Instance?: never;
2444
+ $unknown: [string, any];
2445
+ }
2446
+ interface Visitor<T> {
2447
+ Cluster: (value: ClusterMetadata) => T;
2448
+ InstanceGroup: (value: InstanceGroupMetadata) => T;
2449
+ InstanceGroupScaling: (value: InstanceGroupScalingMetadata) => T;
2450
+ Instance: (value: InstanceMetadata) => T;
2451
+ _: (name: string, value: any) => T;
2452
+ }
2453
+ const visit: <T>(value: EventMetadata, visitor: Visitor<T>) => T;
2454
+ }
2455
+ export interface EventDetails {
2456
+ EventMetadata?: EventMetadata | undefined;
2457
+ }
2458
+ export declare const ClusterEventResourceType: {
2459
+ readonly CLUSTER: "Cluster";
2460
+ readonly INSTANCE: "Instance";
2461
+ readonly INSTANCE_GROUP: "InstanceGroup";
2462
+ };
2463
+ export type ClusterEventResourceType =
2464
+ (typeof ClusterEventResourceType)[keyof typeof ClusterEventResourceType];
2465
+ export interface ClusterEventDetail {
2466
+ EventId: string | undefined;
2467
+ ClusterArn: string | undefined;
2468
+ ClusterName: string | undefined;
2469
+ InstanceGroupName?: string | undefined;
2470
+ InstanceId?: string | undefined;
2471
+ ResourceType: ClusterEventResourceType | undefined;
2472
+ EventTime: Date | undefined;
2473
+ EventDetails?: EventDetails | undefined;
2474
+ Description?: string | undefined;
2475
+ }
2476
+ export interface ClusterEventSummary {
2477
+ EventId: string | undefined;
2478
+ ClusterArn: string | undefined;
2479
+ ClusterName: string | undefined;
2480
+ InstanceGroupName?: string | undefined;
2481
+ InstanceId?: string | undefined;
2482
+ ResourceType: ClusterEventResourceType | undefined;
2483
+ EventTime: Date | undefined;
2484
+ Description?: string | undefined;
2485
+ }
2294
2486
  export type ClusterInstanceStorageConfig =
2295
2487
  | ClusterInstanceStorageConfig.EbsVolumeConfigMember
2296
2488
  | ClusterInstanceStorageConfig.$UnknownMember;
@@ -2477,6 +2669,8 @@ export interface ClusterInstanceGroupDetails {
2477
2669
  TrainingPlanStatus?: string | undefined;
2478
2670
  OverrideVpcConfig?: VpcConfig | undefined;
2479
2671
  ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
2672
+ CurrentImageId?: string | undefined;
2673
+ DesiredImageId?: string | undefined;
2480
2674
  }
2481
2675
  export interface ClusterInstanceGroupSpecification {
2482
2676
  InstanceCount: number | undefined;
@@ -2490,21 +2684,12 @@ export interface ClusterInstanceGroupSpecification {
2490
2684
  TrainingPlanArn?: string | undefined;
2491
2685
  OverrideVpcConfig?: VpcConfig | undefined;
2492
2686
  ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
2687
+ ImageId?: string | undefined;
2493
2688
  }
2494
2689
  export interface ClusterInstancePlacement {
2495
2690
  AvailabilityZone?: string | undefined;
2496
2691
  AvailabilityZoneId?: string | undefined;
2497
2692
  }
2498
- export declare const ClusterInstanceStatus: {
2499
- readonly DEEP_HEALTH_CHECK_IN_PROGRESS: "DeepHealthCheckInProgress";
2500
- readonly FAILURE: "Failure";
2501
- readonly PENDING: "Pending";
2502
- readonly RUNNING: "Running";
2503
- readonly SHUTTING_DOWN: "ShuttingDown";
2504
- readonly SYSTEM_UPDATING: "SystemUpdating";
2505
- };
2506
- export type ClusterInstanceStatus =
2507
- (typeof ClusterInstanceStatus)[keyof typeof ClusterInstanceStatus];
2508
2693
  export interface ClusterInstanceStatusDetails {
2509
2694
  Status: ClusterInstanceStatus | undefined;
2510
2695
  Message?: string | undefined;
@@ -2512,6 +2697,7 @@ export interface ClusterInstanceStatusDetails {
2512
2697
  export interface ClusterNodeDetails {
2513
2698
  InstanceGroupName?: string | undefined;
2514
2699
  InstanceId?: string | undefined;
2700
+ NodeLogicalId?: string | undefined;
2515
2701
  InstanceStatus?: ClusterInstanceStatusDetails | undefined;
2516
2702
  InstanceType?: ClusterInstanceType | undefined;
2517
2703
  LaunchTime?: Date | undefined;
@@ -2524,7 +2710,14 @@ export interface ClusterNodeDetails {
2524
2710
  PrivatePrimaryIpv6?: string | undefined;
2525
2711
  PrivateDnsHostname?: string | undefined;
2526
2712
  Placement?: ClusterInstancePlacement | undefined;
2713
+ CurrentImageId?: string | undefined;
2714
+ DesiredImageId?: string | undefined;
2527
2715
  }
2716
+ export declare const ClusterNodeProvisioningMode: {
2717
+ readonly CONTINUOUS: "Continuous";
2718
+ };
2719
+ export type ClusterNodeProvisioningMode =
2720
+ (typeof ClusterNodeProvisioningMode)[keyof typeof ClusterNodeProvisioningMode];
2528
2721
  export declare const ClusterNodeRecovery: {
2529
2722
  readonly AUTOMATIC: "Automatic";
2530
2723
  readonly NONE: "None";
@@ -2534,6 +2727,7 @@ export type ClusterNodeRecovery =
2534
2727
  export interface ClusterNodeSummary {
2535
2728
  InstanceGroupName: string | undefined;
2536
2729
  InstanceId: string | undefined;
2730
+ NodeLogicalId?: string | undefined;
2537
2731
  InstanceType: ClusterInstanceType | undefined;
2538
2732
  LaunchTime: Date | undefined;
2539
2733
  LastSoftwareUpdateTime?: Date | undefined;
@@ -2626,193 +2820,3 @@ export declare const ClusterStatus: {
2626
2820
  readonly UPDATING: "Updating";
2627
2821
  };
2628
2822
  export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
2629
- export interface ClusterSummary {
2630
- ClusterArn: string | undefined;
2631
- ClusterName: string | undefined;
2632
- CreationTime: Date | undefined;
2633
- ClusterStatus: ClusterStatus | undefined;
2634
- TrainingPlanArns?: string[] | undefined;
2635
- }
2636
- export interface CustomImage {
2637
- ImageName: string | undefined;
2638
- ImageVersionNumber?: number | undefined;
2639
- AppImageConfigName: string | undefined;
2640
- }
2641
- export interface CodeEditorAppSettings {
2642
- DefaultResourceSpec?: ResourceSpec | undefined;
2643
- CustomImages?: CustomImage[] | undefined;
2644
- LifecycleConfigArns?: string[] | undefined;
2645
- AppLifecycleManagement?: AppLifecycleManagement | undefined;
2646
- BuiltInLifecycleConfigArn?: string | undefined;
2647
- }
2648
- export interface CodeRepository {
2649
- RepositoryUrl: string | undefined;
2650
- }
2651
- export declare const CodeRepositorySortBy: {
2652
- readonly CREATION_TIME: "CreationTime";
2653
- readonly LAST_MODIFIED_TIME: "LastModifiedTime";
2654
- readonly NAME: "Name";
2655
- };
2656
- export type CodeRepositorySortBy =
2657
- (typeof CodeRepositorySortBy)[keyof typeof CodeRepositorySortBy];
2658
- export declare const CodeRepositorySortOrder: {
2659
- readonly ASCENDING: "Ascending";
2660
- readonly DESCENDING: "Descending";
2661
- };
2662
- export type CodeRepositorySortOrder =
2663
- (typeof CodeRepositorySortOrder)[keyof typeof CodeRepositorySortOrder];
2664
- export interface GitConfig {
2665
- RepositoryUrl: string | undefined;
2666
- Branch?: string | undefined;
2667
- SecretArn?: string | undefined;
2668
- }
2669
- export interface CodeRepositorySummary {
2670
- CodeRepositoryName: string | undefined;
2671
- CodeRepositoryArn: string | undefined;
2672
- CreationTime: Date | undefined;
2673
- LastModifiedTime: Date | undefined;
2674
- GitConfig?: GitConfig | undefined;
2675
- }
2676
- export interface CognitoConfig {
2677
- UserPool: string | undefined;
2678
- ClientId: string | undefined;
2679
- }
2680
- export interface CognitoMemberDefinition {
2681
- UserPool: string | undefined;
2682
- UserGroup: string | undefined;
2683
- ClientId: string | undefined;
2684
- }
2685
- export interface VectorConfig {
2686
- Dimension: number | undefined;
2687
- }
2688
- export type CollectionConfig =
2689
- | CollectionConfig.VectorConfigMember
2690
- | CollectionConfig.$UnknownMember;
2691
- export declare namespace CollectionConfig {
2692
- interface VectorConfigMember {
2693
- VectorConfig: VectorConfig;
2694
- $unknown?: never;
2695
- }
2696
- interface $UnknownMember {
2697
- VectorConfig?: never;
2698
- $unknown: [string, any];
2699
- }
2700
- interface Visitor<T> {
2701
- VectorConfig: (value: VectorConfig) => T;
2702
- _: (name: string, value: any) => T;
2703
- }
2704
- const visit: <T>(value: CollectionConfig, visitor: Visitor<T>) => T;
2705
- }
2706
- export interface CollectionConfiguration {
2707
- CollectionName?: string | undefined;
2708
- CollectionParameters?: Record<string, string> | undefined;
2709
- }
2710
- export declare const CollectionType: {
2711
- readonly LIST: "List";
2712
- readonly SET: "Set";
2713
- readonly VECTOR: "Vector";
2714
- };
2715
- export type CollectionType =
2716
- (typeof CollectionType)[keyof typeof CollectionType];
2717
- export declare const CompilationJobStatus: {
2718
- readonly COMPLETED: "COMPLETED";
2719
- readonly FAILED: "FAILED";
2720
- readonly INPROGRESS: "INPROGRESS";
2721
- readonly STARTING: "STARTING";
2722
- readonly STOPPED: "STOPPED";
2723
- readonly STOPPING: "STOPPING";
2724
- };
2725
- export type CompilationJobStatus =
2726
- (typeof CompilationJobStatus)[keyof typeof CompilationJobStatus];
2727
- export declare const TargetDevice: {
2728
- readonly AISAGE: "aisage";
2729
- readonly AMBA_CV2: "amba_cv2";
2730
- readonly AMBA_CV22: "amba_cv22";
2731
- readonly AMBA_CV25: "amba_cv25";
2732
- readonly COREML: "coreml";
2733
- readonly DEEPLENS: "deeplens";
2734
- readonly IMX8MPLUS: "imx8mplus";
2735
- readonly IMX8QM: "imx8qm";
2736
- readonly JACINTO_TDA4VM: "jacinto_tda4vm";
2737
- readonly JETSON_NANO: "jetson_nano";
2738
- readonly JETSON_TX1: "jetson_tx1";
2739
- readonly JETSON_TX2: "jetson_tx2";
2740
- readonly JETSON_XAVIER: "jetson_xavier";
2741
- readonly LAMBDA: "lambda";
2742
- readonly ML_C4: "ml_c4";
2743
- readonly ML_C5: "ml_c5";
2744
- readonly ML_C6G: "ml_c6g";
2745
- readonly ML_EIA2: "ml_eia2";
2746
- readonly ML_G4DN: "ml_g4dn";
2747
- readonly ML_INF1: "ml_inf1";
2748
- readonly ML_INF2: "ml_inf2";
2749
- readonly ML_M4: "ml_m4";
2750
- readonly ML_M5: "ml_m5";
2751
- readonly ML_M6G: "ml_m6g";
2752
- readonly ML_P2: "ml_p2";
2753
- readonly ML_P3: "ml_p3";
2754
- readonly ML_TRN1: "ml_trn1";
2755
- readonly QCS603: "qcs603";
2756
- readonly QCS605: "qcs605";
2757
- readonly RASP3B: "rasp3b";
2758
- readonly RASP4B: "rasp4b";
2759
- readonly RK3288: "rk3288";
2760
- readonly RK3399: "rk3399";
2761
- readonly SBE_C: "sbe_c";
2762
- readonly SITARA_AM57X: "sitara_am57x";
2763
- readonly X86_WIN32: "x86_win32";
2764
- readonly X86_WIN64: "x86_win64";
2765
- };
2766
- export type TargetDevice = (typeof TargetDevice)[keyof typeof TargetDevice];
2767
- export declare const TargetPlatformAccelerator: {
2768
- readonly INTEL_GRAPHICS: "INTEL_GRAPHICS";
2769
- readonly MALI: "MALI";
2770
- readonly NNA: "NNA";
2771
- readonly NVIDIA: "NVIDIA";
2772
- };
2773
- export type TargetPlatformAccelerator =
2774
- (typeof TargetPlatformAccelerator)[keyof typeof TargetPlatformAccelerator];
2775
- export declare const TargetPlatformArch: {
2776
- readonly ARM64: "ARM64";
2777
- readonly ARM_EABI: "ARM_EABI";
2778
- readonly ARM_EABIHF: "ARM_EABIHF";
2779
- readonly X86: "X86";
2780
- readonly X86_64: "X86_64";
2781
- };
2782
- export type TargetPlatformArch =
2783
- (typeof TargetPlatformArch)[keyof typeof TargetPlatformArch];
2784
- export declare const TargetPlatformOs: {
2785
- readonly ANDROID: "ANDROID";
2786
- readonly LINUX: "LINUX";
2787
- };
2788
- export type TargetPlatformOs =
2789
- (typeof TargetPlatformOs)[keyof typeof TargetPlatformOs];
2790
- export interface CompilationJobSummary {
2791
- CompilationJobName: string | undefined;
2792
- CompilationJobArn: string | undefined;
2793
- CreationTime: Date | undefined;
2794
- CompilationStartTime?: Date | undefined;
2795
- CompilationEndTime?: Date | undefined;
2796
- CompilationTargetDevice?: TargetDevice | undefined;
2797
- CompilationTargetPlatformOs?: TargetPlatformOs | undefined;
2798
- CompilationTargetPlatformArch?: TargetPlatformArch | undefined;
2799
- CompilationTargetPlatformAccelerator?: TargetPlatformAccelerator | undefined;
2800
- LastModifiedTime?: Date | undefined;
2801
- CompilationJobStatus: CompilationJobStatus | undefined;
2802
- }
2803
- export declare const CompleteOnConvergence: {
2804
- readonly DISABLED: "Disabled";
2805
- readonly ENABLED: "Enabled";
2806
- };
2807
- export type CompleteOnConvergence =
2808
- (typeof CompleteOnConvergence)[keyof typeof CompleteOnConvergence];
2809
- export interface ComputeQuotaResourceConfig {
2810
- InstanceType: ClusterInstanceType | undefined;
2811
- Count?: number | undefined;
2812
- }
2813
- export declare const PreemptTeamTasks: {
2814
- readonly LOWERPRIORITY: "LowerPriority";
2815
- readonly NEVER: "Never";
2816
- };
2817
- export type PreemptTeamTasks =
2818
- (typeof PreemptTeamTasks)[keyof typeof PreemptTeamTasks];