@cloud-copilot/iam-data 0.9.202411261 → 0.9.202412071

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.
Files changed (73) hide show
  1. package/data/actions/aiops.json +384 -0
  2. package/data/actions/aoss.json +1 -0
  3. package/data/actions/bedrock.json +576 -2
  4. package/data/actions/chime.json +95 -1
  5. package/data/actions/cleanrooms.json +1 -0
  6. package/data/actions/config.json +146 -14
  7. package/data/actions/connect-campaigns.json +15 -0
  8. package/data/actions/connect.json +40 -1
  9. package/data/actions/datazone.json +0 -5
  10. package/data/actions/dsql.json +191 -0
  11. package/data/actions/eks.json +8 -2
  12. package/data/actions/es.json +99 -3
  13. package/data/actions/glue.json +75 -0
  14. package/data/actions/imagebuilder.json +15 -0
  15. package/data/actions/invoicing.json +136 -0
  16. package/data/actions/logs.json +32 -0
  17. package/data/actions/memorydb.json +162 -0
  18. package/data/actions/networkflowmonitor.json +393 -0
  19. package/data/actions/observabilityadmin.json +66 -0
  20. package/data/actions/opensearch.json +60 -0
  21. package/data/actions/partnercentral.json +256 -0
  22. package/data/actions/qapps.json +0 -4
  23. package/data/actions/qbusiness.json +377 -0
  24. package/data/actions/quicksight.json +79 -0
  25. package/data/actions/redshift-serverless.json +8 -0
  26. package/data/actions/redshift.json +16 -0
  27. package/data/actions/rekognition.json +58 -11
  28. package/data/actions/s3.json +71 -0
  29. package/data/actions/s3tables.json +461 -0
  30. package/data/actions/sagemaker-data-science-assistant.json +11 -0
  31. package/data/actions/sagemaker.json +371 -9
  32. package/data/actions/security-ir.json +344 -0
  33. package/data/actions/transfer.json +127 -0
  34. package/data/actions/vpc-lattice.json +423 -44
  35. package/data/actions/vpce.json +11 -0
  36. package/data/conditionKeys/aiops.json +17 -0
  37. package/data/conditionKeys/bedrock.json +5 -0
  38. package/data/conditionKeys/config.json +5 -0
  39. package/data/conditionKeys/dsql.json +22 -0
  40. package/data/conditionKeys/eks.json +15 -0
  41. package/data/conditionKeys/invoicing.json +17 -1
  42. package/data/conditionKeys/networkflowmonitor.json +17 -0
  43. package/data/conditionKeys/observabilityadmin.json +1 -0
  44. package/data/conditionKeys/s3express.json +5 -0
  45. package/data/conditionKeys/s3tables.json +12 -0
  46. package/data/conditionKeys/sagemaker-data-science-assistant.json +1 -0
  47. package/data/conditionKeys/security-ir.json +17 -0
  48. package/data/conditionKeys/vpc-lattice.json +10 -0
  49. package/data/conditionKeys/vpce.json +1 -0
  50. package/data/resourceTypes/aiops.json +9 -0
  51. package/data/resourceTypes/bedrock.json +27 -0
  52. package/data/resourceTypes/config.json +7 -0
  53. package/data/resourceTypes/dsql.json +9 -0
  54. package/data/resourceTypes/es.json +7 -0
  55. package/data/resourceTypes/invoicing.json +9 -1
  56. package/data/resourceTypes/memorydb.json +12 -0
  57. package/data/resourceTypes/networkflowmonitor.json +16 -0
  58. package/data/resourceTypes/observabilityadmin.json +1 -0
  59. package/data/resourceTypes/opensearch.json +4 -0
  60. package/data/resourceTypes/partnercentral.json +12 -0
  61. package/data/resourceTypes/personalize.json +3 -3
  62. package/data/resourceTypes/qbusiness.json +14 -0
  63. package/data/resourceTypes/rekognition.json +8 -2
  64. package/data/resourceTypes/s3tables.json +14 -0
  65. package/data/resourceTypes/sagemaker-data-science-assistant.json +1 -0
  66. package/data/resourceTypes/sagemaker.json +32 -0
  67. package/data/resourceTypes/security-ir.json +16 -0
  68. package/data/resourceTypes/transfer.json +7 -0
  69. package/data/resourceTypes/vpc-lattice.json +76 -35
  70. package/data/resourceTypes/vpce.json +1 -0
  71. package/data/serviceNames.json +8 -0
  72. package/data/services.json +8 -0
  73. package/package.json +2 -2
@@ -30,6 +30,21 @@
30
30
  "conditionKeys": [],
