iamdata 0.1.202503261__py3-none-any.whl → 0.1.202503281__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.
- iamdata/data/actions/config.json +11 -4
- iamdata/data/actions/directconnect.json +22 -1
- iamdata/data/actions/mediapackagev2.json +48 -0
- iamdata/data/actions/network-firewall.json +75 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/directconnect.json +4 -1
- {iamdata-0.1.202503261.dist-info → iamdata-0.1.202503281.dist-info}/METADATA +1 -1
- {iamdata-0.1.202503261.dist-info → iamdata-0.1.202503281.dist-info}/RECORD +10 -10
- {iamdata-0.1.202503261.dist-info → iamdata-0.1.202503281.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202503261.dist-info → iamdata-0.1.202503281.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/config.json
CHANGED
|
@@ -944,14 +944,21 @@
|
|
|
944
944
|
"name": "PutConfigurationRecorder",
|
|
945
945
|
"description": "Grants permission to create or update a customer managed configuration recorder to record the selected resource configurations",
|
|
946
946
|
"accessLevel": "Write",
|
|
947
|
-
"resourceTypes": [
|
|
947
|
+
"resourceTypes": [
|
|
948
|
+
{
|
|
949
|
+
"name": "ConfigurationRecorder",
|
|
950
|
+
"required": true,
|
|
951
|
+
"conditionKeys": [],
|
|
952
|
+
"dependentActions": [
|
|
953
|
+
"iam:PassRole"
|
|
954
|
+
]
|
|
955
|
+
}
|
|
956
|
+
],
|
|
948
957
|
"conditionKeys": [
|
|
949
958
|
"aws:RequestTag/${TagKey}",
|
|
950
959
|
"aws:TagKeys"
|
|
951
960
|
],
|
|
952
|
-
"dependentActions": [
|
|
953
|
-
"iam:PassRole"
|
|
954
|
-
]
|
|
961
|
+
"dependentActions": []
|
|
955
962
|
},
|
|
956
963
|
"putconformancepack": {
|
|
957
964
|
"name": "PutConformancePack",
|
|
@@ -327,7 +327,10 @@
|
|
|
327
327
|
"description": "Grants permission to create a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways",
|
|
328
328
|
"accessLevel": "Write",
|
|
329
329
|
"resourceTypes": [],
|
|
330
|
-
"conditionKeys": [
|
|
330
|
+
"conditionKeys": [
|
|
331
|
+
"aws:RequestTag/${TagKey}",
|
|
332
|
+
"aws:TagKeys"
|
|
333
|
+
],
|
|
331
334
|
"dependentActions": []
|
|
332
335
|
},
|
|
333
336
|
"createdirectconnectgatewayassociation": {
|
|
@@ -809,6 +812,12 @@
|
|
|
809
812
|
"description": "Grants permission to describe the tags associated with the specified AWS Direct Connect resources",
|
|
810
813
|
"accessLevel": "Read",
|
|
811
814
|
"resourceTypes": [
|
|
815
|
+
{
|
|
816
|
+
"name": "dx-gateway",
|
|
817
|
+
"required": false,
|
|
818
|
+
"conditionKeys": [],
|
|
819
|
+
"dependentActions": []
|
|
820
|
+
},
|
|
812
821
|
{
|
|
813
822
|
"name": "dxcon",
|
|
814
823
|
"required": false,
|
|
@@ -958,6 +967,12 @@
|
|
|
958
967
|
"description": "Grants permission to add the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags",
|
|
959
968
|
"accessLevel": "Tagging",
|
|
960
969
|
"resourceTypes": [
|
|
970
|
+
{
|
|
971
|
+
"name": "dx-gateway",
|
|
972
|
+
"required": false,
|
|
973
|
+
"conditionKeys": [],
|
|
974
|
+
"dependentActions": []
|
|
975
|
+
},
|
|
961
976
|
{
|
|
962
977
|
"name": "dxcon",
|
|
963
978
|
"required": false,
|
|
@@ -988,6 +1003,12 @@
|
|
|
988
1003
|
"description": "Grants permission to remove one or more tags from the specified AWS Direct Connect resource",
|
|
989
1004
|
"accessLevel": "Tagging",
|
|
990
1005
|
"resourceTypes": [
|
|
1006
|
+
{
|
|
1007
|
+
"name": "dx-gateway",
|
|
1008
|
+
"required": false,
|
|
1009
|
+
"conditionKeys": [],
|
|
1010
|
+
"dependentActions": []
|
|
1011
|
+
},
|
|
991
1012
|
{
|
|
992
1013
|
"name": "dxcon",
|
|
993
1014
|
"required": false,
|
|
@@ -631,6 +631,54 @@
|
|
|
631
631
|
"conditionKeys": [],
|
|
632
632
|
"dependentActions": []
|
|
633
633
|
},
|
|
634
|
+
"resetchannelstate": {
|
|
635
|
+
"name": "ResetChannelState",
|
|
636
|
+
"description": "Grants permission to reset a channel",
|
|
637
|
+
"accessLevel": "Write",
|
|
638
|
+
"resourceTypes": [
|
|
639
|
+
{
|
|
640
|
+
"name": "Channel",
|
|
641
|
+
"required": true,
|
|
642
|
+
"conditionKeys": [],
|
|
643
|
+
"dependentActions": []
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "ChannelGroup",
|
|
647
|
+
"required": true,
|
|
648
|
+
"conditionKeys": [],
|
|
649
|
+
"dependentActions": []
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"conditionKeys": [],
|
|
653
|
+
"dependentActions": []
|
|
654
|
+
},
|
|
655
|
+
"resetoriginendpointstate": {
|
|
656
|
+
"name": "ResetOriginEndpointState",
|
|
657
|
+
"description": "Grants permission to reset an origin endpoint",
|
|
658
|
+
"accessLevel": "Write",
|
|
659
|
+
"resourceTypes": [
|
|
660
|
+
{
|
|
661
|
+
"name": "Channel",
|
|
662
|
+
"required": true,
|
|
663
|
+
"conditionKeys": [],
|
|
664
|
+
"dependentActions": []
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"name": "ChannelGroup",
|
|
668
|
+
"required": true,
|
|
669
|
+
"conditionKeys": [],
|
|
670
|
+
"dependentActions": []
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "OriginEndpoint",
|
|
674
|
+
"required": true,
|
|
675
|
+
"conditionKeys": [],
|
|
676
|
+
"dependentActions": []
|
|
677
|
+
}
|
|
678
|
+
],
|
|
679
|
+
"conditionKeys": [],
|
|
680
|
+
"dependentActions": []
|
|
681
|
+
},
|
|
634
682
|
"tagresource": {
|
|
635
683
|
"name": "TagResource",
|
|
636
684
|
"description": "Grants permission to add specified tags to the specified resource",
|
|
@@ -282,6 +282,21 @@
|
|
|
282
282
|
"conditionKeys": [],
|
|
283
283
|
"dependentActions": []
|
|
284
284
|
},
|
|
285
|
+
"describeflowoperation": {
|
|
286
|
+
"name": "DescribeFlowOperation",
|
|
287
|
+
"description": "Grants permission to describe a flow operation performed on a firewall",
|
|
288
|
+
"accessLevel": "Read",
|
|
289
|
+
"resourceTypes": [
|
|
290
|
+
{
|
|
291
|
+
"name": "Firewall",
|
|
292
|
+
"required": true,
|
|
293
|
+
"conditionKeys": [],
|
|
294
|
+
"dependentActions": []
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"conditionKeys": [],
|
|
298
|
+
"dependentActions": []
|
|
299
|
+
},
|
|
285
300
|
"describeloggingconfiguration": {
|
|
286
301
|
"name": "DescribeLoggingConfiguration",
|
|
287
302
|
"description": "Grants permission to describe the logging configuration of a firewall",
|
|
@@ -459,6 +474,36 @@
|
|
|
459
474
|
"conditionKeys": [],
|
|
460
475
|
"dependentActions": []
|
|
461
476
|
},
|
|
477
|
+
"listflowoperationresults": {
|
|
478
|
+
"name": "ListFlowOperationResults",
|
|
479
|
+
"description": "Grants permission to list results from a flow operation performed on a firewall",
|
|
480
|
+
"accessLevel": "Read",
|
|
481
|
+
"resourceTypes": [
|
|
482
|
+
{
|
|
483
|
+
"name": "Firewall",
|
|
484
|
+
"required": true,
|
|
485
|
+
"conditionKeys": [],
|
|
486
|
+
"dependentActions": []
|
|
487
|
+
}
|
|
488
|
+
],
|
|
489
|
+
"conditionKeys": [],
|
|
490
|
+
"dependentActions": []
|
|
491
|
+
},
|
|
492
|
+
"listflowoperations": {
|
|
493
|
+
"name": "ListFlowOperations",
|
|
494
|
+
"description": "Grants permission to list flow operations performed on a firewall",
|
|
495
|
+
"accessLevel": "List",
|
|
496
|
+
"resourceTypes": [
|
|
497
|
+
{
|
|
498
|
+
"name": "Firewall",
|
|
499
|
+
"required": true,
|
|
500
|
+
"conditionKeys": [],
|
|
501
|
+
"dependentActions": []
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"conditionKeys": [],
|
|
505
|
+
"dependentActions": []
|
|
506
|
+
},
|
|
462
507
|
"listrulegroups": {
|
|
463
508
|
"name": "ListRuleGroups",
|
|
464
509
|
"description": "Grants permission to retrieve the metadata for rule groups",
|
|
@@ -563,6 +608,36 @@
|
|
|
563
608
|
"conditionKeys": [],
|
|
564
609
|
"dependentActions": []
|
|
565
610
|
},
|
|
611
|
+
"startflowcapture": {
|
|
612
|
+
"name": "StartFlowCapture",
|
|
613
|
+
"description": "Grants permission to start capture operation on a firewall",
|
|
614
|
+
"accessLevel": "Write",
|
|
615
|
+
"resourceTypes": [
|
|
616
|
+
{
|
|
617
|
+
"name": "Firewall",
|
|
618
|
+
"required": true,
|
|
619
|
+
"conditionKeys": [],
|
|
620
|
+
"dependentActions": []
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"conditionKeys": [],
|
|
624
|
+
"dependentActions": []
|
|
625
|
+
},
|
|
626
|
+
"startflowflush": {
|
|
627
|
+
"name": "StartFlowFlush",
|
|
628
|
+
"description": "Grants permission to start flush operation on a firewall",
|
|
629
|
+
"accessLevel": "Write",
|
|
630
|
+
"resourceTypes": [
|
|
631
|
+
{
|
|
632
|
+
"name": "Firewall",
|
|
633
|
+
"required": true,
|
|
634
|
+
"conditionKeys": [],
|
|
635
|
+
"dependentActions": []
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"conditionKeys": [],
|
|
639
|
+
"dependentActions": []
|
|
640
|
+
},
|
|
566
641
|
"tagresource": {
|
|
567
642
|
"name": "TagResource",
|
|
568
643
|
"description": "Grants permission to attach tags to a resource",
|
iamdata/data/metadata.json
CHANGED
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dx-gateway": {
|
|
24
24
|
"key": "dx-gateway",
|
|
25
|
-
"arn": "arn:${Partition}:directconnect::${Account}:dx-gateway/${DirectConnectGatewayId}"
|
|
25
|
+
"arn": "arn:${Partition}:directconnect::${Account}:dx-gateway/${DirectConnectGatewayId}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
26
29
|
}
|
|
27
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202503281
|
|
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=
|
|
7
|
+
iamdata/data/metadata.json,sha256=0ZNeISdgnEppRsPu4PesBA4UVfCr29l6Ig1Pdj_NPCk,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
|
|
@@ -103,7 +103,7 @@ iamdata/data/actions/cognito-sync.json,sha256=K3WWwlo82IfXN5myo8OITA0qfdE8R-k7yd
|
|
|
103
103
|
iamdata/data/actions/comprehend.json,sha256=tIqpIHBjGVXNkxIrlJ1INhji7uCd0AdTl-Q63oYzkGc,44672
|
|
104
104
|
iamdata/data/actions/comprehendmedical.json,sha256=cBtFmyWVK7LKb0o3sHuat17otFgpLLJIJZgzWr_MhJM,7303
|
|
105
105
|
iamdata/data/actions/compute-optimizer.json,sha256=e7fhylob4PxLDlwGP6kMEPeHV_UzWx50C-VcXkwfS6w,10218
|
|
106
|
-
iamdata/data/actions/config.json,sha256=
|
|
106
|
+
iamdata/data/actions/config.json,sha256=jQGTa5vzBDeUExTXef7kwiRcy1p4WKJgMHbBkse5uIA,43354
|
|
107
107
|
iamdata/data/actions/connect-campaigns.json,sha256=4Wwn72V9GPaJ5vqicB20I3SM5ufWc_iBVp2sXGey9dE,13501
|
|
108
108
|
iamdata/data/actions/connect.json,sha256=k7fXedYfYFfpiVB-pZ-rc40HbchnbESkH7A0LxchbMc,166463
|
|
109
109
|
iamdata/data/actions/consoleapp.json,sha256=GO6wCJDJGsuYO3T7cRd1RtIG7vtuTMjwYnguio4uUl8,667
|
|
@@ -126,7 +126,7 @@ iamdata/data/actions/deepracer.json,sha256=rYA14iM8jR0GrxZPjEucIh8lqXovzmNchEpEa
|
|
|
126
126
|
iamdata/data/actions/detective.json,sha256=R1DjPpTUGavoDiQbyz-tzYeq0iVSzG5hNiwXfszo8cg,14680
|
|
127
127
|
iamdata/data/actions/devicefarm.json,sha256=TWdkiZlDd6Y3tSrkk-o5JsdGG-dprxGIx_YpVxSkdZA,35041
|
|
128
128
|
iamdata/data/actions/devops-guru.json,sha256=afVZXiMYF5thd2j72pwlapJPuukhkzo_cXf_WCc7x84,9026
|
|
129
|
-
iamdata/data/actions/directconnect.json,sha256=
|
|
129
|
+
iamdata/data/actions/directconnect.json,sha256=F2_7IdoBuharYWPqj7jiqMlcL4Wwe4fPQ3sGOC_rimM,31263
|
|
130
130
|
iamdata/data/actions/discovery.json,sha256=XL77oQ9qFdgRZqny7rMvREMA3l6_ZtIT3Iw0rziVaVM,12397
|
|
131
131
|
iamdata/data/actions/dlm.json,sha256=NQBmWoisSxG58l5aFlxFRiY6c1D0q9Ba3KiPfVfsfik,3242
|
|
132
132
|
iamdata/data/actions/dms.json,sha256=auVj86frmx6M_sKC2xxAWdMUevUcRrI66Oosa9ckE2Y,64452
|
|
@@ -251,7 +251,7 @@ iamdata/data/actions/mediaimport.json,sha256=0x92lpq2O0S6cjsRCjmQQ6tDfgL3z1aWgUu
|
|
|
251
251
|
iamdata/data/actions/medialive.json,sha256=l05uuWOrlvsXusfEvDpEEc2xXnJtGstdqls2ruq1Jak,49783
|
|
252
252
|
iamdata/data/actions/mediapackage-vod.json,sha256=X6SI4kTK4lPiGE74LBOg590Obqc-41mmlpR0O_AkG8k,7377
|
|
253
253
|
iamdata/data/actions/mediapackage.json,sha256=taxoGgmLGStZ30dKbikDPxxyqFzowGJwXg6ri6sizRg,7972
|
|
254
|
-
iamdata/data/actions/mediapackagev2.json,sha256
|
|
254
|
+
iamdata/data/actions/mediapackagev2.json,sha256=iEcytBBt7pQtqwvgSXvczWTmTpMsm3AuSgjQKnsz-QE,19885
|
|
255
255
|
iamdata/data/actions/mediastore.json,sha256=ioJ3MSAQskNIz4fY4KwNen0qXNJNGCEvsfY7Q124UGw,9870
|
|
256
256
|
iamdata/data/actions/mediatailor.json,sha256=7qxJ5X8ylYiHkjJRWlu_f77V3jZ5g79S6FA8DTa7kmY,19351
|
|
257
257
|
iamdata/data/actions/medical-imaging.json,sha256=gXQ1uIEXBxe7gK0FAZ4gXJX8pmcl6DnOvI12hC9VMZI,9145
|
|
@@ -266,7 +266,7 @@ iamdata/data/actions/monitron.json,sha256=kO8R-chIFGhGC5_fQjBCi6BH_Lxl0CRXOE1obW
|
|
|
266
266
|
iamdata/data/actions/mq.json,sha256=kVDhEIL-GGQa30Ocf1-B3yfhcutA0uzYx7ldcv4dk2k,9676
|
|
267
267
|
iamdata/data/actions/neptune-db.json,sha256=h1XoLU76_YFyFTG5JYPMHsxo2HRNwishnAggEjLe6r8,12891
|
|
268
268
|
iamdata/data/actions/neptune-graph.json,sha256=zTrtjGrznKZ0r6jlXI8DqU7YvlwEyRkzOUA1-uYn-g8,17467
|
|
269
|
-
iamdata/data/actions/network-firewall.json,sha256=
|
|
269
|
+
iamdata/data/actions/network-firewall.json,sha256=Xmns16zrrjkYHZjgMNp--9CuryCw2d_LmKJ7ystisHA,23341
|
|
270
270
|
iamdata/data/actions/networkflowmonitor.json,sha256=oXvUqH12HIWhqfBDyRy2J9zoOhXqdH_j8teJsF42OSc,10696
|
|
271
271
|
iamdata/data/actions/networkmanager-chat.json,sha256=Bun_ZO7mHpktWyMQIcoQdE1XPBJeb3BU9BnU3q_MWok,1943
|
|
272
272
|
iamdata/data/actions/networkmanager.json,sha256=LnA8pjpR1Y9RGLwQnzhTuVnkvStYujocyEVMBD0F-1k,42919
|
|
@@ -962,7 +962,7 @@ iamdata/data/resourceTypes/deepracer.json,sha256=aglDmxHQpVNIDcyJwRbpVv_jCd5z5b5
|
|
|
962
962
|
iamdata/data/resourceTypes/detective.json,sha256=8lZYluQw8v2KPJQIYEajLXpRND-J9J0r8drzhxRszSY,185
|
|
963
963
|
iamdata/data/resourceTypes/devicefarm.json,sha256=-7E0MbaUwP11uylBRAVAs5es3zOVaxrdZje81z9WeDE,2942
|
|
964
964
|
iamdata/data/resourceTypes/devops-guru.json,sha256=3a-ju1FsGHtSnll4CO9eF9mEtM_-74mGYPv0jcRfoOo,108
|
|
965
|
-
iamdata/data/resourceTypes/directconnect.json,sha256=
|
|
965
|
+
iamdata/data/resourceTypes/directconnect.json,sha256=78-cR55PA3VQwPl4iqKT5VFtFKO2k7eN0YbEci2MJyo,773
|
|
966
966
|
iamdata/data/resourceTypes/discovery.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
967
967
|
iamdata/data/resourceTypes/dlm.json,sha256=l5uCthy3tK6h1B74djd8ldOB8HmB1LRydDUf_mBuptQ,184
|
|
968
968
|
iamdata/data/resourceTypes/dms.json,sha256=3PCJklhtH5U7eRu8cSEBZUpSjLPAWpJeKtu8zKK2Pao,3052
|
|
@@ -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.
|
|
1269
|
-
iamdata-0.1.
|
|
1270
|
-
iamdata-0.1.
|
|
1271
|
-
iamdata-0.1.
|
|
1268
|
+
iamdata-0.1.202503281.dist-info/METADATA,sha256=A-3gm7Dw6KlwLLAv9DDDPegnN7zQB9n0PvLgwu8wox8,3491
|
|
1269
|
+
iamdata-0.1.202503281.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202503281.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202503281.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|