@cloud-copilot/iam-data 0.15.202512181 → 0.15.202512201

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.
@@ -1,4 +1,81 @@
1
1
  {
2
+ "createportal": {
3
+ "name": "CreatePortal",
4
+ "description": "Grants permission to create a Portal",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "Portal",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [
15
+ "apigateway:Request/PortalDisplayName",
16
+ "apigateway:Request/PortalDomainName",
17
+ "apigateway:Request/CognitoUserPoolArn",
18
+ "aws:RequestTag/${TagKey}",
19
+ "aws:TagKeys"
20
+ ],
21
+ "dependentActions": []
22
+ },
23
+ "createportalproduct": {
24
+ "name": "CreatePortalProduct",
25
+ "description": "Grants permission to create a Portal Product",
26
+ "accessLevel": "Write",
27
+ "resourceTypes": [
28
+ {
29
+ "name": "PortalProduct",
30
+ "required": true,
31
+ "conditionKeys": [],
32
+ "dependentActions": []
33
+ }
34
+ ],
35
+ "conditionKeys": [
36
+ "apigateway:Request/PortalProductDisplayName",
37
+ "aws:RequestTag/${TagKey}",
38
+ "aws:TagKeys"
39
+ ],
40
+ "dependentActions": []
41
+ },
42
+ "createproductpage": {
43
+ "name": "CreateProductPage",
44
+ "description": "Grants permission to create a Product Page",
45
+ "accessLevel": "Write",
46
+ "resourceTypes": [
47
+ {
48
+ "name": "ProductPage",
49
+ "required": true,
50
+ "conditionKeys": [],
51
+ "dependentActions": []
52
+ }
53
+ ],
54
+ "conditionKeys": [
55
+ "apigateway:Request/ProductPageTitle"
56
+ ],
57
+ "dependentActions": []
58
+ },
59
+ "createproductrestendpointpage": {
60
+ "name": "CreateProductRestEndpointPage",
61
+ "description": "Grants permission to create a Product REST Endpoint Page",
62
+ "accessLevel": "Write",
63
+ "resourceTypes": [
64
+ {
65
+ "name": "ProductRestEndpointPage",
66
+ "required": true,
67
+ "conditionKeys": [],
68
+ "dependentActions": []
69
+ }
70
+ ],
71
+ "conditionKeys": [
72
+ "apigateway:Request/RestApiId",
73
+ "apigateway:Request/Stage",
74
+ "apigateway:Request/Method",
75
+ "apigateway:Request/ProductRestEndpointPageEndpointPrefix"
76
+ ],
77
+ "dependentActions": []
78
+ },
2
79
  "createroutingrule": {
3
80
  "name": "CreateRoutingRule",
4
81
  "description": "Grants permission to create a routing rule",
@@ -189,6 +266,87 @@
189
266
  ],
190
267
  "dependentActions": []
191
268
  },
269
+ "deleteportal": {
270
+ "name": "DeletePortal",
271
+ "description": "Grants permission to delete a Portal",
272
+ "accessLevel": "Write",
273
+ "resourceTypes": [
274
+ {
275
+ "name": "Portal",
276
+ "required": true,
277
+ "conditionKeys": [],
278
+ "dependentActions": []
279
+ }
280
+ ],
281
+ "conditionKeys": [],
282
+ "dependentActions": []
283
+ },
284
+ "deleteportalproduct": {
285
+ "name": "DeletePortalProduct",
286
+ "description": "Grants permission to delete a Portal Product",
287
+ "accessLevel": "Write",
288
+ "resourceTypes": [
289
+ {
290
+ "name": "PortalProduct",
291
+ "required": true,
292
+ "conditionKeys": [],
293
+ "dependentActions": []
294
+ }
295
+ ],
296
+ "conditionKeys": [],
297
+ "dependentActions": []
298
+ },
299
+ "deleteportalproductsharingpolicy": {
300
+ "name": "DeletePortalProductSharingPolicy",
301
+ "description": "Grants permission to delete a Portal Product Sharing Policy",
302
+ "accessLevel": "Permissions management",
303
+ "resourceTypes": [
304
+ {
305
+ "name": "PortalProduct",
306
+ "required": true,
307
+ "conditionKeys": [],
308
+ "dependentActions": []
309
+ }
310
+ ],
311
+ "conditionKeys": [],
312
+ "dependentActions": []
313
+ },
314
+ "deleteproductpage": {
315
+ "name": "DeleteProductPage",
316
+ "description": "Grants permission to delete a Product Page",
317
+ "accessLevel": "Write",
318
+ "resourceTypes": [
319
+ {
320
+ "name": "ProductPage",
321
+ "required": true,
322
+ "conditionKeys": [],
323
+ "dependentActions": []
324
+ }
325
+ ],
326
+ "conditionKeys": [],
327
+ "dependentActions": []
328
+ },
329
+ "deleteproductrestendpointpage": {
330
+ "name": "DeleteProductRestEndpointPage",
331
+ "description": "Grants permission to delete a Product REST Endpoint Page",
332
+ "accessLevel": "Write",
333
+ "resourceTypes": [
334
+ {
335
+ "name": "PortalProduct",
336
+ "required": true,
337
+ "conditionKeys": [],
338
+ "dependentActions": []
339
+ },
340
+ {
341
+ "name": "ProductRestEndpointPage",
342
+ "required": true,
343
+ "conditionKeys": [],
344
+ "dependentActions": []
345
+ }
346
+ ],
347
+ "conditionKeys": [],
348
+ "dependentActions": []
349
+ },
192
350
  "deleteroutingrule": {
193
351
  "name": "DeleteRoutingRule",
194
352
  "description": "Grants permission to delete a routing rule",
@@ -211,6 +369,21 @@
211
369
  ],
