@cloud-copilot/iam-data 0.9.202504301 → 0.9.202505011

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.
@@ -460,10 +460,16 @@
460
460
  "name": "worker",
461
461
  "required": true,
462
462
  "conditionKeys": [],
463
- "dependentActions": []
463
+ "dependentActions": [
464
+ "deadline:ListTagsForResource",
465
+ "deadline:TagResource"
466
+ ]
464
467
  }
465
468
  ],
466
- "conditionKeys": [],
469
+ "conditionKeys": [
470
+ "aws:RequestTag/${TagKey}",
471
+ "aws:TagKeys"
472
+ ],
467
473
  "dependentActions": []
468
474
  },
469
475
  "deletebudget": {
@@ -1639,9 +1645,17 @@
1639
1645
  "required": false,
1640
1646
  "conditionKeys": [],
1641
1647
  "dependentActions": []
1648
+ },
1649
+ {
1650
+ "name": "worker",
1651
+ "required": false,
1652
+ "conditionKeys": [],
1653
+ "dependentActions": []
1642
1654
  }
1643
1655
  ],
1644
- "conditionKeys": [],
1656
+ "conditionKeys": [
1657
+ "deadline:CalledAction"
1658
+ ],
1645
1659
  "dependentActions": []
1646
1660
  },
1647
1661
  "listtasks": {
@@ -1824,11 +1838,18 @@
1824
1838
  "required": false,
1825
1839
  "conditionKeys": [],
1826
1840
  "dependentActions": []
1841
+ },
1842
+ {
1843
+ "name": "worker",
1844
+ "required": false,
1845
+ "conditionKeys": [],
1846
+ "dependentActions": []
1827
1847
  }
1828
1848
  ],
1829
1849
  "conditionKeys": [
1830
1850
  "aws:RequestTag/${TagKey}",
1831
- "aws:TagKeys"
1851
+ "aws:TagKeys",
1852
+ "deadline:CalledAction"
1832
1853
  ],
1833
1854
  "dependentActions": []
1834
1855
  },
@@ -1860,6 +1881,12 @@
1860
1881
  "required": false,
1861
1882
  "conditionKeys": [],
1862
1883
  "dependentActions": []
1884
+ },
1885
+ {
1886
+ "name": "worker",
1887
+ "required": false,
1888
+ "conditionKeys": [],
1889
+ "dependentActions": []
1863
1890
  }
1864
1891
  ],
1865
1892
  "conditionKeys": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "addtagstostream": {
3
3
  "name": "AddTagsToStream",
4
- "description": "Grants permission to add or update tags for the specified Amazon Kinesis stream. Each stream can have up to 10 tags",
4
+ "description": "Grants permission to add or update tags for the specified Amazon Kinesis stream. Each stream can have up to 50 tags",
5
5
  "accessLevel": "Tagging",
6
6
  "resourceTypes": [
7
7
  {
@@ -62,7 +62,9 @@
62
62
  {
63
63
  "name": "consumer",
64
64
  "required": true,
65
- "conditionKeys": [],
65
+ "conditionKeys": [
66
+ "aws:ResourceTag/${TagKey}"
67
+ ],
66
68
  "dependentActions": []
67
69
  },
68
70
  {
@@ -106,7 +108,9 @@
106
108
  "dependentActions": []
107
109
  }
108
110
  ],
109
- "conditionKeys": [],
111
+ "conditionKeys": [
112
+ "aws:ResourceTag/${TagKey}"
113
+ ],
110
114
  "dependentActions": []
111
115
  },
112
116
  "describelimits": {
@@ -146,7 +150,9 @@
146
150
  "dependentActions": []
147
151
  }
148
152
  ],
149
- "conditionKeys": [],
153
+ "conditionKeys": [
154
+ "aws:ResourceTag/${TagKey}"
155
+ ],
150
156
  "dependentActions": []
151
157
  },
