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

@@ -50,6 +50,23 @@
50
50
  ],
51
51
  "dependentActions": []
52
52
  },
53
+ "createqueryloggingconfiguration": {
54
+ "name": "CreateQueryLoggingConfiguration",
55
+ "description": "Grants permission to create a query logging configuration",
56
+ "accessLevel": "Write",
57
+ "resourceTypes": [
58
+ {
59
+ "name": "workspace",
60
+ "required": true,
61
+ "conditionKeys": [],
62
+ "dependentActions": []
63
+ }
64
+ ],
65
+ "conditionKeys": [
66
+ "aws:ResourceTag/${TagKey}"
67
+ ],
68
+ "dependentActions": []
69
+ },
53
70
  "createrulegroupsnamespace": {
54
71
  "name": "CreateRuleGroupsNamespace",
55
72
  "description": "Grants permission to create a rule groups namespace",
@@ -161,6 +178,23 @@
161
178
  ],
162
179
  "dependentActions": []
163
180
  },
181
+ "deletequeryloggingconfiguration": {
182
+ "name": "DeleteQueryLoggingConfiguration",
183
+ "description": "Grants permission to delete a query logging configuration",
184
+ "accessLevel": "Write",
185
+ "resourceTypes": [
186
+ {
187
+ "name": "workspace",
188
+ "required": true,
189
+ "conditionKeys": [],
190
+ "dependentActions": []
191
+ }
192
+ ],
193
+ "conditionKeys": [
194
+ "aws:ResourceTag/${TagKey}"
195
+ ],
196
+ "dependentActions": []
197
+ },
164
198
  "deleterulegroupsnamespace": {
165
199
  "name": "DeleteRuleGroupsNamespace",
166
200
  "description": "Grants permission to delete a rule groups namespace",
@@ -246,6 +280,23 @@
246
280
  ],
247
281
  "dependentActions": []
248
282
  },
283
+ "describequeryloggingconfiguration": {
284
+ "name": "DescribeQueryLoggingConfiguration",
285
+ "description": "Grants permission to describe a query logging configuration",
286
+ "accessLevel": "Read",
287
+ "resourceTypes": [
288
+ {
289
+ "name": "workspace",
290
+ "required": true,
291
+ "conditionKeys": [],
292
+ "dependentActions": []
293
+ }
294
+ ],
295
+ "conditionKeys": [
296
+ "aws:ResourceTag/${TagKey}"
297
+ ],
298
+ "dependentActions": []
299
+ },
249
300
  "describerulegroupsnamespace": {
250
301
  "name": "DescribeRuleGroupsNamespace",
251
302
  "description": "Grants permission to describe a rule groups namespace",
@@ -733,6 +784,23 @@
733
784
  ],
734
785
  "dependentActions": []
735
786
  },
787
+ "updatequeryloggingconfiguration": {
788
+ "name": "UpdateQueryLoggingConfiguration",
789
+ "description": "Grants permission to update a query logging configuration",
790
+ "accessLevel": "Write",
791
+ "resourceTypes": [
792
+ {
793
+ "name": "workspace",
794
+ "required": true,
795
+ "conditionKeys": [],
796
+ "dependentActions": []
797
+ }
798
+ ],
799
+ "conditionKeys": [
800
+ "aws:ResourceTag/${TagKey}"
801
+ ],
802
+ "dependentActions": []
803
+ },
736
804
  "updatescraper": {
737
805
  "name": "UpdateScraper",
738
806
  "description": "Grants permission to update a scraper",
@@ -25,6 +25,12 @@
25
25
  "required": true,
26
26
  "conditionKeys": [],
27
27
  "dependentActions": []
28
+ },
29
+ {
30
+ "name": "guardrail-profile",
31
+ "required": false,
32
+ "conditionKeys": [],
33
+ "dependentActions": []
28
34
  }
29
35
  ],
30
36
  "conditionKeys": [],
@@ -290,7 +296,14 @@
290
296
  "name": "CreateGuardrail",
291
297
  "description": "Grants permission to create a new guardrail",
292
298
  "accessLevel": "Write",
