@cloud-copilot/iam-data 0.9.202411231 → 0.9.202411261
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/aoss.json +8 -2
- package/data/actions/bcm-pricing-calculator.json +477 -0
- package/data/actions/connect.json +2 -1
- package/data/actions/networkmanager.json +59 -0
- package/data/actions/profile.json +102 -0
- package/data/actions/q.json +9 -0
- package/data/actions/quicksight.json +250 -18
- package/data/actions/redshift-data.json +19 -2
- package/data/actions/redshift-serverless.json +15 -0
- 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/networkmanager.json +10 -0
- package/data/conditionKeys/quicksight.json +10 -0
- package/data/conditionKeys/redshift-data.json +5 -0
- package/data/conditionKeys/redshift-serverless.json +5 -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/resourceTypes/redshift-data.json +4 -0
- package/data/resourceTypes/redshift-serverless.json +4 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
package/data/actions/aoss.json
CHANGED
|
@@ -11,7 +11,10 @@
|
|
|
11
11
|
"dependentActions": []
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
|
-
"conditionKeys": [
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aoss:collection",
|
|
16
|
+
"aoss:CollectionId"
|
|
17
|
+
],
|
|
15
18
|
"dependentActions": []
|
|
16
19
|
},
|
|
17
20
|
"batchgetcollection": {
|
|
@@ -117,7 +120,10 @@
|
|
|
117
120
|
"dependentActions": []
|
|
118
121
|
}
|
|
119
122
|
],
|
|
120
|
-
"conditionKeys": [
|
|
123
|
+
"conditionKeys": [
|
|
124
|
+
"aoss:collection",
|
|
125
|
+
"aoss:CollectionId"
|
|
126
|
+
],
|
|
121
127
|
"dependentActions": []
|
|
122
128
|
},
|
|
123
129
|
"deleteaccesspolicy": {
|
|
@@ -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
|
+
}
|
|
@@ -231,6 +231,29 @@
|
|
|
231
231
|
],
|
|
232
232
|
"dependentActions": []
|
|
233
233
|
},
|
|
234
|
+
"createdirectconnectgatewayattachment": {
|
|
235
|
+
"name": "CreateDirectConnectGatewayAttachment",
|
|
236
|
+
"description": "Grants permission to create a Direct Connect gateway attachment",
|
|
237
|
+
"accessLevel": "Write",
|
|
238
|
+
"resourceTypes": [
|
|
239
|
+
{
|
|
240
|
+
"name": "core-network",
|
|
241
|
+
"required": true,
|
|
242
|
+
"conditionKeys": [],
|
|
243
|
+
"dependentActions": [
|
|
244
|
+
"ec2:DescribeRegions",
|
|
245
|
+
"networkmanager:TagResource"
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"conditionKeys": [
|
|
250
|
+
"aws:RequestTag/${TagKey}",
|
|
251
|
+
"aws:TagKeys",
|
|
252
|
+
"networkmanager:directConnectGatewayArn",
|
|
253
|
+
"networkmanager:edgeLocations"
|
|
254
|
+
],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
234
257
|
"createglobalnetwork": {
|
|
235
258
|
"name": "CreateGlobalNetwork",
|
|
236
259
|
"description": "Grants permission to create a new global network",
|
|
@@ -864,6 +887,21 @@
|
|
|
864
887
|
"conditionKeys": [],
|
|
865
888
|
"dependentActions": []
|
|
866
889
|
},
|
|
890
|
+
"getdirectconnectgatewayattachment": {
|
|
891
|
+
"name": "GetDirectConnectGatewayAttachment",
|
|
892
|
+
"description": "Grants permission to retrieve a Direct Connect gateway attachment",
|
|
893
|
+
"accessLevel": "Read",
|
|
894
|
+
"resourceTypes": [
|
|
895
|
+
{
|
|
896
|
+
"name": "attachment",
|
|
897
|
+
"required": true,
|
|
898
|
+
"conditionKeys": [],
|
|
899
|
+
"dependentActions": []
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"conditionKeys": [],
|
|
903
|
+
"dependentActions": []
|
|
904
|
+
},
|
|
867
905
|
"getlinkassociations": {
|
|
868
906
|
"name": "GetLinkAssociations",
|
|
869
907
|
"description": "Grants permission to describe link associations",
|
|
@@ -1555,6 +1593,27 @@
|
|
|
1555
1593
|
"conditionKeys": [],
|
|
1556
1594
|
"dependentActions": []
|
|
1557
1595
|
},
|
|
1596
|
+
"updatedirectconnectgatewayattachment": {
|
|
1597
|
+
"name": "UpdateDirectConnectGatewayAttachment",
|
|
1598
|
+
"description": "Grants permission to update a Direct Connect gateway attachment",
|
|
1599
|
+
"accessLevel": "Write",
|
|
1600
|
+
"resourceTypes": [
|
|
1601
|
+
{
|
|
1602
|
+
"name": "attachment",
|
|
1603
|
+
"required": true,
|
|
1604
|
+
"conditionKeys": [],
|
|
1605
|
+
"dependentActions": [
|
|
1606
|
+
"ec2:DescribeRegions"
|
|
1607
|
+
]
|
|
1608
|
+
}
|
|
1609
|
+
],
|
|
1610
|
+
"conditionKeys": [
|
|
1611
|
+
"aws:RequestTag/${TagKey}",
|
|
1612
|
+
"aws:TagKeys",
|
|
1613
|
+
"networkmanager:edgeLocations"
|
|
1614
|
+
],
|
|
1615
|
+
"dependentActions": []
|
|
1616
|
+
},
|
|
1558
1617
|
"updateglobalnetwork": {
|
|
1559
1618
|
"name": "UpdateGlobalNetwork",
|
|
1560
1619
|
"description": "Grants permission to update a global network",
|