iamdata 0.1.202504291__py3-none-any.whl → 0.1.202505011__py3-none-any.whl

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.

Potentially problematic release.


This version of iamdata might be problematic. Click here for more details.

@@ -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": [
@@ -115,6 +115,21 @@
115
115
  "conditionKeys": [],
116
116
  "dependentActions": []
117
117
  },
118
+ "getvpcendpointservicename": {
119
+ "name": "GetVpcEndpointServiceName",
120
+ "description": "Grants permission to retrieve endpoint service name specific to a cluster",
121
+ "accessLevel": "Read",
122
+ "resourceTypes": [
123
+ {
124
+ "name": "Cluster",
125
+ "required": true,
126
+ "conditionKeys": [],
127
+ "dependentActions": []
128
+ }
129
+ ],
130
+ "conditionKeys": [],
131
+ "dependentActions": []
132
+ },
118
133
  "listclusters": {
119
134
  "name": "ListClusters",
120
135
  "description": "Grants permission to retrieve a list of clusters",
@@ -746,6 +746,39 @@
746
746
  ],
747
747
  "dependentActions": []
748
748
  },
749
+ "associaterouteserver": {
750
+ "name": "AssociateRouteServer",
751
+ "description": "Grants permission to associate a route server with a VPC",
752
+ "accessLevel": "Write",
753
+ "resourceTypes": [
754
+ {
755
+ "name": "route-server",
756
+ "required": true,
757
+ "conditionKeys": [
758
+ "aws:ResourceTag/${TagKey}",
759
+ "ec2:ResourceTag/${TagKey}"
760
+ ],
761
+ "dependentActions": []
762
+ },
763
+ {
764
+ "name": "vpc",
765
+ "required": true,
766
+ "conditionKeys": [
767
+ "aws:ResourceTag/${TagKey}",
768
+ "ec2:Ipv4IpamPoolId",
769
+ "ec2:Ipv6IpamPoolId",
770
+ "ec2:ResourceTag/${TagKey}",
771
+ "ec2:Tenancy",
772
+ "ec2:VpcID"
773
+ ],
774
+ "dependentActions": []
775
+ }
776
+ ],
777
+ "conditionKeys": [
778
+ "ec2:Region"
779
+ ],
780
+ "dependentActions": []
781
+ },
749
782
  "associateroutetable": {
750
783
  "name": "AssociateRouteTable",
751
784
  "description": "Grants permission to associate a subnet or gateway with a route table",
@@ -1717,7 +1750,20 @@
1717
1750
  "conditionKeys": [
1718
1751
  "aws:RequestTag/${TagKey}",
1719
1752
  "aws:TagKeys",
1720
- "ec2:CapacityReservationFleet"
1753
+ "ec2:AvailabilityZone",
1754
+ "ec2:AvailabilityZoneId",
1755
+ "ec2:CapacityReservationFleet",
1756
+ "ec2:EbsOptimized",
1757
+ "ec2:EndDate",
1758
+ "ec2:EndDateType",
1759
+ "ec2:EphemeralStorage",
1760
+ "ec2:InstanceCount",
1761
+ "ec2:InstanceMatchCriteria",
1762
+ "ec2:InstancePlatform",
1763
+ "ec2:InstanceType",
1764
+ "ec2:OutpostArn",
1765
+ "ec2:PlacementGroup",
1766
+ "ec2:Tenancy"
1721
1767
  ],
1722
1768
  "dependentActions": [
1723
1769
  "ec2:CreateTags"
@@ -3413,6 +3459,112 @@
3413
3459
  ],
3414
3460
  "dependentActions": []
3415
3461
  },
3462
+ "createrouteserver": {
3463
+ "name": "CreateRouteServer",
3464
+ "description": "Grants permission to create a route server",
3465
+ "accessLevel": "Write",
3466
+ "resourceTypes": [
3467
+ {
3468
+ "name": "route-server",
3469
+ "required": true,
3470
+ "conditionKeys": [
3471
+ "aws:RequestTag/${TagKey}",
3472
+ "aws:TagKeys"
3473
+ ],
3474
+ "dependentActions": [
3475
+ "ec2:CreateTags",
3476
+ "sns:CreateTopic"
3477
+ ]
3478
+ }
3479
+ ],
3480
+ "conditionKeys": [
3481
+ "ec2:Region"
3482
+ ],
3483
+ "dependentActions": []
3484
+ },
3485
+ "createrouteserverendpoint": {
3486
+ "name": "CreateRouteServerEndpoint",
3487
+ "description": "Grants permission to create a route server endpoint",
3488
+ "accessLevel": "Write",
3489
+ "resourceTypes": [
3490
+ {
3491
+ "name": "route-server",
3492
+ "required": true,
3493
+ "conditionKeys": [
3494
+ "aws:ResourceTag/${TagKey}",
3495
+ "ec2:ResourceTag/${TagKey}"
3496
+ ],
3497
+ "dependentActions": [
3498
+ "ec2:AuthorizeSecurityGroupIngress",
3499
+ "ec2:CreateNetworkInterface",
3500
+ "ec2:CreateNetworkInterfacePermission",
3501
+ "ec2:CreateSecurityGroup",
3502
+ "ec2:CreateTags",
3503
+ "ec2:DescribeSecurityGroups"
3504
+ ]
3505
+ },
3506
+ {
3507
+ "name": "route-server-endpoint",
3508
+ "required": true,
3509
+ "conditionKeys": [
3510
+ "aws:RequestTag/${TagKey}",
3511
+ "aws:TagKeys",
3512
+ "ec2:AvailabilityZone"
3513
+ ],
3514
+ "dependentActions": []
3515
+ },
3516
+ {
3517
+ "name": "subnet",
3518
+ "required": true,
3519
+ "conditionKeys": [
3520
+ "aws:ResourceTag/${TagKey}",
3521
+ "ec2:AvailabilityZone",
3522
+ "ec2:ResourceTag/${TagKey}",
3523
+ "ec2:SubnetID",
3524
+ "ec2:Vpc"
3525
+ ],
3526
+ "dependentActions": []
3527
+ }
3528
+ ],
3529
+ "conditionKeys": [
3530
+ "ec2:Region"
3531
+ ],
3532
+ "dependentActions": []
3533
+ },
3534
+ "createrouteserverpeer": {
3535
+ "name": "CreateRouteServerPeer",
3536
+ "description": "Grants permission to create a route server peer",
3537
+ "accessLevel": "Write",
3538
+ "resourceTypes": [
3539
+ {
3540
+ "name": "route-server-endpoint",
3541
+ "required": true,
3542
+ "conditionKeys": [
3543
+ "aws:ResourceTag/${TagKey}",
3544
+ "ec2:AvailabilityZone",
3545
+ "ec2:ResourceTag/${TagKey}"
3546
+ ],
3547
+ "dependentActions": [
3548
+ "ec2:AuthorizeSecurityGroupIngress",
3549
+ "ec2:CreateTags"
3550
+ ]
3551
+ },
3552
+ {
3553
+ "name": "route-server-peer",
3554
+ "required": true,
3555
+ "conditionKeys": [
3556
+ "aws:RequestTag/${TagKey}",
3557
+ "aws:TagKeys",
3558
+ "ec2:AvailabilityZone"
3559
+ ],
3560
+ "dependentActions": []
3561
+ }
3562
+ ],
3563
+ "conditionKeys": [
3564
+ "ec2:Region"
3565
+ ],
3566
+ "dependentActions": []
3567
+ },
3416
3568
  "createroutetable": {
3417
3569
  "name": "CreateRouteTable",
3418
3570
  "description": "Grants permission to create a route table for a VPC",
@@ -6777,6 +6929,76 @@
6777
6929
  ],
