@cloud-copilot/iam-data 0.19.202604231 → 0.19.202604261

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.
@@ -588,7 +588,7 @@
588
588
  },
589
589
  "acceptagreementapprovalrequest": {
590
590
  "name": "AcceptAgreementApprovalRequest",
591
- "description": "Grants permission to users to approve an incoming subscription request (for providers who provide products that require subscription verification)",
591
+ "description": "Grants permission to approve an incoming subscription request (for providers who provide products that require subscription verification)",
592
592
  "accessLevel": "Write",
593
593
  "resourceTypes": [],
594
594
  "conditionKeys": [],
@@ -596,63 +596,83 @@
596
596
  },
597
597
  "acceptagreementcancellationrequest": {
598
598
  "name": "AcceptAgreementCancellationRequest",
599
- "description": "Grants permission to users to accept an agreement cancellation request",
599
+ "description": "Grants permission to accept an agreement cancellation request",
600
600
  "accessLevel": "Write",
601
601
  "resourceTypes": [],
602
- "conditionKeys": [],
602
+ "conditionKeys": [
603
+ "aws-marketplace:PartyType",
604
+ "aws-marketplace:AgreementType"
605
+ ],
603
606
  "dependentActions": []
604
607
  },
605
608
  "acceptagreementpaymentrequest": {
606
609
  "name": "AcceptAgreementPaymentRequest",
607
- "description": "Grants permission to users to accept a payment request",
610
+ "description": "Grants permission to accept a payment request",
608
611
  "accessLevel": "Write",
609
612
  "resourceTypes": [],
610
- "conditionKeys": [],
613
+ "conditionKeys": [
614
+ "aws-marketplace:PartyType",
615
+ "aws-marketplace:AgreementType"
616
+ ],
611
617
  "dependentActions": []
612
618
  },
613
619
  "acceptagreementrequest": {
614
620
  "name": "AcceptAgreementRequest",
615
- "description": "Grants permission to users to accept their agreement requests",
621
+ "description": "Grants permission to accept an agreement request",
616
622
  "accessLevel": "Write",
617
623
  "resourceTypes": [],
618
- "conditionKeys": [],
624
+ "conditionKeys": [
625
+ "aws-marketplace:AgreementType",
626
+ "aws-marketplace:ProductId"
627
+ ],
619
628
  "dependentActions": []
620
629
  },
621
630
  "batchcreatebillingadjustmentrequest": {
622
631
  "name": "BatchCreateBillingAdjustmentRequest",
623
- "description": "Grants permission to users to create a billing adjustment request against an agreement",
632
+ "description": "Grants permission to create a billing adjustment request against an agreement",
624
633
  "accessLevel": "Write",
625
634
  "resourceTypes": [],
626
- "conditionKeys": [],
635
+ "conditionKeys": [
636
+ "aws-marketplace:PartyType",
637
+ "aws-marketplace:AgreementType"
638
+ ],
627
639
  "dependentActions": []
628
640
  },
629
641
  "cancelagreement": {
630
642
  "name": "CancelAgreement",
631
- "description": "Grants permission to users to cancel their agreements",
643
+ "description": "Grants permission to cancel agreements",
632
644
  "accessLevel": "Write",
633
645
  "resourceTypes": [],
634
- "conditionKeys": [],
646
+ "conditionKeys": [
647
+ "aws-marketplace:AgreementType"
648
+ ],
635
649
  "dependentActions": []
636
650
  },
637
651
  "cancelagreementcancellationrequest": {
638
652
  "name": "CancelAgreementCancellationRequest",
639
- "description": "Grants permission to users to withdraw a pending agreement cancellation request",
653
+ "description": "Grants permission to cancel a pending agreement cancellation request",
640
654
  "accessLevel": "Write",
641
655
  "resourceTypes": [],
642
- "conditionKeys": [],
656
+ "conditionKeys": [
657
+ "aws-marketplace:PartyType",
658
+ "aws-marketplace:AgreementType"
659
+ ],
643
660
  "dependentActions": []
644
661
  },
645
662
  "cancelagreementpaymentrequest": {
646
663
  "name": "CancelAgreementPaymentRequest",
647
- "description": "Grants permission to users to cancel a payment request",
664
+ "description": "Grants permission to cancel a payment request",
648
665
  "accessLevel": "Write",
649
666
  "resourceTypes": [],
650
- "conditionKeys": [],
667
+ "conditionKeys": [
668
+ "aws-marketplace:PartyType",
669
+ "aws-marketplace:AgreementType"
670
+ ],
651
671
  "dependentActions": []
652
672
  },
653
673
  "cancelagreementrequest": {
654
674
  "name": "CancelAgreementRequest",
655
- "description": "Grants permission to users to cancel pending subscription requests for products that require subscription verification",
675
+ "description": "Grants permission to cancel pending subscription requests for products that require subscription verification",
656
676
  "accessLevel": "Write",
657
677
  "resourceTypes": [],
658
678
  "conditionKeys": [],
@@ -660,23 +680,29 @@
660
680
  },
