@cloud-copilot/iam-data 0.20.202607251 → 0.20.202607291

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.
@@ -201,6 +201,21 @@
201
201
  "conditionKeys": [],
202
202
  "dependentActions": []
203
203
  },
204
+ "getprimaryemailupdatestatus": {
205
+ "name": "GetPrimaryEmailUpdateStatus",
206
+ "description": "Grants permission to retrieve information about the most recent primary email update for the account",
207
+ "accessLevel": "Read",
208
+ "resourceTypes": [
209
+ {
210
+ "name": "accountInOrganization",
211
+ "required": false,
212
+ "conditionKeys": [],
213
+ "dependentActions": []
214
+ }
215
+ ],
216
+ "conditionKeys": [],
217
+ "dependentActions": []
218
+ },
204
219
  "getregionoptstatus": {
205
220
  "name": "GetRegionOptStatus",
206
221
  "description": "Grants permission to get the opt-in status of a Region",
@@ -1148,6 +1148,14 @@
1148
1148
  "conditionKeys": [],
1149
1149
  "dependentActions": []
1150
1150
  },
1151
+ "getnotebookrun": {
1152
+ "name": "GetNotebookRun",
1153
+ "description": "Grants permission to get a notebook run",
1154
+ "accessLevel": "Read",
1155
+ "resourceTypes": [],
1156
+ "conditionKeys": [],
1157
+ "dependentActions": []
1158
+ },
1151
1159
  "getproject": {
1152
1160
  "name": "GetProject",
1153
1161
  "description": "Grants permission to get Project details",
@@ -1436,6 +1444,14 @@
1436
1444
  "conditionKeys": [],
1437
1445
  "dependentActions": []
1438
1446
  },
1447
+ "listnotebookruns": {
1448
+ "name": "ListNotebookRuns",
1449
+ "description": "Grants permission to list notebook runs",
1450
+ "accessLevel": "List",
1451
+ "resourceTypes": [],
1452
+ "conditionKeys": [],
1453
+ "dependentActions": []
1454
+ },
1439
1455
  "listnotebooks": {
1440
1456
  "name": "ListNotebooks",
1441
1457
  "description": "Grants permission to list notebooks",
@@ -1739,6 +1755,14 @@
1739
1755
  "conditionKeys": [],
1740
1756
  "dependentActions": []
1741
1757
  },
1758
+ "startnotebookrun": {
1759
+ "name": "StartNotebookRun",
1760
+ "description": "Grants permission to start a notebook run",
1761
+ "accessLevel": "Write",
1762
+ "resourceTypes": [],
1763
+ "conditionKeys": [],
1764
+ "dependentActions": []
1765
+ },
1742
1766
  "startnotebooksync": {
1743
1767
  "name": "StartNotebookSync",
1744
1768
  "description": "Grants permission to start notebook sync",
@@ -1771,6 +1795,14 @@
1771
1795
  "conditionKeys": [],
1772
1796
  "dependentActions": []
1773
1797
  },