6778
6930
  "dependentActions": []
6779
6931
  },
6932
+ "deleterouteserver": {
6933
+ "name": "DeleteRouteServer",
6934
+ "description": "Grants permission to delete a route server",
6935
+ "accessLevel": "Write",
6936
+ "resourceTypes": [
6937
+ {
6938
+ "name": "route-server",
6939
+ "required": true,
6940
+ "conditionKeys": [
6941
+ "aws:ResourceTag/${TagKey}",
6942
+ "ec2:ResourceTag/${TagKey}"
6943
+ ],
6944
+ "dependentActions": [
6945
+ "sns:DeleteTopic"
6946
+ ]
6947
+ }
6948
+ ],
6949
+ "conditionKeys": [
6950
+ "ec2:Region"
6951
+ ],
6952
+ "dependentActions": []
6953
+ },
6954
+ "deleterouteserverendpoint": {
6955
+ "name": "DeleteRouteServerEndpoint",
6956
+ "description": "Grants permission to delete a route server endpoint",
6957
+ "accessLevel": "Write",
6958
+ "resourceTypes": [
6959
+ {
6960
+ "name": "route-server-endpoint",
6961
+ "required": true,
6962
+ "conditionKeys": [
6963
+ "aws:ResourceTag/${TagKey}",
6964
+ "ec2:AvailabilityZone",
6965
+ "ec2:ResourceTag/${TagKey}"
6966
+ ],
6967
+ "dependentActions": [
6968
+ "ec2:DeleteNetworkInterface",
6969
+ "ec2:DeleteSecurityGroup",
6970
+ "ec2:RevokeSecurityGroupIngress"
6971
+ ]
6972
+ }
6973
+ ],
6974
+ "conditionKeys": [
6975
+ "ec2:Region"
6976
+ ],
6977
+ "dependentActions": []
6978
+ },
6979
+ "deleterouteserverpeer": {
6980
+ "name": "DeleteRouteServerPeer",
6981
+ "description": "Grants permission to delete a route server peer",
6982
+ "accessLevel": "Write",
6983
+ "resourceTypes": [
6984
+ {
6985
+ "name": "route-server-peer",
6986
+ "required": true,
6987
+ "conditionKeys": [
6988
+ "aws:ResourceTag/${TagKey}",
6989
+ "ec2:AvailabilityZone",
6990
+ "ec2:ResourceTag/${TagKey}"
6991
+ ],
6992
+ "dependentActions": [
6993
+ "ec2:RevokeSecurityGroupIngress"
6994
+ ]
6995
+ }
6996
+ ],
6997
+ "conditionKeys": [
6998
+ "ec2:Region"
6999
+ ],
7000
+ "dependentActions": []
7001
+ },
6780
7002
  "deleteroutetable": {
6781
7003
  "name": "DeleteRouteTable",
6782
7004
  "description": "Grants permission to delete a route table",
@@ -8766,32 +8988,7 @@
8766
8988
  "name": "DescribeCapacityBlockExtensionHistory",
8767
8989
  "description": "Grants permission to describe Capacity Block extensions history",
8768
8990
  "accessLevel": "List",
8769
- "resourceTypes": [
8770
- {
8771
- "name": "capacity-reservation",
8772
- "required": false,
8773
- "conditionKeys": [
8774
- "aws:ResourceTag/${TagKey}",
8775
- "ec2:AvailabilityZone",
8776
- "ec2:CapacityReservationFleet",
8777
- "ec2:CreateDate",
8778
- "ec2:DestinationCapacityReservationId",
8779
- "ec2:EbsOptimized",
8780
- "ec2:EndDate",
8781
- "ec2:EndDateType",
8782
- "ec2:InstanceCount",
8783
- "ec2:InstanceMatchCriteria",
8784
- "ec2:InstancePlatform",
8785
- "ec2:InstanceType",
8786
- "ec2:OutpostArn",
8787
- "ec2:PlacementGroup",
8788
- "ec2:ResourceTag/${TagKey}",
8789
- "ec2:SourceCapacityReservationId",
8790
- "ec2:Tenancy"
8791
- ],
8792
- "dependentActions": []
8793
- }
8794
- ],
8991
+ "resourceTypes": [],
8795
8992
  "conditionKeys": [
8796
8993
  "ec2:Region"
8797
8994
  ],
@@ -8942,23 +9139,7 @@
8942
9139
  "name": "DescribeClientVpnEndpoints",
8943
9140
  "description": "Grants permission to describe one or more Client VPN endpoints",
8944
9141
  "accessLevel": "List",
8945
- "resourceTypes": [
8946
- {
8947
- "name": "client-vpn-endpoint",
8948
- "required": false,
8949
- "conditionKeys": [
8950
- "aws:ResourceTag/${TagKey}",
8951
- "ec2:ClientRootCertificateChainArn",
8952
- "ec2:CloudwatchLogGroupArn",
8953
- "ec2:CloudwatchLogStreamArn",
8954
- "ec2:DirectoryArn",
8955
- "ec2:ResourceTag/${TagKey}",
8956
- "ec2:SamlProviderArn",
8957
- "ec2:ServerCertificateArn"
8958
- ],
8959
- "dependentActions": []
8960
- }
8961
- ],
9142
+ "resourceTypes": [],
8962
9143
  "conditionKeys": [
8963
9144
  "ec2:Region"
8964
9145
  ],
@@ -9893,6 +10074,36 @@
9893
10074
  ],
