@cloud-copilot/iam-data 0.18.202604011 → 0.18.202604031

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.
@@ -16,6 +16,34 @@
16
16
  ],
17
17
  "dependentActions": []
18
18
  },
19
+ "associatecustomizedmodel": {
20
+ "name": "AssociateCustomizedModel",
21
+ "description": "Grants permission to associate a customized model with a project",
22
+ "accessLevel": "Write",
23
+ "resourceTypes": [
24
+ {
25
+ "name": "customized-model",
26
+ "required": true,
27
+ "conditionKeys": [
28
+ "aws:ResourceTag/${TagKey}"
29
+ ],
30
+ "dependentActions": []
31
+ },
32
+ {
33
+ "name": "project",
34
+ "required": true,
35
+ "conditionKeys": [
36
+ "aws:ResourceTag/${TagKey}"
37
+ ],
38
+ "dependentActions": []
39
+ }
40
+ ],
41
+ "conditionKeys": [
42
+ "bedrock-mantle:ProjectArn",
43
+ "bedrock-mantle:CustomizedModelArn"
44
+ ],
45
+ "dependentActions": []
46
+ },
19
47
  "callwithbearertoken": {
20
48
  "name": "CallWithBearerToken",
21
49
  "isPermissionOnly": true,
@@ -63,6 +91,26 @@
63
91
  ],
64
92
  "dependentActions": []
65
93
  },
94
+ "createcustomizedmodel": {
95
+ "name": "CreateCustomizedModel",
96
+ "description": "Grants permission to import a customized model with custom weights",
97
+ "accessLevel": "Write",
98
+ "resourceTypes": [
99
+ {
100
+ "name": "customized-model",
101
+ "required": true,
102
+ "conditionKeys": [
103
+ "aws:ResourceTag/${TagKey}"
104
+ ],
105
+ "dependentActions": []
106
+ }
107
+ ],
108
+ "conditionKeys": [
109
+ "aws:RequestTag/${TagKey}",
110
+ "aws:TagKeys"
111
+ ],
112
+ "dependentActions": []
113
+ },
66
114
  "createfile": {
67
115
  "name": "CreateFile",
68
116
  "description": "Grants permission to create a file in a project",
@@ -140,6 +188,53 @@
140
188
  ],
141
189
  "dependentActions": []
142
190
  },
191
+ "createreservation": {
192
+ "name": "CreateReservation",
193
+ "description": "Grants permission to create a capacity reservation for a model",
194
+ "accessLevel": "Write",
195
+ "resourceTypes": [
196
+ {
197
+ "name": "project",
198
+ "required": true,
199
+ "conditionKeys": [
200
+ "aws:ResourceTag/${TagKey}"
201
+ ],
202
+ "dependentActions": []
203
+ },
204
+ {
205
+ "name": "reservation",
206
+ "required": true,
207
+ "conditionKeys": [
208
+ "aws:ResourceTag/${TagKey}"
209
+ ],
210
+ "dependentActions": []
211
+ }
212
+ ],
213
+ "conditionKeys": [
214
+ "aws:RequestTag/${TagKey}",
215
+ "aws:TagKeys",
216
+ "bedrock-mantle:ProjectArn",
217
+ "bedrock-mantle:ReservationArn"
218
+ ],
219
+ "dependentActions": []
220
+ },
221
+ "deletecustomizedmodel": {
222
+ "name": "DeleteCustomizedModel",
223
+ "description": "Grants permission to delete a customized model",
224
+ "accessLevel": "Write",
225
+ "resourceTypes": [
226
+ {
227
+ "name": "customized-model",
228
+ "required": true,
229
+ "conditionKeys": [],
230
+ "dependentActions": []
231
+ }
232
+ ],
233
+ "conditionKeys": [
234
+ "aws:ResourceTag/${TagKey}"
235
+ ],
236
+ "dependentActions": []
237
+ },
143
238
  "deletefile": {
144
239
  "name": "DeleteFile",
145
240
  "description": "Grants permission to delete a specific file",
@@ -176,6 +271,79 @@
176
271
  ],
177
272
  "dependentActions": []
178
273
  },
