@cloud-copilot/iam-data 0.9.202411231 → 0.9.202411251
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/bcm-pricing-calculator.json +477 -0
- package/data/actions/connect.json +2 -1
- package/data/actions/profile.json +102 -0
- package/data/actions/q.json +9 -0
- package/data/actions/quicksight.json +250 -18
- package/data/actions/s3.json +9 -4
- package/data/conditionKeys/bcm-pricing-calculator.json +32 -0
- package/data/conditionKeys/connect.json +5 -0
- package/data/conditionKeys/quicksight.json +10 -0
- package/data/conditionKeys/s3.json +15 -0
- package/data/resourceTypes/bcm-pricing-calculator.json +23 -0
- package/data/resourceTypes/profile.json +7 -0
- package/data/resourceTypes/quicksight.json +14 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,477 @@
|
|
|
1
|
+
{
|
|
2
|
+
"createbillestimate": {
|
|
3
|
+
"name": "CreateBillEstimate",
|
|
4
|
+
"description": "Grants permission to create a new bill estimate. Charge is incurred for successful bill estimates",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "bill-scenario",
|
|
9
|
+
"required": false,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"createbillscenario": {
|
|
18
|
+
"name": "CreateBillScenario",
|
|
19
|
+
"description": "Grants permission to create a new bill scenario",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [],
|
|
22
|
+
"conditionKeys": [],
|
|
23
|
+
"dependentActions": []
|
|
24
|
+
},
|
|
25
|
+
"createbillscenariocommitmentmodification": {
|
|
26
|
+
"name": "CreateBillScenarioCommitmentModification",
|
|
27
|
+
"description": "Grants permission to create new commitments or remove existing commitment from a specified bill scenario",
|
|
28
|
+
"accessLevel": "Write",
|
|
29
|
+
"resourceTypes": [
|
|
30
|
+
{
|
|
31
|
+
"name": "bill-scenario",
|
|
32
|
+
"required": true,
|
|
33
|
+
"conditionKeys": [],
|
|
34
|
+
"dependentActions": []
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"conditionKeys": [],
|
|
38
|
+
"dependentActions": []
|
|
39
|
+
},
|
|
40
|
+
"createbillscenariousagemodification": {
|
|
41
|
+
"name": "CreateBillScenarioUsageModification",
|
|
42
|
+
"description": "Grants permission to create usage in the specified bill scenario",
|
|
43
|
+
"accessLevel": "Write",
|
|
44
|
+
"resourceTypes": [
|
|
45
|
+
{
|
|
46
|
+
"name": "bill-scenario",
|
|
47
|
+
"required": true,
|
|
48
|
+
"conditionKeys": [],
|
|
49
|
+
"dependentActions": []
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"conditionKeys": [],
|
|
53
|
+
"dependentActions": []
|
|
54
|
+
},
|
|
55
|
+
"createworkloadestimate": {
|
|
56
|
+
"name": "CreateWorkloadEstimate",
|
|
57
|
+
"description": "Grants permission to create a new Workload estimate",
|
|
58
|
+
"accessLevel": "Write",
|
|
59
|
+
"resourceTypes": [],
|
|
60
|
+
"conditionKeys": [],
|
|
61
|
+
"dependentActions": []
|
|
62
|
+
},
|
|
63
|
+
"createworkloadestimateusage": {
|
|
64
|
+
"name": "CreateWorkloadEstimateUsage",
|
|
65
|
+
"description": "Grants permission to create usage in the specified workload estimate",
|
|
66
|
+
"accessLevel": "Write",
|
|
67
|
+
"resourceTypes": [
|
|
68
|
+
{
|
|
69
|
+
"name": "workload-estimate",
|
|
70
|
+
"required": true,
|
|
71
|
+
"conditionKeys": [],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"conditionKeys": [],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
},
|
|
78
|
+
"deletebillestimate": {
|
|
79
|
+
"name": "DeleteBillEstimate",
|
|
80
|
+
"description": "Grants permission to delete bill estimate",
|
|
81
|
+
"accessLevel": "Write",
|
|
82
|
+
"resourceTypes": [
|
|
83
|
+
{
|
|
84
|
+
"name": "bill-estimate",
|
|
85
|
+
"required": true,
|
|
86
|
+
"conditionKeys": [],
|
|
87
|
+
"dependentActions": []
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"conditionKeys": [],
|
|
91
|
+
"dependentActions": []
|
|
92
|
+
},
|
|
93
|
+
"deletebillscenario": {
|
|
94
|
+
"name": "DeleteBillScenario",
|
|
95
|
+
"description": "Grants permission to delete a bill scenario",
|
|
96
|
+
"accessLevel": "Write",
|
|
97
|
+
"resourceTypes": [
|
|
98
|
+
{
|
|
99
|
+
"name": "bill-scenario",
|
|
100
|
+
"required": true,
|
|
101
|
+
"conditionKeys": [],
|
|
102
|
+
"dependentActions": []
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"conditionKeys": [],
|
|
106
|
+
"dependentActions": []
|
|
107
|
+
},
|
|
108
|
+
"deletebillscenariocommitmentmodification": {
|
|
109
|
+
"name": "DeleteBillScenarioCommitmentModification",
|
|
110
|
+
"description": "Grants permission to delete newly added commitments from the specified bill scenario",
|
|
111
|
+
"accessLevel": "Write",
|
|
112
|
+
"resourceTypes": [
|
|
113
|
+
{
|
|
114
|
+
"name": "bill-scenario",
|
|
115
|
+
"required": true,
|
|
116
|
+
"conditionKeys": [],
|
|
117
|
+
"dependentActions": []
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"conditionKeys": [],
|
|
121
|
+
"dependentActions": []
|
|
122
|
+
},
|
|
123
|
+
"deletebillscenariousagemodification": {
|
|
124
|
+
"name": "DeleteBillScenarioUsageModification",
|
|
125
|
+
"description": "Grants permission to delete newly added usage from the specified bill scenario",
|
|
126
|
+
"accessLevel": "Write",
|
|
127
|
+
"resourceTypes": [
|
|
128
|
+
{
|
|
129
|
+
"name": "bill-scenario",
|
|
130
|
+
"required": true,
|
|
131
|
+
"conditionKeys": [],
|
|
132
|
+
"dependentActions": []
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"conditionKeys": [],
|
|
136
|
+
"dependentActions": []
|
|
137
|
+
},
|
|
138
|
+
"deleteworkloadestimate": {
|
|
139
|
+
"name": "DeleteWorkloadEstimate",
|
|
140
|
+
"description": "Grants permission to delete the specified workload estimate",
|
|
141
|
+
"accessLevel": "Write",
|
|
142
|
+
"resourceTypes": [
|
|
143
|
+
{
|
|
144
|
+
"name": "workload-estimate",
|
|
145
|
+
"required": true,
|
|
146
|
+
"conditionKeys": [],
|
|
147
|
+
"dependentActions": []
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"conditionKeys": [],
|
|
151
|
+
"dependentActions": []
|
|
152
|
+
},
|
|
153
|
+
"deleteworkloadestimateusage": {
|
|
154
|
+
"name": "DeleteWorkloadEstimateUsage",
|
|
155
|
+
"description": "Grants permission to delete newly added usage from the specified workload estimate",
|
|
156
|
+
"accessLevel": "Write",
|
|
157
|
+
"resourceTypes": [
|
|
158
|
+
{
|
|
159
|
+
"name": "workload-estimate",
|
|
160
|
+
"required": true,
|
|
161
|
+
"conditionKeys": [],
|
|
162
|
+
"dependentActions": []
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"conditionKeys": [],
|
|
166
|
+
"dependentActions": []
|
|
167
|
+
},
|
|
168
|
+
"getbillestimate": {
|
|
169
|
+
"name": "GetBillEstimate",
|
|
170
|
+
"description": "Grants permission to retrieve details of a bill estimate including estimated cost",
|
|
171
|
+
"accessLevel": "Read",
|
|
172
|
+
"resourceTypes": [
|
|
173
|
+
{
|
|
174
|
+
"name": "bill-estimate",
|
|
175
|
+
"required": true,
|
|
176
|
+
"conditionKeys": [],
|
|
177
|
+
"dependentActions": []
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"conditionKeys": [],
|
|
181
|
+
"dependentActions": []
|
|
182
|
+
},
|
|
183
|
+
"getbillscenario": {
|
|
184
|
+
"name": "GetBillScenario",
|
|
185
|
+
"description": "Grants permission to retrieve information associated with a bill scenario",
|
|
186
|
+
"accessLevel": "Read",
|
|
187
|
+
"resourceTypes": [
|
|
188
|
+
{
|
|
189
|
+
"name": "bill-scenario",
|
|
190
|
+
"required": true,
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"conditionKeys": [],
|
|
196
|
+
"dependentActions": []
|
|
197
|
+
},
|
|
198
|
+
"getpreferences": {
|
|
199
|
+
"name": "GetPreferences",
|
|
200
|
+
"description": "Grants permission to retrieve applicable rate type preferences for the account",
|
|
201
|
+
"accessLevel": "Read",
|
|
202
|
+
"resourceTypes": [],
|
|
203
|
+
"conditionKeys": [],
|
|
204
|
+
"dependentActions": []
|
|
205
|
+
},
|
|
206
|
+
"getworkloadestimate": {
|
|
207
|
+
"name": "GetWorkloadEstimate",
|
|
208
|
+
"description": "Grants permission to retrieve information associated with a workload estimate",
|
|
209
|
+
"accessLevel": "Read",
|
|
210
|
+
"resourceTypes": [
|
|
211
|
+
{
|
|
212
|
+
"name": "workload-estimate",
|
|
213
|
+
"required": true,
|
|
214
|
+
"conditionKeys": [],
|
|
215
|
+
"dependentActions": []
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"conditionKeys": [],
|
|
219
|
+
"dependentActions": []
|
|
220
|
+
},
|
|
221
|
+
"listbillestimatecommitments": {
|
|
222
|
+
"name": "ListBillEstimateCommitments",
|
|
223
|
+
"description": "Grants permission to list commitments associated with the specified bill estimate",
|
|
224
|
+
"accessLevel": "List",
|
|
225
|
+
"resourceTypes": [
|
|
226
|
+
{
|
|
227
|
+
"name": "bill-estimate",
|
|
228
|
+
"required": true,
|
|
229
|
+
"conditionKeys": [],
|
|
230
|
+
"dependentActions": []
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"conditionKeys": [],
|
|
234
|
+
"dependentActions": []
|
|
235
|
+
},
|
|
236
|
+
"listbillestimateinputcommitmentmodifications": {
|
|
237
|
+
"name": "ListBillEstimateInputCommitmentModifications",
|
|
238
|
+
"description": "Grants permission to list added or removed commitments for a specified bill estimate",
|
|
239
|
+
"accessLevel": "List",
|
|
240
|
+
"resourceTypes": [
|
|
241
|
+
{
|
|
242
|
+
"name": "bill-estimate",
|
|
243
|
+
"required": true,
|
|
244
|
+
"conditionKeys": [],
|
|
245
|
+
"dependentActions": []
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"conditionKeys": [],
|
|
249
|
+
"dependentActions": []
|
|
250
|
+
},
|
|
251
|
+
"listbillestimateinputusagemodifications": {
|
|
252
|
+
"name": "ListBillEstimateInputUsageModifications",
|
|
253
|
+
"description": "Grants permission to list added or modified usage for a specified bill estimate",
|
|
254
|
+
"accessLevel": "List",
|
|
255
|
+
"resourceTypes": [
|
|
256
|
+
{
|
|
257
|
+
"name": "bill-estimate",
|
|
258
|
+
"required": true,
|
|
259
|
+
"conditionKeys": [],
|
|
260
|
+
"dependentActions": []
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"conditionKeys": [],
|
|
264
|
+
"dependentActions": []
|
|
265
|
+
},
|
|
266
|
+
"listbillestimatelineitems": {
|
|
267
|
+
"name": "ListBillEstimateLineItems",
|
|
268
|
+
"description": "Grants permission to list result line items for a specified bill estimate",
|
|
269
|
+
"accessLevel": "List",
|
|
270
|
+
"resourceTypes": [
|
|
271
|
+
{
|
|
272
|
+
"name": "bill-estimate",
|
|
273
|
+
"required": true,
|
|
274
|
+
"conditionKeys": [],
|
|
275
|
+
"dependentActions": []
|
|
276
|
+
}
|
|
277
|
+
],
|
|
278
|
+
"conditionKeys": [],
|
|
279
|
+
"dependentActions": []
|
|
280
|
+
},
|
|
281
|
+
"listbillestimates": {
|
|
282
|
+
"name": "ListBillEstimates",
|
|
283
|
+
"description": "Grants permission to list bill estimates",
|
|
284
|
+
"accessLevel": "List",
|
|
285
|
+
"resourceTypes": [],
|
|
286
|
+
"conditionKeys": [],
|
|
287
|
+
"dependentActions": []
|
|
288
|
+
},
|
|
289
|
+
"listbillscenariocommitmentmodifications": {
|
|
290
|
+
"name": "ListBillScenarioCommitmentModifications",
|
|
291
|
+
"description": "Grants permission to list commitments included in a bill scenario",
|
|
292
|
+
"accessLevel": "List",
|
|
293
|
+
"resourceTypes": [
|
|
294
|
+
{
|
|
295
|
+
"name": "bill-scenario",
|
|
296
|
+
"required": true,
|
|
297
|
+
"conditionKeys": [],
|
|
298
|
+
"dependentActions": []
|
|
299
|
+
}
|
|
300
|
+
],
|
|
301
|
+
"conditionKeys": [],
|
|
302
|
+
"dependentActions": []
|
|
303
|
+
},
|
|
304
|
+
"listbillscenariousagemodifications": {
|
|
305
|
+
"name": "ListBillScenarioUsageModifications",
|
|
306
|
+
"description": "Grants permission to list usage lines of a specified bill scenario",
|
|
307
|
+
"accessLevel": "List",
|
|
308
|
+
"resourceTypes": [
|
|
309
|
+
{
|
|
310
|
+
"name": "bill-scenario",
|
|
311
|
+
"required": true,
|
|
312
|
+
"conditionKeys": [],
|
|
313
|
+
"dependentActions": []
|
|
314
|
+
}
|
|
315
|
+
],
|
|
316
|
+
"conditionKeys": [],
|
|
317
|
+
"dependentActions": []
|
|
318
|
+
},
|
|
319
|
+
"listbillscenarios": {
|
|
320
|
+
"name": "ListBillScenarios",
|
|
321
|
+
"description": "Grants permission to list bill scenarios",
|
|
322
|
+
"accessLevel": "List",
|
|
323
|
+
"resourceTypes": [],
|
|
324
|
+
"conditionKeys": [],
|
|
325
|
+
"dependentActions": []
|
|
326
|
+
},
|
|
327
|
+
"listtagsforresource": {
|
|
328
|
+
"name": "ListTagsForResource",
|
|
329
|
+
"description": "Grants permission to return a list of tags for a resource",
|
|
330
|
+
"accessLevel": "Tagging",
|
|
331
|
+
"resourceTypes": [],
|
|
332
|
+
"conditionKeys": [],
|
|
333
|
+
"dependentActions": []
|
|
334
|
+
},
|
|
335
|
+
"listworkloadestimateusage": {
|
|
336
|
+
"name": "ListWorkloadEstimateUsage",
|
|
337
|
+
"description": "Grants permission to list usage lines for the specified workload estimate",
|
|
338
|
+
"accessLevel": "List",
|
|
339
|
+
"resourceTypes": [
|
|
340
|
+
{
|
|
341
|
+
"name": "workload-estimate",
|
|
342
|
+
"required": true,
|
|
343
|
+
"conditionKeys": [],
|
|
344
|
+
"dependentActions": []
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"conditionKeys": [],
|
|
348
|
+
"dependentActions": []
|
|
349
|
+
},
|
|
350
|
+
"listworkloadestimates": {
|
|
351
|
+
"name": "ListWorkloadEstimates",
|
|
352
|
+
"description": "Grants permission to list workload estimates",
|
|
353
|
+
"accessLevel": "List",
|
|
354
|
+
"resourceTypes": [],
|
|
355
|
+
"conditionKeys": [],
|
|
356
|
+
"dependentActions": []
|
|
357
|
+
},
|
|
358
|
+
"tagresource": {
|
|
359
|
+
"name": "TagResource",
|
|
360
|
+
"description": "Grants permission to add a tag to a resource",
|
|
361
|
+
"accessLevel": "Tagging",
|
|
362
|
+
"resourceTypes": [],
|
|
363
|
+
"conditionKeys": [
|
|
364
|
+
"aws:RequestTag/${TagKey}",
|
|
365
|
+
"aws:TagKeys"
|
|
366
|
+
],
|
|
367
|
+
"dependentActions": []
|
|
368
|
+
},
|
|
369
|
+
"untagresource": {
|
|
370
|
+
"name": "UntagResource",
|
|
371
|
+
"description": "Grants permission to remove a tag from a resource",
|
|
372
|
+
"accessLevel": "Tagging",
|
|
373
|
+
"resourceTypes": [],
|
|
374
|
+
"conditionKeys": [
|
|
375
|
+
"aws:TagKeys"
|
|
376
|
+
],
|
|
377
|
+
"dependentActions": []
|
|
378
|
+
},
|
|
379
|
+
"updatebillestimate": {
|
|
380
|
+
"name": "UpdateBillEstimate",
|
|
381
|
+
"description": "Grants permission to update bill estimate name and expiration date time",
|
|
382
|
+
"accessLevel": "Write",
|
|
383
|
+
"resourceTypes": [
|
|
384
|
+
{
|
|
385
|
+
"name": "bill-estimate",
|
|
386
|
+
"required": true,
|
|
387
|
+
"conditionKeys": [],
|
|
388
|
+
"dependentActions": []
|
|
389
|
+
}
|
|
390
|
+
],
|
|
391
|
+
"conditionKeys": [],
|
|
392
|
+
"dependentActions": []
|
|
393
|
+
},
|
|
394
|
+
"updatebillscenario": {
|
|
395
|
+
"name": "UpdateBillScenario",
|
|
396
|
+
"description": "Grants permission to update name and expiration date time of the specified bill scenario",
|
|
397
|
+
"accessLevel": "Write",
|
|
398
|
+
"resourceTypes": [
|
|
399
|
+
{
|
|
400
|
+
"name": "bill-scenario",
|
|
401
|
+
"required": true,
|
|
402
|
+
"conditionKeys": [],
|
|
403
|
+
"dependentActions": []
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"conditionKeys": [],
|
|
407
|
+
"dependentActions": []
|
|
408
|
+
},
|
|
409
|
+
"updatebillscenariocommitmentmodification": {
|
|
410
|
+
"name": "UpdateBillScenarioCommitmentModification",
|
|
411
|
+
"description": "Grants permission to update commitment group of commitments in the specified bill scenario",
|
|
412
|
+
"accessLevel": "Write",
|
|
413
|
+
"resourceTypes": [
|
|
414
|
+
{
|
|
415
|
+
"name": "bill-scenario",
|
|
416
|
+
"required": true,
|
|
417
|
+
"conditionKeys": [],
|
|
418
|
+
"dependentActions": []
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
"conditionKeys": [],
|
|
422
|
+
"dependentActions": []
|
|
423
|
+
},
|
|
424
|
+
"updatebillscenariousagemodification": {
|
|
425
|
+
"name": "UpdateBillScenarioUsageModification",
|
|
426
|
+
"description": "Grants permission to update usage amount, usage hour, and usage group in the specified bill scenario",
|
|
427
|
+
"accessLevel": "Write",
|
|
428
|
+
"resourceTypes": [
|
|
429
|
+
{
|
|
430
|
+
"name": "bill-scenario",
|
|
431
|
+
"required": true,
|
|
432
|
+
"conditionKeys": [],
|
|
433
|
+
"dependentActions": []
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"conditionKeys": [],
|
|
437
|
+
"dependentActions": []
|
|
438
|
+
},
|
|
439
|
+
"updatepreferences": {
|
|
440
|
+
"name": "UpdatePreferences",
|
|
441
|
+
"description": "Grants permission to update rate type preferences for the account",
|
|
442
|
+
"accessLevel": "Write",
|
|
443
|
+
"resourceTypes": [],
|
|
444
|
+
"conditionKeys": [],
|
|
445
|
+
"dependentActions": []
|
|
446
|
+
},
|
|
447
|
+
"updateworkloadestimate": {
|
|
448
|
+
"name": "UpdateWorkloadEstimate",
|
|
449
|
+
"description": "Grants permission to update name and expiration date time of the specified workload estimate",
|
|
450
|
+
"accessLevel": "Write",
|
|
451
|
+
"resourceTypes": [
|
|
452
|
+
{
|
|
453
|
+
"name": "workload-estimate",
|
|
454
|
+
"required": true,
|
|
455
|
+
"conditionKeys": [],
|
|
456
|
+
"dependentActions": []
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"conditionKeys": [],
|
|
460
|
+
"dependentActions": []
|
|
461
|
+
},
|
|
462
|
+
"updateworkloadestimateusage": {
|
|
463
|
+
"name": "UpdateWorkloadEstimateUsage",
|
|
464
|
+
"description": "Grants permission to update usage amount and usage group in the specified workload estimate based on the usage id",
|
|
465
|
+
"accessLevel": "Write",
|
|
466
|
+
"resourceTypes": [
|
|
467
|
+
{
|
|
468
|
+
"name": "workload-estimate",
|
|
469
|
+
"required": true,
|
|
470
|
+
"conditionKeys": [],
|
|
471
|
+
"dependentActions": []
|
|
472
|
+
}
|
|
473
|
+
],
|
|
474
|
+
"conditionKeys": [],
|
|
475
|
+
"dependentActions": []
|
|
476
|
+
}
|
|
477
|
+
}
|
|
@@ -121,6 +121,30 @@
|
|
|
121
121
|
"conditionKeys": [],
|
|
122
122
|
"dependentActions": []
|
|
123
123
|
},
|
|
124
|
+
"createeventtrigger": {
|
|
125
|
+
"name": "CreateEventTrigger",
|
|
126
|
+
"description": "Grants permission to create an event trigger in the domain",
|
|
127
|
+
"accessLevel": "Write",
|
|
128
|
+
"resourceTypes": [
|
|
129
|
+
{
|
|
130
|
+
"name": "domains",
|
|
131
|
+
"required": true,
|
|
132
|
+
"conditionKeys": [],
|
|
133
|
+
"dependentActions": []
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "event-triggers",
|
|
137
|
+
"required": true,
|
|
138
|
+
"conditionKeys": [
|
|
139
|
+
"aws:RequestTag/${TagKey}",
|
|
140
|
+
"aws:TagKeys"
|
|
141
|
+
],
|
|
142
|
+
"dependentActions": []
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"conditionKeys": [],
|
|
146
|
+
"dependentActions": []
|
|
147
|
+
},
|
|
124
148
|
"createintegrationworkflow": {
|
|
125
149
|
"name": "CreateIntegrationWorkflow",
|
|
126
150
|
"description": "Grants permission to create an integration workflow in a domain",
|
|
@@ -295,6 +319,27 @@
|
|
|
295
319
|
"conditionKeys": [],
|
|
296
320
|
"dependentActions": []
|
|
297
321
|
},
|
|
322
|
+
"deleteeventtrigger": {
|
|
323
|
+
"name": "DeleteEventTrigger",
|
|
324
|
+
"description": "Grants permission to delete an event trigger in the domain",
|
|
325
|
+
"accessLevel": "Write",
|
|
326
|
+
"resourceTypes": [
|
|
327
|
+
{
|
|
328
|
+
"name": "domains",
|
|
329
|
+
"required": true,
|
|
330
|
+
"conditionKeys": [],
|
|
331
|
+
"dependentActions": []
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "event-triggers",
|
|
335
|
+
"required": true,
|
|
336
|
+
"conditionKeys": [],
|
|
337
|
+
"dependentActions": []
|
|
338
|
+
}
|
|
339
|
+
],
|
|
340
|
+
"conditionKeys": [],
|
|
341
|
+
"dependentActions": []
|
|
342
|
+
},
|
|
298
343
|
"deleteintegration": {
|
|
299
344
|
"name": "DeleteIntegration",
|
|
300
345
|
"description": "Grants permission to delete a integration in a domain",
|
|
@@ -534,6 +579,27 @@
|
|
|
534
579
|
"conditionKeys": [],
|
|
535
580
|
"dependentActions": []
|
|
536
581
|
},
|
|
582
|
+
"geteventtrigger": {
|
|
583
|
+
"name": "GetEventTrigger",
|
|
584
|
+
"description": "Grants permission to get an event trigger in the domain",
|
|
585
|
+
"accessLevel": "Read",
|
|
586
|
+
"resourceTypes": [
|
|
587
|
+
{
|
|
588
|
+
"name": "domains",
|
|
589
|
+
"required": true,
|
|
590
|
+
"conditionKeys": [],
|
|
591
|
+
"dependentActions": []
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "event-triggers",
|
|
595
|
+
"required": true,
|
|
596
|
+
"conditionKeys": [],
|
|
597
|
+
"dependentActions": []
|
|
598
|
+
}
|
|
599
|
+
],
|
|
600
|
+
"conditionKeys": [],
|
|
601
|
+
"dependentActions": []
|
|
602
|
+
},
|
|
537
603
|
"getidentityresolutionjob": {
|
|
538
604
|
"name": "GetIdentityResolutionJob",
|
|
539
605
|
"description": "Grants permission to get an identity resolution job in a domain",
|
|
@@ -814,6 +880,21 @@
|
|
|
814
880
|
"conditionKeys": [],
|
|
815
881
|
"dependentActions": []
|
|
816
882
|
},
|
|
883
|
+
"listeventtriggers": {
|
|
884
|
+
"name": "ListEventTriggers",
|
|
885
|
+
"description": "Grants permission to list all the event triggers in the domain",
|
|
886
|
+
"accessLevel": "List",
|
|
887
|
+
"resourceTypes": [
|
|
888
|
+
{
|
|
889
|
+
"name": "domains",
|
|
890
|
+
"required": true,
|
|
891
|
+
"conditionKeys": [],
|
|
892
|
+
"dependentActions": []
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"conditionKeys": [],
|
|
896
|
+
"dependentActions": []
|
|
897
|
+
},
|
|
817
898
|
"listidentityresolutionjobs": {
|
|
818
899
|
"name": "ListIdentityResolutionJobs",
|
|
819
900
|
"description": "Grants permission to list identity resolution jobs in a domain",
|
|
@@ -1228,6 +1309,27 @@
|
|
|
1228
1309
|
"iam:CreateServiceLinkedRole"
|
|
1229
1310
|
]
|
|
1230
1311
|
},
|
|
1312
|
+
"updateeventtrigger": {
|
|
1313
|
+
"name": "UpdateEventTrigger",
|
|
1314
|
+
"description": "Grants permission to update an event trigger in the domain",
|
|
1315
|
+
"accessLevel": "Write",
|
|
1316
|
+
"resourceTypes": [
|
|
1317
|
+
{
|
|
1318
|
+
"name": "domains",
|
|
1319
|
+
"required": true,
|
|
1320
|
+
"conditionKeys": [],
|
|
1321
|
+
"dependentActions": []
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "event-triggers",
|
|
1325
|
+
"required": true,
|
|
1326
|
+
"conditionKeys": [],
|
|
1327
|
+
"dependentActions": []
|
|
1328
|
+
}
|
|
1329
|
+
],
|
|
1330
|
+
"conditionKeys": [],
|
|
1331
|
+
"dependentActions": []
|
|
1332
|
+
},
|
|
1231
1333
|
"updateprofile": {
|
|
1232
1334
|
"name": "UpdateProfile",
|
|
1233
1335
|
"description": "Grants permission to update a profile in the domain",
|
package/data/actions/q.json
CHANGED
|
@@ -137,6 +137,15 @@
|
|
|
137
137
|
"conditionKeys": [],
|
|
138
138
|
"dependentActions": []
|
|
139
139
|
},
|
|
140
|
+
"listdashboardmetrics": {
|
|
141
|
+
"name": "ListDashboardMetrics",
|
|
142
|
+
"isPermissionOnly": true,
|
|
143
|
+
"description": "Grants permission to read metrics to populate Amazon Q dashboard",
|
|
144
|
+
"accessLevel": "List",
|
|
145
|
+
"resourceTypes": [],
|
|
146
|
+
"conditionKeys": [],
|
|
147
|
+
"dependentActions": []
|
|
148
|
+
},
|
|
140
149
|
"listpluginproviders": {
|
|
141
150
|
"name": "ListPluginProviders",
|
|
142
151
|
"isPermissionOnly": true,
|
|
@@ -118,12 +118,36 @@
|
|
|
118
118
|
],
|
|
119
119
|
"dependentActions": []
|
|
120
120
|
},
|
|
121
|
+
"createbrand": {
|
|
122
|
+
"name": "CreateBrand",
|
|
123
|
+
"description": "Grants permission to create an Amazon QuickSight brand",
|
|
124
|
+
"accessLevel": "Write",
|
|
125
|
+
"resourceTypes": [
|
|
126
|
+
{
|
|
127
|
+
"name": "brand",
|
|
128
|
+
"required": true,
|
|
129
|
+
"conditionKeys": [],
|
|
130
|
+
"dependentActions": []
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"conditionKeys": [
|
|
134
|
+
"aws:RequestTag/${TagKey}",
|
|
135
|
+
"aws:TagKeys"
|
|
136
|
+
],
|
|
137
|
+
"dependentActions": []
|
|
138
|
+
},
|
|
121
139
|
"createcustompermissions": {
|
|
122
140
|
"name": "CreateCustomPermissions",
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
|
|
141
|
+
"description": "Grants permission to create a QuickSight custom permissions resource",
|
|
142
|
+
"accessLevel": "Write",
|
|
143
|
+
"resourceTypes": [
|
|
144
|
+
{
|
|
145
|
+
"name": "custompermissions",
|
|
146
|
+
"required": true,
|
|
147
|
+
"conditionKeys": [],
|
|
148
|
+
"dependentActions": []
|
|
149
|
+
}
|
|
150
|
+
],
|
|
127
151
|
"conditionKeys": [
|
|
128
152
|
"aws:RequestTag/${TagKey}",
|
|
129
153
|
"aws:TagKeys"
|
|
@@ -369,7 +393,10 @@
|
|
|
369
393
|
"description": "Grants permission to add a group member to a role",
|
|
370
394
|
"accessLevel": "Write",
|
|
371
395
|
"resourceTypes": [],
|
|
372
|
-
"conditionKeys": [
|
|
396
|
+
"conditionKeys": [
|
|
397
|
+
"quicksight:Group",
|
|
398
|
+
"identitystore:GroupId"
|
|
399
|
+
],
|
|
373
400
|
"dependentActions": []
|
|
374
401
|
},
|
|
375
402
|
"createtemplate": {
|
|
@@ -553,11 +580,33 @@
|
|
|
553
580
|
"conditionKeys": [],
|
|
554
581
|
"dependentActions": []
|
|
555
582
|
},
|
|
583
|
+
"deletebrand": {
|
|
584
|
+
"name": "DeleteBrand",
|
|
585
|
+
"description": "Grants permission to delete an Amazon QuickSight brand",
|
|
586
|
+
"accessLevel": "Write",
|
|
587
|
+
"resourceTypes": [
|
|
588
|
+
{
|
|
589
|
+
"name": "brand",
|
|
590
|
+
"required": true,
|
|
591
|
+
"conditionKeys": [],
|
|
592
|
+
"dependentActions": []
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"conditionKeys": [],
|
|
596
|
+
"dependentActions": []
|
|
597
|
+
},
|
|
598
|
+
"deletebrandassignment": {
|
|
599
|
+
"name": "DeleteBrandAssignment",
|
|
600
|
+
"description": "Grants permission to delete a brand assignment",
|
|
601
|
+
"accessLevel": "Write",
|
|
602
|
+
"resourceTypes": [],
|
|
603
|
+
"conditionKeys": [],
|
|
604
|
+
"dependentActions": []
|
|
605
|
+
},
|
|
556
606
|
"deletecustompermissions": {
|
|
557
607
|
"name": "DeleteCustomPermissions",
|
|
558
|
-
"
|
|
559
|
-
"
|
|
560
|
-
"accessLevel": "Permissions management",
|
|
608
|
+
"description": "Grants permission to delete a QuickSight custom permissions resource",
|
|
609
|
+
"accessLevel": "Write",
|
|
561
610
|
"resourceTypes": [],
|
|
562
611
|
"conditionKeys": [],
|
|
563
612
|
"dependentActions": []
|
|
@@ -792,7 +841,10 @@
|
|
|
792
841
|
"description": "Grants permission to remove a group member from a role",
|
|
793
842
|
"accessLevel": "Write",
|
|
794
843
|
"resourceTypes": [],
|
|
795
|
-
"conditionKeys": [
|
|
844
|
+
"conditionKeys": [
|
|
845
|
+
"quicksight:Group",
|
|
846
|
+
"identitystore:GroupId"
|
|
847
|
+
],
|
|
796
848
|
"dependentActions": []
|
|
797
849
|
},
|
|
798
850
|
"deletetemplate": {
|
|
@@ -918,6 +970,21 @@
|
|
|
918
970
|
"conditionKeys": [],
|
|
919
971
|
"dependentActions": []
|
|
920
972
|
},
|
|
973
|
+
"deleteusercustompermission": {
|
|
974
|
+
"name": "DeleteUserCustomPermission",
|
|
975
|
+
"description": "Grants permission to remove the custom permission associated with a user",
|
|
976
|
+
"accessLevel": "Write",
|
|
977
|
+
"resourceTypes": [
|
|
978
|
+
{
|
|
979
|
+
"name": "user",
|
|
980
|
+
"required": true,
|
|
981
|
+
"conditionKeys": [],
|
|
982
|
+
"dependentActions": []
|
|
983
|
+
}
|
|
984
|
+
],
|
|
985
|
+
"conditionKeys": [],
|
|
986
|
+
"dependentActions": []
|
|
987
|
+
},
|
|
921
988
|
"deletevpcconnection": {
|
|
922
989
|
"name": "DeleteVPCConnection",
|
|
923
990
|
"description": "Grants permission to delete a vpc connection",
|
|
@@ -1034,12 +1101,56 @@
|
|
|
1034
1101
|
"conditionKeys": [],
|
|
1035
1102
|
"dependentActions": []
|
|
1036
1103
|
},
|
|
1104
|
+
"describebrand": {
|
|
1105
|
+
"name": "DescribeBrand",
|
|
1106
|
+
"description": "Grants permission to describe a brand",
|
|
1107
|
+
"accessLevel": "Read",
|
|
1108
|
+
"resourceTypes": [
|
|
1109
|
+
{
|
|
1110
|
+
"name": "brand",
|
|
1111
|
+
"required": true,
|
|
1112
|
+
"conditionKeys": [],
|
|
1113
|
+
"dependentActions": []
|
|
1114
|
+
}
|
|
1115
|
+
],
|
|
1116
|
+
"conditionKeys": [],
|
|
1117
|
+
"dependentActions": []
|
|
1118
|
+
},
|
|
1119
|
+
"describebrandassignment": {
|
|
1120
|
+
"name": "DescribeBrandAssignment",
|
|
1121
|
+
"description": "Grants permission to describe a brand assignment",
|
|
1122
|
+
"accessLevel": "Read",
|
|
1123
|
+
"resourceTypes": [],
|
|
1124
|
+
"conditionKeys": [],
|
|
1125
|
+
"dependentActions": []
|
|
1126
|
+
},
|
|
1127
|
+
"describebrandpublishedversion": {
|
|
1128
|
+
"name": "DescribeBrandPublishedVersion",
|
|
1129
|
+
"description": "Grants permission to describes the published version of the brand",
|
|
1130
|
+
"accessLevel": "Read",
|
|
1131
|
+
"resourceTypes": [
|
|
1132
|
+
{
|
|
1133
|
+
"name": "brand",
|
|
1134
|
+
"required": true,
|
|
1135
|
+
"conditionKeys": [],
|
|
1136
|
+
"dependentActions": []
|
|
1137
|
+
}
|
|
1138
|
+
],
|
|
1139
|
+
"conditionKeys": [],
|
|
1140
|
+
"dependentActions": []
|
|
1141
|
+
},
|
|
1037
1142
|
"describecustompermissions": {
|
|
1038
1143
|
"name": "DescribeCustomPermissions",
|
|
1039
|
-
"isPermissionOnly": true,
|
|
1040
1144
|
"description": "Grants permission to describe a custom permissions resource in a QuickSight account",
|
|
1041
|
-
"accessLevel": "
|
|
1042
|
-
"resourceTypes": [
|
|
1145
|
+
"accessLevel": "Read",
|
|
1146
|
+
"resourceTypes": [
|
|
1147
|
+
{
|
|
1148
|
+
"name": "custompermissions",
|
|
1149
|
+
"required": true,
|
|
1150
|
+
"conditionKeys": [],
|
|
1151
|
+
"dependentActions": []
|
|
1152
|
+
}
|
|
1153
|
+
],
|
|
1043
1154
|
"conditionKeys": [],
|
|
1044
1155
|
"dependentActions": []
|
|
1045
1156
|
},
|
|
@@ -1103,6 +1214,14 @@
|
|
|
1103
1214
|
"conditionKeys": [],
|
|
1104
1215
|
"dependentActions": []
|
|
1105
1216
|
},
|
|
1217
|
+
"describedashboardsqaconfiguration": {
|
|
1218
|
+
"name": "DescribeDashboardsQAConfiguration",
|
|
1219
|
+
"description": "Grants permission to describe dashboards qa configuration",
|
|
1220
|
+
"accessLevel": "Read",
|
|
1221
|
+
"resourceTypes": [],
|
|
1222
|
+
"conditionKeys": [],
|
|
1223
|
+
"dependentActions": []
|
|
1224
|
+
},
|
|
1106
1225
|
"describedataset": {
|
|
1107
1226
|
"name": "DescribeDataSet",
|
|
1108
1227
|
"description": "Grants permission to describe a dataset",
|
|
@@ -1726,11 +1845,18 @@
|
|
|
1726
1845
|
"conditionKeys": [],
|
|
1727
1846
|
"dependentActions": []
|
|
1728
1847
|
},
|
|
1848
|
+
"listbrands": {
|
|
1849
|
+
"name": "ListBrands",
|
|
1850
|
+
"description": "Grants permission to lists all brands in an Amazon QuickSight account",
|
|
1851
|
+
"accessLevel": "List",
|
|
1852
|
+
"resourceTypes": [],
|
|
1853
|
+
"conditionKeys": [],
|
|
1854
|
+
"dependentActions": []
|
|
1855
|
+
},
|
|
1729
1856
|
"listcustompermissions": {
|
|
1730
1857
|
"name": "ListCustomPermissions",
|
|
1731
|
-
"isPermissionOnly": true,
|
|
1732
1858
|
"description": "Grants permission to list custom permissions resources in QuickSight account",
|
|
1733
|
-
"accessLevel": "
|
|
1859
|
+
"accessLevel": "List",
|
|
1734
1860
|
"resourceTypes": [],
|
|
1735
1861
|
"conditionKeys": [],
|
|
1736
1862
|
"dependentActions": []
|
|
@@ -2395,6 +2521,21 @@
|
|
|
2395
2521
|
"conditionKeys": [],
|
|
2396
2522
|
"dependentActions": []
|
|
2397
2523
|
},
|
|
2524
|
+
"searchtopics": {
|
|
2525
|
+
"name": "SearchTopics",
|
|
2526
|
+
"description": "Grants permission to search for a sub-set of topics",
|
|
2527
|
+
"accessLevel": "List",
|
|
2528
|
+
"resourceTypes": [
|
|
2529
|
+
{
|
|
2530
|
+
"name": "topic",
|
|
2531
|
+
"required": true,
|
|
2532
|
+
"conditionKeys": [],
|
|
2533
|
+
"dependentActions": []
|
|
2534
|
+
}
|
|
2535
|
+
],
|
|
2536
|
+
"conditionKeys": [],
|
|
2537
|
+
"dependentActions": []
|
|
2538
|
+
},
|
|
2398
2539
|
"searchusers": {
|
|
2399
2540
|
"name": "SearchUsers",
|
|
2400
2541
|
"isPermissionOnly": true,
|
|
@@ -2496,12 +2637,24 @@
|
|
|
2496
2637
|
"conditionKeys": [],
|
|
2497
2638
|
"dependentActions": []
|
|
2498
2639
|
},
|
|
2640
|
+
{
|
|
2641
|
+
"name": "brand",
|
|
2642
|
+
"required": false,
|
|
2643
|
+
"conditionKeys": [],
|
|
2644
|
+
"dependentActions": []
|
|
2645
|
+
},
|
|
2499
2646
|
{
|
|
2500
2647
|
"name": "customization",
|
|
2501
2648
|
"required": false,
|
|
2502
2649
|
"conditionKeys": [],
|
|
2503
2650
|
"dependentActions": []
|
|
2504
2651
|
},
|
|
2652
|
+
{
|
|
2653
|
+
"name": "custompermissions",
|
|
2654
|
+
"required": false,
|
|
2655
|
+
"conditionKeys": [],
|
|
2656
|
+
"dependentActions": []
|
|
2657
|
+
},
|
|
2505
2658
|
{
|
|
2506
2659
|
"name": "dashboard",
|
|
2507
2660
|
"required": false,
|
|
@@ -2583,12 +2736,24 @@
|
|
|
2583
2736
|
"conditionKeys": [],
|
|
2584
2737
|
"dependentActions": []
|
|
2585
2738
|
},
|
|
2739
|
+
{
|
|
2740
|
+
"name": "brand",
|
|
2741
|
+
"required": false,
|
|
2742
|
+
"conditionKeys": [],
|
|
2743
|
+
"dependentActions": []
|
|
2744
|
+
},
|
|
2586
2745
|
{
|
|
2587
2746
|
"name": "customization",
|
|
2588
2747
|
"required": false,
|
|
2589
2748
|
"conditionKeys": [],
|
|
2590
2749
|
"dependentActions": []
|
|
2591
2750
|
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "custompermissions",
|
|
2753
|
+
"required": false,
|
|
2754
|
+
"conditionKeys": [],
|
|
2755
|
+
"dependentActions": []
|
|
2756
|
+
},
|
|
2592
2757
|
{
|
|
2593
2758
|
"name": "dashboard",
|
|
2594
2759
|
"required": false,
|
|
@@ -2702,12 +2867,56 @@
|
|
|
2702
2867
|
"conditionKeys": [],
|
|
2703
2868
|
"dependentActions": []
|
|
2704
2869
|
},
|
|
2870
|
+
"updatebrand": {
|
|
2871
|
+
"name": "UpdateBrand",
|
|
2872
|
+
"description": "Grants permission to update a brand",
|
|
2873
|
+
"accessLevel": "Write",
|
|
2874
|
+
"resourceTypes": [
|
|
2875
|
+
{
|
|
2876
|
+
"name": "brand",
|
|
2877
|
+
"required": true,
|
|
2878
|
+
"conditionKeys": [],
|
|
2879
|
+
"dependentActions": []
|
|
2880
|
+
}
|
|
2881
|
+
],
|
|
2882
|
+
"conditionKeys": [],
|
|
2883
|
+
"dependentActions": []
|
|
2884
|
+
},
|
|
2885
|
+
"updatebrandassignment": {
|
|
2886
|
+
"name": "UpdateBrandAssignment",
|
|
2887
|
+
"description": "Grants permission to update a brand assignment",
|
|
2888
|
+
"accessLevel": "Write",
|
|
2889
|
+
"resourceTypes": [],
|
|
2890
|
+
"conditionKeys": [],
|
|
2891
|
+
"dependentActions": []
|
|
2892
|
+
},
|
|
2893
|
+
"updatebrandpublishedversion": {
|
|
2894
|
+
"name": "UpdateBrandPublishedVersion",
|
|
2895
|
+
"description": "Grants permission to update the published version of a brand",
|
|
2896
|
+
"accessLevel": "Write",
|
|
2897
|
+
"resourceTypes": [
|
|
2898
|
+
{
|
|
2899
|
+
"name": "brand",
|
|
2900
|
+
"required": true,
|
|
2901
|
+
"conditionKeys": [],
|
|
2902
|
+
"dependentActions": []
|
|
2903
|
+
}
|
|
2904
|
+
],
|
|
2905
|
+
"conditionKeys": [],
|
|
2906
|
+
"dependentActions": []
|
|
2907
|
+
},
|
|
2705
2908
|
"updatecustompermissions": {
|
|
2706
2909
|
"name": "UpdateCustomPermissions",
|
|
2707
|
-
"
|
|
2708
|
-
"
|
|
2709
|
-
"
|
|
2710
|
-
|
|
2910
|
+
"description": "Grants permission to update a QuickSight custom permissions resource",
|
|
2911
|
+
"accessLevel": "Write",
|
|
2912
|
+
"resourceTypes": [
|
|
2913
|
+
{
|
|
2914
|
+
"name": "custompermissions",
|
|
2915
|
+
"required": true,
|
|
2916
|
+
"conditionKeys": [],
|
|
2917
|
+
"dependentActions": []
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2711
2920
|
"conditionKeys": [],
|
|
2712
2921
|
"dependentActions": []
|
|
2713
2922
|
},
|
|
@@ -2771,6 +2980,14 @@
|
|
|
2771
2980
|
"conditionKeys": [],
|
|
2772
2981
|
"dependentActions": []
|
|
2773
2982
|
},
|
|
2983
|
+
"updatedashboardsqaconfiguration": {
|
|
2984
|
+
"name": "UpdateDashboardsQAConfiguration",
|
|
2985
|
+
"description": "Grants permission to update dashboards qa configuration",
|
|
2986
|
+
"accessLevel": "Write",
|
|
2987
|
+
"resourceTypes": [],
|
|
2988
|
+
"conditionKeys": [],
|
|
2989
|
+
"dependentActions": []
|
|
2990
|
+
},
|
|
2774
2991
|
"updatedataset": {
|
|
2775
2992
|
"name": "UpdateDataSet",
|
|
2776
2993
|
"description": "Grants permission to update a dataset",
|
|
@@ -3173,6 +3390,21 @@
|
|
|
3173
3390
|
"conditionKeys": [],
|
|
3174
3391
|
"dependentActions": []
|
|
3175
3392
|
},
|
|
3393
|
+
"updateusercustompermission": {
|
|
3394
|
+
"name": "UpdateUserCustomPermission",
|
|
3395
|
+
"description": "Grants permission to update the custom permission associated with a user",
|
|
3396
|
+
"accessLevel": "Write",
|
|
3397
|
+
"resourceTypes": [
|
|
3398
|
+
{
|
|
3399
|
+
"name": "user",
|
|
3400
|
+
"required": true,
|
|
3401
|
+
"conditionKeys": [],
|
|
3402
|
+
"dependentActions": []
|
|
3403
|
+
}
|
|
3404
|
+
],
|
|
3405
|
+
"conditionKeys": [],
|
|
3406
|
+
"dependentActions": []
|
|
3407
|
+
},
|
|
3176
3408
|
"updatevpcconnection": {
|
|
3177
3409
|
"name": "UpdateVPCConnection",
|
|
3178
3410
|
"description": "Grants permission to update a vpc connection",
|
package/data/actions/s3.json
CHANGED
|
@@ -1779,7 +1779,9 @@
|
|
|
1779
1779
|
"s3:signatureAge",
|
|
1780
1780
|
"s3:signatureversion",
|
|
1781
1781
|
"s3:TlsVersion",
|
|
1782
|
-
"s3:x-amz-content-sha256"
|
|
1782
|
+
"s3:x-amz-content-sha256",
|
|
1783
|
+
"s3:if-match",
|
|
1784
|
+
"s3:if-none-match"
|
|
1783
1785
|
],
|
|
1784
1786
|
"dependentActions": []
|
|
1785
1787
|
},
|
|
@@ -2594,8 +2596,8 @@
|
|
|
2594
2596
|
"required": true,
|
|
2595
2597
|
"conditionKeys": [],
|
|
2596
2598
|
"dependentActions": [
|
|
2597
|
-
"
|
|
2598
|
-
"
|
|
2599
|
+
"s3:GetReplicationConfiguration",
|
|
2600
|
+
"s3:PutReplicationConfiguration"
|
|
2599
2601
|
]
|
|
2600
2602
|
}
|
|
2601
2603
|
],
|
|
@@ -3246,7 +3248,10 @@
|
|
|
3246
3248
|
"s3:object-lock-mode",
|
|
3247
3249
|
"s3:object-lock-retain-until-date",
|
|
3248
3250
|
"s3:object-lock-remaining-retention-days",
|
|
3249
|
-
"s3:object-lock-legal-hold"
|
|
3251
|
+
"s3:object-lock-legal-hold",
|
|
3252
|
+
"s3:if-match",
|
|
3253
|
+
"s3:if-none-match",
|
|
3254
|
+
"s3:ObjectCreationOperation"
|
|
3250
3255
|
],
|
|
3251
3256
|
"dependentActions": []
|
|
3252
3257
|
},
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"bcm-pricing-calculator:bill-estimatebillestimateid": {
|
|
18
|
+
"key": "bcm-pricing-calculator:bill-estimateBillEstimateId",
|
|
19
|
+
"description": "bill-estimate resource billEstimateId identifier",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
22
|
+
"bcm-pricing-calculator:bill-scenariobillscenarioid": {
|
|
23
|
+
"key": "bcm-pricing-calculator:bill-scenarioBillScenarioId",
|
|
24
|
+
"description": "bill-scenario resource billScenarioId identifier",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
27
|
+
"bcm-pricing-calculator:workload-estimateworkloadestimateid": {
|
|
28
|
+
"key": "bcm-pricing-calculator:workload-estimateWorkloadEstimateId",
|
|
29
|
+
"description": "workload-estimate resource workloadEstimateId identifier",
|
|
30
|
+
"type": "String"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"description": "Filters access by using tag keys in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"connect:assignmenttype": {
|
|
18
|
+
"key": "connect:AssignmentType",
|
|
19
|
+
"description": "Filters access by restricting access to create contacts based on Assignment Type",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
17
22
|
"connect:attributetype": {
|
|
18
23
|
"key": "connect:AttributeType",
|
|
19
24
|
"description": "Filters access by the attribute type of the Amazon Connect instance",
|
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"description": "Filters access by tag keys",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"identitystore:groupid": {
|
|
18
|
+
"key": "identitystore:GroupId",
|
|
19
|
+
"description": "Filters access by IdentityStore group ARN",
|
|
20
|
+
"type": "ARN"
|
|
21
|
+
},
|
|
17
22
|
"quicksight:allowedembeddingdomains": {
|
|
18
23
|
"key": "quicksight:AllowedEmbeddingDomains",
|
|
19
24
|
"description": "Filters access by the allowed embedding domains",
|
|
@@ -29,6 +34,11 @@
|
|
|
29
34
|
"description": "Filters access by the edition of QuickSight",
|
|
30
35
|
"type": "String"
|
|
31
36
|
},
|
|
37
|
+
"quicksight:group": {
|
|
38
|
+
"key": "quicksight:Group",
|
|
39
|
+
"description": "Filters access by QuickSight group ARN",
|
|
40
|
+
"type": "ARN"
|
|
41
|
+
},
|
|
32
42
|
"quicksight:iamarn": {
|
|
33
43
|
"key": "quicksight:IamArn",
|
|
34
44
|
"description": "Filters access by IAM user or role ARN",
|
|
@@ -59,6 +59,11 @@
|
|
|
59
59
|
"description": "Filters access by a specific job suspended cause (for example, AWAITING_CONFIRMATION) to cancelling suspended jobs",
|
|
60
60
|
"type": "String"
|
|
61
61
|
},
|
|
62
|
+
"s3:objectcreationoperation": {
|
|
63
|
+
"key": "s3:ObjectCreationOperation",
|
|
64
|
+
"description": "Filters access by whether or not the operation creates an object",
|
|
65
|
+
"type": "Bool"
|
|
66
|
+
},
|
|
62
67
|
"s3:requestjoboperation": {
|
|
63
68
|
"key": "s3:RequestJobOperation",
|
|
64
69
|
"description": "Filters access by operation to creating jobs",
|
|
@@ -104,6 +109,16 @@
|
|
|
104
109
|
"description": "Filters access by a specific replication destination region for targeted buckets of the AWS FIS action aws:s3:bucket-pause-replication",
|
|
105
110
|
"type": "String"
|
|
106
111
|
},
|
|
112
|
+
"s3:if-match": {
|
|
113
|
+
"key": "s3:if-match",
|
|
114
|
+
"description": "Filters access by the request's 'If-Match' conditional header",
|
|
115
|
+
"type": "String"
|
|
116
|
+
},
|
|
117
|
+
"s3:if-none-match": {
|
|
118
|
+
"key": "s3:if-none-match",
|
|
119
|
+
"description": "Filters access by the request's 'If-None-Match' conditional header",
|
|
120
|
+
"type": "String"
|
|
121
|
+
},
|
|
107
122
|
"s3:isreplicationpauserequest": {
|
|
108
123
|
"key": "s3:isReplicationPauseRequest",
|
|
109
124
|
"description": "Filters access by request made via AWS FIS action aws:s3:bucket-pause-replication",
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bill-estimate": {
|
|
3
|
+
"key": "bill-estimate",
|
|
4
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:bill-estimate/${BillEstimateId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"bcm-pricing-calculator:bill-estimateBillEstimateId"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"bill-scenario": {
|
|
10
|
+
"key": "bill-scenario",
|
|
11
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:bill-scenario/${BillScenarioId}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"bcm-pricing-calculator:bill-scenarioBillScenarioId"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"workload-estimate": {
|
|
17
|
+
"key": "workload-estimate",
|
|
18
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:workload-estimate/${WorkloadEstimateId}",
|
|
19
|
+
"conditionKeys": [
|
|
20
|
+
"bcm-pricing-calculator:workload-estimateWorkloadEstimateId"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -40,5 +40,12 @@
|
|
|
40
40
|
"conditionKeys": [
|
|
41
41
|
"aws:ResourceTag/${TagKey}"
|
|
42
42
|
]
|
|
43
|
+
},
|
|
44
|
+
"event-triggers": {
|
|
45
|
+
"key": "event-triggers",
|
|
46
|
+
"arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/event-triggers/${EventTriggerName}",
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"aws:ResourceTag/${TagKey}"
|
|
49
|
+
]
|
|
43
50
|
}
|
|
44
51
|
}
|
|
@@ -118,5 +118,19 @@
|
|
|
118
118
|
"conditionKeys": [
|
|
119
119
|
"aws:ResourceTag/${TagKey}"
|
|
120
120
|
]
|
|
121
|
+
},
|
|
122
|
+
"brand": {
|
|
123
|
+
"key": "brand",
|
|
124
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:brand/${ResourceId}",
|
|
125
|
+
"conditionKeys": [
|
|
126
|
+
"aws:ResourceTag/${TagKey}"
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
"custompermissions": {
|
|
130
|
+
"key": "custompermissions",
|
|
131
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:custompermissions/${ResourceId}",
|
|
132
|
+
"conditionKeys": [
|
|
133
|
+
"aws:ResourceTag/${TagKey}"
|
|
134
|
+
]
|
|
121
135
|
}
|
|
122
136
|
}
|
package/data/serviceNames.json
CHANGED
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"backup-storage": "AWS Backup storage",
|
|
47
47
|
"batch": "AWS Batch",
|
|
48
48
|
"bcm-data-exports": "AWS Billing And Cost Management Data Exports",
|
|
49
|
+
"bcm-pricing-calculator": "AWS Billing And Cost Management Pricing Calculator",
|
|
49
50
|
"bedrock": "Amazon Bedrock",
|
|
50
51
|
"billing": "AWS Billing",
|
|
51
52
|
"billingconductor": "AWS Billing Conductor",
|
package/data/services.json
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202411251",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-11-
|
|
6
|
+
"updatedAt": "2024-11-25T04:47:16.782Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|