31
31
  "dependentActions": []
32
32
  },
33
+ "associateagentcollaborator": {
34
+ "name": "AssociateAgentCollaborator",
35
+ "description": "Grants permission to associate another existing agent as a collaborator to an existing agent",
36
+ "accessLevel": "Write",
37
+ "resourceTypes": [
38
+ {
39
+ "name": "agent",
40
+ "required": true,
41
+ "conditionKeys": [],
42
+ "dependentActions": []
43
+ }
44
+ ],
45
+ "conditionKeys": [],
46
+ "dependentActions": []
47
+ },
33
48
  "associateagentknowledgebase": {
34
49
  "name": "AssociateAgentKnowledgeBase",
35
50
  "description": "Grants permission to associate a knowledge base with an agent",
@@ -124,6 +139,44 @@
124
139
  ],
125
140
  "dependentActions": []
126
141
  },
142
+ "createblueprint": {
143
+ "name": "CreateBlueprint",
144
+ "description": "Grants permission to create a blueprint for custom output from data automation",
145
+ "accessLevel": "Write",
146
+ "resourceTypes": [],
147
+ "conditionKeys": [],
148
+ "dependentActions": []
149
+ },
150
+ "createblueprintversion": {
151
+ "name": "CreateBlueprintVersion",
152
+ "description": "Grants permission to create a new version for an existing blueprint",
153
+ "accessLevel": "Write",
154
+ "resourceTypes": [
155
+ {
156
+ "name": "blueprint",
157
+ "required": true,
158
+ "conditionKeys": [],
159
+ "dependentActions": []
160
+ }
161
+ ],
162
+ "conditionKeys": [],
163
+ "dependentActions": []
164
+ },
165
+ "createdataautomationproject": {
166
+ "name": "CreateDataAutomationProject",
167
+ "description": "Grants permission to create a data automation project",
168
+ "accessLevel": "Write",
169
+ "resourceTypes": [
170
+ {
171
+ "name": "blueprint",
172
+ "required": false,
173
+ "conditionKeys": [],
174
+ "dependentActions": []
175
+ }
176
+ ],
177
+ "conditionKeys": [],
178
+ "dependentActions": []
179
+ },
127
180
  "createdatasource": {
128
181
  "name": "CreateDataSource",
129
182
  "description": "Grants permission to create a data source",
@@ -282,6 +335,14 @@
282
335
  ],
283
336
  "dependentActions": []
284
337
  },
338
+ "createmarketplacemodelendpoint": {
339
+ "name": "CreateMarketplaceModelEndpoint",
340
+ "description": "Grants permission to create a marketplace model endpoint",
341
+ "accessLevel": "Write",
342
+ "resourceTypes": [],
343
+ "conditionKeys": [],
344
+ "dependentActions": []
345
+ },
285
346
  "createmodelcopyjob": {
286
347
  "name": "CreateModelCopyJob",
287
348
  "description": "Grants permission to create a job for copying a custom model across region or across account",
@@ -517,6 +578,21 @@
517
578
  "conditionKeys": [],
518
579
  "dependentActions": []
519
580
  },
581
+ "deleteblueprint": {
582
+ "name": "DeleteBlueprint",
583
+ "description": "Grants permission to delete a blueprint for data automation",
584
+ "accessLevel": "Write",
585
+ "resourceTypes": [
586
+ {
587
+ "name": "blueprint",
588
+ "required": true,
589
+ "conditionKeys": [],
590
+ "dependentActions": []
591
+ }
592
+ ],
593
+ "conditionKeys": [],
594
+ "dependentActions": []
595
+ },
520
596
  "deletecustommodel": {
521
597
  "name": "DeleteCustomModel",
522
598
  "description": "Grants permission to delete a custom model that you created earlier",
@@ -532,6 +608,21 @@
532
608
  "conditionKeys": [],
533
609
  "dependentActions": []
534
610
  },
611
+ "deletedataautomationproject": {
612
+ "name": "DeleteDataAutomationProject",
613
+ "description": "Grants permission to delete a data automation project",
614
+ "accessLevel": "Write",
615
+ "resourceTypes": [
616
+ {
617
+ "name": "data-automation-project",
618
+ "required": true,
619
+ "conditionKeys": [],
620
+ "dependentActions": []
621
+ }
622
+ ],
623
+ "conditionKeys": [],
624
+ "dependentActions": []
625
+ },
535
626
  "deletedatasource": {
536
627
  "name": "DeleteDataSource",
537
628
  "description": "Grants permission to delete a data source",
@@ -660,6 +751,44 @@
660
751
  "conditionKeys": [],
661
752
  "dependentActions": []
662
753
  },
