@cloud-copilot/iam-data 0.19.202606171 → 0.19.202606181

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.
@@ -345,10 +345,32 @@
345
345
  ],
346
346
  "dependentActions": [
347
347
  "bedrock-agentcore:CreateAgentRuntime",
348
+ "bedrock-agentcore:CreateMemory",
348
349
  "bedrock-agentcore:GetAgentRuntime",
350
+ "bedrock-agentcore:GetMemory",
349
351
  "iam:PassRole"
350
352
  ]
351
353
  },
354
+ "createharnessendpoint": {
355
+ "name": "CreateHarnessEndpoint",
356
+ "description": "Grants permission to create a new harness endpoint",
357
+ "accessLevel": "Write",
358
+ "resourceTypes": [
359
+ {
360
+ "name": "harness",
361
+ "required": true,
362
+ "conditionKeys": [],
363
+ "dependentActions": [
364
+ "bedrock-agentcore:CreateAgentRuntimeEndpoint"
365
+ ]
366
+ }
367
+ ],
368
+ "conditionKeys": [
369
+ "aws:RequestTag/${TagKey}",
370
+ "aws:TagKeys"
371
+ ],
372
+ "dependentActions": []
373
+ },
352
374
  "creatememory": {
353
375
  "name": "CreateMemory",
354
376
  "description": "Grants permission to create a Memory resource",
@@ -796,10 +818,35 @@
796
818
  "conditionKeys": [],
797
819
  "dependentActions": [
798
820
  "bedrock-agentcore:DeleteAgentRuntime",
821
+ "bedrock-agentcore:DeleteMemory",
799
822
  "bedrock-agentcore:GetAgentRuntime",
823
+ "bedrock-agentcore:GetMemory",
800
824
  "iam:PassRole"
801
825
  ]
802
826
  },
827
+ "deleteharnessendpoint": {
828
+ "name": "DeleteHarnessEndpoint",
829
+ "description": "Grants permission to delete a harness endpoint",
830
+ "accessLevel": "Write",
831
+ "resourceTypes": [
832
+ {
833
+ "name": "harness",
834
+ "required": true,
835
+ "conditionKeys": [],
836
+ "dependentActions": [
837
+ "bedrock-agentcore:DeleteAgentRuntimeEndpoint"
838
+ ]
839
+ },
840
+ {
841
+ "name": "harness-endpoint",
842
+ "required": true,
843
+ "conditionKeys": [],
844
+ "dependentActions": []
845
+ }
846
+ ],
847
+ "conditionKeys": [],
848
+ "dependentActions": []
849
+ },
803
850
  "deletememory": {
804
851
  "name": "DeleteMemory",
805
852
  "description": "Grants permission to delete a Memory resource",
@@ -1091,6 +1138,63 @@
1091
1138
  "conditionKeys": [],
1092
1139
  "dependentActions": []
1093
1140
  },
1141
+ "gatewayassociatewebacl": {
1142
+ "name": "GatewayAssociateWebACL",
1143
+ "isPermissionOnly": true,
1144
+ "description": "Grants permission to associate an AWS WAF Web ACL with an AgentCore Gateway",
1145
+ "accessLevel": "Write",
1146
+ "resourceTypes": [
1147
+ {
1148
+ "name": "gateway",
1149
+ "required": true,
1150
+ "conditionKeys": [],
1151
+ "dependentActions": []
1152
+ }
1153
+ ],
1154
+ "conditionKeys": [],
1155
+ "dependentActions": []
1156
+ },
1157
+ "gatewaydisassociatewebacl": {
1158
+ "name": "GatewayDisassociateWebACL",
1159
+ "isPermissionOnly": true,
1160
+ "description": "Grants permission to remove the AWS WAF Web ACL association from an AgentCore Gateway",
1161
+ "accessLevel": "Write",
1162
+ "resourceTypes": [
1163
+ {
1164
+ "name": "gateway",
1165
+ "required": true,
1166
+ "conditionKeys": [],
1167
+ "dependentActions": []
1168
+ }
1169
+ ],
1170
+ "conditionKeys": [],
1171
+ "dependentActions": []
1172
+ },
1173
+ "gatewaygetwebaclforresource": {
1174
+ "name": "GatewayGetWebACLForResource",
1175
+ "isPermissionOnly": true,
1176
+ "description": "Grants permission to retrieve the AWS WAF Web ACL ARN currently associated with an AgentCore Gateway",
1177
+ "accessLevel": "Read",
1178
+ "resourceTypes": [
1179
+ {
1180
+ "name": "gateway",
1181
+ "required": true,
1182
+ "conditionKeys": [],
1183
+ "dependentActions": []
1184
+ }
1185
+ ],
1186
+ "conditionKeys": [],
1187
+ "dependentActions": []
1188
+ },
1189
+ "gatewaylistresourcesforwebacl": {
1190
+ "name": "GatewayListResourcesForWebACL",
1191
+ "isPermissionOnly": true,
1192
+ "description": "Grants permission to list AgentCore Gateways associated with an AWS WAF Web ACL",
1193
+ "accessLevel": "List",
1194
+ "resourceTypes": [],
1195
+ "conditionKeys": [],
1196
+ "dependentActions": []
1197
+ },
1094
1198
  "getabtest": {
1095
1199
  "name": "GetABTest",
1096
1200
  "description": "Grants permission to get details of an A/B test",
@@ -1409,6 +1513,27 @@
1409
1513
  "conditionKeys": [],
1410
1514
  "dependentActions": []
1411
1515
  },