274
+ "deletereservation": {
275
+ "name": "DeleteReservation",
276
+ "description": "Grants permission to delete a capacity reservation",
277
+ "accessLevel": "Write",
278
+ "resourceTypes": [
279
+ {
280
+ "name": "project",
281
+ "required": true,
282
+ "conditionKeys": [
283
+ "aws:ResourceTag/${TagKey}"
284
+ ],
285
+ "dependentActions": []
286
+ },
287
+ {
288
+ "name": "reservation",
289
+ "required": true,
290
+ "conditionKeys": [
291
+ "aws:ResourceTag/${TagKey}"
292
+ ],
293
+ "dependentActions": []
294
+ }
295
+ ],
296
+ "conditionKeys": [
297
+ "bedrock-mantle:ProjectArn",
298
+ "bedrock-mantle:ReservationArn"
299
+ ],
300
+ "dependentActions": []
301
+ },
302
+ "disassociatecustomizedmodel": {
303
+ "name": "DisassociateCustomizedModel",
304
+ "description": "Grants permission to disassociate a customized model from a project",
305
+ "accessLevel": "Write",
306
+ "resourceTypes": [
307
+ {
308
+ "name": "customized-model",
309
+ "required": true,
310
+ "conditionKeys": [
311
+ "aws:ResourceTag/${TagKey}"
312
+ ],
313
+ "dependentActions": []
314
+ },
315
+ {
316
+ "name": "project",
317
+ "required": true,
318
+ "conditionKeys": [
319
+ "aws:ResourceTag/${TagKey}"
320
+ ],
321
+ "dependentActions": []
322
+ }
323
+ ],
324
+ "conditionKeys": [
325
+ "bedrock-mantle:ProjectArn",
326
+ "bedrock-mantle:CustomizedModelArn"
327
+ ],
328
+ "dependentActions": []
329
+ },
330
+ "getcustomizedmodel": {
331
+ "name": "GetCustomizedModel",
332
+ "description": "Grants permission to get customized model",
333
+ "accessLevel": "Read",
334
+ "resourceTypes": [
335
+ {
336
+ "name": "customized-model",
337
+ "required": true,
338
+ "conditionKeys": [],
339
+ "dependentActions": []
340
+ }
341
+ ],
342
+ "conditionKeys": [
343
+ "aws:ResourceTag/${TagKey}"
344
+ ],
345
+ "dependentActions": []
346
+ },
179
347
  "getfile": {
180
348
  "name": "GetFile",
181
349
  "description": "Grants permission to retrieve information about a specific file",
@@ -265,6 +433,53 @@
265
433
  ],
266
434
  "dependentActions": []
267
435
  },
436
+ "getreservation": {
437
+ "name": "GetReservation",
438
+ "description": "Grants permission to get reservation",
439
+ "accessLevel": "Read",
440
+ "resourceTypes": [
441
+ {
442
+ "name": "reservation",
443
+ "required": true,
444
+ "conditionKeys": [],
445
+ "dependentActions": []
446
+ }
447
+ ],
448
+ "conditionKeys": [
449
+ "aws:ResourceTag/${TagKey}"
450
+ ],
451
+ "dependentActions": []
452
+ },
453
+ "listcustomizedmodelassociations": {
454
+ "name": "ListCustomizedModelAssociations",
455
+ "description": "Grants permission to list project associations for a customized model",
456
+ "accessLevel": "List",
457
+ "resourceTypes": [
458
+ {
459
+ "name": "customized-model",
460
+ "required": true,
461
+ "conditionKeys": [],
462
+ "dependentActions": []
463
+ }
464
+ ],
465
+ "conditionKeys": [],
466
+ "dependentActions": []
467
+ },
468
+ "listcustomizedmodels": {
469
+ "name": "ListCustomizedModels",
470
+ "description": "Grants permission to list customized models",
471
+ "accessLevel": "List",
472
+ "resourceTypes": [
473
+ {
474
+ "name": "customized-model",
475
+ "required": true,
476
+ "conditionKeys": [],
477
+ "dependentActions": []
478
+ }
479
+ ],
480
+ "conditionKeys": [],
481
+ "dependentActions": []
482
+ },
268
483
  "listfiles": {
269
484
  "name": "ListFiles",
270
485
  "description": "Grants permission to list all available files in a project",
@@ -331,21 +546,52 @@
331
546
  "conditionKeys": [],
332
547
  "dependentActions": []
333
548
  },