152
158
  "describestreamsummary": {
@@ -207,7 +213,9 @@
207
213
  {
208
214
  "name": "consumer",
209
215
  "required": true,
210
- "conditionKeys": [],
216
+ "conditionKeys": [
217
+ "aws:ResourceTag/${TagKey}"
218
+ ],
211
219
  "dependentActions": []
212
220
  },
213
221
  {
@@ -298,6 +306,31 @@
298
306
  "conditionKeys": [],
299
307
  "dependentActions": []
300
308
  },
309
+ "listtagsforresource": {
310
+ "name": "ListTagsForResource",
311
+ "description": "Grants permission to list the tags for the specified Amazon Kinesis resource",
312
+ "accessLevel": "Read",
313
+ "resourceTypes": [
314
+ {
315
+ "name": "consumer",
316
+ "required": true,
317
+ "conditionKeys": [
318
+ "aws:ResourceTag/${TagKey}"
319
+ ],
320
+ "dependentActions": []
321
+ },
322
+ {
323
+ "name": "stream",
324
+ "required": true,
325
+ "conditionKeys": [
326
+ "aws:ResourceTag/${TagKey}"
327
+ ],
328
+ "dependentActions": []
329
+ }
330
+ ],
331
+ "conditionKeys": [],
332
+ "dependentActions": []
333
+ },
301
334
  "listtagsforstream": {
302
335
  "name": "ListTagsForStream",
303
336
  "description": "Grants permission to list the tags for the specified Amazon Kinesis stream",
@@ -374,7 +407,9 @@
374
407
  {
375
408
  "name": "consumer",
376
409
  "required": true,
377
- "conditionKeys": [],
410
+ "conditionKeys": [
411
+ "aws:ResourceTag/${TagKey}"
412
+ ],
378
413
  "dependentActions": []
379
414
  },
380
415
  {
@@ -402,6 +437,8 @@
402
437
  }
403
438
  ],
404
439
  "conditionKeys": [
440
+ "aws:TagKeys",
441
+ "aws:RequestTag/${TagKey}",
405
442
  "aws:ResourceTag/${TagKey}"
406
443
  ],
407
444
  "dependentActions": []
@@ -499,6 +536,64 @@
499
536
  "dependentActions": []
500
537
  }
501
538
  ],
539
+ "conditionKeys": [
540
+ "aws:ResourceTag/${TagKey}"
541
+ ],
542
+ "dependentActions": []
543
+ },
544
+ "tagresource": {
545
+ "name": "TagResource",
546
+ "description": "Grants permission to add or update tags for the specified Amazon Kinesis resource. Each resource can have up to 50 tags",
547
+ "accessLevel": "Tagging",
548
+ "resourceTypes": [
549
+ {
550
+ "name": "consumer",
551
+ "required": true,
552
+ "conditionKeys": [
553
+ "aws:TagKeys",
554
+ "aws:RequestTag/${TagKey}",
555
+ "aws:ResourceTag/${TagKey}"
556
+ ],
557
+ "dependentActions": []
558
+ },
559
+ {
560
+ "name": "stream",
561
+ "required": true,
562
+ "conditionKeys": [
563
+ "aws:TagKeys",
564
+ "aws:RequestTag/${TagKey}",
565
+ "aws:ResourceTag/${TagKey}"
566
+ ],
567
+ "dependentActions": []
568
+ }
569
+ ],
570
+ "conditionKeys": [],
571
+ "dependentActions": []
572
+ },
573
+ "untagresource": {
574
+ "name": "UntagResource",
575
+ "description": "Grants permission to remove tags from the specified Kinesis data resource. Removed tags are deleted and cannot be recovered after this operation successfully completes",
576
+ "accessLevel": "Tagging",
577
+ "resourceTypes": [
578
+ {
579
+ "name": "consumer",
580
+ "required": true,
581
+ "conditionKeys": [
582
+ "aws:TagKeys",
583
+ "aws:ResourceTag/${TagKey}"
584
+ ],
585
+ "dependentActions": []
586
+ },
587
+ {
588
+ "name": "stream",
589
+ "required": true,
590
+ "conditionKeys": [
591
+ "aws:TagKeys",
592
+ "aws:ResourceTag/${TagKey}"
593
+ ],
594
+ "dependentActions": []
595
+ }
596
+ ],
502
597
  "conditionKeys": [],
503
598
  "dependentActions": []
504
599
  },
@@ -563,9 +563,15 @@
563
563
  "description": "Grants permission to get information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the IP address that queries are forwarded to",
564
564
  "accessLevel": "Read",
