iamdata 0.1.202506161__py3-none-any.whl → 0.1.202506181__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.
- iamdata/data/actions/braket.json +0 -9
- iamdata/data/actions/datazone.json +3 -3
- iamdata/data/actions/network-firewall.json +90 -0
- iamdata/data/actions/securityhub.json +6 -19
- iamdata/data/metadata.json +2 -2
- {iamdata-0.1.202506161.dist-info → iamdata-0.1.202506181.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506161.dist-info → iamdata-0.1.202506181.dist-info}/RECORD +9 -9
- {iamdata-0.1.202506161.dist-info → iamdata-0.1.202506181.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506161.dist-info → iamdata-0.1.202506181.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/braket.json
CHANGED
@@ -8,15 +8,6 @@
|
|
8
8
|
"conditionKeys": [],
|
9
9
|
"dependentActions": []
|
10
10
|
},
|
11
|
-
"accessbraketfeature": {
|
12
|
-
"name": "AccessBraketFeature",
|
13
|
-
"isPermissionOnly": true,
|
14
|
-
"description": "Grants permission to check if an Amazon Braket feature is enabled for an account. Customers need this permission to use all features available in the console",
|
15
|
-
"accessLevel": "Read",
|
16
|
-
"resourceTypes": [],
|
17
|
-
"conditionKeys": [],
|
18
|
-
"dependentActions": []
|
19
|
-
},
|
20
11
|
"canceljob": {
|
21
12
|
"name": "CancelJob",
|
22
13
|
"description": "Grants permission to cancel a job",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"addpolicygrant": {
|
27
27
|
"name": "AddPolicyGrant",
|
28
28
|
"description": "Grants permission to add a policy grant",
|
29
|
-
"accessLevel": "
|
29
|
+
"accessLevel": "Permissions management",
|
30
30
|
"resourceTypes": [],
|
31
31
|
"conditionKeys": [],
|
32
32
|
"dependentActions": []
|
@@ -1238,7 +1238,7 @@
|
|
1238
1238
|
"removepolicygrant": {
|
1239
1239
|
"name": "RemovePolicyGrant",
|
1240
1240
|
"description": "Grants permission to remove a policy grant",
|
1241
|
-
"accessLevel": "
|
1241
|
+
"accessLevel": "Permissions management",
|
1242
1242
|
"resourceTypes": [],
|
1243
1243
|
"conditionKeys": [],
|
1244
1244
|
"dependentActions": []
|
@@ -1246,7 +1246,7 @@
|
|
1246
1246
|
"revokesubscription": {
|
1247
1247
|
"name": "RevokeSubscription",
|
1248
1248
|
"description": "Grants permission to revoke a subscription",
|
1249
|
-
"accessLevel": "
|
1249
|
+
"accessLevel": "Permissions management",
|
1250
1250
|
"resourceTypes": [],
|
1251
1251
|
"conditionKeys": [],
|
1252
1252
|
"dependentActions": []
|
@@ -1,4 +1,34 @@
|
|
1
1
|
{
|
2
|
+
"acceptnetworkfirewalltransitgatewayattachment": {
|
3
|
+
"name": "AcceptNetworkFirewallTransitGatewayAttachment",
|
4
|
+
"description": "Grants permission to accept pending Network Firewall attachments on a transit gateway",
|
5
|
+
"accessLevel": "Write",
|
6
|
+
"resourceTypes": [
|
7
|
+
{
|
8
|
+
"name": "Firewall",
|
9
|
+
"required": true,
|
10
|
+
"conditionKeys": [],
|
11
|
+
"dependentActions": []
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"conditionKeys": [],
|
15
|
+
"dependentActions": []
|
16
|
+
},
|
17
|
+
"associateavailabilityzones": {
|
18
|
+
"name": "AssociateAvailabilityZones",
|
19
|
+
"description": "Grants permission to associate availability zones to a firewall",
|
20
|
+
"accessLevel": "Write",
|
21
|
+
"resourceTypes": [
|
22
|
+
{
|
23
|
+
"name": "Firewall",
|
24
|
+
"required": true,
|
25
|
+
"conditionKeys": [],
|
26
|
+
"dependentActions": []
|
27
|
+
}
|
28
|
+
],
|
29
|
+
"conditionKeys": [],
|
30
|
+
"dependentActions": []
|
31
|
+
},
|
2
32
|
"associatefirewallpolicy": {
|
3
33
|
"name": "AssociateFirewallPolicy",
|
4
34
|
"description": "Grants permission to create an association between a firewall policy and a firewall",
|
@@ -197,6 +227,21 @@
|
|
197
227
|
"conditionKeys": [],
|
198
228
|
"dependentActions": []
|
199
229
|
},
|
230
|
+
"deletenetworkfirewalltransitgatewayattachment": {
|
231
|
+
"name": "DeleteNetworkFirewallTransitGatewayAttachment",
|
232
|
+
"description": "Grants permission to delete Network Firewall attachments on a transit gateway",
|
233
|
+
"accessLevel": "Write",
|
234
|
+
"resourceTypes": [
|
235
|
+
{
|
236
|
+
"name": "Firewall",
|
237
|
+
"required": true,
|
238
|
+
"conditionKeys": [],
|
239
|
+
"dependentActions": []
|
240
|
+
}
|
241
|
+
],
|
242
|
+
"conditionKeys": [],
|
243
|
+
"dependentActions": []
|
244
|
+
},
|
200
245
|
"deleteresourcepolicy": {
|
201
246
|
"name": "DeleteResourcePolicy",
|
202
247
|
"description": "Grants permission to delete a resource policy for a firewall policy or rule group or firewall",
|
@@ -482,6 +527,21 @@
|
|
482
527
|
"conditionKeys": [],
|
483
528
|
"dependentActions": []
|
484
529
|
},
|
530
|
+
"disassociateavailabilityzones": {
|
531
|
+
"name": "DisassociateAvailabilityZones",
|
532
|
+
"description": "Grants permission to disassociate availability zones to a firewall",
|
533
|
+
"accessLevel": "Write",
|
534
|
+
"resourceTypes": [
|
535
|
+
{
|
536
|
+
"name": "Firewall",
|
537
|
+
"required": true,
|
538
|
+
"conditionKeys": [],
|
539
|
+
"dependentActions": []
|
540
|
+
}
|
541
|
+
],
|
542
|
+
"conditionKeys": [],
|
543
|
+
"dependentActions": []
|
544
|
+
},
|
485
545
|
"disassociatesubnets": {
|
486
546
|
"name": "DisassociateSubnets",
|
487
547
|
"description": "Grants permission to disassociate VPC subnets from a firewall",
|
@@ -703,6 +763,21 @@
|
|
703
763
|
"conditionKeys": [],
|
704
764
|
"dependentActions": []
|
705
765
|
},
|
766
|
+
"rejectnetworkfirewalltransitgatewayattachment": {
|
767
|
+
"name": "RejectNetworkFirewallTransitGatewayAttachment",
|
768
|
+
"description": "Grants permission to reject pending Network Firewall attachments on a transit gateway",
|
769
|
+
"accessLevel": "Write",
|
770
|
+
"resourceTypes": [
|
771
|
+
{
|
772
|
+
"name": "Firewall",
|
773
|
+
"required": true,
|
774
|
+
"conditionKeys": [],
|
775
|
+
"dependentActions": []
|
776
|
+
}
|
777
|
+
],
|
778
|
+
"conditionKeys": [],
|
779
|
+
"dependentActions": []
|
780
|
+
},
|
706
781
|
"startanalysisreport": {
|
707
782
|
"name": "StartAnalysisReport",
|
708
783
|
"description": "Grants permission to start an analysis report on a firewall",
|
@@ -843,6 +918,21 @@
|
|
843
918
|
],
|
844
919
|
"dependentActions": []
|
845
920
|
},
|
921
|
+
"updateavailabilityzonechangeprotection": {
|
922
|
+
"name": "UpdateAvailabilityZoneChangeProtection",
|
923
|
+
"description": "Grants permission to add or remove availability zone change protection for a firewall",
|
924
|
+
"accessLevel": "Write",
|
925
|
+
"resourceTypes": [
|
926
|
+
{
|
927
|
+
"name": "Firewall",
|
928
|
+
"required": true,
|
929
|
+
"conditionKeys": [],
|
930
|
+
"dependentActions": []
|
931
|
+
}
|
932
|
+
],
|
933
|
+
"conditionKeys": [],
|
934
|
+
"dependentActions": []
|
935
|
+
},
|
846
936
|
"updatefirewallanalysissettings": {
|
847
937
|
"name": "UpdateFirewallAnalysisSettings",
|
848
938
|
"description": "Grants permission to modify firewall analysis settings of a firewall",
|
@@ -203,14 +203,7 @@
|
|
203
203
|
"name": "ConnectorRegistrationsV2",
|
204
204
|
"description": "Grants permission to complete the OAuth 2.0 authorization code flow based on input parameters",
|
205
205
|
"accessLevel": "Write",
|
206
|
-
"resourceTypes": [
|
207
|
-
{
|
208
|
-
"name": "connectorv2",
|
209
|
-
"required": true,
|
210
|
-
"conditionKeys": [],
|
211
|
-
"dependentActions": []
|
212
|
-
}
|
213
|
-
],
|
206
|
+
"resourceTypes": [],
|
214
207
|
"conditionKeys": [],
|
215
208
|
"dependentActions": []
|
216
209
|
},
|
@@ -325,13 +318,7 @@
|
|
325
318
|
"accessLevel": "Write",
|
326
319
|
"resourceTypes": [
|
327
320
|
{
|
328
|
-
"name": "
|
329
|
-
"required": false,
|
330
|
-
"conditionKeys": [],
|
331
|
-
"dependentActions": []
|
332
|
-
},
|
333
|
-
{
|
334
|
-
"name": "hubv2",
|
321
|
+
"name": "connectorv2",
|
335
322
|
"required": false,
|
336
323
|
"conditionKeys": [],
|
337
324
|
"dependentActions": []
|
@@ -1080,8 +1067,8 @@
|
|
1080
1067
|
"conditionKeys": [],
|
1081
1068
|
"dependentActions": []
|
1082
1069
|
},
|
1083
|
-
"
|
1084
|
-
"name": "
|
1070
|
+
"getresourcesstatisticsv2": {
|
1071
|
+
"name": "GetResourcesStatisticsV2",
|
1085
1072
|
"description": "Grants permission to retrieve aggregate statistics about resources",
|
1086
1073
|
"accessLevel": "Read",
|
1087
1074
|
"resourceTypes": [
|
@@ -1151,8 +1138,8 @@
|
|
1151
1138
|
"conditionKeys": [],
|
1152
1139
|
"dependentActions": []
|
1153
1140
|
},
|
1154
|
-
"
|
1155
|
-
"name": "
|
1141
|
+
"listaggregatorsv2": {
|
1142
|
+
"name": "ListAggregatorsV2",
|
1156
1143
|
"description": "Grants permission to retrieve a list of aggregatorsV2, which configures data aggregation across Regions",
|
1157
1144
|
"accessLevel": "List",
|
1158
1145
|
"resourceTypes": [],
|
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.202506181
|
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=uM8iXlZqJknbOPMYCb2sxvNhGPMQFvL0OsWuTKI6TS8,76
|
8
8
|
iamdata/data/serviceNames.json,sha256=xAFLAVjVb3aLSeOIhusjnqvvx5pH2HMiiDzptEZ7g44,18422
|
9
9
|
iamdata/data/services.json,sha256=4yNtRfU79GjLQhKkAkwmJe9NwhdxvTRCNNrkw8_q8JM,7164
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
@@ -60,7 +60,7 @@ iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMn
|
|
60
60
|
iamdata/data/actions/bedrock.json,sha256=dOk2tv9zYUsdDDesuCJzQ9qwLYioBT3Fs3Jk_nQVarM,89947
|
61
61
|
iamdata/data/actions/billing.json,sha256=tlpZgCGc05gf3Dt2kV-VICRX2Tb1PX7OlCHSqTDRcKU,8947
|
62
62
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
63
|
-
iamdata/data/actions/braket.json,sha256=
|
63
|
+
iamdata/data/actions/braket.json,sha256=ckpknxfX95gNPieCdF9SwWtG0h5vusN-D2BkldAANFs,5658
|
64
64
|
iamdata/data/actions/budgets.json,sha256=zHabdh-h4VycehSTplKnMRgHNt_yj-Z-uBcnjA9TCL4,6247
|
65
65
|
iamdata/data/actions/bugbust.json,sha256=LVGgvR56fzKuto-YN7DY5QEZLUuJ-LyqEhHYIHkxDVU,8065
|
66
66
|
iamdata/data/actions/cases.json,sha256=xbWEZ_pdxVXupYub2gtHBB0gs5pFA8ZfvICipvDlSio,20772
|
@@ -117,7 +117,7 @@ iamdata/data/actions/databrew.json,sha256=dJ2MhTmcx_k9wnbzptyfoA3N4pfphvm86i06j8
|
|
117
117
|
iamdata/data/actions/dataexchange.json,sha256=GsnXo1UlT29ek5PhIZNpQvfuh362RP3WF4R7NMF0elE,16182
|
118
118
|
iamdata/data/actions/datapipeline.json,sha256=nuwKEl4_jScwy_lv_al5404Oawtb9fKm0JqC1-FeuMg,9499
|
119
119
|
iamdata/data/actions/datasync.json,sha256=4S8jnNmT0XcIulQqwUIfF13dJ7DhxhROk0SoFQlDa1c,27099
|
120
|
-
iamdata/data/actions/datazone.json,sha256=
|
120
|
+
iamdata/data/actions/datazone.json,sha256=M5yxWtb8WHbFr5wDTbnINhzTPiwKTSN1WLjzzSJz5VU,48480
|
121
121
|
iamdata/data/actions/dax.json,sha256=YlzIFQbFkDrgdZ7nB6wjOsGCRCqtzriZ8Izjok2ZFXo,10889
|
122
122
|
iamdata/data/actions/dbqms.json,sha256=EWysMBNi2wG7R8UZGlyQc6NAdy1WaML-die32lA8wwA,3105
|
123
123
|
iamdata/data/actions/deadline.json,sha256=GhxLCL_kx2S590ct_Dv2tS3NKC3Wy4Lt7FAHwuStsk8,54704
|
@@ -267,7 +267,7 @@ iamdata/data/actions/monitron.json,sha256=kO8R-chIFGhGC5_fQjBCi6BH_Lxl0CRXOE1obW
|
|
267
267
|
iamdata/data/actions/mq.json,sha256=zhybxIfW7F1v8u9IppBNogL4v6617gSQDHVTspuoR34,10055
|
268
268
|
iamdata/data/actions/neptune-db.json,sha256=h1XoLU76_YFyFTG5JYPMHsxo2HRNwishnAggEjLe6r8,12891
|
269
269
|
iamdata/data/actions/neptune-graph.json,sha256=zTrtjGrznKZ0r6jlXI8DqU7YvlwEyRkzOUA1-uYn-g8,17467
|
270
|
-
iamdata/data/actions/network-firewall.json,sha256=
|
270
|
+
iamdata/data/actions/network-firewall.json,sha256=OBm0F79-LuI4MCgkvZPDYX_35v-cYl4l7P5p41g87cI,29266
|
271
271
|
iamdata/data/actions/networkflowmonitor.json,sha256=oXvUqH12HIWhqfBDyRy2J9zoOhXqdH_j8teJsF42OSc,10696
|
272
272
|
iamdata/data/actions/networkmanager-chat.json,sha256=Bun_ZO7mHpktWyMQIcoQdE1XPBJeb3BU9BnU3q_MWok,1943
|
273
273
|
iamdata/data/actions/networkmanager.json,sha256=LnA8pjpR1Y9RGLwQnzhTuVnkvStYujocyEVMBD0F-1k,42919
|
@@ -350,7 +350,7 @@ iamdata/data/actions/scn.json,sha256=ObnurlDbDJPfk1MVsMqyiWu2ti93qHn0tyI5uj6I0eI
|
|
350
350
|
iamdata/data/actions/sdb.json,sha256=zVcQBc-U-ZILVE-LXO08RNG1YGSv4nRR1m9ViVR6bG0,3822
|
351
351
|
iamdata/data/actions/secretsmanager.json,sha256=tCuvKkEHJI-nnTXqyrpPzVRVLs-CMGE3rm-83Ic49MU,13769
|
352
352
|
iamdata/data/actions/security-ir.json,sha256=TGUBzc7kMNtC5uQQHo2ktHCmk-pZwBpnml1YfLaekIY,8375
|
353
|
-
iamdata/data/actions/securityhub.json,sha256=
|
353
|
+
iamdata/data/actions/securityhub.json,sha256=TXVHNSOZcAkORDCqpQeXye7b6jsGAtORh6C5Olou6G4,47361
|
354
354
|
iamdata/data/actions/securitylake.json,sha256=BgRT1ABCBjALz-lSjQfjXjpWCCvqvc3fgttTTEh_9pQ,18295
|
355
355
|
iamdata/data/actions/serverlessrepo.json,sha256=Iljrr1qMuyRCjz5m1QTZKgId1-B_seWQn15fzQ56B7U,5952
|
356
356
|
iamdata/data/actions/servicecatalog.json,sha256=Qg7YwtC1LTNLwL1bZ1DOYUxhfB32UZ9EYq6Aq_C8Xgc,44633
|
@@ -1274,7 +1274,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
1274
1274
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
1275
1275
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
1276
1276
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
1277
|
-
iamdata-0.1.
|
1278
|
-
iamdata-0.1.
|
1279
|
-
iamdata-0.1.
|
1280
|
-
iamdata-0.1.
|
1277
|
+
iamdata-0.1.202506181.dist-info/METADATA,sha256=2w7h4Lwq02W_dQr1U_TvDEfSgIjEM5l8RGe2AwUMuHs,3491
|
1278
|
+
iamdata-0.1.202506181.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
1279
|
+
iamdata-0.1.202506181.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
1280
|
+
iamdata-0.1.202506181.dist-info/RECORD,,
|
File without changes
|
File without changes
|