@cloud-copilot/iam-data 0.19.202604241 → 0.19.202604261

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.
@@ -14,6 +14,23 @@
14
14
  "conditionKeys": [],
15
15
  "dependentActions": []
16
16
  },
17
+ "batchdeletecodereviews": {
18
+ "name": "BatchDeleteCodeReviews",
19
+ "description": "Grants permission to delete multiple code reviews in a single request",
20
+ "accessLevel": "Write",
21
+ "resourceTypes": [
22
+ {
23
+ "name": "AgentSpace",
24
+ "required": true,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ }
28
+ ],
29
+ "conditionKeys": [],
30
+ "dependentActions": [
31
+ "kms:Decrypt"
32
+ ]
33
+ },
17
34
  "batchdeletepentests": {
18
35
  "name": "BatchDeletePentests",
19
36
  "description": "Grants permission to delete multiple penetration tests in a single request",
@@ -63,6 +80,57 @@
63
80
  "conditionKeys": [],
64
81
  "dependentActions": []
65
82
  },
83
+ "batchgetcodereviewjobtasks": {
84
+ "name": "BatchGetCodeReviewJobTasks",
85
+ "description": "Grants permission to retrieve multiple code review job tasks in a single request",
86
+ "accessLevel": "Read",
87
+ "resourceTypes": [
88
+ {
89
+ "name": "AgentSpace",
90
+ "required": true,
91
+ "conditionKeys": [],
92
+ "dependentActions": []
93
+ }
94
+ ],
95
+ "conditionKeys": [],
96
+ "dependentActions": [
97
+ "kms:Decrypt"
98
+ ]
99
+ },
100
+ "batchgetcodereviewjobs": {
101
+ "name": "BatchGetCodeReviewJobs",
102
+ "description": "Grants permission to retrieve multiple code review jobs in a single request",
103
+ "accessLevel": "Read",
104
+ "resourceTypes": [
105
+ {
106
+ "name": "AgentSpace",
107
+ "required": true,
108
+ "conditionKeys": [],
109
+ "dependentActions": []
110
+ }
111
+ ],
112
+ "conditionKeys": [],
113
+ "dependentActions": [
114
+ "kms:Decrypt"
115
+ ]
116
+ },
117
+ "batchgetcodereviews": {
118
+ "name": "BatchGetCodeReviews",
119
+ "description": "Grants permission to retrieve multiple code reviews in a single request",
120
+ "accessLevel": "Read",
121
+ "resourceTypes": [
122
+ {
123
+ "name": "AgentSpace",
124
+ "required": true,
125
+ "conditionKeys": [],
126
+ "dependentActions": []
127
+ }
128
+ ],
129
+ "conditionKeys": [],
130
+ "dependentActions": [
131
+ "kms:Decrypt"
132
+ ]
133
+ },
66
134
  "batchgetfindings": {
67
135
  "name": "BatchGetFindings",
68
136
  "description": "Grants permission to retrieve multiple security testing findings in a single request",
@@ -193,6 +261,23 @@
193
261
  "sso:CreateApplication"
194
262
  ]
195
263
  },
264
+ "createcodereview": {
265
+ "name": "CreateCodeReview",
266
+ "description": "Grants permission to create a new code review configuration",
267
+ "accessLevel": "Write",
268
+ "resourceTypes": [
269
+ {
270
+ "name": "AgentSpace",
271
+ "required": true,
272
+ "conditionKeys": [],
273
+ "dependentActions": []
274
+ }
275
+ ],
276
+ "conditionKeys": [],
277
+ "dependentActions": [
278
+ "kms:Decrypt"
279
+ ]
280
+ },
196
281
  "createdesignreview": {
197
282
  "name": "CreateDesignReview",
198
283
  "description": "Grants permission to create a design review",
@@ -555,6 +640,57 @@
555
640
  "conditionKeys": [],
556
641
  "dependentActions": []
557
642
  },