9894
10075
  "dependentActions": []
9895
10076
  },
10077
+ "describerouteserverendpoints": {
10078
+ "name": "DescribeRouteServerEndpoints",
10079
+ "description": "Grants permission to describe one or more route server endpoints",
10080
+ "accessLevel": "List",
10081
+ "resourceTypes": [],
10082
+ "conditionKeys": [
10083
+ "ec2:Region"
10084
+ ],
10085
+ "dependentActions": []
10086
+ },
10087
+ "describerouteserverpeers": {
10088
+ "name": "DescribeRouteServerPeers",
10089
+ "description": "Grants permission to describe one or more route server peers",
10090
+ "accessLevel": "List",
10091
+ "resourceTypes": [],
10092
+ "conditionKeys": [
10093
+ "ec2:Region"
10094
+ ],
10095
+ "dependentActions": []
10096
+ },
10097
+ "describerouteservers": {
10098
+ "name": "DescribeRouteServers",
10099
+ "description": "Grants permission to describe one or more route servers",
10100
+ "accessLevel": "List",
10101
+ "resourceTypes": [],
10102
+ "conditionKeys": [
10103
+ "ec2:Region"
10104
+ ],
10105
+ "dependentActions": []
10106
+ },
9896
10107
  "describeroutetables": {
9897
10108
  "name": "DescribeRouteTables",
9898
10109
  "description": "Grants permission to describe one or more route tables",
@@ -10479,19 +10690,7 @@
10479
10690
  "name": "DescribeVpcEndpointAssociations",
10480
10691
  "description": "Grants permission to describe the VPC endpoint associations",
10481
10692
  "accessLevel": "List",
10482
- "resourceTypes": [
10483
- {
10484
- "name": "vpc-endpoint",
10485
- "required": false,
10486
- "conditionKeys": [
10487
- "aws:ResourceTag/${TagKey}",
10488
- "ec2:ResourceTag/${TagKey}",
10489
- "ec2:VpceServiceName",
10490
- "ec2:VpceServiceOwner"
10491
- ],
10492
- "dependentActions": []
10493
- }
10494
- ],
10693
+ "resourceTypes": [],
10495
10694
  "conditionKeys": [
10496
10695
  "ec2:Region"
10497
10696
  ],
@@ -11057,6 +11256,37 @@
11057
11256
  "organizations:DeregisterDelegatedAdministrator"
11058
11257
  ]
11059
11258
  },
11259
+ "disablerouteserverpropagation": {
11260
+ "name": "DisableRouteServerPropagation",
11261
+ "description": "Grants permission to disable route server propagation",
11262
+ "accessLevel": "Write",
11263
+ "resourceTypes": [
11264
+ {
11265
+ "name": "route-server",
11266
+ "required": true,
11267
+ "conditionKeys": [
11268
+ "aws:ResourceTag/${TagKey}",
11269
+ "ec2:ResourceTag/${TagKey}"
11270
+ ],
11271
+ "dependentActions": []
11272
+ },
11273
+ {
11274
+ "name": "route-table",
11275
+ "required": true,
11276
+ "conditionKeys": [
11277
+ "aws:ResourceTag/${TagKey}",
11278
+ "ec2:ResourceTag/${TagKey}",
11279
+ "ec2:RouteTableID",
11280
+ "ec2:Vpc"
11281
+ ],
11282
+ "dependentActions": []
11283
+ }
11284
+ ],
11285
+ "conditionKeys": [
11286
+ "ec2:Region"
11287
+ ],
11288
+ "dependentActions": []
11289
+ },
11060
11290
  "disableserialconsoleaccess": {
11061
11291
  "name": "DisableSerialConsoleAccess",
11062
11292
  "description": "Grants permission to disable access to the EC2 serial console of all instances for your account",
@@ -11450,6 +11680,39 @@
11450
11680
  ],
11451
11681
  "dependentActions": []
11452
11682
  },