1516
+ "getharnessendpoint": {
1517
+ "name": "GetHarnessEndpoint",
1518
+ "description": "Grants permission to get details of a harness endpoint",
1519
+ "accessLevel": "Read",
1520
+ "resourceTypes": [
1521
+ {
1522
+ "name": "harness",
1523
+ "required": true,
1524
+ "conditionKeys": [],
1525
+ "dependentActions": []
1526
+ },
1527
+ {
1528
+ "name": "harness-endpoint",
1529
+ "required": true,
1530
+ "conditionKeys": [],
1531
+ "dependentActions": []
1532
+ }
1533
+ ],
1534
+ "conditionKeys": [],
1535
+ "dependentActions": []
1536
+ },
1412
1537
  "getmemory": {
1413
1538
  "name": "GetMemory",
1414
1539
  "description": "Grants permission to fetch details for a Memory resource",
@@ -2135,13 +2260,19 @@
2135
2260
  "name": "harness",
2136
2261
  "required": true,
2137
2262
  "conditionKeys": [],
2263
+ "dependentActions": [
2264
+ "bedrock-agentcore:InvokeAgentRuntime"
2265
+ ]
2266
+ },
2267
+ {
2268
+ "name": "harness-endpoint",
2269
+ "required": true,
2270
+ "conditionKeys": [],
2138
2271
  "dependentActions": []
2139
2272
  }
2140
2273
  ],
2141
2274
  "conditionKeys": [],
2142
- "dependentActions": [
2143
- "bedrock-agentcore:InvokeAgentRuntime"
2144
- ]
2275
+ "dependentActions": []
2145
2276
  },
2146
2277
  "invokeregistrymcp": {
2147
2278
  "name": "InvokeRegistryMcp",
@@ -2158,6 +2289,22 @@
2158
2289
  "conditionKeys": [],
2159
2290
  "dependentActions": []
2160
2291
  },
2292
+ "invokewebsearch": {
2293
+ "name": "InvokeWebSearch",
2294
+ "isPermissionOnly": true,
2295
+ "description": "Grants permission to invoke a web search target",
2296
+ "accessLevel": "Permissions management",
2297
+ "resourceTypes": [
2298
+ {
2299
+ "name": "web-search",
2300
+ "required": true,
2301
+ "conditionKeys": [],
2302
+ "dependentActions": []
2303
+ }
2304
+ ],
2305
+ "conditionKeys": [],
2306
+ "dependentActions": []
2307
+ },
2161
2308
  "listabtests": {
2162
2309
  "name": "ListABTests",
2163
2310
  "description": "Grants permission to list A/B tests",
@@ -2374,6 +2521,14 @@
2374
2521
  "conditionKeys": [],
2375
2522
  "dependentActions": []
2376
2523
  },
2524
+ "listharnessendpoints": {
2525
+ "name": "ListHarnessEndpoints",
2526
+ "description": "Grants permission to list harness endpoints",
2527
+ "accessLevel": "List",
2528
+ "resourceTypes": [],
2529
+ "conditionKeys": [],
2530
+ "dependentActions": []
2531
+ },
2377
2532
  "listharnesses": {
2378
2533
  "name": "ListHarnesses",
2379
2534
  "description": "Grants permission to list harnesses",
@@ -3611,11 +3766,37 @@
3611
3766
  ],
3612
3767
  "conditionKeys": [],
3613
3768
  "dependentActions": [
3769
+ "bedrock-agentcore:CreateMemory",
3614
3770
  "bedrock-agentcore:GetAgentRuntime",
3771
+ "bedrock-agentcore:GetMemory",
3615
3772
  "bedrock-agentcore:UpdateAgentRuntime",
3773
+ "bedrock-agentcore:UpdateMemory",
3616
3774
  "iam:PassRole"
3617
3775
  ]
3618
3776
  },