565
565
  "resourceTypes": [
566
+ {
567
+ "name": "autodefined-rule",
568
+ "required": false,
569
+ "conditionKeys": [],
570
+ "dependentActions": []
571
+ },
566
572
  {
567
573
  "name": "resolver-rule",
568
- "required": true,
574
+ "required": false,
569
575
  "conditionKeys": [],
570
576
  "dependentActions": []
571
577
  }
@@ -578,9 +584,15 @@
578
584
  "description": "Grants permission to get information about an association between a specified Resolver rule and a VPC",
579
585
  "accessLevel": "Read",
580
586
  "resourceTypes": [
587
+ {
588
+ "name": "autodefined-rule",
589
+ "required": false,
590
+ "conditionKeys": [],
591
+ "dependentActions": []
592
+ },
581
593
  {
582
594
  "name": "resolver-rule",
583
- "required": true,
595
+ "required": false,
584
596
  "conditionKeys": [],
585
597
  "dependentActions": []
586
598
  }
@@ -8,6 +8,14 @@
8
8
  "conditionKeys": [],
9
9
  "dependentActions": []
10
10
  },
11
+ "deleteconnectionrecordingpreferences": {
12
+ "name": "DeleteConnectionRecordingPreferences",
13
+ "description": "Grants permission to remove GUI Connect connection recording preferences",
14
+ "accessLevel": "Write",
15
+ "resourceTypes": [],
16
+ "conditionKeys": [],
17
+ "dependentActions": []
18
+ },
11
19
  "getconnection": {
12
20
  "name": "GetConnection",
13
21
  "isPermissionOnly": true,
@@ -17,6 +25,14 @@
17
25
  "conditionKeys": [],
18
26
  "dependentActions": []
19
27
  },
28
+ "getconnectionrecordingpreferences": {
29
+ "name": "GetConnectionRecordingPreferences",
30
+ "description": "Grants permission to get GUI Connect connection recording preferences",
31
+ "accessLevel": "Read",
32
+ "resourceTypes": [],
33
+ "conditionKeys": [],
34
+ "dependentActions": []
35
+ },
20
36
  "listconnections": {
21
37
  "name": "ListConnections",
22
38
  "isPermissionOnly": true,
@@ -34,5 +50,13 @@
34
50
  "resourceTypes": [],
35
51
  "conditionKeys": [],
36
52
  "dependentActions": []
53
+ },
54
+ "updateconnectionrecordingpreferences": {
55
+ "name": "UpdateConnectionRecordingPreferences",
56
+ "description": "Grants permission to update GUI Connect connection recording preferences",
57
+ "accessLevel": "Write",
58
+ "resourceTypes": [],
59
+ "conditionKeys": [],
60
+ "dependentActions": []
37
61
  }
38
62
  }
@@ -461,6 +461,12 @@
461
461
  "description": "Grants permission to delete a Systems Manager resource policy",
462
462
  "accessLevel": "Permissions management",
