iamdata 0.1.202509121__py3-none-any.whl → 0.1.202509131__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/amplify.json +1 -8
- iamdata/data/actions/quicksight.json +25 -1
- iamdata/data/actions/transform.json +101 -2
- iamdata/data/conditionKeys/transform.json +12 -1
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/transform.json +4 -0
- {iamdata-0.1.202509121.dist-info → iamdata-0.1.202509131.dist-info}/METADATA +1 -1
- {iamdata-0.1.202509121.dist-info → iamdata-0.1.202509131.dist-info}/RECORD +10 -10
- {iamdata-0.1.202509121.dist-info → iamdata-0.1.202509131.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202509121.dist-info → iamdata-0.1.202509131.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -18,14 +18,7 @@
|
|
|
18
18
|
"name": "CreateApp",
|
|
19
19
|
"description": "Grants permission to create a new Amplify App",
|
|
20
20
|
"accessLevel": "Write",
|
|
21
|
-
"resourceTypes": [
|
|
22
|
-
{
|
|
23
|
-
"name": "apps",
|
|
24
|
-
"required": true,
|
|
25
|
-
"conditionKeys": [],
|
|
26
|
-
"dependentActions": []
|
|
27
|
-
}
|
|
28
|
-
],
|
|
21
|
+
"resourceTypes": [],
|
|
29
22
|
"conditionKeys": [
|
|
30
23
|
"aws:RequestTag/${TagKey}",
|
|
31
24
|
"aws:TagKeys"
|
|
@@ -534,6 +534,14 @@
|
|
|
534
534
|
"iam:PassRole"
|
|
535
535
|
]
|
|
536
536
|
},
|
|
537
|
+
"deleteaccountcustompermission": {
|
|
538
|
+
"name": "DeleteAccountCustomPermission",
|
|
539
|
+
"description": "Grants permission to remove the custom permission associated with an account",
|
|
540
|
+
"accessLevel": "Write",
|
|
541
|
+
"resourceTypes": [],
|
|
542
|
+
"conditionKeys": [],
|
|
543
|
+
"dependentActions": []
|
|
544
|
+
},
|
|
537
545
|
"deleteaccountcustomization": {
|
|
538
546
|
"name": "DeleteAccountCustomization",
|
|
539
547
|
"description": "Grants permission to delete an account customization for QuickSight account or namespace",
|
|
@@ -963,7 +971,7 @@
|
|
|
963
971
|
},
|
|
964
972
|
"deleteuserbyprincipalid": {
|
|
965
973
|
"name": "DeleteUserByPrincipalId",
|
|
966
|
-
"description": "Grants permission to
|
|
974
|
+
"description": "Grants permission to delete a user identified by its principal ID",
|
|
967
975
|
"accessLevel": "Write",
|
|
968
976
|
"resourceTypes": [
|
|
969
977
|
{
|
|
@@ -1009,6 +1017,14 @@
|
|
|
1009
1017
|
],
|
|
1010
1018
|
"dependentActions": []
|
|
1011
1019
|
},
|
|
1020
|
+
"describeaccountcustompermission": {
|
|
1021
|
+
"name": "DescribeAccountCustomPermission",
|
|
1022
|
+
"description": "Grants permission to describe the custom permission associated with an account",
|
|
1023
|
+
"accessLevel": "Read",
|
|
1024
|
+
"resourceTypes": [],
|
|
1025
|
+
"conditionKeys": [],
|
|
1026
|
+
"dependentActions": []
|
|
1027
|
+
},
|
|
1012
1028
|
"describeaccountcustomization": {
|
|
1013
1029
|
"name": "DescribeAccountCustomization",
|
|
1014
1030
|
"description": "Grants permission to describe an account customization for QuickSight account or namespace",
|
|
@@ -2901,6 +2917,14 @@
|
|
|
2901
2917
|
],
|
|
2902
2918
|
"dependentActions": []
|
|
2903
2919
|
},
|
|
2920
|
+
"updateaccountcustompermission": {
|
|
2921
|
+
"name": "UpdateAccountCustomPermission",
|
|
2922
|
+
"description": "Grants permission to update the custom permission associated with an account",
|
|
2923
|
+
"accessLevel": "Write",
|
|
2924
|
+
"resourceTypes": [],
|
|
2925
|
+
"conditionKeys": [],
|
|
2926
|
+
"dependentActions": []
|
|
2927
|
+
},
|
|
2904
2928
|
"updateaccountcustomization": {
|
|
2905
2929
|
"name": "UpdateAccountCustomization",
|
|
2906
2930
|
"description": "Grants permission to update an account customization for QuickSight account or namespace",
|
|
@@ -4,7 +4,14 @@
|
|
|
4
4
|
"isPermissionOnly": true,
|
|
5
5
|
"description": "Grants permission to invoke AssociateConnectorResource on AWS Transform",
|
|
6
6
|
"accessLevel": "Write",
|
|
7
|
-
"resourceTypes": [
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "connector",
|
|
10
|
+
"required": true,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
}
|
|
14
|
+
],
|
|
8
15
|
"conditionKeys": [],
|
|
9
16
|
"dependentActions": []
|
|
10
17
|
},
|
|
@@ -24,6 +31,22 @@
|
|
|
24
31
|
"conditionKeys": [],
|
|
25
32
|
"dependentActions": []
|
|
26
33
|
},
|
|
34
|
+
"deleteconnector": {
|
|
35
|
+
"name": "DeleteConnector",
|
|
36
|
+
"isPermissionOnly": true,
|
|
37
|
+
"description": "Grants permission to invoke DeleteConnector on AWS Transform",
|
|
38
|
+
"accessLevel": "Write",
|
|
39
|
+
"resourceTypes": [
|
|
40
|
+
{
|
|
41
|
+
"name": "connector",
|
|
42
|
+
"required": true,
|
|
43
|
+
"conditionKeys": [],
|
|
44
|
+
"dependentActions": []
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
27
50
|
"deleteprofile": {
|
|
28
51
|
"name": "DeleteProfile",
|
|
29
52
|
"isPermissionOnly": true,
|
|
@@ -45,6 +68,22 @@
|
|
|
45
68
|
"isPermissionOnly": true,
|
|
46
69
|
"description": "Grants permission to invoke GetConnector on AWS Transform",
|
|
47
70
|
"accessLevel": "Read",
|
|
71
|
+
"resourceTypes": [
|
|
72
|
+
{
|
|
73
|
+
"name": "connector",
|
|
74
|
+
"required": true,
|
|
75
|
+
"conditionKeys": [],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
},
|
|
82
|
+
"listconnectors": {
|
|
83
|
+
"name": "ListConnectors",
|
|
84
|
+
"isPermissionOnly": true,
|
|
85
|
+
"description": "Grants permission to invoke ListConnectors on AWS Transform",
|
|
86
|
+
"accessLevel": "List",
|
|
48
87
|
"resourceTypes": [],
|
|
49
88
|
"conditionKeys": [],
|
|
50
89
|
"dependentActions": []
|
|
@@ -58,15 +97,75 @@
|
|
|
58
97
|
"conditionKeys": [],
|
|
59
98
|
"dependentActions": []
|
|
60
99
|
},
|
|
100
|
+
"listtagsforresource": {
|
|
101
|
+
"name": "ListTagsForResource",
|
|
102
|
+
"isPermissionOnly": true,
|
|
103
|
+
"description": "Grants permission to invoke ListTagsForResource on AWS Transform",
|
|
104
|
+
"accessLevel": "Read",
|
|
105
|
+
"resourceTypes": [
|
|
106
|
+
{
|
|
107
|
+
"name": "connector",
|
|
108
|
+
"required": true,
|
|
109
|
+
"conditionKeys": [],
|
|
110
|
+
"dependentActions": []
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"conditionKeys": [],
|
|
114
|
+
"dependentActions": []
|
|
115
|
+
},
|
|
61
116
|
"rejectconnector": {
|
|
62
117
|
"name": "RejectConnector",
|
|
63
118
|
"isPermissionOnly": true,
|
|
64
119
|
"description": "Grants permission to invoke RejectConnector on AWS Transform",
|
|
65
120
|
"accessLevel": "Write",
|
|
66
|
-
"resourceTypes": [
|
|
121
|
+
"resourceTypes": [
|
|
122
|
+
{
|
|
123
|
+
"name": "connector",
|
|
124
|
+
"required": true,
|
|
125
|
+
"conditionKeys": [],
|
|
126
|
+
"dependentActions": []
|
|
127
|
+
}
|
|
128
|
+
],
|
|
67
129
|
"conditionKeys": [],
|
|
68
130
|
"dependentActions": []
|
|
69
131
|
},
|
|
132
|
+
"tagresource": {
|
|
133
|
+
"name": "TagResource",
|
|
134
|
+
"isPermissionOnly": true,
|
|
135
|
+
"description": "Grants permission to invoke TagResource on AWS Transform",
|
|
136
|
+
"accessLevel": "Tagging",
|
|
137
|
+
"resourceTypes": [
|
|
138
|
+
{
|
|
139
|
+
"name": "connector",
|
|
140
|
+
"required": true,
|
|
141
|
+
"conditionKeys": [],
|
|
142
|
+
"dependentActions": []
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"conditionKeys": [
|
|
146
|
+
"aws:TagKeys",
|
|
147
|
+
"aws:RequestTag/${TagKey}"
|
|
148
|
+
],
|
|
149
|
+
"dependentActions": []
|
|
150
|
+
},
|
|
151
|
+
"untagresource": {
|
|
152
|
+
"name": "UntagResource",
|
|
153
|
+
"isPermissionOnly": true,
|
|
154
|
+
"description": "Grants permission to invoke UntagResource on AWS Transform",
|
|
155
|
+
"accessLevel": "Tagging",
|
|
156
|
+
"resourceTypes": [
|
|
157
|
+
{
|
|
158
|
+
"name": "connector",
|
|
159
|
+
"required": true,
|
|
160
|
+
"conditionKeys": [],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"conditionKeys": [
|
|
165
|
+
"aws:TagKeys"
|
|
166
|
+
],
|
|
167
|
+
"dependentActions": []
|
|
168
|
+
},
|
|
70
169
|
"updateprofile": {
|
|
71
170
|
"name": "UpdateProfile",
|
|
72
171
|
"isPermissionOnly": true,
|
|
@@ -1 +1,12 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:tagkeys": {
|
|
8
|
+
"key": "aws:TagKeys",
|
|
9
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
10
|
+
"type": "ArrayOfString"
|
|
11
|
+
}
|
|
12
|
+
}
|
iamdata/data/metadata.json
CHANGED
|
@@ -2,5 +2,9 @@
|
|
|
2
2
|
"profile": {
|
|
3
3
|
"key": "profile",
|
|
4
4
|
"arn": "arn:${Partition}:transform:${Region}:${Account}:profile/${Identifier}"
|
|
5
|
+
},
|
|
6
|
+
"connector": {
|
|
7
|
+
"key": "connector",
|
|
8
|
+
"arn": "arn:${Partition}:transform:${Region}:${Account}:connector/${WorkspaceId}/${ConnectorId}"
|
|
5
9
|
}
|
|
6
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202509131
|
|
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
|
|
@@ -5,7 +5,7 @@ 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
7
|
iamdata/data/conditionPatterns.json,sha256=V5ku4ezJfk6znSFJ1_o-qjzjondyQIR66exDGblNmLY,6431
|
|
8
|
-
iamdata/data/metadata.json,sha256=
|
|
8
|
+
iamdata/data/metadata.json,sha256=5XHy-x0Oqv1S1awaH-sLP6LTtqyzuznVxkAdmJRac8w,76
|
|
9
9
|
iamdata/data/serviceNames.json,sha256=7JeiQW8vW89qj2ZiUVKeeAi61Wo-DcxWwCCTKxPx888,18866
|
|
10
10
|
iamdata/data/services.json,sha256=bvvZkc0zB27LMZr4oER7-EXSQU1-r8DdPLK-cEg1DNo,7304
|
|
11
11
|
iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
|
|
@@ -18,7 +18,7 @@ iamdata/data/actions/acm.json,sha256=nDtI7PGahr1fQfAyvEvK1B0GJq8EiAmwJvC9yIMd7DE
|
|
|
18
18
|
iamdata/data/actions/activate.json,sha256=DF-tzN0a3j6sBimcATSh6EH6lFsmoDAe4QodPZ9WdaM,1893
|
|
19
19
|
iamdata/data/actions/aiops.json,sha256=WtNnQG2F-kPQa-xQ3NRKn3IknedRpz_1S5TYG2_D-yA,11627
|
|
20
20
|
iamdata/data/actions/airflow.json,sha256=_vR379Y3V_5MSinPJReSi0GQrEPHGFty3c1TU_td9Vo,5034
|
|
21
|
-
iamdata/data/actions/amplify.json,sha256=
|
|
21
|
+
iamdata/data/actions/amplify.json,sha256=tOP3pxy2YDXx_xxlXfWUu7gjQlojlhl9AnRmzmlIOxI,16663
|
|
22
22
|
iamdata/data/actions/amplifybackend.json,sha256=JnMeolg-gIMo4LdolZHrxXnpV_CMN35KhDGYUFcyFF8,18149
|
|
23
23
|
iamdata/data/actions/amplifyuibuilder.json,sha256=NOOGIbjjFZyeHodire7tmIjvkF3MMSeBYFJwJLkCo7A,11151
|
|
24
24
|
iamdata/data/actions/aoss.json,sha256=-Wfbuj0EfLvcjWF0aNbZXKMzKC31dtqiAD_Og5aboAw,11962
|
|
@@ -316,7 +316,7 @@ iamdata/data/actions/qapps.json,sha256=UjpvowXwXCd264n47mBBIJll7OtOsJupW7sLS_W0P
|
|
|
316
316
|
iamdata/data/actions/qbusiness.json,sha256=MzxO4xJfIWHkbgrbshlT6xlmS7UKhRCS_QORGTWseTo,45762
|
|
317
317
|
iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
|
|
318
318
|
iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
|
|
319
|
-
iamdata/data/actions/quicksight.json,sha256=
|
|
319
|
+
iamdata/data/actions/quicksight.json,sha256=xTNNGGRPLBenmnnlbM8y4IXIsqMJGoC36MT79ZlZwSc,94864
|
|
320
320
|
iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw,16349
|
|
321
321
|
iamdata/data/actions/rbin.json,sha256=L7CSng1O2j-b5QwJd-LEj_jBsu39qY3u5E_BroBCkgU,4415
|
|
322
322
|
iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKGRTsRM,2927
|
|
@@ -410,7 +410,7 @@ iamdata/data/actions/tiros.json,sha256=MvTnjapgT7stB-Qgqt437uHfO4pJ8VlqYUM1O94gP
|
|
|
410
410
|
iamdata/data/actions/tnb.json,sha256=pSSZBlcAa_16gSpKyNlZkkwvplhShtgFB3JY8jn3a5A,15302
|
|
411
411
|
iamdata/data/actions/transcribe.json,sha256=FPl8NHUUMKUPsovwk_QeXLOnDYbL4Ws7D3GUvrgUkcQ,20616
|
|
412
412
|
iamdata/data/actions/transfer.json,sha256=2kYPy_UI562IdFHP0M_oynG1xmtIhQBz8btMnfvhRnQ,28189
|
|
413
|
-
iamdata/data/actions/transform.json,sha256=
|
|
413
|
+
iamdata/data/actions/transform.json,sha256=IUvFR5VZGQKRQqV1a8-sRIfHgr273nqf3U0VjlmqR_s,4752
|
|
414
414
|
iamdata/data/actions/translate.json,sha256=WaQx7sKrvNhmdnkwzyhwQsv2rtoVAGm7Plbjs-9r4v0,7655
|
|
415
415
|
iamdata/data/actions/trustedadvisor.json,sha256=rBnQqABsmSBh_pyFVV2GtXVnU1_q85sXTGrLLURFt70,16403
|
|
416
416
|
iamdata/data/actions/ts.json,sha256=GIZqbhh1J0-hPithINogkxbG0Zy20F1bT_yrTEh2gEM,3373
|
|
@@ -839,7 +839,7 @@ iamdata/data/conditionKeys/tiros.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMB
|
|
|
839
839
|
iamdata/data/conditionKeys/tnb.json,sha256=zM2nELfhbNXD7hJYZuDIxi4pYwCnSV2lR8W0r-dgI7I,546
|
|
840
840
|
iamdata/data/conditionKeys/transcribe.json,sha256=n5Xe5BTCRsif_v7kYZZ20YhaUeHGGgx8YV3tIVMikSg,1363
|
|
841
841
|
iamdata/data/conditionKeys/transfer.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
842
|
-
iamdata/data/conditionKeys/transform.json,sha256=
|
|
842
|
+
iamdata/data/conditionKeys/transform.json,sha256=HmuuSen5Z4Pj1hID7UHWQz1mcw4pU4OFEeOU0ekI590,341
|
|
843
843
|
iamdata/data/conditionKeys/translate.json,sha256=W-Nq0JyFJVmTKP2LLaWROVsJm9BqJxIfqoKSG_1Ip6k,561
|
|
844
844
|
iamdata/data/conditionKeys/trustedadvisor.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
845
845
|
iamdata/data/conditionKeys/ts.json,sha256=dldzYUchHPuUjVd91C9ti1H4fC65mmCXdOxYDVmd01k,528
|
|
@@ -1268,7 +1268,7 @@ iamdata/data/resourceTypes/tiros.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMB
|
|
|
1268
1268
|
iamdata/data/resourceTypes/tnb.json,sha256=EEB4Jm3qBw2n3lS8MZVuP2znRFdabek_RdA_l2KGW78,1091
|
|
1269
1269
|
iamdata/data/resourceTypes/transcribe.json,sha256=Y1LenEDOj8QF-BA9t5aXlc4CaUKbBQDCHgX15k9gIKw,1972
|
|
1270
1270
|
iamdata/data/resourceTypes/transfer.json,sha256=B7Z7IT_PzyzIz7qIzoEHpfeYB-uQ_uDjBovqpe91ZIE,1742
|
|
1271
|
-
iamdata/data/resourceTypes/transform.json,sha256=
|
|
1271
|
+
iamdata/data/resourceTypes/transform.json,sha256=Qw_wL6KKAxpJUcLN2q6E7vd1gYqLKx7p9NQX3iCIps0,274
|
|
1272
1272
|
iamdata/data/resourceTypes/translate.json,sha256=_IaITYNJkEPKT0K_TU2B4Fk75AiOxiq717VqQe9xrS8,414
|
|
1273
1273
|
iamdata/data/resourceTypes/trustedadvisor.json,sha256=jaen-kUaoPbEXSh3S3E7nbnzQVQkoE_jMyhY9CglYvc,142
|
|
1274
1274
|
iamdata/data/resourceTypes/ts.json,sha256=ENql7TaKgHFZzzjYQEASEjYy6V90Qm6fzXYvvmEnycI,291
|
|
@@ -1300,7 +1300,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1300
1300
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1301
1301
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1302
1302
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1303
|
-
iamdata-0.1.
|
|
1304
|
-
iamdata-0.1.
|
|
1305
|
-
iamdata-0.1.
|
|
1306
|
-
iamdata-0.1.
|
|
1303
|
+
iamdata-0.1.202509131.dist-info/METADATA,sha256=8obGDdayBaw2Sel1WEmt2-wvcAh3XHx45l9NKOkApyk,3491
|
|
1304
|
+
iamdata-0.1.202509131.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1305
|
+
iamdata-0.1.202509131.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1306
|
+
iamdata-0.1.202509131.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|