643
+ "listcodereviewjobtasks": {
644
+ "name": "ListCodeReviewJobTasks",
645
+ "description": "Grants permission to list tasks associated with a code review job",
646
+ "accessLevel": "List",
647
+ "resourceTypes": [
648
+ {
649
+ "name": "AgentSpace",
650
+ "required": true,
651
+ "conditionKeys": [],
652
+ "dependentActions": []
653
+ }
654
+ ],
655
+ "conditionKeys": [],
656
+ "dependentActions": [
657
+ "kms:Decrypt"
658
+ ]
659
+ },
660
+ "listcodereviewjobsforcodereview": {
661
+ "name": "ListCodeReviewJobsForCodeReview",
662
+ "description": "Grants permission to list code review jobs associated with a code review",
663
+ "accessLevel": "List",
664
+ "resourceTypes": [
665
+ {
666
+ "name": "AgentSpace",
667
+ "required": true,
668
+ "conditionKeys": [],
669
+ "dependentActions": []
670
+ }
671
+ ],
672
+ "conditionKeys": [],
673
+ "dependentActions": [
674
+ "kms:Decrypt"
675
+ ]
676
+ },
677
+ "listcodereviews": {
678
+ "name": "ListCodeReviews",
679
+ "description": "Grants permission to list code reviews with optional filtering by status",
680
+ "accessLevel": "List",
681
+ "resourceTypes": [
682
+ {
683
+ "name": "AgentSpace",
684
+ "required": true,
685
+ "conditionKeys": [],
686
+ "dependentActions": []
687
+ }
688
+ ],
689
+ "conditionKeys": [],
690
+ "dependentActions": [
691
+ "kms:Decrypt"
692
+ ]
693
+ },
558
694
  "listdesignreviewcomments": {
559
695
  "name": "ListDesignReviewComments",
560
696
  "description": "Grants permission to list design review comments",
@@ -818,6 +954,24 @@
818
954
  "kms:GenerateDataKey"
819
955
  ]
820
956
  },
957
+ "startcodereviewjob": {
958
+ "name": "StartCodeReviewJob",
959
+ "description": "Grants permission to initiate the execution of a code review",
960
+ "accessLevel": "Write",
961
+ "resourceTypes": [
962
+ {
963
+ "name": "AgentSpace",
964
+ "required": true,
965
+ "conditionKeys": [],
966
+ "dependentActions": []
967
+ }
968
+ ],
969
+ "conditionKeys": [],
970
+ "dependentActions": [
971
+ "kms:Decrypt",
972
+ "kms:GenerateDataKey"
973
+ ]
974
+ },
821
975
  "startpentestjob": {
822
976
  "name": "StartPentestJob",
823
977
  "description": "Grants permission to initiate the execution of a penetration test",
@@ -836,6 +990,23 @@
836
990
  "kms:GenerateDataKey"
837
991
  ]
838
992
  },
993
+ "stopcodereviewjob": {
994
+ "name": "StopCodeReviewJob",
995
+ "description": "Grants permission to stop the execution of a running code review",
996
+ "accessLevel": "Write",
997
+ "resourceTypes": [
998
+ {
999
+ "name": "AgentSpace",
1000
+ "required": true,
1001
+ "conditionKeys": [],
1002
+ "dependentActions": []
1003
+ }
1004
+ ],
1005
+ "conditionKeys": [],
1006
+ "dependentActions": [
1007
+ "kms:Decrypt"
1008
+ ]
1009
+ },
839
1010
  "stoppentestjob": {
840
1011
  "name": "StopPentestJob",
841
1012
  "description": "Grants permission to stop the execution of a running penetration test",
@@ -986,6 +1157,23 @@
986
1157
  "kms:DescribeKey"
987
1158
  ]
988
1159
  },
1160
+ "updatecodereview": {
1161
+ "name": "UpdateCodeReview",
1162
+ "description": "Grants permission to update an existing code review with new configuration or settings",
1163
+ "accessLevel": "Write",
1164
+ "resourceTypes": [
1165
+ {
1166
+ "name": "AgentSpace",
1167
+ "required": true,
1168
+ "conditionKeys": [],
1169
+ "dependentActions": []
1170
+ }
1171
+ ],
1172
+ "conditionKeys": [],
1173
+ "dependentActions": [
1174
+ "kms:Decrypt"
1175
+ ]
1176
+ },
989
1177
  "updatefinding": {
990
1178
  "name": "UpdateFinding",
991
1179
  "description": "Grants permission to update an existing security finding with new details or status",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202604241",
3
+ "version": "0.19.202604261",
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-04-24T05:30:18.387Z",
9
+ "updatedAt": "2026-04-26T05:31:05.523Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",