293
- "resourceTypes": [],
299
+ "resourceTypes": [
300
+ {
301
+ "name": "guardrail-profile",
302
+ "required": false,
303
+ "conditionKeys": [],
304
+ "dependentActions": []
305
+ }
306
+ ],
294
307
  "conditionKeys": [
295
308
  "aws:RequestTag/${TagKey}",
296
309
  "aws:TagKeys"
@@ -1267,6 +1280,33 @@
1267
1280
  "conditionKeys": [],
1268
1281
  "dependentActions": []
1269
1282
  },
1283
+ "getexecutionflowsnapshot": {
1284
+ "name": "GetExecutionFlowSnapshot",
1285
+ "description": "Grants permission to retrieve the flow definition for a flow execution",
1286
+ "accessLevel": "Read",
1287
+ "resourceTypes": [
1288
+ {
1289
+ "name": "flow",
1290
+ "required": true,
1291
+ "conditionKeys": [],
1292
+ "dependentActions": []
1293
+ },
1294
+ {
1295
+ "name": "flow-alias",
1296
+ "required": true,
1297
+ "conditionKeys": [],
1298
+ "dependentActions": []
1299
+ },
1300
+ {
1301
+ "name": "flow-execution",
1302
+ "required": true,
1303
+ "conditionKeys": [],
1304
+ "dependentActions": []
1305
+ }
1306
+ ],
1307
+ "conditionKeys": [],
1308
+ "dependentActions": []
1309
+ },
1270
1310
  "getflow": {
1271
1311
  "name": "GetFlow",
1272
1312
  "description": "Grants permission to retrieve an existing prompt flow",
@@ -1297,6 +1337,33 @@
1297
1337
  "conditionKeys": [],
1298
1338
  "dependentActions": []
1299
1339
  },
1340
+ "getflowexecution": {
1341
+ "name": "GetFlowExecution",
1342
+ "description": "Grants permission to retrieve an existing execution of a flow alias",
1343
+ "accessLevel": "Read",
1344
+ "resourceTypes": [
1345
+ {
1346
+ "name": "flow",
1347
+ "required": true,
1348
+ "conditionKeys": [],
1349
+ "dependentActions": []
1350
+ },
1351
+ {
1352
+ "name": "flow-alias",
1353
+ "required": true,
1354
+ "conditionKeys": [],
1355
+ "dependentActions": []
1356
+ },
1357
+ {
1358
+ "name": "flow-execution",
1359
+ "required": true,
1360
+ "conditionKeys": [],
1361
+ "dependentActions": []
1362
+ }
1363
+ ],
1364
+ "conditionKeys": [],
1365
+ "dependentActions": []
1366
+ },
1300
1367
  "getflowversion": {
1301
1368
  "name": "GetFlowVersion",
1302
1369
  "description": "Grants permission to retrieve an existing version of a prompt flow",
@@ -2047,6 +2114,54 @@
2047
2114
  "conditionKeys": [],
2048
2115
  "dependentActions": []
2049
2116
  },
2117
+ "listflowexecutionevents": {
2118
+ "name": "ListFlowExecutionEvents",
2119
+ "description": "Grants permission to retrieve events for a flow execution",
2120
+ "accessLevel": "List",
2121
+ "resourceTypes": [
2122
+ {
2123
+ "name": "flow",
2124
+ "required": true,
2125
+ "conditionKeys": [],
2126
+ "dependentActions": []
2127
+ },
2128
+ {
2129
+ "name": "flow-alias",
2130
+ "required": true,
2131
+ "conditionKeys": [],
2132
+ "dependentActions": []
2133
+ },
2134
+ {
2135
+ "name": "flow-execution",
2136
+ "required": true,
2137
+ "conditionKeys": [],
2138
+ "dependentActions": []
2139
+ }
2140
+ ],
2141
+ "conditionKeys": [],
2142
+ "dependentActions": []
2143
+ },
2144
+ "listflowexecutions": {
2145
+ "name": "ListFlowExecutions",
2146
+ "description": "Grants permission to list executions of a flow or a flow alias",
2147
+ "accessLevel": "List",
2148
+ "resourceTypes": [
2149
+ {
2150
+ "name": "flow",
2151
+ "required": true,
2152
+ "conditionKeys": [],
2153
+ "dependentActions": []
2154
+ },
2155
+ {
2156
+ "name": "flow-alias",
2157
+ "required": false,
2158
+ "conditionKeys": [],
2159
+ "dependentActions": []
2160
+ }
2161
+ ],
2162
+ "conditionKeys": [],
2163
+ "dependentActions": []
2164
+ },
2050
2165
  "listflowversions": {
2051
2166
  "name": "ListFlowVersions",
2052
2167
  "description": "Grants permission to list existing versions of a prompt flow",
@@ -2589,6 +2704,27 @@
2589
2704
  "conditionKeys": [],
2590
2705
  "dependentActions": []
2591
2706
  },