661
681
  "createagreementrequest": {
662
682
  "name": "CreateAgreementRequest",
663
- "description": "Grants permission to users to create an agreement request",
683
+ "description": "Grants permission to create an agreement request",
664
684
  "accessLevel": "Write",
665
685
  "resourceTypes": [],
666
- "conditionKeys": [],
686
+ "conditionKeys": [
687
+ "aws-marketplace:AgreementType",
688
+ "aws-marketplace:ProductId"
689
+ ],
667
690
  "dependentActions": []
668
691
  },
669
692
  "describeagreement": {
670
693
  "name": "DescribeAgreement",
671
- "description": "Grants permission to users to describe the metadata about the agreement",
694
+ "description": "Grants permission to describe the metadata about the agreement",
672
695
  "accessLevel": "Read",
673
696
  "resourceTypes": [],
674
- "conditionKeys": [],
697
+ "conditionKeys": [
698
+ "aws-marketplace:PartyType",
699
+ "aws-marketplace:AgreementType"
700
+ ],
675
701
  "dependentActions": []
676
702
  },
677
703
  "getagreementapprovalrequest": {
678
704
  "name": "GetAgreementApprovalRequest",
679
- "description": "Grants permission to users to view the details of their incoming subscription requests (for providers who provide products that require subscription verification)",
705
+ "description": "Grants permission to view the details of incoming subscription requests (for providers who provide products that require subscription verification)",
680
706
  "accessLevel": "Read",
681
707
  "resourceTypes": [],
682
708
  "conditionKeys": [],
@@ -684,31 +710,39 @@
684
710
  },
685
711
  "getagreementcancellationrequest": {
686
712
  "name": "GetAgreementCancellationRequest",
687
- "description": "Grants permission to users to view the details of an agreement cancellation request",
713
+ "description": "Grants permission to view the details of an agreement cancellation request",
688
714
  "accessLevel": "Read",
689
715
  "resourceTypes": [],
690
- "conditionKeys": [],
716
+ "conditionKeys": [
717
+ "aws-marketplace:PartyType",
718
+ "aws-marketplace:AgreementType"
719
+ ],
691
720
  "dependentActions": []
692
721
  },
693
722
  "getagreemententitlements": {
694
723
  "name": "GetAgreementEntitlements",
695
- "description": "Grants permission to users to view the entitlements associated with an agreement",
724
+ "description": "Grants permission to get the entitlements associated with an agreement",
696
725
  "accessLevel": "Read",
697
726
  "resourceTypes": [],
698
- "conditionKeys": [],
727
+ "conditionKeys": [
728
+ "aws-marketplace:AgreementType"
729
+ ],
699
730
  "dependentActions": []
700
731
  },
701
732
  "getagreementpaymentrequest": {
702
733
  "name": "GetAgreementPaymentRequest",
703
- "description": "Grants permission to users to view details for a payment request",
734
+ "description": "Grants permission to view details for a payment request",
704
735
  "accessLevel": "Read",
705
736
  "resourceTypes": [],
706
- "conditionKeys": [],
737
+ "conditionKeys": [
738
+ "aws-marketplace:PartyType",
739
+ "aws-marketplace:AgreementType"
740
+ ],
707
741
  "dependentActions": []
708
742
  },
709
743
  "getagreementrequest": {
710
744
  "name": "GetAgreementRequest",
711
- "description": "Grants permission to users to view the details of their subscription requests for data products that require subscription verification",
745
+ "description": "Grants permission to view the details of subscription requests for data products that require subscription verification",
712
746
  "accessLevel": "Read",
713
747
  "resourceTypes": [],
714
748
  "conditionKeys": [],
@@ -716,23 +750,29 @@
716
750
  },
717
751
  "getagreementterms": {
718
752
  "name": "GetAgreementTerms",
719
- "description": "Grants permission to users to get a list of terms for an agreement",
753
+ "description": "Grants permission to get a list of terms for an agreement",
720
754
  "accessLevel": "List",
721
755
  "resourceTypes": [],
722
- "conditionKeys": [],
756
+ "conditionKeys": [
757
+ "aws-marketplace:PartyType",
758
+ "aws-marketplace:AgreementType"
759
+ ],
723
760
  "dependentActions": []
724
761
  },
725
762
  "getbillingadjustmentrequest": {
726
763
  "name": "GetBillingAdjustmentRequest",
727
- "description": "Grants permission to users to view the details of a billing adjustment request",
764
+ "description": "Grants permission to view the details of a billing adjustment request",
728
765
  "accessLevel": "Read",
729
766
  "resourceTypes": [],
730
- "conditionKeys": [],
767
+ "conditionKeys": [
768
+ "aws-marketplace:PartyType",
769
+ "aws-marketplace:AgreementType"
770
+ ],
731
771
  "dependentActions": []
732
772
  },
733
773
  "listagreementapprovalrequests": {
734
774
  "name": "ListAgreementApprovalRequests",
735
- "description": "Grants permission to users to list their incoming subscription requests (for providers who provide products that require subscription verification)",
775
+ "description": "Grants permission to list incoming subscription requests (for providers who provide products that require subscription verification)",
736
776
  "accessLevel": "List",
737
777
  "resourceTypes": [],
738
778
  "conditionKeys": [],
@@ -740,39 +780,50 @@
740
780
  },