212
370
  "dependentActions": []
213
371
  },
372
+ "disableportal": {
373
+ "name": "DisablePortal",
374
+ "description": "Grants permission to disable a Portal",
375
+ "accessLevel": "Write",
376
+ "resourceTypes": [
377
+ {
378
+ "name": "Portal",
379
+ "required": true,
380
+ "conditionKeys": [],
381
+ "dependentActions": []
382
+ }
383
+ ],
384
+ "conditionKeys": [],
385
+ "dependentActions": []
386
+ },
214
387
  "get": {
215
388
  "name": "GET",
216
389
  "description": "Grants permission to read a particular resource",
@@ -490,6 +663,93 @@
490
663
  "conditionKeys": [],
491
664
  "dependentActions": []
492
665
  },
666
+ "getportal": {
667
+ "name": "GetPortal",
668
+ "description": "Grants permission to read a Portal",
669
+ "accessLevel": "Read",
670
+ "resourceTypes": [
671
+ {
672
+ "name": "Portal",
673
+ "required": true,
674
+ "conditionKeys": [],
675
+ "dependentActions": []
676
+ }
677
+ ],
678
+ "conditionKeys": [],
679
+ "dependentActions": []
680
+ },
681
+ "getportalproduct": {
682
+ "name": "GetPortalProduct",
683
+ "description": "Grants permission to read a Portal Product",
684
+ "accessLevel": "Read",
685
+ "resourceTypes": [
686
+ {
687
+ "name": "PortalProduct",
688
+ "required": true,
689
+ "conditionKeys": [],
690
+ "dependentActions": []
691
+ }
692
+ ],
693
+ "conditionKeys": [],
694
+ "dependentActions": []
695
+ },
696
+ "getportalproductsharingpolicy": {
697
+ "name": "GetPortalProductSharingPolicy",
698
+ "description": "Grants permission to read a Portal Product Sharing Policy",
699
+ "accessLevel": "Read",
700
+ "resourceTypes": [
701
+ {
702
+ "name": "PortalProduct",
703
+ "required": true,
704
+ "conditionKeys": [],
705
+ "dependentActions": []
706
+ }
707
+ ],
708
+ "conditionKeys": [],
709
+ "dependentActions": []
710
+ },
711
+ "getproductpage": {
712
+ "name": "GetProductPage",
713
+ "description": "Grants permission to read a Product Page",
714
+ "accessLevel": "Read",
715
+ "resourceTypes": [
716
+ {
717
+ "name": "ProductPage",
718
+ "required": true,
719
+ "conditionKeys": [],
720
+ "dependentActions": []
721
+ },
722
+ {
723
+ "name": "PortalProduct",
724
+ "required": false,
725
+ "conditionKeys": [],
726
+ "dependentActions": []
727
+ }
728
+ ],
729
+ "conditionKeys": [],
730
+ "dependentActions": []
731
+ },
732
+ "getproductrestendpointpage": {
733
+ "name": "GetProductRestEndpointPage",
734
+ "description": "Grants permission to read a Product REST Endpoint Page",
735
+ "accessLevel": "Read",
736
+ "resourceTypes": [
737
+ {
738
+ "name": "ProductRestEndpointPage",
739
+ "required": true,
740
+ "conditionKeys": [],
741
+ "dependentActions": []
742
+ },
743
+ {
744
+ "name": "PortalProduct",
745
+ "required": false,
746
+ "conditionKeys": [],
747
+ "dependentActions": []
748
+ }
749
+ ],
750
+ "conditionKeys": [],
751
+ "dependentActions": []
752
+ },
493
753
  "getroutingrule": {
494
754
  "name": "GetRoutingRule",
495
755
  "description": "Grants permission to read a routing rule",
@@ -507,6 +767,78 @@
507
767
  ],
