iamdata 0.1.202504211__py3-none-any.whl → 0.1.202504221__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/ssm.json +43 -11
- iamdata/data/conditionKeys/apigateway.json +10 -0
- iamdata/data/conditionKeys/ssm.json +5 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/apigateway.json +3 -0
- iamdata/data/resourceTypes/ssm.json +1 -0
- {iamdata-0.1.202504211.dist-info → iamdata-0.1.202504221.dist-info}/METADATA +1 -1
- {iamdata-0.1.202504211.dist-info → iamdata-0.1.202504221.dist-info}/RECORD +10 -10
- {iamdata-0.1.202504211.dist-info → iamdata-0.1.202504221.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202504211.dist-info → iamdata-0.1.202504221.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/ssm.json
CHANGED
|
@@ -211,7 +211,8 @@
|
|
|
211
211
|
],
|
|
212
212
|
"conditionKeys": [
|
|
213
213
|
"aws:RequestTag/${TagKey}",
|
|
214
|
-
"aws:TagKeys"
|
|
214
|
+
"aws:TagKeys",
|
|
215
|
+
"ssm:DocumentType"
|
|
215
216
|
],
|
|
216
217
|
"dependentActions": []
|
|
217
218
|
},
|
|
@@ -331,7 +332,9 @@
|
|
|
331
332
|
"dependentActions": []
|
|
332
333
|
}
|
|
333
334
|
],
|
|
334
|
-
"conditionKeys": [
|
|
335
|
+
"conditionKeys": [
|
|
336
|
+
"ssm:DocumentType"
|
|
337
|
+
],
|
|
335
338
|
"dependentActions": []
|
|
336
339
|
},
|
|
337
340
|
"deleteinventory": {
|
|
@@ -668,7 +671,9 @@
|
|
|
668
671
|
"dependentActions": []
|
|
669
672
|
}
|
|
670
673
|
],
|
|
671
|
-
"conditionKeys": [
|
|
674
|
+
"conditionKeys": [
|
|
675
|
+
"ssm:DocumentType"
|
|
676
|
+
],
|
|
672
677
|
"dependentActions": []
|
|
673
678
|
},
|
|
674
679
|
"describedocumentparameters": {
|
|
@@ -698,7 +703,9 @@
|
|
|
698
703
|
"dependentActions": []
|
|
699
704
|
}
|
|
700
705
|
],
|
|
701
|
-
"conditionKeys": [
|
|
706
|
+
"conditionKeys": [
|
|
707
|
+
"ssm:DocumentType"
|
|
708
|
+
],
|
|
702
709
|
"dependentActions": []
|
|
703
710
|
},
|
|
704
711
|
"describeeffectiveinstanceassociations": {
|
|
@@ -1128,7 +1135,8 @@
|
|
|
1128
1135
|
}
|
|
1129
1136
|
],
|
|
1130
1137
|
"conditionKeys": [
|
|
1131
|
-
"ssm:DocumentCategories"
|
|
1138
|
+
"ssm:DocumentCategories",
|
|
1139
|
+
"ssm:DocumentType"
|
|
1132
1140
|
],
|
|
1133
1141
|
"dependentActions": []
|
|
1134
1142
|
},
|
|
@@ -1477,7 +1485,9 @@
|
|
|
1477
1485
|
"dependentActions": []
|
|
1478
1486
|
}
|
|
1479
1487
|
],
|
|
1480
|
-
"conditionKeys": [
|
|
1488
|
+
"conditionKeys": [
|
|
1489
|
+
"ssm:DocumentType"
|
|
1490
|
+
],
|
|
1481
1491
|
"dependentActions": []
|
|
1482
1492
|
},
|
|
1483
1493
|
"listdocumentversions": {
|
|
@@ -1492,7 +1502,9 @@
|
|
|
1492
1502
|
"dependentActions": []
|
|
1493
1503
|
}
|
|
1494
1504
|
],
|
|
1495
|
-
"conditionKeys": [
|
|
1505
|
+
"conditionKeys": [
|
|
1506
|
+
"ssm:DocumentType"
|
|
1507
|
+
],
|
|
1496
1508
|
"dependentActions": []
|
|
1497
1509
|
},
|
|
1498
1510
|
"listdocuments": {
|
|
@@ -1683,7 +1695,9 @@
|
|
|
1683
1695
|
"dependentActions": []
|
|
1684
1696
|
}
|
|
1685
1697
|
],
|
|
1686
|
-
"conditionKeys": [
|
|
1698
|
+
"conditionKeys": [
|
|
1699
|
+
"ssm:DocumentType"
|
|
1700
|
+
],
|
|
1687
1701
|
"dependentActions": []
|
|
1688
1702
|
},
|
|
1689
1703
|
"putcalendar": {
|
|
@@ -2046,6 +2060,12 @@
|
|
|
2046
2060
|
"required": true,
|
|
2047
2061
|
"conditionKeys": [],
|
|
2048
2062
|
"dependentActions": []
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"name": "document",
|
|
2066
|
+
"required": true,
|
|
2067
|
+
"conditionKeys": [],
|
|
2068
|
+
"dependentActions": []
|
|
2049
2069
|
}
|
|
2050
2070
|
],
|
|
2051
2071
|
"conditionKeys": [
|
|
@@ -2064,6 +2084,12 @@
|
|
|
2064
2084
|
"required": true,
|
|
2065
2085
|
"conditionKeys": [],
|
|
2066
2086
|
"dependentActions": []
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"name": "document",
|
|
2090
|
+
"required": true,
|
|
2091
|
+
"conditionKeys": [],
|
|
2092
|
+
"dependentActions": []
|
|
2067
2093
|
}
|
|
2068
2094
|
],
|
|
2069
2095
|
"conditionKeys": [
|
|
@@ -2247,7 +2273,9 @@
|
|
|
2247
2273
|
"dependentActions": []
|
|
2248
2274
|
}
|
|
2249
2275
|
],
|
|
2250
|
-
"conditionKeys": [
|
|
2276
|
+
"conditionKeys": [
|
|
2277
|
+
"ssm:DocumentType"
|
|
2278
|
+
],
|
|
2251
2279
|
"dependentActions": []
|
|
2252
2280
|
},
|
|
2253
2281
|
"updatedocumentdefaultversion": {
|
|
@@ -2262,7 +2290,9 @@
|
|
|
2262
2290
|
"dependentActions": []
|
|
2263
2291
|
}
|
|
2264
2292
|
],
|
|
2265
|
-
"conditionKeys": [
|
|
2293
|
+
"conditionKeys": [
|
|
2294
|
+
"ssm:DocumentType"
|
|
2295
|
+
],
|
|
2266
2296
|
"dependentActions": []
|
|
2267
2297
|
},
|
|
2268
2298
|
"updatedocumentmetadata": {
|
|
@@ -2277,7 +2307,9 @@
|
|
|
2277
2307
|
"dependentActions": []
|
|
2278
2308
|
}
|
|
2279
2309
|
],
|
|
2280
|
-
"conditionKeys": [
|
|
2310
|
+
"conditionKeys": [
|
|
2311
|
+
"ssm:DocumentType"
|
|
2312
|
+
],
|
|
2281
2313
|
"dependentActions": []
|
|
2282
2314
|
},
|
|
2283
2315
|
"updateinstanceassociationstatus": {
|
|
@@ -144,9 +144,19 @@
|
|
|
144
144
|
"description": "Filters access by access association source. Available during the CreateDomainNameAccessAssociation operation",
|
|
145
145
|
"type": "String"
|
|
146
146
|
},
|
|
147
|
+
"apigateway:request/cognitouserpoolproviderarn": {
|
|
148
|
+
"key": "apigateway:Request/CognitoUserPoolProviderArn",
|
|
149
|
+
"description": "Filters access by Cognito user pool provider ARN. Available during CreateAuthorizer and UpdateAuthorizer",
|
|
150
|
+
"type": "ARN"
|
|
151
|
+
},
|
|
147
152
|
"apigateway:request/domainnamearn": {
|
|
148
153
|
"key": "apigateway:Request/DomainNameArn",
|
|
149
154
|
"description": "Filters access by domain name ARN. Available during the CreateDomainNameAccessAssociation operation",
|
|
150
155
|
"type": "ARN"
|
|
156
|
+
},
|
|
157
|
+
"apigateway:resource/cognitouserpoolproviderarn": {
|
|
158
|
+
"key": "apigateway:Resource/CognitoUserPoolProviderArn",
|
|
159
|
+
"description": "Filters access by Cognito user pool provider ARN. Available during CreateAuthorizer and UpdateAuthorizer",
|
|
160
|
+
"type": "ARN"
|
|
151
161
|
}
|
|
152
162
|
}
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
"description": "Filters access by verifying that a user has permission to access a document belonging to a specific category enum",
|
|
30
30
|
"type": "ArrayOfString"
|
|
31
31
|
},
|
|
32
|
+
"ssm:documenttype": {
|
|
33
|
+
"key": "ssm:DocumentType",
|
|
34
|
+
"description": "Filters access by verifying that a user has permission to access a document belonging to a specific document type. Only available in \"aws\", \"aws-cn\", and \"aws-us-gov\" partitions",
|
|
35
|
+
"type": "String"
|
|
36
|
+
},
|
|
32
37
|
"ssm:overwrite": {
|
|
33
38
|
"key": "ssm:Overwrite",
|
|
34
39
|
"description": "Filters access by controling whether Systems Manager parameters can be overwritten",
|
iamdata/data/metadata.json
CHANGED
|
@@ -61,8 +61,10 @@
|
|
|
61
61
|
"conditionKeys": [
|
|
62
62
|
"apigateway:Request/AuthorizerType",
|
|
63
63
|
"apigateway:Request/AuthorizerUri",
|
|
64
|
+
"apigateway:Request/CognitoUserPoolProviderArn",
|
|
64
65
|
"apigateway:Resource/AuthorizerType",
|
|
65
66
|
"apigateway:Resource/AuthorizerUri",
|
|
67
|
+
"apigateway:Resource/CognitoUserPoolProviderArn",
|
|
66
68
|
"aws:ResourceTag/${TagKey}"
|
|
67
69
|
]
|
|
68
70
|
},
|
|
@@ -72,6 +74,7 @@
|
|
|
72
74
|
"conditionKeys": [
|
|
73
75
|
"apigateway:Request/AuthorizerType",
|
|
74
76
|
"apigateway:Request/AuthorizerUri",
|
|
77
|
+
"apigateway:Request/CognitoUserPoolProviderArn",
|
|
75
78
|
"aws:ResourceTag/${TagKey}"
|
|
76
79
|
]
|
|
77
80
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202504221
|
|
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=sQjTtF9iihhh6frMtFyrdkbZnwoPoGKeHLpMPuHtxqs,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=Wx4GhKx96LH3n5UZYsIDNYNYyG-0pFI_MWMVkoV2dXw,18380
|
|
9
9
|
iamdata/data/services.json,sha256=0tkwVwsXZ7YNfVjg6S09bzI6yU8Tkd8wv1WEt9gtmYk,7130
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -375,7 +375,7 @@ iamdata/data/actions/ssm-guiconnect.json,sha256=OX2PhAIOShC0cOp8eLFWPDSdNV0lgAG4
|
|
|
375
375
|
iamdata/data/actions/ssm-incidents.json,sha256=5yJgZHtLAzP93Hs4eJgZw_7k5rXIAKVo-kqCSMhYLh0,14089
|
|
376
376
|
iamdata/data/actions/ssm-quicksetup.json,sha256=uTX5lGIhFqIfqfTlJ4N_wgSm4hVywgLdGaYafPu1kXA,5311
|
|
377
377
|
iamdata/data/actions/ssm-sap.json,sha256=leXVlxQiXH2e7IBkS1EdFAG-xUo1PIUuQyAdynk8-gk,8686
|
|
378
|
-
iamdata/data/actions/ssm.json,sha256=
|
|
378
|
+
iamdata/data/actions/ssm.json,sha256=X7tVynBBLuOtoN-k8NlMScj2tV7nSqgVkcrA88iFXX0,70639
|
|
379
379
|
iamdata/data/actions/ssmmessages.json,sha256=qgUMhrTZNlb0cktmE6j2kqt89c6pbknWMvXJ6g1XeCY,1321
|
|
380
380
|
iamdata/data/actions/sso-directory.json,sha256=3Zvv6ZcvYRt3oe8-J786d9_VwvhXPxuUYzePvV8Jg_k,16504
|
|
381
381
|
iamdata/data/actions/sso-oauth.json,sha256=qvNNSnmRdrN-yqZsnRCTLULeva6ju_kXh3YC8RW2MLw,432
|
|
@@ -438,7 +438,7 @@ iamdata/data/conditionKeys/amplify.json,sha256=P_J2gcG6m1qymcVdRUVGbAyYn33WYLYgx
|
|
|
438
438
|
iamdata/data/conditionKeys/amplifybackend.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
439
439
|
iamdata/data/conditionKeys/amplifyuibuilder.json,sha256=4FCdMB_dZ0w4GZ6j1q2m60kNINXQNgAaP69N1nXlSeI,2751
|
|
440
440
|
iamdata/data/conditionKeys/aoss.json,sha256=HUG6qRWkQ-gDFp8HALkEfIHTDBf5WGeNlwNljMNgCE4,950
|
|
441
|
-
iamdata/data/conditionKeys/apigateway.json,sha256=
|
|
441
|
+
iamdata/data/conditionKeys/apigateway.json,sha256=S-gkipJSeXXjEA4KCFybqpdn_9HpLL4zva5-9gQ8uGM,8843
|
|
442
442
|
iamdata/data/conditionKeys/app-integrations.json,sha256=czK0ZdIV-Qn0wfQx1WfJpq-k-QnO95TJEZ553HqF0Kw,506
|
|
443
443
|
iamdata/data/conditionKeys/appconfig.json,sha256=ZYOdu0KH7fehbpWdminQJ2OFRcf-g8MqrroVa0DXCrU,543
|
|
444
444
|
iamdata/data/conditionKeys/appfabric.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
@@ -793,7 +793,7 @@ iamdata/data/conditionKeys/ssm-guiconnect.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
|
|
|
793
793
|
iamdata/data/conditionKeys/ssm-incidents.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
794
794
|
iamdata/data/conditionKeys/ssm-quicksetup.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
|
|
795
795
|
iamdata/data/conditionKeys/ssm-sap.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
796
|
-
iamdata/data/conditionKeys/ssm.json,sha256=
|
|
796
|
+
iamdata/data/conditionKeys/ssm.json,sha256=Q5T-nuEExq47pOgzzf_9SSs28CxzkzHbpKknOiMiggM,3663
|
|
797
797
|
iamdata/data/conditionKeys/ssmmessages.json,sha256=Wj2FI88_ylE-MehRI2ouDKNCWnYP7AKTntm8_vJsOmw,576
|
|
798
798
|
iamdata/data/conditionKeys/sso-directory.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
799
799
|
iamdata/data/conditionKeys/sso-oauth.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
@@ -856,7 +856,7 @@ iamdata/data/resourceTypes/amplify.json,sha256=bJr4KhDsGuGtIiicAe_hZIl3CL8TJ5r6W
|
|
|
856
856
|
iamdata/data/resourceTypes/amplifybackend.json,sha256=Wk3JE8-TLwO6BWe04dGA4JHGpwhPX7ZZpwru-r90zEE,1192
|
|
857
857
|
iamdata/data/resourceTypes/amplifyuibuilder.json,sha256=52cbSAEw_ZIlRD6I1fNOxng7eAP7VsmuY0M3zKfplac,1591
|
|
858
858
|
iamdata/data/resourceTypes/aoss.json,sha256=Cg2pVJzoEEfsh5TavTe5M7DcTpFkn3fFDbonTRl4JdQ,320
|
|
859
|
-
iamdata/data/resourceTypes/apigateway.json,sha256=
|
|
859
|
+
iamdata/data/resourceTypes/apigateway.json,sha256=8ql9jDtMSiDtAYpVnQ8jPWgd11AYecxv1f2hmRrGLPM,17200
|
|
860
860
|
iamdata/data/resourceTypes/app-integrations.json,sha256=Q5ufBUKtRQkauGbD3GKS-titpO1_HAmFPjzQ6u4B_RI,1520
|
|
861
861
|
iamdata/data/resourceTypes/appconfig.json,sha256=ErfluuMMqnqL_31EfNNr_c2fnWiYHQ_yu5BQYfk6xfU,2202
|
|
862
862
|
iamdata/data/resourceTypes/appfabric.json,sha256=1sBG-Q6qTJbs4oO3sAhTDCrQQNX7ZXyKImIG-4BFuF4,998
|
|
@@ -1211,7 +1211,7 @@ iamdata/data/resourceTypes/ssm-guiconnect.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
|
|
|
1211
1211
|
iamdata/data/resourceTypes/ssm-incidents.json,sha256=0btrl1up6F4UZVkZGomewpAyNem3EKLGS5tA86PHrlM,646
|
|
1212
1212
|
iamdata/data/resourceTypes/ssm-quicksetup.json,sha256=HVXf812bz3Vz9pI5m6sbjgUCT2zDhK9vxFThFg2WpM8,250
|
|
1213
1213
|
iamdata/data/resourceTypes/ssm-sap.json,sha256=WT7Iuy-jgx3d2KJcqv2P1D2gMHYK4rsHjKe62cdty8w,661
|
|
1214
|
-
iamdata/data/resourceTypes/ssm.json,sha256=
|
|
1214
|
+
iamdata/data/resourceTypes/ssm.json,sha256=yr_vLxSmm6QTyc0cGGD_yZAZjYCF_MdpBGs4k_ele0w,4219
|
|
1215
1215
|
iamdata/data/resourceTypes/ssmmessages.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1216
1216
|
iamdata/data/resourceTypes/sso-directory.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1217
1217
|
iamdata/data/resourceTypes/sso-oauth.json,sha256=QnT_CMcPndCyNpm0eDxhF7f7qPVfrk3JbkbtG4jxbIQ,143
|
|
@@ -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.202504221.dist-info/METADATA,sha256=d-WRRyg15INxzCBMmGP7FSQ_BL86jn2rxDc3nSE0358,3491
|
|
1269
|
+
iamdata-0.1.202504221.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202504221.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202504221.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|