741
781
  "listagreementcancellationrequests": {
742
782
  "name": "ListAgreementCancellationRequests",
743
- "description": "Grants permission to users to list agreement cancellation requests",
783
+ "description": "Grants permission to list agreement cancellation requests",
744
784
  "accessLevel": "List",
745
785
  "resourceTypes": [],
746
- "conditionKeys": [],
786
+ "conditionKeys": [
787
+ "aws-marketplace:PartyType",
788
+ "aws-marketplace:AgreementType"
789
+ ],
747
790
  "dependentActions": []
748
791
  },
749
792
  "listagreementcharges": {
750
793
  "name": "ListAgreementCharges",
751
- "description": "Grants permission to users to view charges associated with their agreements",
794
+ "description": "Grants permission to list charges associated with an agreement",
752
795
  "accessLevel": "List",
753
796
  "resourceTypes": [],
754
- "conditionKeys": [],
797
+ "conditionKeys": [
798
+ "aws-marketplace:AgreementType"
799
+ ],
755
800
  "dependentActions": []
756
801
  },
757
802
  "listagreementinvoicelineitems": {
758
803
  "name": "ListAgreementInvoiceLineItems",
759
- "description": "Grants permission to users to list invoice line items for an agreement",
804
+ "description": "Grants permission to list invoice line items for an agreement",
760
805
  "accessLevel": "List",
761
806
  "resourceTypes": [],
762
- "conditionKeys": [],
807
+ "conditionKeys": [
808
+ "aws-marketplace:PartyType",
809
+ "aws-marketplace:AgreementType"
810
+ ],
763
811
  "dependentActions": []
764
812
  },
765
813
  "listagreementpaymentrequests": {
766
814
  "name": "ListAgreementPaymentRequests",
767
- "description": "Grants permission to users to list payment requests for an agreement",
815
+ "description": "Grants permission to list payment requests for an agreement",
768
816
  "accessLevel": "List",
769
817
  "resourceTypes": [],
770
- "conditionKeys": [],
818
+ "conditionKeys": [
819
+ "aws-marketplace:PartyType",
820
+ "aws-marketplace:AgreementType"
821
+ ],
771
822
  "dependentActions": []
772
823
  },
773
824
  "listagreementrequests": {
774
825
  "name": "ListAgreementRequests",
775
- "description": "Grants permission to users to list their subscription requests for products that require subscription verification",
826
+ "description": "Grants permission to list subscription requests for products that require subscription verification",
776
827
  "accessLevel": "List",
777
828
  "resourceTypes": [],
778
829
  "conditionKeys": [],
@@ -780,15 +831,18 @@
780
831
  },
781
832
  "listbillingadjustmentrequests": {
782
833
  "name": "ListBillingAdjustmentRequests",
783
- "description": "Grants permission to users to list billing adjustment requests",
834
+ "description": "Grants permission to list billing adjustment requests",
784
835
  "accessLevel": "List",
785
836
  "resourceTypes": [],
786
- "conditionKeys": [],
837
+ "conditionKeys": [
838
+ "aws-marketplace:PartyType",
839
+ "aws-marketplace:AgreementType"
840
+ ],
787
841
  "dependentActions": []
788
842
  },
789
843
  "listentitlementdetails": {
790
844
  "name": "ListEntitlementDetails",
791
- "description": "Grants permission to users to view details of the entitlements associated with an agreement. Note that this action is not applicable to Marketplace purchases",
845
+ "description": "Grants permission to list details of the entitlements associated with an agreement. Note that this action is not applicable to Marketplace purchases",
792
846
  "accessLevel": "Read",
793
847
  "resourceTypes": [],
794
848
  "conditionKeys": [],
@@ -796,7 +850,7 @@
796
850
  },
797
851
  "rejectagreementapprovalrequest": {
798
852
  "name": "RejectAgreementApprovalRequest",
799
- "description": "Grants permission to users to decline an incoming subscription requests (for providers who provide products that require subscription verification)",
853
+ "description": "Grants permission to decline an incoming subscription requests (for providers who provide products that require subscription verification)",
800
854
  "accessLevel": "Write",
801
855
  "resourceTypes": [],
802
856
  "conditionKeys": [],
@@ -804,47 +858,62 @@
804
858
  },
805
859
  "rejectagreementcancellationrequest": {
806
860
  "name": "RejectAgreementCancellationRequest",
807
- "description": "Grants permission to users to reject an agreement cancellation request",
861
+ "description": "Grants permission to reject an agreement cancellation request",
808
862
  "accessLevel": "Write",
809
863
  "resourceTypes": [],
810
- "conditionKeys": [],
864
+ "conditionKeys": [
865
+ "aws-marketplace:PartyType",
866
+ "aws-marketplace:AgreementType"
867
+ ],
811
868
  "dependentActions": []
812
869
  },
