@cloud-copilot/iam-data 0.9.202503191 → 0.9.202503201
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.
|
@@ -870,6 +870,21 @@
|
|
|
870
870
|
"conditionKeys": [],
|
|
871
871
|
"dependentActions": []
|
|
872
872
|
},
|
|
873
|
+
"getprotectedjob": {
|
|
874
|
+
"name": "GetProtectedJob",
|
|
875
|
+
"description": "Grants permission to view a protected job",
|
|
876
|
+
"accessLevel": "Read",
|
|
877
|
+
"resourceTypes": [
|
|
878
|
+
{
|
|
879
|
+
"name": "membership",
|
|
880
|
+
"required": true,
|
|
881
|
+
"conditionKeys": [],
|
|
882
|
+
"dependentActions": []
|
|
883
|
+
}
|
|
884
|
+
],
|
|
885
|
+
"conditionKeys": [],
|
|
886
|
+
"dependentActions": []
|
|
887
|
+
},
|
|
873
888
|
"getprotectedquery": {
|
|
874
889
|
"name": "GetProtectedQuery",
|
|
875
890
|
"description": "Grants permission to view a protected query",
|
|
@@ -1184,6 +1199,21 @@
|
|
|
1184
1199
|
"conditionKeys": [],
|
|
1185
1200
|
"dependentActions": []
|
|
1186
1201
|
},
|
|
1202
|
+
"listprotectedjobs": {
|
|
1203
|
+
"name": "ListProtectedJobs",
|
|
1204
|
+
"description": "Grants permission to list protected jobs",
|
|
1205
|
+
"accessLevel": "List",
|
|
1206
|
+
"resourceTypes": [
|
|
1207
|
+
{
|
|
1208
|
+
"name": "membership",
|
|
1209
|
+
"required": true,
|
|
1210
|
+
"conditionKeys": [],
|
|
1211
|
+
"dependentActions": []
|
|
1212
|
+
}
|
|
1213
|
+
],
|
|
1214
|
+
"conditionKeys": [],
|
|
1215
|
+
"dependentActions": []
|
|
1216
|
+
},
|
|
1187
1217
|
"listprotectedqueries": {
|
|
1188
1218
|
"name": "ListProtectedQueries",
|
|
1189
1219
|
"description": "Grants permission to list protected queries",
|
|
@@ -1335,6 +1365,36 @@
|
|
|
1335
1365
|
"conditionKeys": [],
|
|
1336
1366
|
"dependentActions": []
|
|
1337
1367
|
},
|
|
1368
|
+
"startprotectedjob": {
|
|
1369
|
+
"name": "StartProtectedJob",
|
|
1370
|
+
"description": "Grants permission to start protected jobs",
|
|
1371
|
+
"accessLevel": "Write",
|
|
1372
|
+
"resourceTypes": [
|
|
1373
|
+
{
|
|
1374
|
+
"name": "membership",
|
|
1375
|
+
"required": true,
|
|
1376
|
+
"conditionKeys": [],
|
|
1377
|
+
"dependentActions": [
|
|
1378
|
+
"cleanrooms:GetCollaborationAnalysisTemplate",
|
|
1379
|
+
"cleanrooms:GetSchema"
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "analysistemplate",
|
|
1384
|
+
"required": false,
|
|
1385
|
+
"conditionKeys": [],
|
|
1386
|
+
"dependentActions": []
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"name": "configuredtableassociation",
|
|
1390
|
+
"required": false,
|
|
1391
|
+
"conditionKeys": [],
|
|
1392
|
+
"dependentActions": []
|
|
1393
|
+
}
|
|
1394
|
+
],
|
|
1395
|
+
"conditionKeys": [],
|
|
1396
|
+
"dependentActions": []
|
|
1397
|
+
},
|
|
1338
1398
|
"startprotectedquery": {
|
|
1339
1399
|
"name": "StartProtectedQuery",
|
|
1340
1400
|
"description": "Grants permission to start protected queries",
|
|
@@ -1698,6 +1758,21 @@
|
|
|
1698
1758
|
"conditionKeys": [],
|
|
1699
1759
|
"dependentActions": []
|
|
1700
1760
|
},
|
|
1761
|
+
"updateprotectedjob": {
|
|
1762
|
+
"name": "UpdateProtectedJob",
|
|
1763
|
+
"description": "Grants permission to update protected jobs",
|
|
1764
|
+
"accessLevel": "Write",
|
|
1765
|
+
"resourceTypes": [
|
|
1766
|
+
{
|
|
1767
|
+
"name": "membership",
|
|
1768
|
+
"required": true,
|
|
1769
|
+
"conditionKeys": [],
|
|
1770
|
+
"dependentActions": []
|
|
1771
|
+
}
|
|
1772
|
+
],
|
|
1773
|
+
"conditionKeys": [],
|
|
1774
|
+
"dependentActions": []
|
|
1775
|
+
},
|
|
1701
1776
|
"updateprotectedquery": {
|
|
1702
1777
|
"name": "UpdateProtectedQuery",
|
|
1703
1778
|
"description": "Grants permission to update protected queries",
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aws:requesttag/${tagkey}": {
|
|
3
3
|
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
-
"description": "Filters access
|
|
4
|
+
"description": "Filters access by a tag's key and value in a request",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
7
|
"aws:resourcetag/${tagkey}": {
|
|
8
8
|
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
-
"description": "Filters access
|
|
9
|
+
"description": "Filters access by the presence of tag key-value pairs attached to the resource",
|
|
10
10
|
"type": "String"
|
|
11
11
|
},
|
|
12
12
|
"aws:tagkeys": {
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
|
-
"description": "Filters access
|
|
15
|
-
"type": "
|
|
14
|
+
"description": "Filters access by the presence of tag keys in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -26,11 +26,17 @@
|
|
|
26
26
|
},
|
|
27
27
|
"statemachineversion": {
|
|
28
28
|
"key": "statemachineversion",
|
|
29
|
-
"arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineVersionId}"
|
|
29
|
+
"arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineVersionId}",
|
|
30
|
+
"conditionKeys": [
|
|
31
|
+
"aws:ResourceTag/${TagKey}"
|
|
32
|
+
]
|
|
30
33
|
},
|
|
31
34
|
"statemachinealias": {
|
|
32
35
|
"key": "statemachinealias",
|
|
33
|
-
"arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineAliasName}"
|
|
36
|
+
"arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineAliasName}",
|
|
37
|
+
"conditionKeys": [
|
|
38
|
+
"aws:ResourceTag/${TagKey}"
|
|
39
|
+
]
|
|
34
40
|
},
|
|
35
41
|
"maprun": {
|
|
36
42
|
"key": "maprun",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202503201",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-03-
|
|
6
|
+
"updatedAt": "2025-03-20T04:45:51.401Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|