3777
+ "updateharnessendpoint": {
3778
+ "name": "UpdateHarnessEndpoint",
3779
+ "description": "Grants permission to update harness endpoint",
3780
+ "accessLevel": "Write",
3781
+ "resourceTypes": [
3782
+ {
3783
+ "name": "harness",
3784
+ "required": true,
3785
+ "conditionKeys": [],
3786
+ "dependentActions": [
3787
+ "bedrock-agentcore:UpdateAgentRuntimeEndpoint"
3788
+ ]
3789
+ },
3790
+ {
3791
+ "name": "harness-endpoint",
3792
+ "required": true,
3793
+ "conditionKeys": [],
3794
+ "dependentActions": []
3795
+ }
3796
+ ],
3797
+ "conditionKeys": [],
3798
+ "dependentActions": []
3799
+ },
3619
3800
  "updatememory": {
3620
3801
  "name": "UpdateMemory",
3621
3802
  "description": "Grants permission to update a Memory resource",
@@ -1,4 +1,12 @@
1
1
  {
2
+ "agenticretrievestream": {
3
+ "name": "AgenticRetrieveStream",
4
+ "description": "Grants permission to perform agentic retrieve with streaming from retrievers",
5
+ "accessLevel": "Read",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [],
8
+ "dependentActions": []
9
+ },
2
10
  "allowvendedlogdeliveryforresource": {
3
11
  "name": "AllowVendedLogDeliveryForResource",
4
12
  "isPermissionOnly": true,
@@ -83,6 +91,21 @@
83
91
  ],
84
92
  "dependentActions": []
85
93
  },
94
+ "batchdeleteadvancedpromptoptimizationjob": {
95
+ "name": "BatchDeleteAdvancedPromptOptimizationJob",
96
+ "description": "Grants permission to delete one or more advanced prompt optimization jobs",
97
+ "accessLevel": "Write",
98
+ "resourceTypes": [
99
+ {
100
+ "name": "advanced-prompt-optimization-job",
101
+ "required": true,
102
+ "conditionKeys": [],
103
+ "dependentActions": []
104
+ }
105
+ ],
106
+ "conditionKeys": [],
107
+ "dependentActions": []
108
+ },
86
109
  "batchdeleteevaluationjob": {
87
110
  "name": "BatchDeleteEvaluationJob",
88
111
  "description": "Grants permission to batch delete list of bedrock evaluation jobs",
@@ -153,6 +176,17 @@
153
176
  "conditionKeys": [],
154
177
  "dependentActions": []
155
178
  },
179
+ "createadvancedpromptoptimizationjob": {
180
+ "name": "CreateAdvancedPromptOptimizationJob",
181
+ "description": "Grants permission to create an advanced prompt optimization job",
182
+ "accessLevel": "Write",
183
+ "resourceTypes": [],
184
+ "conditionKeys": [
185
+ "aws:RequestTag/${TagKey}",
186
+ "aws:TagKeys"
187
+ ],
188
+ "dependentActions": []
189
+ },
156
190
  "createagent": {
157
191
  "name": "CreateAgent",
158
192
  "description": "Grants permission to create a new agent and a test agent alias pointing to the DRAFT agent version",
@@ -1204,6 +1238,12 @@
1204
1238
  "required": false,
1205
1239
  "conditionKeys": [],
1206
1240
  "dependentActions": []
1241
+ },
1242
+ {
1243
+ "name": "knowledge-base",
1244
+ "required": false,
1245
+ "conditionKeys": [],
1246
+ "dependentActions": []
1207
1247
  }
1208
1248
  ],
1209
1249
  "conditionKeys": [],
@@ -1342,6 +1382,21 @@
1342
1382
  "conditionKeys": [],
1343
1383
  "dependentActions": []
1344
1384
  },
1385
+ "getadvancedpromptoptimizationjob": {
1386
+ "name": "GetAdvancedPromptOptimizationJob",
1387
+ "description": "Grants permission to get information about an advanced prompt optimization job",
1388
+ "accessLevel": "Read",
1389
+ "resourceTypes": [
1390
+ {
1391
+ "name": "advanced-prompt-optimization-job",
1392
+ "required": true,
1393
+ "conditionKeys": [],
1394
+ "dependentActions": []
1395
+ }
1396
+ ],
1397
+ "conditionKeys": [],
1398
+ "dependentActions": []
1399
+ },
1345
1400
  "getagent": {
1346
1401
  "name": "GetAgent",
1347
1402
  "description": "Grants permission to retrieve an existing agent",
@@ -1744,6 +1799,14 @@
1744
1799
  "conditionKeys": [],
1745
1800
  "dependentActions": []
1746
1801
  },
1802
+ "getdocumentcontent": {
1803
+ "name": "GetDocumentContent",
1804
+ "description": "Grants permission to retrieve a document",
1805
+ "accessLevel": "Read",
1806
+ "resourceTypes": [],
1807
+ "conditionKeys": [],
1808
+ "dependentActions": []
1809
+ },
1747
1810
  "getevaluationjob": {
1748
1811
  "name": "GetEvaluationJob",
1749
1812
  "description": "Grants permission to get the properties associated with a evaluation job. Use this operation to get the status of a evaluation job",
@@ -2170,6 +2233,12 @@
2170
2233
  "required": false,
2171
2234
  "conditionKeys": [],
2172
2235
  "dependentActions": []
2236
+ },
2237
+ {
2238
+ "name": "knowledge-base",
2239
+ "required": false,
2240
+ "conditionKeys": [],
2241
+ "dependentActions": []
2173
2242
  }
2174
2243
  ],
2175
2244
  "conditionKeys": [],
@@ -2389,6 +2458,14 @@
2389
2458
  "conditionKeys": [],
2390
2459
  "dependentActions": []
2391
2460
  },
2461
+ "invokeguardrailchecks": {
2462
+ "name": "InvokeGuardrailChecks",
2463
+ "description": "Grants permission to invoke guardrail checks",
2464
+ "accessLevel": "Read",
2465
+ "resourceTypes": [],
2466
+ "conditionKeys": [],
2467
+ "dependentActions": []
2468
+ },
2392
2469
  "invokeinlineagent": {
2393
2470
  "name": "InvokeInlineAgent",
2394
2471
  "description": "Grants permission to send user input (text-only) to the inline agent for Bedrock",
@@ -2570,6 +2647,14 @@
2570
2647
  "conditionKeys": [],
2571
2648
  "dependentActions": []
2572
2649
  },
