@cloud-copilot/iam-data 0.15.202602171 → 0.15.202602181

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.
@@ -118,6 +118,12 @@
118
118
  "description": "Grants permission to create a framework for use in AWS Audit Manager",
119
119
  "accessLevel": "Write",
120
120
  "resourceTypes": [
121
+ {
122
+ "name": "assessmentFramework",
123
+ "required": true,
124
+ "conditionKeys": [],
125
+ "dependentActions": []
126
+ },
121
127
  {
122
128
  "name": "control",
123
129
  "required": true,
@@ -10,6 +10,23 @@
10
10
  ],
11
11
  "dependentActions": []
12
12
  },
13
+ "cancelfinetuningjob": {
14
+ "name": "CancelFineTuningJob",
15
+ "description": "Grants permission to cancel an in-progress fine tuning job",
16
+ "accessLevel": "Write",
17
+ "resourceTypes": [
18
+ {
19
+ "name": "project",
20
+ "required": true,
21
+ "conditionKeys": [],
22
+ "dependentActions": []
23
+ }
24
+ ],
25
+ "conditionKeys": [
26
+ "bedrock-mantle:FineTuningJob"
27
+ ],
28
+ "dependentActions": []
29
+ },
13
30
  "cancelinference": {
14
31
  "name": "CancelInference",
15
32
  "description": "Grants permission to cancel an in-progress inference request",
@@ -25,6 +42,39 @@
25
42
  "conditionKeys": [],
26
43
  "dependentActions": []
27
44
  },
45
+ "createfile": {
46
+ "name": "CreateFile",
47
+ "description": "Grants permission to create a file in a project",
48
+ "accessLevel": "Write",
49
+ "resourceTypes": [
50
+ {
51
+ "name": "project",
52
+ "required": true,
53
+ "conditionKeys": [],
54
+ "dependentActions": []
55
+ }
56
+ ],
57
+ "conditionKeys": [],
58
+ "dependentActions": []
59
+ },
60
+ "createfinetuningjob": {
61
+ "name": "CreateFineTuningJob",
62
+ "description": "Grants permission to create a fine tuning job",
63
+ "accessLevel": "Write",
64
+ "resourceTypes": [
65
+ {
66
+ "name": "project",
67
+ "required": true,
68
+ "conditionKeys": [],
69
+ "dependentActions": []
70
+ }
71
+ ],
72
+ "conditionKeys": [
73
+ "bedrock-mantle:Model",
74
+ "bedrock-mantle:Files"
75
+ ],
76
+ "dependentActions": []
77
+ },
28
78
  "createinference": {
29
79
  "name": "CreateInference",
30
80
  "description": "Grants permission to create a chat completion inference request",
@@ -43,6 +93,23 @@
43
93
  ],
44
94
  "dependentActions": []
45
95
  },
96
+ "deletefile": {
97
+ "name": "DeleteFile",
98
+ "description": "Grants permission to delete a specific file",
99
+ "accessLevel": "Write",
100
+ "resourceTypes": [
101
+ {
102
+ "name": "project",
103
+ "required": true,
104
+ "conditionKeys": [],
105
+ "dependentActions": []
106
+ }
107
+ ],
108
+ "conditionKeys": [
109
+ "bedrock-mantle:Files"
110
+ ],
111
+ "dependentActions": []
112
+ },
46
113
  "deleteinference": {
47
114
  "name": "DeleteInference",
48
115
  "description": "Grants permission to delete a specific inference request",
@@ -58,6 +125,40 @@
58
125
  "conditionKeys": [],
59
126
  "dependentActions": []
60
127
  },