508
768
  "dependentActions": []
509
769
  },
770
+ "listportalproducts": {
771
+ "name": "ListPortalProducts",
772
+ "description": "Grants permission to list Portal Products",
773
+ "accessLevel": "List",
774
+ "resourceTypes": [
775
+ {
776
+ "name": "PortalProduct",
777
+ "required": true,
778
+ "conditionKeys": [],
779
+ "dependentActions": []
780
+ }
781
+ ],
782
+ "conditionKeys": [],
783
+ "dependentActions": []
784
+ },
785
+ "listportals": {
786
+ "name": "ListPortals",
787
+ "description": "Grants permission to list Portals",
788
+ "accessLevel": "List",
789
+ "resourceTypes": [
790
+ {
791
+ "name": "Portal",
792
+ "required": true,
793
+ "conditionKeys": [],
794
+ "dependentActions": []
795
+ }
796
+ ],
797
+ "conditionKeys": [],
798
+ "dependentActions": []
799
+ },
800
+ "listproductpages": {
801
+ "name": "ListProductPages",
802
+ "description": "Grants permission to list Product Pages",
803
+ "accessLevel": "List",
804
+ "resourceTypes": [
805
+ {
806
+ "name": "ProductPage",
807
+ "required": true,
808
+ "conditionKeys": [],
809
+ "dependentActions": []
810
+ },
811
+ {
812
+ "name": "PortalProduct",
813
+ "required": false,
814
+ "conditionKeys": [],
815
+ "dependentActions": []
816
+ }
817
+ ],
818
+ "conditionKeys": [],
819
+ "dependentActions": []
820
+ },
821
+ "listproductrestendpointpages": {
822
+ "name": "ListProductRestEndpointPages",
823
+ "description": "Grants permission to list Product REST Endpoint Pages",
824
+ "accessLevel": "List",
825
+ "resourceTypes": [
826
+ {
827
+ "name": "ProductRestEndpointPage",
828
+ "required": true,
829
+ "conditionKeys": [],
830
+ "dependentActions": []
831
+ },
832
+ {
833
+ "name": "PortalProduct",
834
+ "required": false,
835
+ "conditionKeys": [],
836
+ "dependentActions": []
837
+ }
838
+ ],
839
+ "conditionKeys": [],
840
+ "dependentActions": []
841
+ },
510
842
  "listroutingrules": {
511
843
  "name": "ListRoutingRules",
512
844
  "description": "Grants permission to list routing rules under a domain name",
@@ -872,6 +1204,125 @@
872
1204
  ],
873
1205
  "dependentActions": []
874
1206
  },