813
870
  "rejectagreementpaymentrequest": {
814
871
  "name": "RejectAgreementPaymentRequest",
815
- "description": "Grants permission to users to reject a payment request",
872
+ "description": "Grants permission to reject a payment request",
816
873
  "accessLevel": "Write",
817
874
  "resourceTypes": [],
818
- "conditionKeys": [],
875
+ "conditionKeys": [
876
+ "aws-marketplace:PartyType",
877
+ "aws-marketplace:AgreementType"
878
+ ],
819
879
  "dependentActions": []
820
880
  },
821
881
  "searchagreements": {
822
882
  "name": "SearchAgreements",
823
- "description": "Grants permission to users to search their agreements",
883
+ "description": "Grants permission to search agreements",
824
884
  "accessLevel": "List",
825
885
  "resourceTypes": [],
826
- "conditionKeys": [],
886
+ "conditionKeys": [
887
+ "aws-marketplace:PartyType",
888
+ "aws-marketplace:AgreementType"
889
+ ],
827
890
  "dependentActions": []
828
891
  },
829
892
  "sendagreementcancellationrequest": {
830
893
  "name": "SendAgreementCancellationRequest",
831
- "description": "Grants permission to users to send an agreement cancellation request",
894
+ "description": "Grants permission to send an agreement cancellation request",
832
895
  "accessLevel": "Write",
833
896
  "resourceTypes": [],
834
- "conditionKeys": [],
897
+ "conditionKeys": [
898
+ "aws-marketplace:PartyType",
899
+ "aws-marketplace:AgreementType"
900
+ ],
835
901
  "dependentActions": []
836
902
  },
837
903
  "sendagreementpaymentrequest": {
838
904
  "name": "SendAgreementPaymentRequest",
839
- "description": "Grants permission to users to send payment request",
905
+ "description": "Grants permission to send a payment request",
840
906
  "accessLevel": "Write",
841
907
  "resourceTypes": [],
842
- "conditionKeys": [],
908
+ "conditionKeys": [
909
+ "aws-marketplace:PartyType",
910
+ "aws-marketplace:AgreementType"
911
+ ],
843
912
  "dependentActions": []
844
913
  },
845
914
  "subscribe": {
846
915
  "name": "Subscribe",
847
- "description": "Grants permission to users to subscribe to AWS Marketplace products. Includes the ability to send a subscription request for products that require subscription verification. Includes the ability to enable auto-renewal for an existing subscription",
916
+ "description": "Grants permission to subscribe to AWS Marketplace products. Includes the ability to send a subscription request for products that require subscription verification. Includes the ability to enable auto-renewal for an existing subscription",
848
917
  "accessLevel": "Write",
849
918
  "resourceTypes": [],
850
919
  "conditionKeys": [],
@@ -852,7 +921,7 @@
852
921
  },
853
922
  "unsubscribe": {
854
923
  "name": "Unsubscribe",
855
- "description": "Grants permission to users to remove subscriptions to AWS Marketplace products. Includes the ability to disable auto-renewal for an existing subscription",
924
+ "description": "Grants permission to unsubscribe from AWS Marketplace products. Includes the ability to disable auto-renewal for an existing subscription",
856
925
  "accessLevel": "Write",
857
926
  "resourceTypes": [],
858
927
  "conditionKeys": [],
@@ -860,7 +929,7 @@
860
929
  },
861
930
  "updateagreementapprovalrequest": {
862
931
  "name": "UpdateAgreementApprovalRequest",
863
- "description": "Grants permission to users to make changes to an incoming subscription request, including the ability to delete the prospective subscriber's information (for providers who provide products that require subscription verification)",
932
+ "description": "Grants permission to make changes to an incoming subscription request, including the ability to delete the prospective subscriber's information (for providers who provide products that require subscription verification)",
864
933
  "accessLevel": "Write",
865
934
  "resourceTypes": [],
866
935
  "conditionKeys": [],
@@ -868,15 +937,17 @@
868
937
  },
869
938
  "updatepurchaseorders": {
870
939
  "name": "UpdatePurchaseOrders",
871
- "description": "Grants permission to users to update purchase orders for charges associated with their agreements",
940
+ "description": "Grants permission to update purchase orders for charges associated with an agreement",
872
941
  "accessLevel": "Write",
873
942
  "resourceTypes": [],
874
- "conditionKeys": [],
943
+ "conditionKeys": [
944
+ "aws-marketplace:AgreementType"
945
+ ],
875
946
  "dependentActions": []
876
947
  },
877
948
  "viewsubscriptions": {
878
949
  "name": "ViewSubscriptions",
879
- "description": "Grants permission to users to see their account's subscriptions",
950
+ "description": "Grants permission to view account's subscriptions",
880
951
  "accessLevel": "List",
881
952
  "resourceTypes": [],
882
953
  "conditionKeys": [],
@@ -151,7 +151,8 @@
151
151
  "aws:RequestTag/${TagKey}",
152
152
  "aws:TagKeys",
153
153
  "bedrock-agentcore:subnets",
154
- "bedrock-agentcore:securityGroups"
154
+ "bedrock-agentcore:securityGroups",
155
+ "bedrock-agentcore:RuntimeAuthorizerType"
155
156
  ],