754
+ "deleteknowledgebasedocuments": {
755
+ "name": "DeleteKnowledgeBaseDocuments",
756
+ "description": "Grants permission to delete documents from a knowledge base",
757
+ "accessLevel": "Write",
758
+ "resourceTypes": [
759
+ {
760
+ "name": "knowledge-base",
761
+ "required": true,
762
+ "conditionKeys": [],
763
+ "dependentActions": []
764
+ }
765
+ ],
766
+ "conditionKeys": [],
767
+ "dependentActions": []
768
+ },
769
+ "deletemarketplacemodelagreement": {
770
+ "name": "DeleteMarketplaceModelAgreement",
771
+ "description": "Grants permission to unsubscribe from a bedrock marketplace enabled AWS marketplace model",
772
+ "accessLevel": "Write",
773
+ "resourceTypes": [],
774
+ "conditionKeys": [],
775
+ "dependentActions": []
776
+ },
777
+ "deletemarketplacemodelendpoint": {
778
+ "name": "DeleteMarketplaceModelEndpoint",
779
+ "description": "Grants permission to delete a marketplace model endpoint",
780
+ "accessLevel": "Write",
781
+ "resourceTypes": [
782
+ {
783
+ "name": "bedrock-marketplace-model-endpoint",
784
+ "required": true,
785
+ "conditionKeys": [],
786
+ "dependentActions": []
787
+ }
788
+ ],
789
+ "conditionKeys": [],
790
+ "dependentActions": []
791
+ },
663
792
  "deletemodelinvocationloggingconfiguration": {
664
793
  "name": "DeleteModelInvocationLoggingConfiguration",
665
794
  "description": "Grants permission to delete an existing Invocation logging configuration",
@@ -720,6 +849,21 @@
720
849
  "conditionKeys": [],
721
850
  "dependentActions": []
722
851
  },
852
+ "deregistermarketplacemodelendpoint": {
853
+ "name": "DeregisterMarketplaceModelEndpoint",
854
+ "description": "Grants permission to deregister a marketplace model endpoint to make it unusable in Bedrock Marketplace",
855
+ "accessLevel": "Write",
856
+ "resourceTypes": [
857
+ {
858
+ "name": "bedrock-marketplace-model-endpoint",
859
+ "required": true,
860
+ "conditionKeys": [],
861
+ "dependentActions": []
862
+ }
863
+ ],
864
+ "conditionKeys": [],
865
+ "dependentActions": []
866
+ },
723
867
  "detectgeneratedcontent": {
724
868
  "name": "DetectGeneratedContent",
725
869
  "description": "Grants permission to detect if the provided content is generated using Amazon Bedrock",
@@ -735,6 +879,21 @@
735
879
  "conditionKeys": [],
736
880
  "dependentActions": []
737
881
  },
882
+ "disassociateagentcollaborator": {
883
+ "name": "DisassociateAgentCollaborator",
884
+ "description": "Grants permission to diassociate a collaborator that you associated earlier",
885
+ "accessLevel": "Write",
886
+ "resourceTypes": [
887
+ {
888
+ "name": "agent",
889
+ "required": true,
890
+ "conditionKeys": [],
891
+ "dependentActions": []
892
+ }
893
+ ],
894
+ "conditionKeys": [],
895
+ "dependentActions": []
896
+ },
738
897
  "disassociateagentknowledgebase": {
739
898
  "name": "DisassociateAgentKnowledgeBase",
740
899
  "description": "Grants permission to disassociate a knowledge base from the agent",
@@ -756,6 +915,14 @@
756
915
  "conditionKeys": [],
757
916
  "dependentActions": []
758
917
  },
918
+ "generatequery": {
919
+ "name": "GenerateQuery",
920
+ "description": "Grants permission to generate queries associated with user input",
921
+ "accessLevel": "Read",
922
+ "resourceTypes": [],
923
+ "conditionKeys": [],
924
+ "dependentActions": []
925
+ },
759
926
  "getagent": {
760
927
  "name": "GetAgent",
761
928
  "description": "Grants permission to retrieve an existing agent",
@@ -801,6 +968,21 @@
801
968
  "conditionKeys": [],
802
969
  "dependentActions": []
803
970
  },