2650
+ "listadvancedpromptoptimizationjobs": {
2651
+ "name": "ListAdvancedPromptOptimizationJobs",
2652
+ "description": "Grants permission to list the advanced prompt optimization jobs in your account",
2653
+ "accessLevel": "List",
2654
+ "resourceTypes": [],
2655
+ "conditionKeys": [],
2656
+ "dependentActions": []
2657
+ },
2573
2658
  "listagentactiongroups": {
2574
2659
  "name": "ListAgentActionGroups",
2575
2660
  "description": "Grants permission to list action groups in an agent",
@@ -3142,6 +3227,12 @@
3142
3227
  "description": "Grants permission to list tags for a Bedrock resource",
3143
3228
  "accessLevel": "Read",
3144
3229
  "resourceTypes": [
3230
+ {
3231
+ "name": "advanced-prompt-optimization-job",
3232
+ "required": true,
3233
+ "conditionKeys": [],
3234
+ "dependentActions": []
3235
+ },
3145
3236
  {
3146
3237
  "name": "agent",
3147
3238
  "required": true,
@@ -3436,6 +3527,12 @@
3436
3527
  "required": false,
3437
3528
  "conditionKeys": [],
3438
3529
  "dependentActions": []
3530
+ },
3531
+ {
3532
+ "name": "knowledge-base",
3533
+ "required": false,
3534
+ "conditionKeys": [],
3535
+ "dependentActions": []
3439
3536
  }
3440
3537
  ],
3441
3538
  "conditionKeys": [
@@ -3586,6 +3683,21 @@
3586
3683
  "conditionKeys": [],
3587
3684
  "dependentActions": []
3588
3685
  },
3686
+ "stopadvancedpromptoptimizationjob": {
3687
+ "name": "StopAdvancedPromptOptimizationJob",
3688
+ "description": "Grants permission to stop an advanced prompt optimization job while in progress",
3689
+ "accessLevel": "Write",
3690
+ "resourceTypes": [
3691
+ {
3692
+ "name": "advanced-prompt-optimization-job",
3693
+ "required": true,
3694
+ "conditionKeys": [],
3695
+ "dependentActions": []
3696
+ }
3697
+ ],
3698
+ "conditionKeys": [],
3699
+ "dependentActions": []
3700
+ },
3589
3701
  "stopevaluationjob": {
3590
3702
  "name": "StopEvaluationJob",
3591
3703
  "description": "Grants permission to stop a evaluation job while in progress",
@@ -3678,6 +3790,12 @@
3678
3790
  "description": "Grants permission to Tag a Bedrock resource",
3679
3791
  "accessLevel": "Tagging",
3680
3792
  "resourceTypes": [
3793
+ {
3794
+ "name": "advanced-prompt-optimization-job",
3795
+ "required": false,
3796
+ "conditionKeys": [],
3797
+ "dependentActions": []
3798
+ },
3681
3799
  {
3682
3800
  "name": "agent",
3683
3801
  "required": false,
@@ -3870,6 +3988,12 @@
3870
3988
  "description": "Grants permission to Untag a Bedrock resource",
3871
3989
  "accessLevel": "Tagging",
3872
3990
  "resourceTypes": [
3991
+ {
3992
+ "name": "advanced-prompt-optimization-job",
3993
+ "required": false,
3994
+ "conditionKeys": [],
3995
+ "dependentActions": []
3996
+ },
3873
3997
  {
3874
3998
  "name": "agent",
3875
3999
  "required": false,
@@ -5876,14 +5876,7 @@
5876
5876
  "name": "StartOutboundVoiceContact",
5877
5877
  "description": "Grants permission to initiate outbound calls using the Amazon Connect API",
5878
5878
  "accessLevel": "Write",
5879
- "resourceTypes": [
5880
- {
5881
- "name": "contact",
5882
- "required": true,
5883
- "conditionKeys": [],
5884
- "dependentActions": []
5885
- }
5886
- ],
5879
+ "resourceTypes": [],
5887
5880
  "conditionKeys": [],
5888
5881
  "dependentActions": []
5889
5882
  },
@@ -562,6 +562,14 @@
562
562
  "conditionKeys": [],
563
563
  "dependentActions": []
564
564
  },
565
+ "deletelineageevent": {
566
+ "name": "DeleteLineageEvent",
567
+ "description": "Grants permission to delete lineage events",
568
+ "accessLevel": "Write",
569
+ "resourceTypes": [],
570
+ "conditionKeys": [],
571
+ "dependentActions": []
572
+ },
565
573
  "deletelisting": {
566
574
  "name": "DeleteListing",
567
575
  "description": "Grants permission to delete listing",
@@ -108,6 +108,21 @@
108
108
  "conditionKeys": [],
109
109
  "dependentActions": []
110
110
  },
111
+ "attachdatasource": {
112
+ "name": "AttachDataSource",
113
+ "description": "Grants permission to attach a data source to an OpenSearch Application",
114
+ "accessLevel": "Write",
115
+ "resourceTypes": [
116
+ {
117
+ "name": "application",
118
+ "required": true,
119
+ "conditionKeys": [],
120
+ "dependentActions": []
121
+ }
122
+ ],
123
+ "conditionKeys": [],
124
+ "dependentActions": []
125
+ },
111
126
  "authorizevpcendpointaccess": {
112
127
  "name": "AuthorizeVpcEndpointAccess",
113
128
  "description": "Grants permission to provide access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint",
@@ -446,6 +461,21 @@
446
461
  "conditionKeys": [],
447
462
  "dependentActions": []
448
463
  },
464
+ "describedatasourceattachment": {
465
+ "name": "DescribeDataSourceAttachment",
466
+ "description": "Grants permission to describe the status of a data source attachment for an OpenSearch Application",
467
+ "accessLevel": "Read",
468
+ "resourceTypes": [
469
+ {
470
+ "name": "application",
471
+ "required": true,
472
+ "conditionKeys": [],
473
+ "dependentActions": []
474
+ }
475
+ ],
476
+ "conditionKeys": [],
477
+ "dependentActions": []
478
+ },
449
479
  "describedomain": {
450
480
  "name": "DescribeDomain",
451
481
  "description": "Grants permission to view a description of the domain configuration for the specified OpenSearch Service domain, including the domain ID, service endpoint, and ARN",
@@ -722,6 +752,21 @@
722
752
  "conditionKeys": [],
723
753
  "dependentActions": []
724
754
  },
755
+ "detachdatasource": {
756
+ "name": "DetachDataSource",
757
+ "description": "Grants permission to detach a data source from an OpenSearch Application",
758
+ "accessLevel": "Write",
759
+ "resourceTypes": [
760
+ {
761
+ "name": "application",
762
+ "required": true,
763
+ "conditionKeys": [],
764
+ "dependentActions": []
765
+ }
766
+ ],
767
+ "conditionKeys": [],
768
+ "dependentActions": []
769
+ },
725
770
  "dissociatepackage": {
726
771
  "name": "DissociatePackage",
727
772
  "description": "Grants permission to disassociate a package from the specified OpenSearch Service domain",
@@ -1045,6 +1090,21 @@
1045
1090
  "conditionKeys": [],
1046
1091
  "dependentActions": []
1047
1092
  },
1093
+ "listdatasourceattachments": {
1094
+ "name": "ListDataSourceAttachments",
1095
+ "description": "Grants permission to list data source attachments for an OpenSearch Application",
1096
+ "accessLevel": "List",
1097
+ "resourceTypes": [
1098
+ {
1099
+ "name": "application",
1100
+ "required": true,
1101
+ "conditionKeys": [],
1102
+ "dependentActions": []
1103
+ }
1104
+ ],
1105
+ "conditionKeys": [],
1106
+ "dependentActions": []
1107
+ },
1048
1108
  "listdatasources": {
1049
1109
  "name": "ListDataSources",
1050
1110
  "description": "Grants permission to retrieve a list of data source for the OpenSearch Service domain",
@@ -736,6 +736,36 @@
736
736
  ],
737
737
  "dependentActions": []
738
738
  },
739
+ "deleteobjectannotation": {
740
+ "name": "DeleteObjectAnnotation",
741
+ "description": "Grants permission to delete an annotation from an object",
742
+ "accessLevel": "Write",
743
+ "resourceTypes": [
744
+ {
745
+ "name": "accesspointobject",
746
+ "required": false,
747
+ "conditionKeys": [],
748
+ "dependentActions": []
749
+ },
750
+ {
751
+ "name": "object",
752
+ "required": false,
753
+ "conditionKeys": [],
754
+ "dependentActions": []
755
+ }
756
+ ],
757
+ "conditionKeys": [
758
+ "s3:authType",
759
+ "s3:signatureAge",
760
+ "s3:signatureversion",
761
+ "s3:TlsVersion",
762
+ "s3:x-amz-content-sha256",
763
+ "s3:ResourceAccount",
764
+ "s3:x-amz-object-if-match",
765
+ "s3:ExistingObjectTag/<key>"
766
+ ],
767
+ "dependentActions": []
768
+ },
739
769
  "deleteobjecttagging": {
740
770
  "name": "DeleteObjectTagging",
741
771
  "description": "Grants permission to use the tagging subresource to remove the entire tag set from the specified object",
@@ -795,6 +825,37 @@
795
825
  ],
796
826
  "dependentActions": []
797
827
  },
828
+ "deleteobjectversionannotation": {
829
+ "name": "DeleteObjectVersionAnnotation",
830
+ "description": "Grants permission to delete an annotation from a specific version of an object",
831
+ "accessLevel": "Write",
832
+ "resourceTypes": [
833
+ {
834
+ "name": "accesspointobject",
835
+ "required": false,
836
+ "conditionKeys": [],
837
+ "dependentActions": []
838
+ },
839
+ {
840
+ "name": "object",
841
+ "required": false,
842
+ "conditionKeys": [],
843
+ "dependentActions": []
844
+ }
845
+ ],
846
+ "conditionKeys": [
847
+ "s3:authType",
848
+ "s3:signatureAge",
849
+ "s3:signatureversion",
850
+ "s3:TlsVersion",
851
+ "s3:x-amz-content-sha256",
852
+ "s3:ResourceAccount",
853
+ "s3:versionid",
854
+ "s3:x-amz-object-if-match",
855
+ "s3:ExistingObjectTag/<key>"
856
+ ],
857
+ "dependentActions": []
858
+ },
798
859
  "deleteobjectversiontagging": {
799
860
  "name": "DeleteObjectVersionTagging",
800
861
  "description": "Grants permission to remove the entire tag set for a specific version of the object",
@@ -2000,6 +2061,35 @@
2000
2061
  ],
2001
2062
  "dependentActions": []
2002
2063
  },
2064
+ "getobjectannotation": {
2065
+ "name": "GetObjectAnnotation",
2066
+ "description": "Grants permission to retrieve an annotation from an object",
2067
+ "accessLevel": "Read",
2068
+ "resourceTypes": [
2069
+ {
2070
+ "name": "accesspointobject",
2071
+ "required": false,
2072
+ "conditionKeys": [],
2073
+ "dependentActions": []
2074
+ },
2075
+ {
2076
+ "name": "object",
2077
+ "required": false,
2078
+ "conditionKeys": [],
2079
+ "dependentActions": []
2080
+ }
2081
+ ],
2082
+ "conditionKeys": [
2083
+ "s3:authType",
2084
+ "s3:signatureAge",
2085
+ "s3:signatureversion",
2086
+ "s3:TlsVersion",
2087
+ "s3:x-amz-content-sha256",
2088
+ "s3:ResourceAccount",
2089
+ "s3:ExistingObjectTag/<key>"
2090
+ ],
2091
+ "dependentActions": []
2092
+ },
2003
2093
  "getobjectattributes": {
2004
2094
  "name": "GetObjectAttributes",
2005
2095
  "description": "Grants permission to retrieve attributes related to a specific object",
@@ -2198,6 +2288,58 @@
2198
2288
  ],
2199
2289
  "dependentActions": []
2200
2290
  },
