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

@@ -870,6 +870,21 @@
870
870
  "conditionKeys": [],
871
871
  "dependentActions": []
872
872
  },
873
+ "getprotectedjob": {
874
+ "name": "GetProtectedJob",
875
+ "description": "Grants permission to view a protected job",
876
+ "accessLevel": "Read",
877
+ "resourceTypes": [
878
+ {
879
+ "name": "membership",
880
+ "required": true,
881
+ "conditionKeys": [],
882
+ "dependentActions": []
883
+ }
884
+ ],
885
+ "conditionKeys": [],
886
+ "dependentActions": []
887
+ },
873
888
  "getprotectedquery": {
874
889
  "name": "GetProtectedQuery",
875
890
  "description": "Grants permission to view a protected query",
@@ -1184,6 +1199,21 @@
1184
1199
  "conditionKeys": [],
1185
1200
  "dependentActions": []
1186
1201
  },
1202
+ "listprotectedjobs": {
1203
+ "name": "ListProtectedJobs",
1204
+ "description": "Grants permission to list protected jobs",
1205
+ "accessLevel": "List",
1206
+ "resourceTypes": [
1207
+ {
1208
+ "name": "membership",
1209
+ "required": true,
1210
+ "conditionKeys": [],
1211
+ "dependentActions": []
1212
+ }
1213
+ ],
1214
+ "conditionKeys": [],
1215
+ "dependentActions": []
1216
+ },
1187
1217
  "listprotectedqueries": {
1188
1218
  "name": "ListProtectedQueries",
1189
1219
  "description": "Grants permission to list protected queries",
@@ -1335,6 +1365,36 @@
1335
1365
  "conditionKeys": [],
1336
1366
  "dependentActions": []
1337
1367
  },
1368
+ "startprotectedjob": {
1369
+ "name": "StartProtectedJob",
1370
+ "description": "Grants permission to start protected jobs",
1371
+ "accessLevel": "Write",
1372
+ "resourceTypes": [
1373
+ {
1374
+ "name": "membership",
1375
+ "required": true,
1376
+ "conditionKeys": [],
1377
+ "dependentActions": [
1378
+ "cleanrooms:GetCollaborationAnalysisTemplate",
1379
+ "cleanrooms:GetSchema"
1380
+ ]
1381
+ },
1382
+ {
1383
+ "name": "analysistemplate",
1384
+ "required": false,
1385
+ "conditionKeys": [],
1386
+ "dependentActions": []
1387
+ },
1388
+ {
1389
+ "name": "configuredtableassociation",
1390
+ "required": false,
1391
+ "conditionKeys": [],
1392
+ "dependentActions": []
1393
+ }
1394
+ ],
1395
+ "conditionKeys": [],
1396
+ "dependentActions": []
1397
+ },
1338
1398
  "startprotectedquery": {
1339
1399
  "name": "StartProtectedQuery",
1340
1400
  "description": "Grants permission to start protected queries",
@@ -1698,6 +1758,21 @@
1698
1758
  "conditionKeys": [],
1699
1759
  "dependentActions": []
1700
1760
  },
1761
+ "updateprotectedjob": {
1762
+ "name": "UpdateProtectedJob",
1763
+ "description": "Grants permission to update protected jobs",
1764
+ "accessLevel": "Write",
1765
+ "resourceTypes": [
1766
+ {
1767
+ "name": "membership",
1768
+ "required": true,
1769
+ "conditionKeys": [],
1770
+ "dependentActions": []
1771
+ }
1772
+ ],
1773
+ "conditionKeys": [],
1774
+ "dependentActions": []
1775
+ },
1701
1776
  "updateprotectedquery": {
1702
1777
  "name": "UpdateProtectedQuery",
1703
1778
  "description": "Grants permission to update protected queries",
@@ -171,7 +171,6 @@
171
171
  }
172
172
  ],
173
173
  "conditionKeys": [
174
- "aws:RequestTag/${TagKey}",
175
174
  "aws:TagKeys"
176
175
  ],
