@cloud-copilot/iam-data 0.18.202604101 → 0.18.202604111

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.
@@ -7,6 +7,19 @@
7
7
  "conditionKeys": [],
8
8
  "dependentActions": []
9
9
  },
10
+ "createscheduledreport": {
11
+ "name": "CreateScheduledReport",
12
+ "description": "Grants permission to create a scheduled report",
13
+ "accessLevel": "Write",
14
+ "resourceTypes": [],
15
+ "conditionKeys": [
16
+ "aws:ResourceTag/${TagKey}",
17
+ "aws:TagKeys"
18
+ ],
19
+ "dependentActions": [
20
+ "iam:PassRole"
21
+ ]
22
+ },
10
23
  "deletedashboard": {
11
24
  "name": "DeleteDashboard",
12
25
  "description": "Grants permission to delete a dashboard",
@@ -15,6 +28,22 @@
15
28
  "conditionKeys": [],
16
29
  "dependentActions": []
17
30
  },
31
+ "deletescheduledreport": {
32
+ "name": "DeleteScheduledReport",
33
+ "description": "Grants permission to delete a scheduled report",
34
+ "accessLevel": "Write",
35
+ "resourceTypes": [],
36
+ "conditionKeys": [],
37
+ "dependentActions": []
38
+ },
39
+ "executescheduledreport": {
40
+ "name": "ExecuteScheduledReport",
41
+ "description": "Grants permission to execute a scheduled report",
42
+ "accessLevel": "Write",
43
+ "resourceTypes": [],
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ },
18
47
  "getdashboard": {
19
48
  "name": "GetDashboard",
20
49
  "description": "Grants permission to get dashboard information",
@@ -31,6 +60,14 @@
31
60
  "conditionKeys": [],
32
61
  "dependentActions": []
33
62
  },
63
+ "getscheduledreport": {
64
+ "name": "GetScheduledReport",
65
+ "description": "Grants permission to get scheduled report information",
66
+ "accessLevel": "Read",
67
+ "resourceTypes": [],
68
+ "conditionKeys": [],
69
+ "dependentActions": []
70
+ },
34
71
  "listdashboards": {
35
72
  "name": "ListDashboards",
36
73
  "description": "Grants permission to list information about all of the dashboards for a user",
@@ -39,6 +76,14 @@
39
76
  "conditionKeys": [],
40
77
  "dependentActions": []
41
78
  },
79
+ "listscheduledreports": {
80
+ "name": "ListScheduledReports",
81
+ "description": "Grants permission to list information about all of the scheduled reports for a user",
82
+ "accessLevel": "List",
83
+ "resourceTypes": [],
84
+ "conditionKeys": [],
85
+ "dependentActions": []
86
+ },
42
87
  "listtagsforresource": {
43
88
  "name": "ListTagsForResource",
44
89
  "description": "Grants permission to list all of the tags for a resource",
@@ -75,5 +120,13 @@
75
120
  "resourceTypes": [],
76
121
  "conditionKeys": [],
77
122
  "dependentActions": []
123
+ },
124
+ "updatescheduledreport": {
125
+ "name": "UpdateScheduledReport",
126
+ "description": "Grants permission to update an existing scheduled report",
127
+ "accessLevel": "Write",
128
+ "resourceTypes": [],
129
+ "conditionKeys": [],
130
+ "dependentActions": []
78
131
  }
79
132
  }
@@ -431,6 +431,21 @@
431
431
  "conditionKeys": [],
432
432
  "dependentActions": []
433
433
  },
434
+ "deregistercapability": {
435
+ "name": "DeregisterCapability",
436
+ "description": "Grants permission to deregister a capability from an OpenSearch Application",
437
+ "accessLevel": "Write",
438
+ "resourceTypes": [
439
+ {
440
+ "name": "application",
441
+ "required": true,
442
+ "conditionKeys": [],
443
+ "dependentActions": []
444
+ }
445
+ ],
446
+ "conditionKeys": [],
447
+ "dependentActions": []
448
+ },
434
449
  "describedomain": {
435
450
  "name": "DescribeDomain",
436
451
  "description": "Grants permission to view a description of the domain configuration for the specified OpenSearch Service domain, including the domain ID, service endpoint, and ARN",
@@ -857,6 +872,21 @@
857
872
  "conditionKeys": [],
858
873
  "dependentActions": []
859
874
  },