128
+ "getfile": {
129
+ "name": "GetFile",
130
+ "description": "Grants permission to retrieve information about a specific file",
131
+ "accessLevel": "Read",
132
+ "resourceTypes": [
133
+ {
134
+ "name": "project",
135
+ "required": true,
136
+ "conditionKeys": [],
137
+ "dependentActions": []
138
+ }
139
+ ],
140
+ "conditionKeys": [
141
+ "bedrock-mantle:Files"
142
+ ],
143
+ "dependentActions": []
144
+ },
145
+ "getfinetuningjob": {
146
+ "name": "GetFineTuningJob",
147
+ "description": "Grants permission to retrieve details of a specific fine tuning job",
148
+ "accessLevel": "Read",
149
+ "resourceTypes": [
150
+ {
151
+ "name": "project",
152
+ "required": true,
153
+ "conditionKeys": [],
154
+ "dependentActions": []
155
+ }
156
+ ],
157
+ "conditionKeys": [
158
+ "bedrock-mantle:FineTuningJob"
159
+ ],
160
+ "dependentActions": []
161
+ },
61
162
  "getinference": {
62
163
  "name": "GetInference",
63
164
  "description": "Grants permission to retrieve details of a specific inference request",
@@ -88,6 +189,36 @@
88
189
  "conditionKeys": [],
89
190
  "dependentActions": []
90
191
  },
192
+ "listfiles": {
193
+ "name": "ListFiles",
194
+ "description": "Grants permission to list all available files in a project",
195
+ "accessLevel": "List",
196
+ "resourceTypes": [
197
+ {
198
+ "name": "project",
199
+ "required": true,
200
+ "conditionKeys": [],
201
+ "dependentActions": []
202
+ }
203
+ ],
204
+ "conditionKeys": [],
205
+ "dependentActions": []
206
+ },
207
+ "listfinetuningjobs": {
208
+ "name": "ListFineTuningJobs",
209
+ "description": "Grants permission to list all available fine tuning jobs in a project",
210
+ "accessLevel": "List",
211
+ "resourceTypes": [
212
+ {
213
+ "name": "project",
214
+ "required": true,
215
+ "conditionKeys": [],
216
+ "dependentActions": []
217
+ }
218
+ ],
219
+ "conditionKeys": [],
220
+ "dependentActions": []
221
+ },
91
222
  "listmodels": {
92
223
  "name": "ListModels",
93
224
  "description": "Grants permission to list all available models in a project",
@@ -57,7 +57,9 @@
57
57
  "dependentActions": []
58
58
  }
59
59
  ],
60
- "conditionKeys": [],
60
+ "conditionKeys": [
61
+ "workmail:ImpersonationRoleId"
62
+ ],
61
63
  "dependentActions": []
62
64
  },
63
65
  "cancelmailboxexportjob": {
@@ -4,6 +4,16 @@
4
4
  "description": "Filters access by the Short-term or Long-term bearer tokens",
5
5
  "type": "String"
6
6
  },
7
+ "bedrock-mantle:files": {
8
+ "key": "bedrock-mantle:Files",
9
+ "description": "Filters access by the specified file identifiers",
10
+ "type": "ArrayOfString"
11
+ },
12
+ "bedrock-mantle:finetuningjob": {
13
+ "key": "bedrock-mantle:FineTuningJob",
14
+ "description": "Filters access by the specified fine-tuning job identifier",
15
+ "type": "String"
16
+ },
7
17
  "bedrock-mantle:model": {
8
18
  "key": "bedrock-mantle:Model",
9
19
  "description": "Filters access by the specified Model",
@@ -13,5 +13,10 @@
13
13
  "key": "aws:TagKeys",
14
14
  "description": "Filters access by the tag keys that are passed in the request",
15
15
  "type": "ArrayOfString"
16
+ },
17
+ "workmail:impersonationroleid": {
18
+ "key": "workmail:ImpersonationRoleId",
19
+ "description": "Filters access by the ImpersonationRoleId that is passed in the request",
20
+ "type": "String"
16
21
  }
17
22
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202602171",
3
+ "version": "0.15.202602181",
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-17T05:46:24.183Z",
9
+ "updatedAt": "2026-02-18T05:47:14.298Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",