@cloud-copilot/iam-data 0.9.202504181 → 0.9.202504221

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.
@@ -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",
@@ -211,7 +211,8 @@
211
211
  ],
212
212
  "conditionKeys": [
213
213
  "aws:RequestTag/${TagKey}",
214
- "aws:TagKeys"
214
+ "aws:TagKeys",
215
+ "ssm:DocumentType"
215
216
  ],
216
217
  "dependentActions": []
217
218
  },
@@ -331,7 +332,9 @@
331
332
  "dependentActions": []
332
333
  }
333
334
  ],
334
- "conditionKeys": [],
335
+ "conditionKeys": [
336
+ "ssm:DocumentType"
337
+ ],
335
338
  "dependentActions": []
336
339
  },
337
340
  "deleteinventory": {
@@ -668,7 +671,9 @@
668
671
  "dependentActions": []
669
672
  }
670
673
  ],
671
- "conditionKeys": [],
674
+ "conditionKeys": [
675
+ "ssm:DocumentType"
676
+ ],
672
677
  "dependentActions": []
673
678
  },
674
679
  "describedocumentparameters": {
@@ -698,7 +703,9 @@
698
703
  "dependentActions": []
699
704
  }
700
705
  ],
701
- "conditionKeys": [],
706
+ "conditionKeys": [
707
+ "ssm:DocumentType"
708
+ ],
702
709
  "dependentActions": []
703
710
  },
704
711
  "describeeffectiveinstanceassociations": {
@@ -1128,7 +1135,8 @@
1128
1135
  }
1129
1136
  ],
1130
1137
  "conditionKeys": [
1131
- "ssm:DocumentCategories"
1138
+ "ssm:DocumentCategories",
1139
+ "ssm:DocumentType"
1132
1140
  ],
1133
1141
  "dependentActions": []
1134
1142
  },
@@ -1477,7 +1485,9 @@
1477
1485
  "dependentActions": []
1478
1486
  }
1479
1487
  ],
1480
- "conditionKeys": [],
1488
+ "conditionKeys": [
1489
+ "ssm:DocumentType"
1490
+ ],
1481
1491
  "dependentActions": []
1482
1492
  },
1483
1493
  "listdocumentversions": {
@@ -1492,7 +1502,9 @@
1492
1502
  "dependentActions": []
1493
1503
  }
1494
1504
  ],
1495
- "conditionKeys": [],
1505
+ "conditionKeys": [
1506
+ "ssm:DocumentType"
1507
+ ],
1496
1508
  "dependentActions": []
1497
1509
  },
1498
1510
  "listdocuments": {
@@ -1683,7 +1695,9 @@
1683
1695
  "dependentActions": []
1684
1696
  }
1685
1697
  ],
1686
- "conditionKeys": [],
1698
+ "conditionKeys": [
1699
+ "ssm:DocumentType"
1700
+ ],
1687
1701
  "dependentActions": []
1688
1702
  },
1689
1703
  "putcalendar": {
@@ -2046,6 +2060,12 @@
2046
2060
  "required": true,
2047
2061
  "conditionKeys": [],
2048
2062
  "dependentActions": []
2063
+ },
2064
+ {
2065
+ "name": "document",
2066
+ "required": true,
2067
+ "conditionKeys": [],
2068
+ "dependentActions": []
2049
2069
  }
2050
2070
  ],
2051
2071
  "conditionKeys": [
@@ -2064,6 +2084,12 @@
2064
2084
  "required": true,
2065
2085
  "conditionKeys": [],
2066
2086
  "dependentActions": []
2087
+ },
2088
+ {
2089
+ "name": "document",
2090
+ "required": true,
2091
+ "conditionKeys": [],
2092
+ "dependentActions": []
2067
2093
  }
2068
2094
  ],
2069
2095
  "conditionKeys": [
@@ -2247,7 +2273,9 @@
2247
2273
  "dependentActions": []
2248
2274
  }
2249
2275
  ],
2250
- "conditionKeys": [],
2276
+ "conditionKeys": [
2277
+ "ssm:DocumentType"
2278
+ ],
2251
2279
  "dependentActions": []
2252
2280
  },
