@cloud-copilot/iam-data 0.15.202602101 → 0.15.202602111

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.
@@ -136,6 +136,24 @@
136
136
  ],
137
137
  "dependentActions": []
138
138
  },
139
+ "createtopic": {
140
+ "name": "CreateTopic",
141
+ "description": "Grants permission to create a Kafka topic in an MSK cluster",
142
+ "accessLevel": "Write",
143
+ "resourceTypes": [
144
+ {
145
+ "name": "topic",
146
+ "required": true,
147
+ "conditionKeys": [],
148
+ "dependentActions": []
149
+ }
150
+ ],
151
+ "conditionKeys": [],
152
+ "dependentActions": [
153
+ "kafka-cluster:Connect",
154
+ "kafka-cluster:CreateTopic"
155
+ ]
156
+ },
139
157
  "createvpcconnection": {
140
158
  "name": "CreateVpcConnection",
141
159
  "description": "Grants permission to create a MSK VPC connection",
@@ -235,6 +253,25 @@
235
253
  "conditionKeys": [],
236
254
  "dependentActions": []
237
255
  },
256
+ "deletetopic": {
257
+ "name": "DeleteTopic",
258
+ "description": "Grants permission to delete a Kafka topic from an MSK cluster",
259
+ "accessLevel": "Write",
260
+ "resourceTypes": [
261
+ {
262
+ "name": "topic",
263
+ "required": true,
264
+ "conditionKeys": [],
265
+ "dependentActions": []
266
+ }
267
+ ],
268
+ "conditionKeys": [],
269
+ "dependentActions": [
270
+ "kafka-cluster:Connect",
271
+ "kafka-cluster:DeleteTopic",
272
+ "kafka-cluster:DescribeTopic"
273
+ ]
274
+ },
238
275
  "deletevpcconnection": {
239
276
  "name": "DeleteVpcConnection",
240
277
  "description": "Grants permission to delete a MSK VPC connection",
@@ -889,5 +926,25 @@
889
926
  ],
890
927
  "conditionKeys": [],
891
928
  "dependentActions": []
929
+ },
930
+ "updatetopic": {
931
+ "name": "UpdateTopic",
932
+ "description": "Grants permission to update the configuration of a Kafka topic in an MSK cluster",
933
+ "accessLevel": "Write",
934
+ "resourceTypes": [
935
+ {
936
+ "name": "topic",
937
+ "required": true,
938
+ "conditionKeys": [],
939
+ "dependentActions": []
940
+ }
941
+ ],
942
+ "conditionKeys": [],
943
+ "dependentActions": [
944
+ "kafka-cluster:AlterTopic",
945
+ "kafka-cluster:AlterTopicDynamicConfiguration",
946
+ "kafka-cluster:Connect",
947
+ "kafka-cluster:DescribeTopic"
948
+ ]
892
949
  }
893
950
  }
@@ -213,14 +213,7 @@
213
213
  "name": "CreateAgentSpace",
214
214
  "description": "Grants permission to create an agent space record",
215
215
  "accessLevel": "Write",
216
- "resourceTypes": [
217
- {
218
- "name": "Application",
219
- "required": true,
220
- "conditionKeys": [],
221
- "dependentActions": []
222
- }
223
- ],
216
+ "resourceTypes": [],
224
217
  "conditionKeys": [],
225
218
  "dependentActions": []
226
219
  },
@@ -301,7 +294,7 @@
301
294
  "accessLevel": "Write",
302
295
  "resourceTypes": [
303
296
  {
304
- "name": "Application",
297
+ "name": "AgentSpace",
305
298
  "required": true,
306
299
  "conditionKeys": [],
307
300
  "dependentActions": []
@@ -659,14 +652,7 @@
659
652
  "name": "GetLoginSessionCredentials",
660
653
  "description": "Grants permission to retrieve credentials for a one time login session",
661
654
  "accessLevel": "Read",
662
- "resourceTypes": [
663
- {
664
- "name": "Application",
665
- "required": true,
666
- "conditionKeys": [],
667
- "dependentActions": []
668
- }
669
- ],
655
+ "resourceTypes": [],
670
656
  "conditionKeys": [],
671
657
  "dependentActions": []
672
658
  },
@@ -689,14 +675,7 @@
689
675
  "name": "HandleOneTimeLoginSession",
690
676
  "description": "Grants permission to process and invalidate a one time login session",
691
677
  "accessLevel": "Write",
692
- "resourceTypes": [
693
- {
694
- "name": "Application",
695
- "required": true,
696
- "conditionKeys": [],
697
- "dependentActions": []
698
- }
699
- ],
678
+ "resourceTypes": [],
700
679
  "conditionKeys": [],
701
680
  "dependentActions": []
702
681
  },
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202602101",
3
+ "version": "0.15.202602111",
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-02-10T06:00:46.199Z",
9
+ "updatedAt": "2026-02-11T05:55:08.185Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",