@cloud-copilot/iam-data 0.18.202604021 → 0.18.202604081

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.
@@ -1558,13 +1558,17 @@
1558
1558
  {
1559
1559
  "name": "mailmanager-ingress-point",
1560
1560
  "required": false,
1561
- "conditionKeys": [],
1561
+ "conditionKeys": [
1562
+ "aws:ResourceTag/${TagKey}"
1563
+ ],
1562
1564
  "dependentActions": []
1563
1565
  },
1564
1566
  {
1565
1567
  "name": "mailmanager-rule-set",
1566
1568
  "required": false,
1567
- "conditionKeys": [],
1569
+ "conditionKeys": [
1570
+ "aws:ResourceTag/${TagKey}"
1571
+ ],
1568
1572
  "dependentActions": []
1569
1573
  }
1570
1574
  ],
@@ -1575,7 +1579,16 @@
1575
1579
  "name": "CreateAddonInstance",
1576
1580
  "description": "Grants permission to create an addon instance",
1577
1581
  "accessLevel": "Write",
1578
- "resourceTypes": [],
1582
+ "resourceTypes": [
1583
+ {
1584
+ "name": "addon-instance",
1585
+ "required": true,
1586
+ "conditionKeys": [
1587
+ "aws:ResourceTag/${TagKey}"
1588
+ ],
1589
+ "dependentActions": []
1590
+ }
1591
+ ],
1579
1592
  "conditionKeys": [
1580
1593
  "aws:RequestTag/${TagKey}",
1581
1594
  "aws:TagKeys",
@@ -1587,7 +1600,16 @@
1587
1600
  "name": "CreateAddonSubscription",
1588
1601
  "description": "Grants permission to create an addon subscription",
1589
1602
  "accessLevel": "Write",
1590
- "resourceTypes": [],
1603
+ "resourceTypes": [
1604
+ {
1605
+ "name": "addon-subscription",
1606
+ "required": true,
1607
+ "conditionKeys": [
1608
+ "aws:ResourceTag/${TagKey}"
1609
+ ],
1610
+ "dependentActions": []
1611
+ }
1612
+ ],
1591
1613
  "conditionKeys": [
1592
1614
  "aws:RequestTag/${TagKey}",
1593
1615
  "aws:TagKeys"
@@ -1598,7 +1620,16 @@
1598
1620
  "name": "CreateAddressList",
1599
1621
  "description": "Grants permission to create an address list",
1600
1622
  "accessLevel": "Write",
1601
- "resourceTypes": [],
1623
+ "resourceTypes": [
1624
+ {
1625
+ "name": "mailmanager-address-list",
1626
+ "required": true,
1627
+ "conditionKeys": [
1628
+ "aws:ResourceTag/${TagKey}"
1629
+ ],
1630
+ "dependentActions": []
1631
+ }
1632
+ ],
1602
1633
  "conditionKeys": [
1603
1634
  "aws:RequestTag/${TagKey}",
1604
1635
  "aws:TagKeys"
@@ -1626,7 +1657,16 @@
1626
1657
  "name": "CreateArchive",
1627
1658
  "description": "Grants permission to create an archive",
1628
1659
  "accessLevel": "Write",
1629
- "resourceTypes": [],
1660
+ "resourceTypes": [
1661
+ {
1662
+ "name": "mailmanager-archive",
1663
+ "required": true,
1664
+ "conditionKeys": [
1665
+ "aws:ResourceTag/${TagKey}"
1666
+ ],
1667
+ "dependentActions": []
1668
+ }
1669
+ ],
1630
1670
  "conditionKeys": [
1631
1671
  "aws:RequestTag/${TagKey}",
1632
1672
  "aws:TagKeys"
@@ -1637,23 +1677,42 @@
1637
1677
  "name": "CreateIngressPoint",
1638
1678
  "description": "Grants permission to create an ingress point",
1639
1679
  "accessLevel": "Write",
1640
- "resourceTypes": [],
1680
+ "resourceTypes": [
1681
+ {
1682
+ "name": "mailmanager-ingress-point",
1683
+ "required": true,
1684
+ "conditionKeys": [
1685
+ "ses:MailManagerIngressPointType",
1686
+ "aws:ResourceTag/${TagKey}"
1687
+ ],
1688
+ "dependentActions": [
1689
+ "ec2:DescribeVpcEndpoints",
1690
+ "iam:CreateServiceLinkedRole"
1691
+ ]
1692
+ }
1693
+ ],
1641
1694
  "conditionKeys": [
1642
1695
  "aws:RequestTag/${TagKey}",
1643
1696
  "aws:TagKeys",
1644
1697
  "ses:MailManagerRuleSetArn",
1645
1698
  "ses:MailManagerTrafficPolicyArn"
1646
1699
  ],
1647
- "dependentActions": [
1648
- "ec2:DescribeVpcEndpoints",
1649
- "iam:CreateServiceLinkedRole"
1650
- ]
1700
+ "dependentActions": []
1651
1701
  },
1652
1702
  "createrelay": {
1653
1703
  "name": "CreateRelay",
1654
1704
  "description": "Grants permission to create a SMTP relay",
1655
1705
  "accessLevel": "Write",
1656
- "resourceTypes": [],
1706
+ "resourceTypes": [
1707
+ {
1708
+ "name": "mailmanager-smtp-relay",
1709
+ "required": true,
1710
+ "conditionKeys": [
1711
+ "aws:ResourceTag/${TagKey}"
1712
+ ],
1713
+ "dependentActions": []
1714
+ }
1715
+ ],
1657
1716
  "conditionKeys": [
1658
1717
  "aws:RequestTag/${TagKey}",
1659
1718
  "aws:TagKeys"
@@ -1664,7 +1723,18 @@
1664
1723
  "name": "CreateRuleSet",
1665
1724
  "description": "Grants permission to create a rule set",
1666
1725
  "accessLevel": "Write",
1667
- "resourceTypes": [],
1726
+ "resourceTypes": [
1727
+ {
1728
+ "name": "mailmanager-rule-set",
1729
+ "required": true,
1730
+ "conditionKeys": [
1731
+ "aws:ResourceTag/${TagKey}"
1732
+ ],
1733
+ "dependentActions": [
1734
+ "iam:PassRole"
1735
+ ]
1736
+ }
1737
+ ],
1668
1738
  "conditionKeys": [
1669
1739
  "aws:RequestTag/${TagKey}",
1670
1740
  "aws:TagKeys"
@@ -1675,7 +1745,16 @@
1675
1745
  "name": "CreateTrafficPolicy",
1676
1746
  "description": "Grants permission to create a traffic policy",
1677
1747
  "accessLevel": "Write",
1678
- "resourceTypes": [],
1748
+ "resourceTypes": [
1749
+ {
1750
+ "name": "mailmanager-traffic-policy",
1751
+ "required": true,
1752
+ "conditionKeys": [
1753
+ "aws:ResourceTag/${TagKey}"
1754
+ ],
1755
+ "dependentActions": []
1756
+ }
1757
+ ],
1679
1758
  "conditionKeys": [
1680
1759
  "aws:RequestTag/${TagKey}",
1681
1760
  "aws:TagKeys"
@@ -1695,7 +1774,7 @@
1695
1774
  }
1696
1775
  ],
1697
1776
  "conditionKeys": [
1698
- "aws:RequestTag/${TagKey}"
1777
+ "aws:ResourceTag/${TagKey}"
1699
1778
  ],
1700
1779
  "dependentActions": []
1701
1780
  },
@@ -1712,7 +1791,7 @@
1712
1791
  }
1713
1792
  ],
1714
1793
  "conditionKeys": [
1715
- "aws:RequestTag/${TagKey}"
1794
+ "aws:ResourceTag/${TagKey}"
1716
1795
  ],
1717
1796
  "dependentActions": []
1718
1797
  },
@@ -1746,7 +1825,7 @@
1746
1825
  }
