iamdata 0.1.202506041__py3-none-any.whl → 0.1.202506051__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/entityresolution.json +16 -8
- iamdata/data/actions/iot.json +6 -5
- iamdata/data/actions/rds.json +8 -0
- iamdata/data/metadata.json +2 -2
- {iamdata-0.1.202506041.dist-info → iamdata-0.1.202506051.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506041.dist-info → iamdata-0.1.202506051.dist-info}/RECORD +8 -8
- {iamdata-0.1.202506041.dist-info → iamdata-0.1.202506051.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506041.dist-info → iamdata-0.1.202506051.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -134,6 +134,21 @@
|
|
|
134
134
|
"conditionKeys": [],
|
|
135
135
|
"dependentActions": []
|
|
136
136
|
},
|
|
137
|
+
"generatematchid": {
|
|
138
|
+
"name": "GenerateMatchId",
|
|
139
|
+
"description": "Grants permission to generate match Id",
|
|
140
|
+
"accessLevel": "Write",
|
|
141
|
+
"resourceTypes": [
|
|
142
|
+
{
|
|
143
|
+
"name": "MatchingWorkflow",
|
|
144
|
+
"required": true,
|
|
145
|
+
"conditionKeys": [],
|
|
146
|
+
"dependentActions": []
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"conditionKeys": [],
|
|
150
|
+
"dependentActions": []
|
|
151
|
+
},
|
|
137
152
|
"getidmappingjob": {
|
|
138
153
|
"name": "GetIdMappingJob",
|
|
139
154
|
"description": "Grants permission to get a idmapping job",
|
|
@@ -320,14 +335,7 @@
|
|
|
320
335
|
"name": "ListProviderServices",
|
|
321
336
|
"description": "Grants permission to list provider service",
|
|
322
337
|
"accessLevel": "List",
|
|
323
|
-
"resourceTypes": [
|
|
324
|
-
{
|
|
325
|
-
"name": "ProviderService",
|
|
326
|
-
"required": true,
|
|
327
|
-
"conditionKeys": [],
|
|
328
|
-
"dependentActions": []
|
|
329
|
-
}
|
|
330
|
-
],
|
|
338
|
+
"resourceTypes": [],
|
|
331
339
|
"conditionKeys": [],
|
|
332
340
|
"dependentActions": []
|
|
333
341
|
},
|
iamdata/data/actions/iot.json
CHANGED
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
"createpolicy": {
|
|
680
680
|
"name": "CreatePolicy",
|
|
681
681
|
"description": "Grants permission to create an AWS IoT policy",
|
|
682
|
-
"accessLevel": "
|
|
682
|
+
"accessLevel": "Permissions management",
|
|
683
683
|
"resourceTypes": [
|
|
684
684
|
{
|
|
685
685
|
"name": "policy",
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"createpolicyversion": {
|
|
698
698
|
"name": "CreatePolicyVersion",
|
|
699
699
|
"description": "Grants permission to create a new version of the specified AWS IoT policy",
|
|
700
|
-
"accessLevel": "
|
|
700
|
+
"accessLevel": "Permissions management",
|
|
701
701
|
"resourceTypes": [
|
|
702
702
|
{
|
|
703
703
|
"name": "policy",
|
|
@@ -1250,7 +1250,7 @@
|
|
|
1250
1250
|
"deletepolicy": {
|
|
1251
1251
|
"name": "DeletePolicy",
|
|
1252
1252
|
"description": "Grants permission to delete the specified policy",
|
|
1253
|
-
"accessLevel": "
|
|
1253
|
+
"accessLevel": "Permissions management",
|
|
1254
1254
|
"resourceTypes": [
|
|
1255
1255
|
{
|
|
1256
1256
|
"name": "policy",
|
|
@@ -1265,7 +1265,7 @@
|
|
|
1265
1265
|
"deletepolicyversion": {
|
|
1266
1266
|
"name": "DeletePolicyVersion",
|
|
1267
1267
|
"description": "Grants permission to Delete the specified version of the specified policy",
|
|
1268
|
-
"accessLevel": "
|
|
1268
|
+
"accessLevel": "Permissions management",
|
|
1269
1269
|
"resourceTypes": [
|
|
1270
1270
|
{
|
|
1271
1271
|
"name": "policy",
|
|
@@ -3354,7 +3354,8 @@
|
|
|
3354
3354
|
"resourceTypes": [],
|
|
3355
3355
|
"conditionKeys": [
|
|
3356
3356
|
"aws:RequestTag/${TagKey}",
|
|
3357
|
-
"aws:TagKeys"
|
|
3357
|
+
"aws:TagKeys",
|
|
3358
|
+
"aws:ResourceTag/${TagKey}"
|
|
3358
3359
|
],
|
|
3359
3360
|
"dependentActions": [
|
|
3360
3361
|
"iam:PassRole"
|
iamdata/data/actions/rds.json
CHANGED
|
@@ -1589,6 +1589,14 @@
|
|
|
1589
1589
|
"conditionKeys": [],
|
|
1590
1590
|
"dependentActions": []
|
|
1591
1591
|
},
|
|
1592
|
+
"describedbmajorengineversions": {
|
|
1593
|
+
"name": "DescribeDBMajorEngineVersions",
|
|
1594
|
+
"description": "Grants permission to return information specific for each DB major engine versions",
|
|
1595
|
+
"accessLevel": "List",
|
|
1596
|
+
"resourceTypes": [],
|
|
1597
|
+
"conditionKeys": [],
|
|
1598
|
+
"dependentActions": []
|
|
1599
|
+
},
|
|
1592
1600
|
"describedbparametergroups": {
|
|
1593
1601
|
"name": "DescribeDBParameterGroups",
|
|
1594
1602
|
"description": "Grants permission to return a list of DBParameterGroup descriptions",
|
iamdata/data/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202506051
|
|
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=RC2Ujf9e7V7CEfE4Cpiy40-fx6SgbkKDK4tugbuRaVA,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=BHXC5gFyTxjRpouDrGhb4nH0LZwrW1os_joN2Tzeln0,18274
|
|
9
9
|
iamdata/data/services.json,sha256=vOQrKK0Hgx4DM3PVdVJ616IAJk9mAzhvVkCfNTZ5k48,7108
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -157,7 +157,7 @@ iamdata/data/actions/elemental-support-cases.json,sha256=dT1ASawW0gLgTGdbA-o-X7-
|
|
|
157
157
|
iamdata/data/actions/elemental-support-content.json,sha256=eAq3Ca4qB6_u3eDIOy5nRo6wkpE0tUEwu20za8FzUPE,241
|
|
158
158
|
iamdata/data/actions/emr-containers.json,sha256=Cz5PDmzine3lmvEa1SqbaOh_faxNlMn43fNfgvQNSUI,9960
|
|
159
159
|
iamdata/data/actions/emr-serverless.json,sha256=Nr2ASqP0BgpLdQ0-Om29Syn0yiwbqL5zMN-5IrJ3jHc,7210
|
|
160
|
-
iamdata/data/actions/entityresolution.json,sha256=
|
|
160
|
+
iamdata/data/actions/entityresolution.json,sha256=8YvuJu5ZnHeUIwZhB5dGiD7PGzEw-qwV_sT0PpwcS7A,14637
|
|
161
161
|
iamdata/data/actions/es.json,sha256=bdqD51F2DSxf5DAu6Kh1aTmNBsXH1MHBJCvCSvngMHQ,43956
|
|
162
162
|
iamdata/data/actions/events.json,sha256=Rj5DO-1s2H4kdiySUW8BKogNGJjIGrLV4dcX7yGsAgU,25122
|
|
163
163
|
iamdata/data/actions/evidently.json,sha256=_8CG5r8kMEnqHdda6QOKhd7J1_sf8f43BFUEUoGxeM4,13445
|
|
@@ -201,7 +201,7 @@ iamdata/data/actions/inspector2.json,sha256=S7sb8HtloLxRDOfvPH1NYsiKOEe1hTvF5C4z
|
|
|
201
201
|
iamdata/data/actions/internetmonitor.json,sha256=gulk0F9omlCMYcIKxfy1_OocDJrtNpyFxAjOQdNDpdY,6094
|
|
202
202
|
iamdata/data/actions/invoicing.json,sha256=TDXameeVUAkhpg0izvlXX6nasuF0Hz89p93gbjfzU78,4576
|
|
203
203
|
iamdata/data/actions/iot-device-tester.json,sha256=p9FlOHY4s67o7q-FmGsFVndW4uvo67_fSn_o3PySkBw,1393
|
|
204
|
-
iamdata/data/actions/iot.json,sha256=
|
|
204
|
+
iamdata/data/actions/iot.json,sha256=rIkyylPS6GR9UdeFph5B7NYdQ45-GGJldHGLpFZm-xs,120051
|
|
205
205
|
iamdata/data/actions/iotanalytics.json,sha256=97BKV-eWEdhuEwkNBFS3ILrv8B8zK-hihuJIByp6YJg,12912
|
|
206
206
|
iamdata/data/actions/iotdeviceadvisor.json,sha256=ckogdLedwOkF1GQftnsvoR6rVXx1mfBLprR5Hybw1y0,5388
|
|
207
207
|
iamdata/data/actions/iotevents.json,sha256=ehOpZTbdtQmU7wT6gHUOPKNbIPQQoqqnOgIk5r3NGZg,15190
|
|
@@ -311,7 +311,7 @@ iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw
|
|
|
311
311
|
iamdata/data/actions/rbin.json,sha256=L7CSng1O2j-b5QwJd-LEj_jBsu39qY3u5E_BroBCkgU,4415
|
|
312
312
|
iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKGRTsRM,2927
|
|
313
313
|
iamdata/data/actions/rds-db.json,sha256=-kxeNl2Nj36gpRpkC-75kSstRTNFMa-j8-0Rh_tMr9Q,374
|
|
314
|
-
iamdata/data/actions/rds.json,sha256=
|
|
314
|
+
iamdata/data/actions/rds.json,sha256=5WSWGPYuvFbVwVnetoy1J65h4t7m2HENFqrE8sWx-Jo,94976
|
|
315
315
|
iamdata/data/actions/redshift-data.json,sha256=_L_REwixJomvY8GgpsES1CWCyrPmv3j1zdPNTAg9v_M,4841
|
|
316
316
|
iamdata/data/actions/redshift-serverless.json,sha256=2_z5zDo_hcxfh-_HHBn-NMB3MucA4GD-P5K_tXciDdg,25609
|
|
317
317
|
iamdata/data/actions/redshift.json,sha256=pRfMDtu3jS7zvQiqthWU-G2gpOfRbGv03Fqnqmz3nHI,67684
|
|
@@ -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.202506051.dist-info/METADATA,sha256=xB6hZc1nWsEuJnWYhIZ2m1gviUs0uD6SKc22rMlJAVc,3491
|
|
1269
|
+
iamdata-0.1.202506051.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202506051.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202506051.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|