156
157
  "dependentActions": [
157
158
  "iam:PassRole"
@@ -294,6 +295,21 @@
294
295
  "conditionKeys": [],
295
296
  "dependentActions": []
296
297
  },
298
+ "createharness": {
299
+ "name": "CreateHarness",
300
+ "description": "Grants permission to create a new harness",
301
+ "accessLevel": "Write",
302
+ "resourceTypes": [],
303
+ "conditionKeys": [
304
+ "aws:RequestTag/${TagKey}",
305
+ "aws:TagKeys"
306
+ ],
307
+ "dependentActions": [
308
+ "bedrock-agentcore:CreateAgentRuntime",
309
+ "bedrock-agentcore:GetAgentRuntime",
310
+ "iam:PassRole"
311
+ ]
312
+ },
297
313
  "creatememory": {
298
314
  "name": "CreateMemory",
299
315
  "description": "Grants permission to create a Memory resource",
@@ -581,6 +597,25 @@
581
597
  "conditionKeys": [],
582
598
  "dependentActions": []
583
599
  },
600
+ "deleteharness": {
601
+ "name": "DeleteHarness",
602
+ "description": "Grants permission to delete a harness",
603
+ "accessLevel": "Write",
604
+ "resourceTypes": [
605
+ {
606
+ "name": "harness",
607
+ "required": true,
608
+ "conditionKeys": [],
609
+ "dependentActions": []
610
+ }
611
+ ],
612
+ "conditionKeys": [],
613
+ "dependentActions": [
614
+ "bedrock-agentcore:DeleteAgentRuntime",
615
+ "bedrock-agentcore:GetAgentRuntime",
616
+ "iam:PassRole"
617
+ ]
618
+ },
584
619
  "deletememory": {
585
620
  "name": "DeleteMemory",
586
621
  "description": "Grants permission to delete a Memory resource",
@@ -1004,6 +1039,21 @@
1004
1039
  "conditionKeys": [],
1005
1040
  "dependentActions": []
1006
1041
  },
1042
+ "getharness": {
1043
+ "name": "GetHarness",
1044
+ "description": "Grants permission to get details of a harness",
1045
+ "accessLevel": "Read",
1046
+ "resourceTypes": [
1047
+ {
1048
+ "name": "harness",
1049
+ "required": true,
1050
+ "conditionKeys": [],
1051
+ "dependentActions": []
1052
+ }
1053
+ ],
1054
+ "conditionKeys": [],
1055
+ "dependentActions": []
1056
+ },
1007
1057
  "getmemory": {
1008
1058
  "name": "GetMemory",
1009
1059
  "description": "Grants permission to fetch details for a Memory resource",
@@ -1499,6 +1549,23 @@
1499
1549
  "conditionKeys": [],
1500
1550
  "dependentActions": []
1501
1551
  },
1552
+ "invokeharness": {
1553
+ "name": "InvokeHarness",
1554
+ "description": "Grants permission to invoke a harness",
1555
+ "accessLevel": "Write",
1556
+ "resourceTypes": [
1557
+ {
1558
+ "name": "harness",
1559
+ "required": true,
1560
+ "conditionKeys": [],
1561
+ "dependentActions": []
1562
+ }
1563
+ ],
1564
+ "conditionKeys": [],
1565
+ "dependentActions": [
1566
+ "bedrock-agentcore:InvokeAgentRuntime"
1567
+ ]
1568
+ },
1502
1569
  "invokeregistrymcp": {
1503
1570
  "name": "InvokeRegistryMcp",
1504
1571
  "description": "Grants permission to invoke an MCP operation against an existing registry",
@@ -1676,6 +1743,14 @@
1676
1743
  "conditionKeys": [],
1677
1744
  "dependentActions": []
1678
1745
  },
1746
+ "listharnesses": {
1747
+ "name": "ListHarnesses",
1748
+ "description": "Grants permission to list harnesses",
1749
+ "accessLevel": "List",
1750
+ "resourceTypes": [],
1751
+ "conditionKeys": [],
1752
+ "dependentActions": []
1753
+ },
1679
1754
  "listmemories": {
1680
1755
  "name": "ListMemories",
1681
1756
  "description": "Grants permission to list memory resources",
@@ -1886,6 +1961,12 @@
1886
1961
  "conditionKeys": [],
1887
1962
  "dependentActions": []
1888
1963
  },
1964
+ {
1965
+ "name": "harness",
1966
+ "required": false,
1967
+ "conditionKeys": [],
1968
+ "dependentActions": []
1969
+ },
1889
1970
  {
1890
1971
  "name": "memory",
1891
1972
  "required": false,
@@ -2325,6 +2406,12 @@
2325
2406
  "conditionKeys": [],
2326
2407
  "dependentActions": []
2327
2408
  },
