iamdata 0.1.202506031__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/ivs.json +48 -0
- iamdata/data/actions/mgn.json +20 -2
- iamdata/data/actions/rds.json +8 -0
- iamdata/data/metadata.json +2 -2
- {iamdata-0.1.202506031.dist-info → iamdata-0.1.202506051.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506031.dist-info → iamdata-0.1.202506051.dist-info}/RECORD +10 -10
- {iamdata-0.1.202506031.dist-info → iamdata-0.1.202506051.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506031.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/ivs.json
CHANGED
|
@@ -711,6 +711,21 @@
|
|
|
711
711
|
"conditionKeys": [],
|
|
712
712
|
"dependentActions": []
|
|
713
713
|
},
|
|
714
|
+
"listparticipantreplicas": {
|
|
715
|
+
"name": "ListParticipantReplicas",
|
|
716
|
+
"description": "Grants permission to get summary information about participant replicas",
|
|
717
|
+
"accessLevel": "List",
|
|
718
|
+
"resourceTypes": [
|
|
719
|
+
{
|
|
720
|
+
"name": "Stage",
|
|
721
|
+
"required": true,
|
|
722
|
+
"conditionKeys": [],
|
|
723
|
+
"dependentActions": []
|
|
724
|
+
}
|
|
725
|
+
],
|
|
726
|
+
"conditionKeys": [],
|
|
727
|
+
"dependentActions": []
|
|
728
|
+
},
|
|
714
729
|
"listparticipants": {
|
|
715
730
|
"name": "ListParticipants",
|
|
716
731
|
"description": "Grants permission to list participants for a specified stage ARN and session",
|
|
@@ -990,6 +1005,24 @@
|
|
|
990
1005
|
],
|
|
991
1006
|
"dependentActions": []
|
|
992
1007
|
},
|
|
1008
|
+
"startparticipantreplication": {
|
|
1009
|
+
"name": "StartParticipantReplication",
|
|
1010
|
+
"description": "Grants permission to start a new participant replication",
|
|
1011
|
+
"accessLevel": "Write",
|
|
1012
|
+
"resourceTypes": [
|
|
1013
|
+
{
|
|
1014
|
+
"name": "Stage",
|
|
1015
|
+
"required": true,
|
|
1016
|
+
"conditionKeys": [],
|
|
1017
|
+
"dependentActions": []
|
|
1018
|
+
}
|
|
1019
|
+
],
|
|
1020
|
+
"conditionKeys": [
|
|
1021
|
+
"aws:TagKeys",
|
|
1022
|
+
"aws:RequestTag/${TagKey}"
|
|
1023
|
+
],
|
|
1024
|
+
"dependentActions": []
|
|
1025
|
+
},
|
|
993
1026
|
"startviewersessionrevocation": {
|
|
994
1027
|
"name": "StartViewerSessionRevocation",
|
|
995
1028
|
"description": "Grants permission to start the process of revoking the viewer session associated with a specified channel ARN and viewer ID",
|
|
@@ -1020,6 +1053,21 @@
|
|
|
1020
1053
|
"conditionKeys": [],
|
|
1021
1054
|
"dependentActions": []
|
|
1022
1055
|
},
|
|
1056
|
+
"stopparticipantreplication": {
|
|
1057
|
+
"name": "StopParticipantReplication",
|
|
1058
|
+
"description": "Grants permission to stop the participant replication for the specified ARN",
|
|
1059
|
+
"accessLevel": "Write",
|
|
1060
|
+
"resourceTypes": [
|
|
1061
|
+
{
|
|
1062
|
+
"name": "Stage",
|
|
1063
|
+
"required": true,
|
|
1064
|
+
"conditionKeys": [],
|
|
1065
|
+
"dependentActions": []
|
|
1066
|
+
}
|
|
1067
|
+
],
|
|
1068
|
+
"conditionKeys": [],
|
|
1069
|
+
"dependentActions": []
|
|
1070
|
+
},
|
|
1023
1071
|
"stopstream": {
|
|
1024
1072
|
"name": "StopStream",
|
|
1025
1073
|
"description": "Grants permission to disconnect a streamer on a specified channel",
|
iamdata/data/actions/mgn.json
CHANGED
|
@@ -149,7 +149,10 @@
|
|
|
149
149
|
"description": "Grants permission to create a network migration definition",
|
|
150
150
|
"accessLevel": "Write",
|
|
151
151
|
"resourceTypes": [],
|
|
152
|
-
"conditionKeys": [
|
|
152
|
+
"conditionKeys": [
|
|
153
|
+
"aws:RequestTag/${TagKey}",
|
|
154
|
+
"aws:TagKeys"
|
|
155
|
+
],
|
|
153
156
|
"dependentActions": []
|
|
154
157
|
},
|
|
155
158
|
"createreplicationconfigurationtemplate": {
|
|
@@ -1337,7 +1340,10 @@
|
|
|
1337
1340
|
"description": "Grants permission to start an export task",
|
|
1338
1341
|
"accessLevel": "Write",
|
|
1339
1342
|
"resourceTypes": [],
|
|
1340
|
-
"conditionKeys": [
|
|
1343
|
+
"conditionKeys": [
|
|
1344
|
+
"aws:RequestTag/${TagKey}",
|
|
1345
|
+
"aws:TagKeys"
|
|
1346
|
+
],
|
|
1341
1347
|
"dependentActions": [
|
|
1342
1348
|
"ec2:DescribeLaunchTemplateVersions",
|
|
1343
1349
|
"mgn:DescribeSourceServers",
|
|
@@ -1785,6 +1791,18 @@
|
|
|
1785
1791
|
"conditionKeys": [],
|
|
1786
1792
|
"dependentActions": []
|
|
1787
1793
|
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "ExportResource",
|
|
1796
|
+
"required": false,
|
|
1797
|
+
"conditionKeys": [],
|
|
1798
|
+
"dependentActions": []
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "ImportResource",
|
|
1802
|
+
"required": false,
|
|
1803
|
+
"conditionKeys": [],
|
|
1804
|
+
"dependentActions": []
|
|
1805
|
+
},
|
|
1788
1806
|
{
|
|
1789
1807
|
"name": "JobResource",
|
|
1790
1808
|
"required": false,
|
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
|
|
@@ -214,7 +214,7 @@ iamdata/data/actions/iottwinmaker.json,sha256=K_uvzVAx2G5g9OPrPiPN_Vyfo6UzjEX_C4
|
|
|
214
214
|
iamdata/data/actions/iotwireless.json,sha256=5Zxul12OkXDYrNE0ZXmXSfBkcGxXCi3CaJeUxwaPil4,50864
|
|
215
215
|
iamdata/data/actions/iq-permission.json,sha256=TzXgCYTRJU8Q8OuAlzz8jKi5yU7M4U4PK2scXZTZ-W8,3623
|
|
216
216
|
iamdata/data/actions/iq.json,sha256=6a1epZ1_jMq5pQ7keOtJD7r1cbbKXJimSsnOc0pCUFw,22047
|
|
217
|
-
iamdata/data/actions/ivs.json,sha256=
|
|
217
|
+
iamdata/data/actions/ivs.json,sha256=LDCbR2QYpEJA8inzWV0bweC_LAr72x0r5uv671gST2w,33986
|
|
218
218
|
iamdata/data/actions/ivschat.json,sha256=mHfI9u82FaXc6cwVQ40XgO5W4kOcv_k8OlAO1GAiXn4,7488
|
|
219
219
|
iamdata/data/actions/kafka-cluster.json,sha256=v71irOhhCo6oqF-fL5oPNLZy1-qC9lTGOmAoQu1cXb4,9328
|
|
220
220
|
iamdata/data/actions/kafka.json,sha256=0h-9oYlFG8ehC4D9uK9aPe4TazL__SxQB9T8sbbxuDw,21969
|
|
@@ -257,7 +257,7 @@ iamdata/data/actions/mediatailor.json,sha256=7qxJ5X8ylYiHkjJRWlu_f77V3jZ5g79S6FA
|
|
|
257
257
|
iamdata/data/actions/medical-imaging.json,sha256=lWIGIFxfd4ul7e9IWljIv0rTJW0V3SWMioL2pLzzUr0,10825
|
|
258
258
|
iamdata/data/actions/memorydb.json,sha256=qZc51k5ZkProhwc4TZ3D4aLbD6nL0b2SOwJgG_6tCNA,25332
|
|
259
259
|
iamdata/data/actions/mgh.json,sha256=rVxqPZE3FNU2wqGudVnOiMkhrERHGlw9gOb0xM_TJL0,15934
|
|
260
|
-
iamdata/data/actions/mgn.json,sha256=
|
|
260
|
+
iamdata/data/actions/mgn.json,sha256=_DE3ZvX66CnRgMFqkhflZFbcHWnklLvh8hd1FTrDo_U,64499
|
|
261
261
|
iamdata/data/actions/migrationhub-orchestrator.json,sha256=4ngX4tJL1lF-3CYTNusuY-SW6jfmP18udS9mya4kzUI,12778
|
|
262
262
|
iamdata/data/actions/migrationhub-strategy.json,sha256=6ZKOu_f3muZp6j_nukHkQbFY2-8JYV0md1tzTNQfWMY,8468
|
|
263
263
|
iamdata/data/actions/mobileanalytics.json,sha256=OA2QozA8-7mEOXTLmttAi-CMi3DxEEksoN-qhy6-vYc,684
|
|
@@ -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
|