@cloud-copilot/iam-data 0.21.202609021 → 0.21.202609041
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/evs.json
CHANGED
|
@@ -145,6 +145,14 @@
|
|
|
145
145
|
"conditionKeys": [],
|
|
146
146
|
"dependentActions": []
|
|
147
147
|
},
|
|
148
|
+
"getaccountsettings": {
|
|
149
|
+
"name": "GetAccountSettings",
|
|
150
|
+
"description": "Grants permission to get EVS account settings",
|
|
151
|
+
"accessLevel": "Read",
|
|
152
|
+
"resourceTypes": [],
|
|
153
|
+
"conditionKeys": [],
|
|
154
|
+
"dependentActions": []
|
|
155
|
+
},
|
|
148
156
|
"getdepoturl": {
|
|
149
157
|
"name": "GetDepotUrl",
|
|
150
158
|
"description": "Grants permission to get an Amazon EVS environment depot url",
|
|
@@ -266,6 +274,14 @@
|
|
|
266
274
|
"conditionKeys": [],
|
|
267
275
|
"dependentActions": []
|
|
268
276
|
},
|
|
277
|
+
"putaccountsettings": {
|
|
278
|
+
"name": "PutAccountSettings",
|
|
279
|
+
"description": "Grants permission to get EVS account settings",
|
|
280
|
+
"accessLevel": "Write",
|
|
281
|
+
"resourceTypes": [],
|
|
282
|
+
"conditionKeys": [],
|
|
283
|
+
"dependentActions": []
|
|
284
|
+
},
|
|
269
285
|
"tagresource": {
|
|
270
286
|
"name": "TagResource",
|
|
271
287
|
"description": "Grants permission to tag a specified resource ARN",
|
|
@@ -64,6 +64,21 @@
|
|
|
64
64
|
],
|
|
65
65
|
"dependentActions": []
|
|
66
66
|
},
|
|
67
|
+
"createextension": {
|
|
68
|
+
"name": "CreateExtension",
|
|
69
|
+
"description": "Grants permission to create an extension",
|
|
70
|
+
"accessLevel": "Write",
|
|
71
|
+
"resourceTypes": [
|
|
72
|
+
{
|
|
73
|
+
"name": "extension",
|
|
74
|
+
"required": true,
|
|
75
|
+
"conditionKeys": [],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
},
|
|
67
82
|
"createextensionaccess": {
|
|
68
83
|
"name": "CreateExtensionAccess",
|
|
69
84
|
"description": "Grants permission to create an extension access",
|
|
@@ -124,6 +139,21 @@
|
|
|
124
139
|
"conditionKeys": [],
|
|
125
140
|
"dependentActions": []
|
|
126
141
|
},
|
|
142
|
+
"deleteextension": {
|
|
143
|
+
"name": "DeleteExtension",
|
|
144
|
+
"description": "Grants permission to delete an extension",
|
|
145
|
+
"accessLevel": "Write",
|
|
146
|
+
"resourceTypes": [
|
|
147
|
+
{
|
|
148
|
+
"name": "extension",
|
|
149
|
+
"required": true,
|
|
150
|
+
"conditionKeys": [],
|
|
151
|
+
"dependentActions": []
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"conditionKeys": [],
|
|
155
|
+
"dependentActions": []
|
|
156
|
+
},
|
|
127
157
|
"deleteextensionaccess": {
|
|
128
158
|
"name": "DeleteExtensionAccess",
|
|
129
159
|
"description": "Grants permission to delete an extension access",
|
|
@@ -177,6 +207,21 @@
|
|
|
177
207
|
"conditionKeys": [],
|
|
178
208
|
"dependentActions": []
|
|
179
209
|
},
|
|
210
|
+
"describeextension": {
|
|
211
|
+
"name": "DescribeExtension",
|
|
212
|
+
"description": "Grants permission to describe an extension",
|
|
213
|
+
"accessLevel": "Read",
|
|
214
|
+
"resourceTypes": [
|
|
215
|
+
{
|
|
216
|
+
"name": "extension",
|
|
217
|
+
"required": true,
|
|
218
|
+
"conditionKeys": [],
|
|
219
|
+
"dependentActions": []
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"conditionKeys": [],
|
|
223
|
+
"dependentActions": []
|
|
224
|
+
},
|
|
180
225
|
"describeextensionaccess": {
|
|
181
226
|
"name": "DescribeExtensionAccess",
|
|
182
227
|
"description": "Grants permission to describe an extension access",
|
|
@@ -192,6 +237,21 @@
|
|
|
192
237
|
"conditionKeys": [],
|
|
193
238
|
"dependentActions": []
|
|
194
239
|
},
|
|
240
|
+
"describeextensionpermissions": {
|
|
241
|
+
"name": "DescribeExtensionPermissions",
|
|
242
|
+
"description": "Grants permission to describe the permissions of an extension",
|
|
243
|
+
"accessLevel": "Read",
|
|
244
|
+
"resourceTypes": [
|
|
245
|
+
{
|
|
246
|
+
"name": "extension",
|
|
247
|
+
"required": true,
|
|
248
|
+
"conditionKeys": [],
|
|
249
|
+
"dependentActions": []
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"conditionKeys": [],
|
|
253
|
+
"dependentActions": []
|
|
254
|
+
},
|
|
195
255
|
"describequickindexcapacity": {
|
|
196
256
|
"name": "DescribeQuickIndexCapacity",
|
|
197
257
|
"description": "Grants permission to describe index capacity",
|
|
@@ -271,6 +331,14 @@
|
|
|
271
331
|
"conditionKeys": [],
|
|
272
332
|
"dependentActions": []
|
|
273
333
|
},
|
|
334
|
+
"listextensions": {
|
|
335
|
+
"name": "ListExtensions",
|
|
336
|
+
"description": "Grants permission to list extensions",
|
|
337
|
+
"accessLevel": "List",
|
|
338
|
+
"resourceTypes": [],
|
|
339
|
+
"conditionKeys": [],
|
|
340
|
+
"dependentActions": []
|
|
341
|
+
},
|
|
274
342
|
"listkmskeysforuser": {
|
|
275
343
|
"name": "ListKMSKeysForUser",
|
|
276
344
|
"description": "Grants permission to list a user's KMS keys",
|
|
@@ -419,6 +487,21 @@
|
|
|
419
487
|
"conditionKeys": [],
|
|
420
488
|
"dependentActions": []
|
|
421
489
|
},
|
|
490
|
+
"startextensioninstallation": {
|
|
491
|
+
"name": "StartExtensionInstallation",
|
|
492
|
+
"description": "Grants permission to start installation of an extension",
|
|
493
|
+
"accessLevel": "Write",
|
|
494
|
+
"resourceTypes": [
|
|
495
|
+
{
|
|
496
|
+
"name": "extension",
|
|
497
|
+
"required": true,
|
|
498
|
+
"conditionKeys": [],
|
|
499
|
+
"dependentActions": []
|
|
500
|
+
}
|
|
501
|
+
],
|
|
502
|
+
"conditionKeys": [],
|
|
503
|
+
"dependentActions": []
|
|
504
|
+
},
|
|
422
505
|
"subscribe": {
|
|
423
506
|
"name": "Subscribe",
|
|
424
507
|
"description": "Grants permission to subscribe to Amazon QuickSight, and also to allow the user to upgrade the subscription to Enterprise edition",
|
|
@@ -476,6 +559,21 @@
|
|
|
476
559
|
"conditionKeys": [],
|
|
477
560
|
"dependentActions": []
|
|
478
561
|
},
|
|
562
|
+
"updateextension": {
|
|
563
|
+
"name": "UpdateExtension",
|
|
564
|
+
"description": "Grants permission to update an extension",
|
|
565
|
+
"accessLevel": "Write",
|
|
566
|
+
"resourceTypes": [
|
|
567
|
+
{
|
|
568
|
+
"name": "extension",
|
|
569
|
+
"required": true,
|
|
570
|
+
"conditionKeys": [],
|
|
571
|
+
"dependentActions": []
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"conditionKeys": [],
|
|
575
|
+
"dependentActions": []
|
|
576
|
+
},
|
|
479
577
|
"updateextensionaccess": {
|
|
480
578
|
"name": "UpdateExtensionAccess",
|
|
481
579
|
"description": "Grants permission to update an extension access",
|
|
@@ -491,6 +589,21 @@
|
|
|
491
589
|
"conditionKeys": [],
|
|
492
590
|
"dependentActions": []
|
|
493
591
|
},
|
|
592
|
+
"updateextensionpermissions": {
|
|
593
|
+
"name": "UpdateExtensionPermissions",
|
|
594
|
+
"description": "Grants permission to update the permissions of an extension",
|
|
595
|
+
"accessLevel": "Permissions management, Write",
|
|
596
|
+
"resourceTypes": [
|
|
597
|
+
{
|
|
598
|
+
"name": "extension",
|
|
599
|
+
"required": true,
|
|
600
|
+
"conditionKeys": [],
|
|
601
|
+
"dependentActions": []
|
|
602
|
+
}
|
|
603
|
+
],
|
|
604
|
+
"conditionKeys": [],
|
|
605
|
+
"dependentActions": []
|
|
606
|
+
},
|
|
494
607
|
"updatequickindexcapacity": {
|
|
495
608
|
"name": "UpdateQuickIndexCapacity",
|
|
496
609
|
"description": "Grants permission to update index capacity",
|
|
@@ -119,6 +119,10 @@
|
|
|
119
119
|
"aws:ResourceTag/${TagKey}"
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
|
+
"extension": {
|
|
123
|
+
"key": "extension",
|
|
124
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:extension/${ResourceId}"
|
|
125
|
+
},
|
|
122
126
|
"extensionaccess": {
|
|
123
127
|
"key": "extensionaccess",
|
|
124
128
|
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:extension-access/${ResourceId}"
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.202609041",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/act-security-labs/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-09-
|
|
9
|
+
"updatedAt": "2026-09-04T04:46:59.043Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|