@cloud-copilot/iam-data 0.19.202605271 → 0.19.202605281
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.
|
@@ -14,6 +14,17 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"createdictionary": {
|
|
18
|
+
"name": "CreateDictionary",
|
|
19
|
+
"description": "Grants permission to create a new dictionary",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [],
|
|
22
|
+
"conditionKeys": [
|
|
23
|
+
"aws:RequestTag/${TagKey}",
|
|
24
|
+
"aws:TagKeys"
|
|
25
|
+
],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
},
|
|
17
28
|
"createfeed": {
|
|
18
29
|
"name": "CreateFeed",
|
|
19
30
|
"description": "Grants permission to create a new feed",
|
|
@@ -25,6 +36,21 @@
|
|
|
25
36
|
],
|
|
26
37
|
"dependentActions": []
|
|
27
38
|
},
|
|
39
|
+
"deletedictionary": {
|
|
40
|
+
"name": "DeleteDictionary",
|
|
41
|
+
"description": "Grants permission to delete a dictionary",
|
|
42
|
+
"accessLevel": "Write",
|
|
43
|
+
"resourceTypes": [
|
|
44
|
+
{
|
|
45
|
+
"name": "dictionary",
|
|
46
|
+
"required": true,
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"conditionKeys": [],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
},
|
|
28
54
|
"deletefeed": {
|
|
29
55
|
"name": "DeleteFeed",
|
|
30
56
|
"description": "Grants permission to delete a feed",
|
|
@@ -55,6 +81,36 @@
|
|
|
55
81
|
"conditionKeys": [],
|
|
56
82
|
"dependentActions": []
|
|
57
83
|
},
|
|
84
|
+
"exportdictionaryentries": {
|
|
85
|
+
"name": "ExportDictionaryEntries",
|
|
86
|
+
"description": "Grants permission to export dictionary entries",
|
|
87
|
+
"accessLevel": "Read",
|
|
88
|
+
"resourceTypes": [
|
|
89
|
+
{
|
|
90
|
+
"name": "dictionary",
|
|
91
|
+
"required": true,
|
|
92
|
+
"conditionKeys": [],
|
|
93
|
+
"dependentActions": []
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"conditionKeys": [],
|
|
97
|
+
"dependentActions": []
|
|
98
|
+
},
|
|
99
|
+
"getdictionary": {
|
|
100
|
+
"name": "GetDictionary",
|
|
101
|
+
"description": "Grants permission to get dictionary details",
|
|
102
|
+
"accessLevel": "Read",
|
|
103
|
+
"resourceTypes": [
|
|
104
|
+
{
|
|
105
|
+
"name": "dictionary",
|
|
106
|
+
"required": true,
|
|
107
|
+
"conditionKeys": [],
|
|
108
|
+
"dependentActions": []
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"conditionKeys": [],
|
|
112
|
+
"dependentActions": []
|
|
113
|
+
},
|
|
58
114
|
"getfeed": {
|
|
59
115
|
"name": "GetFeed",
|
|
60
116
|
"description": "Grants permission to get feed details",
|
|
@@ -85,6 +141,14 @@
|
|
|
85
141
|
"conditionKeys": [],
|
|
86
142
|
"dependentActions": []
|
|
87
143
|
},
|
|
144
|
+
"listdictionaries": {
|
|
145
|
+
"name": "ListDictionaries",
|
|
146
|
+
"description": "Grants permission to list dictionaries in the account",
|
|
147
|
+
"accessLevel": "List",
|
|
148
|
+
"resourceTypes": [],
|
|
149
|
+
"conditionKeys": [],
|
|
150
|
+
"dependentActions": []
|
|
151
|
+
},
|
|
88
152
|
"listfeeds": {
|
|
89
153
|
"name": "ListFeeds",
|
|
90
154
|
"description": "Grants permission to list feeds in the account",
|
|
@@ -121,6 +185,12 @@
|
|
|
121
185
|
"description": "Grants permission to add tags to a resource",
|
|
122
186
|
"accessLevel": "Tagging",
|
|
123
187
|
"resourceTypes": [
|
|
188
|
+
{
|
|
189
|
+
"name": "dictionary",
|
|
190
|
+
"required": false,
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
},
|
|
124
194
|
{
|
|
125
195
|
"name": "feed",
|
|
126
196
|
"required": false,
|
|
@@ -139,6 +209,12 @@
|
|
|
139
209
|
"description": "Grants permission to remove tags from a resource",
|
|
140
210
|
"accessLevel": "Tagging",
|
|
141
211
|
"resourceTypes": [
|
|
212
|
+
{
|
|
213
|
+
"name": "dictionary",
|
|
214
|
+
"required": false,
|
|
215
|
+
"conditionKeys": [],
|
|
216
|
+
"dependentActions": []
|
|
217
|
+
},
|
|
142
218
|
{
|
|
143
219
|
"name": "feed",
|
|
144
220
|
"required": false,
|
|
@@ -151,6 +227,21 @@
|
|
|
151
227
|
],
|
|
152
228
|
"dependentActions": []
|
|
153
229
|
},
|
|
230
|
+
"updatedictionary": {
|
|
231
|
+
"name": "UpdateDictionary",
|
|
232
|
+
"description": "Grants permission to update dictionary configuration",
|
|
233
|
+
"accessLevel": "Write",
|
|
234
|
+
"resourceTypes": [
|
|
235
|
+
{
|
|
236
|
+
"name": "dictionary",
|
|
237
|
+
"required": true,
|
|
238
|
+
"conditionKeys": [],
|
|
239
|
+
"dependentActions": []
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"conditionKeys": [],
|
|
243
|
+
"dependentActions": []
|
|
244
|
+
},
|
|
154
245
|
"updatefeed": {
|
|
155
246
|
"name": "UpdateFeed",
|
|
156
247
|
"description": "Grants permission to update feed configuration",
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
+
"dictionary": {
|
|
3
|
+
"key": "dictionary",
|
|
4
|
+
"arn": "arn:${Partition}:elemental-inference:${Region}:${Account}:dictionary/${Id}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
2
9
|
"feed": {
|
|
3
10
|
"key": "feed",
|
|
4
11
|
"arn": "arn:${Partition}:elemental-inference:${Region}:${Account}:feed/${Id}",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202605281",
|
|
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-05-
|
|
9
|
+
"updatedAt": "2026-05-28T06:01:20.703Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|