@cloud-copilot/iam-data 0.9.202505291 → 0.9.202505301

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.
@@ -407,6 +407,21 @@
407
407
  "conditionKeys": [],
408
408
  "dependentActions": []
409
409
  },
410
+ "geteventconfiguration": {
411
+ "name": "GetEventConfiguration",
412
+ "description": "Grants permission to list event configurations that are configured for an event data store",
413
+ "accessLevel": "Read",
414
+ "resourceTypes": [
415
+ {
416
+ "name": "eventdatastore",
417
+ "required": true,
418
+ "conditionKeys": [],
419
+ "dependentActions": []
420
+ }
421
+ ],
422
+ "conditionKeys": [],
423
+ "dependentActions": []
424
+ },
410
425
  "geteventdatastore": {
411
426
  "name": "GetEventDataStore",
412
427
  "description": "Grants permission to list settings for the event data store",
@@ -696,6 +711,24 @@
696
711
  "conditionKeys": [],
697
712
  "dependentActions": []
698
713
  },
714
+ "puteventconfiguration": {
715
+ "name": "PutEventConfiguration",
716
+ "description": "Grants permission to create and update event configurations for an event data store",
717
+ "accessLevel": "Write",
718
+ "resourceTypes": [
719
+ {
720
+ "name": "eventdatastore",
721
+ "required": true,
722
+ "conditionKeys": [],
723
+ "dependentActions": []
724
+ }
725
+ ],
726
+ "conditionKeys": [],
727
+ "dependentActions": [
728
+ "iam:CreateServiceLinkedRole",
729
+ "iam:GetRole"
730
+ ]
731
+ },
699
732
  "puteventselectors": {
700
733
  "name": "PutEventSelectors",
701
734
  "description": "Grants permission to create and update event selectors for a trail",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202505291",
3
+ "version": "0.9.202505301",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-05-29T04:50:16.983Z",
6
+ "updatedAt": "2025-05-30T04:49:32.768Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",