@cloud-copilot/iam-data 0.18.202604011 → 0.18.202604021

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.
@@ -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",
@@ -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",
@@ -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.202604021",
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-02T05:17:12.692Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",