sagemaker-core 1.0.47__py3-none-any.whl → 1.0.62__py3-none-any.whl
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.
- sagemaker_core/__init__.py +0 -4
- sagemaker_core/main/code_injection/shape_dag.py +541 -1
- sagemaker_core/main/config_schema.py +2 -1
- sagemaker_core/main/resources.py +205 -15
- sagemaker_core/main/shapes.py +525 -10
- sagemaker_core/main/utils.py +2 -2
- {sagemaker_core-1.0.47.dist-info → sagemaker_core-1.0.62.dist-info}/METADATA +1 -1
- {sagemaker_core-1.0.47.dist-info → sagemaker_core-1.0.62.dist-info}/RECORD +11 -11
- {sagemaker_core-1.0.47.dist-info → sagemaker_core-1.0.62.dist-info}/WHEEL +0 -0
- {sagemaker_core-1.0.47.dist-info → sagemaker_core-1.0.62.dist-info}/licenses/LICENSE +0 -0
- {sagemaker_core-1.0.47.dist-info → sagemaker_core-1.0.62.dist-info}/top_level.txt +0 -0
|
@@ -43,6 +43,22 @@ SHAPE_DAG = {
|
|
|
43
43
|
],
|
|
44
44
|
"type": "structure",
|
|
45
45
|
},
|
|
46
|
+
"AddClusterNodeSpecification": {
|
|
47
|
+
"members": [
|
|
48
|
+
{"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
|
|
49
|
+
{
|
|
50
|
+
"name": "IncrementTargetCountBy",
|
|
51
|
+
"shape": "AddClusterNodeSpecificationIncrementTargetCountByInteger",
|
|
52
|
+
"type": "integer",
|
|
53
|
+
},
|
|
54
|
+
],
|
|
55
|
+
"type": "structure",
|
|
56
|
+
},
|
|
57
|
+
"AddClusterNodeSpecificationList": {
|
|
58
|
+
"member_shape": "AddClusterNodeSpecification",
|
|
59
|
+
"member_type": "structure",
|
|
60
|
+
"type": "list",
|
|
61
|
+
},
|
|
46
62
|
"AddTagsInput": {
|
|
47
63
|
"members": [
|
|
48
64
|
{"name": "ResourceArn", "shape": "ResourceArn", "type": "string"},
|
|
@@ -59,6 +75,10 @@ SHAPE_DAG = {
|
|
|
59
75
|
"member_type": "string",
|
|
60
76
|
"type": "list",
|
|
61
77
|
},
|
|
78
|
+
"AdditionalEnis": {
|
|
79
|
+
"members": [{"name": "EfaEnis", "shape": "EfaEnis", "type": "list"}],
|
|
80
|
+
"type": "structure",
|
|
81
|
+
},
|
|
62
82
|
"AdditionalInferenceSpecificationDefinition": {
|
|
63
83
|
"members": [
|
|
64
84
|
{"name": "Name", "shape": "EntityName", "type": "string"},
|
|
@@ -413,6 +433,25 @@ SHAPE_DAG = {
|
|
|
413
433
|
],
|
|
414
434
|
"type": "structure",
|
|
415
435
|
},
|
|
436
|
+
"AttachClusterNodeVolumeRequest": {
|
|
437
|
+
"members": [
|
|
438
|
+
{"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
|
|
439
|
+
{"name": "NodeId", "shape": "ClusterNodeId", "type": "string"},
|
|
440
|
+
{"name": "VolumeId", "shape": "VolumeId", "type": "string"},
|
|
441
|
+
],
|
|
442
|
+
"type": "structure",
|
|
443
|
+
},
|
|
444
|
+
"AttachClusterNodeVolumeResponse": {
|
|
445
|
+
"members": [
|
|
446
|
+
{"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
|
|
447
|
+
{"name": "NodeId", "shape": "ClusterNodeId", "type": "string"},
|
|
448
|
+
{"name": "VolumeId", "shape": "VolumeId", "type": "string"},
|
|
449
|
+
{"name": "AttachTime", "shape": "Timestamp", "type": "timestamp"},
|
|
450
|
+
{"name": "Status", "shape": "VolumeAttachmentStatus", "type": "string"},
|
|
451
|
+
{"name": "DeviceName", "shape": "VolumeDeviceName", "type": "string"},
|
|
452
|
+
],
|
|
453
|
+
"type": "structure",
|
|
454
|
+
},
|
|
416
455
|
"AttributeNames": {"member_shape": "AttributeName", "member_type": "string", "type": "list"},
|
|
417
456
|
"AuthenticationRequestExtraParams": {
|
|
418
457
|
"key_shape": "AuthenticationRequestExtraParamsKey",
|
|
@@ -763,6 +802,39 @@ SHAPE_DAG = {
|
|
|
763
802
|
"members": [{"name": "Mode", "shape": "AutotuneMode", "type": "string"}],
|
|
764
803
|
"type": "structure",
|
|
765
804
|
},
|
|
805
|
+
"BatchAddClusterNodesError": {
|
|
806
|
+
"members": [
|
|
807
|
+
{"name": "InstanceGroupName", "shape": "InstanceGroupName", "type": "string"},
|
|
808
|
+
{"name": "ErrorCode", "shape": "BatchAddClusterNodesErrorCode", "type": "string"},
|
|
809
|
+
{"name": "FailedCount", "shape": "BatchAddFailureCount", "type": "integer"},
|
|
810
|
+
{"name": "Message", "shape": "String", "type": "string"},
|
|
811
|
+
],
|
|
812
|
+
"type": "structure",
|
|
813
|
+
},
|
|
814
|
+
"BatchAddClusterNodesErrorList": {
|
|
815
|
+
"member_shape": "BatchAddClusterNodesError",
|
|
816
|
+
"member_type": "structure",
|
|
817
|
+
"type": "list",
|
|
818
|
+
},
|
|
819
|
+
"BatchAddClusterNodesRequest": {
|
|
820
|
+
"members": [
|
|
821
|
+
{"name": "ClusterName", "shape": "ClusterNameOrArn", "type": "string"},
|
|
822
|
+
{
|
|
823
|
+
"name": "ClientToken",
|
|
824
|
+
"shape": "BatchAddClusterNodesRequestClientTokenString",
|
|
825
|
+
"type": "string",
|
|
826
|
+
},
|
|
827
|
+
{"name": "NodesToAdd", "shape": "AddClusterNodeSpecificationList", "type": "list"},
|
|
828
|
+
],
|
|
829
|
+
"type": "structure",
|
|
830
|
+
},
|
|
831
|
+
"BatchAddClusterNodesResponse": {
|
|
832
|
+
"members": [
|
|
833
|
+
{"name": "Successful", "shape": "NodeAdditionResultList", "type": "list"},
|
|
834
|
+
{"name": "Failed", "shape": "BatchAddClusterNodesErrorList", "type": "list"},
|
|
835
|
+
],
|
|
836
|
+
"type": "structure",
|
|
837
|
+
},
|
|
766
838
|
"BatchDataCaptureConfig": {
|
|
767
839
|
"members": [
|
|
768
840
|
{"name": "DestinationS3Uri", "shape": "S3Uri", "type": "string"},
|
|
@@ -771,6 +843,19 @@ SHAPE_DAG = {
|
|
|
771
843
|
],
|
|
772
844
|
"type": "structure",
|
|
773
845
|
},
|
|
846
|
+
"BatchDeleteClusterNodeLogicalIdsError": {
|
|
847
|
+
"members": [
|
|
848
|
+
{"name": "Code", "shape": "BatchDeleteClusterNodesErrorCode", "type": "string"},
|
|
849
|
+
{"name": "Message", "shape": "String", "type": "string"},
|
|
850
|
+
{"name": "NodeLogicalId", "shape": "ClusterNodeLogicalId", "type": "string"},
|
|
851
|
+
],
|
|
852
|
+
"type": "structure",
|
|
853
|
+
},
|
|
854
|
+
"BatchDeleteClusterNodeLogicalIdsErrorList": {
|
|
855
|
+
"member_shape": "BatchDeleteClusterNodeLogicalIdsError",
|
|
856
|
+
"member_type": "structure",
|
|
857
|
+
"type": "list",
|
|
858
|
+
},
|
|
774
859
|
"BatchDeleteClusterNodesError": {
|
|
775
860
|
"members": [
|
|
776
861
|
{"name": "Code", "shape": "BatchDeleteClusterNodesErrorCode", "type": "string"},
|
|
@@ -788,6 +873,7 @@ SHAPE_DAG = {
|
|
|
788
873
|
"members": [
|
|
789
874
|
{"name": "ClusterName", "shape": "ClusterNameOrArn", "type": "string"},
|
|
790
875
|
{"name": "NodeIds", "shape": "ClusterNodeIds", "type": "list"},
|
|
876
|
+
{"name": "NodeLogicalIds", "shape": "ClusterNodeLogicalIdList", "type": "list"},
|
|
791
877
|
],
|
|
792
878
|
"type": "structure",
|
|
793
879
|
},
|
|
@@ -795,6 +881,16 @@ SHAPE_DAG = {
|
|
|
795
881
|
"members": [
|
|
796
882
|
{"name": "Failed", "shape": "BatchDeleteClusterNodesErrorList", "type": "list"},
|
|
797
883
|
{"name": "Successful", "shape": "ClusterNodeIds", "type": "list"},
|
|
884
|
+
{
|
|
885
|
+
"name": "FailedNodeLogicalIds",
|
|
886
|
+
"shape": "BatchDeleteClusterNodeLogicalIdsErrorList",
|
|
887
|
+
"type": "list",
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"name": "SuccessfulNodeLogicalIds",
|
|
891
|
+
"shape": "ClusterNodeLogicalIdList",
|
|
892
|
+
"type": "list",
|
|
893
|
+
},
|
|
798
894
|
],
|
|
799
895
|
"type": "structure",
|
|
800
896
|
},
|
|
@@ -1083,6 +1179,13 @@ SHAPE_DAG = {
|
|
|
1083
1179
|
],
|
|
1084
1180
|
"type": "structure",
|
|
1085
1181
|
},
|
|
1182
|
+
"CapacityReservation": {
|
|
1183
|
+
"members": [
|
|
1184
|
+
{"name": "Arn", "shape": "String", "type": "string"},
|
|
1185
|
+
{"name": "Type", "shape": "CapacityReservationType", "type": "string"},
|
|
1186
|
+
],
|
|
1187
|
+
"type": "structure",
|
|
1188
|
+
},
|
|
1086
1189
|
"CapacitySize": {
|
|
1087
1190
|
"members": [
|
|
1088
1191
|
{"name": "Type", "shape": "CapacitySizeType", "type": "string"},
|
|
@@ -1342,9 +1445,59 @@ SHAPE_DAG = {
|
|
|
1342
1445
|
],
|
|
1343
1446
|
"type": "structure",
|
|
1344
1447
|
},
|
|
1448
|
+
"ClusterAutoScalingConfig": {
|
|
1449
|
+
"members": [
|
|
1450
|
+
{"name": "Mode", "shape": "ClusterAutoScalingMode", "type": "string"},
|
|
1451
|
+
{"name": "AutoScalerType", "shape": "ClusterAutoScalerType", "type": "string"},
|
|
1452
|
+
],
|
|
1453
|
+
"type": "structure",
|
|
1454
|
+
},
|
|
1455
|
+
"ClusterAutoScalingConfigOutput": {
|
|
1456
|
+
"members": [
|
|
1457
|
+
{"name": "Mode", "shape": "ClusterAutoScalingMode", "type": "string"},
|
|
1458
|
+
{"name": "AutoScalerType", "shape": "ClusterAutoScalerType", "type": "string"},
|
|
1459
|
+
{"name": "Status", "shape": "ClusterAutoScalingStatus", "type": "string"},
|
|
1460
|
+
{"name": "FailureMessage", "shape": "String", "type": "string"},
|
|
1461
|
+
],
|
|
1462
|
+
"type": "structure",
|
|
1463
|
+
},
|
|
1345
1464
|
"ClusterEbsVolumeConfig": {
|
|
1346
1465
|
"members": [
|
|
1347
|
-
{"name": "VolumeSizeInGB", "shape": "ClusterEbsVolumeSizeInGB", "type": "integer"}
|
|
1466
|
+
{"name": "VolumeSizeInGB", "shape": "ClusterEbsVolumeSizeInGB", "type": "integer"},
|
|
1467
|
+
{"name": "VolumeKmsKeyId", "shape": "KmsKeyId", "type": "string"},
|
|
1468
|
+
{"name": "RootVolume", "shape": "Boolean", "type": "boolean"},
|
|
1469
|
+
],
|
|
1470
|
+
"type": "structure",
|
|
1471
|
+
},
|
|
1472
|
+
"ClusterEventDetail": {
|
|
1473
|
+
"members": [
|
|
1474
|
+
{"name": "EventId", "shape": "EventId", "type": "string"},
|
|
1475
|
+
{"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
|
|
1476
|
+
{"name": "ClusterName", "shape": "ClusterName", "type": "string"},
|
|
1477
|
+
{"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
|
|
1478
|
+
{"name": "InstanceId", "shape": "String", "type": "string"},
|
|
1479
|
+
{"name": "ResourceType", "shape": "ClusterEventResourceType", "type": "string"},
|
|
1480
|
+
{"name": "EventTime", "shape": "Timestamp", "type": "timestamp"},
|
|
1481
|
+
{"name": "EventDetails", "shape": "EventDetails", "type": "structure"},
|
|
1482
|
+
{"name": "Description", "shape": "String", "type": "string"},
|
|
1483
|
+
],
|
|
1484
|
+
"type": "structure",
|
|
1485
|
+
},
|
|
1486
|
+
"ClusterEventSummaries": {
|
|
1487
|
+
"member_shape": "ClusterEventSummary",
|
|
1488
|
+
"member_type": "structure",
|
|
1489
|
+
"type": "list",
|
|
1490
|
+
},
|
|
1491
|
+
"ClusterEventSummary": {
|
|
1492
|
+
"members": [
|
|
1493
|
+
{"name": "EventId", "shape": "EventId", "type": "string"},
|
|
1494
|
+
{"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
|
|
1495
|
+
{"name": "ClusterName", "shape": "ClusterName", "type": "string"},
|
|
1496
|
+
{"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
|
|
1497
|
+
{"name": "InstanceId", "shape": "String", "type": "string"},
|
|
1498
|
+
{"name": "ResourceType", "shape": "ClusterEventResourceType", "type": "string"},
|
|
1499
|
+
{"name": "EventTime", "shape": "Timestamp", "type": "timestamp"},
|
|
1500
|
+
{"name": "Description", "shape": "String", "type": "string"},
|
|
1348
1501
|
],
|
|
1349
1502
|
"type": "structure",
|
|
1350
1503
|
},
|
|
@@ -1376,6 +1529,8 @@ SHAPE_DAG = {
|
|
|
1376
1529
|
"shape": "ScheduledUpdateConfig",
|
|
1377
1530
|
"type": "structure",
|
|
1378
1531
|
},
|
|
1532
|
+
{"name": "CurrentImageId", "shape": "ImageId", "type": "string"},
|
|
1533
|
+
{"name": "DesiredImageId", "shape": "ImageId", "type": "string"},
|
|
1379
1534
|
],
|
|
1380
1535
|
"type": "structure",
|
|
1381
1536
|
},
|
|
@@ -1405,6 +1560,7 @@ SHAPE_DAG = {
|
|
|
1405
1560
|
"shape": "ScheduledUpdateConfig",
|
|
1406
1561
|
"type": "structure",
|
|
1407
1562
|
},
|
|
1563
|
+
{"name": "ImageId", "shape": "ImageId", "type": "string"},
|
|
1408
1564
|
],
|
|
1409
1565
|
"type": "structure",
|
|
1410
1566
|
},
|
|
@@ -1450,10 +1606,19 @@ SHAPE_DAG = {
|
|
|
1450
1606
|
],
|
|
1451
1607
|
"type": "structure",
|
|
1452
1608
|
},
|
|
1609
|
+
"ClusterMetadata": {
|
|
1610
|
+
"members": [
|
|
1611
|
+
{"name": "FailureMessage", "shape": "String", "type": "string"},
|
|
1612
|
+
{"name": "EksRoleAccessEntries", "shape": "EksRoleAccessEntries", "type": "list"},
|
|
1613
|
+
{"name": "SlrAccessEntry", "shape": "String", "type": "string"},
|
|
1614
|
+
],
|
|
1615
|
+
"type": "structure",
|
|
1616
|
+
},
|
|
1453
1617
|
"ClusterNodeDetails": {
|
|
1454
1618
|
"members": [
|
|
1455
1619
|
{"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
|
|
1456
1620
|
{"name": "InstanceId", "shape": "String", "type": "string"},
|
|
1621
|
+
{"name": "NodeLogicalId", "shape": "ClusterNodeLogicalId", "type": "string"},
|
|
1457
1622
|
{
|
|
1458
1623
|
"name": "InstanceStatus",
|
|
1459
1624
|
"shape": "ClusterInstanceStatusDetails",
|
|
@@ -1474,10 +1639,18 @@ SHAPE_DAG = {
|
|
|
1474
1639
|
{"name": "PrivatePrimaryIpv6", "shape": "ClusterPrivatePrimaryIpv6", "type": "string"},
|
|
1475
1640
|
{"name": "PrivateDnsHostname", "shape": "ClusterPrivateDnsHostname", "type": "string"},
|
|
1476
1641
|
{"name": "Placement", "shape": "ClusterInstancePlacement", "type": "structure"},
|
|
1642
|
+
{"name": "CurrentImageId", "shape": "ImageId", "type": "string"},
|
|
1643
|
+
{"name": "DesiredImageId", "shape": "ImageId", "type": "string"},
|
|
1644
|
+
{"name": "UltraServerInfo", "shape": "UltraServerInfo", "type": "structure"},
|
|
1477
1645
|
],
|
|
1478
1646
|
"type": "structure",
|
|
1479
1647
|
},
|
|
1480
1648
|
"ClusterNodeIds": {"member_shape": "ClusterNodeId", "member_type": "string", "type": "list"},
|
|
1649
|
+
"ClusterNodeLogicalIdList": {
|
|
1650
|
+
"member_shape": "ClusterNodeLogicalId",
|
|
1651
|
+
"member_type": "string",
|
|
1652
|
+
"type": "list",
|
|
1653
|
+
},
|
|
1481
1654
|
"ClusterNodeSummaries": {
|
|
1482
1655
|
"member_shape": "ClusterNodeSummary",
|
|
1483
1656
|
"member_type": "structure",
|
|
@@ -1487,6 +1660,7 @@ SHAPE_DAG = {
|
|
|
1487
1660
|
"members": [
|
|
1488
1661
|
{"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
|
|
1489
1662
|
{"name": "InstanceId", "shape": "String", "type": "string"},
|
|
1663
|
+
{"name": "NodeLogicalId", "shape": "String", "type": "string"},
|
|
1490
1664
|
{"name": "InstanceType", "shape": "ClusterInstanceType", "type": "string"},
|
|
1491
1665
|
{"name": "LaunchTime", "shape": "Timestamp", "type": "timestamp"},
|
|
1492
1666
|
{"name": "LastSoftwareUpdateTime", "shape": "Timestamp", "type": "timestamp"},
|
|
@@ -1495,6 +1669,7 @@ SHAPE_DAG = {
|
|
|
1495
1669
|
"shape": "ClusterInstanceStatusDetails",
|
|
1496
1670
|
"type": "structure",
|
|
1497
1671
|
},
|
|
1672
|
+
{"name": "UltraServerInfo", "shape": "UltraServerInfo", "type": "structure"},
|
|
1498
1673
|
],
|
|
1499
1674
|
"type": "structure",
|
|
1500
1675
|
},
|
|
@@ -1612,6 +1787,17 @@ SHAPE_DAG = {
|
|
|
1612
1787
|
],
|
|
1613
1788
|
"type": "structure",
|
|
1614
1789
|
},
|
|
1790
|
+
"ClusterTieredStorageConfig": {
|
|
1791
|
+
"members": [
|
|
1792
|
+
{"name": "Mode", "shape": "ClusterConfigMode", "type": "string"},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "InstanceMemoryAllocationPercentage",
|
|
1795
|
+
"shape": "ClusterInstanceMemoryAllocationPercentage",
|
|
1796
|
+
"type": "integer",
|
|
1797
|
+
},
|
|
1798
|
+
],
|
|
1799
|
+
"type": "structure",
|
|
1800
|
+
},
|
|
1615
1801
|
"CodeEditorAppImageConfig": {
|
|
1616
1802
|
"members": [
|
|
1617
1803
|
{"name": "FileSystemConfig", "shape": "FileSystemConfig", "type": "structure"},
|
|
@@ -1753,6 +1939,9 @@ SHAPE_DAG = {
|
|
|
1753
1939
|
"members": [
|
|
1754
1940
|
{"name": "InstanceType", "shape": "ClusterInstanceType", "type": "string"},
|
|
1755
1941
|
{"name": "Count", "shape": "InstanceCount", "type": "integer"},
|
|
1942
|
+
{"name": "Accelerators", "shape": "AcceleratorsAmount", "type": "integer"},
|
|
1943
|
+
{"name": "VCpu", "shape": "VCpuAmount", "type": "float"},
|
|
1944
|
+
{"name": "MemoryInGiB", "shape": "MemoryInGiBAmount", "type": "float"},
|
|
1756
1945
|
],
|
|
1757
1946
|
"type": "structure",
|
|
1758
1947
|
},
|
|
@@ -2084,6 +2273,18 @@ SHAPE_DAG = {
|
|
|
2084
2273
|
{"name": "Tags", "shape": "TagList", "type": "list"},
|
|
2085
2274
|
{"name": "Orchestrator", "shape": "ClusterOrchestrator", "type": "structure"},
|
|
2086
2275
|
{"name": "NodeRecovery", "shape": "ClusterNodeRecovery", "type": "string"},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "TieredStorageConfig",
|
|
2278
|
+
"shape": "ClusterTieredStorageConfig",
|
|
2279
|
+
"type": "structure",
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"name": "NodeProvisioningMode",
|
|
2283
|
+
"shape": "ClusterNodeProvisioningMode",
|
|
2284
|
+
"type": "string",
|
|
2285
|
+
},
|
|
2286
|
+
{"name": "ClusterRole", "shape": "RoleArn", "type": "string"},
|
|
2287
|
+
{"name": "AutoScaling", "shape": "ClusterAutoScalingConfig", "type": "structure"},
|
|
2087
2288
|
],
|
|
2088
2289
|
"type": "structure",
|
|
2089
2290
|
},
|
|
@@ -2900,6 +3101,7 @@ SHAPE_DAG = {
|
|
|
2900
3101
|
{"name": "InstanceType", "shape": "InstanceType", "type": "string"},
|
|
2901
3102
|
{"name": "SubnetId", "shape": "SubnetId", "type": "string"},
|
|
2902
3103
|
{"name": "SecurityGroupIds", "shape": "SecurityGroupIds", "type": "list"},
|
|
3104
|
+
{"name": "IpAddressType", "shape": "IPAddressType", "type": "string"},
|
|
2903
3105
|
{"name": "RoleArn", "shape": "RoleArn", "type": "string"},
|
|
2904
3106
|
{"name": "KmsKeyId", "shape": "KmsKeyId", "type": "string"},
|
|
2905
3107
|
{"name": "Tags", "shape": "TagList", "type": "list"},
|
|
@@ -3278,6 +3480,11 @@ SHAPE_DAG = {
|
|
|
3278
3480
|
"members": [
|
|
3279
3481
|
{"name": "TrainingPlanName", "shape": "TrainingPlanName", "type": "string"},
|
|
3280
3482
|
{"name": "TrainingPlanOfferingId", "shape": "TrainingPlanOfferingId", "type": "string"},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "SpareInstanceCountPerUltraServer",
|
|
3485
|
+
"shape": "SpareInstanceCountPerUltraServer",
|
|
3486
|
+
"type": "integer",
|
|
3487
|
+
},
|
|
3281
3488
|
{"name": "Tags", "shape": "TagList", "type": "list"},
|
|
3282
3489
|
],
|
|
3283
3490
|
"type": "structure",
|
|
@@ -4006,6 +4213,10 @@ SHAPE_DAG = {
|
|
|
4006
4213
|
"members": [{"name": "PipelineArn", "shape": "PipelineArn", "type": "string"}],
|
|
4007
4214
|
"type": "structure",
|
|
4008
4215
|
},
|
|
4216
|
+
"DeleteProcessingJobRequest": {
|
|
4217
|
+
"members": [{"name": "ProcessingJobName", "shape": "ProcessingJobName", "type": "string"}],
|
|
4218
|
+
"type": "structure",
|
|
4219
|
+
},
|
|
4009
4220
|
"DeleteProjectInput": {
|
|
4010
4221
|
"members": [{"name": "ProjectName", "shape": "ProjectEntityName", "type": "string"}],
|
|
4011
4222
|
"type": "structure",
|
|
@@ -4045,6 +4256,10 @@ SHAPE_DAG = {
|
|
|
4045
4256
|
"type": "structure",
|
|
4046
4257
|
},
|
|
4047
4258
|
"DeleteTagsOutput": {"members": [], "type": "structure"},
|
|
4259
|
+
"DeleteTrainingJobRequest": {
|
|
4260
|
+
"members": [{"name": "TrainingJobName", "shape": "TrainingJobName", "type": "string"}],
|
|
4261
|
+
"type": "structure",
|
|
4262
|
+
},
|
|
4048
4263
|
"DeleteTrialComponentRequest": {
|
|
4049
4264
|
"members": [
|
|
4050
4265
|
{"name": "TrialComponentName", "shape": "ExperimentEntityName", "type": "string"}
|
|
@@ -4290,6 +4505,11 @@ SHAPE_DAG = {
|
|
|
4290
4505
|
{"name": "UserProfileName", "shape": "UserProfileName", "type": "string"},
|
|
4291
4506
|
{"name": "SpaceName", "shape": "SpaceName", "type": "string"},
|
|
4292
4507
|
{"name": "Status", "shape": "AppStatus", "type": "string"},
|
|
4508
|
+
{
|
|
4509
|
+
"name": "EffectiveTrustedIdentityPropagationStatus",
|
|
4510
|
+
"shape": "FeatureStatus",
|
|
4511
|
+
"type": "string",
|
|
4512
|
+
},
|
|
4293
4513
|
{"name": "RecoveryMode", "shape": "Boolean", "type": "boolean"},
|
|
4294
4514
|
{"name": "LastHealthCheckTimestamp", "shape": "Timestamp", "type": "timestamp"},
|
|
4295
4515
|
{"name": "LastUserActivityTimestamp", "shape": "Timestamp", "type": "timestamp"},
|
|
@@ -4422,10 +4642,22 @@ SHAPE_DAG = {
|
|
|
4422
4642
|
],
|
|
4423
4643
|
"type": "structure",
|
|
4424
4644
|
},
|
|
4645
|
+
"DescribeClusterEventRequest": {
|
|
4646
|
+
"members": [
|
|
4647
|
+
{"name": "EventId", "shape": "EventId", "type": "string"},
|
|
4648
|
+
{"name": "ClusterName", "shape": "ClusterNameOrArn", "type": "string"},
|
|
4649
|
+
],
|
|
4650
|
+
"type": "structure",
|
|
4651
|
+
},
|
|
4652
|
+
"DescribeClusterEventResponse": {
|
|
4653
|
+
"members": [{"name": "EventDetails", "shape": "ClusterEventDetail", "type": "structure"}],
|
|
4654
|
+
"type": "structure",
|
|
4655
|
+
},
|
|
4425
4656
|
"DescribeClusterNodeRequest": {
|
|
4426
4657
|
"members": [
|
|
4427
4658
|
{"name": "ClusterName", "shape": "ClusterNameOrArn", "type": "string"},
|
|
4428
4659
|
{"name": "NodeId", "shape": "ClusterNodeId", "type": "string"},
|
|
4660
|
+
{"name": "NodeLogicalId", "shape": "ClusterNodeLogicalId", "type": "string"},
|
|
4429
4661
|
],
|
|
4430
4662
|
"type": "structure",
|
|
4431
4663
|
},
|
|
@@ -4452,7 +4684,19 @@ SHAPE_DAG = {
|
|
|
4452
4684
|
},
|
|
4453
4685
|
{"name": "VpcConfig", "shape": "VpcConfig", "type": "structure"},
|
|
4454
4686
|
{"name": "Orchestrator", "shape": "ClusterOrchestrator", "type": "structure"},
|
|
4687
|
+
{
|
|
4688
|
+
"name": "TieredStorageConfig",
|
|
4689
|
+
"shape": "ClusterTieredStorageConfig",
|
|
4690
|
+
"type": "structure",
|
|
4691
|
+
},
|
|
4455
4692
|
{"name": "NodeRecovery", "shape": "ClusterNodeRecovery", "type": "string"},
|
|
4693
|
+
{
|
|
4694
|
+
"name": "NodeProvisioningMode",
|
|
4695
|
+
"shape": "ClusterNodeProvisioningMode",
|
|
4696
|
+
"type": "string",
|
|
4697
|
+
},
|
|
4698
|
+
{"name": "ClusterRole", "shape": "RoleArn", "type": "string"},
|
|
4699
|
+
{"name": "AutoScaling", "shape": "ClusterAutoScalingConfigOutput", "type": "structure"},
|
|
4456
4700
|
],
|
|
4457
4701
|
"type": "structure",
|
|
4458
4702
|
},
|
|
@@ -5661,6 +5905,7 @@ SHAPE_DAG = {
|
|
|
5661
5905
|
{"name": "FailureReason", "shape": "FailureReason", "type": "string"},
|
|
5662
5906
|
{"name": "Url", "shape": "NotebookInstanceUrl", "type": "string"},
|
|
5663
5907
|
{"name": "InstanceType", "shape": "InstanceType", "type": "string"},
|
|
5908
|
+
{"name": "IpAddressType", "shape": "IPAddressType", "type": "string"},
|
|
5664
5909
|
{"name": "SubnetId", "shape": "SubnetId", "type": "string"},
|
|
5665
5910
|
{"name": "SecurityGroups", "shape": "SecurityGroupIds", "type": "list"},
|
|
5666
5911
|
{"name": "RoleArn", "shape": "RoleArn", "type": "string"},
|
|
@@ -5935,6 +6180,34 @@ SHAPE_DAG = {
|
|
|
5935
6180
|
],
|
|
5936
6181
|
"type": "structure",
|
|
5937
6182
|
},
|
|
6183
|
+
"DescribeReservedCapacityRequest": {
|
|
6184
|
+
"members": [
|
|
6185
|
+
{"name": "ReservedCapacityArn", "shape": "ReservedCapacityArn", "type": "string"}
|
|
6186
|
+
],
|
|
6187
|
+
"type": "structure",
|
|
6188
|
+
},
|
|
6189
|
+
"DescribeReservedCapacityResponse": {
|
|
6190
|
+
"members": [
|
|
6191
|
+
{"name": "ReservedCapacityArn", "shape": "ReservedCapacityArn", "type": "string"},
|
|
6192
|
+
{"name": "ReservedCapacityType", "shape": "ReservedCapacityType", "type": "string"},
|
|
6193
|
+
{"name": "Status", "shape": "ReservedCapacityStatus", "type": "string"},
|
|
6194
|
+
{"name": "AvailabilityZone", "shape": "AvailabilityZone", "type": "string"},
|
|
6195
|
+
{"name": "DurationHours", "shape": "ReservedCapacityDurationHours", "type": "long"},
|
|
6196
|
+
{"name": "DurationMinutes", "shape": "ReservedCapacityDurationMinutes", "type": "long"},
|
|
6197
|
+
{"name": "StartTime", "shape": "Timestamp", "type": "timestamp"},
|
|
6198
|
+
{"name": "EndTime", "shape": "Timestamp", "type": "timestamp"},
|
|
6199
|
+
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
6200
|
+
{"name": "TotalInstanceCount", "shape": "TotalInstanceCount", "type": "integer"},
|
|
6201
|
+
{
|
|
6202
|
+
"name": "AvailableInstanceCount",
|
|
6203
|
+
"shape": "AvailableInstanceCount",
|
|
6204
|
+
"type": "integer",
|
|
6205
|
+
},
|
|
6206
|
+
{"name": "InUseInstanceCount", "shape": "InUseInstanceCount", "type": "integer"},
|
|
6207
|
+
{"name": "UltraServerSummary", "shape": "UltraServerSummary", "type": "structure"},
|
|
6208
|
+
],
|
|
6209
|
+
"type": "structure",
|
|
6210
|
+
},
|
|
5938
6211
|
"DescribeSpaceRequest": {
|
|
5939
6212
|
"members": [
|
|
5940
6213
|
{"name": "DomainId", "shape": "DomainId", "type": "string"},
|
|
@@ -6110,6 +6383,17 @@ SHAPE_DAG = {
|
|
|
6110
6383
|
"type": "integer",
|
|
6111
6384
|
},
|
|
6112
6385
|
{"name": "InUseInstanceCount", "shape": "InUseInstanceCount", "type": "integer"},
|
|
6386
|
+
{
|
|
6387
|
+
"name": "UnhealthyInstanceCount",
|
|
6388
|
+
"shape": "UnhealthyInstanceCount",
|
|
6389
|
+
"type": "integer",
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"name": "AvailableSpareInstanceCount",
|
|
6393
|
+
"shape": "AvailableSpareInstanceCount",
|
|
6394
|
+
"type": "integer",
|
|
6395
|
+
},
|
|
6396
|
+
{"name": "TotalUltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
6113
6397
|
{"name": "TargetResources", "shape": "SageMakerResourceNames", "type": "list"},
|
|
6114
6398
|
{
|
|
6115
6399
|
"name": "ReservedCapacitySummaries",
|
|
@@ -6262,6 +6546,25 @@ SHAPE_DAG = {
|
|
|
6262
6546
|
"member_type": "structure",
|
|
6263
6547
|
"type": "list",
|
|
6264
6548
|
},
|
|
6549
|
+
"DetachClusterNodeVolumeRequest": {
|
|
6550
|
+
"members": [
|
|
6551
|
+
{"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
|
|
6552
|
+
{"name": "NodeId", "shape": "ClusterNodeId", "type": "string"},
|
|
6553
|
+
{"name": "VolumeId", "shape": "VolumeId", "type": "string"},
|
|
6554
|
+
],
|
|
6555
|
+
"type": "structure",
|
|
6556
|
+
},
|
|
6557
|
+
"DetachClusterNodeVolumeResponse": {
|
|
6558
|
+
"members": [
|
|
6559
|
+
{"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
|
|
6560
|
+
{"name": "NodeId", "shape": "ClusterNodeId", "type": "string"},
|
|
6561
|
+
{"name": "VolumeId", "shape": "VolumeId", "type": "string"},
|
|
6562
|
+
{"name": "AttachTime", "shape": "Timestamp", "type": "timestamp"},
|
|
6563
|
+
{"name": "Status", "shape": "VolumeAttachmentStatus", "type": "string"},
|
|
6564
|
+
{"name": "DeviceName", "shape": "VolumeDeviceName", "type": "string"},
|
|
6565
|
+
],
|
|
6566
|
+
"type": "structure",
|
|
6567
|
+
},
|
|
6265
6568
|
"Device": {
|
|
6266
6569
|
"members": [
|
|
6267
6570
|
{"name": "DeviceName", "shape": "DeviceName", "type": "string"},
|
|
@@ -6366,6 +6669,7 @@ SHAPE_DAG = {
|
|
|
6366
6669
|
"members": [
|
|
6367
6670
|
{"name": "EnableDockerAccess", "shape": "FeatureStatus", "type": "string"},
|
|
6368
6671
|
{"name": "VpcOnlyTrustedAccounts", "shape": "VpcOnlyTrustedAccounts", "type": "list"},
|
|
6672
|
+
{"name": "RootlessDocker", "shape": "FeatureStatus", "type": "string"},
|
|
6369
6673
|
],
|
|
6370
6674
|
"type": "structure",
|
|
6371
6675
|
},
|
|
@@ -6400,6 +6704,11 @@ SHAPE_DAG = {
|
|
|
6400
6704
|
"shape": "ExecutionRoleIdentityConfig",
|
|
6401
6705
|
"type": "string",
|
|
6402
6706
|
},
|
|
6707
|
+
{
|
|
6708
|
+
"name": "TrustedIdentityPropagationSettings",
|
|
6709
|
+
"shape": "TrustedIdentityPropagationSettings",
|
|
6710
|
+
"type": "structure",
|
|
6711
|
+
},
|
|
6403
6712
|
{"name": "DockerSettings", "shape": "DockerSettings", "type": "structure"},
|
|
6404
6713
|
{"name": "AmazonQSettings", "shape": "AmazonQSettings", "type": "structure"},
|
|
6405
6714
|
{
|
|
@@ -6407,6 +6716,7 @@ SHAPE_DAG = {
|
|
|
6407
6716
|
"shape": "UnifiedStudioSettings",
|
|
6408
6717
|
"type": "structure",
|
|
6409
6718
|
},
|
|
6719
|
+
{"name": "IpAddressType", "shape": "IPAddressType", "type": "string"},
|
|
6410
6720
|
],
|
|
6411
6721
|
"type": "structure",
|
|
6412
6722
|
},
|
|
@@ -6423,6 +6733,11 @@ SHAPE_DAG = {
|
|
|
6423
6733
|
"type": "string",
|
|
6424
6734
|
},
|
|
6425
6735
|
{"name": "SecurityGroupIds", "shape": "DomainSecurityGroupIds", "type": "list"},
|
|
6736
|
+
{
|
|
6737
|
+
"name": "TrustedIdentityPropagationSettings",
|
|
6738
|
+
"shape": "TrustedIdentityPropagationSettings",
|
|
6739
|
+
"type": "structure",
|
|
6740
|
+
},
|
|
6426
6741
|
{"name": "DockerSettings", "shape": "DockerSettings", "type": "structure"},
|
|
6427
6742
|
{"name": "AmazonQSettings", "shape": "AmazonQSettings", "type": "structure"},
|
|
6428
6743
|
{
|
|
@@ -6430,6 +6745,7 @@ SHAPE_DAG = {
|
|
|
6430
6745
|
"shape": "UnifiedStudioSettings",
|
|
6431
6746
|
"type": "structure",
|
|
6432
6747
|
},
|
|
6748
|
+
{"name": "IpAddressType", "shape": "IPAddressType", "type": "string"},
|
|
6433
6749
|
],
|
|
6434
6750
|
"type": "structure",
|
|
6435
6751
|
},
|
|
@@ -6655,6 +6971,8 @@ SHAPE_DAG = {
|
|
|
6655
6971
|
"type": "structure",
|
|
6656
6972
|
},
|
|
6657
6973
|
"Edges": {"member_shape": "Edge", "member_type": "structure", "type": "list"},
|
|
6974
|
+
"EfaEnis": {"member_shape": "String", "member_type": "string", "type": "list"},
|
|
6975
|
+
"EksRoleAccessEntries": {"member_shape": "String", "member_type": "string", "type": "list"},
|
|
6658
6976
|
"EmrServerlessComputeConfig": {
|
|
6659
6977
|
"members": [{"name": "ExecutionRoleARN", "shape": "RoleArn", "type": "string"}],
|
|
6660
6978
|
"type": "structure",
|
|
@@ -6870,6 +7188,23 @@ SHAPE_DAG = {
|
|
|
6870
7188
|
],
|
|
6871
7189
|
"type": "structure",
|
|
6872
7190
|
},
|
|
7191
|
+
"EventDetails": {
|
|
7192
|
+
"members": [{"name": "EventMetadata", "shape": "EventMetadata", "type": "structure"}],
|
|
7193
|
+
"type": "structure",
|
|
7194
|
+
},
|
|
7195
|
+
"EventMetadata": {
|
|
7196
|
+
"members": [
|
|
7197
|
+
{"name": "Cluster", "shape": "ClusterMetadata", "type": "structure"},
|
|
7198
|
+
{"name": "InstanceGroup", "shape": "InstanceGroupMetadata", "type": "structure"},
|
|
7199
|
+
{
|
|
7200
|
+
"name": "InstanceGroupScaling",
|
|
7201
|
+
"shape": "InstanceGroupScalingMetadata",
|
|
7202
|
+
"type": "structure",
|
|
7203
|
+
},
|
|
7204
|
+
{"name": "Instance", "shape": "InstanceMetadata", "type": "structure"},
|
|
7205
|
+
],
|
|
7206
|
+
"type": "structure",
|
|
7207
|
+
},
|
|
6873
7208
|
"ExecutionRoleArns": {"member_shape": "RoleArn", "member_type": "string", "type": "list"},
|
|
6874
7209
|
"Experiment": {
|
|
6875
7210
|
"members": [
|
|
@@ -8038,6 +8373,14 @@ SHAPE_DAG = {
|
|
|
8038
8373
|
],
|
|
8039
8374
|
"type": "structure",
|
|
8040
8375
|
},
|
|
8376
|
+
"InferenceComponentDataCacheConfig": {
|
|
8377
|
+
"members": [{"name": "EnableCaching", "shape": "EnableCaching", "type": "boolean"}],
|
|
8378
|
+
"type": "structure",
|
|
8379
|
+
},
|
|
8380
|
+
"InferenceComponentDataCacheConfigSummary": {
|
|
8381
|
+
"members": [{"name": "EnableCaching", "shape": "EnableCaching", "type": "boolean"}],
|
|
8382
|
+
"type": "structure",
|
|
8383
|
+
},
|
|
8041
8384
|
"InferenceComponentDeploymentConfig": {
|
|
8042
8385
|
"members": [
|
|
8043
8386
|
{
|
|
@@ -8110,6 +8453,11 @@ SHAPE_DAG = {
|
|
|
8110
8453
|
"shape": "InferenceComponentName",
|
|
8111
8454
|
"type": "string",
|
|
8112
8455
|
},
|
|
8456
|
+
{
|
|
8457
|
+
"name": "DataCacheConfig",
|
|
8458
|
+
"shape": "InferenceComponentDataCacheConfig",
|
|
8459
|
+
"type": "structure",
|
|
8460
|
+
},
|
|
8113
8461
|
],
|
|
8114
8462
|
"type": "structure",
|
|
8115
8463
|
},
|
|
@@ -8136,6 +8484,11 @@ SHAPE_DAG = {
|
|
|
8136
8484
|
"shape": "InferenceComponentName",
|
|
8137
8485
|
"type": "string",
|
|
8138
8486
|
},
|
|
8487
|
+
{
|
|
8488
|
+
"name": "DataCacheConfig",
|
|
8489
|
+
"shape": "InferenceComponentDataCacheConfigSummary",
|
|
8490
|
+
"type": "structure",
|
|
8491
|
+
},
|
|
8139
8492
|
],
|
|
8140
8493
|
"type": "structure",
|
|
8141
8494
|
},
|
|
@@ -8328,12 +8681,42 @@ SHAPE_DAG = {
|
|
|
8328
8681
|
],
|
|
8329
8682
|
"type": "structure",
|
|
8330
8683
|
},
|
|
8684
|
+
"InstanceGroupMetadata": {
|
|
8685
|
+
"members": [
|
|
8686
|
+
{"name": "FailureMessage", "shape": "String", "type": "string"},
|
|
8687
|
+
{"name": "AvailabilityZoneId", "shape": "String", "type": "string"},
|
|
8688
|
+
{"name": "CapacityReservation", "shape": "CapacityReservation", "type": "structure"},
|
|
8689
|
+
{"name": "SubnetId", "shape": "String", "type": "string"},
|
|
8690
|
+
{"name": "SecurityGroupIds", "shape": "SecurityGroupIds", "type": "list"},
|
|
8691
|
+
{"name": "AmiOverride", "shape": "String", "type": "string"},
|
|
8692
|
+
],
|
|
8693
|
+
"type": "structure",
|
|
8694
|
+
},
|
|
8331
8695
|
"InstanceGroupNames": {
|
|
8332
8696
|
"member_shape": "InstanceGroupName",
|
|
8333
8697
|
"member_type": "string",
|
|
8334
8698
|
"type": "list",
|
|
8335
8699
|
},
|
|
8700
|
+
"InstanceGroupScalingMetadata": {
|
|
8701
|
+
"members": [
|
|
8702
|
+
{"name": "InstanceCount", "shape": "InstanceCount", "type": "integer"},
|
|
8703
|
+
{"name": "TargetCount", "shape": "TargetCount", "type": "integer"},
|
|
8704
|
+
{"name": "FailureMessage", "shape": "String", "type": "string"},
|
|
8705
|
+
],
|
|
8706
|
+
"type": "structure",
|
|
8707
|
+
},
|
|
8336
8708
|
"InstanceGroups": {"member_shape": "InstanceGroup", "member_type": "structure", "type": "list"},
|
|
8709
|
+
"InstanceMetadata": {
|
|
8710
|
+
"members": [
|
|
8711
|
+
{"name": "CustomerEni", "shape": "String", "type": "string"},
|
|
8712
|
+
{"name": "AdditionalEnis", "shape": "AdditionalEnis", "type": "structure"},
|
|
8713
|
+
{"name": "CapacityReservation", "shape": "CapacityReservation", "type": "structure"},
|
|
8714
|
+
{"name": "FailureMessage", "shape": "String", "type": "string"},
|
|
8715
|
+
{"name": "LcsExecutionState", "shape": "String", "type": "string"},
|
|
8716
|
+
{"name": "NodeLogicalId", "shape": "ClusterNodeLogicalId", "type": "string"},
|
|
8717
|
+
],
|
|
8718
|
+
"type": "structure",
|
|
8719
|
+
},
|
|
8337
8720
|
"InstanceMetadataServiceConfiguration": {
|
|
8338
8721
|
"members": [
|
|
8339
8722
|
{
|
|
@@ -8344,6 +8727,13 @@ SHAPE_DAG = {
|
|
|
8344
8727
|
],
|
|
8345
8728
|
"type": "structure",
|
|
8346
8729
|
},
|
|
8730
|
+
"InstancePlacementConfig": {
|
|
8731
|
+
"members": [
|
|
8732
|
+
{"name": "EnableMultipleJobs", "shape": "Boolean", "type": "boolean"},
|
|
8733
|
+
{"name": "PlacementSpecifications", "shape": "PlacementSpecifications", "type": "list"},
|
|
8734
|
+
],
|
|
8735
|
+
"type": "structure",
|
|
8736
|
+
},
|
|
8347
8737
|
"IntegerParameterRange": {
|
|
8348
8738
|
"members": [
|
|
8349
8739
|
{"name": "Name", "shape": "ParameterKey", "type": "string"},
|
|
@@ -8905,6 +9295,28 @@ SHAPE_DAG = {
|
|
|
8905
9295
|
],
|
|
8906
9296
|
"type": "structure",
|
|
8907
9297
|
},
|
|
9298
|
+
"ListClusterEventsRequest": {
|
|
9299
|
+
"members": [
|
|
9300
|
+
{"name": "ClusterName", "shape": "ClusterNameOrArn", "type": "string"},
|
|
9301
|
+
{"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
|
|
9302
|
+
{"name": "NodeId", "shape": "ClusterNodeId", "type": "string"},
|
|
9303
|
+
{"name": "EventTimeAfter", "shape": "Timestamp", "type": "timestamp"},
|
|
9304
|
+
{"name": "EventTimeBefore", "shape": "Timestamp", "type": "timestamp"},
|
|
9305
|
+
{"name": "SortBy", "shape": "EventSortBy", "type": "string"},
|
|
9306
|
+
{"name": "SortOrder", "shape": "SortOrder", "type": "string"},
|
|
9307
|
+
{"name": "ResourceType", "shape": "ClusterEventResourceType", "type": "string"},
|
|
9308
|
+
{"name": "MaxResults", "shape": "ClusterEventMaxResults", "type": "integer"},
|
|
9309
|
+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
9310
|
+
],
|
|
9311
|
+
"type": "structure",
|
|
9312
|
+
},
|
|
9313
|
+
"ListClusterEventsResponse": {
|
|
9314
|
+
"members": [
|
|
9315
|
+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
9316
|
+
{"name": "Events", "shape": "ClusterEventSummaries", "type": "list"},
|
|
9317
|
+
],
|
|
9318
|
+
"type": "structure",
|
|
9319
|
+
},
|
|
8908
9320
|
"ListClusterNodesRequest": {
|
|
8909
9321
|
"members": [
|
|
8910
9322
|
{"name": "ClusterName", "shape": "ClusterNameOrArn", "type": "string"},
|
|
@@ -8919,6 +9331,11 @@ SHAPE_DAG = {
|
|
|
8919
9331
|
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
8920
9332
|
{"name": "SortBy", "shape": "ClusterSortBy", "type": "string"},
|
|
8921
9333
|
{"name": "SortOrder", "shape": "SortOrder", "type": "string"},
|
|
9334
|
+
{
|
|
9335
|
+
"name": "IncludeNodeLogicalIds",
|
|
9336
|
+
"shape": "IncludeNodeLogicalIdsBoolean",
|
|
9337
|
+
"type": "boolean",
|
|
9338
|
+
},
|
|
8922
9339
|
],
|
|
8923
9340
|
"type": "structure",
|
|
8924
9341
|
},
|
|
@@ -10484,6 +10901,21 @@ SHAPE_DAG = {
|
|
|
10484
10901
|
],
|
|
10485
10902
|
"type": "structure",
|
|
10486
10903
|
},
|
|
10904
|
+
"ListUltraServersByReservedCapacityRequest": {
|
|
10905
|
+
"members": [
|
|
10906
|
+
{"name": "ReservedCapacityArn", "shape": "ReservedCapacityArn", "type": "string"},
|
|
10907
|
+
{"name": "MaxResults", "shape": "MaxResults", "type": "integer"},
|
|
10908
|
+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
10909
|
+
],
|
|
10910
|
+
"type": "structure",
|
|
10911
|
+
},
|
|
10912
|
+
"ListUltraServersByReservedCapacityResponse": {
|
|
10913
|
+
"members": [
|
|
10914
|
+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
10915
|
+
{"name": "UltraServers", "shape": "UltraServers", "type": "list"},
|
|
10916
|
+
],
|
|
10917
|
+
"type": "structure",
|
|
10918
|
+
},
|
|
10487
10919
|
"ListUserProfilesRequest": {
|
|
10488
10920
|
"members": [
|
|
10489
10921
|
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
@@ -11765,6 +12197,19 @@ SHAPE_DAG = {
|
|
|
11765
12197
|
],
|
|
11766
12198
|
"type": "structure",
|
|
11767
12199
|
},
|
|
12200
|
+
"NodeAdditionResult": {
|
|
12201
|
+
"members": [
|
|
12202
|
+
{"name": "NodeLogicalId", "shape": "ClusterNodeLogicalId", "type": "string"},
|
|
12203
|
+
{"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
|
|
12204
|
+
{"name": "Status", "shape": "ClusterInstanceStatus", "type": "string"},
|
|
12205
|
+
],
|
|
12206
|
+
"type": "structure",
|
|
12207
|
+
},
|
|
12208
|
+
"NodeAdditionResultList": {
|
|
12209
|
+
"member_shape": "NodeAdditionResult",
|
|
12210
|
+
"member_type": "structure",
|
|
12211
|
+
"type": "list",
|
|
12212
|
+
},
|
|
11768
12213
|
"NotebookInstanceAcceleratorTypes": {
|
|
11769
12214
|
"member_shape": "NotebookInstanceAcceleratorType",
|
|
11770
12215
|
"member_type": "string",
|
|
@@ -12515,6 +12960,18 @@ SHAPE_DAG = {
|
|
|
12515
12960
|
"member_type": "structure",
|
|
12516
12961
|
"type": "list",
|
|
12517
12962
|
},
|
|
12963
|
+
"PlacementSpecification": {
|
|
12964
|
+
"members": [
|
|
12965
|
+
{"name": "UltraServerId", "shape": "String256", "type": "string"},
|
|
12966
|
+
{"name": "InstanceCount", "shape": "TrainingInstanceCount", "type": "integer"},
|
|
12967
|
+
],
|
|
12968
|
+
"type": "structure",
|
|
12969
|
+
},
|
|
12970
|
+
"PlacementSpecifications": {
|
|
12971
|
+
"member_shape": "PlacementSpecification",
|
|
12972
|
+
"member_type": "structure",
|
|
12973
|
+
"type": "list",
|
|
12974
|
+
},
|
|
12518
12975
|
"PredefinedMetricSpecification": {
|
|
12519
12976
|
"members": [{"name": "PredefinedMetricType", "shape": "String", "type": "string"}],
|
|
12520
12977
|
"type": "structure",
|
|
@@ -13452,6 +13909,9 @@ SHAPE_DAG = {
|
|
|
13452
13909
|
},
|
|
13453
13910
|
"ReservedCapacityOffering": {
|
|
13454
13911
|
"members": [
|
|
13912
|
+
{"name": "ReservedCapacityType", "shape": "ReservedCapacityType", "type": "string"},
|
|
13913
|
+
{"name": "UltraServerType", "shape": "UltraServerType", "type": "string"},
|
|
13914
|
+
{"name": "UltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
13455
13915
|
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
13456
13916
|
{"name": "InstanceCount", "shape": "ReservedCapacityInstanceCount", "type": "integer"},
|
|
13457
13917
|
{"name": "AvailabilityZone", "shape": "AvailabilityZone", "type": "string"},
|
|
@@ -13475,6 +13935,9 @@ SHAPE_DAG = {
|
|
|
13475
13935
|
"ReservedCapacitySummary": {
|
|
13476
13936
|
"members": [
|
|
13477
13937
|
{"name": "ReservedCapacityArn", "shape": "ReservedCapacityArn", "type": "string"},
|
|
13938
|
+
{"name": "ReservedCapacityType", "shape": "ReservedCapacityType", "type": "string"},
|
|
13939
|
+
{"name": "UltraServerType", "shape": "UltraServerType", "type": "string"},
|
|
13940
|
+
{"name": "UltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
13478
13941
|
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
13479
13942
|
{"name": "TotalInstanceCount", "shape": "TotalInstanceCount", "type": "integer"},
|
|
13480
13943
|
{"name": "Status", "shape": "ReservedCapacityStatus", "type": "string"},
|
|
@@ -13525,6 +13988,11 @@ SHAPE_DAG = {
|
|
|
13525
13988
|
},
|
|
13526
13989
|
{"name": "InstanceGroups", "shape": "InstanceGroups", "type": "list"},
|
|
13527
13990
|
{"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
|
|
13991
|
+
{
|
|
13992
|
+
"name": "InstancePlacementConfig",
|
|
13993
|
+
"shape": "InstancePlacementConfig",
|
|
13994
|
+
"type": "structure",
|
|
13995
|
+
},
|
|
13528
13996
|
],
|
|
13529
13997
|
"type": "structure",
|
|
13530
13998
|
},
|
|
@@ -13847,6 +14315,8 @@ SHAPE_DAG = {
|
|
|
13847
14315
|
"members": [
|
|
13848
14316
|
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
13849
14317
|
{"name": "InstanceCount", "shape": "ReservedCapacityInstanceCount", "type": "integer"},
|
|
14318
|
+
{"name": "UltraServerType", "shape": "UltraServerType", "type": "string"},
|
|
14319
|
+
{"name": "UltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
13850
14320
|
{"name": "StartTimeAfter", "shape": "Timestamp", "type": "timestamp"},
|
|
13851
14321
|
{"name": "EndTimeBefore", "shape": "Timestamp", "type": "timestamp"},
|
|
13852
14322
|
{"name": "DurationHours", "shape": "TrainingPlanDurationHoursInput", "type": "long"},
|
|
@@ -14868,6 +15338,7 @@ SHAPE_DAG = {
|
|
|
14868
15338
|
"type": "integer",
|
|
14869
15339
|
},
|
|
14870
15340
|
{"name": "InUseInstanceCount", "shape": "InUseInstanceCount", "type": "integer"},
|
|
15341
|
+
{"name": "TotalUltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
14871
15342
|
{"name": "TargetResources", "shape": "SageMakerResourceNames", "type": "list"},
|
|
14872
15343
|
{
|
|
14873
15344
|
"name": "ReservedCapacitySummaries",
|
|
@@ -15214,6 +15685,10 @@ SHAPE_DAG = {
|
|
|
15214
15685
|
],
|
|
15215
15686
|
"type": "structure",
|
|
15216
15687
|
},
|
|
15688
|
+
"TrustedIdentityPropagationSettings": {
|
|
15689
|
+
"members": [{"name": "Status", "shape": "FeatureStatus", "type": "string"}],
|
|
15690
|
+
"type": "structure",
|
|
15691
|
+
},
|
|
15217
15692
|
"TtlDuration": {
|
|
15218
15693
|
"members": [
|
|
15219
15694
|
{"name": "Unit", "shape": "TtlDurationUnit", "type": "string"},
|
|
@@ -15267,6 +15742,61 @@ SHAPE_DAG = {
|
|
|
15267
15742
|
],
|
|
15268
15743
|
"type": "structure",
|
|
15269
15744
|
},
|
|
15745
|
+
"UltraServer": {
|
|
15746
|
+
"members": [
|
|
15747
|
+
{"name": "UltraServerId", "shape": "NonEmptyString256", "type": "string"},
|
|
15748
|
+
{"name": "UltraServerType", "shape": "UltraServerType", "type": "string"},
|
|
15749
|
+
{"name": "AvailabilityZone", "shape": "AvailabilityZone", "type": "string"},
|
|
15750
|
+
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
15751
|
+
{"name": "TotalInstanceCount", "shape": "TotalInstanceCount", "type": "integer"},
|
|
15752
|
+
{
|
|
15753
|
+
"name": "ConfiguredSpareInstanceCount",
|
|
15754
|
+
"shape": "ConfiguredSpareInstanceCount",
|
|
15755
|
+
"type": "integer",
|
|
15756
|
+
},
|
|
15757
|
+
{
|
|
15758
|
+
"name": "AvailableInstanceCount",
|
|
15759
|
+
"shape": "AvailableInstanceCount",
|
|
15760
|
+
"type": "integer",
|
|
15761
|
+
},
|
|
15762
|
+
{"name": "InUseInstanceCount", "shape": "InUseInstanceCount", "type": "integer"},
|
|
15763
|
+
{
|
|
15764
|
+
"name": "AvailableSpareInstanceCount",
|
|
15765
|
+
"shape": "AvailableSpareInstanceCount",
|
|
15766
|
+
"type": "integer",
|
|
15767
|
+
},
|
|
15768
|
+
{
|
|
15769
|
+
"name": "UnhealthyInstanceCount",
|
|
15770
|
+
"shape": "UnhealthyInstanceCount",
|
|
15771
|
+
"type": "integer",
|
|
15772
|
+
},
|
|
15773
|
+
{"name": "HealthStatus", "shape": "UltraServerHealthStatus", "type": "string"},
|
|
15774
|
+
],
|
|
15775
|
+
"type": "structure",
|
|
15776
|
+
},
|
|
15777
|
+
"UltraServerInfo": {
|
|
15778
|
+
"members": [{"name": "Id", "shape": "String", "type": "string"}],
|
|
15779
|
+
"type": "structure",
|
|
15780
|
+
},
|
|
15781
|
+
"UltraServerSummary": {
|
|
15782
|
+
"members": [
|
|
15783
|
+
{"name": "UltraServerType", "shape": "UltraServerType", "type": "string"},
|
|
15784
|
+
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
15785
|
+
{"name": "UltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
15786
|
+
{
|
|
15787
|
+
"name": "AvailableSpareInstanceCount",
|
|
15788
|
+
"shape": "AvailableSpareInstanceCount",
|
|
15789
|
+
"type": "integer",
|
|
15790
|
+
},
|
|
15791
|
+
{
|
|
15792
|
+
"name": "UnhealthyInstanceCount",
|
|
15793
|
+
"shape": "UnhealthyInstanceCount",
|
|
15794
|
+
"type": "integer",
|
|
15795
|
+
},
|
|
15796
|
+
],
|
|
15797
|
+
"type": "structure",
|
|
15798
|
+
},
|
|
15799
|
+
"UltraServers": {"member_shape": "UltraServer", "member_type": "structure", "type": "list"},
|
|
15270
15800
|
"UnifiedStudioSettings": {
|
|
15271
15801
|
"members": [
|
|
15272
15802
|
{"name": "StudioWebPortalAccess", "shape": "FeatureStatus", "type": "string"},
|
|
@@ -15362,12 +15892,19 @@ SHAPE_DAG = {
|
|
|
15362
15892
|
"shape": "ClusterRestrictedInstanceGroupSpecifications",
|
|
15363
15893
|
"type": "list",
|
|
15364
15894
|
},
|
|
15895
|
+
{
|
|
15896
|
+
"name": "TieredStorageConfig",
|
|
15897
|
+
"shape": "ClusterTieredStorageConfig",
|
|
15898
|
+
"type": "structure",
|
|
15899
|
+
},
|
|
15365
15900
|
{"name": "NodeRecovery", "shape": "ClusterNodeRecovery", "type": "string"},
|
|
15366
15901
|
{
|
|
15367
15902
|
"name": "InstanceGroupsToDelete",
|
|
15368
15903
|
"shape": "ClusterInstanceGroupsToDelete",
|
|
15369
15904
|
"type": "list",
|
|
15370
15905
|
},
|
|
15906
|
+
{"name": "ClusterRole", "shape": "RoleArn", "type": "string"},
|
|
15907
|
+
{"name": "AutoScaling", "shape": "ClusterAutoScalingConfig", "type": "structure"},
|
|
15371
15908
|
],
|
|
15372
15909
|
"type": "structure",
|
|
15373
15910
|
},
|
|
@@ -15419,6 +15956,7 @@ SHAPE_DAG = {
|
|
|
15419
15956
|
"type": "list",
|
|
15420
15957
|
},
|
|
15421
15958
|
{"name": "DeploymentConfig", "shape": "DeploymentConfiguration", "type": "structure"},
|
|
15959
|
+
{"name": "ImageId", "shape": "ImageId", "type": "string"},
|
|
15422
15960
|
],
|
|
15423
15961
|
"type": "structure",
|
|
15424
15962
|
},
|
|
@@ -15840,6 +16378,8 @@ SHAPE_DAG = {
|
|
|
15840
16378
|
"members": [
|
|
15841
16379
|
{"name": "NotebookInstanceName", "shape": "NotebookInstanceName", "type": "string"},
|
|
15842
16380
|
{"name": "InstanceType", "shape": "InstanceType", "type": "string"},
|
|
16381
|
+
{"name": "IpAddressType", "shape": "IPAddressType", "type": "string"},
|
|
16382
|
+
{"name": "PlatformIdentifier", "shape": "PlatformIdentifier", "type": "string"},
|
|
15843
16383
|
{"name": "RoleArn", "shape": "RoleArn", "type": "string"},
|
|
15844
16384
|
{
|
|
15845
16385
|
"name": "LifecycleConfigName",
|