1747
1826
  ],
1748
1827
  "conditionKeys": [
1749
- "aws:RequestTag/${TagKey}"
1828
+ "aws:ResourceTag/${TagKey}"
1750
1829
  ],
1751
1830
  "dependentActions": []
1752
1831
  },
@@ -1763,7 +1842,7 @@
1763
1842
  }
1764
1843
  ],
1765
1844
  "conditionKeys": [
1766
- "aws:RequestTag/${TagKey}"
1845
+ "aws:ResourceTag/${TagKey}"
1767
1846
  ],
1768
1847
  "dependentActions": []
1769
1848
  },
@@ -1780,7 +1859,7 @@
1780
1859
  }
1781
1860
  ],
1782
1861
  "conditionKeys": [
1783
- "aws:RequestTag/${TagKey}"
1862
+ "aws:ResourceTag/${TagKey}"
1784
1863
  ],
1785
1864
  "dependentActions": []
1786
1865
  },
@@ -1797,7 +1876,7 @@
1797
1876
  }
1798
1877
  ],
1799
1878
  "conditionKeys": [
1800
- "aws:RequestTag/${TagKey}"
1879
+ "aws:ResourceTag/${TagKey}"
1801
1880
  ],
1802
1881
  "dependentActions": []
1803
1882
  },
