iamdata 0.1.202503281__py3-none-any.whl → 0.1.202503301__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.

@@ -228,6 +228,21 @@
228
228
  "conditionKeys": [],
229
229
  "dependentActions": []
230
230
  },
231
+ "processbundle": {
232
+ "name": "ProcessBundle",
233
+ "description": "Grants permission to bundle multiple resource operations",
234
+ "accessLevel": "Write",
235
+ "resourceTypes": [
236
+ {
237
+ "name": "datastore",
238
+ "required": true,
239
+ "conditionKeys": [],
240
+ "dependentActions": []
241
+ }
242
+ ],
243
+ "conditionKeys": [],
244
+ "dependentActions": []
245
+ },
231
246
  "readresource": {
232
247
  "name": "ReadResource",
233
248
  "description": "Grants permission to read resource",
@@ -173,8 +173,17 @@
173
173
  "name": "AttachThingPrincipal",
174
174
  "description": "Grants permission to attach the specified principal to the specified thing",
175
175
  "accessLevel": "Write",
176
- "resourceTypes": [],
177
- "conditionKeys": [],
176
+ "resourceTypes": [
177
+ {
178
+ "name": "cert",
179
+ "required": false,
180
+ "conditionKeys": [],
181
+ "dependentActions": []
182
+ }
183
+ ],
184
+ "conditionKeys": [
185
+ "iot:thingArn"
186
+ ],
178
187
  "dependentActions": []
179
188
  },
180
189
  "cancelauditmitigationactionstask": {
@@ -2025,8 +2034,17 @@
2025
2034
  "name": "DetachThingPrincipal",
2026
2035
  "description": "Grants permission to detach the specified principal from the specified thing",
2027
2036
  "accessLevel": "Write",
2028
- "resourceTypes": [],
2029
- "conditionKeys": [],
2037
+ "resourceTypes": [
2038
+ {
2039
+ "name": "cert",
2040
+ "required": false,
2041
+ "conditionKeys": [],
2042
+ "dependentActions": []
2043
+ }
2044
+ ],
2045
+ "conditionKeys": [
2046
+ "iot:thingArn"
2047
+ ],
2030
2048
  "dependentActions": []
2031
2049
  },
2032
2050
  "disabletopicrule": {
@@ -2793,7 +2811,29 @@
2793
2811
  "name": "ListPrincipalThings",
2794
2812
  "description": "Grants permission to list the things associated with the specified principal",
2795
2813
  "accessLevel": "List",
2796
- "resourceTypes": [],
2814
+ "resourceTypes": [
2815
+ {
2816
+ "name": "cert",
2817
+ "required": false,
2818
+ "conditionKeys": [],
2819
+ "dependentActions": []
2820
+ }
2821
+ ],
2822
+ "conditionKeys": [],
2823
+ "dependentActions": []
2824
+ },
2825
+ "listprincipalthingsv2": {
2826
+ "name": "ListPrincipalThingsV2",
2827
+ "description": "Grants permission to list the things associated with the specified principal",
2828
+ "accessLevel": "List",
2829
+ "resourceTypes": [
2830
+ {
2831
+ "name": "cert",
2832
+ "required": false,
2833
+ "conditionKeys": [],
2834
+ "dependentActions": []
2835
+ }
2836
+ ],
2797
2837
  "conditionKeys": [],
2798
2838
  "dependentActions": []
2799
2839
  },
@@ -3115,7 +3155,29 @@
3115
3155
  "name": "ListThingPrincipals",
3116
3156
  "description": "Grants permission to list the principals associated with the specified thing",
3117
3157
  "accessLevel": "List",
3118
- "resourceTypes": [],
3158
+ "resourceTypes": [
3159
+ {
3160
+ "name": "thing",
3161
+ "required": true,
3162
+ "conditionKeys": [],
3163
+ "dependentActions": []
3164
+ }
3165
+ ],
3166
+ "conditionKeys": [],
3167
+ "dependentActions": []
3168
+ },
3169
+ "listthingprincipalsv2": {
3170
+ "name": "ListThingPrincipalsV2",
3171
+ "description": "Grants permission to list the principals associated with the specified thing",
3172
+ "accessLevel": "List",
3173
+ "resourceTypes": [
3174
+ {
3175
+ "name": "thing",
3176
+ "required": true,
3177
+ "conditionKeys": [],
3178
+ "dependentActions": []
3179
+ }
3180
+ ],
3119
3181
  "conditionKeys": [],
3120
3182
  "dependentActions": []
3121
3183
  },
@@ -87,14 +87,7 @@
87
87
  "name": "CreateProject",
88
88
  "description": "Grants permission to create an Amazon Rekognition Custom Labels project",
