@cloud-copilot/iam-data 0.15.202510281 → 0.15.202511081
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/aps.json +190 -0
- package/data/actions/autoscaling.json +25 -3
- package/data/actions/batch.json +28 -18
- package/data/actions/bedrock-agentcore.json +8 -17
- package/data/actions/bedrock.json +15 -0
- package/data/actions/cloudfront.json +71 -88
- package/data/actions/cognito-idp.json +75 -0
- package/data/actions/connect.json +48 -0
- package/data/actions/ec2.json +219 -33
- package/data/actions/elasticloadbalancing.json +9 -0
- package/data/actions/emr-containers.json +15 -0
- package/data/actions/guardduty.json +23 -1
- package/data/actions/iotmanagedintegrations.json +15 -0
- package/data/actions/kinesis.json +50 -0
- package/data/actions/kms.json +4 -1
- package/data/actions/lambda.json +2 -1
- package/data/actions/mediaconnect.json +83 -10
- package/data/actions/profile.json +368 -0
- package/data/actions/redshift-serverless.json +2 -2
- package/data/actions/rtbfabric.json +116 -12
- package/data/actions/s3tables.json +85 -2
- package/data/actions/sts.json +34 -0
- package/data/actions/support-console.json +18 -0
- package/data/actions/support.json +8 -0
- package/data/actions/user-subscriptions.json +8 -0
- package/data/actions/vpc-lattice.json +81 -0
- package/data/conditionKeys/bedrock-agentcore.json +0 -10
- package/data/conditionKeys/ec2.json +15 -15
- package/data/conditionKeys/lambda.json +5 -0
- package/data/conditionKeys/mediaconnect.json +17 -1
- package/data/conditionKeys/s3tables.json +20 -0
- package/data/conditionKeys/sts.json +10 -0
- package/data/conditionKeys/vpc-lattice.json +15 -0
- package/data/conditionPatterns.json +3 -0
- package/data/resourceTypes/aps.json +9 -0
- package/data/resourceTypes/bedrock.json +4 -0
- package/data/resourceTypes/ec2.json +19 -5
- package/data/resourceTypes/guardduty.json +4 -1
- package/data/resourceTypes/mediaconnect.json +16 -4
- package/data/resourceTypes/profile.json +14 -0
- package/data/resourceTypes/rtbfabric.json +5 -0
- package/data/resourceTypes/s3tables.json +7 -1
- package/data/resourceTypes/vpc-lattice.json +12 -0
- package/package.json +2 -2
|
@@ -208,6 +208,30 @@
|
|
|
208
208
|
"conditionKeys": [],
|
|
209
209
|
"dependentActions": []
|
|
210
210
|
},
|
|
211
|
+
"createrecommender": {
|
|
212
|
+
"name": "CreateRecommender",
|
|
213
|
+
"description": "Grants permission to create a Recommender in the domain",
|
|
214
|
+
"accessLevel": "Write",
|
|
215
|
+
"resourceTypes": [
|
|
216
|
+
{
|
|
217
|
+
"name": "domains",
|
|
218
|
+
"required": true,
|
|
219
|
+
"conditionKeys": [],
|
|
220
|
+
"dependentActions": []
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "recommenders",
|
|
224
|
+
"required": true,
|
|
225
|
+
"conditionKeys": [
|
|
226
|
+
"aws:RequestTag/${TagKey}",
|
|
227
|
+
"aws:TagKeys"
|
|
228
|
+
],
|
|
229
|
+
"dependentActions": []
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"conditionKeys": [],
|
|
233
|
+
"dependentActions": []
|
|
234
|
+
},
|
|
211
235
|
"createsegmentdefinition": {
|
|
212
236
|
"name": "CreateSegmentDefinition",
|
|
213
237
|
"description": "Grants permission to create a segment definition in the domain",
|
|
@@ -356,6 +380,27 @@
|
|
|
356
380
|
"conditionKeys": [],
|
|
357
381
|
"dependentActions": []
|
|
358
382
|
},
|
|
383
|
+
"deletedomainobjecttype": {
|
|
384
|
+
"name": "DeleteDomainObjectType",
|
|
385
|
+
"description": "Grants permission to delete a specific domain object type in the domain",
|
|
386
|
+
"accessLevel": "Write",
|
|
387
|
+
"resourceTypes": [
|
|
388
|
+
{
|
|
389
|
+
"name": "domain-object-types",
|
|
390
|
+
"required": true,
|
|
391
|
+
"conditionKeys": [],
|
|
392
|
+
"dependentActions": []
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "domains",
|
|
396
|
+
"required": true,
|
|
397
|
+
"conditionKeys": [],
|
|
398
|
+
"dependentActions": []
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"conditionKeys": [],
|
|
402
|
+
"dependentActions": []
|
|
403
|
+
},
|
|
359
404
|
"deleteeventstream": {
|
|
360
405
|
"name": "DeleteEventStream",
|
|
361
406
|
"description": "Grants permission to delete an event stream in a domain",
|
|
@@ -493,6 +538,27 @@
|
|
|
493
538
|
"conditionKeys": [],
|
|
494
539
|
"dependentActions": []
|
|
495
540
|
},
|
|
541
|
+
"deleterecommender": {
|
|
542
|
+
"name": "DeleteRecommender",
|
|
543
|
+
"description": "Grants permission to delete a recommender in a domain",
|
|
544
|
+
"accessLevel": "Write",
|
|
545
|
+
"resourceTypes": [
|
|
546
|
+
{
|
|
547
|
+
"name": "domains",
|
|
548
|
+
"required": true,
|
|
549
|
+
"conditionKeys": [],
|
|
550
|
+
"dependentActions": []
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "recommenders",
|
|
554
|
+
"required": true,
|
|
555
|
+
"conditionKeys": [],
|
|
556
|
+
"dependentActions": []
|
|
557
|
+
}
|
|
558
|
+
],
|
|
559
|
+
"conditionKeys": [],
|
|
560
|
+
"dependentActions": []
|
|
561
|
+
},
|
|
496
562
|
"deletesegmentdefinition": {
|
|
497
563
|
"name": "DeleteSegmentDefinition",
|
|
498
564
|
"description": "Grants permission to delete a segment definition in the domain",
|
|
@@ -637,6 +703,27 @@
|
|
|
637
703
|
"conditionKeys": [],
|
|
638
704
|
"dependentActions": []
|
|
639
705
|
},
|
|
706
|
+
"getdomainobjecttype": {
|
|
707
|
+
"name": "GetDomainObjectType",
|
|
708
|
+
"description": "Grants permission to get a specific domain object type in the domain",
|
|
709
|
+
"accessLevel": "Read",
|
|
710
|
+
"resourceTypes": [
|
|
711
|
+
{
|
|
712
|
+
"name": "domain-object-types",
|
|
713
|
+
"required": true,
|
|
714
|
+
"conditionKeys": [],
|
|
715
|
+
"dependentActions": []
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "domains",
|
|
719
|
+
"required": true,
|
|
720
|
+
"conditionKeys": [],
|
|
721
|
+
"dependentActions": []
|
|
722
|
+
}
|
|
723
|
+
],
|
|
724
|
+
"conditionKeys": [],
|
|
725
|
+
"dependentActions": []
|
|
726
|
+
},
|
|
640
727
|
"geteventstream": {
|
|
641
728
|
"name": "GetEventStream",
|
|
642
729
|
"description": "Grants permission to get a specific event stream in a domain",
|
|
@@ -732,6 +819,27 @@
|
|
|
732
819
|
"conditionKeys": [],
|
|
733
820
|
"dependentActions": []
|
|
734
821
|
},
|
|
822
|
+
"getobjecttypeattributestatistics": {
|
|
823
|
+
"name": "GetObjectTypeAttributeStatistics",
|
|
824
|
+
"description": "Grants permission to get statistics of a specific attribute for object type in the domain",
|
|
825
|
+
"accessLevel": "Read",
|
|
826
|
+
"resourceTypes": [
|
|
827
|
+
{
|
|
828
|
+
"name": "domains",
|
|
829
|
+
"required": true,
|
|
830
|
+
"conditionKeys": [],
|
|
831
|
+
"dependentActions": []
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"name": "object-types",
|
|
835
|
+
"required": true,
|
|
836
|
+
"conditionKeys": [],
|
|
837
|
+
"dependentActions": []
|
|
838
|
+
}
|
|
839
|
+
],
|
|
840
|
+
"conditionKeys": [],
|
|
841
|
+
"dependentActions": []
|
|
842
|
+
},
|
|
735
843
|
"getprofilehistoryrecord": {
|
|
736
844
|
"name": "GetProfileHistoryRecord",
|
|
737
845
|
"description": "Grants permission to get a profile history record for a profile in a domain",
|
|
@@ -747,6 +855,21 @@
|
|
|
747
855
|
"conditionKeys": [],
|
|
748
856
|
"dependentActions": []
|
|
749
857
|
},
|
|
858
|
+
"getprofileinsights": {
|
|
859
|
+
"name": "GetProfileInsights",
|
|
860
|
+
"description": "Grants permission to list insights for a profile",
|
|
861
|
+
"accessLevel": "Read",
|
|
862
|
+
"resourceTypes": [
|
|
863
|
+
{
|
|
864
|
+
"name": "domains",
|
|
865
|
+
"required": true,
|
|
866
|
+
"conditionKeys": [],
|
|
867
|
+
"dependentActions": []
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"conditionKeys": [],
|
|
871
|
+
"dependentActions": []
|
|
872
|
+
},
|
|
750
873
|
"getprofileobjecttype": {
|
|
751
874
|
"name": "GetProfileObjectType",
|
|
752
875
|
"description": "Grants permission to get a specific profile object type in the domain",
|
|
@@ -776,6 +899,48 @@
|
|
|
776
899
|
"conditionKeys": [],
|
|
777
900
|
"dependentActions": []
|
|
778
901
|
},
|
|
902
|
+
"getprofilerecommendations": {
|
|
903
|
+
"name": "GetProfileRecommendations",
|
|
904
|
+
"description": "Grants permission to list recommendations for a profile",
|
|
905
|
+
"accessLevel": "Read",
|
|
906
|
+
"resourceTypes": [
|
|
907
|
+
{
|
|
908
|
+
"name": "domains",
|
|
909
|
+
"required": true,
|
|
910
|
+
"conditionKeys": [],
|
|
911
|
+
"dependentActions": []
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "recommenders",
|
|
915
|
+
"required": true,
|
|
916
|
+
"conditionKeys": [],
|
|
917
|
+
"dependentActions": []
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"conditionKeys": [],
|
|
921
|
+
"dependentActions": []
|
|
922
|
+
},
|
|
923
|
+
"getrecommender": {
|
|
924
|
+
"name": "GetRecommender",
|
|
925
|
+
"description": "Grants permission to get Recommender details in a domain",
|
|
926
|
+
"accessLevel": "Read",
|
|
927
|
+
"resourceTypes": [
|
|
928
|
+
{
|
|
929
|
+
"name": "domains",
|
|
930
|
+
"required": true,
|
|
931
|
+
"conditionKeys": [],
|
|
932
|
+
"dependentActions": []
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "recommenders",
|
|
936
|
+
"required": true,
|
|
937
|
+
"conditionKeys": [],
|
|
938
|
+
"dependentActions": []
|
|
939
|
+
}
|
|
940
|
+
],
|
|
941
|
+
"conditionKeys": [],
|
|
942
|
+
"dependentActions": []
|
|
943
|
+
},
|
|
779
944
|
"getsegmentdefinition": {
|
|
780
945
|
"name": "GetSegmentDefinition",
|
|
781
946
|
"description": "Grants permission to get a segment definition in the domain",
|
|
@@ -998,6 +1163,42 @@
|
|
|
998
1163
|
"conditionKeys": [],
|
|
999
1164
|
"dependentActions": []
|
|
1000
1165
|
},
|
|
1166
|
+
"listdomainobjecttypes": {
|
|
1167
|
+
"name": "ListDomainObjectTypes",
|
|
1168
|
+
"description": "Grants permission to list all the domain object types in the domain",
|
|
1169
|
+
"accessLevel": "List",
|
|
1170
|
+
"resourceTypes": [
|
|
1171
|
+
{
|
|
1172
|
+
"name": "domains",
|
|
1173
|
+
"required": true,
|
|
1174
|
+
"conditionKeys": [],
|
|
1175
|
+
"dependentActions": []
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"conditionKeys": [],
|
|
1179
|
+
"dependentActions": []
|
|
1180
|
+
},
|
|
1181
|
+
"listdomainobjects": {
|
|
1182
|
+
"name": "ListDomainObjects",
|
|
1183
|
+
"description": "Grants permission to list domain objects in a domain",
|
|
1184
|
+
"accessLevel": "List",
|
|
1185
|
+
"resourceTypes": [
|
|
1186
|
+
{
|
|
1187
|
+
"name": "domain-object-types",
|
|
1188
|
+
"required": true,
|
|
1189
|
+
"conditionKeys": [],
|
|
1190
|
+
"dependentActions": []
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "domains",
|
|
1194
|
+
"required": true,
|
|
1195
|
+
"conditionKeys": [],
|
|
1196
|
+
"dependentActions": []
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"conditionKeys": [],
|
|
1200
|
+
"dependentActions": []
|
|
1201
|
+
},
|
|
1001
1202
|
"listdomains": {
|
|
1002
1203
|
"name": "ListDomains",
|
|
1003
1204
|
"description": "Grants permission to list all the domains in an account",
|
|
@@ -1066,6 +1267,27 @@
|
|
|
1066
1267
|
"conditionKeys": [],
|
|
1067
1268
|
"dependentActions": []
|
|
1068
1269
|
},
|
|
1270
|
+
"listobjecttypeattributevalues": {
|
|
1271
|
+
"name": "ListObjectTypeAttributeValues",
|
|
1272
|
+
"description": "Grants permission to list values of a specific attribute for object type in the domain",
|
|
1273
|
+
"accessLevel": "List",
|
|
1274
|
+
"resourceTypes": [
|
|
1275
|
+
{
|
|
1276
|
+
"name": "domains",
|
|
1277
|
+
"required": true,
|
|
1278
|
+
"conditionKeys": [],
|
|
1279
|
+
"dependentActions": []
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "object-types",
|
|
1283
|
+
"required": true,
|
|
1284
|
+
"conditionKeys": [],
|
|
1285
|
+
"dependentActions": []
|
|
1286
|
+
}
|
|
1287
|
+
],
|
|
1288
|
+
"conditionKeys": [],
|
|
1289
|
+
"dependentActions": []
|
|
1290
|
+
},
|
|
1069
1291
|
"listobjecttypeattributes": {
|
|
1070
1292
|
"name": "ListObjectTypeAttributes",
|
|
1071
1293
|
"description": "Grants permission to list all the attributes of a specific object type in the domain",
|
|
@@ -1161,6 +1383,29 @@
|
|
|
1161
1383
|
"conditionKeys": [],
|
|
1162
1384
|
"dependentActions": []
|
|
1163
1385
|
},
|
|
1386
|
+
"listrecommenderrecipes": {
|
|
1387
|
+
"name": "ListRecommenderRecipes",
|
|
1388
|
+
"description": "Grants permission to list all the Recommenders Recipes in the domain",
|
|
1389
|
+
"accessLevel": "List",
|
|
1390
|
+
"resourceTypes": [],
|
|
1391
|
+
"conditionKeys": [],
|
|
1392
|
+
"dependentActions": []
|
|
1393
|
+
},
|
|
1394
|
+
"listrecommenders": {
|
|
1395
|
+
"name": "ListRecommenders",
|
|
1396
|
+
"description": "Grants permission to list all the Recommenders in the domain",
|
|
1397
|
+
"accessLevel": "List",
|
|
1398
|
+
"resourceTypes": [
|
|
1399
|
+
{
|
|
1400
|
+
"name": "domains",
|
|
1401
|
+
"required": true,
|
|
1402
|
+
"conditionKeys": [],
|
|
1403
|
+
"dependentActions": []
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"conditionKeys": [],
|
|
1407
|
+
"dependentActions": []
|
|
1408
|
+
},
|
|
1164
1409
|
"listrulebasedmatches": {
|
|
1165
1410
|
"name": "ListRuleBasedMatches",
|
|
1166
1411
|
"description": "Grants permission to list all the rule-based matching result in the domain",
|
|
@@ -1202,6 +1447,12 @@
|
|
|
1202
1447
|
"conditionKeys": [],
|
|
1203
1448
|
"dependentActions": []
|
|
1204
1449
|
},
|
|
1450
|
+
{
|
|
1451
|
+
"name": "domain-object-types",
|
|
1452
|
+
"required": false,
|
|
1453
|
+
"conditionKeys": [],
|
|
1454
|
+
"dependentActions": []
|
|
1455
|
+
},
|
|
1205
1456
|
{
|
|
1206
1457
|
"name": "domains",
|
|
1207
1458
|
"required": false,
|
|
@@ -1238,6 +1489,12 @@
|
|
|
1238
1489
|
"conditionKeys": [],
|
|
1239
1490
|
"dependentActions": []
|
|
1240
1491
|
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "recommenders",
|
|
1494
|
+
"required": false,
|
|
1495
|
+
"conditionKeys": [],
|
|
1496
|
+
"dependentActions": []
|
|
1497
|
+
},
|
|
1241
1498
|
{
|
|
1242
1499
|
"name": "segment-definitions",
|
|
1243
1500
|
"required": false,
|
|
@@ -1293,6 +1550,30 @@
|
|
|
1293
1550
|
"conditionKeys": [],
|
|
1294
1551
|
"dependentActions": []
|
|
1295
1552
|
},
|
|
1553
|
+
"putdomainobjecttype": {
|
|
1554
|
+
"name": "PutDomainObjectType",
|
|
1555
|
+
"description": "Grants permission to put a specific domain object type in the domain",
|
|
1556
|
+
"accessLevel": "Write",
|
|
1557
|
+
"resourceTypes": [
|
|
1558
|
+
{
|
|
1559
|
+
"name": "domain-object-types",
|
|
1560
|
+
"required": true,
|
|
1561
|
+
"conditionKeys": [
|
|
1562
|
+
"aws:RequestTag/${TagKey}",
|
|
1563
|
+
"aws:TagKeys"
|
|
1564
|
+
],
|
|
1565
|
+
"dependentActions": []
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "domains",
|
|
1569
|
+
"required": true,
|
|
1570
|
+
"conditionKeys": [],
|
|
1571
|
+
"dependentActions": []
|
|
1572
|
+
}
|
|
1573
|
+
],
|
|
1574
|
+
"conditionKeys": [],
|
|
1575
|
+
"dependentActions": []
|
|
1576
|
+
},
|
|
1296
1577
|
"putintegration": {
|
|
1297
1578
|
"name": "PutIntegration",
|
|
1298
1579
|
"description": "Grants permission to put a integration in a domain",
|
|
@@ -1383,6 +1664,27 @@
|
|
|
1383
1664
|
"conditionKeys": [],
|
|
1384
1665
|
"dependentActions": []
|
|
1385
1666
|
},
|
|
1667
|
+
"startrecommender": {
|
|
1668
|
+
"name": "StartRecommender",
|
|
1669
|
+
"description": "Grants permission to start a recommender in a domain",
|
|
1670
|
+
"accessLevel": "Write",
|
|
1671
|
+
"resourceTypes": [
|
|
1672
|
+
{
|
|
1673
|
+
"name": "domains",
|
|
1674
|
+
"required": true,
|
|
1675
|
+
"conditionKeys": [],
|
|
1676
|
+
"dependentActions": []
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "recommenders",
|
|
1680
|
+
"required": true,
|
|
1681
|
+
"conditionKeys": [],
|
|
1682
|
+
"dependentActions": []
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"conditionKeys": [],
|
|
1686
|
+
"dependentActions": []
|
|
1687
|
+
},
|
|
1386
1688
|
"startuploadjob": {
|
|
1387
1689
|
"name": "StartUploadJob",
|
|
1388
1690
|
"description": "Grants permission to start an upload job in the domain",
|
|
@@ -1398,6 +1700,27 @@
|
|
|
1398
1700
|
"conditionKeys": [],
|
|
1399
1701
|
"dependentActions": []
|
|
1400
1702
|
},
|
|
1703
|
+
"stoprecommender": {
|
|
1704
|
+
"name": "StopRecommender",
|
|
1705
|
+
"description": "Grants permission to stop a recommender in a domain",
|
|
1706
|
+
"accessLevel": "Write",
|
|
1707
|
+
"resourceTypes": [
|
|
1708
|
+
{
|
|
1709
|
+
"name": "domains",
|
|
1710
|
+
"required": true,
|
|
1711
|
+
"conditionKeys": [],
|
|
1712
|
+
"dependentActions": []
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "recommenders",
|
|
1716
|
+
"required": true,
|
|
1717
|
+
"conditionKeys": [],
|
|
1718
|
+
"dependentActions": []
|
|
1719
|
+
}
|
|
1720
|
+
],
|
|
1721
|
+
"conditionKeys": [],
|
|
1722
|
+
"dependentActions": []
|
|
1723
|
+
},
|
|
1401
1724
|
"stopuploadjob": {
|
|
1402
1725
|
"name": "StopUploadJob",
|
|
1403
1726
|
"description": "Grants permission to stop an upload job in the domain",
|
|
@@ -1424,6 +1747,12 @@
|
|
|
1424
1747
|
"conditionKeys": [],
|
|
1425
1748
|
"dependentActions": []
|
|
1426
1749
|
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "domain-object-types",
|
|
1752
|
+
"required": false,
|
|
1753
|
+
"conditionKeys": [],
|
|
1754
|
+
"dependentActions": []
|
|
1755
|
+
},
|
|
1427
1756
|
{
|
|
1428
1757
|
"name": "domains",
|
|
1429
1758
|
"required": false,
|
|
@@ -1460,6 +1789,12 @@
|
|
|
1460
1789
|
"conditionKeys": [],
|
|
1461
1790
|
"dependentActions": []
|
|
1462
1791
|
},
|
|
1792
|
+
{
|
|
1793
|
+
"name": "recommenders",
|
|
1794
|
+
"required": false,
|
|
1795
|
+
"conditionKeys": [],
|
|
1796
|
+
"dependentActions": []
|
|
1797
|
+
},
|
|
1463
1798
|
{
|
|
1464
1799
|
"name": "segment-definitions",
|
|
1465
1800
|
"required": false,
|
|
@@ -1484,6 +1819,12 @@
|
|
|
1484
1819
|
"conditionKeys": [],
|
|
1485
1820
|
"dependentActions": []
|
|
1486
1821
|
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "domain-object-types",
|
|
1824
|
+
"required": false,
|
|
1825
|
+
"conditionKeys": [],
|
|
1826
|
+
"dependentActions": []
|
|
1827
|
+
},
|
|
1487
1828
|
{
|
|
1488
1829
|
"name": "domains",
|
|
1489
1830
|
"required": false,
|
|
@@ -1520,6 +1861,12 @@
|
|
|
1520
1861
|
"conditionKeys": [],
|
|
1521
1862
|
"dependentActions": []
|
|
1522
1863
|
},
|
|
1864
|
+
{
|
|
1865
|
+
"name": "recommenders",
|
|
1866
|
+
"required": false,
|
|
1867
|
+
"conditionKeys": [],
|
|
1868
|
+
"dependentActions": []
|
|
1869
|
+
},
|
|
1523
1870
|
{
|
|
1524
1871
|
"name": "segment-definitions",
|
|
1525
1872
|
"required": false,
|
|
@@ -1626,5 +1973,26 @@
|
|
|
1626
1973
|
],
|
|
1627
1974
|
"conditionKeys": [],
|
|
1628
1975
|
"dependentActions": []
|
|
1976
|
+
},
|
|
1977
|
+
"updaterecommender": {
|
|
1978
|
+
"name": "UpdateRecommender",
|
|
1979
|
+
"description": "Grants permission to update a Recommender in the domain",
|
|
1980
|
+
"accessLevel": "Write",
|
|
1981
|
+
"resourceTypes": [
|
|
1982
|
+
{
|
|
1983
|
+
"name": "domains",
|
|
1984
|
+
"required": true,
|
|
1985
|
+
"conditionKeys": [],
|
|
1986
|
+
"dependentActions": []
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "recommenders",
|
|
1990
|
+
"required": true,
|
|
1991
|
+
"conditionKeys": [],
|
|
1992
|
+
"dependentActions": []
|
|
1993
|
+
}
|
|
1994
|
+
],
|
|
1995
|
+
"conditionKeys": [],
|
|
1996
|
+
"dependentActions": []
|
|
1629
1997
|
}
|
|
1630
1998
|
}
|
|
@@ -26,7 +26,10 @@
|
|
|
26
26
|
"dependentActions": []
|
|
27
27
|
}
|
|
28
28
|
],
|
|
29
|
-
"conditionKeys": [
|
|
29
|
+
"conditionKeys": [
|
|
30
|
+
"aws:RequestTag/${TagKey}",
|
|
31
|
+
"aws:TagKeys"
|
|
32
|
+
],
|
|
30
33
|
"dependentActions": []
|
|
31
34
|
},
|
|
32
35
|
"createlink": {
|
|
@@ -34,7 +37,10 @@
|
|
|
34
37
|
"description": "Grants permission to create a new link between RTB applications",
|
|
35
38
|
"accessLevel": "Write",
|
|
36
39
|
"resourceTypes": [],
|
|
37
|
-
"conditionKeys": [
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"aws:RequestTag/${TagKey}",
|
|
42
|
+
"aws:TagKeys"
|
|
43
|
+
],
|
|
38
44
|
"dependentActions": []
|
|
39
45
|
},
|
|
40
46
|
"createoutboundexternallink": {
|
|
@@ -49,7 +55,10 @@
|
|
|
49
55
|
"dependentActions": []
|
|
50
56
|
}
|
|
51
57
|
],
|
|
52
|
-
"conditionKeys": [
|
|
58
|
+
"conditionKeys": [
|
|
59
|
+
"aws:RequestTag/${TagKey}",
|
|
60
|
+
"aws:TagKeys"
|
|
61
|
+
],
|
|
53
62
|
"dependentActions": []
|
|
54
63
|
},
|
|
55
64
|
"createrequestergateway": {
|
|
@@ -57,7 +66,10 @@
|
|
|
57
66
|
"description": "Grants permission to create a requester gateway",
|
|
58
67
|
"accessLevel": "Write",
|
|
59
68
|
"resourceTypes": [],
|
|
60
|
-
"conditionKeys": [
|
|
69
|
+
"conditionKeys": [
|
|
70
|
+
"aws:RequestTag/${TagKey}",
|
|
71
|
+
"aws:TagKeys"
|
|
72
|
+
],
|
|
61
73
|
"dependentActions": []
|
|
62
74
|
},
|
|
63
75
|
"createrespondergateway": {
|
|
@@ -65,7 +77,10 @@
|
|
|
65
77
|
"description": "Grants permission to create a responder gateway",
|
|
66
78
|
"accessLevel": "Write",
|
|
67
79
|
"resourceTypes": [],
|
|
68
|
-
"conditionKeys": [
|
|
80
|
+
"conditionKeys": [
|
|
81
|
+
"aws:RequestTag/${TagKey}",
|
|
82
|
+
"aws:TagKeys"
|
|
83
|
+
],
|
|
69
84
|
"dependentActions": []
|
|
70
85
|
},
|
|
71
86
|
"deleteinboundexternallink": {
|
|
@@ -270,10 +285,39 @@
|
|
|
270
285
|
"name": "ListTagsForResource",
|
|
271
286
|
"description": "Grants permission to list tags for a resource",
|
|
272
287
|
"accessLevel": "Read",
|
|
273
|
-
"resourceTypes": [
|
|
274
|
-
|
|
275
|
-
|
|
288
|
+
"resourceTypes": [
|
|
289
|
+
{
|
|
290
|
+
"name": "InboundExternalLink",
|
|
291
|
+
"required": false,
|
|
292
|
+
"conditionKeys": [],
|
|
293
|
+
"dependentActions": []
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "Link",
|
|
297
|
+
"required": false,
|
|
298
|
+
"conditionKeys": [],
|
|
299
|
+
"dependentActions": []
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "OutboundExternalLink",
|
|
303
|
+
"required": false,
|
|
304
|
+
"conditionKeys": [],
|
|
305
|
+
"dependentActions": []
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "RequesterGateway",
|
|
309
|
+
"required": false,
|
|
310
|
+
"conditionKeys": [],
|
|
311
|
+
"dependentActions": []
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "ResponderGateway",
|
|
315
|
+
"required": false,
|
|
316
|
+
"conditionKeys": [],
|
|
317
|
+
"dependentActions": []
|
|
318
|
+
}
|
|
276
319
|
],
|
|
320
|
+
"conditionKeys": [],
|
|
277
321
|
"dependentActions": []
|
|
278
322
|
},
|
|
279
323
|
"rejectlink": {
|
|
@@ -295,10 +339,40 @@
|
|
|
295
339
|
"name": "TagResource",
|
|
296
340
|
"description": "Grants permission to assign one or more tags (key-value pairs) to the specified resource",
|
|
297
341
|
"accessLevel": "Tagging",
|
|
298
|
-
"resourceTypes": [
|
|
342
|
+
"resourceTypes": [
|
|
343
|
+
{
|
|
344
|
+
"name": "InboundExternalLink",
|
|
345
|
+
"required": false,
|
|
346
|
+
"conditionKeys": [],
|
|
347
|
+
"dependentActions": []
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "Link",
|
|
351
|
+
"required": false,
|
|
352
|
+
"conditionKeys": [],
|
|
353
|
+
"dependentActions": []
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "OutboundExternalLink",
|
|
357
|
+
"required": false,
|
|
358
|
+
"conditionKeys": [],
|
|
359
|
+
"dependentActions": []
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "RequesterGateway",
|
|
363
|
+
"required": false,
|
|
364
|
+
"conditionKeys": [],
|
|
365
|
+
"dependentActions": []
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "ResponderGateway",
|
|
369
|
+
"required": false,
|
|
370
|
+
"conditionKeys": [],
|
|
371
|
+
"dependentActions": []
|
|
372
|
+
}
|
|
373
|
+
],
|
|
299
374
|
"conditionKeys": [
|
|
300
375
|
"aws:RequestTag/${TagKey}",
|
|
301
|
-
"aws:ResourceTag/${TagKey}",
|
|
302
376
|
"aws:TagKeys"
|
|
303
377
|
],
|
|
304
378
|
"dependentActions": []
|
|
@@ -307,9 +381,39 @@
|
|
|
307
381
|
"name": "UntagResource",
|
|
308
382
|
"description": "Grants permission to remove a tag or tags from a resource",
|
|
309
383
|
"accessLevel": "Tagging",
|
|
310
|
-
"resourceTypes": [
|
|
384
|
+
"resourceTypes": [
|
|
385
|
+
{
|
|
386
|
+
"name": "InboundExternalLink",
|
|
387
|
+
"required": false,
|
|
388
|
+
"conditionKeys": [],
|
|
389
|
+
"dependentActions": []
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "Link",
|
|
393
|
+
"required": false,
|
|
394
|
+
"conditionKeys": [],
|
|
395
|
+
"dependentActions": []
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "OutboundExternalLink",
|
|
399
|
+
"required": false,
|
|
400
|
+
"conditionKeys": [],
|
|
401
|
+
"dependentActions": []
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "RequesterGateway",
|
|
405
|
+
"required": false,
|
|
406
|
+
"conditionKeys": [],
|
|
407
|
+
"dependentActions": []
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "ResponderGateway",
|
|
411
|
+
"required": false,
|
|
412
|
+
"conditionKeys": [],
|
|
413
|
+
"dependentActions": []
|
|
414
|
+
}
|
|
415
|
+
],
|
|
311
416
|
"conditionKeys": [
|
|
312
|
-
"aws:ResourceTag/${TagKey}",
|
|
313
417
|
"aws:TagKeys"
|
|
314
418
|
],
|
|
315
419
|
"dependentActions": []
|