11683
+ "disassociaterouteserver": {
11684
+ "name": "DisassociateRouteServer",
11685
+ "description": "Grants permission to disassociate a route server from a VPC",
11686
+ "accessLevel": "Write",
11687
+ "resourceTypes": [
11688
+ {
11689
+ "name": "route-server",
11690
+ "required": true,
11691
+ "conditionKeys": [
11692
+ "aws:ResourceTag/${TagKey}",
11693
+ "ec2:ResourceTag/${TagKey}"
11694
+ ],
11695
+ "dependentActions": []
11696
+ },
11697
+ {
11698
+ "name": "vpc",
11699
+ "required": true,
11700
+ "conditionKeys": [
11701
+ "aws:ResourceTag/${TagKey}",
11702
+ "ec2:Ipv4IpamPoolId",
11703
+ "ec2:Ipv6IpamPoolId",
11704
+ "ec2:ResourceTag/${TagKey}",
11705
+ "ec2:Tenancy",
11706
+ "ec2:VpcID"
11707
+ ],
11708
+ "dependentActions": []
11709
+ }
11710
+ ],
11711
+ "conditionKeys": [
11712
+ "ec2:Region"
11713
+ ],
11714
+ "dependentActions": []
11715
+ },
11453
11716
  "disassociateroutetable": {
11454
11717
  "name": "DisassociateRouteTable",
11455
11718
  "description": "Grants permission to disassociate a subnet from a route table",
@@ -11982,6 +12245,37 @@
11982
12245
  "organizations:EnableAWSServiceAccess"
11983
12246
  ]
11984
12247
  },
12248
+ "enablerouteserverpropagation": {
12249
+ "name": "EnableRouteServerPropagation",
12250
+ "description": "Grants permission to enable route server propagation",
12251
+ "accessLevel": "Write",
12252
+ "resourceTypes": [
12253
+ {
12254
+ "name": "route-server",
12255
+ "required": true,
12256
+ "conditionKeys": [
12257
+ "aws:ResourceTag/${TagKey}",
12258
+ "ec2:ResourceTag/${TagKey}"
12259
+ ],
12260
+ "dependentActions": []
12261
+ },
12262
+ {
12263
+ "name": "route-table",
12264
+ "required": true,
12265
+ "conditionKeys": [
12266
+ "aws:ResourceTag/${TagKey}",
12267
+ "ec2:ResourceTag/${TagKey}",
12268
+ "ec2:RouteTableID",
12269
+ "ec2:Vpc"
12270
+ ],
12271
+ "dependentActions": []
12272
+ }
12273
+ ],
12274
+ "conditionKeys": [
12275
+ "ec2:Region"
12276
+ ],
12277
+ "dependentActions": []
12278
+ },
11985
12279
  "enableserialconsoleaccess": {
11986
12280
  "name": "EnableSerialConsoleAccess",
11987
12281
  "description": "Grants permission to enable access to the EC2 serial console of all instances for your account",
@@ -12990,6 +13284,77 @@
12990
13284
  ],
12991
13285
  "dependentActions": []
12992
13286
  },
13287
+ "getrouteserverassociations": {
13288
+ "name": "GetRouteServerAssociations",
13289
+ "description": "Grants permission to get associations for a route server",
13290
+ "accessLevel": "Read",
13291
+ "resourceTypes": [
13292
+ {
13293
+ "name": "route-server",
13294
+ "required": true,
13295
+ "conditionKeys": [
13296
+ "aws:ResourceTag/${TagKey}",
13297
+ "ec2:ResourceTag/${TagKey}"
13298
+ ],
13299
+ "dependentActions": []
13300
+ }
13301
+ ],
13302
+ "conditionKeys": [
13303
+ "ec2:Region"
13304
+ ],
13305
+ "dependentActions": []
13306
+ },
13307
+ "getrouteserverpropagations": {
13308
+ "name": "GetRouteServerPropagations",
13309
+ "description": "Grants permission to get propagations for a route server",
13310
+ "accessLevel": "Read",
13311
+ "resourceTypes": [
13312
+ {
13313
+ "name": "route-server",
13314
+ "required": true,
13315
+ "conditionKeys": [
13316
+ "aws:ResourceTag/${TagKey}",
13317
+ "ec2:ResourceTag/${TagKey}"
13318
+ ],
13319
+ "dependentActions": []
13320
+ },
13321
+ {
13322
+ "name": "route-table",
13323
+ "required": false,
13324
+ "conditionKeys": [
13325
+ "aws:ResourceTag/${TagKey}",
13326
+ "ec2:ResourceTag/${TagKey}",
13327
+ "ec2:RouteTableID",
13328
+ "ec2:Vpc"
13329
+ ],
13330
+ "dependentActions": []
13331
+ }
13332
+ ],
13333
+ "conditionKeys": [
13334
+ "ec2:Region"
13335
+ ],
13336
+ "dependentActions": []
13337
+ },
13338
+ "getrouteserverroutingdatabase": {
13339
+ "name": "GetRouteServerRoutingDatabase",
13340
+ "description": "Grants permission to get the routing database for a route server",
13341
+ "accessLevel": "Read",
13342
+ "resourceTypes": [
13343
+ {
13344
+ "name": "route-server",
13345
+ "required": true,
13346
+ "conditionKeys": [
13347
+ "aws:ResourceTag/${TagKey}",
13348
+ "ec2:ResourceTag/${TagKey}"
13349
+ ],
13350
+ "dependentActions": []
13351
+ }
13352
+ ],
13353
+ "conditionKeys": [
13354
+ "ec2:Region"
13355
+ ],
13356
+ "dependentActions": []
13357
+ },
12993
13358
  "getsecuritygroupsforvpc": {
12994
13359
  "name": "GetSecurityGroupsForVpc",
12995
13360
  "description": "Grants permission to retrieve a list of security groups for a specified VPC",
@@ -14691,6 +15056,26 @@
14691
15056
  ],
14692
15057
  "dependentActions": []
14693
15058
  },
15059
+ "modifyrouteserver": {
15060
+ "name": "ModifyRouteServer",
15061
+ "description": "Grants permission to modify a route server",
15062
+ "accessLevel": "Write",
15063
+ "resourceTypes": [
15064
+ {
15065
+ "name": "route-server",
15066
+ "required": true,
15067
+ "conditionKeys": [
15068
+ "aws:ResourceTag/${TagKey}",
15069
+ "ec2:ResourceTag/${TagKey}"
15070
+ ],
15071
+ "dependentActions": []
15072
+ }
15073
+ ],
15074
+ "conditionKeys": [
15075
+ "ec2:Region"
15076
+ ],
15077
+ "dependentActions": []
15078
+ },
14694
15079
  "modifysecuritygrouprules": {
14695
15080
  "name": "ModifySecurityGroupRules",
14696
15081
  "description": "Grants permission to modify the rules of a security group",
@@ -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",
@@ -74,6 +74,11 @@
74
74
  "description": "Filters access by the name of an Availability Zone in an AWS Region",
75
75
  "type": "String"
76
76
  },