2707
+ "startflowexecution": {
2708
+ "name": "StartFlowExecution",
2709
+ "description": "Grants permission to start an execution of a flow alias",
2710
+ "accessLevel": "Write",
2711
+ "resourceTypes": [
2712
+ {
2713
+ "name": "flow",
2714
+ "required": true,
2715
+ "conditionKeys": [],
2716
+ "dependentActions": []
2717
+ },
2718
+ {
2719
+ "name": "flow-alias",
2720
+ "required": true,
2721
+ "conditionKeys": [],
2722
+ "dependentActions": []
2723
+ }
2724
+ ],
2725
+ "conditionKeys": [],
2726
+ "dependentActions": []
2727
+ },
2592
2728
  "startingestionjob": {
2593
2729
  "name": "StartIngestionJob",
2594
2730
  "description": "Grants permission to start an ingestion job",
@@ -2619,6 +2755,33 @@
2619
2755
  "conditionKeys": [],
2620
2756
  "dependentActions": []
2621
2757
  },
2758
+ "stopflowexecution": {
2759
+ "name": "StopFlowExecution",
2760
+ "description": "Grants permission to stop an execution of a flow alias",
2761
+ "accessLevel": "Write",
2762
+ "resourceTypes": [
2763
+ {
2764
+ "name": "flow",
2765
+ "required": true,
2766
+ "conditionKeys": [],
2767
+ "dependentActions": []
2768
+ },
2769
+ {
2770
+ "name": "flow-alias",
2771
+ "required": true,
2772
+ "conditionKeys": [],
2773
+ "dependentActions": []
2774
+ },
2775
+ {
2776
+ "name": "flow-execution",
2777
+ "required": true,
2778
+ "conditionKeys": [],
2779
+ "dependentActions": []
2780
+ }
2781
+ ],
2782
+ "conditionKeys": [],
2783
+ "dependentActions": []
2784
+ },
2622
2785
  "stopingestionjob": {
2623
2786
  "name": "StopIngestionJob",
2624
2787
  "description": "Grants permission to stop an ingestion job",
@@ -3147,6 +3310,12 @@
3147
3310
  "required": true,
3148
3311
  "conditionKeys": [],
3149
3312
  "dependentActions": []
3313
+ },
3314
+ {
3315
+ "name": "guardrail-profile",
3316
+ "required": false,
3317
+ "conditionKeys": [],
3318
+ "dependentActions": []
3150
3319
  }
3151
3320
  ],
3152
3321
  "conditionKeys": [],
@@ -160,32 +160,6 @@
160
160
  ],
161
161
  "dependentActions": []
162
162
  },
163
- "createpresignedurl": {
164
- "name": "CreatePresignedUrl",
165
- "description": "Grants permission to create a presigned URL for uploading a file to a Q App or Q App Session in the Q Business application environment",
166
- "accessLevel": "Write",
167
- "resourceTypes": [
168
- {
169
- "name": "qapp",
170
- "required": false,
171
- "conditionKeys": [],
172
- "dependentActions": []
173
- },
174
- {
175
- "name": "qapp-session",
176
- "required": false,
177
- "conditionKeys": [],
178
- "dependentActions": []
179
- }
180
- ],
181
- "conditionKeys": [
182
- "qapps:UserIsAppOwner",
183
- "qapps:AppIsPublished",
184
- "qapps:UserIsSessionModerator",
185
- "qapps:SessionIsShared"
186
- ],
187
- "dependentActions": []
188
- },
189
163
  "createqapp": {
190
164
  "name": "CreateQApp",
191
165
  "description": "Grants permission to create Q App in the Q Business application environment",
@@ -458,58 +432,6 @@
458
432
  ],
459
433
  "dependentActions": []
460
434
  },
