@cloud-copilot/iam-data 0.15.202601091 → 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
+ }
@@ -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.202601091",
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-09T05:02:21.052Z",
9
+ "updatedAt": "2026-01-10T04:57:38.870Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",