549
+ "listreservations": {
550
+ "name": "ListReservations",
551
+ "description": "Grants permission to list reservations",
552
+ "accessLevel": "List",
553
+ "resourceTypes": [
554
+ {
555
+ "name": "reservation",
556
+ "required": true,
557
+ "conditionKeys": [],
558
+ "dependentActions": []
559
+ }
560
+ ],
561
+ "conditionKeys": [],
562
+ "dependentActions": []
563
+ },
334
564
  "listtagsforresource": {
335
565
  "name": "ListTagsForResource",
336
566
  "description": "Grants permission to list tags for a resource",
337
567
  "accessLevel": "Read",
338
568
  "resourceTypes": [
569
+ {
570
+ "name": "customized-model",
571
+ "required": false,
572
+ "conditionKeys": [
573
+ "aws:ResourceTag/${TagKey}"
574
+ ],
575
+ "dependentActions": []
576
+ },
339
577
  {
340
578
  "name": "project",
341
579
  "required": false,
342
- "conditionKeys": [],
580
+ "conditionKeys": [
581
+ "aws:ResourceTag/${TagKey}"
582
+ ],
583
+ "dependentActions": []
584
+ },
585
+ {
586
+ "name": "reservation",
587
+ "required": false,
588
+ "conditionKeys": [
589
+ "aws:ResourceTag/${TagKey}"
590
+ ],
343
591
  "dependentActions": []
344
592
  }
345
593
  ],
346
- "conditionKeys": [
347
- "aws:ResourceTag/${TagKey}"
348
- ],
594
+ "conditionKeys": [],
349
595
  "dependentActions": []
350
596
  },
351
597
  "tagresource": {
@@ -353,6 +599,14 @@
353
599
  "description": "Grants permission to tag a resource",
354
600
  "accessLevel": "Tagging",
355
601
  "resourceTypes": [
602
+ {
603
+ "name": "customized-model",
604
+ "required": false,
605
+ "conditionKeys": [
606
+ "aws:ResourceTag/${TagKey}"
607
+ ],
608
+ "dependentActions": []
609
+ },
356
610
  {
357
611
  "name": "project",
358
612
  "required": false,
@@ -360,6 +614,14 @@
360
614
  "aws:ResourceTag/${TagKey}"
361
615
  ],
362
616
  "dependentActions": []
617
+ },
618
+ {
619
+ "name": "reservation",
620
+ "required": false,
621
+ "conditionKeys": [
622
+ "aws:ResourceTag/${TagKey}"
623
+ ],
624
+ "dependentActions": []
363
625
  }
364
626
  ],
365
627
  "conditionKeys": [
@@ -373,6 +635,14 @@
373
635
  "description": "Grants permission to untag a resource",
374
636
  "accessLevel": "Tagging",
375
637
  "resourceTypes": [
638
+ {
639
+ "name": "customized-model",
640
+ "required": false,
641
+ "conditionKeys": [
642
+ "aws:ResourceTag/${TagKey}"
643
+ ],
644
+ "dependentActions": []
645
+ },
376
646
  {
377
647
  "name": "project",
378
648
  "required": false,
@@ -380,6 +650,14 @@
380
650
  "aws:ResourceTag/${TagKey}"
381
651
  ],
382
652
  "dependentActions": []
653
+ },
654
+ {
655
+ "name": "reservation",
656
+ "required": false,
657
+ "conditionKeys": [
658
+ "aws:ResourceTag/${TagKey}"
659
+ ],
660
+ "dependentActions": []
383
661
  }
384
662
  ],
385
663
  "conditionKeys": [
@@ -403,5 +681,33 @@
403
681
  "aws:ResourceTag/${TagKey}"
404
682
  ],
405
683
  "dependentActions": []
684
+ },
685
+ "updatereservation": {
686
+ "name": "UpdateReservation",
687
+ "description": "Grants permission to update reservation",
688
+ "accessLevel": "Write",
689
+ "resourceTypes": [
690
+ {
691
+ "name": "project",
692
+ "required": true,
693
+ "conditionKeys": [
694
+ "aws:ResourceTag/${TagKey}"
695
+ ],
696
+ "dependentActions": []
697
+ },
698
+ {
699
+ "name": "reservation",
700
+ "required": true,
701
+ "conditionKeys": [
702
+ "aws:ResourceTag/${TagKey}"
703
+ ],
704
+ "dependentActions": []
705
+ }
706
+ ],
707
+ "conditionKeys": [
708
+ "bedrock-mantle:ProjectArn",
709
+ "bedrock-mantle:ReservationArn"
710
+ ],
711
+ "dependentActions": []
406
712
  }
407
713
  }
@@ -42,7 +42,10 @@
42
42
  "dependentActions": []
43
43
  }
44
44
  ],
