|
2995 | 2995 | {"shape":"ResourceNotFound"}
|
2996 | 2996 | ]
|
2997 | 2997 | },
|
| 2998 | + "ListPipelineVersions":{ |
| 2999 | + "name":"ListPipelineVersions", |
| 3000 | + "http":{ |
| 3001 | + "method":"POST", |
| 3002 | + "requestUri":"/" |
| 3003 | + }, |
| 3004 | + "input":{"shape":"ListPipelineVersionsRequest"}, |
| 3005 | + "output":{"shape":"ListPipelineVersionsResponse"}, |
| 3006 | + "errors":[ |
| 3007 | + {"shape":"ResourceNotFound"} |
| 3008 | + ] |
| 3009 | + }, |
2998 | 3010 | "ListPipelines":{
|
2999 | 3011 | "name":"ListPipelines",
|
3000 | 3012 | "http":{
|
|
3977 | 3989 | {"shape":"ResourceNotFound"}
|
3978 | 3990 | ]
|
3979 | 3991 | },
|
| 3992 | + "UpdatePipelineVersion":{ |
| 3993 | + "name":"UpdatePipelineVersion", |
| 3994 | + "http":{ |
| 3995 | + "method":"POST", |
| 3996 | + "requestUri":"/" |
| 3997 | + }, |
| 3998 | + "input":{"shape":"UpdatePipelineVersionRequest"}, |
| 3999 | + "output":{"shape":"UpdatePipelineVersionResponse"}, |
| 4000 | + "errors":[ |
| 4001 | + {"shape":"ConflictException"}, |
| 4002 | + {"shape":"ResourceNotFound"} |
| 4003 | + ] |
| 4004 | + }, |
3980 | 4005 | "UpdateProject":{
|
3981 | 4006 | "name":"UpdateProject",
|
3982 | 4007 | "http":{
|
|
5633 | 5658 | },
|
5634 | 5659 | "BatchDeleteClusterNodesRequest":{
|
5635 | 5660 | "type":"structure",
|
5636 |
| - "required":[ |
5637 |
| - "ClusterName", |
5638 |
| - "NodeIds" |
5639 |
| - ], |
| 5661 | + "required":["ClusterName"], |
5640 | 5662 | "members":{
|
5641 | 5663 | "ClusterName":{"shape":"ClusterNameOrArn"},
|
5642 | 5664 | "NodeIds":{"shape":"ClusterNodeIds"}
|
|
6871 | 6893 | "pattern":"((25[0-5]|(2[0-4]|1\\d|[1-9]|)\\d)\\.?\\b){4}"
|
6872 | 6894 | },
|
6873 | 6895 | "ClusterPrivatePrimaryIpv6":{"type":"string"},
|
| 6896 | + "ClusterRestrictedInstanceGroupDetails":{ |
| 6897 | + "type":"structure", |
| 6898 | + "members":{ |
| 6899 | + "CurrentCount":{"shape":"ClusterNonNegativeInstanceCount"}, |
| 6900 | + "TargetCount":{"shape":"ClusterInstanceCount"}, |
| 6901 | + "InstanceGroupName":{"shape":"ClusterInstanceGroupName"}, |
| 6902 | + "InstanceType":{"shape":"ClusterInstanceType"}, |
| 6903 | + "ExecutionRole":{"shape":"RoleArn"}, |
| 6904 | + "ThreadsPerCore":{"shape":"ClusterThreadsPerCore"}, |
| 6905 | + "InstanceStorageConfigs":{"shape":"ClusterInstanceStorageConfigs"}, |
| 6906 | + "OnStartDeepHealthChecks":{"shape":"OnStartDeepHealthChecks"}, |
| 6907 | + "Status":{"shape":"InstanceGroupStatus"}, |
| 6908 | + "TrainingPlanArn":{"shape":"TrainingPlanArn"}, |
| 6909 | + "TrainingPlanStatus":{"shape":"InstanceGroupTrainingPlanStatus"}, |
| 6910 | + "OverrideVpcConfig":{"shape":"VpcConfig"}, |
| 6911 | + "ScheduledUpdateConfig":{"shape":"ScheduledUpdateConfig"}, |
| 6912 | + "EnvironmentConfig":{"shape":"EnvironmentConfigDetails"} |
| 6913 | + } |
| 6914 | + }, |
| 6915 | + "ClusterRestrictedInstanceGroupDetailsList":{ |
| 6916 | + "type":"list", |
| 6917 | + "member":{"shape":"ClusterRestrictedInstanceGroupDetails"} |
| 6918 | + }, |
| 6919 | + "ClusterRestrictedInstanceGroupSpecification":{ |
| 6920 | + "type":"structure", |
| 6921 | + "required":[ |
| 6922 | + "InstanceCount", |
| 6923 | + "InstanceGroupName", |
| 6924 | + "InstanceType", |
| 6925 | + "ExecutionRole", |
| 6926 | + "EnvironmentConfig" |
| 6927 | + ], |
| 6928 | + "members":{ |
| 6929 | + "InstanceCount":{"shape":"ClusterInstanceCount"}, |
| 6930 | + "InstanceGroupName":{"shape":"ClusterInstanceGroupName"}, |
| 6931 | + "InstanceType":{"shape":"ClusterInstanceType"}, |
| 6932 | + "ExecutionRole":{"shape":"RoleArn"}, |
| 6933 | + "ThreadsPerCore":{"shape":"ClusterThreadsPerCore"}, |
| 6934 | + "InstanceStorageConfigs":{"shape":"ClusterInstanceStorageConfigs"}, |
| 6935 | + "OnStartDeepHealthChecks":{"shape":"OnStartDeepHealthChecks"}, |
| 6936 | + "TrainingPlanArn":{"shape":"TrainingPlanArn"}, |
| 6937 | + "OverrideVpcConfig":{"shape":"VpcConfig"}, |
| 6938 | + "ScheduledUpdateConfig":{"shape":"ScheduledUpdateConfig"}, |
| 6939 | + "EnvironmentConfig":{"shape":"EnvironmentConfig"} |
| 6940 | + } |
| 6941 | + }, |
| 6942 | + "ClusterRestrictedInstanceGroupSpecifications":{ |
| 6943 | + "type":"list", |
| 6944 | + "member":{"shape":"ClusterRestrictedInstanceGroupSpecification"}, |
| 6945 | + "max":100, |
| 6946 | + "min":1 |
| 6947 | + }, |
6874 | 6948 | "ClusterSchedulerConfigArn":{
|
6875 | 6949 | "type":"string",
|
6876 | 6950 | "max":256,
|
|
7680 | 7754 | "members":{
|
7681 | 7755 | "ClusterName":{"shape":"ClusterName"},
|
7682 | 7756 | "InstanceGroups":{"shape":"ClusterInstanceGroupSpecifications"},
|
| 7757 | + "RestrictedInstanceGroups":{"shape":"ClusterRestrictedInstanceGroupSpecifications"}, |
7683 | 7758 | "VpcConfig":{"shape":"VpcConfig"},
|
7684 | 7759 | "Tags":{"shape":"TagList"},
|
7685 | 7760 | "Orchestrator":{"shape":"ClusterOrchestrator"},
|
|
10382 | 10457 | },
|
10383 | 10458 | "DescribeClusterNodeRequest":{
|
10384 | 10459 | "type":"structure",
|
10385 |
| - "required":[ |
10386 |
| - "ClusterName", |
10387 |
| - "NodeId" |
10388 |
| - ], |
| 10460 | + "required":["ClusterName"], |
10389 | 10461 | "members":{
|
10390 | 10462 | "ClusterName":{"shape":"ClusterNameOrArn"},
|
10391 | 10463 | "NodeId":{"shape":"ClusterNodeId"}
|
|
10419 | 10491 | "CreationTime":{"shape":"Timestamp"},
|
10420 | 10492 | "FailureMessage":{"shape":"String"},
|
10421 | 10493 | "InstanceGroups":{"shape":"ClusterInstanceGroupDetailsList"},
|
| 10494 | + "RestrictedInstanceGroups":{"shape":"ClusterRestrictedInstanceGroupDetailsList"}, |
10422 | 10495 | "VpcConfig":{"shape":"VpcConfig"},
|
10423 | 10496 | "Orchestrator":{"shape":"ClusterOrchestrator"},
|
10424 | 10497 | "NodeRecovery":{"shape":"ClusterNodeRecovery"}
|
@@ -11861,14 +11934,16 @@
|
11861 | 11934 | "CreatedBy":{"shape":"UserContext"},
|
11862 | 11935 | "LastModifiedBy":{"shape":"UserContext"},
|
11863 | 11936 | "ParallelismConfiguration":{"shape":"ParallelismConfiguration"},
|
11864 |
| - "SelectiveExecutionConfig":{"shape":"SelectiveExecutionConfig"} |
| 11937 | + "SelectiveExecutionConfig":{"shape":"SelectiveExecutionConfig"}, |
| 11938 | + "PipelineVersionId":{"shape":"PipelineVersionId"} |
11865 | 11939 | }
|
11866 | 11940 | },
|
11867 | 11941 | "DescribePipelineRequest":{
|
11868 | 11942 | "type":"structure",
|
11869 | 11943 | "required":["PipelineName"],
|
11870 | 11944 | "members":{
|
11871 |
| - "PipelineName":{"shape":"PipelineNameOrArn"} |
| 11945 | + "PipelineName":{"shape":"PipelineNameOrArn"}, |
| 11946 | + "PipelineVersionId":{"shape":"PipelineVersionId"} |
11872 | 11947 | }
|
11873 | 11948 | },
|
11874 | 11949 | "DescribePipelineResponse":{
|
|
11886 | 11961 | "LastRunTime":{"shape":"Timestamp"},
|
11887 | 11962 | "CreatedBy":{"shape":"UserContext"},
|
11888 | 11963 | "LastModifiedBy":{"shape":"UserContext"},
|
11889 |
| - "ParallelismConfiguration":{"shape":"ParallelismConfiguration"} |
| 11964 | + "ParallelismConfiguration":{"shape":"ParallelismConfiguration"}, |
| 11965 | + "PipelineVersionDisplayName":{"shape":"PipelineVersionName"}, |
| 11966 | + "PipelineVersionDescription":{"shape":"PipelineVersionDescription"} |
11890 | 11967 | }
|
11891 | 11968 | },
|
11892 | 11969 | "DescribeProcessingJobRequest":{
|
|
13301 | 13378 | "min":1,
|
13302 | 13379 | "pattern":"[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}"
|
13303 | 13380 | },
|
| 13381 | + "EnvironmentConfig":{ |
| 13382 | + "type":"structure", |
| 13383 | + "members":{ |
| 13384 | + "FSxLustreConfig":{"shape":"FSxLustreConfig"} |
| 13385 | + } |
| 13386 | + }, |
| 13387 | + "EnvironmentConfigDetails":{ |
| 13388 | + "type":"structure", |
| 13389 | + "members":{ |
| 13390 | + "FSxLustreConfig":{"shape":"FSxLustreConfig"}, |
| 13391 | + "S3OutputPath":{"shape":"S3Uri"} |
| 13392 | + } |
| 13393 | + }, |
13304 | 13394 | "EnvironmentKey":{
|
13305 | 13395 | "type":"string",
|
13306 | 13396 | "max":1024,
|
|
13487 | 13577 | "ClarifyExplainerConfig":{"shape":"ClarifyExplainerConfig"}
|
13488 | 13578 | }
|
13489 | 13579 | },
|
| 13580 | + "FSxLustreConfig":{ |
| 13581 | + "type":"structure", |
| 13582 | + "required":[ |
| 13583 | + "SizeInGiB", |
| 13584 | + "PerUnitStorageThroughput" |
| 13585 | + ], |
| 13586 | + "members":{ |
| 13587 | + "SizeInGiB":{"shape":"FSxLustreSizeInGiB"}, |
| 13588 | + "PerUnitStorageThroughput":{"shape":"FSxLustrePerUnitStorageThroughput"} |
| 13589 | + } |
| 13590 | + }, |
13490 | 13591 | "FSxLustreFileSystem":{
|
13491 | 13592 | "type":"structure",
|
13492 | 13593 | "required":["FileSystemId"],
|
|
13502 | 13603 | "FileSystemPath":{"shape":"FileSystemPath"}
|
13503 | 13604 | }
|
13504 | 13605 | },
|
| 13606 | + "FSxLustrePerUnitStorageThroughput":{ |
| 13607 | + "type":"integer", |
| 13608 | + "box":true, |
| 13609 | + "max":1000, |
| 13610 | + "min":125 |
| 13611 | + }, |
| 13612 | + "FSxLustreSizeInGiB":{ |
| 13613 | + "type":"integer", |
| 13614 | + "box":true, |
| 13615 | + "max":100800, |
| 13616 | + "min":1200 |
| 13617 | + }, |
13505 | 13618 | "FailStepMetadata":{
|
13506 | 13619 | "type":"structure",
|
13507 | 13620 | "members":{
|
|
17851 | 17964 | "NextToken":{"shape":"NextToken"}
|
17852 | 17965 | }
|
17853 | 17966 | },
|
| 17967 | + "ListPipelineVersionsRequest":{ |
| 17968 | + "type":"structure", |
| 17969 | + "required":["PipelineName"], |
| 17970 | + "members":{ |
| 17971 | + "PipelineName":{"shape":"PipelineNameOrArn"}, |
| 17972 | + "CreatedAfter":{"shape":"Timestamp"}, |
| 17973 | + "CreatedBefore":{"shape":"Timestamp"}, |
| 17974 | + "SortOrder":{"shape":"SortOrder"}, |
| 17975 | + "NextToken":{"shape":"NextToken"}, |
| 17976 | + "MaxResults":{"shape":"MaxResults"} |
| 17977 | + } |
| 17978 | + }, |
| 17979 | + "ListPipelineVersionsResponse":{ |
| 17980 | + "type":"structure", |
| 17981 | + "members":{ |
| 17982 | + "PipelineVersionSummaries":{"shape":"PipelineVersionSummaryList"}, |
| 17983 | + "NextToken":{"shape":"NextToken"} |
| 17984 | + } |
| 17985 | + }, |
17854 | 17986 | "ListPipelinesRequest":{
|
17855 | 17987 | "type":"structure",
|
17856 | 17988 | "members":{
|
|
21050 | 21182 | "LastModifiedBy":{"shape":"UserContext"},
|
21051 | 21183 | "ParallelismConfiguration":{"shape":"ParallelismConfiguration"},
|
21052 | 21184 | "SelectiveExecutionConfig":{"shape":"SelectiveExecutionConfig"},
|
21053 |
| - "PipelineParameters":{"shape":"ParameterList"} |
| 21185 | + "PipelineParameters":{"shape":"ParameterList"}, |
| 21186 | + "PipelineVersionId":{"shape":"PipelineVersionId"}, |
| 21187 | + "PipelineVersionDisplayName":{"shape":"PipelineVersionName"} |
21054 | 21188 | }
|
21055 | 21189 | },
|
21056 | 21190 | "PipelineExecutionArn":{
|
|
21201 | 21335 | "max":100,
|
21202 | 21336 | "min":0
|
21203 | 21337 | },
|
| 21338 | + "PipelineVersion":{ |
| 21339 | + "type":"structure", |
| 21340 | + "members":{ |
| 21341 | + "PipelineArn":{"shape":"PipelineArn"}, |
| 21342 | + "PipelineVersionId":{"shape":"PipelineVersionId"}, |
| 21343 | + "PipelineVersionDisplayName":{"shape":"PipelineVersionName"}, |
| 21344 | + "PipelineVersionDescription":{"shape":"PipelineVersionDescription"}, |
| 21345 | + "CreationTime":{"shape":"Timestamp"}, |
| 21346 | + "LastModifiedTime":{"shape":"Timestamp"}, |
| 21347 | + "CreatedBy":{"shape":"UserContext"}, |
| 21348 | + "LastModifiedBy":{"shape":"UserContext"}, |
| 21349 | + "LastExecutedPipelineExecutionArn":{"shape":"PipelineExecutionArn"}, |
| 21350 | + "LastExecutedPipelineExecutionDisplayName":{"shape":"PipelineExecutionName"}, |
| 21351 | + "LastExecutedPipelineExecutionStatus":{"shape":"PipelineExecutionStatus"} |
| 21352 | + } |
| 21353 | + }, |
| 21354 | + "PipelineVersionDescription":{ |
| 21355 | + "type":"string", |
| 21356 | + "max":3072, |
| 21357 | + "min":0, |
| 21358 | + "pattern":".*" |
| 21359 | + }, |
| 21360 | + "PipelineVersionId":{ |
| 21361 | + "type":"long", |
| 21362 | + "box":true, |
| 21363 | + "min":1 |
| 21364 | + }, |
| 21365 | + "PipelineVersionName":{ |
| 21366 | + "type":"string", |
| 21367 | + "max":82, |
| 21368 | + "min":1, |
| 21369 | + "pattern":"[a-zA-Z0-9](-*[a-zA-Z0-9]){0,81}" |
| 21370 | + }, |
| 21371 | + "PipelineVersionSummary":{ |
| 21372 | + "type":"structure", |
| 21373 | + "members":{ |
| 21374 | + "PipelineArn":{"shape":"PipelineArn"}, |
| 21375 | + "PipelineVersionId":{"shape":"PipelineVersionId"}, |
| 21376 | + "CreationTime":{"shape":"Timestamp"}, |
| 21377 | + "PipelineVersionDescription":{"shape":"PipelineVersionDescription"}, |
| 21378 | + "PipelineVersionDisplayName":{"shape":"PipelineVersionName"}, |
| 21379 | + "LastExecutionPipelineExecutionArn":{"shape":"PipelineExecutionArn"} |
| 21380 | + } |
| 21381 | + }, |
| 21382 | + "PipelineVersionSummaryList":{ |
| 21383 | + "type":"list", |
| 21384 | + "member":{"shape":"PipelineVersionSummary"}, |
| 21385 | + "max":100, |
| 21386 | + "min":0 |
| 21387 | + }, |
21204 | 21388 | "PlatformIdentifier":{
|
21205 | 21389 | "type":"string",
|
21206 | 21390 | "max":15,
|
|
23272 | 23456 | "ImageVersion",
|
23273 | 23457 | "Project",
|
23274 | 23458 | "HyperParameterTuningJob",
|
23275 |
| - "ModelCard" |
| 23459 | + "ModelCard", |
| 23460 | + "PipelineVersion" |
23276 | 23461 | ]
|
23277 | 23462 | },
|
23278 | 23463 | "ResponseMIMEType":{
|
|
23660 | 23845 | "ModelPackageGroup":{"shape":"ModelPackageGroup"},
|
23661 | 23846 | "Pipeline":{"shape":"Pipeline"},
|
23662 | 23847 | "PipelineExecution":{"shape":"PipelineExecution"},
|
| 23848 | + "PipelineVersion":{"shape":"PipelineVersion"}, |
23663 | 23849 | "FeatureGroup":{"shape":"FeatureGroup"},
|
23664 | 23850 | "FeatureMetadata":{"shape":"FeatureMetadata"},
|
23665 | 23851 | "Project":{"shape":"Project"},
|
|
24380 | 24566 | "idempotencyToken":true
|
24381 | 24567 | },
|
24382 | 24568 | "ParallelismConfiguration":{"shape":"ParallelismConfiguration"},
|
24383 |
| - "SelectiveExecutionConfig":{"shape":"SelectiveExecutionConfig"} |
| 24569 | + "SelectiveExecutionConfig":{"shape":"SelectiveExecutionConfig"}, |
| 24570 | + "PipelineVersionId":{"shape":"PipelineVersionId"} |
24384 | 24571 | }
|
24385 | 24572 | },
|
24386 | 24573 | "StartPipelineExecutionResponse":{
|
|
26576 | 26763 | "members":{
|
26577 | 26764 | "ClusterName":{"shape":"ClusterNameOrArn"},
|
26578 | 26765 | "InstanceGroups":{"shape":"ClusterInstanceGroupSpecifications"},
|
| 26766 | + "RestrictedInstanceGroups":{"shape":"ClusterRestrictedInstanceGroupSpecifications"}, |
26579 | 26767 | "NodeRecovery":{"shape":"ClusterNodeRecovery"},
|
26580 | 26768 | "InstanceGroupsToDelete":{"shape":"ClusterInstanceGroupsToDelete"}
|
26581 | 26769 | }
|
|
27224 | 27412 | "UpdatePipelineResponse":{
|
27225 | 27413 | "type":"structure",
|
27226 | 27414 | "members":{
|
27227 |
| - "PipelineArn":{"shape":"PipelineArn"} |
| 27415 | + "PipelineArn":{"shape":"PipelineArn"}, |
| 27416 | + "PipelineVersionId":{"shape":"PipelineVersionId"} |
| 27417 | + } |
| 27418 | + }, |
| 27419 | + "UpdatePipelineVersionRequest":{ |
| 27420 | + "type":"structure", |
| 27421 | + "required":[ |
| 27422 | + "PipelineArn", |
| 27423 | + "PipelineVersionId" |
| 27424 | + ], |
| 27425 | + "members":{ |
| 27426 | + "PipelineArn":{"shape":"PipelineArn"}, |
| 27427 | + "PipelineVersionId":{"shape":"PipelineVersionId"}, |
| 27428 | + "PipelineVersionDisplayName":{"shape":"PipelineVersionName"}, |
| 27429 | + "PipelineVersionDescription":{"shape":"PipelineVersionDescription"} |
| 27430 | + } |
| 27431 | + }, |
| 27432 | + "UpdatePipelineVersionResponse":{ |
| 27433 | + "type":"structure", |
| 27434 | + "members":{ |
| 27435 | + "PipelineArn":{"shape":"PipelineArn"}, |
| 27436 | + "PipelineVersionId":{"shape":"PipelineVersionId"} |
27228 | 27437 | }
|
27229 | 27438 | },
|
27230 | 27439 | "UpdateProjectInput":{
|
|
0 commit comments