@@ -1814,7 +1893,7 @@
1814
1893
  }
1815
1894
  ],
1816
1895
  "conditionKeys": [
1817
- "aws:RequestTag/${TagKey}"
1896
+ "aws:ResourceTag/${TagKey}"
1818
1897
  ],
1819
1898
  "dependentActions": []
1820
1899
  },
@@ -1848,7 +1927,7 @@
1848
1927
  }
1849
1928
  ],
1850
1929
  "conditionKeys": [
1851
- "aws:RequestTag/${TagKey}"
1930
+ "aws:ResourceTag/${TagKey}"
1852
1931
  ],
1853
1932
  "dependentActions": []
1854
1933
  },
@@ -1865,7 +1944,7 @@
1865
1944
  }
1866
1945
  ],
1867
1946
  "conditionKeys": [
1868
- "aws:RequestTag/${TagKey}"
1947
+ "aws:ResourceTag/${TagKey}"
1869
1948
  ],
1870
1949
  "dependentActions": []
1871
1950
  },
@@ -1916,7 +1995,7 @@
1916
1995
  }
1917
1996
  ],
1918
1997
  "conditionKeys": [
1919
- "aws:RequestTag/${TagKey}"
1998
+ "aws:ResourceTag/${TagKey}"
1920
1999
  ],
1921
2000
  "dependentActions": []
1922
2001
  },
@@ -1932,7 +2011,9 @@
1932
2011
  "dependentActions": []
1933
2012
  }
1934
2013
  ],
1935
- "conditionKeys": [],
2014
+ "conditionKeys": [
2015
+ "aws:ResourceTag/${TagKey}"
2016
+ ],
1936
2017
  "dependentActions": []
1937
2018
  },
1938
2019
  "getarchivemessage": {
@@ -1947,7 +2028,9 @@
1947
2028
  "dependentActions": []
1948
2029
  }
1949
2030
  ],
1950
- "conditionKeys": [],
2031
+ "conditionKeys": [
2032
+ "aws:ResourceTag/${TagKey}"
2033
+ ],
1951
2034
  "dependentActions": []
1952
2035
  },
1953
2036
  "getarchivemessagecontent": {
@@ -1962,7 +2045,9 @@
1962
2045
  "dependentActions": []
1963
2046
  }
1964
2047
  ],
1965
- "conditionKeys": [],
2048
+ "conditionKeys": [
2049
+ "aws:ResourceTag/${TagKey}"
2050
+ ],
1966
2051
  "dependentActions": []
1967
2052
  },
1968
2053
  "getarchivesearch": {
@@ -1977,7 +2062,9 @@
1977
2062
  "dependentActions": []
1978
2063
  }
1979
2064
  ],
1980
- "conditionKeys": [],
2065
+ "conditionKeys": [
2066
+ "aws:ResourceTag/${TagKey}"
2067
+ ],
1981
2068
  "dependentActions": []
1982
2069
  },
1983
2070
  "getarchivesearchresults": {
@@ -1992,7 +2079,9 @@
1992
2079
  "dependentActions": []
1993
2080
  }
1994
2081
  ],
1995
- "conditionKeys": [],
2082
+ "conditionKeys": [
2083
+ "aws:ResourceTag/${TagKey}"
2084
+ ],
1996
2085
  "dependentActions": []
1997
2086
  },
1998
2087
  "getingresspoint": {
@@ -2008,7 +2097,7 @@
2008
2097
  }
2009
2098
  ],
2010
2099
  "conditionKeys": [
2011
- "aws:RequestTag/${TagKey}"
2100
+ "aws:ResourceTag/${TagKey}"
2012
2101
  ],
2013
2102
  "dependentActions": []
2014
2103
  },
@@ -2042,7 +2131,7 @@
2042
2131
  }
