@cloud-copilot/iam-data 0.15.202601091 → 0.15.202601141
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.
- package/data/actions/ecs-mcp.json +18 -0
- package/data/actions/networkmanager.json +15 -0
- package/data/actions/s3tables.json +45 -0
- package/data/conditionKeys/ecs-mcp.json +1 -0
- package/data/resourceTypes/ecs-mcp.json +1 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -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
|
+
}
|
|
@@ -1196,6 +1196,21 @@
|
|
|
1196
1196
|
"conditionKeys": [],
|
|
1197
1197
|
"dependentActions": []
|
|
1198
1198
|
},
|
|
1199
|
+
"listattachmentroutingpolicyassociations": {
|
|
1200
|
+
"name": "ListAttachmentRoutingPolicyAssociations",
|
|
1201
|
+
"description": "Grants permission to list all routing policies associated to core network attachments",
|
|
1202
|
+
"accessLevel": "List",
|
|
1203
|
+
"resourceTypes": [
|
|
1204
|
+
{
|
|
1205
|
+
"name": "core-network",
|
|
1206
|
+
"required": true,
|
|
1207
|
+
"conditionKeys": [],
|
|
1208
|
+
"dependentActions": []
|
|
1209
|
+
}
|
|
1210
|
+
],
|
|
1211
|
+
"conditionKeys": [],
|
|
1212
|
+
"dependentActions": []
|
|
1213
|
+
},
|
|
1199
1214
|
"listattachments": {
|
|
1200
1215
|
"name": "ListAttachments",
|
|
1201
1216
|
"description": "Grants permission to describe attachments",
|
|
@@ -124,6 +124,21 @@
|
|
|
124
124
|
"conditionKeys": [],
|
|
125
125
|
"dependentActions": []
|
|
126
126
|
},
|
|
127
|
+
"deletetablebucketmetricsconfiguration": {
|
|
128
|
+
"name": "DeleteTableBucketMetricsConfiguration",
|
|
129
|
+
"description": "Grants permission to delete a metrics configuration on a table bucket",
|
|
130
|
+
"accessLevel": "Write",
|
|
131
|
+
"resourceTypes": [
|
|
132
|
+
{
|
|
133
|
+
"name": "TableBucket",
|
|
134
|
+
"required": true,
|
|
135
|
+
"conditionKeys": [],
|
|
136
|
+
"dependentActions": []
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"conditionKeys": [],
|
|
140
|
+
"dependentActions": []
|
|
141
|
+
},
|
|
127
142
|
"deletetablebucketpolicy": {
|
|
128
143
|
"name": "DeleteTableBucketPolicy",
|
|
129
144
|
"description": "Grants permission to delete a policy on a table bucket",
|
|
@@ -270,6 +285,21 @@
|
|
|
270
285
|
"conditionKeys": [],
|
|
271
286
|
"dependentActions": []
|
|
272
287
|
},
|
|
288
|
+
"gettablebucketmetricsconfiguration": {
|
|
289
|
+
"name": "GetTableBucketMetricsConfiguration",
|
|
290
|
+
"description": "Grants permission to retrieve a metrics configuration on a bucket",
|
|
291
|
+
"accessLevel": "Read",
|
|
292
|
+
"resourceTypes": [
|
|
293
|
+
{
|
|
294
|
+
"name": "TableBucket",
|
|
295
|
+
"required": true,
|
|
296
|
+
"conditionKeys": [],
|
|
297
|
+
"dependentActions": []
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"conditionKeys": [],
|
|
301
|
+
"dependentActions": []
|
|
302
|
+
},
|
|
273
303
|
"gettablebucketpolicy": {
|
|
274
304
|
"name": "GetTableBucketPolicy",
|
|
275
305
|
"description": "Grants permission to retrieve a policy on a table bucket",
|
|
@@ -611,6 +641,21 @@
|
|
|
611
641
|
"conditionKeys": [],
|
|
612
642
|
"dependentActions": []
|
|
613
643
|
},
|
|
644
|
+
"puttablebucketmetricsconfiguration": {
|
|
645
|
+
"name": "PutTableBucketMetricsConfiguration",
|
|
646
|
+
"description": "Grants permission to create or overwrite a metrics configuration on a table bucket",
|
|
647
|
+
"accessLevel": "Write",
|
|
648
|
+
"resourceTypes": [
|
|
649
|
+
{
|
|
650
|
+
"name": "TableBucket",
|
|
651
|
+
"required": true,
|
|
652
|
+
"conditionKeys": [],
|
|
653
|
+
"dependentActions": []
|
|
654
|
+
}
|
|
655
|
+
],
|
|
656
|
+
"conditionKeys": [],
|
|
657
|
+
"dependentActions": []
|
|
658
|
+
},
|
|
614
659
|
"puttablebucketpolicy": {
|
|
615
660
|
"name": "PutTableBucketPolicy",
|
|
616
661
|
"description": "Grants permission to create or overwrite a policy on a table bucket",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/data/serviceNames.json
CHANGED
|
@@ -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",
|
package/data/services.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202601141",
|
|
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-
|
|
9
|
+
"updatedAt": "2026-01-14T05:01:36.074Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|