45
- "conditionKeys": [],
45
+ "conditionKeys": [
46
+ "aws:RequestTag/${TagKey}",
47
+ "aws:TagKeys"
48
+ ],
46
49
  "dependentActions": []
47
50
  },
48
51
  "createdatagrant": {
@@ -427,6 +430,12 @@
427
430
  "description": "Grants permission to list the tags that you associated with the specified resource",
428
431
  "accessLevel": "List",
429
432
  "resourceTypes": [
433
+ {
434
+ "name": "assets",
435
+ "required": false,
436
+ "conditionKeys": [],
437
+ "dependentActions": []
438
+ },
430
439
  {
431
440
  "name": "data-grants",
432
441
  "required": false,
@@ -569,6 +578,12 @@
569
578
  "description": "Grants permission to add one or more tags to a specified resource",
570
579
  "accessLevel": "Tagging",
571
580
  "resourceTypes": [
581
+ {
582
+ "name": "assets",
583
+ "required": false,
584
+ "conditionKeys": [],
585
+ "dependentActions": []
586
+ },
572
587
  {
573
588
  "name": "data-grants",
574
589
  "required": false,
@@ -605,6 +620,12 @@
605
620
  "description": "Grants permission to remove one or more tags from a specified resource",
606
621
  "accessLevel": "Tagging",
607
622
  "resourceTypes": [
623
+ {
624
+ "name": "assets",
625
+ "required": false,
626
+ "conditionKeys": [],
627
+ "dependentActions": []
628
+ },
608
629
  {
609
630
  "name": "data-grants",
610
631
  "required": false,
@@ -43,6 +43,34 @@
43
43
  ],
44
44
  "dependentActions": []
45
45
  },
46
+ "createdaemon": {
47
+ "name": "CreateDaemon",
48
+ "description": "Grants permission to create a new daemon in a specified cluster",
49
+ "accessLevel": "Write",
50
+ "resourceTypes": [
51
+ {
52
+ "name": "daemon",
53
+ "required": true,
54
+ "conditionKeys": [
55
+ "ecs:cluster",
56
+ "aws:ResourceTag/${TagKey}"
57
+ ],
58
+ "dependentActions": []
59
+ }
60
+ ],
61
+ "conditionKeys": [
62
+ "aws:RequestTag/${TagKey}",
63
+ "aws:TagKeys",
64
+ "ecs:capacity-provider",
65
+ "ecs:daemon-task-definition",
66
+ "ecs:enable-ecs-managed-tags",
67
+ "ecs:enable-execute-command",
68
+ "ecs:propagate-tags",
69
+ "ecs:task-cpu",
70
+ "ecs:task-memory"
71
+ ],
72
+ "dependentActions": []
73
+ },
46
74
  "createexpressgatewayservice": {
47
75
  "name": "CreateExpressGatewayService",
48
76
  "description": "Grants permission to create a new Amazon ECS Express Gateway service with cluster and task definition",
@@ -191,6 +219,41 @@
191
219
  ],
192
220
  "dependentActions": []
193
221
  },
222
+ "deletedaemon": {
223
+ "name": "DeleteDaemon",
224
+ "description": "Grants permission to delete a specified daemon within a cluster",
225
+ "accessLevel": "Write",
226
+ "resourceTypes": [
227
+ {
228
+ "name": "daemon",
229
+ "required": true,
230
+ "conditionKeys": [],
231
+ "dependentActions": []
232
+ }
233
+ ],
234
+ "conditionKeys": [
235
+ "ecs:cluster",
236
+ "aws:ResourceTag/${TagKey}"
237
+ ],
238
+ "dependentActions": []
239
+ },
240
+ "deletedaemontaskdefinition": {
241
+ "name": "DeleteDaemonTaskDefinition",
242
+ "description": "Grants permission to delete the specified daemon task definition",
243
+ "accessLevel": "Write",
244
+ "resourceTypes": [
245
+ {
246
+ "name": "daemon-task-definition",
247
+ "required": true,
248
+ "conditionKeys": [],
249
+ "dependentActions": []
250
+ }
251
+ ],
252
+ "conditionKeys": [
253
+ "aws:ResourceTag/${TagKey}"
254
+ ],
255
+ "dependentActions": []
256
+ },
194
257
  "deleteexpressgatewayservice": {
195
258
  "name": "DeleteExpressGatewayService",
196
259
  "description": "Grants permission to delete a specified Express Gateway service",
@@ -340,6 +403,97 @@
340
403
  ],
341
404
  "dependentActions": []
342
405
  },
406
+ "describedaemon": {
407
+ "name": "DescribeDaemon",
408
+ "description": "Grants permission to describe the specified daemon running in your cluster",
409
+ "accessLevel": "Read",
410
+ "resourceTypes": [
411
+ {
412
+ "name": "daemon",
413
+ "required": true,
414
+ "conditionKeys": [],
415
+ "dependentActions": []
416
+ }
417
+ ],
418
+ "conditionKeys": [
419
+ "ecs:cluster",
420
+ "aws:ResourceTag/${TagKey}"
421
+ ],
422
+ "dependentActions": []
423
+ },
424
+ "describedaemondeployments": {
425
+ "name": "DescribeDaemonDeployments",
426
+ "description": "Grants permission to describe one or more of your daemon deployments",
427
+ "accessLevel": "Read",
428
+ "resourceTypes": [
429
+ {
430
+ "name": "daemon",
431
+ "required": true,
432
+ "conditionKeys": [
433
+ "ecs:cluster",
434
+ "aws:ResourceTag/${TagKey}"
435
+ ],
436
+ "dependentActions": []
437
+ },
438
+ {
439
+ "name": "daemon-deployment",
440
+ "required": true,
441
+ "conditionKeys": [
442
+ "ecs:cluster",
443
+ "ecs:daemon",
444
+ "aws:ResourceTag/${TagKey}"
445
+ ],
446
+ "dependentActions": []
447
+ }
448
+ ],
449
+ "conditionKeys": [],
450
+ "dependentActions": []
451
+ },
452
+ "describedaemonrevisions": {
453
+ "name": "DescribeDaemonRevisions",
454
+ "description": "Grants permission to describe one or more of your daemon revisions",
455
+ "accessLevel": "Read",
456
+ "resourceTypes": [
457
+ {
458
+ "name": "daemon",
459
+ "required": true,
460
+ "conditionKeys": [
461
+ "ecs:cluster",
462
+ "aws:ResourceTag/${TagKey}"
463
+ ],
464
+ "dependentActions": []
465
+ },
466
+ {
467
+ "name": "daemon-revision",
468
+ "required": true,
469
+ "conditionKeys": [
470
+ "ecs:cluster",
471
+ "ecs:daemon",
472
+ "aws:ResourceTag/${TagKey}"
473
+ ],
474
+ "dependentActions": []
475
+ }
476
+ ],
477
+ "conditionKeys": [],
478
+ "dependentActions": []
479
+ },
480
+ "describedaemontaskdefinition": {
481
+ "name": "DescribeDaemonTaskDefinition",
482
+ "description": "Grants permission to describe a daemon task definition",
483
+ "accessLevel": "Read",
484
+ "resourceTypes": [
485
+ {
486
+ "name": "daemon-task-definition",
487
+ "required": true,
488
+ "conditionKeys": [],
489
+ "dependentActions": []
490
+ }
491
+ ],
492
+ "conditionKeys": [
493
+ "aws:ResourceTag/${TagKey}"
494
+ ],
495
+ "dependentActions": []
496
+ },
343
497
  "describeexpressgatewayservice": {
344
498
  "name": "DescribeExpressGatewayService",
345
499
  "description": "Grants permission to describe the specified Express Gateway service",
@@ -579,6 +733,42 @@
579
733
  ],
580
734
  "dependentActions": []
581
735
  },
736
+ "listdaemondeployments": {
737
+ "name": "ListDaemonDeployments",
738
+ "description": "Grants permission to get a list of daemon deployments for a specified daemon",
739
+ "accessLevel": "List",
740
+ "resourceTypes": [
741
+ {
742
+ "name": "daemon",
743
+ "required": true,
744
+ "conditionKeys": [],
745
+ "dependentActions": []
746
+ }
747
+ ],
748
+ "conditionKeys": [
749
+ "aws:ResourceTag/${TagKey}",
750
+ "ecs:cluster"
751
+ ],
752
+ "dependentActions": []
753
+ },
754
+ "listdaemontaskdefinitions": {
755
+ "name": "ListDaemonTaskDefinitions",
756
+ "description": "Grants permission to get a list of daemon task definitions that are registered to your account",
757
+ "accessLevel": "List",
758
+ "resourceTypes": [],
759
+ "conditionKeys": [],
760
+ "dependentActions": []
761
+ },
762
+ "listdaemons": {
763
+ "name": "ListDaemons",
764
+ "description": "Grants permission to get a list of daemons that are running in a specified cluster",
765
+ "accessLevel": "List",
766
+ "resourceTypes": [],
767
+ "conditionKeys": [
768
+ "ecs:cluster"
769
+ ],
770
+ "dependentActions": []
771
+ },
582
772
  "listservicedeployments": {
583
773
  "name": "ListServiceDeployments",
584
774
  "description": "Grants permission to get a list of service deployments for a specified service",
@@ -826,6 +1016,29 @@
826
1016
  ],
827
1017
  "dependentActions": []
828
1018
  },
1019
+ "registerdaemontaskdefinition": {
1020
+ "name": "RegisterDaemonTaskDefinition",
1021
+ "description": "Grants permission to register a new daemon task definition from the supplied family and containerDefinitions",
1022
+ "accessLevel": "Write",
1023
+ "resourceTypes": [
1024
+ {
1025
+ "name": "daemon-task-definition",
1026
+ "required": true,
1027
+ "conditionKeys": [
1028
+ "aws:ResourceTag/${TagKey}"
1029
+ ],
1030
+ "dependentActions": []
1031
+ }
1032
+ ],
1033
+ "conditionKeys": [
1034
+ "aws:RequestTag/${TagKey}",
1035
+ "aws:TagKeys",
1036
+ "ecs:privileged",
1037
+ "ecs:task-cpu",
1038
+ "ecs:task-memory"
1039
+ ],
1040
+ "dependentActions": []
1041
+ },
829
1042
  "registertaskdefinition": {
830
1043
  "name": "RegisterTaskDefinition",
831
1044
  "description": "Grants permission to register a new task definition from the supplied family and containerDefinitions",
@@ -1037,6 +1250,18 @@
1037
1250
  "conditionKeys": [],
1038
1251
  "dependentActions": []
1039
1252
  },
1253
+ {
1254
+ "name": "daemon",
1255
+ "required": false,
1256
+ "conditionKeys": [],
1257
+ "dependentActions": []
1258
+ },
1259
+ {
1260
+ "name": "daemon-task-definition",
1261
+ "required": false,
1262
+ "conditionKeys": [],
1263
+ "dependentActions": []
1264
+ },
1040
1265
  {
1041
1266
  "name": "service",
1042
1267
  "required": false,
@@ -1093,6 +1318,18 @@
1093
1318
  "conditionKeys": [],
1094
1319
  "dependentActions": []
1095
1320
  },
1321
+ {
1322
+ "name": "daemon",
1323
+ "required": false,
1324
+ "conditionKeys": [],
1325
+ "dependentActions": []
1326
+ },
1327
+ {
1328
+ "name": "daemon-task-definition",
1329
+ "required": false,
1330
+ "conditionKeys": [],
1331
+ "dependentActions": []
1332
+ },
1096
1333
  {
1097
1334
  "name": "service",
1098
1335
  "required": false,
@@ -1215,6 +1452,32 @@
1215
1452
  ],
1216
1453
  "dependentActions": []
1217
1454
  },