1798
+ "stopnotebookrun": {
1799
+ "name": "StopNotebookRun",
1800
+ "description": "Grants permission to stop a notebook run",
1801
+ "accessLevel": "Write",
1802
+ "resourceTypes": [],
1803
+ "conditionKeys": [],
1804
+ "dependentActions": []
1805
+ },
1774
1806
  "tagresource": {
1775
1807
  "name": "TagResource",
1776
1808
  "description": "Grants permission to add or update tags to a resource",
@@ -238,6 +238,7 @@
238
238
  "resourceTypes": [],
239
239
  "conditionKeys": [
240
240
  "aws:RequestTag/${TagKey}",
241
+ "aws:ResourceTag/${TagKey}",
241
242
  "aws:TagKeys"
242
243
  ],
243
244
  "dependentActions": []
@@ -294,6 +295,7 @@
294
295
  "resourceTypes": [],
295
296
  "conditionKeys": [
296
297
  "aws:RequestTag/${TagKey}",
298
+ "aws:ResourceTag/${TagKey}",
297
299
  "aws:TagKeys"
298
300
  ],
299
301
  "dependentActions": []
@@ -331,6 +333,7 @@
331
333
  "resourceTypes": [],
332
334
  "conditionKeys": [
333
335
  "aws:RequestTag/${TagKey}",
336
+ "aws:ResourceTag/${TagKey}",
334
337
  "aws:TagKeys"
335
338
  ],
336
339
  "dependentActions": []
@@ -672,7 +672,7 @@
672
672
  "listautonomousdatabasecharactersets": {
673
673
  "name": "ListAutonomousDatabaseCharacterSets",
674
674
  "description": "Grants permission to list information about the character sets that are available for Autonomous Databases",
675
- "accessLevel": "Read",
675
+ "accessLevel": "List",
676
676
  "resourceTypes": [],
677
677
  "conditionKeys": [],
678
678
  "dependentActions": []
@@ -680,7 +680,7 @@
680
680
  "listautonomousdatabaseclones": {
681
681
  "name": "ListAutonomousDatabaseClones",
682
682
  "description": "Grants permission to list all clones of the specified Autonomous Database",
683
- "accessLevel": "Read",
683
+ "accessLevel": "List",
684
684
  "resourceTypes": [
685
685
  {
686
686
  "name": "autonomous-database",
@@ -695,7 +695,7 @@
695
695
  "listautonomousdatabasepeers": {
696
696
  "name": "ListAutonomousDatabasePeers",
697
697
  "description": "Grants permission to list all peer databases of the specified Autonomous Database",
698
- "accessLevel": "Read",
698
+ "accessLevel": "List",
699
699
  "resourceTypes": [
700
700
  {
701
701
  "name": "autonomous-database",
@@ -710,7 +710,7 @@
710
710
  "listautonomousdatabaseversions": {
711
711
  "name": "ListAutonomousDatabaseVersions",
712
712
  "description": "Grants permission to list information about the Oracle Database software versions that are available for Autonomous Databases",
713
- "accessLevel": "Read",
713
+ "accessLevel": "List",
714
714
  "resourceTypes": [],
715
715
  "conditionKeys": [],
716
716
  "dependentActions": []
@@ -726,7 +726,7 @@
726
726
  "listautonomousvirtualmachines": {
727
727
  "name": "ListAutonomousVirtualMachines",
728
728
  "description": "Grants permission to list all Autonomous VMs in an Autonomous VM cluster",
729
- "accessLevel": "Read",
729
+ "accessLevel": "List",
730
730
  "resourceTypes": [
731
731
  {
732
732
  "name": "cloud-autonomous-vm-cluster",
@@ -794,7 +794,7 @@
794
794
  "listdbservers": {
795
795
  "name": "ListDbServers",
796
796
  "description": "Grants permission to list information about the database servers that belong to the specified Exadata infrastructure",
797
- "accessLevel": "Read",
797
+ "accessLevel": "List",
798
798
  "resourceTypes": [
799
799
  {
800
800
  "name": "cloud-exadata-infrastructure",
@@ -809,7 +809,15 @@
809
809
  "listdbsystemshapes": {
810
810
  "name": "ListDbSystemShapes",
811
811
  "description": "Grants permission to list information about the shapes that are available for an Exadata infrastructure",
812
- "accessLevel": "Read",
812
+ "accessLevel": "List",
813
+ "resourceTypes": [],
814
+ "conditionKeys": [],
815
+ "dependentActions": []
816
+ },
817
+ "listflexcomponents": {
818
+ "name": "ListFlexComponents",
819
+ "description": "Grants permission to list information about the flex components that are available for a DB system shape",
820
+ "accessLevel": "List",
813
821
  "resourceTypes": [],
814
822
  "conditionKeys": [],
815
823
  "dependentActions": []
@@ -817,7 +825,7 @@
817
825
  "listgiversions": {
818
826
  "name": "ListGiVersions",
819
827
  "description": "Grants permission to list information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape",
820
- "accessLevel": "Read",
828
+ "accessLevel": "List",
821
829
  "resourceTypes": [],
822
830
  "conditionKeys": [],
823
831
  "dependentActions": []
@@ -848,7 +856,7 @@
848
856
  "listsystemversions": {
849
857
  "name": "ListSystemVersions",
850
858
  "description": "Grants permission to list information about the system versions that are available for a VM cluster for the specified giVersion and shape",
851
- "accessLevel": "Read",
859
+ "accessLevel": "List",
852
860
  "resourceTypes": [],
853
861
  "conditionKeys": [],
854
862
  "dependentActions": []
@@ -868,10 +868,7 @@
868
868
  "dependentActions": []
869
869
  }
870
870
  ],
871
- "conditionKeys": [
872
- "aws:RequestTag/${TagKey}",
873
- "aws:TagKeys"
874
- ],
871
+ "conditionKeys": [],
875
872
  "dependentActions": []
876
873
  },
877
874
  "createnamespace": {
@@ -329,6 +329,14 @@
329
329
  "conditionKeys": [],
330
330
  "dependentActions": []
331
331
  },
332
+ "listrecommendationsforresource": {
333
+ "name": "ListRecommendationsForResource",
334
+ "description": "Grants permission to list Recommendation of a Resource",
335
+ "accessLevel": "List",
336
+ "resourceTypes": [],
337
+ "conditionKeys": [],
338
+ "dependentActions": []
339
+ },
332
340
  "refreshcheck": {
333
341
  "name": "RefreshCheck",
334
342
  "description": "Grants permission to refresh an AWS Trusted Advisor check",
@@ -15,7 +15,10 @@
15
15
  },
16
16
  "durable execution": {
17
17
  "key": "durable execution",
18
- "arn": "arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}:${Version}/durable-execution/${ExecutionName}/${ExecutionId}"
18
+ "arn": "arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}:${Version}/durable-execution/${ExecutionName}/${ExecutionId}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
19
22
  },
20
23
  "eventsourcemapping": {
21
24
  "key": "eventSourceMapping",
@@ -150,10 +150,7 @@
150
150
  },
151
151
  "limitsprofile": {
152
152
  "key": "limitsProfile",
153
- "arn": "arn:${Partition}:quicksight:${Region}:${Account}:limits-profile/${ResourceId}",
154
- "conditionKeys": [
155
- "aws:ResourceTag/${TagKey}"
156
- ]
153
+ "arn": "arn:${Partition}:quicksight:${Region}:${Account}:limits-profile/${ResourceId}"
157
154
  },
158
155
  "namespace": {
159
156
  "key": "namespace",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.20.202607251",
3
+ "version": "0.20.202607291",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-07-25T05:33:27.430Z",
9
+ "updatedAt": "2026-07-29T05:39:04.942Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",