2043
2132
  ],
2044
2133
  "conditionKeys": [
2045
- "aws:RequestTag/${TagKey}"
2134
+ "aws:ResourceTag/${TagKey}"
2046
2135
  ],
2047
2136
  "dependentActions": []
2048
2137
  },
@@ -2059,7 +2148,7 @@
2059
2148
  }
2060
2149
  ],
2061
2150
  "conditionKeys": [
2062
- "aws:RequestTag/${TagKey}"
2151
+ "aws:ResourceTag/${TagKey}"
2063
2152
  ],
2064
2153
  "dependentActions": []
2065
2154
  },
@@ -2076,7 +2165,7 @@
2076
2165
  }
2077
2166
  ],
2078
2167
  "conditionKeys": [
2079
- "aws:RequestTag/${TagKey}"
2168
+ "aws:ResourceTag/${TagKey}"
2080
2169
  ],
2081
2170
  "dependentActions": []
2082
2171
  },
@@ -2240,7 +2329,9 @@
2240
2329
  "dependentActions": []
2241
2330
  }
2242
2331
  ],
2243
- "conditionKeys": [],
2332
+ "conditionKeys": [
2333
+ "aws:ResourceTag/${TagKey}"
2334
+ ],
2244
2335
  "dependentActions": []
2245
2336
  },
2246
2337
  "startarchivesearch": {
@@ -2255,7 +2346,9 @@
2255
2346
  "dependentActions": []
2256
2347
  }
2257
2348
  ],
2258
- "conditionKeys": [],
2349
+ "conditionKeys": [
2350
+ "aws:ResourceTag/${TagKey}"
2351
+ ],
2259
2352
  "dependentActions": []
2260
2353
  },
2261
2354
  "stopaddresslistimportjob": {
@@ -2287,7 +2380,9 @@
2287
2380
  "dependentActions": []
2288
2381
  }
2289
2382
  ],
2290
- "conditionKeys": [],
2383
+ "conditionKeys": [
2384
+ "aws:ResourceTag/${TagKey}"
2385
+ ],
2291
2386
  "dependentActions": []
2292
2387
  },
2293
2388
  "stoparchivesearch": {
@@ -2302,7 +2397,9 @@
2302
2397
  "dependentActions": []
2303
2398
  }
2304
2399
  ],
2305
- "conditionKeys": [],
2400
+ "conditionKeys": [
2401
+ "aws:ResourceTag/${TagKey}"
2402
+ ],
2306
2403
  "dependentActions": []
2307
2404
  },
2308
2405
  "updatearchive": {
@@ -2318,7 +2415,7 @@
2318
2415
  }
2319
2416
  ],
2320
2417
  "conditionKeys": [
2321
- "aws:RequestTag/${TagKey}"
2418
+ "aws:ResourceTag/${TagKey}"
2322
2419
  ],
2323
2420
  "dependentActions": []
2324
2421
  },
@@ -2330,12 +2427,13 @@
2330
2427
  {
2331
2428
  "name": "mailmanager-ingress-point",
2332
2429
  "required": true,
2333
- "conditionKeys": [],
2430
+ "conditionKeys": [
2431
+ "aws:ResourceTag/${TagKey}"
2432
+ ],
2334
2433
  "dependentActions": []
2335
2434
  }
2336
2435
  ],
2337
2436
  "conditionKeys": [
2338
- "aws:RequestTag/${TagKey}",
2339
2437
  "ses:MailManagerTrafficPolicyArn",
2340
2438
  "ses:MailManagerRuleSetArn"
2341
2439
  ],
@@ -2354,7 +2452,7 @@
2354
2452
  }
2355
2453
  ],
2356
2454
  "conditionKeys": [
2357
- "aws:RequestTag/${TagKey}"
2455
+ "aws:ResourceTag/${TagKey}"
2358
2456
  ],
2359
2457
  "dependentActions": []
2360
2458
  },
@@ -2371,9 +2469,11 @@
2371
2469
  }
2372
2470
  ],
2373
2471
  "conditionKeys": [
2374
- "aws:RequestTag/${TagKey}"
2472
+ "aws:ResourceTag/${TagKey}"
2375
2473
  ],
2376
- "dependentActions": []
2474
+ "dependentActions": [
2475
+ "iam:PassRole"
2476
+ ]
2377
2477
  },