875
+ "getcapability": {
876
+ "name": "GetCapability",
877
+ "description": "Grants permission to get a registered capability for an OpenSearch Application",
878
+ "accessLevel": "Read",
879
+ "resourceTypes": [
880
+ {
881
+ "name": "application",
882
+ "required": true,
883
+ "conditionKeys": [],
884
+ "dependentActions": []
885
+ }
886
+ ],
887
+ "conditionKeys": [],
888
+ "dependentActions": []
889
+ },
860
890
  "getcompatibleelasticsearchversions": {
861
891
  "name": "GetCompatibleElasticsearchVersions",
862
892
  "description": "Grants permission to fetch a list of compatible OpenSearch and Elasticsearch versions to which an OpenSearch Service domain can be upgraded. This permission is deprecated. Use GetCompatibleVersions instead",
@@ -1243,6 +1273,21 @@
1243
1273
  "conditionKeys": [],
1244
1274
  "dependentActions": []
1245
1275
  },
1276
+ "registercapability": {
1277
+ "name": "RegisterCapability",
1278
+ "description": "Grants permission to register a capability for an OpenSearch Application",
1279
+ "accessLevel": "Write",
1280
+ "resourceTypes": [
1281
+ {
1282
+ "name": "application",
1283
+ "required": true,
1284
+ "conditionKeys": [],
1285
+ "dependentActions": []
1286
+ }
1287
+ ],
1288
+ "conditionKeys": [],
1289
+ "dependentActions": []
1290
+ },
1246
1291
  "rejectinboundconnection": {
1247
1292
  "name": "RejectInboundConnection",
1248
1293
  "description": "Grants permission to the destination domain owner to reject an inbound cross-cluster search connection request",
@@ -60,6 +60,21 @@
60
60
  "conditionKeys": [],
61
61
  "dependentActions": []
62
62
  },
63
+ "cancelrunbatch": {
64
+ "name": "CancelRunBatch",
65
+ "description": "Grants permission to cancel a batch of workflow runs",
66
+ "accessLevel": "Write",
67
+ "resourceTypes": [
68
+ {
69
+ "name": "runBatch",
70
+ "required": true,
71
+ "conditionKeys": [],
72
+ "dependentActions": []
73
+ }
74
+ ],
75
+ "conditionKeys": [],
76
+ "dependentActions": []
77
+ },
63
78
  "cancelvariantimportjob": {
64
79
  "name": "CancelVariantImportJob",
65
80
  "description": "Grants permission to cancel a Variant Import Job",
@@ -270,6 +285,21 @@
270
285
  "conditionKeys": [],
271
286
  "dependentActions": []
272
287
  },
288
+ "deletebatch": {
289
+ "name": "DeleteBatch",
290
+ "description": "Grants permission to delete a batch",
291
+ "accessLevel": "Write",
292
+ "resourceTypes": [
293
+ {
294
+ "name": "runBatch",
295
+ "required": true,
296
+ "conditionKeys": [],
297
+ "dependentActions": []
298
+ }
299
+ ],
300
+ "conditionKeys": [],
301
+ "dependentActions": []
302
+ },
273
303
  "deleteconfiguration": {
274
304
  "name": "DeleteConfiguration",
275
305
  "description": "Grants permission to delete a configuration",
@@ -336,6 +366,27 @@
336
366
  "conditionKeys": [],
337
367
  "dependentActions": []
338
368
  },
369
+ "deleterunbatch": {
370
+ "name": "DeleteRunBatch",
371
+ "description": "Grants permission to delete a batch of workflow runs",
372
+ "accessLevel": "Write",
373
+ "resourceTypes": [
374
+ {
375
+ "name": "run",
376
+ "required": true,
377
+ "conditionKeys": [],
378
+ "dependentActions": []
379
+ },
380
+ {
381
+ "name": "runBatch",
382
+ "required": true,
383
+ "conditionKeys": [],
384
+ "dependentActions": []
385
+ }
386
+ ],
387
+ "conditionKeys": [],
388
+ "dependentActions": []
389
+ },
339
390
  "deleteruncache": {
340
391
  "name": "DeleteRunCache",
341
392
  "description": "Grants permission to delete a workflow run cache",
@@ -493,6 +544,21 @@
493
544
  "conditionKeys": [],
494
545
  "dependentActions": []
495
546
  },
547
+ "getbatch": {
548
+ "name": "GetBatch",
549
+ "description": "Grants permission to retrieve batch details and status",
550
+ "accessLevel": "Read",
551
+ "resourceTypes": [
552
+ {
553
+ "name": "runBatch",
554
+ "required": true,
555
+ "conditionKeys": [],
556
+ "dependentActions": []
557
+ }
558
+ ],
559
+ "conditionKeys": [],
560
+ "dependentActions": []
561
+ },
496
562
  "getconfiguration": {
497
563
  "name": "GetConfiguration",
498
564
  "description": "Grants permission to retrieve configuration details",
@@ -861,6 +927,14 @@
861
927
  "conditionKeys": [],
862
928
  "dependentActions": []
863
929
  },