77
+ "ec2:availabilityzoneid": {
78
+ "key": "ec2:AvailabilityZoneId",
79
+ "description": "Filters access by the ID of an Availability Zone in an AWS Region",
80
+ "type": "String"
81
+ },
77
82
  "ec2:capacityreservationfleet": {
78
83
  "key": "ec2:CapacityReservationFleet",
79
84
  "description": "Filters access by the ARN of the Capacity Reservation Fleet",
@@ -159,6 +164,11 @@
159
164
  "description": "Filters access by the way in which the Capacity Reservation ends",
160
165
  "type": "String"
161
166
  },
167
+ "ec2:ephemeralstorage": {
168
+ "key": "ec2:EphemeralStorage",
169
+ "description": "Filters access by whether the instance is enabled for ephemeral storage",
170
+ "type": "Bool"
171
+ },
162
172
  "ec2:fisactionid": {
163
173
  "key": "ec2:FisActionId",
164
174
  "description": "Filters access by the ID of an AWS FIS action",
@@ -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)",
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202504291",
3
- "updatedAt": "2025-04-29T04:47:24.629Z"
2
+ "version": "0.1.202505011",
3
+ "updatedAt": "2025-05-01T04:49:28.613Z"
4
4
  }
@@ -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
  ]
@@ -38,12 +38,14 @@
38
38
  "ec2:Attribute",
39
39
  "ec2:Attribute/${AttributeName}",
40
40
  "ec2:AvailabilityZone",
41
+ "ec2:AvailabilityZoneId",
41
42
  "ec2:CapacityReservationFleet",
42
43
  "ec2:CreateDate",
43
44
  "ec2:DestinationCapacityReservationId",
44
45
  "ec2:EbsOptimized",
45
46
  "ec2:EndDate",
46
47
  "ec2:EndDateType",
48
+ "ec2:EphemeralStorage",
47
49
  "ec2:InstanceCount",
48
50
  "ec2:InstanceMatchCriteria",
49
51
  "ec2:InstancePlatform",
@@ -715,6 +717,41 @@
715
717
  "key": "role",
716
718
  "arn": "arn:${Partition}:iam::${Account}:role/${RoleNameWithPath}"
717
719
  },
720
+ "route-server-endpoint": {
721
+ "key": "route-server-endpoint",
722
+ "arn": "arn:${Partition}:ec2:${Region}:${Account}:route-server-endpoint/${RouteServerEndpointId}",
723
+ "conditionKeys": [
724
+ "aws:RequestTag/${TagKey}",
725
+ "aws:ResourceTag/${TagKey}",
726
+ "aws:TagKeys",
727
+ "ec2:AvailabilityZone",
728
+ "ec2:Region",
729
+ "ec2:ResourceTag/${TagKey}"
730
+ ]
731
+ },
732
+ "route-server": {
733
+ "key": "route-server",
734
+ "arn": "arn:${Partition}:ec2:${Region}:${Account}:route-server/${RouteServerId}",
735
+ "conditionKeys": [
736
+ "aws:RequestTag/${TagKey}",
737
+ "aws:ResourceTag/${TagKey}",
738
+ "aws:TagKeys",
739
+ "ec2:Region",
740
+ "ec2:ResourceTag/${TagKey}"
741
+ ]
742
+ },
743
+ "route-server-peer": {
744
+ "key": "route-server-peer",
745
+ "arn": "arn:${Partition}:ec2:${Region}:${Account}:route-server-peer/${RouteServerPeerId}",
746
+ "conditionKeys": [
747
+ "aws:RequestTag/${TagKey}",
748
+ "aws:ResourceTag/${TagKey}",
749
+ "aws:TagKeys",
750
+ "ec2:AvailabilityZone",
751
+ "ec2:Region",
752
+ "ec2:ResourceTag/${TagKey}"
753
+ ]
754
+ },
718
755
  "route-table": {
719
756
  "key": "route-table",
720
757
  "arn": "arn:${Partition}:ec2:${Region}:${Account}:route-table/${RouteTableId}",
@@ -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}",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202504291
3
+ Version: 0.1.202505011
4
4
  Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
5
5
  Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
6
6
  Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
@@ -4,7 +4,7 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
4
4
  iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
5
5
  iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
6
6
  iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
7
- iamdata/data/metadata.json,sha256=U-UC1o_iXHWFvaeEAJhCXt4V7NmI1u6HLSRN1w-j8Cg,76
7
+ iamdata/data/metadata.json,sha256=xWNl4NPxjnjSWp1nVBNCTUBIz3gbss7DwGdZJf9P3Cg,76
8
8
  iamdata/data/serviceNames.json,sha256=Wx4GhKx96LH3n5UZYsIDNYNYyG-0pFI_MWMVkoV2dXw,18380
9
9
  iamdata/data/services.json,sha256=0tkwVwsXZ7YNfVjg6S09bzI6yU8Tkd8wv1WEt9gtmYk,7130
10
10
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
@@ -120,7 +120,7 @@ iamdata/data/actions/datasync.json,sha256=4S8jnNmT0XcIulQqwUIfF13dJ7DhxhROk0SoFQ
120
120
  iamdata/data/actions/datazone.json,sha256=yzHTkGaLSNjfAp8SBsI0x6NjfHTGYFjTCw30a0F74NY,48429
121
121
  iamdata/data/actions/dax.json,sha256=YlzIFQbFkDrgdZ7nB6wjOsGCRCqtzriZ8Izjok2ZFXo,10889