1455
+ "updatedaemon": {
1456
+ "name": "UpdateDaemon",
1457
+ "description": "Grants permission to modify the parameters of a daemon",
1458
+ "accessLevel": "Write",
1459
+ "resourceTypes": [
1460
+ {
1461
+ "name": "daemon",
1462
+ "required": true,
1463
+ "conditionKeys": [
1464
+ "ecs:cluster",
1465
+ "aws:ResourceTag/${TagKey}"
1466
+ ],
1467
+ "dependentActions": []
1468
+ }
1469
+ ],
1470
+ "conditionKeys": [
1471
+ "ecs:capacity-provider",
1472
+ "ecs:daemon-task-definition",
1473
+ "ecs:enable-ecs-managed-tags",
1474
+ "ecs:enable-execute-command",
1475
+ "ecs:propagate-tags",
1476
+ "ecs:task-cpu",
1477
+ "ecs:task-memory"
1478
+ ],
1479
+ "dependentActions": []
1480
+ },
1218
1481
  "updateexpressgatewayservice": {
1219
1482
  "name": "UpdateExpressGatewayService",
1220
1483
  "description": "Grants permission to modify the parameters of an Express Gateway service",
@@ -101,6 +101,21 @@
101
101
  "conditionKeys": [],
102
102
  "dependentActions": []
103
103
  },