461
- "importdocumenttoqapp": {
462
- "name": "ImportDocumentToQApp",
463
- "isPermissionOnly": true,
464
- "description": "Grants permission to import a document to Q App in the Q Business application environment",
465
- "accessLevel": "Write",
466
- "resourceTypes": [
467
- {
468
- "name": "application",
469
- "required": false,
470
- "conditionKeys": [],
471
- "dependentActions": []
472
- },
473
- {
474
- "name": "qapp",
475
- "required": false,
476
- "conditionKeys": [],
477
- "dependentActions": []
478
- }
479
- ],
480
- "conditionKeys": [
481
- "qapps:UserIsAppOwner",
482
- "qapps:AppIsPublished"
483
- ],
484
- "dependentActions": []
485
- },
486
- "importdocumenttoqappsession": {
487
- "name": "ImportDocumentToQAppSession",
488
- "isPermissionOnly": true,
489
- "description": "Grants permission to import a document to Q App session in the Q Business application environment",
490
- "accessLevel": "Write",
491
- "resourceTypes": [
492
- {
493
- "name": "application",
494
- "required": false,
495
- "conditionKeys": [],
496
- "dependentActions": []
497
- },
498
- {
499
- "name": "qapp-session",
500
- "required": false,
501
- "conditionKeys": [],
502
- "dependentActions": []
503
- }
504
- ],
505
- "conditionKeys": [
506
- "qapps:UserIsAppOwner",
507
- "qapps:AppIsPublished",
508
- "qapps:UserIsSessionModerator",
509
- "qapps:SessionIsShared"
510
- ],
511
- "dependentActions": []
512
- },
513
435
  "listcategories": {
514
436
  "name": "ListCategories",
515
437
  "description": "Grants permission to list categories in the Q Business application environment",
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202505231",
3
- "updatedAt": "2025-05-23T04:48:27.458Z"
2
+ "version": "0.1.202505241",
3
+ "updatedAt": "2025-05-24T04:48:21.368Z"
4
4
  }
@@ -99,6 +99,10 @@
99
99
  "aws:ResourceTag/${TagKey}"
100
100
  ]
101
101
  },
102
+ "guardrail-profile": {
103
+ "key": "guardrail-profile",
104
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:guardrail-profile/${ResourceId}"
105
+ },
102
106
  "flow": {
103
107
  "key": "flow",
104
108
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:flow/${FlowId}",
@@ -113,6 +117,10 @@
113
117
  "aws:ResourceTag/${TagKey}"
114
118
  ]
115
119
  },