2409
+ {
2410
+ "name": "harness",
2411
+ "required": false,
2412
+ "conditionKeys": [],
2413
+ "dependentActions": []
2414
+ },
2328
2415
  {
2329
2416
  "name": "memory",
2330
2417
  "required": false,
@@ -2421,6 +2508,12 @@
2421
2508
  "conditionKeys": [],
2422
2509
  "dependentActions": []
2423
2510
  },
2511
+ {
2512
+ "name": "harness",
2513
+ "required": false,
2514
+ "conditionKeys": [],
2515
+ "dependentActions": []
2516
+ },
2424
2517
  {
2425
2518
  "name": "memory",
2426
2519
  "required": false,
@@ -2491,7 +2584,8 @@
2491
2584
  ],
2492
2585
  "conditionKeys": [
2493
2586
  "bedrock-agentcore:subnets",
2494
- "bedrock-agentcore:securityGroups"
2587
+ "bedrock-agentcore:securityGroups",
2588
+ "bedrock-agentcore:RuntimeAuthorizerType"
2495
2589
  ],
2496
2590
  "dependentActions": []
2497
2591
  },
@@ -2605,6 +2699,25 @@
2605
2699
  "conditionKeys": [],
2606
2700
  "dependentActions": []
2607
2701
  },
2702
+ "updateharness": {
2703
+ "name": "UpdateHarness",
2704
+ "description": "Grants permission to update a harness",
2705
+ "accessLevel": "Write",
2706
+ "resourceTypes": [
2707
+ {
2708
+ "name": "harness",
2709
+ "required": true,
2710
+ "conditionKeys": [],
2711
+ "dependentActions": []
2712
+ }
2713
+ ],
2714
+ "conditionKeys": [],
2715
+ "dependentActions": [
2716
+ "bedrock-agentcore:GetAgentRuntime",
2717
+ "bedrock-agentcore:UpdateAgentRuntime",
2718
+ "iam:PassRole"
2719
+ ]
2720
+ },
2608
2721
  "updatememory": {
2609
2722
  "name": "UpdateMemory",
2610
2723
  "description": "Grants permission to update a Memory resource",
@@ -144,6 +144,21 @@
144
144
  "conditionKeys": [],
145
145
  "dependentActions": []
146
146
  },
147
+ "canceljob": {
148
+ "name": "CancelJob",
149
+ "description": "Grants permission to cancel a job",
150
+ "accessLevel": "Write",
151
+ "resourceTypes": [
152
+ {
153
+ "name": "job",
154
+ "required": true,
155
+ "conditionKeys": [],
156
+ "dependentActions": []
157
+ }
158
+ ],
159
+ "conditionKeys": [],
160
+ "dependentActions": []
161
+ },
147
162
  "creategeofencecollection": {
148
163
  "name": "CreateGeofenceCollection",
149
164
  "description": "Grants permission to create a geofence-collection",
@@ -513,6 +528,21 @@
513
528
  ],
514
529
  "dependentActions": []
515
530
  },
531
+ "getjob": {
532
+ "name": "GetJob",
533
+ "description": "Grants permission to retrieve job details",
534
+ "accessLevel": "Read",
535
+ "resourceTypes": [
536
+ {
537
+ "name": "job",
538
+ "required": true,
539
+ "conditionKeys": [],
540
+ "dependentActions": []
541
+ }
542
+ ],
543
+ "conditionKeys": [],
544
+ "dependentActions": []
545
+ },
516
546
  "getmapglyphs": {
517
547
  "name": "GetMapGlyphs",
518
548
  "description": "Grants permission to retrieve the glyph file for a map resource",
@@ -633,6 +663,21 @@
633
663
  "conditionKeys": [],
634
664
  "dependentActions": []
635
665
  },
666
+ "listjobs": {
667
+ "name": "ListJobs",
668
+ "description": "Grants permission to list jobs",
669
+ "accessLevel": "List",
670
+ "resourceTypes": [
671
+ {
672
+ "name": "job",
673
+ "required": true,
674
+ "conditionKeys": [],
675
+ "dependentActions": []
676
+ }
677
+ ],
678
+ "conditionKeys": [],
679
+ "dependentActions": []
680
+ },
636
681
  "listkeys": {
637
682
  "name": "ListKeys",
638
683
  "description": "Grants permission to list API key resources",
@@ -836,6 +881,24 @@
836
881
  "conditionKeys": [],
837
882
  "dependentActions": []
838
883
  },
884
+ "startjob": {
885
+ "name": "StartJob",
886
+ "description": "Grants permission to start a job",
887
+ "accessLevel": "Write",
888
+ "resourceTypes": [
889
+ {
890
+ "name": "job",
891
+ "required": true,
892
+ "conditionKeys": [],
893
+ "dependentActions": []
894
+ }
895
+ ],
896
+ "conditionKeys": [
897
+ "aws:RequestTag/${TagKey}",
898
+ "aws:TagKeys"
899
+ ],
900
+ "dependentActions": []
901
+ },
839
902
  "tagresource": {
840
903
  "name": "TagResource",
841
904
  "description": "Grants permission to adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource",
@@ -14,6 +14,23 @@
14
14
  "conditionKeys": [],
15
15
  "dependentActions": []
16
16
  },
