@cloud-copilot/iam-data 0.5.202409241 → 0.5.202409261
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/mediaconvert.json +8 -0
- package/data/actions/q.json +24 -4
- package/data/actions/resource-groups.json +91 -3
- package/data/conditionKeys/q.json +12 -1
- package/data/conditionKeys/states.json +1 -1
- package/data/resourceTypes/q.json +6 -1
- package/data/resourceTypes/resource-groups.json +7 -0
- package/package.json +2 -2
|
@@ -304,6 +304,14 @@
|
|
|
304
304
|
"conditionKeys": [],
|
|
305
305
|
"dependentActions": []
|
|
306
306
|
},
|
|
307
|
+
"listversions": {
|
|
308
|
+
"name": "ListVersions",
|
|
309
|
+
"description": "Grants permission to list AWS Elemental MediaConvert job engine versions",
|
|
310
|
+
"accessLevel": "List",
|
|
311
|
+
"resourceTypes": [],
|
|
312
|
+
"conditionKeys": [],
|
|
313
|
+
"dependentActions": []
|
|
314
|
+
},
|
|
307
315
|
"putpolicy": {
|
|
308
316
|
"name": "PutPolicy",
|
|
309
317
|
"description": "Grants permission to put an AWS Elemental MediaConvert policy",
|
package/data/actions/q.json
CHANGED
|
@@ -4,8 +4,18 @@
|
|
|
4
4
|
"isPermissionOnly": true,
|
|
5
5
|
"description": "Grants permission to create a user or group assignment for an Amazon Q Developer Profile",
|
|
6
6
|
"accessLevel": "Write",
|
|
7
|
-
"resourceTypes": [
|
|
8
|
-
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "profile",
|
|
10
|
+
"required": true,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"conditionKeys": [
|
|
16
|
+
"identitystore:UserId",
|
|
17
|
+
"identitystore:GroupId"
|
|
18
|
+
],
|
|
9
19
|
"dependentActions": []
|
|
10
20
|
},
|
|
11
21
|
"deleteassignment": {
|
|
@@ -13,8 +23,18 @@
|
|
|
13
23
|
"isPermissionOnly": true,
|
|
14
24
|
"description": "Grants permission to delete a user or group assignment for an Amazon Q Developer Profile",
|
|
15
25
|
"accessLevel": "Write",
|
|
16
|
-
"resourceTypes": [
|
|
17
|
-
|
|
26
|
+
"resourceTypes": [
|
|
27
|
+
{
|
|
28
|
+
"name": "profile",
|
|
29
|
+
"required": true,
|
|
30
|
+
"conditionKeys": [],
|
|
31
|
+
"dependentActions": []
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"conditionKeys": [
|
|
35
|
+
"identitystore:UserId",
|
|
36
|
+
"identitystore:GroupId"
|
|
37
|
+
],
|
|
18
38
|
"dependentActions": []
|
|
19
39
|
},
|
|
20
40
|
"getconversation": {
|
|
@@ -15,6 +15,23 @@
|
|
|
15
15
|
"conditionKeys": [],
|
|
16
16
|
"dependentActions": []
|
|
17
17
|
},
|
|
18
|
+
"canceltagsynctask": {
|
|
19
|
+
"name": "CancelTagSyncTask",
|
|
20
|
+
"description": "Grants permission to cancel a tag-sync task for an application group",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [
|
|
23
|
+
{
|
|
24
|
+
"name": "group",
|
|
25
|
+
"required": true,
|
|
26
|
+
"conditionKeys": [],
|
|
27
|
+
"dependentActions": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"conditionKeys": [],
|
|
31
|
+
"dependentActions": [
|
|
32
|
+
"resource-groups:DeleteGroup"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
18
35
|
"creategroup": {
|
|
19
36
|
"name": "CreateGroup",
|
|
20
37
|
"description": "Grants permission to create a resource group with a specified name, description, and resource query",
|
|
@@ -41,7 +58,9 @@
|
|
|
41
58
|
}
|
|
42
59
|
],
|
|
43
60
|
"conditionKeys": [],
|
|
44
|
-
"dependentActions": [
|
|
61
|
+
"dependentActions": [
|
|
62
|
+
"tag:GetResources"
|
|
63
|
+
]
|
|
45
64
|
},
|
|
46
65
|
"deletegrouppolicy": {
|
|
47
66
|
"name": "DeleteGroupPolicy",
|
|
@@ -144,6 +163,21 @@
|
|
|
144
163
|
"conditionKeys": [],
|
|
145
164
|
"dependentActions": []
|
|
146
165
|
},
|
|
166
|
+
"gettagsynctask": {
|
|
167
|
+
"name": "GetTagSyncTask",
|
|
168
|
+
"description": "Grants permission to get information of a specified tag-sync task",
|
|
169
|
+
"accessLevel": "Read",
|
|
170
|
+
"resourceTypes": [
|
|
171
|
+
{
|
|
172
|
+
"name": "group",
|
|
173
|
+
"required": true,
|
|
174
|
+
"conditionKeys": [],
|
|
175
|
+
"dependentActions": []
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"conditionKeys": [],
|
|
179
|
+
"dependentActions": []
|
|
180
|
+
},
|
|
147
181
|
"gettags": {
|
|
148
182
|
"name": "GetTags",
|
|
149
183
|
"description": "Grants permission to get the tags associated with a specified resource group",
|
|
@@ -172,7 +206,10 @@
|
|
|
172
206
|
}
|
|
173
207
|
],
|
|
174
208
|
"conditionKeys": [],
|
|
175
|
-
"dependentActions": [
|
|
209
|
+
"dependentActions": [
|
|
210
|
+
"resource-groups:Tag",
|
|
211
|
+
"tag:TagResources"
|
|
212
|
+
]
|
|
176
213
|
},
|
|
177
214
|
"listgroupresources": {
|
|
178
215
|
"name": "ListGroupResources",
|
|
@@ -193,6 +230,21 @@
|
|
|
193
230
|
"tag:GetResources"
|
|
194
231
|
]
|
|
195
232
|
},
|
|
233
|
+
"listgroupingstatuses": {
|
|
234
|
+
"name": "ListGroupingStatuses",
|
|
235
|
+
"description": "Grants permission to list grouping statuses for a specified application group",
|
|
236
|
+
"accessLevel": "List",
|
|
237
|
+
"resourceTypes": [
|
|
238
|
+
{
|
|
239
|
+
"name": "group",
|
|
240
|
+
"required": true,
|
|
241
|
+
"conditionKeys": [],
|
|
242
|
+
"dependentActions": []
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"conditionKeys": [],
|
|
246
|
+
"dependentActions": []
|
|
247
|
+
},
|
|
196
248
|
"listgroups": {
|
|
197
249
|
"name": "ListGroups",
|
|
198
250
|
"description": "Grants permission to list all resource groups in your account",
|
|
@@ -210,6 +262,21 @@
|
|
|
210
262
|
"conditionKeys": [],
|
|
211
263
|
"dependentActions": []
|
|
212
264
|
},
|
|
265
|
+
"listtagsynctasks": {
|
|
266
|
+
"name": "ListTagSyncTasks",
|
|
267
|
+
"description": "Grants permission to list all tag-sync tasks in your account",
|
|
268
|
+
"accessLevel": "List",
|
|
269
|
+
"resourceTypes": [
|
|
270
|
+
{
|
|
271
|
+
"name": "group",
|
|
272
|
+
"required": true,
|
|
273
|
+
"conditionKeys": [],
|
|
274
|
+
"dependentActions": []
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"conditionKeys": [],
|
|
278
|
+
"dependentActions": []
|
|
279
|
+
},
|
|
213
280
|
"putgroupconfiguration": {
|
|
214
281
|
"name": "PutGroupConfiguration",
|
|
215
282
|
"description": "Grants permission to put the service configuration associated with the specified resource group",
|
|
@@ -253,6 +320,24 @@
|
|
|
253
320
|
"tag:GetResources"
|
|
254
321
|
]
|
|
255
322
|
},
|
|
323
|
+
"starttagsynctask": {
|
|
324
|
+
"name": "StartTagSyncTask",
|
|
325
|
+
"description": "Grants permission to create a tag-sync task for an application group",
|
|
326
|
+
"accessLevel": "Write",
|
|
327
|
+
"resourceTypes": [
|
|
328
|
+
{
|
|
329
|
+
"name": "group",
|
|
330
|
+
"required": true,
|
|
331
|
+
"conditionKeys": [],
|
|
332
|
+
"dependentActions": []
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"conditionKeys": [],
|
|
336
|
+
"dependentActions": [
|
|
337
|
+
"iam:PassRole",
|
|
338
|
+
"resource-groups:CreateGroup"
|
|
339
|
+
]
|
|
340
|
+
},
|
|
256
341
|
"tag": {
|
|
257
342
|
"name": "Tag",
|
|
258
343
|
"description": "Grants permission to tag a specified resource group",
|
|
@@ -284,7 +369,10 @@
|
|
|
284
369
|
}
|
|
285
370
|
],
|
|
286
371
|
"conditionKeys": [],
|
|
287
|
-
"dependentActions": [
|
|
372
|
+
"dependentActions": [
|
|
373
|
+
"resource-groups:Untag",
|
|
374
|
+
"tag:UntagResources"
|
|
375
|
+
]
|
|
288
376
|
},
|
|
289
377
|
"untag": {
|
|
290
378
|
"name": "Untag",
|
|
@@ -1 +1,12 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"identitystore:groupid": {
|
|
3
|
+
"key": "identitystore:GroupId",
|
|
4
|
+
"description": "Filters access by IAM Identity Center Group ID",
|
|
5
|
+
"type": "ArrayOfString"
|
|
6
|
+
},
|
|
7
|
+
"identitystore:userid": {
|
|
8
|
+
"key": "identitystore:UserId",
|
|
9
|
+
"description": "Filters access by IAM Identity Center User ID",
|
|
10
|
+
"type": "ArrayOfString"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -5,5 +5,12 @@
|
|
|
5
5
|
"conditionKeys": [
|
|
6
6
|
"aws:ResourceTag/${TagKey}"
|
|
7
7
|
]
|
|
8
|
+
},
|
|
9
|
+
"tagsynctask": {
|
|
10
|
+
"key": "tagSyncTask",
|
|
11
|
+
"arn": "arn:${Partition}:resource-groups:${Region}:${Account}:group/${GroupName}/tag-sync-task/${TaskId}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
8
15
|
}
|
|
9
16
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.202409261",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-09-
|
|
6
|
+
"updatedAt": "2024-09-26T04:48:07.385Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|