177
176
  "dependentActions": []
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "aws:requesttag/${tagkey}": {
3
3
  "key": "aws:RequestTag/${TagKey}",
4
- "description": "Filters access based on the presence of tag key-value pairs in the request",
4
+ "description": "Filters access by a tag's key and value in a request",
5
5
  "type": "String"
6
6
  },
7
7
  "aws:resourcetag/${tagkey}": {
8
8
  "key": "aws:ResourceTag/${TagKey}",
9
- "description": "Filters access based on tag key-value pairs attached to the resource",
9
+ "description": "Filters access by the presence of tag key-value pairs attached to the resource",
10
10
  "type": "String"
11
11
  },
12
12
  "aws:tagkeys": {
13
13
  "key": "aws:TagKeys",
14
- "description": "Filters access based on the presence of tag keys in the request",
15
- "type": "String"
14
+ "description": "Filters access by the presence of tag keys in the request",
15
+ "type": "ArrayOfString"
16
16
  }
17
17
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202503191",
3
- "updatedAt": "2025-03-19T04:46:37.689Z"
2
+ "version": "0.1.202503201",
3
+ "updatedAt": "2025-03-20T04:46:12.845Z"
4
4
  }
@@ -26,11 +26,17 @@
26
26
  },
27
27
  "statemachineversion": {
28
28
  "key": "statemachineversion",
29
- "arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineVersionId}"
29
+ "arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineVersionId}",
30
+ "conditionKeys": [
31
+ "aws:ResourceTag/${TagKey}"
32
+ ]
30
33
  },
31
34
  "statemachinealias": {
32
35
  "key": "statemachinealias",
33
- "arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineAliasName}"
36
+ "arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineAliasName}",
37
+ "conditionKeys": [
38
+ "aws:ResourceTag/${TagKey}"
39
+ ]
34
40
  },