17
+ "batchdeletecodereviews": {
18
+ "name": "BatchDeleteCodeReviews",
19
+ "description": "Grants permission to delete multiple code reviews in a single request",
20
+ "accessLevel": "Write",
21
+ "resourceTypes": [
22
+ {
23
+ "name": "AgentSpace",
24
+ "required": true,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ }
28
+ ],
29
+ "conditionKeys": [],
30
+ "dependentActions": [
31
+ "kms:Decrypt"
32
+ ]
33
+ },
17
34
  "batchdeletepentests": {
18
35
  "name": "BatchDeletePentests",
19
36
  "description": "Grants permission to delete multiple penetration tests in a single request",
@@ -63,6 +80,57 @@
63
80
  "conditionKeys": [],
64
81
  "dependentActions": []
65
82
  },
83
+ "batchgetcodereviewjobtasks": {
84
+ "name": "BatchGetCodeReviewJobTasks",
85
+ "description": "Grants permission to retrieve multiple code review job tasks in a single request",
86
+ "accessLevel": "Read",
87
+ "resourceTypes": [
88
+ {
89
+ "name": "AgentSpace",
90
+ "required": true,
91
+ "conditionKeys": [],
92
+ "dependentActions": []
93
+ }
94
+ ],
95
+ "conditionKeys": [],
96
+ "dependentActions": [
97
+ "kms:Decrypt"
98
+ ]
99
+ },
100
+ "batchgetcodereviewjobs": {
101
+ "name": "BatchGetCodeReviewJobs",
102
+ "description": "Grants permission to retrieve multiple code review jobs in a single request",
103
+ "accessLevel": "Read",
104
+ "resourceTypes": [
105
+ {
106
+ "name": "AgentSpace",
107
+ "required": true,
108
+ "conditionKeys": [],
109
+ "dependentActions": []
110
+ }
111
+ ],
112
+ "conditionKeys": [],
113
+ "dependentActions": [
114
+ "kms:Decrypt"
115
+ ]
116
+ },
117
+ "batchgetcodereviews": {
118
+ "name": "BatchGetCodeReviews",
119
+ "description": "Grants permission to retrieve multiple code reviews in a single request",
120
+ "accessLevel": "Read",
121
+ "resourceTypes": [
122
+ {
123
+ "name": "AgentSpace",
124
+ "required": true,
125
+ "conditionKeys": [],
126
+ "dependentActions": []
127
+ }
128
+ ],
129
+ "conditionKeys": [],
130
+ "dependentActions": [
131
+ "kms:Decrypt"
132
+ ]
133
+ },
66
134
  "batchgetfindings": {
67
135
  "name": "BatchGetFindings",
68
136
  "description": "Grants permission to retrieve multiple security testing findings in a single request",
@@ -193,6 +261,23 @@
193
261
  "sso:CreateApplication"
194
262
  ]
195
263
  },
264
+ "createcodereview": {
265
+ "name": "CreateCodeReview",
266
+ "description": "Grants permission to create a new code review configuration",
267
+ "accessLevel": "Write",
268
+ "resourceTypes": [
269
+ {
270
+ "name": "AgentSpace",
271
+ "required": true,
272
+ "conditionKeys": [],
273
+ "dependentActions": []
274
+ }
275
+ ],
276
+ "conditionKeys": [],
277
+ "dependentActions": [
278
+ "kms:Decrypt"
279
+ ]
280
+ },
196
281
  "createdesignreview": {
197
282
  "name": "CreateDesignReview",
198
283
  "description": "Grants permission to create a design review",
@@ -555,6 +640,57 @@
555
640
  "conditionKeys": [],
556
641
  "dependentActions": []
557
642
  },
643
+ "listcodereviewjobtasks": {
644
+ "name": "ListCodeReviewJobTasks",
645
+ "description": "Grants permission to list tasks associated with a code review job",
646
+ "accessLevel": "List",
647
+ "resourceTypes": [
648
+ {
649
+ "name": "AgentSpace",
650
+ "required": true,
651
+ "conditionKeys": [],
652
+ "dependentActions": []
653
+ }
654
+ ],
655
+ "conditionKeys": [],
656
+ "dependentActions": [
657
+ "kms:Decrypt"
658
+ ]
659
+ },
660
+ "listcodereviewjobsforcodereview": {
661
+ "name": "ListCodeReviewJobsForCodeReview",
662
+ "description": "Grants permission to list code review jobs associated with a code review",
663
+ "accessLevel": "List",
664
+ "resourceTypes": [
665
+ {
666
+ "name": "AgentSpace",
667
+ "required": true,
668
+ "conditionKeys": [],
669
+ "dependentActions": []
670
+ }
671
+ ],
672
+ "conditionKeys": [],
673
+ "dependentActions": [
674
+ "kms:Decrypt"
675
+ ]
676
+ },
677
+ "listcodereviews": {
678
+ "name": "ListCodeReviews",
679
+ "description": "Grants permission to list code reviews with optional filtering by status",
680
+ "accessLevel": "List",
681
+ "resourceTypes": [
682
+ {
683
+ "name": "AgentSpace",
684
+ "required": true,
685
+ "conditionKeys": [],
686
+ "dependentActions": []
687
+ }
688
+ ],
689
+ "conditionKeys": [],
690
+ "dependentActions": [
691
+ "kms:Decrypt"
692
+ ]
693
+ },
558
694
  "listdesignreviewcomments": {
559
695
  "name": "ListDesignReviewComments",
560
696
  "description": "Grants permission to list design review comments",
@@ -818,6 +954,24 @@
818
954
  "kms:GenerateDataKey"
819
955
  ]