122
122
  iamdata/data/actions/dbqms.json,sha256=EWysMBNi2wG7R8UZGlyQc6NAdy1WaML-die32lA8wwA,3105
123
- iamdata/data/actions/deadline.json,sha256=D6A3BprhnMIvETQ5uVcSbSsX2Wqq_tpIb1tztiW8SJ8,54105
123
+ iamdata/data/actions/deadline.json,sha256=GhxLCL_kx2S590ct_Dv2tS3NKC3Wy4Lt7FAHwuStsk8,54704
124
124
  iamdata/data/actions/deepcomposer.json,sha256=YxotYgeP3SHTZW9DL95NGyK1_9k5HdQnE_b0f2QyR9A,8156
125
125
  iamdata/data/actions/deepracer.json,sha256=rYA14iM8jR0GrxZPjEucIh8lqXovzmNchEpEac5NPiY,25683
126
126
  iamdata/data/actions/detective.json,sha256=R1DjPpTUGavoDiQbyz-tzYeq0iVSzG5hNiwXfszo8cg,14680
@@ -134,11 +134,11 @@ iamdata/data/actions/docdb-elastic.json,sha256=fjk8kUH9ZuYqv_1ZhLfIuwPAtzsuFaZBi
134
134
  iamdata/data/actions/drs.json,sha256=La78bLQy39JRhXMEYt9fmEyh6EAIDDjeiOfKBH8z14w,43861
135
135
  iamdata/data/actions/ds-data.json,sha256=bwZGtvuBi74oVFJVoHDd0_3kGGltbZewiKZVPfYoEpE,8399
136
136
  iamdata/data/actions/ds.json,sha256=B_adbfNUcenYt0qGfwBergVIjIVpIUsrey53rsddQGs,35756
137
- iamdata/data/actions/dsql.json,sha256=6hJ_v8NtKKMv88MXzqgGl8lT57FDmpdKRejvCmowIlQ,4884
137
+ iamdata/data/actions/dsql.json,sha256=SeWngikoz44CKfuaH-auvw2dh9RzLCKOHClqLiMt_Tg,5297
138
138
  iamdata/data/actions/dynamodb.json,sha256=UgMGv7n2YmsSVNKy9CYP-WOAcgjX7c7yFdwJGJqPqSk,31676
139
139
  iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
140
140
  iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
141
- iamdata/data/actions/ec2.json,sha256=YhHl8lAK5izVTLBazEacCaJb9JrS2aHFUCGbFREynvo,507700
141
+ iamdata/data/actions/ec2.json,sha256=2n2QllTPrTUtiksiImaBLg3k-n92Jawnt26-LUCvP10,517506
142
142
  iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
143
143
  iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
144
144
  iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
@@ -221,7 +221,7 @@ iamdata/data/actions/kafka.json,sha256=0h-9oYlFG8ehC4D9uK9aPe4TazL__SxQB9T8sbbxu
221
221
  iamdata/data/actions/kafkaconnect.json,sha256=OhY809kdh8fg4kAwj9qffuUheVinNa8S8aXxyIcKeFI,8400
222
222
  iamdata/data/actions/kendra-ranking.json,sha256=eABRV6btlCgqmuPN72trM9HFryhJp4QMdrH2yTfAnho,3466
223
223
  iamdata/data/actions/kendra.json,sha256=KkFOjMGLJhQ869Z8vzmHnLIoblFPOrPynRiBXr-GqL0,32081
224
- iamdata/data/actions/kinesis.json,sha256=rngrULVItXpxysjMK9DQcAaKg6Ehwq3vudrCBpPlZf4,14348
224
+ iamdata/data/actions/kinesis.json,sha256=bx6GqNMc2LA29tYXfJyf1UNyyXvXDg4t_p5SpjzeXmQ,16833
225
225
  iamdata/data/actions/kinesisanalytics.json,sha256=qfokOb3pzp4lPXQx7QuOqhaWZ_fCYBmK8AbzTSXXKto,13688
226
226
  iamdata/data/actions/kinesisvideo.json,sha256=CbufqlOdV-36LWV3MSsvGziUhnlsVQKmHGscBkYE7pM,17983
227
227
  iamdata/data/actions/kms.json,sha256=_tDjPtU93348SYcuDcdBDqW2KjshrAjTZRKcBnf3jGY,34241
@@ -331,7 +331,7 @@ iamdata/data/actions/route53-recovery-readiness.json,sha256=E08u__ARHHaoJsn2n8RY
331
331
  iamdata/data/actions/route53.json,sha256=CJ7SgQGw6pPxM7RUSAPglXzqMUij0O5ySzT4uWG2Qyc,28929
332
332
  iamdata/data/actions/route53domains.json,sha256=18mQoz2pO-N8QQQru67ZW7It2t6mDMzgBiDn5rkcoNY,10071
333
333
  iamdata/data/actions/route53profiles.json,sha256=bBn1zxep4yoRfmJSCxfwZCXi8jCJKMwJqDoWu7Jg_fo,6282
334
- iamdata/data/actions/route53resolver.json,sha256=-4PlQJ1LeDJMHJveFyH0OfzRHVFZNL8e-xtVt-QG2Ak,34743
334
+ iamdata/data/actions/route53resolver.json,sha256=c-Jrx6AKsdGmJxbfSbDiHWfkZTpDpRwaEWgYMLhAO94,35025
335
335
  iamdata/data/actions/rum.json,sha256=2VetwUsiBrv5jiqU_ooNaLRqDNo2Un2XrbsHn36nvTQ,7807
336
336
  iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
337
337
  iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
@@ -371,11 +371,11 @@ iamdata/data/actions/social-messaging.json,sha256=DgXPl01D5XYRAs-BUo2Q07dAp_tomT
371
371
  iamdata/data/actions/sqlworkbench.json,sha256=Rt5mcsmu4Fsh1EzIlIGo-l7mhM8zQp4gHnnQ8emBk1I,29911
