@cloud-copilot/iam-data 0.15.202512191 → 0.15.202512231

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",
@@ -208,6 +208,21 @@
208
208
  "conditionKeys": [],
209
209
  "dependentActions": []
210
210
  },
211
+ "listroute53healthchecksinregion": {
212
+ "name": "ListRoute53HealthChecksInRegion",
213
+ "description": "Grants permission to list Route 53 health checks in a specific AWS Region using the Region switch Regional data plane",
214
+ "accessLevel": "List",
215
+ "resourceTypes": [
216
+ {
217
+ "name": "plan",
218
+ "required": true,
219
+ "conditionKeys": [],
220
+ "dependentActions": []
221
+ }
222
+ ],
223
+ "conditionKeys": [],
224
+ "dependentActions": []
225
+ },
211
226
  "listtagsforresource": {
212
227
  "name": "ListTagsForResource",
213
228
  "description": "Grants permission to list tags for a resource",
@@ -103,7 +103,9 @@
103
103
  "description": "Grants permission to use bearer token",
104
104
  "accessLevel": "Read",
105
105
  "resourceTypes": [],
106
- "conditionKeys": [],
106
+ "conditionKeys": [
107
+ "bedrock:BearerTokenType"
108
+ ],
107
109
  "dependentActions": []
108
110
  },
109
111
  "cancelautomatedreasoningpolicybuildworkflow": {
@@ -190,8 +192,7 @@
190
192
  "resourceTypes": [],
191
193
  "conditionKeys": [
192
194
  "aws:RequestTag/${TagKey}",
193
- "aws:TagKeys",
194
- "bedrock:BearerTokenType"
195
+ "aws:TagKeys"
195
196
  ],
196
197
  "dependentActions": []
197
198
  },
@@ -224,8 +225,7 @@
224
225
  ],
225
226
  "conditionKeys": [
226
227
  "aws:RequestTag/${TagKey}",
227
- "aws:TagKeys",
228
- "bedrock:BearerTokenType"
228
+ "aws:TagKeys"
229
229
  ],
230
230
  "dependentActions": []
231
231
  },
@@ -262,8 +262,7 @@
262
262
  "resourceTypes": [],
263
263
  "conditionKeys": [
264
264
  "aws:RequestTag/${TagKey}",
265
- "aws:TagKeys",
266
- "bedrock:BearerTokenType"
265
+ "aws:TagKeys"
267
266
  ],
268
267
  "dependentActions": []
269
268
  },
@@ -281,8 +280,7 @@
281
280
  ],
282
281
  "conditionKeys": [
283
282
  "aws:RequestTag/${TagKey}",
284
- "aws:TagKeys",
285
- "bedrock:BearerTokenType"
283
+ "aws:TagKeys"
286
284
  ],
287
285
  "dependentActions": []
288
286
  },
@@ -351,8 +349,7 @@
351
349
  ],
352
350
  "conditionKeys": [
353
351
  "aws:RequestTag/${TagKey}",
354
- "aws:TagKeys",
355
- "bedrock:BearerTokenType"
352
+ "aws:TagKeys"
356
353
  ],
357
354
  "dependentActions": []
358
355
  },
@@ -434,8 +431,7 @@
434
431
  ],
435
432
  "conditionKeys": [
436
433
  "aws:RequestTag/${TagKey}",
437
- "aws:TagKeys",
438
- "bedrock:BearerTokenType"
434
+ "aws:TagKeys"
439
435
  ],
440
436
  "dependentActions": []
441
437
  },
@@ -532,8 +528,7 @@
532
528
  ],
533
529
  "conditionKeys": [
534
530
  "aws:RequestTag/${TagKey}",
535
- "aws:TagKeys",
536
- "bedrock:BearerTokenType"
531
+ "aws:TagKeys"
537
532
  ],
538
533
  "dependentActions": []
539
534
  },
@@ -557,8 +552,7 @@
557
552
  ],
558
553
  "conditionKeys": [
559
554
  "aws:RequestTag/${TagKey}",
560
- "aws:TagKeys",
561
- "bedrock:BearerTokenType"
555
+ "aws:TagKeys"
562
556
  ],
563
557
  "dependentActions": []
564
558
  },
@@ -582,8 +576,7 @@
582
576
  ],
583
577
  "conditionKeys": [
584
578
  "aws:RequestTag/${TagKey}",
585
- "aws:TagKeys",
586
- "bedrock:BearerTokenType"
579
+ "aws:TagKeys"
587
580
  ],
588
581
  "dependentActions": []
589
582
  },
@@ -594,8 +587,7 @@
594
587
  "resourceTypes": [],
595
588
  "conditionKeys": [
596
589
  "aws:RequestTag/${TagKey}",
597
- "aws:TagKeys",
598
- "bedrock:BearerTokenType"
590
+ "aws:TagKeys"
599
591
  ],
600
592
  "dependentActions": []
601
593
  },
@@ -625,8 +617,7 @@
625
617
  ],
626
618
  "conditionKeys": [
627
619
  "aws:RequestTag/${TagKey}",
628
- "aws:TagKeys",
629
- "bedrock:BearerTokenType"
620
+ "aws:TagKeys"
630
621
  ],
631
622
  "dependentActions": []
632
623
  },
@@ -667,8 +658,7 @@
667
658
  ],
668
659
  "conditionKeys": [
669
660
  "aws:RequestTag/${TagKey}",
670
- "aws:TagKeys",
671
- "bedrock:BearerTokenType"
661
+ "aws:TagKeys"
672
662
  ],
673
663
  "dependentActions": []
674
664
  },
@@ -710,8 +700,7 @@
710
700
  ],
711
701
  "conditionKeys": [
712
702
  "aws:RequestTag/${TagKey}",
713
- "aws:TagKeys",
714
- "bedrock:BearerTokenType"
703
+ "aws:TagKeys"
715
704
  ],
716
705
  "dependentActions": []
717
706
  },
@@ -2319,7 +2308,6 @@
2319
2308
  "aws:RequestTag/${TagKey}",
2320
2309
  "aws:TagKeys",
2321
2310
  "bedrock:GuardrailIdentifier",
2322
- "bedrock:BearerTokenType",
2323
2311
  "bedrock:ServiceTier"
2324
2312
  ],
2325
2313
  "dependentActions": []
@@ -2388,7 +2376,6 @@
2388
2376
  "bedrock:InferenceProfileArn",
2389
2377
  "bedrock:PromptRouterArn",
2390
2378
  "bedrock:GuardrailIdentifier",
2391
- "bedrock:BearerTokenType",
2392
2379
  "bedrock:ServiceTier"
2393
2380
  ],
2394
2381
  "dependentActions": []
@@ -3602,8 +3589,7 @@
3602
3589
  ],
3603
3590
  "conditionKeys": [
3604
3591
  "aws:TagKeys",
3605
- "aws:RequestTag/${TagKey}",
3606
- "bedrock:BearerTokenType"
3592
+ "aws:RequestTag/${TagKey}"
3607
3593
  ],
3608
3594
  "dependentActions": []
3609
3595
  },
@@ -3776,8 +3762,7 @@
3776
3762
  }
3777
3763
  ],
3778
3764
  "conditionKeys": [
3779
- "aws:TagKeys",
3780
- "bedrock:BearerTokenType"
3765
+ "aws:TagKeys"
3781
3766
  ],
3782
3767
  "dependentActions": []
3783
3768
  },
@@ -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",