971
+ "getagentcollaborator": {
972
+ "name": "GetAgentCollaborator",
973
+ "description": "Grants permission to retrieve an existing collaborator",
974
+ "accessLevel": "Read",
975
+ "resourceTypes": [
976
+ {
977
+ "name": "agent",
978
+ "required": true,
979
+ "conditionKeys": [],
980
+ "dependentActions": []
981
+ }
982
+ ],
983
+ "conditionKeys": [],
984
+ "dependentActions": []
985
+ },
804
986
  "getagentknowledgebase": {
805
987
  "name": "GetAgentKnowledgeBase",
806
988
  "description": "Grants permission to describe a knowledge base associated with an agent",
@@ -852,6 +1034,45 @@
852
1034
  "conditionKeys": [],
853
1035
  "dependentActions": []
854
1036
  },
1037
+ "getasyncinvoke": {
1038
+ "name": "GetAsyncInvoke",
1039
+ "description": "Grants permission to get the properties associated with an asynchronous invocation that you have submitted",
1040
+ "accessLevel": "Read",
1041
+ "resourceTypes": [
1042
+ {
1043
+ "name": "async-invoke",
1044
+ "required": true,
1045
+ "conditionKeys": [],
1046
+ "dependentActions": []
1047
+ }
1048
+ ],
1049
+ "conditionKeys": [],
1050
+ "dependentActions": []
1051
+ },
1052
+ "getblueprint": {
1053
+ "name": "GetBlueprint",
1054
+ "description": "Grants permission to retrieve an existing blueprint for data automation",
1055
+ "accessLevel": "Read",
1056
+ "resourceTypes": [
1057
+ {
1058
+ "name": "blueprint",
1059
+ "required": true,
1060
+ "conditionKeys": [],
1061
+ "dependentActions": []
1062
+ }
1063
+ ],
1064
+ "conditionKeys": [],
1065
+ "dependentActions": []
1066
+ },
1067
+ "getblueprintrecommendation": {
1068
+ "name": "GetBlueprintRecommendation",
1069
+ "isPermissionOnly": true,
1070
+ "description": "Grants permission to retrieve blueprint recommendation",
1071
+ "accessLevel": "Read",
1072
+ "resourceTypes": [],
1073
+ "conditionKeys": [],
1074
+ "dependentActions": []
1075
+ },
855
1076
  "getcustommodel": {
856
1077
  "name": "GetCustomModel",
857
1078
  "description": "Grants permission to get the properties associated with a Bedrock custom model that you have created",
@@ -867,6 +1088,36 @@
867
1088
  "conditionKeys": [],
868
1089
  "dependentActions": []
869
1090
  },
1091
+ "getdataautomationproject": {
1092
+ "name": "GetDataAutomationProject",
1093
+ "description": "Grants permission to retrieve an existing data automation project",
1094
+ "accessLevel": "Read",
1095
+ "resourceTypes": [
1096
+ {
1097
+ "name": "data-automation-project",
1098
+ "required": true,
1099
+ "conditionKeys": [],
1100
+ "dependentActions": []
1101
+ }
1102
+ ],
1103
+ "conditionKeys": [],
1104
+ "dependentActions": []
1105
+ },
1106
+ "getdataautomationstatus": {
1107
+ "name": "GetDataAutomationStatus",
1108
+ "description": "Grants permission to retrieve the status of a data automation invocation job",
1109
+ "accessLevel": "Read",
1110
+ "resourceTypes": [
1111
+ {
1112
+ "name": "data-automation-invocation-job",
1113
+ "required": true,
1114
+ "conditionKeys": [],
1115
+ "dependentActions": []
1116
+ }
1117
+ ],
1118
+ "conditionKeys": [],
1119
+ "dependentActions": []
1120
+ },
870
1121
  "getdatasource": {
871
1122
  "name": "GetDataSource",
872
1123
  "description": "Grants permission to retrieve an existing data source",
@@ -1046,6 +1297,36 @@
1046
1297
  "conditionKeys": [],
1047
1298
  "dependentActions": []
1048
1299
  },
1300
+ "getknowledgebasedocuments": {
1301
+ "name": "GetKnowledgeBaseDocuments",
1302
+ "description": "Grants permission to get details for documents in a knowledge base",
1303
+ "accessLevel": "Read",
1304
+ "resourceTypes": [
1305
+ {
1306
+ "name": "knowledge-base",
1307
+ "required": true,
1308
+ "conditionKeys": [],
1309
+ "dependentActions": []
1310
+ }
1311
+ ],
1312
+ "conditionKeys": [],
1313
+ "dependentActions": []
1314
+ },
1315
+ "getmarketplacemodelendpoint": {
1316
+ "name": "GetMarketplaceModelEndpoint",
1317
+ "description": "Grants permission to get the properties of a marketplace model endpoint",
1318
+ "accessLevel": "Read",
1319
+ "resourceTypes": [
1320
+ {
1321
+ "name": "bedrock-marketplace-model-endpoint",
1322
+ "required": true,
1323
+ "conditionKeys": [],
1324
+ "dependentActions": []
1325
+ }
1326
+ ],
1327
+ "conditionKeys": [],
1328
+ "dependentActions": []
1329
+ },
1049
1330
  "getmodelcopyjob": {
1050
1331
  "name": "GetModelCopyJob",
1051
1332
  "description": "Grants permission to get the properties associated with a model-copy job. Use this operation to get the status of a model-copy job",
@@ -1150,6 +1431,21 @@
1150
1431
  "conditionKeys": [],
1151
1432
  "dependentActions": []
1152
1433
  },
