sagemaker-core 1.0.42__tar.gz → 1.0.44__tar.gz

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.

Potentially problematic release.


This version of sagemaker-core might be problematic. Click here for more details.

Files changed (42) hide show
  1. {sagemaker_core-1.0.42/src/sagemaker_core.egg-info → sagemaker_core-1.0.44}/PKG-INFO +2 -2
  2. sagemaker_core-1.0.44/VERSION +1 -0
  3. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/pyproject.toml +1 -1
  4. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/code_injection/shape_dag.py +239 -2
  5. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/resources.py +9878 -10196
  6. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/shapes.py +178 -1
  7. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/tools/resources_codegen.py +12 -10
  8. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44/src/sagemaker_core.egg-info}/PKG-INFO +2 -2
  9. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core.egg-info/requires.txt +1 -1
  10. sagemaker_core-1.0.42/VERSION +0 -1
  11. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/LICENSE +0 -0
  12. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/README.rst +0 -0
  13. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/setup.cfg +0 -0
  14. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/__init__.py +0 -0
  15. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/_version.py +0 -0
  16. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/helper/__init__.py +0 -0
  17. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/helper/session_helper.py +0 -0
  18. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/__init__.py +0 -0
  19. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
  20. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/code_injection/base.py +0 -0
  21. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/code_injection/codec.py +0 -0
  22. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/code_injection/constants.py +0 -0
  23. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/config_schema.py +0 -0
  24. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/default_configs_helper.py +0 -0
  25. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/exceptions.py +0 -0
  26. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/logs.py +0 -0
  27. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/user_agent.py +0 -0
  28. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/main/utils.py +0 -0
  29. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/resources/__init__.py +0 -0
  30. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/shapes/__init__.py +0 -0
  31. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/tools/__init__.py +0 -0
  32. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/tools/codegen.py +0 -0
  33. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/tools/constants.py +0 -0
  34. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/tools/data_extractor.py +0 -0
  35. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/tools/method.py +0 -0
  36. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/tools/resources_extractor.py +0 -0
  37. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
  38. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
  39. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core/tools/templates.py +0 -0
  40. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
  41. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
  42. {sagemaker_core-1.0.42 → sagemaker_core-1.0.44}/src/sagemaker_core.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sagemaker-core
3
- Version: 1.0.42
3
+ Version: 1.0.44
4
4
  Summary: An python package for sagemaker core functionalities
5
5
  Author-email: AWS <sagemaker-interests@amazon.com>
6
6
  Project-URL: Repository, https://github.com/aws/sagemaker-core.git
@@ -22,7 +22,7 @@ Requires-Dist: jsonschema<5.0.0
22
22
  Requires-Dist: platformdirs<5.0.0,>=4.0.0
23
23
  Requires-Dist: rich<15.0.0,>=14.0.0
24
24
  Requires-Dist: mock<5.0,>4.0
25
- Requires-Dist: importlib-metadata<7.0,>=1.4.0
25
+ Requires-Dist: importlib-metadata<=9.0,>=1.4.0
26
26
  Provides-Extra: codegen
27
27
  Requires-Dist: black<25.0.0,>=24.3.0; extra == "codegen"
28
28
  Requires-Dist: pandas<3.0.0,>=2.0.0; extra == "codegen"
@@ -0,0 +1 @@
1
+ 1.0.44
@@ -19,7 +19,7 @@ dependencies = [
19
19
  "platformdirs>=4.0.0, <5.0.0",
20
20
  "rich>=14.0.0, <15.0.0",
21
21
  "mock>4.0, <5.0",
22
- "importlib-metadata<7.0,>=1.4.0",
22
+ "importlib-metadata<=9.0,>=1.4.0",
23
23
  ]
24
24
  requires-python = ">=3.8"