120
+ "flow-execution": {
121
+ "key": "flow-execution",
122
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:flow/${FlowId}/alias/${FlowAliasId}/execution/${FlowExecutionId}"
123
+ },
116
124
  "model-copy-job": {
117
125
  "key": "model-copy-job",
118
126
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:model-copy-job/${ResourceId}",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202505231
3
+ Version: 0.1.202505241
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=DIYZ9WqZWQ_4BjLwg0cSUrJSELAj0a9SZYrxjxnY_L0,76
7
+ iamdata/data/metadata.json,sha256=CPH3YcJ9K3dMTM5AWdV_6xQ-P9TlpYW0H5ao1lJrVgw,76
8
8
  iamdata/data/serviceNames.json,sha256=ms_55dp8bPobEthMcfs3MvPGhKjE6fSWz06V6_NnVrs,18422
9
9
  iamdata/data/services.json,sha256=0cUxm8n2SwGM65YNE7s82l4r0IIthuRyHwCNON7Qq6c,7154
10
10
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
@@ -37,7 +37,7 @@ iamdata/data/actions/appstream.json,sha256=cYGacTXelk8zkzWsfF_FhXjE68-C92hFJvJN7
37
37
  iamdata/data/actions/appstudio.json,sha256=bZmKZgKnZICwW_02tq1ffxGk-KFHEMzq1kSM_3PqOW0,1383
38
38
  iamdata/data/actions/appsync.json,sha256=H6Ioux0egMi4kpz_pkE7DQODBvVsGaxK-m_7QgNWoFk,27861
39
39
  iamdata/data/actions/apptest.json,sha256=3FtHxogRlavO4v9zGjP0Ycp-lZUcktzc9EvLicQcGdU,9480
40
- iamdata/data/actions/aps.json,sha256=rFzVl_X5qhYvm13eqqopiBbOBVAQ1rk-nD4j_SCRGy0,19724
40
+ iamdata/data/actions/aps.json,sha256=yzZUIzG5JyQj4mqzpXoUYorI0udBRaPrnvjgt7xtvbE,21533
41
41
  iamdata/data/actions/arc-zonal-shift.json,sha256=PpXOoqoBMfQ_0o7DkLSw3NNJtXg-2ghw3Ne-WY_kKwE,6662
42
42
  iamdata/data/actions/arsenal.json,sha256=lLBpUGwniNiUndnY4TXSJ5qKhv09Ay6JmbgQjenHFNE,330
43
43
  iamdata/data/actions/artifact.json,sha256=1V3LLNV8gMCtoY7wOs_KF9loaq_Ue1mMXTlgEFdIbXQ,5879
@@ -57,7 +57,7 @@ iamdata/data/actions/backup.json,sha256=dR8raNjQ5JmoVeREEutUjLM0KQx5WesZUzmS4vp_
57
57
  iamdata/data/actions/batch.json,sha256=0ReKY6Wxy-uzPSjI7cMBl77fRLpgpxPnJvRk2oABqS8,15822
58
58
  iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
59
59
  iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
60
- iamdata/data/actions/bedrock.json,sha256=f9sNXe80CsduuJ6ltcDzPo4mQGHj1iYmmlV3RqBKKp0,85852
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
63
  iamdata/data/actions/braket.json,sha256=XbePDa3XX-4ztOvhPfr4FjEb10iGBQi4e65VC4tUlag,6039
@@ -302,7 +302,7 @@ iamdata/data/actions/profile.json,sha256=sEvmrrw_rhNh_Ta3sBvzBahl9ni2iwR2mNSiHLY
302
302
  iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54PATU,49972
303
303
  iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
304
304
  iamdata/data/actions/q.json,sha256=iWr-C_4ZqKX5sX5G_l4KGIpPf_XprnnSZgDM4FMx9jw,13525
305
- iamdata/data/actions/qapps.json,sha256=qOgramTbI6DagOhSKyFW8TELITuqF1vLL8S4bO4WJng,22802
305
+ iamdata/data/actions/qapps.json,sha256=UjpvowXwXCd264n47mBBIJll7OtOsJupW7sLS_W0PdE,20681
306
306
  iamdata/data/actions/qbusiness.json,sha256=NiJ7iB6SzvP1XVBk_5XGFn7_5bAhlOjjYEwASHuakeQ,42860
307
307
  iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
308
308
  iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
@@ -897,7 +897,7 @@ iamdata/data/resourceTypes/backup.json,sha256=nwoT2rxkj-jrpmULliowEmJ_6x4YeThYmf
897
897
  iamdata/data/resourceTypes/batch.json,sha256=myIDeOX1B_WycacLBdpRgAlcoK_AHGLZjQY1NGmgiyc,1446
898
898
  iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
899
899
  iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
900
- iamdata/data/resourceTypes/bedrock.json,sha256=u2ueqW4MtxC_HKVgHh-lmyu0PPdaAElUyghqf8Y8gT0,5802
900
+ iamdata/data/resourceTypes/bedrock.json,sha256=WCXpbfmDRTMGjMHc2aoq3BWW3WbjML04ZNXQtwgOjDM,6135
901
901
  iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
902
902
  iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
903
903
  iamdata/data/resourceTypes/braket.json,sha256=5yA6ILtuPmcUh5cn3dkvzGstgYy4ClSRcybGd6pFDYo,372
@@ -1271,7 +1271,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1271
1271
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1272
1272
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1273
1273
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1274
- iamdata-0.1.202505231.dist-info/METADATA,sha256=aellZUtE3OJVifaPKM6d7KySawHfx_IhMBqJmd5b7Mc,3491
1275
- iamdata-0.1.202505231.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1276
- iamdata-0.1.202505231.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1277
- iamdata-0.1.202505231.dist-info/RECORD,,
1274
+ iamdata-0.1.202505241.dist-info/METADATA,sha256=2DGFZC0aD2A1Hlh5PYpid4FWMNcO4m7j5TZlepwZymk,3491
1275
+ iamdata-0.1.202505241.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1276
+ iamdata-0.1.202505241.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1277
+ iamdata-0.1.202505241.dist-info/RECORD,,