@cloud-copilot/iam-data 0.19.202604221 → 0.19.202604231
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/bedrock.json +12 -0
- package/data/actions/emr-serverless.json +113 -0
- package/data/actions/ivs.json +89 -0
- package/data/actions/profile.json +198 -0
- package/data/actions/verifiedpermissions.json +6 -0
- package/data/resourceTypes/emr-serverless.json +7 -0
- package/data/resourceTypes/ivs.json +7 -0
- package/data/resourceTypes/profile.json +14 -0
- package/data/resourceTypes/verifiedpermissions.json +4 -0
- package/package.json +2 -2
|
@@ -2455,6 +2455,12 @@
|
|
|
2455
2455
|
"required": true,
|
|
2456
2456
|
"conditionKeys": [],
|
|
2457
2457
|
"dependentActions": []
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "system-tool",
|
|
2461
|
+
"required": true,
|
|
2462
|
+
"conditionKeys": [],
|
|
2463
|
+
"dependentActions": []
|
|
2458
2464
|
}
|
|
2459
2465
|
],
|
|
2460
2466
|
"conditionKeys": [
|
|
@@ -2525,6 +2531,12 @@
|
|
|
2525
2531
|
"required": true,
|
|
2526
2532
|
"conditionKeys": [],
|
|
2527
2533
|
"dependentActions": []
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"name": "system-tool",
|
|
2537
|
+
"required": true,
|
|
2538
|
+
"conditionKeys": [],
|
|
2539
|
+
"dependentActions": []
|
|
2528
2540
|
}
|
|
2529
2541
|
],
|
|
2530
2542
|
"conditionKeys": [
|
|
@@ -137,6 +137,51 @@
|
|
|
137
137
|
"conditionKeys": [],
|
|
138
138
|
"dependentActions": []
|
|
139
139
|
},
|
|
140
|
+
"getresourcedashboard": {
|
|
141
|
+
"name": "GetResourceDashboard",
|
|
142
|
+
"description": "Grants permission to get the resource dashboard",
|
|
143
|
+
"accessLevel": "Read",
|
|
144
|
+
"resourceTypes": [
|
|
145
|
+
{
|
|
146
|
+
"name": "session",
|
|
147
|
+
"required": true,
|
|
148
|
+
"conditionKeys": [],
|
|
149
|
+
"dependentActions": []
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"conditionKeys": [],
|
|
153
|
+
"dependentActions": []
|
|
154
|
+
},
|
|
155
|
+
"getsession": {
|
|
156
|
+
"name": "GetSession",
|
|
157
|
+
"description": "Grants permission to get details about a session",
|
|
158
|
+
"accessLevel": "Read",
|
|
159
|
+
"resourceTypes": [
|
|
160
|
+
{
|
|
161
|
+
"name": "session",
|
|
162
|
+
"required": true,
|
|
163
|
+
"conditionKeys": [],
|
|
164
|
+
"dependentActions": []
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"conditionKeys": [],
|
|
168
|
+
"dependentActions": []
|
|
169
|
+
},
|
|
170
|
+
"getsessionendpoint": {
|
|
171
|
+
"name": "GetSessionEndpoint",
|
|
172
|
+
"description": "Grants permission to get the endpoint URL and authentication token for connecting to a session",
|
|
173
|
+
"accessLevel": "Read",
|
|
174
|
+
"resourceTypes": [
|
|
175
|
+
{
|
|
176
|
+
"name": "session",
|
|
177
|
+
"required": true,
|
|
178
|
+
"conditionKeys": [],
|
|
179
|
+
"dependentActions": []
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"conditionKeys": [],
|
|
183
|
+
"dependentActions": []
|
|
184
|
+
},
|
|
140
185
|
"listapplications": {
|
|
141
186
|
"name": "ListApplications",
|
|
142
187
|
"description": "Grants permission to list applications",
|
|
@@ -175,6 +220,21 @@
|
|
|
175
220
|
"conditionKeys": [],
|
|
176
221
|
"dependentActions": []
|
|
177
222
|
},
|
|
223
|
+
"listsessions": {
|
|
224
|
+
"name": "ListSessions",
|
|
225
|
+
"description": "Grants permission to list sessions associated with an application",
|
|
226
|
+
"accessLevel": "List",
|
|
227
|
+
"resourceTypes": [
|
|
228
|
+
{
|
|
229
|
+
"name": "application",
|
|
230
|
+
"required": true,
|
|
231
|
+
"conditionKeys": [],
|
|
232
|
+
"dependentActions": []
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"conditionKeys": [],
|
|
236
|
+
"dependentActions": []
|
|
237
|
+
},
|
|
178
238
|
"listtagsforresource": {
|
|
179
239
|
"name": "ListTagsForResource",
|
|
180
240
|
"description": "Grants permission to list tags for the specified resource",
|
|
@@ -191,6 +251,12 @@
|
|
|
191
251
|
"required": false,
|
|
192
252
|
"conditionKeys": [],
|
|
193
253
|
"dependentActions": []
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "session",
|
|
257
|
+
"required": false,
|
|
258
|
+
"conditionKeys": [],
|
|
259
|
+
"dependentActions": []
|
|
194
260
|
}
|
|
195
261
|
],
|
|
196
262
|
"conditionKeys": [],
|
|
@@ -231,6 +297,26 @@
|
|
|
231
297
|
],
|
|
232
298
|
"dependentActions": []
|
|
233
299
|
},
|
|
300
|
+
"startsession": {
|
|
301
|
+
"name": "StartSession",
|
|
302
|
+
"description": "Grants permission to start a session in an application",
|
|
303
|
+
"accessLevel": "Write",
|
|
304
|
+
"resourceTypes": [
|
|
305
|
+
{
|
|
306
|
+
"name": "application",
|
|
307
|
+
"required": true,
|
|
308
|
+
"conditionKeys": [],
|
|
309
|
+
"dependentActions": [
|
|
310
|
+
"iam:PassRole"
|
|
311
|
+
]
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"conditionKeys": [
|
|
315
|
+
"aws:RequestTag/${TagKey}",
|
|
316
|
+
"aws:TagKeys"
|
|
317
|
+
],
|
|
318
|
+
"dependentActions": []
|
|
319
|
+
},
|
|
234
320
|
"stopapplication": {
|
|
235
321
|
"name": "StopApplication",
|
|
236
322
|
"description": "Grants permission to Stop an application",
|
|
@@ -262,6 +348,12 @@
|
|
|
262
348
|
"required": false,
|
|
263
349
|
"conditionKeys": [],
|
|
264
350
|
"dependentActions": []
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "session",
|
|
354
|
+
"required": false,
|
|
355
|
+
"conditionKeys": [],
|
|
356
|
+
"dependentActions": []
|
|
265
357
|
}
|
|
266
358
|
],
|
|
267
359
|
"conditionKeys": [
|
|
@@ -270,6 +362,21 @@
|
|
|
270
362
|
],
|
|
271
363
|
"dependentActions": []
|
|
272
364
|
},
|
|
365
|
+
"terminatesession": {
|
|
366
|
+
"name": "TerminateSession",
|
|
367
|
+
"description": "Grants permission to terminate a session",
|
|
368
|
+
"accessLevel": "Write",
|
|
369
|
+
"resourceTypes": [
|
|
370
|
+
{
|
|
371
|
+
"name": "session",
|
|
372
|
+
"required": true,
|
|
373
|
+
"conditionKeys": [],
|
|
374
|
+
"dependentActions": []
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"conditionKeys": [],
|
|
378
|
+
"dependentActions": []
|
|
379
|
+
},
|
|
273
380
|
"untagresource": {
|
|
274
381
|
"name": "UntagResource",
|
|
275
382
|
"description": "Grants permission to untag the specified resource",
|
|
@@ -286,6 +393,12 @@
|
|
|
286
393
|
"required": false,
|
|
287
394
|
"conditionKeys": [],
|
|
288
395
|
"dependentActions": []
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "session",
|
|
399
|
+
"required": false,
|
|
400
|
+
"conditionKeys": [],
|
|
401
|
+
"dependentActions": []
|
|
289
402
|
}
|
|
290
403
|
],
|
|
291
404
|
"conditionKeys": [
|
package/data/actions/ivs.json
CHANGED
|
@@ -44,6 +44,24 @@
|
|
|
44
44
|
"conditionKeys": [],
|
|
45
45
|
"dependentActions": []
|
|
46
46
|
},
|
|
47
|
+
"createadconfiguration": {
|
|
48
|
+
"name": "CreateAdConfiguration",
|
|
49
|
+
"description": "Grants permission to create a new ad configuration",
|
|
50
|
+
"accessLevel": "Write",
|
|
51
|
+
"resourceTypes": [
|
|
52
|
+
{
|
|
53
|
+
"name": "Ad-Configuration",
|
|
54
|
+
"required": true,
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"conditionKeys": [
|
|
60
|
+
"aws:TagKeys",
|
|
61
|
+
"aws:RequestTag/${TagKey}"
|
|
62
|
+
],
|
|
63
|
+
"dependentActions": []
|
|
64
|
+
},
|
|
47
65
|
"createchannel": {
|
|
48
66
|
"name": "CreateChannel",
|
|
49
67
|
"description": "Grants permission to create a new channel and an associated stream key",
|
|
@@ -212,6 +230,21 @@
|
|
|
212
230
|
],
|
|
213
231
|
"dependentActions": []
|
|
214
232
|
},
|
|
233
|
+
"deleteadconfiguration": {
|
|
234
|
+
"name": "DeleteAdConfiguration",
|
|
235
|
+
"description": "Grants permission to delete an ad configuration for the specified ARN",
|
|
236
|
+
"accessLevel": "Write",
|
|
237
|
+
"resourceTypes": [
|
|
238
|
+
{
|
|
239
|
+
"name": "Ad-Configuration",
|
|
240
|
+
"required": true,
|
|
241
|
+
"conditionKeys": [],
|
|
242
|
+
"dependentActions": []
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"conditionKeys": [],
|
|
246
|
+
"dependentActions": []
|
|
247
|
+
},
|
|
215
248
|
"deletechannel": {
|
|
216
249
|
"name": "DeleteChannel",
|
|
217
250
|
"description": "Grants permission to delete a channel and channel's stream keys",
|
|
@@ -383,6 +416,21 @@
|
|
|
383
416
|
"conditionKeys": [],
|
|
384
417
|
"dependentActions": []
|
|
385
418
|
},
|
|
419
|
+
"getadconfiguration": {
|
|
420
|
+
"name": "GetAdConfiguration",
|
|
421
|
+
"description": "Grants permission to get the ad configuration for the specified ARN",
|
|
422
|
+
"accessLevel": "Read",
|
|
423
|
+
"resourceTypes": [
|
|
424
|
+
{
|
|
425
|
+
"name": "Ad-Configuration",
|
|
426
|
+
"required": true,
|
|
427
|
+
"conditionKeys": [],
|
|
428
|
+
"dependentActions": []
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"conditionKeys": [],
|
|
432
|
+
"dependentActions": []
|
|
433
|
+
},
|
|
386
434
|
"getchannel": {
|
|
387
435
|
"name": "GetChannel",
|
|
388
436
|
"description": "Grants permission to get the channel configuration for a specified channel ARN",
|
|
@@ -644,6 +692,29 @@
|
|
|
644
692
|
],
|
|
645
693
|
"dependentActions": []
|
|
646
694
|
},
|
|
695
|
+
"insertadbreak": {
|
|
696
|
+
"name": "InsertAdBreak",
|
|
697
|
+
"description": "Grants permission to request an ad insertion on a channel using an associated ad configuration",
|
|
698
|
+
"accessLevel": "Write",
|
|
699
|
+
"resourceTypes": [
|
|
700
|
+
{
|
|
701
|
+
"name": "Channel",
|
|
702
|
+
"required": true,
|
|
703
|
+
"conditionKeys": [],
|
|
704
|
+
"dependentActions": []
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"conditionKeys": [],
|
|
708
|
+
"dependentActions": []
|
|
709
|
+
},
|
|
710
|
+
"listadconfigurations": {
|
|
711
|
+
"name": "ListAdConfigurations",
|
|
712
|
+
"description": "Grants permission to get summary information about ad configurations",
|
|
713
|
+
"accessLevel": "List",
|
|
714
|
+
"resourceTypes": [],
|
|
715
|
+
"conditionKeys": [],
|
|
716
|
+
"dependentActions": []
|
|
717
|
+
},
|
|
647
718
|
"listchannels": {
|
|
648
719
|
"name": "ListChannels",
|
|
649
720
|
"description": "Grants permission to get summary information about channels",
|
|
@@ -881,6 +952,12 @@
|
|
|
881
952
|
"description": "Grants permission to get information about the tags for a specified ARN",
|
|
882
953
|
"accessLevel": "Read",
|
|
883
954
|
"resourceTypes": [
|
|
955
|
+
{
|
|
956
|
+
"name": "Ad-Configuration",
|
|
957
|
+
"required": false,
|
|
958
|
+
"conditionKeys": [],
|
|
959
|
+
"dependentActions": []
|
|
960
|
+
},
|
|
884
961
|
{
|
|
885
962
|
"name": "Channel",
|
|
886
963
|
"required": false,
|
|
@@ -1088,6 +1165,12 @@
|
|
|
1088
1165
|
"description": "Grants permission to add or update tags for a resource with a specified ARN",
|
|
1089
1166
|
"accessLevel": "Tagging",
|
|
1090
1167
|
"resourceTypes": [
|
|
1168
|
+
{
|
|
1169
|
+
"name": "Ad-Configuration",
|
|
1170
|
+
"required": false,
|
|
1171
|
+
"conditionKeys": [],
|
|
1172
|
+
"dependentActions": []
|
|
1173
|
+
},
|
|
1091
1174
|
{
|
|
1092
1175
|
"name": "Channel",
|
|
1093
1176
|
"required": false,
|
|
@@ -1166,6 +1249,12 @@
|
|
|
1166
1249
|
"description": "Grants permission to remove tags for a resource with a specified ARN",
|
|
1167
1250
|
"accessLevel": "Tagging",
|
|
1168
1251
|
"resourceTypes": [
|
|
1252
|
+
{
|
|
1253
|
+
"name": "Ad-Configuration",
|
|
1254
|
+
"required": false,
|
|
1255
|
+
"conditionKeys": [],
|
|
1256
|
+
"dependentActions": []
|
|
1257
|
+
},
|
|
1169
1258
|
{
|
|
1170
1259
|
"name": "Channel",
|
|
1171
1260
|
"required": false,
|
|
@@ -232,6 +232,54 @@
|
|
|
232
232
|
"conditionKeys": [],
|
|
233
233
|
"dependentActions": []
|
|
234
234
|
},
|
|
235
|
+
"createrecommenderfilter": {
|
|
236
|
+
"name": "CreateRecommenderFilter",
|
|
237
|
+
"description": "Grants permission to create a recommender filter in the domain",
|
|
238
|
+
"accessLevel": "Write",
|
|
239
|
+
"resourceTypes": [
|
|
240
|
+
{
|
|
241
|
+
"name": "domains",
|
|
242
|
+
"required": true,
|
|
243
|
+
"conditionKeys": [],
|
|
244
|
+
"dependentActions": []
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "recommender-filters",
|
|
248
|
+
"required": true,
|
|
249
|
+
"conditionKeys": [],
|
|
250
|
+
"dependentActions": []
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"conditionKeys": [
|
|
254
|
+
"aws:RequestTag/${TagKey}",
|
|
255
|
+
"aws:TagKeys"
|
|
256
|
+
],
|
|
257
|
+
"dependentActions": []
|
|
258
|
+
},
|
|
259
|
+
"createrecommenderschema": {
|
|
260
|
+
"name": "CreateRecommenderSchema",
|
|
261
|
+
"description": "Grants permission to create a recommender schema in the domain",
|
|
262
|
+
"accessLevel": "Write",
|
|
263
|
+
"resourceTypes": [
|
|
264
|
+
{
|
|
265
|
+
"name": "domains",
|
|
266
|
+
"required": true,
|
|
267
|
+
"conditionKeys": [],
|
|
268
|
+
"dependentActions": []
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "recommender-schemas",
|
|
272
|
+
"required": true,
|
|
273
|
+
"conditionKeys": [],
|
|
274
|
+
"dependentActions": []
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"conditionKeys": [
|
|
278
|
+
"aws:RequestTag/${TagKey}",
|
|
279
|
+
"aws:TagKeys"
|
|
280
|
+
],
|
|
281
|
+
"dependentActions": []
|
|
282
|
+
},
|
|
235
283
|
"createsegmentdefinition": {
|
|
236
284
|
"name": "CreateSegmentDefinition",
|
|
237
285
|
"description": "Grants permission to create a segment definition in the domain",
|
|
@@ -559,6 +607,48 @@
|
|
|
559
607
|
"conditionKeys": [],
|
|
560
608
|
"dependentActions": []
|
|
561
609
|
},
|
|
610
|
+
"deleterecommenderfilter": {
|
|
611
|
+
"name": "DeleteRecommenderFilter",
|
|
612
|
+
"description": "Grants permission to delete a recommender filter in the domain",
|
|
613
|
+
"accessLevel": "Write",
|
|
614
|
+
"resourceTypes": [
|
|
615
|
+
{
|
|
616
|
+
"name": "domains",
|
|
617
|
+
"required": true,
|
|
618
|
+
"conditionKeys": [],
|
|
619
|
+
"dependentActions": []
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "recommender-filters",
|
|
623
|
+
"required": true,
|
|
624
|
+
"conditionKeys": [],
|
|
625
|
+
"dependentActions": []
|
|
626
|
+
}
|
|
627
|
+
],
|
|
628
|
+
"conditionKeys": [],
|
|
629
|
+
"dependentActions": []
|
|
630
|
+
},
|
|
631
|
+
"deleterecommenderschema": {
|
|
632
|
+
"name": "DeleteRecommenderSchema",
|
|
633
|
+
"description": "Grants permission to delete a recommender schema in the domain",
|
|
634
|
+
"accessLevel": "Write",
|
|
635
|
+
"resourceTypes": [
|
|
636
|
+
{
|
|
637
|
+
"name": "domains",
|
|
638
|
+
"required": true,
|
|
639
|
+
"conditionKeys": [],
|
|
640
|
+
"dependentActions": []
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "recommender-schemas",
|
|
644
|
+
"required": true,
|
|
645
|
+
"conditionKeys": [],
|
|
646
|
+
"dependentActions": []
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"conditionKeys": [],
|
|
650
|
+
"dependentActions": []
|
|
651
|
+
},
|
|
562
652
|
"deletesegmentdefinition": {
|
|
563
653
|
"name": "DeleteSegmentDefinition",
|
|
564
654
|
"description": "Grants permission to delete a segment definition in the domain",
|
|
@@ -941,6 +1031,48 @@
|
|
|
941
1031
|
"conditionKeys": [],
|
|
942
1032
|
"dependentActions": []
|
|
943
1033
|
},
|
|
1034
|
+
"getrecommenderfilter": {
|
|
1035
|
+
"name": "GetRecommenderFilter",
|
|
1036
|
+
"description": "Grants permission to get recommender filter details in the domain",
|
|
1037
|
+
"accessLevel": "Read",
|
|
1038
|
+
"resourceTypes": [
|
|
1039
|
+
{
|
|
1040
|
+
"name": "domains",
|
|
1041
|
+
"required": true,
|
|
1042
|
+
"conditionKeys": [],
|
|
1043
|
+
"dependentActions": []
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "recommender-filters",
|
|
1047
|
+
"required": true,
|
|
1048
|
+
"conditionKeys": [],
|
|
1049
|
+
"dependentActions": []
|
|
1050
|
+
}
|
|
1051
|
+
],
|
|
1052
|
+
"conditionKeys": [],
|
|
1053
|
+
"dependentActions": []
|
|
1054
|
+
},
|
|
1055
|
+
"getrecommenderschema": {
|
|
1056
|
+
"name": "GetRecommenderSchema",
|
|
1057
|
+
"description": "Grants permission to get recommender schema details in the domain",
|
|
1058
|
+
"accessLevel": "Read",
|
|
1059
|
+
"resourceTypes": [
|
|
1060
|
+
{
|
|
1061
|
+
"name": "domains",
|
|
1062
|
+
"required": true,
|
|
1063
|
+
"conditionKeys": [],
|
|
1064
|
+
"dependentActions": []
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "recommender-schemas",
|
|
1068
|
+
"required": true,
|
|
1069
|
+
"conditionKeys": [],
|
|
1070
|
+
"dependentActions": []
|
|
1071
|
+
}
|
|
1072
|
+
],
|
|
1073
|
+
"conditionKeys": [],
|
|
1074
|
+
"dependentActions": []
|
|
1075
|
+
},
|
|
944
1076
|
"getsegmentdefinition": {
|
|
945
1077
|
"name": "GetSegmentDefinition",
|
|
946
1078
|
"description": "Grants permission to get a segment definition in the domain",
|
|
@@ -1383,6 +1515,21 @@
|
|
|
1383
1515
|
"conditionKeys": [],
|
|
1384
1516
|
"dependentActions": []
|
|
1385
1517
|
},
|
|
1518
|
+
"listrecommenderfilters": {
|
|
1519
|
+
"name": "ListRecommenderFilters",
|
|
1520
|
+
"description": "Grants permission to list all recommender filters in the domain",
|
|
1521
|
+
"accessLevel": "List",
|
|
1522
|
+
"resourceTypes": [
|
|
1523
|
+
{
|
|
1524
|
+
"name": "domains",
|
|
1525
|
+
"required": true,
|
|
1526
|
+
"conditionKeys": [],
|
|
1527
|
+
"dependentActions": []
|
|
1528
|
+
}
|
|
1529
|
+
],
|
|
1530
|
+
"conditionKeys": [],
|
|
1531
|
+
"dependentActions": []
|
|
1532
|
+
},
|
|
1386
1533
|
"listrecommenderrecipes": {
|
|
1387
1534
|
"name": "ListRecommenderRecipes",
|
|
1388
1535
|
"description": "Grants permission to list all the Recommenders Recipes in the domain",
|
|
@@ -1391,6 +1538,21 @@
|
|
|
1391
1538
|
"conditionKeys": [],
|
|
1392
1539
|
"dependentActions": []
|
|
1393
1540
|
},
|
|
1541
|
+
"listrecommenderschemas": {
|
|
1542
|
+
"name": "ListRecommenderSchemas",
|
|
1543
|
+
"description": "Grants permission to list all recommender schemas in the domain",
|
|
1544
|
+
"accessLevel": "List",
|
|
1545
|
+
"resourceTypes": [
|
|
1546
|
+
{
|
|
1547
|
+
"name": "domains",
|
|
1548
|
+
"required": true,
|
|
1549
|
+
"conditionKeys": [],
|
|
1550
|
+
"dependentActions": []
|
|
1551
|
+
}
|
|
1552
|
+
],
|
|
1553
|
+
"conditionKeys": [],
|
|
1554
|
+
"dependentActions": []
|
|
1555
|
+
},
|
|
1394
1556
|
"listrecommenders": {
|
|
1395
1557
|
"name": "ListRecommenders",
|
|
1396
1558
|
"description": "Grants permission to list all the Recommenders in the domain",
|
|
@@ -1489,6 +1651,18 @@
|
|
|
1489
1651
|
"conditionKeys": [],
|
|
1490
1652
|
"dependentActions": []
|
|
1491
1653
|
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "recommender-filters",
|
|
1656
|
+
"required": false,
|
|
1657
|
+
"conditionKeys": [],
|
|
1658
|
+
"dependentActions": []
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"name": "recommender-schemas",
|
|
1662
|
+
"required": false,
|
|
1663
|
+
"conditionKeys": [],
|
|
1664
|
+
"dependentActions": []
|
|
1665
|
+
},
|
|
1492
1666
|
{
|
|
1493
1667
|
"name": "recommenders",
|
|
1494
1668
|
"required": false,
|
|
@@ -1789,6 +1963,18 @@
|
|
|
1789
1963
|
"conditionKeys": [],
|
|
1790
1964
|
"dependentActions": []
|
|
1791
1965
|
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "recommender-filters",
|
|
1968
|
+
"required": false,
|
|
1969
|
+
"conditionKeys": [],
|
|
1970
|
+
"dependentActions": []
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"name": "recommender-schemas",
|
|
1974
|
+
"required": false,
|
|
1975
|
+
"conditionKeys": [],
|
|
1976
|
+
"dependentActions": []
|
|
1977
|
+
},
|
|
1792
1978
|
{
|
|
1793
1979
|
"name": "recommenders",
|
|
1794
1980
|
"required": false,
|
|
@@ -1861,6 +2047,18 @@
|
|
|
1861
2047
|
"conditionKeys": [],
|
|
1862
2048
|
"dependentActions": []
|
|
1863
2049
|
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "recommender-filters",
|
|
2052
|
+
"required": false,
|
|
2053
|
+
"conditionKeys": [],
|
|
2054
|
+
"dependentActions": []
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"name": "recommender-schemas",
|
|
2058
|
+
"required": false,
|
|
2059
|
+
"conditionKeys": [],
|
|
2060
|
+
"dependentActions": []
|
|
2061
|
+
},
|
|
1864
2062
|
{
|
|
1865
2063
|
"name": "recommenders",
|
|
1866
2064
|
"required": false,
|
|
@@ -12,5 +12,12 @@
|
|
|
12
12
|
"conditionKeys": [
|
|
13
13
|
"aws:ResourceTag/${TagKey}"
|
|
14
14
|
]
|
|
15
|
+
},
|
|
16
|
+
"session": {
|
|
17
|
+
"key": "session",
|
|
18
|
+
"arn": "arn:${Partition}:emr-serverless:${Region}:${Account}:/applications/${ApplicationId}/sessions/${SessionId}",
|
|
19
|
+
"conditionKeys": [
|
|
20
|
+
"aws:ResourceTag/${TagKey}"
|
|
21
|
+
]
|
|
15
22
|
}
|
|
16
23
|
}
|
|
@@ -34,6 +34,13 @@
|
|
|
34
34
|
"aws:ResourceTag/${TagKey}"
|
|
35
35
|
]
|
|
36
36
|
},
|
|
37
|
+
"ad-configuration": {
|
|
38
|
+
"key": "Ad-Configuration",
|
|
39
|
+
"arn": "arn:${Partition}:ivs:${Region}:${Account}:ad-configuration/${ResourceId}",
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"aws:ResourceTag/${TagKey}"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
37
44
|
"stage": {
|
|
38
45
|
"key": "Stage",
|
|
39
46
|
"arn": "arn:${Partition}:ivs:${Region}:${Account}:stage/${ResourceId}",
|
|
@@ -68,5 +68,19 @@
|
|
|
68
68
|
"conditionKeys": [
|
|
69
69
|
"aws:ResourceTag/${TagKey}"
|
|
70
70
|
]
|
|
71
|
+
},
|
|
72
|
+
"recommender-filters": {
|
|
73
|
+
"key": "recommender-filters",
|
|
74
|
+
"arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/recommender-filters/${RecommenderFilterName}",
|
|
75
|
+
"conditionKeys": [
|
|
76
|
+
"aws:ResourceTag/${TagKey}"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"recommender-schemas": {
|
|
80
|
+
"key": "recommender-schemas",
|
|
81
|
+
"arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/recommender-schemas/${RecommenderSchemaName}",
|
|
82
|
+
"conditionKeys": [
|
|
83
|
+
"aws:ResourceTag/${TagKey}"
|
|
84
|
+
]
|
|
71
85
|
}
|
|
72
86
|
}
|
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.202604231",
|
|
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-04-
|
|
9
|
+
"updatedAt": "2026-04-23T05:29:28.853Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|