iamdata 0.1.202506031__py3-none-any.whl → 0.1.202506041__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/ivs.json +48 -0
- iamdata/data/actions/mgn.json +20 -2
- iamdata/data/metadata.json +2 -2
- {iamdata-0.1.202506031.dist-info → iamdata-0.1.202506041.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506031.dist-info → iamdata-0.1.202506041.dist-info}/RECORD +7 -7
- {iamdata-0.1.202506031.dist-info → iamdata-0.1.202506041.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506031.dist-info → iamdata-0.1.202506041.dist-info}/licenses/LICENSE.txt +0 -0
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/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.202506041
|
|
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=BSIWwZQMrshX18B5eglkLfEnXg6Mz0x6qqNDl6e9ABI,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
|
|
@@ -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
|
|
@@ -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.202506041.dist-info/METADATA,sha256=gJnFZwpxDXCToC4TDphFNYMKDyfD3wAGr9Cow8QnsJE,3491
|
|
1269
|
+
iamdata-0.1.202506041.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202506041.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202506041.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|