1434
+ "getpromptrouter": {
1435
+ "name": "GetPromptRouter",
1436
+ "description": "Grants permission to get the properties associated with a prompt router",
1437
+ "accessLevel": "Read",
1438
+ "resourceTypes": [
1439
+ {
1440
+ "name": "default-prompt-router",
1441
+ "required": true,
1442
+ "conditionKeys": [],
1443
+ "dependentActions": []
1444
+ }
1445
+ ],
1446
+ "conditionKeys": [],
1447
+ "dependentActions": []
1448
+ },
1153
1449
  "getprovisionedmodelthroughput": {
1154
1450
  "name": "GetProvisionedModelThroughput",
1155
1451
  "description": "Grants permission to retrieve a provisioned model throughput",
@@ -1189,6 +1485,21 @@
1189
1485
  "conditionKeys": [],
1190
1486
  "dependentActions": []
1191
1487
  },
1488
+ "ingestknowledgebasedocuments": {
1489
+ "name": "IngestKnowledgeBaseDocuments",
1490
+ "description": "Grants permission to directly ingest documents into a knowledge base",
1491
+ "accessLevel": "Write",
1492
+ "resourceTypes": [
1493
+ {
1494
+ "name": "knowledge-base",
1495
+ "required": true,
1496
+ "conditionKeys": [],
1497
+ "dependentActions": []
1498
+ }
1499
+ ],
1500
+ "conditionKeys": [],
1501
+ "dependentActions": []
1502
+ },
1192
1503
  "invokeagent": {
1193
1504
  "name": "InvokeAgent",
1194
1505
  "description": "Grants permission to send user input (text-only) to the alias of an agent for Bedrock",
@@ -1204,6 +1515,15 @@
1204
1515
  "conditionKeys": [],
1205
1516
  "dependentActions": []
1206
1517
  },
1518
+ "invokeblueprintrecommendationasync": {
1519
+ "name": "InvokeBlueprintRecommendationAsync",
1520
+ "isPermissionOnly": true,
1521
+ "description": "Grants permission to invoke blueprint recommendations asynchronously",
1522
+ "accessLevel": "Write",
1523
+ "resourceTypes": [],
1524
+ "conditionKeys": [],
1525
+ "dependentActions": []
1526
+ },
1207
1527
  "invokebuilder": {
1208
1528
  "name": "InvokeBuilder",
1209
1529
  "isPermissionOnly": true,
@@ -1213,6 +1533,27 @@
1213
1533
  "conditionKeys": [],
1214
1534
  "dependentActions": []
1215
1535
  },
1536
+ "invokedataautomationasync": {
1537
+ "name": "InvokeDataAutomationAsync",
1538
+ "description": "Grants permission to invoke a Bedrock data automation job",
1539
+ "accessLevel": "Write",
1540
+ "resourceTypes": [
1541
+ {
1542
+ "name": "blueprint",
1543
+ "required": true,
1544
+ "conditionKeys": [],
1545
+ "dependentActions": []
1546
+ },
1547
+ {
1548
+ "name": "data-automation-project",
1549
+ "required": true,
1550
+ "conditionKeys": [],
1551
+ "dependentActions": []
1552
+ }
1553
+ ],
1554
+ "conditionKeys": [],
1555
+ "dependentActions": []
1556
+ },
1216
1557
  "invokeflow": {
1217
1558
  "name": "InvokeFlow",
1218
1559
  "description": "Grants permission to invoke a prompt flow with user input",
@@ -1247,6 +1588,24 @@
1247
1588
  "conditionKeys": [],
1248
1589
  "dependentActions": []
1249
1590
  },
1591
+ {
1592
+ "name": "async-invoke",
1593
+ "required": true,
1594
+ "conditionKeys": [],
1595
+ "dependentActions": []
1596
+ },
1597
+ {
1598
+ "name": "bedrock-marketplace-model-endpoint",
1599
+ "required": true,
1600
+ "conditionKeys": [],
1601
+ "dependentActions": []
1602
+ },
1603
+ {
1604
+ "name": "default-prompt-router",
1605
+ "required": true,
1606
+ "conditionKeys": [],
1607
+ "dependentActions": []
1608
+ },
1250
1609
  {
1251
1610
  "name": "foundation-model",
1252
1611
  "required": true,
@@ -1273,7 +1632,10 @@
1273
1632
  }