372
372
  iamdata/data/actions/sqs.json,sha256=vAzo-n4XZe9Io24S9PJWOZT-rApm2Lbi8H9_v5wWYx8,7864
373
373
  iamdata/data/actions/ssm-contacts.json,sha256=lYEq-XLJXI4cO5yQUUePxBzPPAg2T2Of6jdWQfH5ruo,15449
374
- iamdata/data/actions/ssm-guiconnect.json,sha256=OX2PhAIOShC0cOp8eLFWPDSdNV0lgAG43A4fUwjzsgQ,1104
374
+ iamdata/data/actions/ssm-guiconnect.json,sha256=uSgoI84CQz6FscQtAfDLAc7IfFm9tIm191dt-vjZDk4,1997
375
375
  iamdata/data/actions/ssm-incidents.json,sha256=5yJgZHtLAzP93Hs4eJgZw_7k5rXIAKVo-kqCSMhYLh0,14089
376
376
  iamdata/data/actions/ssm-quicksetup.json,sha256=uTX5lGIhFqIfqfTlJ4N_wgSm4hVywgLdGaYafPu1kXA,5311
377
377
  iamdata/data/actions/ssm-sap.json,sha256=leXVlxQiXH2e7IBkS1EdFAG-xUo1PIUuQyAdynk8-gk,8686
378
- iamdata/data/actions/ssm.json,sha256=X7tVynBBLuOtoN-k8NlMScj2tV7nSqgVkcrA88iFXX0,70639
378
+ iamdata/data/actions/ssm.json,sha256=z89O17j57FHMSwf8OGHXkWvJ6HRYLf6BpHiUPEjP6jk,72073
379
379
  iamdata/data/actions/ssmmessages.json,sha256=qgUMhrTZNlb0cktmE6j2kqt89c6pbknWMvXJ6g1XeCY,1321
380
380
  iamdata/data/actions/sso-directory.json,sha256=3Zvv6ZcvYRt3oe8-J786d9_VwvhXPxuUYzePvV8Jg_k,16504
381
381
  iamdata/data/actions/sso-oauth.json,sha256=qvNNSnmRdrN-yqZsnRCTLULeva6ju_kXh3YC8RW2MLw,432
@@ -538,7 +538,7 @@ iamdata/data/conditionKeys/datasync.json,sha256=ZCRkZRsrtFt1Xv-QtEGB7Gi47oe4yPxP
538
538
  iamdata/data/conditionKeys/datazone.json,sha256=gn5UgWQkoz9XGXtl4qzkvKr2KW-I3hyfqvefn3E-z2g,992
539
539
  iamdata/data/conditionKeys/dax.json,sha256=vtrePBU6bvIUPaiwNkSvP16kN3STJKTbz4j-qth9kt4,211
540
540
  iamdata/data/conditionKeys/dbqms.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
541
- iamdata/data/conditionKeys/deadline.json,sha256=Y8bgxXxJWdXAdXUNVRsxOPa_NBg6LWpuG99VE8rMZ-g,2024
541
+ iamdata/data/conditionKeys/deadline.json,sha256=nCsEX2_FANYZ5mO_FhG2gmstoqfOkP6i8T8DzyGCIC4,2189
542
542
  iamdata/data/conditionKeys/deepcomposer.json,sha256=JvMsBWtJ4AFGCd6tmGcW4x22C10PEH-7wB4Qi3LyMk4,583
543
543
  iamdata/data/conditionKeys/deepracer.json,sha256=7_5V19fU4JuaGeZomlwvXOgyuTeZqElK5l6TB7HIfco,793
544
544
  iamdata/data/conditionKeys/detective.json,sha256=-Wl_ORa5mSvuG9pThxSkSN1CfhRQZtJTlaNi-sNiJ-Q,551
@@ -556,7 +556,7 @@ iamdata/data/conditionKeys/dsql.json,sha256=xGU1FX-D_-jccsB1zQnrF4Yj0_AwF6L_YxU6
556
556
  iamdata/data/conditionKeys/dynamodb.json,sha256=OOdHPICHySEHAB8aPh-67YglqDnq2uuwEqVK-ezSRCI,1932
557
557
  iamdata/data/conditionKeys/ebs.json,sha256=GvhfdYhT_U5muPKfsAKAD-fKL8vFFGx0wmYlni85rzI,1042
558
558
  iamdata/data/conditionKeys/ec2-instance-connect.json,sha256=2zfiC5l7CR42QEVepU1ESrrwswN-DhCjWfWvaZMe7vk,1167
559
- iamdata/data/conditionKeys/ec2.json,sha256=Hi5Zzxt-ymLFZT_br8sxacIL8FnA_8OWU-_X_3FtJkc,24370
559
+ iamdata/data/conditionKeys/ec2.json,sha256=Us5VqfRtfvqJFlNkTT3IAmizSSaLgg5t3S-D8QxJV-8,24732
560
560
  iamdata/data/conditionKeys/ec2messages.json,sha256=Wj2FI88_ylE-MehRI2ouDKNCWnYP7AKTntm8_vJsOmw,576
561
561
  iamdata/data/conditionKeys/ecr-public.json,sha256=51bQfBuLh-b_fqAhlxKGp81zVbaSdkWVg29SRvVoi8U,764
562
562
  iamdata/data/conditionKeys/ecr.json,sha256=DvjSF2Bl80kd7EkBBcH5AESp4V1lnSj9dTQZNmiYHcw,860
@@ -793,7 +793,7 @@ iamdata/data/conditionKeys/ssm-guiconnect.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
793
793
  iamdata/data/conditionKeys/ssm-incidents.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
794
794
  iamdata/data/conditionKeys/ssm-quicksetup.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
795
795
  iamdata/data/conditionKeys/ssm-sap.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
