iamdata 0.1.202505151__py3-none-any.whl → 0.1.202505161__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/backup-search.json +1 -0
- iamdata/data/actions/events.json +24 -0
- iamdata/data/conditionKeys/dsql.json +2 -2
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/events.json +8 -0
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505161.dist-info}/METADATA +1 -1
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505161.dist-info}/RECORD +9 -9
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505161.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505161.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/events.json
CHANGED
|
@@ -66,6 +66,18 @@
|
|
|
66
66
|
"required": true,
|
|
67
67
|
"conditionKeys": [],
|
|
68
68
|
"dependentActions": []
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "alias",
|
|
72
|
+
"required": false,
|
|
73
|
+
"conditionKeys": [],
|
|
74
|
+
"dependentActions": []
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "key",
|
|
78
|
+
"required": false,
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
69
81
|
}
|
|
70
82
|
],
|
|
71
83
|
"conditionKeys": [],
|
|
@@ -900,6 +912,18 @@
|
|
|
900
912
|
"required": true,
|
|
901
913
|
"conditionKeys": [],
|
|
902
914
|
"dependentActions": []
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "alias",
|
|
918
|
+
"required": false,
|
|
919
|
+
"conditionKeys": [],
|
|
920
|
+
"dependentActions": []
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "key",
|
|
924
|
+
"required": false,
|
|
925
|
+
"conditionKeys": [],
|
|
926
|
+
"dependentActions": []
|
|
903
927
|
}
|
|
904
928
|
],
|
|
905
929
|
"conditionKeys": [],
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dsql:witnessregion": {
|
|
18
18
|
"key": "dsql:WitnessRegion",
|
|
19
|
-
"description": "Filters access by the witness region of
|
|
20
|
-
"type": "
|
|
19
|
+
"description": "Filters access by the witness region of multi-Region clusters",
|
|
20
|
+
"type": "String"
|
|
21
21
|
}
|
|
22
22
|
}
|
iamdata/data/metadata.json
CHANGED
|
@@ -59,5 +59,13 @@
|
|
|
59
59
|
"terminate-instance": {
|
|
60
60
|
"key": "terminate-instance",
|
|
61
61
|
"arn": "arn:${Partition}:events:${Region}:${Account}:target/terminate-instance"
|
|
62
|
+
},
|
|
63
|
+
"alias": {
|
|
64
|
+
"key": "alias",
|
|
65
|
+
"arn": "arn:${Partition}:kms:${Region}:${Account}:alias/${Alias}"
|
|
66
|
+
},
|
|
67
|
+
"key": {
|
|
68
|
+
"key": "key",
|
|
69
|
+
"arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}"
|
|
62
70
|
}
|
|
63
71
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202505161
|
|
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=JrV2x9GfYzMmz0b8qr6O4BZ1GoJVzHqzg50hM6Jct6Y,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=7TPEzcSJtN8aqffnzVsa_u08kLpdGqvFsaqAsVXiivc,18390
|
|
9
9
|
iamdata/data/services.json,sha256=0tkwVwsXZ7YNfVjg6S09bzI6yU8Tkd8wv1WEt9gtmYk,7130
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -51,7 +51,7 @@ iamdata/data/actions/aws-portal.json,sha256=-WAb_llUoaJ-mebtp7hFxHrNqKXDEryptbSN
|
|
|
51
51
|
iamdata/data/actions/awsconnector.json,sha256=T01wGHaWnQSAxiGTFGTZe2qnJJRVtXdWHCRzF_wH_OI,892
|
|
52
52
|
iamdata/data/actions/b2bi.json,sha256=L_lu8OzkJdZw319ZGET4HRPUwye1K2gLWV7z56uduG8,12135
|
|
53
53
|
iamdata/data/actions/backup-gateway.json,sha256=cJhxxuUTF6zVSNDqo4C2D-43OTrx9KslArWPFX6Z4O8,10576
|
|
54
|
-
iamdata/data/actions/backup-search.json,sha256=
|
|
54
|
+
iamdata/data/actions/backup-search.json,sha256=g37ZjdEazsIVYO7lSh08gAblAvc-cuyigmeDAsGXtrE,4808
|
|
55
55
|
iamdata/data/actions/backup-storage.json,sha256=xIVT3cQuIpi4IxizgNWGhgX5rOzuKM6zg0mkoYuaanI,4064
|
|
56
56
|
iamdata/data/actions/backup.json,sha256=dR8raNjQ5JmoVeREEutUjLM0KQx5WesZUzmS4vp_nBI,38363
|
|
57
57
|
iamdata/data/actions/batch.json,sha256=0ReKY6Wxy-uzPSjI7cMBl77fRLpgpxPnJvRk2oABqS8,15822
|
|
@@ -159,7 +159,7 @@ iamdata/data/actions/emr-containers.json,sha256=Cz5PDmzine3lmvEa1SqbaOh_faxNlMn4
|
|
|
159
159
|
iamdata/data/actions/emr-serverless.json,sha256=Nr2ASqP0BgpLdQ0-Om29Syn0yiwbqL5zMN-5IrJ3jHc,7210
|
|
160
160
|
iamdata/data/actions/entityresolution.json,sha256=84T5v2hYquHlF33Lh6Z3wD1LQjAFjAX68WpuLAtMxfY,14411
|
|
161
161
|
iamdata/data/actions/es.json,sha256=bdqD51F2DSxf5DAu6Kh1aTmNBsXH1MHBJCvCSvngMHQ,43956
|
|
162
|
-
iamdata/data/actions/events.json,sha256=
|
|
162
|
+
iamdata/data/actions/events.json,sha256=Rj5DO-1s2H4kdiySUW8BKogNGJjIGrLV4dcX7yGsAgU,25122
|
|
163
163
|
iamdata/data/actions/evidently.json,sha256=_8CG5r8kMEnqHdda6QOKhd7J1_sf8f43BFUEUoGxeM4,13445
|
|
164
164
|
iamdata/data/actions/execute-api.json,sha256=JK8sAQbfih1ryeIhX2oHCG3Nc8BM6h5PXmz_psr9pbI,1280
|
|
165
165
|
iamdata/data/actions/finspace-api.json,sha256=1YWtEsqWlnn94VfSjPip2wYsQ6SyKghSea00OMFUbak,429
|
|
@@ -552,7 +552,7 @@ iamdata/data/conditionKeys/docdb-elastic.json,sha256=DQ3Ev2PaMaH1EVhM_EFkEJaQRjy
|
|
|
552
552
|
iamdata/data/conditionKeys/drs.json,sha256=rrNOdJvNasKGlR6Hkp3sWo9-q7LOCMuHHefioNc3d4w,863
|
|
553
553
|
iamdata/data/conditionKeys/ds-data.json,sha256=Ut7P7abuMtLUBjzhEmiShCvtAufy0drTHOdlXjno1NQ,1151
|
|
554
554
|
iamdata/data/conditionKeys/ds.json,sha256=xixL6MRGm7425KwB4nVhXgTu1VRDfozZtG_HPHqmmR8,512
|
|
555
|
-
iamdata/data/conditionKeys/dsql.json,sha256=
|
|
555
|
+
iamdata/data/conditionKeys/dsql.json,sha256=dWDO0hw_y13cCNsebSykFjMJJGAkuhzdZ4LXx3IiC-g,710
|
|
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
|
|
@@ -995,7 +995,7 @@ iamdata/data/resourceTypes/emr-containers.json,sha256=uwh3cNqSLHIlHsQ1eo5v5rD-u8
|
|
|
995
995
|
iamdata/data/resourceTypes/emr-serverless.json,sha256=Synr76gUV50ig8Wic4MRsQHa3qpIkPQGCHlSv46XiS8,434
|
|
996
996
|
iamdata/data/resourceTypes/entityresolution.json,sha256=wJqhFgiNDrA9IvZvd02wZ0wKV1hO_5ndMkOAdIqrC1c,1127
|
|
997
997
|
iamdata/data/resourceTypes/es.json,sha256=47_z_Czok3nPYwg_4Yogm2RJuMJRSLxG4GEwhQx1lCU,1090
|
|
998
|
-
iamdata/data/resourceTypes/events.json,sha256=
|
|
998
|
+
iamdata/data/resourceTypes/events.json,sha256=vSf1qTmWYUYRWeZQPA2D_CkWoV2VhhFOPoCDEUPn2is,2203
|
|
999
999
|
iamdata/data/resourceTypes/evidently.json,sha256=RsiBy5YinOKEFz-pwB2LYWv_nylCfQIPaJKSo2vgWzg,1029
|
|
1000
1000
|
iamdata/data/resourceTypes/execute-api.json,sha256=deWgNO9wCNkwRuCLSBwNFWXMgVBy6c9laKUnbVeUgwI,423
|
|
1001
1001
|
iamdata/data/resourceTypes/finspace-api.json,sha256=kzXgO4IoK2BBEeipoFd6CDokfWGcqM42dAEJVUNuJoI,140
|
|
@@ -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.202505161.dist-info/METADATA,sha256=H_vlCiaRQOms1bfbuQw6gnTKVHZ1X0r0vmbe8-NjGqs,3491
|
|
1269
|
+
iamdata-0.1.202505161.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202505161.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202505161.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|