1274
1633
  ],
1275
1634
  "conditionKeys": [
1276
- "bedrock:InferenceProfileArn"
1635
+ "bedrock:InferenceProfileArn",
1636
+ "bedrock:PromptRouterArn",
1637
+ "aws:RequestTag/${TagKey}",
1638
+ "aws:TagKeys"
1277
1639
  ],
1278
1640
  "dependentActions": []
1279
1641
  },
@@ -1288,6 +1650,18 @@
1288
1650
  "conditionKeys": [],
1289
1651
  "dependentActions": []
1290
1652
  },
1653
+ {
1654
+ "name": "bedrock-marketplace-model-endpoint",
1655
+ "required": true,
1656
+ "conditionKeys": [],
1657
+ "dependentActions": []
1658
+ },
1659
+ {
1660
+ "name": "default-prompt-router",
1661
+ "required": true,
1662
+ "conditionKeys": [],
1663
+ "dependentActions": []
1664
+ },
1291
1665
  {
1292
1666
  "name": "foundation-model",
1293
1667
  "required": true,
@@ -1314,7 +1688,8 @@
1314
1688
  }
1315
1689
  ],
1316
1690
  "conditionKeys": [
1317
- "bedrock:InferenceProfileArn"
1691
+ "bedrock:InferenceProfileArn",
1692
+ "bedrock:PromptRouterArn"
1318
1693
  ],
1319
1694
  "dependentActions": []
1320
1695
  },
@@ -1348,6 +1723,21 @@
1348
1723
  "conditionKeys": [],
1349
1724
  "dependentActions": []
1350
1725
  },
1726
+ "listagentcollaborators": {
1727
+ "name": "ListAgentCollaborators",
1728
+ "description": "Grants permission to list collaborators for an agent",
1729
+ "accessLevel": "List",
1730
+ "resourceTypes": [
1731
+ {
1732
+ "name": "agent",
1733
+ "required": true,
1734
+ "conditionKeys": [],
1735
+ "dependentActions": []
1736
+ }
1737
+ ],
1738
+ "conditionKeys": [],
1739
+ "dependentActions": []
1740
+ },
1351
1741
  "listagentknowledgebases": {
1352
1742
  "name": "ListAgentKnowledgeBases",
1353
1743
  "description": "Grants permission to list knowledge bases associated with an agent",
@@ -1386,6 +1776,29 @@
1386
1776
  "conditionKeys": [],
1387
1777
  "dependentActions": []
1388
1778
  },
1779
+ "listasyncinvokes": {
1780
+ "name": "ListAsyncInvokes",
1781
+ "description": "Grants permission to get a list of asynchronous invocations that you have submitted",
1782
+ "accessLevel": "List",
1783
+ "resourceTypes": [],
1784
+ "conditionKeys": [],
1785
+ "dependentActions": []
1786
+ },
1787
+ "listblueprints": {
1788
+ "name": "ListBlueprints",
1789
+ "description": "Grants permission to list existing blueprints for data automation",
1790
+ "accessLevel": "List",
1791
+ "resourceTypes": [
1792
+ {
1793
+ "name": "data-automation-project",
1794
+ "required": false,
1795
+ "conditionKeys": [],
1796
+ "dependentActions": []
1797
+ }
1798
+ ],
1799
+ "conditionKeys": [],
1800
+ "dependentActions": []
1801
+ },
1389
1802
  "listcustommodels": {
1390
1803
  "name": "ListCustomModels",
1391
1804
  "description": "Grants permission to get a list of Bedrock custom models that you have created",
@@ -1394,6 +1807,21 @@
1394
1807
  "conditionKeys": [],
1395
1808
  "dependentActions": []
1396
1809
  },
1810
+ "listdataautomationprojects": {
1811
+ "name": "ListDataAutomationProjects",
1812
+ "description": "Grants permission to list existing data automation projects",
1813
+ "accessLevel": "List",
1814
+ "resourceTypes": [
1815
+ {
1816
+ "name": "blueprint",
1817
+ "required": false,
1818
+ "conditionKeys": [],
1819
+ "dependentActions": []
1820
+ }
1821
+ ],
1822
+ "conditionKeys": [],
1823
+ "dependentActions": []
1824
+ },
1397
1825
  "listdatasources": {
1398
1826
  "name": "ListDataSources",
1399
1827
  "description": "Grants permission to list existing data sources in an knowledge base",
@@ -1517,6 +1945,21 @@
1517
1945
  "conditionKeys": [],
1518
1946
  "dependentActions": []
1519
1947
  },