104
+ "describefhirbulkmembermatchjob": {
105
+ "name": "DescribeFHIRBulkMemberMatchJob",
106
+ "description": "Grants permission to describe a FHIR Bulk Member Match Job",
107
+ "accessLevel": "Read",
108
+ "resourceTypes": [
109
+ {
110
+ "name": "datastore",
111
+ "required": true,
112
+ "conditionKeys": [],
113
+ "dependentActions": []
114
+ }
115
+ ],
116
+ "conditionKeys": [],
117
+ "dependentActions": []
118
+ },
104
119
  "describefhirdatastore": {
105
120
  "name": "DescribeFHIRDatastore",
106
121
  "description": "Grants permission to get the properties associated with the FHIR datastore, including the datastore ID, datastore ARN, datastore name, datastore status, created at, datastore type version, and datastore endpoint",
@@ -544,6 +559,21 @@
544
559
  "conditionKeys": [],
545
560
  "dependentActions": []
546
561
  },
562
+ "startfhirbulkmembermatchjob": {
563
+ "name": "StartFHIRBulkMemberMatchJob",
564
+ "description": "Grants permission to begin a FHIR Bulk Member Match Job",
565
+ "accessLevel": "Write",
566
+ "resourceTypes": [
567
+ {
568
+ "name": "datastore",
569
+ "required": true,
570
+ "conditionKeys": [],
571
+ "dependentActions": []
572
+ }
573
+ ],
574
+ "conditionKeys": [],
575
+ "dependentActions": []
576
+ },
547
577
  "startfhirexportjob": {
548
578
  "name": "StartFHIRExportJob",
549
579
  "description": "Grants permission to begin a FHIR Export job",
@@ -334,6 +334,27 @@
334
334
  ],