2291
+ "getobjectversionannotation": {
2292
+ "name": "GetObjectVersionAnnotation",
2293
+ "description": "Grants permission to retrieve an annotation from a specific version of an object",
2294
+ "accessLevel": "Read",
2295
+ "resourceTypes": [
2296
+ {
2297
+ "name": "accesspointobject",
2298
+ "required": false,
2299
+ "conditionKeys": [],
2300
+ "dependentActions": []
2301
+ },
2302
+ {
2303
+ "name": "object",
2304
+ "required": false,
2305
+ "conditionKeys": [],
2306
+ "dependentActions": []
2307
+ }
2308
+ ],
2309
+ "conditionKeys": [
2310
+ "s3:authType",
2311
+ "s3:signatureAge",
2312
+ "s3:signatureversion",
2313
+ "s3:TlsVersion",
2314
+ "s3:x-amz-content-sha256",
2315
+ "s3:ResourceAccount",
2316
+ "s3:versionid",
2317
+ "s3:ExistingObjectTag/<key>"
2318
+ ],
2319
+ "dependentActions": []
2320
+ },
2321
+ "getobjectversionannotationforreplication": {
2322
+ "name": "GetObjectVersionAnnotationForReplication",
2323
+ "description": "Grants permission to get an object version annotation for replication",
2324
+ "accessLevel": "Read",
2325
+ "resourceTypes": [
2326
+ {
2327
+ "name": "object",
2328
+ "required": true,
2329
+ "conditionKeys": [],
2330
+ "dependentActions": []
2331
+ }
2332
+ ],
2333
+ "conditionKeys": [
2334
+ "s3:authType",
2335
+ "s3:ResourceAccount",
2336
+ "s3:signatureAge",
2337
+ "s3:signatureversion",
2338
+ "s3:TlsVersion",
2339
+ "s3:x-amz-content-sha256"
2340
+ ],
2341
+ "dependentActions": []
2342
+ },
2201
2343
  "getobjectversionattributes": {
2202
2344
  "name": "GetObjectVersionAttributes",
2203
2345
  "description": "Grants permission to retrieve attributes related to a specific version of an object",
@@ -2710,6 +2852,69 @@
2710
2852
  ],