463
463
  "resourceTypes": [
464
+ {
465
+ "name": "document",
466
+ "required": false,
467
+ "conditionKeys": [],
468
+ "dependentActions": []
469
+ },
464
470
  {
465
471
  "name": "opsitemgroup",
466
472
  "required": false,
@@ -1013,6 +1019,21 @@
1013
1019
  "conditionKeys": [],
1014
1020
  "dependentActions": []
1015
1021
  },
1022
+ "getaccesstoken": {
1023
+ "name": "GetAccessToken",
1024
+ "description": "Grants permission to return a credentials set to be used with just-in-time node access",
1025
+ "accessLevel": "Read",
1026
+ "resourceTypes": [
1027
+ {
1028
+ "name": "opsitem",
1029
+ "required": true,
1030
+ "conditionKeys": [],
1031
+ "dependentActions": []
1032
+ }
1033
+ ],
1034
+ "conditionKeys": [],
1035
+ "dependentActions": []
1036
+ },
1016
1037
  "getautomationexecution": {
1017
1038
  "name": "GetAutomationExecution",
1018
1039
  "description": "Grants permission to view details of a specified Automation execution",
@@ -1368,6 +1389,12 @@
1368
1389
  "description": "Grants permission to retrieve lists of Systems Manager resource policies",
1369
1390
  "accessLevel": "List",
1370
1391
  "resourceTypes": [
1392
+ {
1393
+ "name": "document",
1394
+ "required": false,
1395
+ "conditionKeys": [],
1396
+ "dependentActions": []
1397
+ },
1371
1398
  {
1372
1399
  "name": "opsitemgroup",
1373
1400
  "required": false,
@@ -1782,6 +1809,12 @@
1782
1809
  "description": "Grants permission to create or update a Systems Manager resource policy",
1783
1810
  "accessLevel": "Permissions management",
1784
1811
  "resourceTypes": [
1812
+ {
1813
+ "name": "document",
1814
+ "required": false,
1815
+ "conditionKeys": [],
1816
+ "dependentActions": []
1817
+ },
1785
1818
  {
1786
1819
  "name": "opsitemgroup",
1787
1820
  "required": false,
@@ -2033,6 +2066,30 @@
2033
2066
  ],
2034
2067
  "dependentActions": []
2035
2068
  },
2069
+ "startaccessrequest": {
2070
+ "name": "StartAccessRequest",
2071
+ "description": "Grants permission to start the workflow for just-in-time node access sessions",
2072
+ "accessLevel": "Write",
2073
+ "resourceTypes": [
2074
+ {
2075
+ "name": "instance",
2076
+ "required": false,
2077
+ "conditionKeys": [],
2078
+ "dependentActions": []
2079
+ },
2080
+ {
2081
+ "name": "managed-instance",
2082
+ "required": false,
2083
+ "conditionKeys": [],
2084
+ "dependentActions": []
2085
+ }
2086
+ ],
2087
+ "conditionKeys": [
2088
+ "aws:RequestTag/${TagKey}",
2089
+ "aws:TagKeys"
2090
+ ],
2091
+ "dependentActions": []
2092
+ },
2036
2093
  "startassociationsonce": {
2037
2094
  "name": "StartAssociationsOnce",
2038
2095
  "description": "Grants permission to run a specified association manually",
@@ -2139,7 +2196,8 @@
2139
2196
  ],
2140
2197
  "conditionKeys": [
2141
2198
  "ssm:resourceTag/${TagKey}",
2142
- "aws:ResourceTag/${TagKey}"
2199
+ "aws:ResourceTag/${TagKey}",
2200
+ "ssm:AccessRequestId"
2143
2201
  ],
2144
2202
  "dependentActions": []
2145
2203
  },
@@ -19,6 +19,11 @@
19
19
  "description": "Filters access by the associated membership level of the principal provided in the request",
20
20
  "type": "String"
21
21
  },
22
+ "deadline:calledaction": {
23
+ "key": "deadline:CalledAction",
24
+ "description": "Filters access by the allowed action in the request",
25
+ "type": "String"
26
+ },
22
27
  "deadline:farmmembershiplevels": {
23
28
  "key": "deadline:FarmMembershipLevels",
24
29
  "description": "Filters access by membership levels on the farm",
@@ -19,6 +19,11 @@
19
19
  "description": "Filters access by the ARN of the instance from which the request originated",
20
20
  "type": "ARN"
21
21
  },
22
+ "ssm:accessrequestid": {
23
+ "key": "ssm:AccessRequestId",
24
+ "description": "Filters access by verifying that a user has access to the access request ID specified in the request",
25
+ "type": "String"
26
+ },
22
27
  "ssm:autoapprove": {
23
28
  "key": "ssm:AutoApprove",
24
29
  "description": "Filters access by verifying that a user has permission to start Change Manager workflows without a review step (with the exception of change freeze events)",
@@ -60,6 +60,7 @@
60
60
  "key": "worker",
61
61
  "arn": "arn:${Partition}:deadline:${Region}:${Account}:farm/${FarmId}/fleet/${FleetId}/worker/${WorkerId}",
62
62
  "conditionKeys": [
63
+ "aws:ResourceTag/${TagKey}",
63
64
  "deadline:FarmMembershipLevels",
64
65
  "deadline:FleetMembershipLevels"
65
66
  ]
@@ -20,6 +20,13 @@
20
20
  "aws:ResourceTag/${TagKey}"
21
21
  ]
22
22
  },
23
+ "autodefined-rule": {
24
+ "key": "autodefined-rule",
25
+ "arn": "arn:${Partition}:route53resolver:${Region}:${Account}:autodefined-rule/${ResourceId}",
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ]
29
+ },
23
30
  "resolver-endpoint": {
24
31
  "key": "resolver-endpoint",
25
32
  "arn": "arn:${Partition}:route53resolver:${Region}:${Account}:resolver-endpoint/${ResourceId}",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202504301",
3
+ "version": "0.9.202505011",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-04-30T04:48:40.474Z",
6
+ "updatedAt": "2025-05-01T04:49:07.465Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",