1948
+ "listknowledgebasedocuments": {
1949
+ "name": "ListKnowledgeBaseDocuments",
1950
+ "description": "Grants permission to list documents in a knowledge base",
1951
+ "accessLevel": "List",
1952
+ "resourceTypes": [
1953
+ {
1954
+ "name": "knowledge-base",
1955
+ "required": true,
1956
+ "conditionKeys": [],
1957
+ "dependentActions": []
1958
+ }
1959
+ ],
1960
+ "conditionKeys": [],
1961
+ "dependentActions": []
1962
+ },
1520
1963
  "listknowledgebases": {
1521
1964
  "name": "ListKnowledgeBases",
1522
1965
  "description": "Grants permission to list existing knowledge bases",
@@ -1525,6 +1968,14 @@
1525
1968
  "conditionKeys": [],
1526
1969
  "dependentActions": []
1527
1970
  },
1971
+ "listmarketplacemodelendpoints": {
1972
+ "name": "ListMarketplaceModelEndpoints",
1973
+ "description": "Grants permission to list marketplace model endpoints that you can use",
1974
+ "accessLevel": "Read",
1975
+ "resourceTypes": [],
1976
+ "conditionKeys": [],
1977
+ "dependentActions": []
1978
+ },
1528
1979
  "listmodelcopyjobs": {
1529
1980
  "name": "ListModelCopyJobs",
1530
1981
  "description": "Grants permission to get the list of model copy jobs that you have submitted",
@@ -1565,6 +2016,14 @@
1565
2016
  "conditionKeys": [],
1566
2017
  "dependentActions": []
1567
2018
  },
2019
+ "listpromptrouters": {
2020
+ "name": "ListPromptRouters",
2021
+ "description": "Grants permission to list prompt routers that you can use",
2022
+ "accessLevel": "List",
2023
+ "resourceTypes": [],
2024
+ "conditionKeys": [],
2025
+ "dependentActions": []
2026
+ },
1568
2027
  "listprompts": {
1569
2028
  "name": "ListPrompts",
1570
2029
  "description": "Grants permission to list existing prompts",
@@ -1611,6 +2070,12 @@
1611
2070
  "conditionKeys": [],
1612
2071
  "dependentActions": []
1613
2072
  },
2073
+ {
2074
+ "name": "async-invoke",
2075
+ "required": true,
2076
+ "conditionKeys": [],
2077
+ "dependentActions": []
2078
+ },
1614
2079
  {
1615
2080
  "name": "custom-model",
1616
2081
  "required": true,
@@ -1705,6 +2170,14 @@
1705
2170
  "conditionKeys": [],
1706
2171
  "dependentActions": []
1707
2172
  },
2173
+ "optimizeprompt": {
2174
+ "name": "OptimizePrompt",
2175
+ "description": "Grants permission to optimize a prompt with user input",
2176
+ "accessLevel": "Read",
2177
+ "resourceTypes": [],
2178
+ "conditionKeys": [],
2179
+ "dependentActions": []
2180
+ },
1708
2181
  "prepareagent": {
1709
2182
  "name": "PrepareAgent",
1710
2183
  "description": "Grants permission to prepare an existing agent to receive runtime requests",
@@ -1778,6 +2251,21 @@
1778
2251
  "conditionKeys": [],
1779
2252
  "dependentActions": []
1780
2253
  },
2254
+ "registermarketplacemodelendpoint": {
2255
+ "name": "RegisterMarketplaceModelEndpoint",
2256
+ "description": "Grants permission to register a sagemaker endpoint as a marketplace model endpoint",
2257
+ "accessLevel": "Write",
2258
+ "resourceTypes": [
2259
+ {
2260
+ "name": "bedrock-marketplace-model-endpoint",
2261
+ "required": true,
2262
+ "conditionKeys": [],
2263
+ "dependentActions": []
2264
+ }
2265
+ ],
2266
+ "conditionKeys": [],
2267
+ "dependentActions": []
2268
+ },
1781
2269
  "renderprompt": {
1782
2270
  "name": "RenderPrompt",
1783
2271
  "isPermissionOnly": true,
@@ -1800,6 +2288,14 @@
1800
2288
  "conditionKeys": [],
1801
2289
  "dependentActions": []
1802
2290
  },