930
+ "listbatch": {
931
+ "name": "ListBatch",
932
+ "description": "Grants permission to retrieve list of batches",
933
+ "accessLevel": "List",
934
+ "resourceTypes": [],
935
+ "conditionKeys": [],
936
+ "dependentActions": []
937
+ },
864
938
  "listconfigurations": {
865
939
  "name": "ListConfigurations",
866
940
  "description": "Grants permission to retrieve a list of configurations",
@@ -1036,6 +1110,21 @@
1036
1110
  "conditionKeys": [],
1037
1111
  "dependentActions": []
1038
1112
  },
1113
+ "listrunsinbatch": {
1114
+ "name": "ListRunsInBatch",
1115
+ "description": "Grants permission to retrieve list of workflow runs in batch",
1116
+ "accessLevel": "List",
1117
+ "resourceTypes": [
1118
+ {
1119
+ "name": "runBatch",
1120
+ "required": true,
1121
+ "conditionKeys": [],
1122
+ "dependentActions": []
1123
+ }
1124
+ ],
1125
+ "conditionKeys": [],
1126
+ "dependentActions": []
1127
+ },
1039
1128
  "listsequencestores": {
1040
1129
  "name": "ListSequenceStores",
1041
1130
  "description": "Grants permission to list Sequence Stores",
@@ -1214,6 +1303,56 @@
1214
1303
  "conditionKeys": [],
1215
1304
  "dependentActions": []
1216
1305
  },
1306
+ {
1307
+ "name": "runBatch",
1308
+ "required": false,
1309
+ "conditionKeys": [],
1310
+ "dependentActions": []
1311
+ },
1312
+ {
1313
+ "name": "runCache",
1314
+ "required": false,
1315
+ "conditionKeys": [],
1316
+ "dependentActions": []
1317
+ },
1318
+ {
1319
+ "name": "runGroup",
1320
+ "required": false,
1321
+ "conditionKeys": [],
1322
+ "dependentActions": []
1323
+ },
1324
+ {
1325
+ "name": "workflow",
1326
+ "required": false,
1327
+ "conditionKeys": [],
1328
+ "dependentActions": []
1329
+ }
1330
+ ],
1331
+ "conditionKeys": [
1332
+ "aws:RequestTag/${TagKey}",
1333
+ "aws:TagKeys"
1334
+ ],
1335
+ "dependentActions": []
1336
+ },
1337
+ "startrunbatch": {
1338
+ "name": "StartRunBatch",
1339
+ "description": "Grants permission to start batch of workflow runs",
1340
+ "accessLevel": "Write",
1341
+ "resourceTypes": [
1342
+ {
1343
+ "name": "run",
1344
+ "required": true,
1345
+ "conditionKeys": [],
1346
+ "dependentActions": [
1347
+ "iam:PassRole"
1348
+ ]
1349
+ },
1350
+ {
1351
+ "name": "runBatch",
1352
+ "required": true,
1353
+ "conditionKeys": [],
1354
+ "dependentActions": []
1355
+ },
1217
1356
  {
1218
1357
  "name": "runCache",
1219
1358
  "required": false,
@@ -1313,6 +1452,12 @@
1313
1452
  "conditionKeys": [],
1314
1453
  "dependentActions": []
1315
1454
  },
1455
+ {
1456
+ "name": "runBatch",
1457
+ "required": false,
1458
+ "conditionKeys": [],
1459
+ "dependentActions": []
1460
+ },
1316
1461
  {
1317
1462
  "name": "runCache",
1318
1463
  "required": false,
@@ -1403,6 +1548,12 @@
1403
1548
  "conditionKeys": [],
1404
1549
  "dependentActions": []
1405
1550
  },
1551
+ {
1552
+ "name": "runBatch",
1553
+ "required": false,
1554
+ "conditionKeys": [],
1555
+ "dependentActions": []
1556
+ },
1406
1557
  {
1407
1558
  "name": "runCache",
1408
1559
  "required": false,
@@ -41,6 +41,21 @@
41
41
  ],
42
42
  "dependentActions": []
43
43
  },
44
+ "createpolicystorealias": {
45
+ "name": "CreatePolicyStoreAlias",
46
+ "description": "Grants permission to create an alias against a policy store",
47
+ "accessLevel": "Write",
48
+ "resourceTypes": [
49
+ {
50
+ "name": "policy-store",
51
+ "required": true,
52
+ "conditionKeys": [],
53
+ "dependentActions": []
54
+ }
55
+ ],
56
+ "conditionKeys": [],
57
+ "dependentActions": []
58
+ },
44
59
  "createpolicytemplate": {
45
60
  "name": "CreatePolicyTemplate",
46
61
  "description": "Grants permission to create a policy template",
@@ -101,6 +116,21 @@
101
116
  "conditionKeys": [],
102
117
  "dependentActions": []
103
118
  },
119
+ "deletepolicystorealias": {
120
+ "name": "DeletePolicyStoreAlias",
121
+ "description": "Grants permission to delete an alias for a policy store",
122
+ "accessLevel": "Write",
123
+ "resourceTypes": [
124
+ {
125
+ "name": "policy-store-alias",
126
+ "required": true,
127
+ "conditionKeys": [],
128
+ "dependentActions": []
129
+ }
130
+ ],
131
+ "conditionKeys": [],
132
+ "dependentActions": []
133
+ },
104
134
  "deletepolicytemplate": {
105
135
  "name": "DeletePolicyTemplate",
106
136
  "description": "Grants permission to delete the specified policy template from the policy store",
@@ -163,6 +193,21 @@
163
193
  "verifiedpermissions:ListTagsForResource"
164
194
  ]
165
195
  },
