@cloud-copilot/iam-data 0.7.202410241 → 0.7.202410251
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.
- package/data/actions/airflow.json +15 -0
- package/data/actions/wisdom.json +16 -0
- package/package.json +2 -2
|
@@ -82,6 +82,21 @@
|
|
|
82
82
|
],
|
|
83
83
|
"dependentActions": []
|
|
84
84
|
},
|
|
85
|
+
"invokerestapi": {
|
|
86
|
+
"name": "InvokeRestApi",
|
|
87
|
+
"description": "Grants permission to invoke Airflow REST API via an endpoint on the Apache Airflow Webserver",
|
|
88
|
+
"accessLevel": "Write",
|
|
89
|
+
"resourceTypes": [
|
|
90
|
+
{
|
|
91
|
+
"name": "rbac-role",
|
|
92
|
+
"required": true,
|
|
93
|
+
"conditionKeys": [],
|
|
94
|
+
"dependentActions": []
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"conditionKeys": [],
|
|
98
|
+
"dependentActions": []
|
|
99
|
+
},
|
|
85
100
|
"listenvironments": {
|
|
86
101
|
"name": "ListEnvironments",
|
|
87
102
|
"description": "Grants permission to list the Amazon MWAA environments in your account",
|
package/data/actions/wisdom.json
CHANGED
|
@@ -20,6 +20,22 @@
|
|
|
20
20
|
"conditionKeys": [],
|
|
21
21
|
"dependentActions": []
|
|
22
22
|
},
|
|
23
|
+
"allowvendedlogdeliveryforresource": {
|
|
24
|
+
"name": "AllowVendedLogDeliveryForResource",
|
|
25
|
+
"isPermissionOnly": true,
|
|
26
|
+
"description": "Grants permission to configure vended log delivery for an assistant",
|
|
27
|
+
"accessLevel": "Permissions management",
|
|
28
|
+
"resourceTypes": [
|
|
29
|
+
{
|
|
30
|
+
"name": "Assistant",
|
|
31
|
+
"required": false,
|
|
32
|
+
"conditionKeys": [],
|
|
33
|
+
"dependentActions": []
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"conditionKeys": [],
|
|
37
|
+
"dependentActions": []
|
|
38
|
+
},
|
|
23
39
|
"createaiagent": {
|
|
24
40
|
"name": "CreateAIAgent",
|
|
25
41
|
"description": "Grants permission to create an ai agent",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.202410251",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-10-
|
|
6
|
+
"updatedAt": "2024-10-25T04:49:37.290Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|