iamdata 0.1.202504181__py3-none-any.whl → 0.1.202504201__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.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/omics.json +108 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/omics.json +7 -0
- {iamdata-0.1.202504181.dist-info → iamdata-0.1.202504201.dist-info}/METADATA +1 -1
- {iamdata-0.1.202504181.dist-info → iamdata-0.1.202504201.dist-info}/RECORD +7 -7
- {iamdata-0.1.202504181.dist-info → iamdata-0.1.202504201.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202504181.dist-info → iamdata-0.1.202504201.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/omics.json
CHANGED
|
@@ -201,6 +201,24 @@
|
|
|
201
201
|
],
|
|
202
202
|
"dependentActions": []
|
|
203
203
|
},
|
|
204
|
+
"createworkflowversion": {
|
|
205
|
+
"name": "CreateWorkflowVersion",
|
|
206
|
+
"description": "Grants permission to create a new workflow version with a workflow definition and template of workflow parameters",
|
|
207
|
+
"accessLevel": "Write",
|
|
208
|
+
"resourceTypes": [
|
|
209
|
+
{
|
|
210
|
+
"name": "workflow",
|
|
211
|
+
"required": true,
|
|
212
|
+
"conditionKeys": [],
|
|
213
|
+
"dependentActions": []
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"conditionKeys": [
|
|
217
|
+
"aws:RequestTag/${TagKey}",
|
|
218
|
+
"aws:TagKeys"
|
|
219
|
+
],
|
|
220
|
+
"dependentActions": []
|
|
221
|
+
},
|
|
204
222
|
"deleteannotationstore": {
|
|
205
223
|
"name": "DeleteAnnotationStore",
|
|
206
224
|
"description": "Grants permission to delete an Annotation Store",
|
|
@@ -386,6 +404,27 @@
|
|
|
386
404
|
"conditionKeys": [],
|
|
387
405
|
"dependentActions": []
|
|
388
406
|
},
|
|
407
|
+
"deleteworkflowversion": {
|
|
408
|
+
"name": "DeleteWorkflowVersion",
|
|
409
|
+
"description": "Grants permission to delete a workflow version",
|
|
410
|
+
"accessLevel": "Write",
|
|
411
|
+
"resourceTypes": [
|
|
412
|
+
{
|
|
413
|
+
"name": "WorkflowVersion",
|
|
414
|
+
"required": true,
|
|
415
|
+
"conditionKeys": [],
|
|
416
|
+
"dependentActions": []
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "workflow",
|
|
420
|
+
"required": true,
|
|
421
|
+
"conditionKeys": [],
|
|
422
|
+
"dependentActions": []
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"conditionKeys": [],
|
|
426
|
+
"dependentActions": []
|
|
427
|
+
},
|
|
389
428
|
"getannotationimportjob": {
|
|
390
429
|
"name": "GetAnnotationImportJob",
|
|
391
430
|
"description": "Grants permission to get the status of an Annotation Import Job",
|
|
@@ -725,6 +764,27 @@
|
|
|
725
764
|
"conditionKeys": [],
|
|
726
765
|
"dependentActions": []
|
|
727
766
|
},
|
|
767
|
+
"getworkflowversion": {
|
|
768
|
+
"name": "GetWorkflowVersion",
|
|
769
|
+
"description": "Grants permission to retrieve workflow version details",
|
|
770
|
+
"accessLevel": "Read",
|
|
771
|
+
"resourceTypes": [
|
|
772
|
+
{
|
|
773
|
+
"name": "WorkflowVersion",
|
|
774
|
+
"required": true,
|
|
775
|
+
"conditionKeys": [],
|
|
776
|
+
"dependentActions": []
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "workflow",
|
|
780
|
+
"required": true,
|
|
781
|
+
"conditionKeys": [],
|
|
782
|
+
"dependentActions": []
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"conditionKeys": [],
|
|
786
|
+
"dependentActions": []
|
|
787
|
+
},
|
|
728
788
|
"listannotationimportjobs": {
|
|
729
789
|
"name": "ListAnnotationImportJobs",
|
|
730
790
|
"description": "Grants permission to get a list of Annotation Import Jobs",
|
|
@@ -963,6 +1023,21 @@
|
|
|
963
1023
|
"conditionKeys": [],
|
|
964
1024
|
"dependentActions": []
|
|
965
1025
|
},
|
|
1026
|
+
"listworkflowversions": {
|
|
1027
|
+
"name": "ListWorkflowVersions",
|
|
1028
|
+
"description": "Grants permission to retrieve a list of available versions for a workflow",
|
|
1029
|
+
"accessLevel": "List",
|
|
1030
|
+
"resourceTypes": [
|
|
1031
|
+
{
|
|
1032
|
+
"name": "workflow",
|
|
1033
|
+
"required": true,
|
|
1034
|
+
"conditionKeys": [],
|
|
1035
|
+
"dependentActions": []
|
|
1036
|
+
}
|
|
1037
|
+
],
|
|
1038
|
+
"conditionKeys": [],
|
|
1039
|
+
"dependentActions": []
|
|
1040
|
+
},
|
|
966
1041
|
"listworkflows": {
|
|
967
1042
|
"name": "ListWorkflows",
|
|
968
1043
|
"description": "Grants permission to retrieve a list of available workflows",
|
|
@@ -1143,6 +1218,12 @@
|
|
|
1143
1218
|
"conditionKeys": [],
|
|
1144
1219
|
"dependentActions": []
|
|
1145
1220
|
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "WorkflowVersion",
|
|
1223
|
+
"required": false,
|
|
1224
|
+
"conditionKeys": [],
|
|
1225
|
+
"dependentActions": []
|
|
1226
|
+
},
|
|
1146
1227
|
{
|
|
1147
1228
|
"name": "readSet",
|
|
1148
1229
|
"required": false,
|
|
@@ -1221,6 +1302,12 @@
|
|
|
1221
1302
|
"conditionKeys": [],
|
|
1222
1303
|
"dependentActions": []
|
|
1223
1304
|
},
|
|
1305
|
+
{
|
|
1306
|
+
"name": "WorkflowVersion",
|
|
1307
|
+
"required": false,
|
|
1308
|
+
"conditionKeys": [],
|
|
1309
|
+
"dependentActions": []
|
|
1310
|
+
},
|
|
1224
1311
|
{
|
|
1225
1312
|
"name": "readSet",
|
|
1226
1313
|
"required": false,
|
|
@@ -1380,6 +1467,27 @@
|
|
|
1380
1467
|
"conditionKeys": [],
|
|
1381
1468
|
"dependentActions": []
|
|
1382
1469
|
},
|
|
1470
|
+
"updateworkflowversion": {
|
|
1471
|
+
"name": "UpdateWorkflowVersion",
|
|
1472
|
+
"description": "Grants permission to update workflow version details",
|
|
1473
|
+
"accessLevel": "Write",
|
|
1474
|
+
"resourceTypes": [
|
|
1475
|
+
{
|
|
1476
|
+
"name": "WorkflowVersion",
|
|
1477
|
+
"required": true,
|
|
1478
|
+
"conditionKeys": [],
|
|
1479
|
+
"dependentActions": []
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "workflow",
|
|
1483
|
+
"required": true,
|
|
1484
|
+
"conditionKeys": [],
|
|
1485
|
+
"dependentActions": []
|
|
1486
|
+
}
|
|
1487
|
+
],
|
|
1488
|
+
"conditionKeys": [],
|
|
1489
|
+
"dependentActions": []
|
|
1490
|
+
},
|
|
1383
1491
|
"uploadreadsetpart": {
|
|
1384
1492
|
"name": "UploadReadSetPart",
|
|
1385
1493
|
"description": "Grants permission to upload read set parts",
|
iamdata/data/metadata.json
CHANGED
|
@@ -83,5 +83,12 @@
|
|
|
83
83
|
"conditionKeys": [
|
|
84
84
|
"aws:ResourceTag/${TagKey}"
|
|
85
85
|
]
|
|
86
|
+
},
|
|
87
|
+
"workflowversion": {
|
|
88
|
+
"key": "WorkflowVersion",
|
|
89
|
+
"arn": "arn:${Partition}:omics:${Region}:${Account}:workflow/${Id}/version/${VersionName}",
|
|
90
|
+
"conditionKeys": [
|
|
91
|
+
"aws:ResourceTag/${TagKey}"
|
|
92
|
+
]
|
|
86
93
|
}
|
|
87
94
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202504201
|
|
4
4
|
Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
|
|
5
5
|
Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
|
|
6
6
|
Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
|
|
@@ -4,7 +4,7 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
|
|
|
4
4
|
iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
|
|
5
5
|
iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
|
|
6
6
|
iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
|
|
7
|
-
iamdata/data/metadata.json,sha256=
|
|
7
|
+
iamdata/data/metadata.json,sha256=rAvvp2pkKmh6Mdrn6CVCcRK2z8GyPzfPRhsYHjL8rT4,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=Wx4GhKx96LH3n5UZYsIDNYNYyG-0pFI_MWMVkoV2dXw,18380
|
|
9
9
|
iamdata/data/services.json,sha256=0tkwVwsXZ7YNfVjg6S09bzI6yU8Tkd8wv1WEt9gtmYk,7130
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -276,7 +276,7 @@ iamdata/data/actions/notifications-contacts.json,sha256=JZ3Mq09FVDcfZcsYQgQN8OUg
|
|
|
276
276
|
iamdata/data/actions/notifications.json,sha256=TQoyE0_DLtcyaKZRhpOuL8ByPra50JjFYLxUyQsc32o,13441
|
|
277
277
|
iamdata/data/actions/oam.json,sha256=A2X3P7Xoi5fgeAFzVUbgtMJ_AB80fGTBI84pQoQ6PDo,6568
|
|
278
278
|
iamdata/data/actions/observabilityadmin.json,sha256=AysuOnSanS6RUKrKM92zGz1oyXmBBlxjtJUFpq9Kw4A,2426
|
|
279
|
-
iamdata/data/actions/omics.json,sha256=
|
|
279
|
+
iamdata/data/actions/omics.json,sha256=MBuT-Dp0aXrevfXSTBU5cEN4_0Ffdq3tm13etZk1PAA,39397
|
|
280
280
|
iamdata/data/actions/one.json,sha256=9Ww9qFomWyq4R_awQOIGVmhOEoXqgwlJSGj4gYsndAc,11248
|
|
281
281
|
iamdata/data/actions/opensearch.json,sha256=vIfU4IhUksDN4JksOml1q986JeYW7RPCX7LRQTOmZhg,2103
|
|
282
282
|
iamdata/data/actions/opsworks-cm.json,sha256=uAE-pPrUQdVTdXMXZNSAB8LIkV9lF96vd8uXagyiBlM,5073
|
|
@@ -1112,7 +1112,7 @@ iamdata/data/resourceTypes/notifications-contacts.json,sha256=Wjo9mcgPWQcPFw59k6
|
|
|
1112
1112
|
iamdata/data/resourceTypes/notifications.json,sha256=InbA14Y_4ZB9CK2QgyA3g1ipH1Me5C5oHda9IKoWzW4,1385
|
|
1113
1113
|
iamdata/data/resourceTypes/oam.json,sha256=9jPxgQGszJPZS0cBLPt_nM8HtYpzwFemBiApguNJhtA,350
|
|
1114
1114
|
iamdata/data/resourceTypes/observabilityadmin.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1115
|
-
iamdata/data/resourceTypes/omics.json,sha256=
|
|
1115
|
+
iamdata/data/resourceTypes/omics.json,sha256=vkNM38NG5KSxncBDKznXYYQf6ezfWymEOSG_81olAOY,2731
|
|
1116
1116
|
iamdata/data/resourceTypes/one.json,sha256=o6TS-sCaSAdls2Hrs_TeJNWKR4auMHGLXF2luS68KkU,910
|
|
1117
1117
|
iamdata/data/resourceTypes/opensearch.json,sha256=ryA1cn3lDDvmFVS7gMCjLMbfPKsc0twGCAIa29hxz-8,274
|
|
1118
1118
|
iamdata/data/resourceTypes/opsworks-cm.json,sha256=J2z9VHApOX7RSooR-S9azoXCE0_42b1BLgyZFApHsKA,276
|
|
@@ -1265,7 +1265,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1265
1265
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1266
1266
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1267
1267
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1268
|
-
iamdata-0.1.
|
|
1269
|
-
iamdata-0.1.
|
|
1270
|
-
iamdata-0.1.
|
|
1271
|
-
iamdata-0.1.
|
|
1268
|
+
iamdata-0.1.202504201.dist-info/METADATA,sha256=ZVeamCRfdQERyc636UUl7TUavtEFrv7nMwxiaT2ZRvs,3491
|
|
1269
|
+
iamdata-0.1.202504201.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202504201.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202504201.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|