2711
2853
  "dependentActions": []
2712
2854
  },
2855
+ "listobjectannotations": {
2856
+ "name": "ListObjectAnnotations",
2857
+ "description": "Grants permission to list annotations on an object",
2858
+ "accessLevel": "List",
2859
+ "resourceTypes": [
2860
+ {
2861
+ "name": "accesspointobject",
2862
+ "required": false,
2863
+ "conditionKeys": [],
2864
+ "dependentActions": []
2865
+ },
2866
+ {
2867
+ "name": "object",
2868
+ "required": false,
2869
+ "conditionKeys": [],
2870
+ "dependentActions": []
2871
+ }
2872
+ ],
2873
+ "conditionKeys": [
2874
+ "s3:authType",
2875
+ "s3:signatureAge",
2876
+ "s3:signatureversion",
2877
+ "s3:TlsVersion",
2878
+ "s3:x-amz-content-sha256",
2879
+ "s3:ResourceAccount",
2880
+ "s3:annotation-prefix",
2881
+ "s3:max-annotation-results",
2882
+ "s3:ExistingObjectTag/<key>"
2883
+ ],
2884
+ "dependentActions": []
2885
+ },
2886
+ "listobjectversionannotations": {
2887
+ "name": "ListObjectVersionAnnotations",
2888
+ "description": "Grants permission to list annotations on a specific version of an object",
2889
+ "accessLevel": "List",
2890
+ "resourceTypes": [
2891
+ {
2892
+ "name": "accesspointobject",
2893
+ "required": false,
2894
+ "conditionKeys": [],
2895
+ "dependentActions": []
2896
+ },
2897
+ {
2898
+ "name": "object",
2899
+ "required": false,
2900
+ "conditionKeys": [],
2901
+ "dependentActions": []
2902
+ }
2903
+ ],
2904
+ "conditionKeys": [
2905
+ "s3:authType",
2906
+ "s3:signatureAge",
2907
+ "s3:signatureversion",
2908
+ "s3:TlsVersion",
2909
+ "s3:x-amz-content-sha256",
2910
+ "s3:ResourceAccount",
2911
+ "s3:versionid",
2912
+ "s3:annotation-prefix",
2913
+ "s3:max-annotation-results",
2914
+ "s3:ExistingObjectTag/<key>"
2915
+ ],
2916
+ "dependentActions": []
2917
+ },
2713
2918
  "liststoragelensconfigurations": {
2714
2919
  "name": "ListStorageLensConfigurations",
2715
2920
  "description": "Grants permission to list Amazon S3 Storage Lens configurations",
@@ -3491,6 +3696,7 @@
3491
3696
  "s3:x-amz-grant-write",
3492
3697
  "s3:x-amz-grant-write-acp",
3493
3698
  "s3:x-amz-metadata-directive",
3699
+ "s3:x-amz-object-annotation-directive",
3494
3700
  "s3:x-amz-server-side-encryption",
3495
3701
  "s3:x-amz-server-side-encryption-aws-kms-key-id",
3496
3702
  "s3:x-amz-server-side-encryption-customer-algorithm",
@@ -3543,6 +3749,36 @@
3543
3749
  ],
