@cloud-copilot/iam-data 0.15.202601081 → 0.15.202601101

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.
@@ -0,0 +1,18 @@
1
+ {
2
+ "invokereadonlytools": {
3
+ "name": "InvokeReadOnlyTools",
4
+ "description": "Grants permission to call read-only tools in MCP service",
5
+ "accessLevel": "Read",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [],
8
+ "dependentActions": []
9
+ },
10
+ "usemcp": {
11
+ "name": "UseMcp",
12
+ "description": "Grants permission to use MCP service",
13
+ "accessLevel": "Read",
14
+ "resourceTypes": [],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ }
18
+ }
@@ -211,6 +211,21 @@
211
211
  ],
212
212
  "dependentActions": []
213
213
  },
214
+ "createcorenetworkprefixlistassociation": {
215
+ "name": "CreateCoreNetworkPrefixListAssociation",
216
+ "description": "Grants permission to create a prefix list core network association",
217
+ "accessLevel": "Write",
218
+ "resourceTypes": [
219
+ {
220
+ "name": "core-network",
221
+ "required": true,
222
+ "conditionKeys": [],
223
+ "dependentActions": []
224
+ }
225
+ ],
226
+ "conditionKeys": [],
227
+ "dependentActions": []
228
+ },
214
229
  "createdevice": {
215
230
  "name": "CreateDevice",
216
231
  "description": "Grants permission to create a new device",
@@ -490,6 +505,21 @@
490
505
  "conditionKeys": [],
491
506
  "dependentActions": []
492
507
  },
508
+ "deletecorenetworkprefixlistassociation": {
509
+ "name": "DeleteCoreNetworkPrefixListAssociation",
510
+ "description": "Grants permission to delete a prefix list core network association",
511
+ "accessLevel": "Write",
512
+ "resourceTypes": [
513
+ {
514
+ "name": "core-network",
515
+ "required": true,
516
+ "conditionKeys": [],
517
+ "dependentActions": []
518
+ }
519
+ ],
520
+ "conditionKeys": [],
521
+ "dependentActions": []
522
+ },
493
523
  "deletedevice": {
494
524
  "name": "DeleteDevice",
495
525
  "description": "Grants permission to delete a device",
@@ -1211,6 +1241,36 @@
1211
1241
  "conditionKeys": [],
1212
1242
  "dependentActions": []
1213
1243
  },
1244
+ "listcorenetworkprefixlistassociations": {
1245
+ "name": "ListCoreNetworkPrefixListAssociations",
1246
+ "description": "Grants permission to list core network prefix list associaitons",
1247
+ "accessLevel": "List",
1248
+ "resourceTypes": [
1249
+ {
1250
+ "name": "core-network",
1251
+ "required": true,
1252
+ "conditionKeys": [],
1253
+ "dependentActions": []
1254
+ }
1255
+ ],
1256
+ "conditionKeys": [],
1257
+ "dependentActions": []
1258
+ },
1259
+ "listcorenetworkroutinginformation": {
1260
+ "name": "ListCoreNetworkRoutingInformation",
1261
+ "description": "Grants permission to list core network routing information",
1262
+ "accessLevel": "List",
1263
+ "resourceTypes": [
1264
+ {
1265
+ "name": "core-network",
1266
+ "required": true,
1267
+ "conditionKeys": [],
1268
+ "dependentActions": []
1269
+ }
1270
+ ],
1271
+ "conditionKeys": [],
1272
+ "dependentActions": []
1273
+ },
1214
1274
  "listcorenetworks": {
1215
1275
  "name": "ListCoreNetworks",
1216
1276
  "description": "Grants permission to list core networks",
@@ -1300,6 +1360,27 @@
1300
1360
  ],
1301
1361
  "dependentActions": []
1302
1362
  },
1363
+ "putattachmentroutingpolicylabel": {
1364
+ "name": "PutAttachmentRoutingPolicyLabel",
1365
+ "description": "Grants permission to put an attachment routing policy label",
1366
+ "accessLevel": "Write",
1367
+ "resourceTypes": [
1368
+ {
1369
+ "name": "attachment",
1370
+ "required": true,
1371
+ "conditionKeys": [],
1372
+ "dependentActions": []
1373
+ },
1374
+ {
1375
+ "name": "core-network",
1376
+ "required": true,
1377
+ "conditionKeys": [],
1378
+ "dependentActions": []
1379
+ }
1380
+ ],
1381
+ "conditionKeys": [],
1382
+ "dependentActions": []
1383
+ },
1303
1384
  "putcorenetworkpolicy": {
1304
1385
  "name": "PutCoreNetworkPolicy",
1305
1386
  "description": "Grants permission to create a core network policy",
@@ -1364,6 +1445,27 @@
1364
1445
  "conditionKeys": [],
1365
1446
  "dependentActions": []
1366
1447
  },
1448
+ "removeattachmentroutingpolicylabel": {
1449
+ "name": "RemoveAttachmentRoutingPolicyLabel",
1450
+ "description": "Grants permission to remove an attachment routing policy label",
1451
+ "accessLevel": "Write",
1452
+ "resourceTypes": [
1453
+ {
1454
+ "name": "attachment",
1455
+ "required": true,
1456
+ "conditionKeys": [],
1457
+ "dependentActions": []
1458
+ },
1459
+ {
1460
+ "name": "core-network",
1461
+ "required": true,
1462
+ "conditionKeys": [],
1463
+ "dependentActions": []
1464
+ }
1465
+ ],
1466
+ "conditionKeys": [],
1467
+ "dependentActions": []
1468
+ },
1367
1469
  "restorecorenetworkpolicyversion": {
1368
1470
  "name": "RestoreCoreNetworkPolicyVersion",
1369
1471
  "description": "Grants permission to restore the core network policy to a previous version",
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1 @@
1
+ {}
@@ -143,6 +143,7 @@
143
143
  "ecr": "Amazon Elastic Container Registry",
144
144
  "ecr-public": "Amazon Elastic Container Registry Public",
145
145
  "ecs": "Amazon Elastic Container Service",
146
+ "ecs-mcp": "Amazon ECS MCP Service",
146
147
  "eks": "Amazon Elastic Kubernetes Service",
147
148
  "eks-auth": "Amazon EKS Auth",
148
149
  "eks-mcp": "Amazon EKS MCP Server",
@@ -143,6 +143,7 @@
143
143
  "ecr",
144
144
  "ecr-public",
145
145
  "ecs",
146
+ "ecs-mcp",
146
147
  "eks",
147
148
  "eks-auth",
148
149
  "eks-mcp",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202601081",
3
+ "version": "0.15.202601101",
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-01-08T05:01:50.034Z",
9
+ "updatedAt": "2026-01-10T04:57:38.870Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",