@cloud-copilot/iam-data 0.21.202609121 → 0.21.202609151
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.
|
@@ -1472,6 +1472,23 @@
|
|
|
1472
1472
|
"conditionKeys": [],
|
|
1473
1473
|
"dependentActions": []
|
|
1474
1474
|
},
|
|
1475
|
+
"listtestrundependencies": {
|
|
1476
|
+
"name": "ListTestRunDependencies",
|
|
1477
|
+
"description": "Grants permission to list snapshotted dependencies for a test run",
|
|
1478
|
+
"accessLevel": "Read",
|
|
1479
|
+
"resourceTypes": [
|
|
1480
|
+
{
|
|
1481
|
+
"name": "service",
|
|
1482
|
+
"required": true,
|
|
1483
|
+
"conditionKeys": [
|
|
1484
|
+
"aws:ResourceTag/${TagKey}"
|
|
1485
|
+
],
|
|
1486
|
+
"dependentActions": []
|
|
1487
|
+
}
|
|
1488
|
+
],
|
|
1489
|
+
"conditionKeys": [],
|
|
1490
|
+
"dependentActions": []
|
|
1491
|
+
},
|
|
1475
1492
|
"listtestrunevents": {
|
|
1476
1493
|
"name": "ListTestRunEvents",
|
|
1477
1494
|
"description": "Grants permission to list events for a test run",
|
|
@@ -1489,6 +1506,23 @@
|
|
|
1489
1506
|
"conditionKeys": [],
|
|
1490
1507
|
"dependentActions": []
|
|
1491
1508
|
},
|
|
1509
|
+
"listtestrunsourceevents": {
|
|
1510
|
+
"name": "ListTestRunSourceEvents",
|
|
1511
|
+
"description": "Grants permission to list source events for a test run",
|
|
1512
|
+
"accessLevel": "Read",
|
|
1513
|
+
"resourceTypes": [
|
|
1514
|
+
{
|
|
1515
|
+
"name": "service",
|
|
1516
|
+
"required": true,
|
|
1517
|
+
"conditionKeys": [
|
|
1518
|
+
"aws:ResourceTag/${TagKey}"
|
|
1519
|
+
],
|
|
1520
|
+
"dependentActions": []
|
|
1521
|
+
}
|
|
1522
|
+
],
|
|
1523
|
+
"conditionKeys": [],
|
|
1524
|
+
"dependentActions": []
|
|
1525
|
+
},
|
|
1492
1526
|
"listtestrunsources": {
|
|
1493
1527
|
"name": "ListTestRunSources",
|
|
1494
1528
|
"description": "Grants permission to list test run source snapshots",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.202609151",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/act-security-labs/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-09-
|
|
9
|
+
"updatedAt": "2026-09-15T04:47:10.877Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|