2253
2281
  "updatedocumentdefaultversion": {
@@ -2262,7 +2290,9 @@
2262
2290
  "dependentActions": []
2263
2291
  }
2264
2292
  ],
2265
- "conditionKeys": [],
2293
+ "conditionKeys": [
2294
+ "ssm:DocumentType"
2295
+ ],
2266
2296
  "dependentActions": []
2267
2297
  },
2268
2298
  "updatedocumentmetadata": {
@@ -2277,7 +2307,9 @@
2277
2307
  "dependentActions": []
2278
2308
  }
2279
2309
  ],
2280
- "conditionKeys": [],
2310
+ "conditionKeys": [
2311
+ "ssm:DocumentType"
2312
+ ],
2281
2313
  "dependentActions": []
2282
2314
  },
2283
2315
  "updateinstanceassociationstatus": {
@@ -144,9 +144,19 @@
144
144
  "description": "Filters access by access association source. Available during the CreateDomainNameAccessAssociation operation",
145
145
  "type": "String"
146
146
  },
147
+ "apigateway:request/cognitouserpoolproviderarn": {
148
+ "key": "apigateway:Request/CognitoUserPoolProviderArn",
149
+ "description": "Filters access by Cognito user pool provider ARN. Available during CreateAuthorizer and UpdateAuthorizer",
150
+ "type": "ARN"
151
+ },
147
152
  "apigateway:request/domainnamearn": {
148
153
  "key": "apigateway:Request/DomainNameArn",
149
154
  "description": "Filters access by domain name ARN. Available during the CreateDomainNameAccessAssociation operation",
150
155
  "type": "ARN"
156
+ },
157
+ "apigateway:resource/cognitouserpoolproviderarn": {
158
+ "key": "apigateway:Resource/CognitoUserPoolProviderArn",
159
+ "description": "Filters access by Cognito user pool provider ARN. Available during CreateAuthorizer and UpdateAuthorizer",
160
+ "type": "ARN"
151
161
  }
152
162
  }
@@ -29,6 +29,11 @@
29
29
  "description": "Filters access by verifying that a user has permission to access a document belonging to a specific category enum",
30
30
  "type": "ArrayOfString"
31
31
  },
32
+ "ssm:documenttype": {
33
+ "key": "ssm:DocumentType",
34
+ "description": "Filters access by verifying that a user has permission to access a document belonging to a specific document type. Only available in \"aws\", \"aws-cn\", and \"aws-us-gov\" partitions",
35
+ "type": "String"
36
+ },
32
37
  "ssm:overwrite": {
33
38
  "key": "ssm:Overwrite",
34
39
  "description": "Filters access by controling whether Systems Manager parameters can be overwritten",
@@ -61,8 +61,10 @@
61
61
  "conditionKeys": [
62
62
  "apigateway:Request/AuthorizerType",
63
63
  "apigateway:Request/AuthorizerUri",
64
+ "apigateway:Request/CognitoUserPoolProviderArn",
64
65
  "apigateway:Resource/AuthorizerType",
65
66
  "apigateway:Resource/AuthorizerUri",
67
+ "apigateway:Resource/CognitoUserPoolProviderArn",
66
68
  "aws:ResourceTag/${TagKey}"
67
69
  ]
68
70
  },
@@ -72,6 +74,7 @@
72
74
  "conditionKeys": [
73
75
  "apigateway:Request/AuthorizerType",
74
76
  "apigateway:Request/AuthorizerUri",
77
+ "apigateway:Request/CognitoUserPoolProviderArn",
75
78
  "aws:ResourceTag/${TagKey}"
76
79
  ]
77
80
  },
@@ -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
  }
@@ -28,6 +28,7 @@
28
28
  "conditionKeys": [
29
29
  "aws:ResourceTag/${TagKey}",
30
30
  "ssm:DocumentCategories",
31
+ "ssm:DocumentType",
31
32
  "ssm:resourceTag/${TagKey}"
32
33
  ]
33
34
  },
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202504181",
3
+ "version": "0.9.202504221",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-04-18T04:48:36.276Z",
6
+ "updatedAt": "2025-04-22T04:48:33.747Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",