796
- iamdata/data/conditionKeys/ssm.json,sha256=Q5T-nuEExq47pOgzzf_9SSs28CxzkzHbpKknOiMiggM,3663
796
+ iamdata/data/conditionKeys/ssm.json,sha256=uoLany3hXi11SH8KQdLHb6ACmQxfRjSDc3XyzGlB1W0,3873
797
797
  iamdata/data/conditionKeys/ssmmessages.json,sha256=Wj2FI88_ylE-MehRI2ouDKNCWnYP7AKTntm8_vJsOmw,576
798
798
  iamdata/data/conditionKeys/sso-directory.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
799
799
  iamdata/data/conditionKeys/sso-oauth.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -956,7 +956,7 @@ iamdata/data/resourceTypes/datasync.json,sha256=FKmEVYFSlv29q6-5eRPqIIt5Rcos9kZB
956
956
  iamdata/data/resourceTypes/datazone.json,sha256=xungZEWmSCuwJXn-cjVILwOfatFOXXgy4cuhSynRnQg,185
957
957
  iamdata/data/resourceTypes/dax.json,sha256=j38DUrIcw-Y8qNCb6oShucHJN7o1I-DNXRwoAKw35cM,128
958
958
  iamdata/data/resourceTypes/dbqms.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
959
- iamdata/data/resourceTypes/deadline.json,sha256=Z96bazLVwIm-tNB3qv4Hnfvs45xNhubUX37LBntY0_c,2038
959
+ iamdata/data/resourceTypes/deadline.json,sha256=XVoHZRhu-k--V6AwX1bxyG7JFixNAbttuHdmlj-wmfA,2073
960
960
  iamdata/data/resourceTypes/deepcomposer.json,sha256=ZMCknJ5_jSCkfn1dHJJZLOpBnr_RTKtAdf9oA8Bp7HM,511
961
961
  iamdata/data/resourceTypes/deepracer.json,sha256=aglDmxHQpVNIDcyJwRbpVv_jCd5z5b5X0uoahEai0kI,1391
962
962
  iamdata/data/resourceTypes/detective.json,sha256=8lZYluQw8v2KPJQIYEajLXpRND-J9J0r8drzhxRszSY,185
@@ -974,7 +974,7 @@ iamdata/data/resourceTypes/dsql.json,sha256=IXlF846K2_5vaSD_laF0PclcNj8GYgQjlIVY
974
974
  iamdata/data/resourceTypes/dynamodb.json,sha256=tKPW8mCqd-I7XVmon85l0pwZ3hEUaM4AgCF62SlLjuI,1079
975
975
  iamdata/data/resourceTypes/ebs.json,sha256=IrmZIp2kkVvqipTbQ79UEhzs_0odG193uDOChdaVAYM,310
976
976
  iamdata/data/resourceTypes/ec2-instance-connect.json,sha256=B25bqvMKwZ4AdJe7K-O-KrR9_IgNgaZQy0dHYUpsW9w,510
977
- iamdata/data/resourceTypes/ec2.json,sha256=fR_JyzZdjJULcgHZIpodelhZUcV_gchVULQdewlXpLU,38049
977
+ iamdata/data/resourceTypes/ec2.json,sha256=p6jotbwFE_Ld77unLgenQFsEsHCvmIIdkozJkXbQrRo,39158
978
978
  iamdata/data/resourceTypes/ec2messages.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
979
979
  iamdata/data/resourceTypes/ecr-public.json,sha256=KUpluHsdDXNerckt6wv1xdwB9rcazjHduNbJ0ggsKH0,358
980
980
  iamdata/data/resourceTypes/ecr.json,sha256=2MdA0kDOXNwmzmZy7wX5d4w46KicgEnKCnNi6a-zCi4,233
@@ -1167,7 +1167,7 @@ iamdata/data/resourceTypes/route53-recovery-readiness.json,sha256=gzrGi7bkaK390x
1167
1167
  iamdata/data/resourceTypes/route53.json,sha256=xwp1WToGodqGLGLblONiETE-r80_Kqetno3KrebV_FU,1022
1168
1168
  iamdata/data/resourceTypes/route53domains.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1169
1169
  iamdata/data/resourceTypes/route53profiles.json,sha256=wpRmIG0wS3EiBf6aV1TLn1rW0-qzErgvwVwM6kGM8Ek,428
1170
- iamdata/data/resourceTypes/route53resolver.json,sha256=f88iVDoLIi_0srurF09i9uH7iaI6UVhMatnLl4t7LZA,2257
1170
+ iamdata/data/resourceTypes/route53resolver.json,sha256=umOCVNbwsk8zB-EXufWyKcqkLusRaVwGfzyGCEH-9Ks,2479
1171
1171
  iamdata/data/resourceTypes/rum.json,sha256=m1eE-xNr263sMkH0uPwMTqq97y-fTn7lQhWq8ULLVM8,204
1172
1172
  iamdata/data/resourceTypes/s3-object-lambda.json,sha256=anlR9MWqsDVRoLgtetNG3qf-_SzLKg_IKYaOws7wd8Y,175
1173
1173
  iamdata/data/resourceTypes/s3-outposts.json,sha256=vzIzZ1JQ0z8mxa4xdGSCSkdH-9FuXAUSyE9uDdd17FU,629
@@ -1265,7 +1265,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1265
1265
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1266
1266
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1267
1267
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1268
- iamdata-0.1.202504291.dist-info/METADATA,sha256=PZ8WMLG0PqBGoe7epx1-_yDQHYo7g5WiYyZalVvok2w,3491
1269
- iamdata-0.1.202504291.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202504291.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202504291.dist-info/RECORD,,
1268
+ iamdata-0.1.202505011.dist-info/METADATA,sha256=36RWcz-VagHk2mjGF2_MNp3IRPEsNDKFkdmTaFvI3pM,3491
1269
+ iamdata-0.1.202505011.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202505011.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202505011.dist-info/RECORD,,