335
335
  "dependentActions": []
336
336
  },
337
+ "getmetricsconfiguration": {
338
+ "name": "GetMetricsConfiguration",
339
+ "description": "Grants permission to get a metrics configuration of a directory bucket",
340
+ "accessLevel": "Read",
341
+ "resourceTypes": [
342
+ {
343
+ "name": "bucket",
344
+ "required": true,
345
+ "conditionKeys": [],
346
+ "dependentActions": []
347
+ }
348
+ ],
349
+ "conditionKeys": [
350
+ "s3express:authType",
351
+ "s3express:ResourceAccount",
352
+ "s3express:signatureversion",
353
+ "s3express:TlsVersion",
354
+ "s3express:x-amz-content-sha256"
355
+ ],
356
+ "dependentActions": []
357
+ },
337
358
  "listaccesspointsfordirectorybuckets": {
338
359
  "name": "ListAccessPointsForDirectoryBuckets",
339
360
  "description": "Grants permission to list access points",
@@ -500,6 +521,27 @@
500
521
  ],
501
522
  "dependentActions": []
502
523
  },
524
+ "putmetricsconfiguration": {
525
+ "name": "PutMetricsConfiguration",
526
+ "description": "Grants permission to set or update a metrics configuration for the CloudWatch request metrics of a directory bucket",
527
+ "accessLevel": "Write",
528
+ "resourceTypes": [
529
+ {
530
+ "name": "bucket",
531
+ "required": true,
532
+ "conditionKeys": [],
533
+ "dependentActions": []
534
+ }
535
+ ],
536
+ "conditionKeys": [
537
+ "s3express:authType",
538
+ "s3express:ResourceAccount",
539
+ "s3express:signatureversion",
540
+ "s3express:TlsVersion",
541
+ "s3express:x-amz-content-sha256"
542
+ ],
543
+ "dependentActions": []
544
+ },
503
545
  "tagresource": {
504
546
  "name": "TagResource",
505
547
  "description": "Grants permission to create a new user-defined tag or update an existing tag",
@@ -19,6 +19,11 @@
19
19
  "description": "Filters access by the Short-term or Long-term bearer tokens",
20
20
  "type": "String"
21
21
  },
22
+ "bedrock-mantle:customizedmodelarn": {
23
+ "key": "bedrock-mantle:CustomizedModelArn",
24
+ "description": "Filters access by the ARN of the customized model being associated or referenced in cross-resource operations",
25
+ "type": "String"
26
+ },
22
27
  "bedrock-mantle:files": {
23
28
  "key": "bedrock-mantle:Files",
24
29
  "description": "Filters access by the specified file identifiers",
@@ -34,6 +39,16 @@
34
39
  "description": "Filters access by the specified Model",
35
40
  "type": "String"
36
41
  },
