@cloud-copilot/iam-data 0.9.202506141 → 0.9.202506171
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.
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"addpolicygrant": {
|
|
27
27
|
"name": "AddPolicyGrant",
|
|
28
28
|
"description": "Grants permission to add a policy grant",
|
|
29
|
-
"accessLevel": "
|
|
29
|
+
"accessLevel": "Permissions management",
|
|
30
30
|
"resourceTypes": [],
|
|
31
31
|
"conditionKeys": [],
|
|
32
32
|
"dependentActions": []
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
"removepolicygrant": {
|
|
1239
1239
|
"name": "RemovePolicyGrant",
|
|
1240
1240
|
"description": "Grants permission to remove a policy grant",
|
|
1241
|
-
"accessLevel": "
|
|
1241
|
+
"accessLevel": "Permissions management",
|
|
1242
1242
|
"resourceTypes": [],
|
|
1243
1243
|
"conditionKeys": [],
|
|
1244
1244
|
"dependentActions": []
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
"revokesubscription": {
|
|
1247
1247
|
"name": "RevokeSubscription",
|
|
1248
1248
|
"description": "Grants permission to revoke a subscription",
|
|
1249
|
-
"accessLevel": "
|
|
1249
|
+
"accessLevel": "Permissions management",
|
|
1250
1250
|
"resourceTypes": [],
|
|
1251
1251
|
"conditionKeys": [],
|
|
1252
1252
|
"dependentActions": []
|
|
@@ -203,14 +203,7 @@
|
|
|
203
203
|
"name": "ConnectorRegistrationsV2",
|
|
204
204
|
"description": "Grants permission to complete the OAuth 2.0 authorization code flow based on input parameters",
|
|
205
205
|
"accessLevel": "Write",
|
|
206
|
-
"resourceTypes": [
|
|
207
|
-
{
|
|
208
|
-
"name": "connectorv2",
|
|
209
|
-
"required": true,
|
|
210
|
-
"conditionKeys": [],
|
|
211
|
-
"dependentActions": []
|
|
212
|
-
}
|
|
213
|
-
],
|
|
206
|
+
"resourceTypes": [],
|
|
214
207
|
"conditionKeys": [],
|
|
215
208
|
"dependentActions": []
|
|
216
209
|
},
|
|
@@ -325,13 +318,7 @@
|
|
|
325
318
|
"accessLevel": "Write",
|
|
326
319
|
"resourceTypes": [
|
|
327
320
|
{
|
|
328
|
-
"name": "
|
|
329
|
-
"required": false,
|
|
330
|
-
"conditionKeys": [],
|
|
331
|
-
"dependentActions": []
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"name": "hubv2",
|
|
321
|
+
"name": "connectorv2",
|
|
335
322
|
"required": false,
|
|
336
323
|
"conditionKeys": [],
|
|
337
324
|
"dependentActions": []
|
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.202506171",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-06-
|
|
6
|
+
"updatedAt": "2025-06-17T04:52:33.053Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|