@cloud-copilot/iam-data 0.6.202409271 → 0.6.202409281
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.
|
@@ -223,6 +223,22 @@
|
|
|
223
223
|
"conditionKeys": [],
|
|
224
224
|
"dependentActions": []
|
|
225
225
|
},
|
|
226
|
+
"getgroupid": {
|
|
227
|
+
"name": "GetGroupId",
|
|
228
|
+
"description": "Grants permission to retrieve ID information about group from the directory that AWS IAM Identity Center provides by default",
|
|
229
|
+
"accessLevel": "Read",
|
|
230
|
+
"resourceTypes": [],
|
|
231
|
+
"conditionKeys": [],
|
|
232
|
+
"dependentActions": []
|
|
233
|
+
},
|
|
234
|
+
"getuserid": {
|
|
235
|
+
"name": "GetUserId",
|
|
236
|
+
"description": "Grants permission to retrieve ID information about user from the directory that AWS IAM Identity Center provides by default",
|
|
237
|
+
"accessLevel": "Read",
|
|
238
|
+
"resourceTypes": [],
|
|
239
|
+
"conditionKeys": [],
|
|
240
|
+
"dependentActions": []
|
|
241
|
+
},
|
|
226
242
|
"getuserpoolinfo": {
|
|
227
243
|
"name": "GetUserPoolInfo",
|
|
228
244
|
"description": "(Deprecated) Grants permission to get UserPool Info",
|
|
@@ -271,6 +287,14 @@
|
|
|
271
287
|
"conditionKeys": [],
|
|
272
288
|
"dependentActions": []
|
|
273
289
|
},
|
|
290
|
+
"listgroups": {
|
|
291
|
+
"name": "ListGroups",
|
|
292
|
+
"description": "Grants permission to list groups from the directory that AWS IAM Identity Center provides by default",
|
|
293
|
+
"accessLevel": "Read",
|
|
294
|
+
"resourceTypes": [],
|
|
295
|
+
"conditionKeys": [],
|
|
296
|
+
"dependentActions": []
|
|
297
|
+
},
|
|
274
298
|
"listgroupsformember": {
|
|
275
299
|
"name": "ListGroupsForMember",
|
|
276
300
|
"description": "Grants permission to list groups of the target member",
|
|
@@ -311,6 +335,14 @@
|
|
|
311
335
|
"conditionKeys": [],
|
|
312
336
|
"dependentActions": []
|
|
313
337
|
},
|
|
338
|
+
"listusers": {
|
|
339
|
+
"name": "ListUsers",
|
|
340
|
+
"description": "Grants permission to list users from the directory that AWS IAM Identity Center provides by default",
|
|
341
|
+
"accessLevel": "Read",
|
|
342
|
+
"resourceTypes": [],
|
|
343
|
+
"conditionKeys": [],
|
|
344
|
+
"dependentActions": []
|
|
345
|
+
},
|
|
314
346
|
"removememberfromgroup": {
|
|
315
347
|
"name": "RemoveMemberFromGroup",
|
|
316
348
|
"description": "Grants permission to remove a member that is part of a group in the directory that AWS IAM Identity Center provides by default",
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"healthevent": {
|
|
3
3
|
"key": "HealthEvent",
|
|
4
|
-
"arn": "arn:${Partition}:internetmonitor:${Region}:${Account}:monitor/${MonitorName}/health-event/${EventId}"
|
|
4
|
+
"arn": "arn:${Partition}:internetmonitor:${Region}:${Account}:monitor/${MonitorName}/health-event/${EventId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"monitor": {
|
|
7
10
|
"key": "Monitor",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.202409281",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-09-
|
|
6
|
+
"updatedAt": "2024-09-28T04:46:38.735Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|