1207
+ "previewportal": {
1208
+ "name": "PreviewPortal",
1209
+ "description": "Grants permission to preview a Portal",
1210
+ "accessLevel": "Write",
1211
+ "resourceTypes": [
1212
+ {
1213
+ "name": "Portal",
1214
+ "required": true,
1215
+ "conditionKeys": [],
1216
+ "dependentActions": []
1217
+ }
1218
+ ],
1219
+ "conditionKeys": [],
1220
+ "dependentActions": []
1221
+ },
1222
+ "publishportal": {
1223
+ "name": "PublishPortal",
1224
+ "description": "Grants permission to publish a Portal",
1225
+ "accessLevel": "Write",
1226
+ "resourceTypes": [
1227
+ {
1228
+ "name": "Portal",
1229
+ "required": true,
1230
+ "conditionKeys": [],
1231
+ "dependentActions": []
1232
+ }
1233
+ ],
1234
+ "conditionKeys": [],
1235
+ "dependentActions": []
1236
+ },
1237
+ "putportalproductsharingpolicy": {
1238
+ "name": "PutPortalProductSharingPolicy",
1239
+ "description": "Grants permission to put a Portal Product Sharing Policy",
1240
+ "accessLevel": "Permissions management",
1241
+ "resourceTypes": [
1242
+ {
1243
+ "name": "PortalProduct",
1244
+ "required": true,
1245
+ "conditionKeys": [],
1246
+ "dependentActions": []
1247
+ }
1248
+ ],
1249
+ "conditionKeys": [],
1250
+ "dependentActions": []
1251
+ },
1252
+ "updateportal": {
1253
+ "name": "UpdatePortal",
1254
+ "description": "Grants permission to update a Portal",
1255
+ "accessLevel": "Write",
1256
+ "resourceTypes": [
1257
+ {
1258
+ "name": "Portal",
1259
+ "required": true,
1260
+ "conditionKeys": [],
1261
+ "dependentActions": []
1262
+ }
1263
+ ],
1264
+ "conditionKeys": [
1265
+ "apigateway:Request/PortalDisplayName",
1266
+ "apigateway:Request/PortalDomainName",
1267
+ "apigateway:Request/CognitoUserPoolArn",
1268
+ "aws:RequestTag/${TagKey}",
1269
+ "aws:TagKeys"
1270
+ ],
1271
+ "dependentActions": []
1272
+ },
1273
+ "updateportalproduct": {
1274
+ "name": "UpdatePortalProduct",
1275
+ "description": "Grants permission to update a Portal Product",
1276
+ "accessLevel": "Write",
1277
+ "resourceTypes": [
1278
+ {
1279
+ "name": "PortalProduct",
1280
+ "required": true,
1281
+ "conditionKeys": [],
1282
+ "dependentActions": []
1283
+ }
1284
+ ],
1285
+ "conditionKeys": [
1286
+ "apigateway:Request/PortalProductDisplayName",
1287
+ "aws:RequestTag/${TagKey}",
1288
+ "aws:TagKeys"
1289
+ ],
1290
+ "dependentActions": []
1291
+ },
1292
+ "updateproductpage": {
1293
+ "name": "UpdateProductPage",
1294
+ "description": "Grants permission to update a Product Page",
1295
+ "accessLevel": "Write",
1296
+ "resourceTypes": [
1297
+ {
1298
+ "name": "ProductPage",
1299
+ "required": true,
1300
+ "conditionKeys": [],
1301
+ "dependentActions": []
1302
+ }
1303
+ ],
1304
+ "conditionKeys": [
1305
+ "apigateway:Request/ProductPageTitle"
1306
+ ],
1307
+ "dependentActions": []
1308
+ },
1309
+ "updateproductrestendpointpage": {
1310
+ "name": "UpdateProductRestEndpointPage",
1311
+ "description": "Grants permission to update a Product REST Endpoint Page",
1312
+ "accessLevel": "Write",
1313
+ "resourceTypes": [
1314
+ {
1315
+ "name": "ProductRestEndpointPage",
1316
+ "required": true,
1317
+ "conditionKeys": [],
1318
+ "dependentActions": []
1319
+ }
1320
+ ],
1321
+ "conditionKeys": [
1322
+ "apigateway:Request/ProductRestEndpointPageEndpointPrefix"
1323
+ ],
1324
+ "dependentActions": []
1325
+ },
875
1326
  "updateroutingrule": {
876
1327
  "name": "UpdateRoutingRule",
877
1328
  "description": "Grants permission to update a routing rule using the PutRoutingRule API",
@@ -1644,6 +1644,21 @@
1644
1644
  "conditionKeys": [],
1645
1645
  "dependentActions": []
1646
1646
  },
1647
+ "updatecollaborationchangerequest": {
1648
+ "name": "UpdateCollaborationChangeRequest",
1649
+ "description": "Grants permission to update a change request in a collaboration",
1650
+ "accessLevel": "Write",
1651
+ "resourceTypes": [
1652
+ {
1653
+ "name": "collaboration",
1654
+ "required": true,
1655
+ "conditionKeys": [],
1656
+ "dependentActions": []
1657
+ }
1658
+ ],
1659
+ "conditionKeys": [],
1660
+ "dependentActions": []
1661
+ },
1647
1662
  "updateconfiguredaudiencemodelassociation": {
1648
1663
  "name": "UpdateConfiguredAudienceModelAssociation",
1649
1664
  "description": "Grants permission to update a configured audience model association",