42
+ "bedrock-mantle:projectarn": {
43
+ "key": "bedrock-mantle:ProjectArn",
44
+ "description": "Filters access by the ARN of the project being associated or referenced in cross-resource operations",
45
+ "type": "String"
46
+ },
47
+ "bedrock-mantle:reservationarn": {
48
+ "key": "bedrock-mantle:ReservationArn",
49
+ "description": "Filters access by the ARN of the reservation being referenced in cross-resource operations",
50
+ "type": "String"
51
+ },
37
52
  "bedrock-mantle:servicetier": {
38
53
  "key": "bedrock-mantle:ServiceTier",
39
54
  "description": "Filters access by the specified ServiceTier",
@@ -59,6 +59,16 @@
59
59
  "description": "Filters access by the name of an Amazon ECS container which is defined in the ECS task definition",
60
60
  "type": "String"
61
61
  },
62
+ "ecs:daemon": {
63
+ "key": "ecs:daemon",
64
+ "description": "Filters access by the ARN of an Amazon ECS daemon",
65
+ "type": "ARN"
66
+ },
67
+ "ecs:daemon-task-definition": {
68
+ "key": "ecs:daemon-task-definition",
69
+ "description": "Filters access by the ARN of an Amazon ECS daemon task definition",
70
+ "type": "ARN"
71
+ },
62
72
  "ecs:enable-ebs-volumes": {
63
73
  "key": "ecs:enable-ebs-volumes",
64
74
  "description": "Filters access by the Amazon ECS managed Amazon EBS volume capability of your ECS task or service",
@@ -5,5 +5,19 @@
5
5
  "conditionKeys": [
6
6
  "aws:ResourceTag/${TagKey}"
7
7
  ]
8
+ },
9
+ "customized-model": {
10
+ "key": "customized-model",
11
+ "arn": "arn:${Partition}:bedrock-mantle:${Region}:${Account}:customized-model/${ResourceId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
16
+ "reservation": {
17
+ "key": "reservation",
18
+ "arn": "arn:${Partition}:bedrock-mantle:${Region}:${Account}:reservation/${ResourceId}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
8
22
  }
9
23
  }
@@ -30,7 +30,10 @@
30
30
  },
31
31
  "assets": {
32
32
  "key": "assets",
33
- "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:data-sets/${DataSetId}/revisions/${RevisionId}/assets/${AssetId}"
33
+ "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:data-sets/${DataSetId}/revisions/${RevisionId}/assets/${AssetId}",
34
+ "conditionKeys": [
35
+ "aws:ResourceTag/${TagKey}"
36
+ ]
34
37
  },
35
38
  "entitled-assets": {
36
39
  "key": "entitled-assets",
@@ -41,6 +41,39 @@
41
41
  "ecs:service"
42
42
  ]
43
43
  },
44
+ "daemon": {
45
+ "key": "daemon",
46
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:daemon/${ClusterName}/${DaemonName}",
47
+ "conditionKeys": [
48
+ "aws:ResourceTag/${TagKey}",
49
+ "ecs:cluster"
50
+ ]
51
+ },
52
+ "daemon-deployment": {
53
+ "key": "daemon-deployment",
54
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:daemon-deployment/${ClusterName}/${DaemonName}/${DaemonDeploymentId}",
55
+ "conditionKeys": [
56
+ "aws:ResourceTag/${TagKey}",
57
+ "ecs:cluster",
58
+ "ecs:daemon"
59
+ ]
60
+ },
61
+ "daemon-revision": {
62
+ "key": "daemon-revision",
63
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:daemon-revision/${ClusterName}/${DaemonName}/${DaemonRevisionId}",
64
+ "conditionKeys": [
65
+ "aws:ResourceTag/${TagKey}",
66
+ "ecs:cluster",
67
+ "ecs:daemon"
68
+ ]
69
+ },
70
+ "daemon-task-definition": {
71
+ "key": "daemon-task-definition",
72
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:daemon-task-definition/${DaemonTaskDefinitionFamilyName}:${DaemonTaskDefinitionRevisionNumber}",
73
+ "conditionKeys": [
74
+ "aws:ResourceTag/${TagKey}"
75
+ ]
76
+ },
44
77
  "task": {
45
78
  "key": "task",
46
79
  "arn": "arn:${Partition}:ecs:${Region}:${Account}:task/${ClusterName}/${TaskId}",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202604011",
3
+ "version": "0.18.202604031",
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-01T05:28:42.856Z",
9
+ "updatedAt": "2026-04-03T05:18:56.472Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",