2378
2478
  "updatetrafficpolicy": {
2379
2479
  "name": "UpdateTrafficPolicy",
@@ -2388,7 +2488,7 @@
2388
2488
  }
2389
2489
  ],
2390
2490
  "conditionKeys": [
2391
- "aws:RequestTag/${TagKey}"
2491
+ "aws:ResourceTag/${TagKey}"
2392
2492
  ],
2393
2493
  "dependentActions": []
2394
2494
  },
@@ -115,6 +115,15 @@
115
115
  "conditionKeys": [],
116
116
  "dependentActions": []
117
117
  },
118
+ "getwebappurl": {
119
+ "name": "GetWebAppUrl",
120
+ "isPermissionOnly": true,
121
+ "description": "Grants permission to invoke GetWebAppUrl on AWS Transform",
122
+ "accessLevel": "Read",
123
+ "resourceTypes": [],
124
+ "conditionKeys": [],
125
+ "dependentActions": []
126
+ },
118
127
  "listagents": {
119
128
  "name": "ListAgents",
120
129
  "isPermissionOnly": true,
@@ -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",
@@ -0,0 +1,27 @@
1
+ {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access by the tags that are passed in the request",
5
+ "type": "String"
6
+ },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by the tags associated with the resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access by the tag keys that are passed in the request",
15
+ "type": "ArrayOfString"
16
+ },
17
+ "s3files:accesspointarn": {
18
+ "key": "s3files:AccessPointArn",
19
+ "description": "Filters access by the ARN of the access point used to mount the file system",
20
+ "type": "ARN"
21
+ },
22
+ "s3files:createaction": {
23
+ "key": "s3files:CreateAction",
24
+ "description": "Filters access by the name of a resource-creating API action",
25
+ "type": "String"
26
+ }
27
+ }
@@ -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
  }
@@ -213,6 +213,20 @@
213
213
  "key": "data-automation-profile",
214
214
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-profile/${ProfileId}"
215
215
  },
216
+ "data-automation-library": {
217
+ "key": "data-automation-library",
218
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-library/${DataAutomationLibraryId}",
219
+ "conditionKeys": [
220
+ "aws:ResourceTag/${TagKey}"
221
+ ]
222
+ },
223
+ "data-automation-library-ingestion-job": {
224
+ "key": "data-automation-library-ingestion-job",
225
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-library-ingestion-job/${IngestionJobId}",
226
+ "conditionKeys": [
227
+ "aws:ResourceTag/${TagKey}"
228
+ ]
229
+ },
216
230
  "session": {
217
231
  "key": "session",
218
232
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:session/${SessionId}",
@@ -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",
@@ -83,7 +83,10 @@
83
83
  },
84
84
  "alarm": {
85
85
  "key": "Alarm",
86
- "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Alarm/${Id}"
86
+ "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Alarm/${Id}",
87
+ "conditionKeys": [
88
+ "aws:ResourceTag/${TagKey}"
89
+ ]
87
90
  },
88
91
  "certificate": {
89
92
  "key": "Certificate",
@@ -0,0 +1,16 @@
1
+ {
2
+ "file-system": {
3
+ "key": "file-system",
4
+ "arn": "arn:${Partition}:s3files:${Region}:${Account}:file-system/${FileSystemId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "access-point": {
10
+ "key": "access-point",
11
+ "arn": "arn:${Partition}:s3files:${Region}:${Account}:file-system/${FileSystemId}/access-point/${AccessPointId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ }
16
+ }
@@ -351,6 +351,7 @@
351
351
  "s3-object-lambda": "Amazon S3 Object Lambda",
352
352
  "s3-outposts": "Amazon S3 on Outposts",
353
353
  "s3express": "Amazon S3 Express",
354
+ "s3files": "Amazon S3 Files",
354
355
  "s3tables": "Amazon S3 Tables",
355
356
  "s3vectors": "Amazon S3 Vectors",
356
357
  "sagemaker": "Amazon SageMaker",
@@ -351,6 +351,7 @@
351
351
  "s3-object-lambda",
352
352
  "s3-outposts",
353
353
  "s3express",
354
+ "s3files",
354
355
  "s3tables",
355
356
  "s3vectors",
356
357
  "sagemaker",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202604021",
3
+ "version": "0.18.202604081",
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-02T05:17:12.692Z",
9
+ "updatedAt": "2026-04-08T05:21:59.510Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",