2291
+ "rerank": {
2292
+ "name": "Rerank",
2293
+ "description": "Grants permission to rank documents based on user input",
2294
+ "accessLevel": "Write",
2295
+ "resourceTypes": [],
2296
+ "conditionKeys": [],
2297
+ "dependentActions": []
2298
+ },
1803
2299
  "retrieve": {
1804
2300
  "name": "Retrieve",
1805
2301
  "description": "Grants permission to retrieve ingested data from a knowledge base",
@@ -1921,6 +2417,12 @@
1921
2417
  "conditionKeys": [],
1922
2418
  "dependentActions": []
1923
2419
  },
2420
+ {
2421
+ "name": "async-invoke",
2422
+ "required": false,
2423
+ "conditionKeys": [],
2424
+ "dependentActions": []
2425
+ },
1924
2426
  {
1925
2427
  "name": "custom-model",
1926
2428
  "required": false,
@@ -2041,6 +2543,12 @@
2041
2543
  "conditionKeys": [],
2042
2544
  "dependentActions": []
2043
2545
  },
2546
+ {
2547
+ "name": "async-invoke",
2548
+ "required": false,
2549
+ "conditionKeys": [],
2550
+ "dependentActions": []
2551
+ },
2044
2552
  {
2045
2553
  "name": "custom-model",
2046
2554
  "required": false,
@@ -2182,6 +2690,21 @@
2182
2690
  "conditionKeys": [],
2183
2691
  "dependentActions": []
2184
2692
  },
2693
+ "updateagentcollaborator": {
2694
+ "name": "UpdateAgentCollaborator",
2695
+ "description": "Grants permission to update an existing collaborator",
2696
+ "accessLevel": "Write",
2697
+ "resourceTypes": [
2698
+ {
2699
+ "name": "agent",
2700
+ "required": true,
2701
+ "conditionKeys": [],
2702
+ "dependentActions": []
2703
+ }
2704
+ ],
2705
+ "conditionKeys": [],
2706
+ "dependentActions": []
2707
+ },
2185
2708
  "updateagentknowledgebase": {
2186
2709
  "name": "UpdateAgentKnowledgeBase",
2187
2710
  "description": "Grants permission to update a knowledge base associated with an agent",
@@ -2203,6 +2726,42 @@
2203
2726
  "conditionKeys": [],
2204
2727
  "dependentActions": []
2205
2728
  },
2729
+ "updateblueprint": {
2730
+ "name": "UpdateBlueprint",
2731
+ "description": "Grants permission to update a blueprint for data automation",
2732
+ "accessLevel": "Write",
2733
+ "resourceTypes": [
2734
+ {
2735
+ "name": "blueprint",
2736
+ "required": true,
2737
+ "conditionKeys": [],
2738
+ "dependentActions": []
2739
+ }
2740
+ ],
2741
+ "conditionKeys": [],
2742
+ "dependentActions": []
2743
+ },
2744
+ "updatedataautomationproject": {
2745
+ "name": "UpdateDataAutomationProject",
2746
+ "description": "Grants permission to update a data automation project",
2747
+ "accessLevel": "Write",
2748
+ "resourceTypes": [
2749
+ {
2750
+ "name": "data-automation-project",
2751
+ "required": true,
2752
+ "conditionKeys": [],
2753
+ "dependentActions": []
2754
+ },
2755
+ {
2756
+ "name": "blueprint",
2757
+ "required": false,
2758
+ "conditionKeys": [],
2759
+ "dependentActions": []
2760
+ }
2761
+ ],
2762
+ "conditionKeys": [],
2763
+ "dependentActions": []
2764
+ },
2206
2765
  "updatedatasource": {
2207
2766
  "name": "UpdateDataSource",
2208
2767
  "description": "Grants permission to update a data source",
@@ -2278,6 +2837,21 @@
2278
2837
  "conditionKeys": [],
2279
2838
  "dependentActions": []
2280
2839
  },
2840
+ "updatemarketplacemodelendpoint": {
2841
+ "name": "UpdateMarketplaceModelEndpoint",
2842
+ "description": "Grants permission to update a marketplace model endpoint",
2843
+ "accessLevel": "Write",
2844
+ "resourceTypes": [
2845
+ {
2846
+ "name": "bedrock-marketplace-model-endpoint",
2847
+ "required": true,
2848
+ "conditionKeys": [],
2849
+ "dependentActions": []
2850
+ }
2851
+ ],
2852
+ "conditionKeys": [],
2853
+ "dependentActions": []
2854
+ },
2281
2855
  "updateprompt": {
2282
2856
  "name": "UpdatePrompt",
2283
2857
  "description": "Grants permission to update a prompt",