35
41
  "maprun": {
36
42
  "key": "maprun",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202503191
3
+ Version: 0.1.202503201
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=dU1-FaOsS_D66zSeiWZTlGjQ7t03wgphoQyIK9uCKLE,76
7
+ iamdata/data/metadata.json,sha256=1F8rVCtoL4zvIBMnwqRQNlno8m-lN2fs7ynJfOs7QUw,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
@@ -69,7 +69,7 @@ iamdata/data/actions/ce.json,sha256=U-VtGOWL2Vfjvmc967VqpoH6cjWqpNLLjO6tffHJKoY,
69
69
  iamdata/data/actions/chatbot.json,sha256=u-Ib1coBm3aWz1nnfQoLpK8ADrCvZX85otTuUPpEUvc,13377
70
70
  iamdata/data/actions/chime.json,sha256=8gattJeWU-RLXnSBCxbwmBC9TlTiph1n1RddqIIQv34,134408
71
71
  iamdata/data/actions/cleanrooms-ml.json,sha256=5PGSYRckq8xpMuzTrOjBN6j3I9UwHPcttBh7ULHjnrk,29129
72
- iamdata/data/actions/cleanrooms.json,sha256=fyhSJHLkN7lqfO71B4x4fFy89ahflggQ2jAGDcJMA9s,46558
72
+ iamdata/data/actions/cleanrooms.json,sha256=a_Zh9iODZ31v-_4EhjJ6km67MUhRLZgtOdj-8PFC9a0,48419
73
73
  iamdata/data/actions/cloud9.json,sha256=iETF9axljX1m9TxCxljhlPRvM1muLBI0bA2EkSgOgUA,13262
74
74
  iamdata/data/actions/clouddirectory.json,sha256=CH3QAtTSZb7UCWXCYkfddRG5rGNbIXupVatrFPKG4PM,29198
75
75
  iamdata/data/actions/cloudformation.json,sha256=7woLNfne-QjqJCZy15BsJrQKaV-5vlCX0aHlF_srLyg,38905
@@ -364,7 +364,7 @@ iamdata/data/actions/signin.json,sha256=JtKbBwkP1rKewUTwxXlHGci9RtGF5QWWiuGo9cA1
364
364
  iamdata/data/actions/simspaceweaver.json,sha256=h1px0D_ss3w0UcwwwSUfZqJOOhI7I5vzR_0KIuvdpe8,5440
365
365
  iamdata/data/actions/sms-voice.json,sha256=2rCGXH5QuXNp27w-7E0ELq_XKdzNzR96pDZInmHiosI,43750
366
366
  iamdata/data/actions/sms.json,sha256=xEZ3VoB9QhbM8UWuk-AyleV39B4xyG5budYrIBATwjY,10178
367
- iamdata/data/actions/snow-device-management.json,sha256=yXVIn3bFus2aQVkl6WITMYTSZm9GYY_jz-odp6LYxpc,4501
367
+ iamdata/data/actions/snow-device-management.json,sha256=zH3nNa-KufACY9OC6KMqrDQRtgpcM5UI7L4PmHQ4TwI,4467
368
368
  iamdata/data/actions/snowball.json,sha256=n1czDMQpXRaI8x7g6SZW1XzUU4xT0sKpUhPzcQkRd9Y,7709
369
369
  iamdata/data/actions/sns.json,sha256=nCpLw8SWrCk-h2mgU_yN5JZcYOjUCNHlWj39F7_CTcc,14514
370
370
  iamdata/data/actions/social-messaging.json,sha256=DgXPl01D5XYRAs-BUo2Q07dAp_tomTBh09M7j9XiQc8,5692
@@ -782,7 +782,7 @@ iamdata/data/conditionKeys/signin.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEM
782
782
  iamdata/data/conditionKeys/simspaceweaver.json,sha256=czK0ZdIV-Qn0wfQx1WfJpq-k-QnO95TJEZ553HqF0Kw,506
783
783
  iamdata/data/conditionKeys/sms-voice.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
784
784
  iamdata/data/conditionKeys/sms.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
785
- iamdata/data/conditionKeys/snow-device-management.json,sha256=jHT7d43dxYm_9LHlgMuRKuQfxvo5PredvmGH1QVKgXc,543
785
+ iamdata/data/conditionKeys/snow-device-management.json,sha256=QzkoxWGpjfeCWqileOMx92V5nlNZU0kO6js9Bth7Wp8,532
786
786
  iamdata/data/conditionKeys/snowball.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
787
787
  iamdata/data/conditionKeys/sns.json,sha256=H15CeYfdp7UW3MN7IIvkMcRlxbGeYCV_ig9iMLShgFY,874
788
788
  iamdata/data/conditionKeys/social-messaging.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
@@ -1216,7 +1216,7 @@ iamdata/data/resourceTypes/ssmmessages.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If5
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
1218
1218
  iamdata/data/resourceTypes/sso.json,sha256=_6H48l4FGu9cZwkXK90haPKUQSieW3RfIIpnDjNSLWk,1089
1219
- iamdata/data/resourceTypes/states.json,sha256=M3KniMVKFF3nlipOQl1gQhaFlhIatDbW3yH9yglfIew,1652
1219
+ iamdata/data/resourceTypes/states.json,sha256=9hHx1cY1q0SxbZ7KVk8f7a7IbN1XsoFNYQGvaBfjQHM,1780
1220
1220
  iamdata/data/resourceTypes/storagegateway.json,sha256=RNt7jrqBTl3Pu_vm_4EHjcga30xOFS85EpbNEzZVjm0,1704
1221
1221
  iamdata/data/resourceTypes/sts.json,sha256=zKdS2gU1uU-7VIu_WFLRSXWxIAQTourJf3nWZ4ndi7E,515
1222
1222
  iamdata/data/resourceTypes/support.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -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.202503191.dist-info/METADATA,sha256=8d2Ndc9FrvF3mwuwlGzO-CPmRUo6GUF4-KFpTVPOJxs,3491
1269
- iamdata-0.1.202503191.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202503191.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202503191.dist-info/RECORD,,
1268
+ iamdata-0.1.202503201.dist-info/METADATA,sha256=X54rKvTKiJ0nTmnjXFXkmEjgJXMF_RcGfA0-GGfhLME,3491
1269
+ iamdata-0.1.202503201.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202503201.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202503201.dist-info/RECORD,,