@cloud-copilot/iam-data 0.9.202503221 → 0.9.202503261
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.
|
@@ -839,6 +839,14 @@
|
|
|
839
839
|
"conditionKeys": [],
|
|
840
840
|
"dependentActions": []
|
|
841
841
|
},
|
|
842
|
+
"getupdateeligibility": {
|
|
843
|
+
"name": "GetUpdateEligibility",
|
|
844
|
+
"description": "Grants permission to get update eligibility status for project constructs",
|
|
845
|
+
"accessLevel": "Read",
|
|
846
|
+
"resourceTypes": [],
|
|
847
|
+
"conditionKeys": [],
|
|
848
|
+
"dependentActions": []
|
|
849
|
+
},
|
|
842
850
|
"getuserprofile": {
|
|
843
851
|
"name": "GetUserProfile",
|
|
844
852
|
"description": "Grants permission to retrieve a user profile for an existing user in the DataZone Domain",
|
|
@@ -98,6 +98,22 @@
|
|
|
98
98
|
"conditionKeys": [],
|
|
99
99
|
"dependentActions": []
|
|
100
100
|
},
|
|
101
|
+
"deleteresourcepolicy": {
|
|
102
|
+
"name": "DeleteResourcePolicy",
|
|
103
|
+
"isPermissionOnly": true,
|
|
104
|
+
"description": "Grants permission to delete the RAM access control policy for a cluster",
|
|
105
|
+
"accessLevel": "Write",
|
|
106
|
+
"resourceTypes": [
|
|
107
|
+
{
|
|
108
|
+
"name": "cluster",
|
|
109
|
+
"required": true,
|
|
110
|
+
"conditionKeys": [],
|
|
111
|
+
"dependentActions": []
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"conditionKeys": [],
|
|
115
|
+
"dependentActions": []
|
|
116
|
+
},
|
|
101
117
|
"deleteroutingcontrol": {
|
|
102
118
|
"name": "DeleteRoutingControl",
|
|
103
119
|
"description": "Grants permission to delete a routing control",
|
|
@@ -273,6 +289,22 @@
|
|
|
273
289
|
"conditionKeys": [],
|
|
274
290
|
"dependentActions": []
|
|
275
291
|
},
|
|
292
|
+
"putresourcepolicy": {
|
|
293
|
+
"name": "PutResourcePolicy",
|
|
294
|
+
"isPermissionOnly": true,
|
|
295
|
+
"description": "Grants permission to define the RAM access control policy for a cluster",
|
|
296
|
+
"accessLevel": "Write",
|
|
297
|
+
"resourceTypes": [
|
|
298
|
+
{
|
|
299
|
+
"name": "cluster",
|
|
300
|
+
"required": true,
|
|
301
|
+
"conditionKeys": [],
|
|
302
|
+
"dependentActions": []
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"conditionKeys": [],
|
|
306
|
+
"dependentActions": []
|
|
307
|
+
},
|
|
276
308
|
"tagresource": {
|
|
277
309
|
"name": "TagResource",
|
|
278
310
|
"description": "Grants permission to tag a resource",
|
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.202503261",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-03-
|
|
6
|
+
"updatedAt": "2025-03-26T04:45:57.392Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|