3544
3750
  "dependentActions": []
3545
3751
  },
3752
+ "putobjectannotation": {
3753
+ "name": "PutObjectAnnotation",
3754
+ "description": "Grants permission to add or replace an annotation on an object",
3755
+ "accessLevel": "Write",
3756
+ "resourceTypes": [
3757
+ {
3758
+ "name": "accesspointobject",
3759
+ "required": false,
3760
+ "conditionKeys": [],
3761
+ "dependentActions": []
3762
+ },
3763
+ {
3764
+ "name": "object",
3765
+ "required": false,
3766
+ "conditionKeys": [],
3767
+ "dependentActions": []
3768
+ }
3769
+ ],
3770
+ "conditionKeys": [
3771
+ "s3:authType",
3772
+ "s3:signatureAge",
3773
+ "s3:signatureversion",
3774
+ "s3:TlsVersion",
3775
+ "s3:x-amz-content-sha256",
3776
+ "s3:ResourceAccount",
3777
+ "s3:x-amz-object-if-match",
3778
+ "s3:ExistingObjectTag/<key>"
3779
+ ],
3780
+ "dependentActions": []
3781
+ },
3546
3782
  "putobjectlegalhold": {
3547
3783
  "name": "PutObjectLegalHold",
3548
3784
  "description": "Grants permission to apply a Legal Hold configuration to the specified object",
@@ -3672,6 +3908,37 @@
3672
3908
  ],
3673
3909
  "dependentActions": []
3674
3910
  },
3911
+ "putobjectversionannotation": {
3912
+ "name": "PutObjectVersionAnnotation",
3913
+ "description": "Grants permission to add or replace an annotation on a specific version of an object",
3914
+ "accessLevel": "Write",
3915
+ "resourceTypes": [
3916
+ {
3917
+ "name": "accesspointobject",
3918
+ "required": false,
3919
+ "conditionKeys": [],
3920
+ "dependentActions": []
3921
+ },
3922
+ {
3923
+ "name": "object",
3924
+ "required": false,
3925
+ "conditionKeys": [],
3926
+ "dependentActions": []
3927
+ }
3928
+ ],
3929
+ "conditionKeys": [
3930
+ "s3:authType",
3931
+ "s3:signatureAge",
3932
+ "s3:signatureversion",
3933
+ "s3:TlsVersion",
3934
+ "s3:x-amz-content-sha256",
3935
+ "s3:ResourceAccount",
3936
+ "s3:versionid",
3937
+ "s3:x-amz-object-if-match",
3938
+ "s3:ExistingObjectTag/<key>"
3939
+ ],
3940
+ "dependentActions": []
3941
+ },
3675
3942
  "putobjectversiontagging": {
3676
3943
  "name": "PutObjectVersionTagging",
3677
3944
  "description": "Grants permission to set the supplied tag-set for a specific version of an object",
@@ -3817,6 +4084,28 @@
3817
4084
  ],
3818
4085
  "dependentActions": []
3819
4086
  },
4087
+ "replicateobjectannotation": {
4088
+ "name": "ReplicateObjectAnnotation",
4089
+ "description": "Grants permission to replicate annotations to the destination bucket",
4090
+ "accessLevel": "Write",
4091
+ "resourceTypes": [
4092
+ {
4093
+ "name": "object",
4094
+ "required": true,
4095
+ "conditionKeys": [],
4096
+ "dependentActions": []
4097
+ }
4098
+ ],
4099
+ "conditionKeys": [
4100
+ "s3:authType",
4101
+ "s3:ResourceAccount",
4102
+ "s3:signatureAge",
4103
+ "s3:signatureversion",
4104
+ "s3:TlsVersion",
4105
+ "s3:x-amz-content-sha256"
4106
+ ],
4107
+ "dependentActions": []
4108
+ },
3820
4109
  "replicatetags": {
3821
4110
  "name": "ReplicateTags",
3822
4111
  "description": "Grants permission to replicate object tags to the destination bucket",
@@ -4022,6 +4311,28 @@
4022
4311
  ],
4023
4312
  "dependentActions": []
4024
4313
  },
4314
+ "updatebucketmetadataannotationtableconfiguration": {
4315
+ "name": "UpdateBucketMetadataAnnotationTableConfiguration",
4316
+ "description": "Grants permission to update the annotation table configuration for a bucket",
4317
+ "accessLevel": "Write",
4318
+ "resourceTypes": [
4319
+ {
4320
+ "name": "bucket",
4321
+ "required": true,
4322
+ "conditionKeys": [],
4323
+ "dependentActions": []
4324
+ }
4325
+ ],
4326
+ "conditionKeys": [
4327
+ "s3:authType",
4328
+ "s3:ResourceAccount",
4329
+ "s3:signatureAge",
4330
+ "s3:signatureversion",
4331
+ "s3:TlsVersion",
4332
+ "s3:x-amz-content-sha256"
4333
+ ],
4334
+ "dependentActions": []
4335
+ },
4025
4336
  "updatebucketmetadatainventorytableconfiguration": {
4026
4337
  "name": "UpdateBucketMetadataInventoryTableConfiguration",
4027
4338
  "description": "Grants permission to update the inventory table configuration on an existing S3 Metadata configuration for a specified general purpose bucket",
@@ -114,6 +114,11 @@
114
114
  "description": "Filters access by the TLS version used by the client",
115
115
  "type": "Numeric"
116
116
  },
