@cloud-copilot/iam-data 0.21.202608271 → 0.21.202608281

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.
@@ -90,6 +90,25 @@
90
90
  "conditionKeys": [],
91
91
  "dependentActions": []
92
92
  },
93
+ "counttokens": {
94
+ "name": "CountTokens",
95
+ "description": "Grants permission to count the tokens in an inference request",
96
+ "accessLevel": "Read",
97
+ "resourceTypes": [
98
+ {
99
+ "name": "project",
100
+ "required": true,
101
+ "conditionKeys": [
102
+ "aws:ResourceTag/${TagKey}"
103
+ ],
104
+ "dependentActions": []
105
+ }
106
+ ],
107
+ "conditionKeys": [
108
+ "bedrock-mantle:Model"
109
+ ],
110
+ "dependentActions": []
111
+ },
93
112
  "createcustomizedmodel": {
94
113
  "name": "CreateCustomizedModel",
95
114
  "description": "Grants permission to import a customized model with custom weights",
@@ -148,7 +167,7 @@
148
167
  },
149
168
  "createinference": {
150
169
  "name": "CreateInference",
151
- "description": "Grants permission to create a chat completion inference request",
170
+ "description": "Grants permission to create an inference request",
152
171
  "accessLevel": "Write",
153
172
  "resourceTypes": [
154
173
  {
@@ -29,6 +29,21 @@
29
29
  "conditionKeys": [],
30
30
  "dependentActions": []
31
31
  },
32
+ "getblobdifferences": {
33
+ "name": "GetBlobDifferences",
34
+ "description": "Grants permission to compute a structured, line-level diff between two blob versions in an AWS CodeCommit repository",
35
+ "accessLevel": "Read",
36
+ "resourceTypes": [
37
+ {
38
+ "name": "repository",
39
+ "required": true,
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ }
43
+ ],
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ },
32
47
  "getcommithistory": {
33
48
  "name": "GetCommitHistory",
34
49
  "description": "Grants permission to get information about the history of commits in a repository",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.21.202608271",
3
+ "version": "0.21.202608281",
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-08-27T07:00:44.525Z",
9
+ "updatedAt": "2026-08-28T07:06:27.422Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",