89
89
  "accessLevel": "Write",
90
- "resourceTypes": [
91
- {
92
- "name": "project",
93
- "required": true,
94
- "conditionKeys": [],
95
- "dependentActions": []
96
- }
97
- ],
90
+ "resourceTypes": [],
98
91
  "conditionKeys": [
99
92
  "aws:RequestTag/${TagKey}",
100
93
  "aws:TagKeys"
@@ -9,14 +9,23 @@
9
9
  "required": true,
10
10
  "conditionKeys": [],
11
11
  "dependentActions": [
12
+ "amplify:AssociateWebACL",
12
13
  "apigateway:SetWebACL",
13
14
  "apprunner:AssociateWebAcl",
14
15
  "appsync:SetWebACL",
15
16
  "cognito-idp:AssociateWebACL",
16
17
  "ec2:AssociateVerifiedAccessInstanceWebAcl",
17
- "elasticloadbalancing:SetWebAcl"
18
+ "elasticloadbalancing:SetWebAcl",
19
+ "wafv2:GetPermissionPolicy",
20
+ "wafv2:PutPermissionPolicy"
18
21
  ]
19
22
  },
23
+ {
24
+ "name": "amplify-app",
25
+ "required": false,
26
+ "conditionKeys": [],
27
+ "dependentActions": []
28
+ },
20
29
  {
21
30
  "name": "apigateway",
22
31
  "required": false,
@@ -350,18 +359,26 @@
350
359
  "accessLevel": "Write",
351
360
  "resourceTypes": [
352
361
  {
353
- "name": "apigateway",
362
+ "name": "amplify-app",
354
363
  "required": false,
355
364
  "conditionKeys": [],
356
365
  "dependentActions": [
366
+ "amplify:DisassociateWebACL",
357
367
  "apigateway:SetWebACL",
358
368
  "apprunner:DisassociateWebAcl",
359
369
  "appsync:SetWebACL",
360
370
  "cognito-idp:DisassociateWebACL",
361
371
  "ec2:DisassociateVerifiedAccessInstanceWebAcl",
362
- "elasticloadbalancing:SetWebAcl"
372
+ "elasticloadbalancing:SetWebAcl",
373
+ "wafv2:PutPermissionPolicy"
363
374
  ]
364
375
  },
376
+ {
377
+ "name": "apigateway",
378
+ "required": false,
379
+ "conditionKeys": [],
380
+ "dependentActions": []
381
+ },
365
382
  {
366
383
  "name": "apprunner",
367
384
  "required": false,
@@ -578,12 +595,19 @@
578
595
  "required": true,
579
596
  "conditionKeys": [],
580
597
  "dependentActions": [
598
+ "amplify:GetWebACLForResource",
581
599
  "apprunner:DescribeWebAclForService",
582
600
  "cognito-idp:GetWebACLForResource",
583
601
  "ec2:GetVerifiedAccessInstanceWebAcl",
584
602
  "wafv2:GetWebACL"
585
603
  ]
586
604
  },
605
+ {
606
+ "name": "amplify-app",
607
+ "required": false,
608
+ "conditionKeys": [],
609
+ "dependentActions": []
610
+ },
587
611
  {
588
612
  "name": "apigateway",
589
613
  "required": false,
@@ -700,11 +724,18 @@
700
724
  "required": true,
701
725
  "conditionKeys": [],
702
726
  "dependentActions": [
727
+ "amplify:ListResourcesForWebACL",
703
728
  "apprunner:ListAssociatedServicesForWebAcl",
704
729
  "cognito-idp:ListResourcesForWebACL",
705
730
  "ec2:DescribeVerifiedAccessInstanceWebAclAssociations"
706
731
  ]
707
732
  },
733
+ {
734
+ "name": "amplify-app",
735
+ "required": false,
736
+ "conditionKeys": [],
737
+ "dependentActions": []
738
+ },
708
739
  {
709
740
  "name": "apprunner",
710
741
  "required": false,
@@ -53,5 +53,10 @@
53
53
  "key": "iot:TunnelDestinationService",
54
54
  "description": "Filters access by a list of destination services for an IoT Tunnel",
55
55
  "type": "ArrayOfString"
56
+ },
57
+ "iot:thingarn": {
58
+ "key": "iot:thingArn",
59
+ "description": "Filters access by the ARN of an IoT Thing",
60
+ "type": "ARN"
56
61
  }
57
62
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202503281",
3
- "updatedAt": "2025-03-28T04:46:44.154Z"
2
+ "version": "0.1.202503301",
3
+ "updatedAt": "2025-03-30T04:46:49.621Z"
4
4
  }
@@ -54,5 +54,9 @@
54
54
  "verified-access-instance": {
55
55
  "key": "verified-access-instance",
56
56
  "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-instance/${VerifiedAccessInstanceId}"
57
+ },
58
+ "amplify-app": {
59
+ "key": "amplify-app",
60
+ "arn": "arn:${Partition}:amplify:${Region}:${Account}:apps/${AppId}"
57
61
  }
58
62
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202503281
3
+ Version: 0.1.202503301
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=0ZNeISdgnEppRsPu4PesBA4UVfCr29l6Ig1Pdj_NPCk,76
7
+ iamdata/data/metadata.json,sha256=rAqpu18nx2Nc2yZ46ILFQVRr9_HCA0sC8fG4ZqtT4j8,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
@@ -187,7 +187,7 @@ iamdata/data/actions/groundstation.json,sha256=YuT4x1t4zipFo08zIgW_CSdfkhknPPrhx
187
187
  iamdata/data/actions/groundtruthlabeling.json,sha256=aDBtvIDWBDxV1JLzxH5XzPSq9-2OwOcaH2VuKjkQQWQ,4503
188
188
  iamdata/data/actions/guardduty.json,sha256=YaQbTkRjbubBYuBKJc_v2n1VYSf_zxXeINlS8CdP5gA,25796
189
189
  iamdata/data/actions/health.json,sha256=STB5wgp2_Gz4Y1lXGAUoPGJbhAx2pTlkQ1AAvDjXk0E,5296
190
- iamdata/data/actions/healthlake.json,sha256=jstpKv70_clNNRQ_zSlVy7ZwyhBR3AWADM7RlsMxXrE,11070
190
+ iamdata/data/actions/healthlake.json,sha256=iQPh4dXfChtbNwTFnecuo8gfAgBCOPcmgUBfL2KLTyY,11445
191
191
  iamdata/data/actions/honeycode.json,sha256=BVtEU7xzGQ_QEm2BJW_j2NdNkVm9BWnG73y14LQV4Bs,9710
192
192
  iamdata/data/actions/iam.json,sha256=Ptgqfm5olhtPN3b25UHjWem4tOrxE-oOtGJ0yNdcLd4,71900
193
193
  iamdata/data/actions/identity-sync.json,sha256=w2y9PcBgULyvcuf1Rk68KcSsyFpkklKSpkQ2HO-AOkE,5633
@@ -201,7 +201,7 @@ iamdata/data/actions/inspector2.json,sha256=zSeWi5zA__SCMh7HMKJ92M1ZOwiGova-Acw1
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=P2UD4xJ7bKtFg42mrVCJeKMtpU9tNHqfEtQHRhtqaoc,118556
204
+ iamdata/data/actions/iot.json,sha256=Hr6BY5cNlk9pjFBqtDhO-OnEIbPXzEn2VnKCb7kWyb4,119948
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
@@ -316,7 +316,7 @@ iamdata/data/actions/redshift-data.json,sha256=_L_REwixJomvY8GgpsES1CWCyrPmv3j1z
316
316
  iamdata/data/actions/redshift-serverless.json,sha256=IiA7m-F_YvvLQbsf_SA8mRzWoM1JikjCKn3YPj8tAs0,24287
317
317
  iamdata/data/actions/redshift.json,sha256=zqbsWjBanZ5mzeejyUMJ5AM_pSxpDuZkyIoWFm1pLxw,67815
318
318
  iamdata/data/actions/refactor-spaces.json,sha256=KN5CrZwVB4iwuGCH2ElfUuqMOhZVh-CJ7jGcDk1baD0,11468
319
- iamdata/data/actions/rekognition.json,sha256=r4vc6VusRahmQn2TPXqXWaG68kyb1eysuDa6eMpJ8X0,28926
319
+ iamdata/data/actions/rekognition.json,sha256=IQen9vVuBc5VelIVHB9C5S65rmLRNhysrBBAfqtiwS4,28792
320
320
  iamdata/data/actions/repostspace.json,sha256=zI1zT3e7VsGmVHwShqcMfyqDKyYBIZzM_cg0eMnfa5w,4899
321
321
  iamdata/data/actions/resiliencehub.json,sha256=47agr9NbecEofnZMyRliAu1oV4Vp20M2OvxegODMwM8,26381
322
322
  iamdata/data/actions/resource-explorer-2.json,sha256=vlRsPfmRMEV5JJUWacXnCtycU0x_x8LSs3zhJ1PrIKY,9761
@@ -413,7 +413,7 @@ iamdata/data/actions/vpc-lattice.json,sha256=Sf0XnWvFF0qqUFLHheWOIF2aWlVLXiFE4h8
413
413
  iamdata/data/actions/vpce.json,sha256=scu3UdDH6Akz0t27p2BAul69aid6spFRKvJe3xHDqfs,315
414
414
  iamdata/data/actions/waf-regional.json,sha256=wp20UBDLQZpUaqobnIs9DchvbLhdU7W18Z8RSXXicHI,31012
415
415
  iamdata/data/actions/waf.json,sha256=41rvaelAyz4ssq_odlyRdbcTdoOLbwrfvytssxKLJgs,29436
416
- iamdata/data/actions/wafv2.json,sha256=yyFcOQFs3AUkls5FYb6EEJiG91GJo2OvDC08vPPsn_k,27755
416
+ iamdata/data/actions/wafv2.json,sha256=ed5B_tlEMA73na3eO0EonFV9Pzj4p2DC7d9Ae0bRSYU,28575
417
417
  iamdata/data/actions/wam.json,sha256=ObJNnWYEUExtuuvWrEZKs0pPq7YEwkZLXTDVRj_BGsA,313
418
418
  iamdata/data/actions/wellarchitected.json,sha256=adE5brMSOmkAdJLmanW8YzdXhXf5-OF_KLQb7sTzeyI,30270
419
419
  iamdata/data/actions/wickr.json,sha256=XmwBroYcJP6F_TFKqdmJFnvhnPCe57SH1Sud6E5Ot_o,2594
@@ -619,7 +619,7 @@ iamdata/data/conditionKeys/inspector2.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0
619
619
  iamdata/data/conditionKeys/internetmonitor.json,sha256=5gyIZpbo--NjTSfzM7j5iRqN5YrFZJKrx4FPacDvy4w,500
620
620
  iamdata/data/conditionKeys/invoicing.json,sha256=qOBHOCGM3I9AL5ZeSPPyaGDQTpagusB9VbsugdtGxdI,520
621
621
  iamdata/data/conditionKeys/iot-device-tester.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
622
- iamdata/data/conditionKeys/iot.json,sha256=oQ9B96FKaFwA5dUFOawLJsnjJt4teQ-TsUVJcAGS57o,2296
622
+ iamdata/data/conditionKeys/iot.json,sha256=KT6eHryI4A5lzdx2IUB-79yNk82mhXL_gceg3a3VhU8,2430
623
623
  iamdata/data/conditionKeys/iotanalytics.json,sha256=LM9pOTWZq2b4BEW7YaWDgFCwk9JFn7x4X2mIZ_pBeFY,555
624
624
  iamdata/data/conditionKeys/iotdeviceadvisor.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
625
625
  iamdata/data/conditionKeys/iotevents.json,sha256=YgVuy5_Adiklm9KKf_rDOFnEiHkW4yEiNIK2CMHU5UM,665
@@ -1249,7 +1249,7 @@ iamdata/data/resourceTypes/vpc-lattice.json,sha256=SOjx21xiUHRhuT1VNgEWs5t_r5gvc
1249
1249
  iamdata/data/resourceTypes/vpce.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1250
1250
  iamdata/data/resourceTypes/waf-regional.json,sha256=27dyaN0suIrU0UmXTqv0f9NaJ5ccM1q1Bj8HOdnaRts,2035
1251
1251
  iamdata/data/resourceTypes/waf.json,sha256=k7Wt07ZhDSP0Vzph--rHhANxIOpf8rrYZQgKe5zDH_c,1630
1252
- iamdata/data/resourceTypes/wafv2.json,sha256=6uncXM9i-9Cy67ZZ0119HqXdsyKoaSqwyrsI6zxZJK8,1857
1252
+ iamdata/data/resourceTypes/wafv2.json,sha256=7lMY0f_nQXY1WNspyeVYwg7Pqh8Flhm6QdT8UAettlc,1980
1253
1253
  iamdata/data/resourceTypes/wam.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1254
1254
  iamdata/data/resourceTypes/wellarchitected.json,sha256=LjOwSnZoms3bc4CfWV5_wOtwSnIS2kFZfr0UfsWoyCE,800
1255
1255
  iamdata/data/resourceTypes/wickr.json,sha256=KkPtH72Ed4DqdImY6B8VVDZd3sLZ2F6wgcS8ujKun1Q,186
@@ -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.202503281.dist-info/METADATA,sha256=A-3gm7Dw6KlwLLAv9DDDPegnN7zQB9n0PvLgwu8wox8,3491
1269
- iamdata-0.1.202503281.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202503281.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202503281.dist-info/RECORD,,
1268
+ iamdata-0.1.202503301.dist-info/METADATA,sha256=iQKxc-MkIz8DdL2fnXGHZIcz8tmzwLl9ouMDukSpIo4,3491
1269
+ iamdata-0.1.202503301.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202503301.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202503301.dist-info/RECORD,,