820
956
  },
957
+ "startcodereviewjob": {
958
+ "name": "StartCodeReviewJob",
959
+ "description": "Grants permission to initiate the execution of a code review",
960
+ "accessLevel": "Write",
961
+ "resourceTypes": [
962
+ {
963
+ "name": "AgentSpace",
964
+ "required": true,
965
+ "conditionKeys": [],
966
+ "dependentActions": []
967
+ }
968
+ ],
969
+ "conditionKeys": [],
970
+ "dependentActions": [
971
+ "kms:Decrypt",
972
+ "kms:GenerateDataKey"
973
+ ]
974
+ },
821
975
  "startpentestjob": {
822
976
  "name": "StartPentestJob",
823
977
  "description": "Grants permission to initiate the execution of a penetration test",
@@ -836,6 +990,23 @@
836
990
  "kms:GenerateDataKey"
837
991
  ]
838
992
  },
993
+ "stopcodereviewjob": {
994
+ "name": "StopCodeReviewJob",
995
+ "description": "Grants permission to stop the execution of a running code review",
996
+ "accessLevel": "Write",
997
+ "resourceTypes": [
998
+ {
999
+ "name": "AgentSpace",
1000
+ "required": true,
1001
+ "conditionKeys": [],
1002
+ "dependentActions": []
1003
+ }
1004
+ ],
1005
+ "conditionKeys": [],
1006
+ "dependentActions": [
1007
+ "kms:Decrypt"
1008
+ ]
1009
+ },
839
1010
  "stoppentestjob": {
840
1011
  "name": "StopPentestJob",
841
1012
  "description": "Grants permission to stop the execution of a running penetration test",
@@ -986,6 +1157,23 @@
986
1157
  "kms:DescribeKey"
987
1158
  ]
988
1159
  },
1160
+ "updatecodereview": {
1161
+ "name": "UpdateCodeReview",
1162
+ "description": "Grants permission to update an existing code review with new configuration or settings",
1163
+ "accessLevel": "Write",
1164
+ "resourceTypes": [
1165
+ {
1166
+ "name": "AgentSpace",
1167
+ "required": true,
1168
+ "conditionKeys": [],
1169
+ "dependentActions": []
1170
+ }
1171
+ ],
1172
+ "conditionKeys": [],
1173
+ "dependentActions": [
1174
+ "kms:Decrypt"
1175
+ ]
1176
+ },
989
1177
  "updatefinding": {
990
1178
  "name": "UpdateFinding",
991
1179
  "description": "Grants permission to update an existing security finding with new details or status",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "aws-marketplace:productid": {
38
38
  "key": "aws-marketplace:ProductId",
39
- "description": "Filters access by product id for AWS Marketplace RedHat OpenShift and Bedrock Products. Note: Using this condition key will not restrict access to products in AWS Marketplace",
39
+ "description": "Filters access by product id for AWS Marketplace purchases",
40
40
  "type": "ArrayOfString"
41
41
  }
42
42
  }
@@ -49,6 +49,11 @@
49
49
  "description": "Filters access by KMS Key arn provided",
50
50
  "type": "String"
51
51
  },
52
+ "bedrock-agentcore:runtimeauthorizertype": {
53
+ "key": "bedrock-agentcore:RuntimeAuthorizerType",
54
+ "description": "Filters access by the authorizer type configured for the AgentCore runtime",
55
+ "type": "String"
56
+ },
52
57
  "bedrock-agentcore:actorid": {
53
58
  "key": "bedrock-agentcore:actorId",
54
59
  "description": "Filters access by Actor Id",
@@ -124,5 +124,12 @@
124
124
  "registry-record": {
125
125
  "key": "registry-record",
126
126
  "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:registry/${RegistryId}/record/${RecordId}"
127
+ },
128
+ "harness": {
129
+ "key": "harness",
130
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:harness/${HarnessId}",
131
+ "conditionKeys": [
132
+ "aws:ResourceTag/${TagKey}"
133
+ ]
127
134
  }
128
135
  }
@@ -15,6 +15,9 @@
15
15
  },
16
16
  "kmskey": {
17
17
  "key": "kmsKey",
18
- "arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}"
18
+ "arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
19
22
  }
20
23
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202604231",
3
+ "version": "0.19.202604261",
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-23T05:29:28.853Z",
9
+ "updatedAt": "2026-04-26T05:31:05.523Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",