196
+ "getpolicystorealias": {
197
+ "name": "GetPolicyStoreAlias",
198
+ "description": "Grants permission to retrieve details about an alias for a policy store",
199
+ "accessLevel": "Read",
200
+ "resourceTypes": [
201
+ {
202
+ "name": "policy-store-alias",
203
+ "required": true,
204
+ "conditionKeys": [],
205
+ "dependentActions": []
206
+ }
207
+ ],
208
+ "conditionKeys": [],
209
+ "dependentActions": []
210
+ },
166
211
  "getpolicytemplate": {
167
212
  "name": "GetPolicyTemplate",
168
213
  "description": "Grants permission to retrieve the details for the specified policy template in the specified policy store",
@@ -253,6 +298,14 @@
253
298
  "conditionKeys": [],
254
299
  "dependentActions": []
255
300
  },
301
+ "listpolicystorealiases": {
302
+ "name": "ListPolicyStoreAliases",
303
+ "description": "Grants permission to return a paginated list of all policy store aliases",
304
+ "accessLevel": "List",
305
+ "resourceTypes": [],
306
+ "conditionKeys": [],
307
+ "dependentActions": []
308
+ },
256
309
  "listpolicystores": {
257
310
  "name": "ListPolicyStores",
258
311
  "description": "Grants permission to return a paginated list of all policy stores in the calling Amazon Web Services account",
@@ -4,6 +4,11 @@
4
4
  "description": "Filters access by the tags that are passed in the request",
5
5
  "type": "String"
6
6
  },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by tag key-value pairs attached to the resource",
10
+ "type": "String"
11
+ },
7
12
  "aws:tagkeys": {
8
13
  "key": "aws:TagKeys",
9
14
  "description": "Filters access by the tag keys that are passed in the request",
@@ -1 +1,18 @@
1
- {}
1
+ {
2
+ "dashboard": {
3
+ "key": "dashboard",
4
+ "arn": "arn:${Partition}:bcm-dashboards::${Account}:dashboard/${DashboardName}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}",
7
+ "aws:TagKeys"
8
+ ]
9
+ },
10
+ "scheduled-report": {
11
+ "key": "scheduled-report",
12
+ "arn": "arn:${Partition}:bcm-dashboards::${Account}:scheduled-report/${ScheduledReportName}",
13
+ "conditionKeys": [
14
+ "aws:ResourceTag/${TagKey}",
15
+ "aws:TagKeys"
16
+ ]
17
+ }
18
+ }
@@ -48,6 +48,13 @@
48
48
  "aws:ResourceTag/${TagKey}"
49
49
  ]
50
50
  },
51
+ "runbatch": {
52
+ "key": "runBatch",
53
+ "arn": "arn:${Partition}:omics:${Region}:${Account}:runBatch/${BatchId}",
54
+ "conditionKeys": [
55
+ "aws:ResourceTag/${TagKey}"
56
+ ]
57
+ },
51
58
  "runcache": {
52
59
  "key": "runCache",
53
60
  "arn": "arn:${Partition}:omics:${Region}:${Account}:runCache/${Id}",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202604101",
3
+ "version": "0.18.202604111",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-04-10T05:28:44.067Z",
9
+ "updatedAt": "2026-04-11T05:13:18.156Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",