117
+ "s3:annotation-prefix": {
118
+ "key": "s3:annotation-prefix",
119
+ "description": "Filters access by the annotation name prefix specified in the request",
120
+ "type": "String"
121
+ },
117
122
  "s3:authtype": {
118
123
  "key": "s3:authType",
119
124
  "description": "Filters access by authentication method",
@@ -159,6 +164,11 @@
159
164
  "description": "Filters access by specific log type, currently supports S3_SERVER_ACCESS_LOGS",
160
165
  "type": "String"
161
166
  },
167
+ "s3:max-annotation-results": {
168
+ "key": "s3:max-annotation-results",
169
+ "description": "Filters access by the maximum number of annotation results requested",
170
+ "type": "Numeric"
171
+ },
162
172
  "s3:max-keys": {
163
173
  "key": "s3:max-keys",
164
174
  "description": "Filters access by maximum number of keys returned in a ListBucket request",
@@ -259,6 +269,16 @@
259
269
  "description": "Filters access by object metadata behavior (COPY or REPLACE) when objects are copied",
260
270
  "type": "String"
261
271
  },
272
+ "s3:x-amz-object-annotation-directive": {
273
+ "key": "s3:x-amz-object-annotation-directive",
274
+ "description": "Filters access by the annotation copy directive specified in the request",
275
+ "type": "String"
276
+ },
277
+ "s3:x-amz-object-if-match": {
278
+ "key": "s3:x-amz-object-if-match",
279
+ "description": "Filters access by the ETag of the object version specified in the request",
280
+ "type": "String"
281
+ },
262
282
  "s3:x-amz-object-ownership": {
263
283
  "key": "s3:x-amz-object-ownership",
264
284
  "description": "Filters access by Object Ownership",
@@ -135,21 +135,40 @@
135
135
  "aws:ResourceTag/${TagKey}"
136
136
  ]
137
137
  },
138
+ "harness-endpoint": {
139
+ "key": "harness-endpoint",
140
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:harness/${HarnessId}/harness-endpoint/${Name}",
141
+ "conditionKeys": [
142
+ "aws:ResourceTag/${TagKey}"
143
+ ]
144
+ },
138
145
  "batch-evaluate": {
139
146
  "key": "batch-evaluate",
140
- "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:batch-evaluate/${BatchEvaluationId}"
147
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:batch-evaluate/${BatchEvaluationId}",
148
+ "conditionKeys": [
149
+ "aws:ResourceTag/${TagKey}"
150
+ ]
141
151
  },
142
152
  "ab-test": {
143
153
  "key": "ab-test",
144
- "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:ab-test/${ABTestId}"
154
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:ab-test/${ABTestId}",
155
+ "conditionKeys": [
156
+ "aws:ResourceTag/${TagKey}"
157
+ ]
145
158
  },
146
159
  "recommendation": {
147
160
  "key": "recommendation",
148
- "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:recommendation/${RecommendationId}"
161
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:recommendation/${RecommendationId}",
162
+ "conditionKeys": [
163
+ "aws:ResourceTag/${TagKey}"
164
+ ]
149
165
  },
150
166
  "configuration-bundle": {
151
167
  "key": "configuration-bundle",
152
- "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:configuration-bundle/${ConfigurationBundleId}"
168
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:configuration-bundle/${ConfigurationBundleId}",
169
+ "conditionKeys": [
170
+ "aws:ResourceTag/${TagKey}"
171
+ ]
153
172
  },
154
173
  "payment-manager": {
155
174
  "key": "payment-manager",
@@ -164,5 +183,9 @@
164
183
  "conditionKeys": [
165
184
  "aws:ResourceTag/${TagKey}"
166
185
  ]
186
+ },
187
+ "web-search": {
188
+ "key": "web-search",
189
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:tool/web-search.v1"
167
190
  }
168
191
  }
@@ -240,5 +240,12 @@
240
240
  "conditionKeys": [
241
241
  "aws:ResourceTag/${TagKey}"
242
242
  ]
243
+ },
244
+ "advanced-prompt-optimization-job": {
245
+ "key": "advanced-prompt-optimization-job",
246
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:advanced-prompt-optimization-job/${ResourceId}",
247
+ "conditionKeys": [
248
+ "aws:ResourceTag/${TagKey}"
249
+ ]
243
250
  }
244
251
  }
@@ -30,12 +30,5 @@
30
30
  "conditionKeys": [
31
31
  "aws:ResourceTag/${TagKey}"
32
32
  ]
33
- },
34
- "connector": {
35
- "key": "Connector",
36
- "arn": "arn:${Partition}:inspector2:${Region}:${Account}:connector/${ConnectorId}",
37
- "conditionKeys": [
38
- "aws:ResourceTag/${TagKey}"
39
- ]
40
33
  }
41
34
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202606171",
3
+ "version": "0.19.202606181",
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-06-17T06:26:03.140Z",
9
+ "updatedAt": "2026-06-18T06:16:01.826Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",