25
25
  classifiers = [
@@ -1506,6 +1506,71 @@ SHAPE_DAG = {
1506
1506
  "members": [{"name": "ClusterArn", "shape": "EksClusterArn", "type": "string"}],
1507
1507
  "type": "structure",
1508
1508
  },
1509
+ "ClusterRestrictedInstanceGroupDetails": {
1510
+ "members": [
1511
+ {"name": "CurrentCount", "shape": "ClusterNonNegativeInstanceCount", "type": "integer"},
1512
+ {"name": "TargetCount", "shape": "ClusterInstanceCount", "type": "integer"},
1513
+ {"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
1514
+ {"name": "InstanceType", "shape": "ClusterInstanceType", "type": "string"},
1515
+ {"name": "ExecutionRole", "shape": "RoleArn", "type": "string"},
1516
+ {"name": "ThreadsPerCore", "shape": "ClusterThreadsPerCore", "type": "integer"},
1517
+ {
1518
+ "name": "InstanceStorageConfigs",
1519
+ "shape": "ClusterInstanceStorageConfigs",
1520
+ "type": "list",
1521
+ },
1522
+ {"name": "OnStartDeepHealthChecks", "shape": "OnStartDeepHealthChecks", "type": "list"},
1523
+ {"name": "Status", "shape": "InstanceGroupStatus", "type": "string"},
1524
+ {"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
1525
+ {
1526
+ "name": "TrainingPlanStatus",
1527
+ "shape": "InstanceGroupTrainingPlanStatus",
1528
+ "type": "string",
1529
+ },
1530
+ {"name": "OverrideVpcConfig", "shape": "VpcConfig", "type": "structure"},
1531
+ {
1532
+ "name": "ScheduledUpdateConfig",
1533
+ "shape": "ScheduledUpdateConfig",
1534
+ "type": "structure",
1535
+ },
1536
+ {"name": "EnvironmentConfig", "shape": "EnvironmentConfigDetails", "type": "structure"},
1537
+ ],
1538
+ "type": "structure",
1539
+ },
1540
+ "ClusterRestrictedInstanceGroupDetailsList": {
1541
+ "member_shape": "ClusterRestrictedInstanceGroupDetails",
1542
+ "member_type": "structure",
1543
+ "type": "list",
1544
+ },
1545
+ "ClusterRestrictedInstanceGroupSpecification": {
1546
+ "members": [
1547
+ {"name": "InstanceCount", "shape": "ClusterInstanceCount", "type": "integer"},
1548
+ {"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
1549
+ {"name": "InstanceType", "shape": "ClusterInstanceType", "type": "string"},
1550
+ {"name": "ExecutionRole", "shape": "RoleArn", "type": "string"},
1551
+ {"name": "ThreadsPerCore", "shape": "ClusterThreadsPerCore", "type": "integer"},
1552
+ {
1553
+ "name": "InstanceStorageConfigs",
1554
+ "shape": "ClusterInstanceStorageConfigs",
1555
+ "type": "list",
1556
+ },
1557
+ {"name": "OnStartDeepHealthChecks", "shape": "OnStartDeepHealthChecks", "type": "list"},
1558
+ {"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
1559
+ {"name": "OverrideVpcConfig", "shape": "VpcConfig", "type": "structure"},
1560
+ {
1561
+ "name": "ScheduledUpdateConfig",
1562
+ "shape": "ScheduledUpdateConfig",
1563
+ "type": "structure",
1564
+ },
1565
+ {"name": "EnvironmentConfig", "shape": "EnvironmentConfig", "type": "structure"},
1566
+ ],
1567
+ "type": "structure",
1568
+ },
1569
+ "ClusterRestrictedInstanceGroupSpecifications": {
1570
+ "member_shape": "ClusterRestrictedInstanceGroupSpecification",
1571
+ "member_type": "structure",
1572
+ "type": "list",
1573
+ },
1509
1574
  "ClusterSchedulerConfigSummary": {
1510
1575
  "members": [
1511
1576
  {
@@ -2010,6 +2075,11 @@ SHAPE_DAG = {
2010
2075
  "shape": "ClusterInstanceGroupSpecifications",
2011
2076
  "type": "list",
2012
2077
  },
2078
+ {
2079
+ "name": "RestrictedInstanceGroups",
2080
+ "shape": "ClusterRestrictedInstanceGroupSpecifications",
2081
+ "type": "list",
2082
+ },
2013
2083
  {"name": "VpcConfig", "shape": "VpcConfig", "type": "structure"},
2014
2084
  {"name": "Tags", "shape": "TagList", "type": "list"},
2015
2085
  {"name": "Orchestrator", "shape": "ClusterOrchestrator", "type": "structure"},
@@ -4372,6 +4442,11 @@ SHAPE_DAG = {
4372
4442
  {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
4373
4443
  {"name": "FailureMessage", "shape": "String", "type": "string"},
4374
4444
  {"name": "InstanceGroups", "shape": "ClusterInstanceGroupDetailsList", "type": "list"},
4445
+ {
4446
+ "name": "RestrictedInstanceGroups",
4447
+ "shape": "ClusterRestrictedInstanceGroupDetailsList",
4448
+ "type": "list",
4449
+ },
4375
4450
  {"name": "VpcConfig", "shape": "VpcConfig", "type": "structure"},
4376
4451
  {"name": "Orchestrator", "shape": "ClusterOrchestrator", "type": "structure"},
4377
4452
  {"name": "NodeRecovery", "shape": "ClusterNodeRecovery", "type": "string"},
@@ -5743,11 +5818,15 @@ SHAPE_DAG = {
5743
5818
  "shape": "SelectiveExecutionConfig",
5744
5819
  "type": "structure",
5745
5820
  },
5821
+ {"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
5746
5822
  ],
5747
5823
  "type": "structure",
5748
5824
  },
5749
5825
  "DescribePipelineRequest": {
5750
- "members": [{"name": "PipelineName", "shape": "PipelineNameOrArn", "type": "string"}],
5826
+ "members": [
5827
+ {"name": "PipelineName", "shape": "PipelineNameOrArn", "type": "string"},
5828
+ {"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
5829
+ ],
5751
5830
  "type": "structure",
5752
5831
  },
5753
5832
  "DescribePipelineResponse": {
@@ -5769,6 +5848,16 @@ SHAPE_DAG = {
5769
5848
  "shape": "ParallelismConfiguration",
5770
5849
  "type": "structure",
5771
5850
  },
5851
+ {
5852
+ "name": "PipelineVersionDisplayName",
5853
+ "shape": "PipelineVersionName",
5854
+ "type": "string",
5855
+ },
5856
+ {
5857
+ "name": "PipelineVersionDescription",
5858
+ "shape": "PipelineVersionDescription",
5859
+ "type": "string",
5860
+ },
5772
5861
  ],
5773
5862
  "type": "structure",
5774
5863
  },
@@ -6734,6 +6823,17 @@ SHAPE_DAG = {
6734
6823
  "type": "list",
6735
6824
  },
6736
6825
  "Endpoints": {"member_shape": "EndpointInfo", "member_type": "structure", "type": "list"},
6826
+ "EnvironmentConfig": {
6827
+ "members": [{"name": "FSxLustreConfig", "shape": "FSxLustreConfig", "type": "structure"}],
6828
+ "type": "structure",
6829
+ },
6830
+ "EnvironmentConfigDetails": {
6831
+ "members": [
6832
+ {"name": "FSxLustreConfig", "shape": "FSxLustreConfig", "type": "structure"},
6833
+ {"name": "S3OutputPath", "shape": "S3Uri", "type": "string"},
6834
+ ],
6835
+ "type": "structure",
6836
+ },
6737
6837
  "EnvironmentMap": {
6738
6838
  "key_shape": "EnvironmentKey",
6739
6839
  "key_type": "string",
@@ -6833,6 +6933,17 @@ SHAPE_DAG = {
6833
6933
  ],
6834
6934
  "type": "structure",
6835
6935
  },
6936
+ "FSxLustreConfig": {
6937
+ "members": [
6938
+ {"name": "SizeInGiB", "shape": "FSxLustreSizeInGiB", "type": "integer"},
6939
+ {
6940
+ "name": "PerUnitStorageThroughput",
6941
+ "shape": "FSxLustrePerUnitStorageThroughput",
6942
+ "type": "integer",
6943
+ },
6944
+ ],
6945
+ "type": "structure",
6946
+ },
6836
6947
  "FSxLustreFileSystem": {
6837
6948
  "members": [{"name": "FileSystemId", "shape": "FileSystemId", "type": "string"}],
6838
6949
  "type": "structure",
@@ -10037,6 +10148,28 @@ SHAPE_DAG = {
10037
10148
  ],
10038
10149
  "type": "structure",
10039
10150
  },
10151
+ "ListPipelineVersionsRequest": {
10152
+ "members": [
10153
+ {"name": "PipelineName", "shape": "PipelineNameOrArn", "type": "string"},
10154
+ {"name": "CreatedAfter", "shape": "Timestamp", "type": "timestamp"},
10155
+ {"name": "CreatedBefore", "shape": "Timestamp", "type": "timestamp"},
10156
+ {"name": "SortOrder", "shape": "SortOrder", "type": "string"},
10157
+ {"name": "NextToken", "shape": "NextToken", "type": "string"},
10158
+ {"name": "MaxResults", "shape": "MaxResults", "type": "integer"},
10159
+ ],
10160
+ "type": "structure",
10161
+ },
10162
+ "ListPipelineVersionsResponse": {
10163
+ "members": [
10164
+ {
10165
+ "name": "PipelineVersionSummaries",
10166
+ "shape": "PipelineVersionSummaryList",
10167
+ "type": "list",
10168
+ },
10169
+ {"name": "NextToken", "shape": "NextToken", "type": "string"},
10170
+ ],
10171
+ "type": "structure",
10172
+ },
10040
10173
  "ListPipelinesRequest": {
10041
10174
  "members": [
10042
10175
  {"name": "PipelineNamePrefix", "shape": "PipelineName", "type": "string"},
@@ -12207,6 +12340,12 @@ SHAPE_DAG = {
12207
12340
  "type": "structure",
12208
12341
  },
12209
12342
  {"name": "PipelineParameters", "shape": "ParameterList", "type": "list"},
12343
+ {"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
12344
+ {
12345
+ "name": "PipelineVersionDisplayName",
12346
+ "shape": "PipelineVersionName",
12347
+ "type": "string",
12348
+ },
12210
12349
  ],
12211
12350
  "type": "structure",
12212
12351
  },
@@ -12309,6 +12448,70 @@ SHAPE_DAG = {
12309
12448
  "member_type": "structure",
12310
12449
  "type": "list",
12311
12450
  },
12451
+ "PipelineVersion": {
12452
+ "members": [
12453
+ {"name": "PipelineArn", "shape": "PipelineArn", "type": "string"},
12454
+ {"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
12455
+ {
12456
+ "name": "PipelineVersionDisplayName",
12457
+ "shape": "PipelineVersionName",
12458
+ "type": "string",
12459
+ },
12460
+ {
12461
+ "name": "PipelineVersionDescription",
12462
+ "shape": "PipelineVersionDescription",
12463
+ "type": "string",
12464
+ },
12465
+ {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
12466
+ {"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
12467
+ {"name": "CreatedBy", "shape": "UserContext", "type": "structure"},
12468
+ {"name": "LastModifiedBy", "shape": "UserContext", "type": "structure"},
12469
+ {
12470
+ "name": "LastExecutedPipelineExecutionArn",
12471
+ "shape": "PipelineExecutionArn",
12472
+ "type": "string",
12473
+ },
12474
+ {
12475
+ "name": "LastExecutedPipelineExecutionDisplayName",
12476
+ "shape": "PipelineExecutionName",
12477
+ "type": "string",
12478
+ },
12479
+ {
12480
+ "name": "LastExecutedPipelineExecutionStatus",
12481
+ "shape": "PipelineExecutionStatus",
12482
+ "type": "string",
12483
+ },
12484
+ ],
12485
+ "type": "structure",
12486
+ },
12487
+ "PipelineVersionSummary": {
12488
+ "members": [
12489
+ {"name": "PipelineArn", "shape": "PipelineArn", "type": "string"},
12490
+ {"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
12491
+ {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
12492
+ {
12493
+ "name": "PipelineVersionDescription",
12494
+ "shape": "PipelineVersionDescription",
12495
+ "type": "string",
12496
+ },
12497
+ {
12498
+ "name": "PipelineVersionDisplayName",
12499
+ "shape": "PipelineVersionName",
12500
+ "type": "string",
12501
+ },
12502
+ {
12503
+ "name": "LastExecutionPipelineExecutionArn",
12504
+ "shape": "PipelineExecutionArn",
12505
+ "type": "string",
12506
+ },
12507
+ ],
12508
+ "type": "structure",
12509
+ },
12510
+ "PipelineVersionSummaryList": {
12511
+ "member_shape": "PipelineVersionSummary",
12512
+ "member_type": "structure",
12513
+ "type": "list",
12514
+ },
12312
12515
  "PredefinedMetricSpecification": {
12313
12516
  "members": [{"name": "PredefinedMetricType", "shape": "String", "type": "string"}],
12314
12517
  "type": "structure",
@@ -13582,6 +13785,7 @@ SHAPE_DAG = {
13582
13785
  {"name": "ModelPackageGroup", "shape": "ModelPackageGroup", "type": "structure"},
13583
13786
  {"name": "Pipeline", "shape": "Pipeline", "type": "structure"},
13584
13787
  {"name": "PipelineExecution", "shape": "PipelineExecution", "type": "structure"},
13788
+ {"name": "PipelineVersion", "shape": "PipelineVersion", "type": "structure"},
13585
13789
  {"name": "FeatureGroup", "shape": "FeatureGroup", "type": "structure"},
13586
13790
  {"name": "FeatureMetadata", "shape": "FeatureMetadata", "type": "structure"},
13587
13791
  {"name": "Project", "shape": "Project", "type": "structure"},
@@ -13997,6 +14201,7 @@ SHAPE_DAG = {
13997
14201
  "shape": "SelectiveExecutionConfig",
13998
14202
  "type": "structure",
13999
14203
  },
14204
+ {"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
14000
14205
  ],
14001
14206
  "type": "structure",
14002
14207
  },
@@ -15138,6 +15343,11 @@ SHAPE_DAG = {
15138
15343
  "shape": "ClusterInstanceGroupSpecifications",
15139
15344
  "type": "list",
15140
15345
  },
15346
+ {
15347
+ "name": "RestrictedInstanceGroups",
15348
+ "shape": "ClusterRestrictedInstanceGroupSpecifications",
15349
+ "type": "list",
15350
+ },
15141
15351
  {"name": "NodeRecovery", "shape": "ClusterNodeRecovery", "type": "string"},
15142
15352
  {
15143
15353
  "name": "InstanceGroupsToDelete",
@@ -15749,7 +15959,34 @@ SHAPE_DAG = {
15749
15959
  "type": "structure",
15750
15960
  },
15751
15961
  "UpdatePipelineResponse": {
15752
- "members": [{"name": "PipelineArn", "shape": "PipelineArn", "type": "string"}],
15962
+ "members": [
15963
+ {"name": "PipelineArn", "shape": "PipelineArn", "type": "string"},
15964
+ {"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
15965
+ ],
15966
+ "type": "structure",
15967
+ },
15968
+ "UpdatePipelineVersionRequest": {
15969
+ "members": [
15970
+ {"name": "PipelineArn", "shape": "PipelineArn", "type": "string"},
15971
+ {"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
15972
+ {
15973
+ "name": "PipelineVersionDisplayName",
15974
+ "shape": "PipelineVersionName",
15975
+ "type": "string",
15976
+ },
15977
+ {
15978
+ "name": "PipelineVersionDescription",
15979
+ "shape": "PipelineVersionDescription",
15980
+ "type": "string",
15981
+ },
15982
+ ],
15983
+ "type": "structure",
15984
+ },
15985
+ "UpdatePipelineVersionResponse": {
15986
+ "members": [
15987
+ {"name": "PipelineArn", "shape": "PipelineArn", "type": "string"},
15988
+ {"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
15989
+ ],
15753
15990
  "type": "structure",
15754
15991
  },
15755
15992
  "UpdateProjectInput": {