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

@@ -203,11 +203,23 @@
203
203
  "conditionKeys": [],
204
204
  "dependentActions": []
205
205
  },
206
+ {
207
+ "name": "default-prompt-router",
208
+ "required": true,
209
+ "conditionKeys": [],
210
+ "dependentActions": []
211
+ },
206
212
  {
207
213
  "name": "foundation-model",
208
214
  "required": true,
209
215
  "conditionKeys": [],
210
216
  "dependentActions": []
217
+ },
218
+ {
219
+ "name": "prompt-router",
220
+ "required": true,
221
+ "conditionKeys": [],
222
+ "dependentActions": []
211
223
  }
212
224
  ],
213
225
  "conditionKeys": [
@@ -476,6 +488,36 @@
476
488
  ],
477
489
  "dependentActions": []
478
490
  },
491
+ "createpromptrouter": {
492
+ "name": "CreatePromptRouter",
493
+ "description": "Grants permission to create a custom prompt router",
494
+ "accessLevel": "Write",
495
+ "resourceTypes": [
496
+ {
497
+ "name": "application-inference-profile",
498
+ "required": true,
499
+ "conditionKeys": [],
500
+ "dependentActions": []
501
+ },
502
+ {
503
+ "name": "foundation-model",
504
+ "required": true,
505
+ "conditionKeys": [],
506
+ "dependentActions": []
507
+ },
508
+ {
509
+ "name": "inference-profile",
510
+ "required": true,
511
+ "conditionKeys": [],
512
+ "dependentActions": []
513
+ }
514
+ ],
515
+ "conditionKeys": [
516
+ "aws:RequestTag/${TagKey}",
517
+ "aws:TagKeys"
518
+ ],
519
+ "dependentActions": []
520
+ },
479
521
  "createpromptversion": {
480
522
  "name": "CreatePromptVersion",
481
523
  "description": "Grants permission to create a version of a prompt",
@@ -844,6 +886,21 @@
844
886
  "conditionKeys": [],
845
887
  "dependentActions": []
846
888
  },
889
+ "deletepromptrouter": {
890
+ "name": "DeletePromptRouter",
891
+ "description": "Grants permission to delete a custom prompt router",
892
+ "accessLevel": "Write",
893
+ "resourceTypes": [
894
+ {
895
+ "name": "prompt-router",
896
+ "required": true,
897
+ "conditionKeys": [],
898
+ "dependentActions": []
899
+ }
900
+ ],
901
+ "conditionKeys": [],
902
+ "dependentActions": []
903
+ },
847
904
  "deleteprovisionedmodelthroughput": {
848
905
  "name": "DeleteProvisionedModelThroughput",
849
906
  "description": "Grants permission to delete a provisioned model throughput that you created earlier",
@@ -1512,6 +1569,12 @@
1512
1569
  "required": true,
1513
1570
  "conditionKeys": [],
1514
1571
  "dependentActions": []
1572
+ },
1573
+ {
1574
+ "name": "prompt-router",
1575
+ "required": true,
1576
+ "conditionKeys": [],
1577
+ "dependentActions": []
1515
1578
  }
1516
1579
  ],
1517
1580
  "conditionKeys": [],
@@ -1723,6 +1786,12 @@
1723
1786
  "conditionKeys": [],
1724
1787
  "dependentActions": []
1725
1788
  },
1789
+ {
1790
+ "name": "prompt-router",
1791
+ "required": true,
1792
+ "conditionKeys": [],
1793
+ "dependentActions": []
1794
+ },
1726
1795
  {
1727
1796
  "name": "provisioned-model",
1728
1797
  "required": true,
@@ -1780,6 +1849,12 @@
1780
1849
  "conditionKeys": [],
1781
1850
  "dependentActions": []
1782
1851
  },
1852
+ {
1853
+ "name": "prompt-router",
1854
+ "required": true,
1855
+ "conditionKeys": [],
1856
+ "dependentActions": []
1857
+ },
1783
1858
  {
1784
1859
  "name": "provisioned-model",
1785
1860
  "required": true,
@@ -2311,6 +2386,12 @@
2311
2386
  "conditionKeys": [],
2312
2387
  "dependentActions": []
2313
2388
  },
2389
+ {
2390
+ "name": "prompt-router",
2391
+ "required": true,
2392
+ "conditionKeys": [],
2393
+ "dependentActions": []
2394
+ },
2314
2395
  {
2315
2396
  "name": "prompt-version",
2316
2397
  "required": true,
@@ -2697,6 +2778,12 @@
2697
2778
  "conditionKeys": [],
2698
2779
  "dependentActions": []
2699
2780
  },
2781
+ {
2782
+ "name": "prompt-router",
2783
+ "required": false,
2784
+ "conditionKeys": [],
2785
+ "dependentActions": []
2786
+ },
2700
2787
  {
2701
2788
  "name": "prompt-version",
2702
2789
  "required": false,
@@ -2847,6 +2934,12 @@
2847
2934
  "conditionKeys": [],
2848
2935
  "dependentActions": []
2849
2936
  },
2937
+ {
2938
+ "name": "prompt-router",
2939
+ "required": false,
2940
+ "conditionKeys": [],
2941
+ "dependentActions": []
2942
+ },
2850
2943
  {
2851
2944
  "name": "prompt-version",
2852
2945
  "required": false,
@@ -19,7 +19,8 @@
19
19
  "conditionKeys": [
20
20
  "aws:RequestTag/${TagKey}",
21
21
  "aws:TagKeys",
22
- "codeconnections:ProviderType"
22
+ "codeconnections:ProviderType",
23
+ "codeconnections:VpcId"
23
24
  ],
24
25
  "dependentActions": []
25
26
  },
@@ -495,7 +496,9 @@
495
496
  "dependentActions": []
496
497
  }
497
498
  ],
498
- "conditionKeys": [],
499
+ "conditionKeys": [
500
+ "codeconnections:VpcId"
501
+ ],
499
502
  "dependentActions": []
500
503
  },
501
504
  "updaterepositorylink": {
@@ -19,7 +19,8 @@
19
19
  "conditionKeys": [
20
20
  "aws:RequestTag/${TagKey}",
21
21
  "aws:TagKeys",
22
- "codestar-connections:ProviderType"
22
+ "codestar-connections:ProviderType",
23
+ "codestar-connections:VpcId"
23
24
  ],
24
25
  "dependentActions": []
25
26
  },
@@ -495,7 +496,9 @@
495
496
  "dependentActions": []
496
497
  }
497
498
  ],
498
- "conditionKeys": [],
499
+ "conditionKeys": [
500
+ "codestar-connections:VpcId"
501
+ ],
499
502
  "dependentActions": []
500
503
  },
501
504
  "updaterepositorylink": {
@@ -534,6 +534,24 @@
534
534
  ],
535
535
  "dependentActions": []
536
536
  },
537
+ "modifyippools": {
538
+ "name": "ModifyIpPools",
539
+ "description": "Grants permission to modify the ip pools for a load balancer",
540
+ "accessLevel": "Write",
541
+ "resourceTypes": [
542
+ {
543
+ "name": "loadbalancer/app/",
544
+ "required": false,
545
+ "conditionKeys": [],
546
+ "dependentActions": []
547
+ }
548
+ ],
549
+ "conditionKeys": [
550
+ "aws:ResourceTag/${TagKey}",
551
+ "elasticloadbalancing:ResourceTag/${TagKey}"
552
+ ],
553
+ "dependentActions": []
554
+ },
537
555
  "modifylistener": {
538
556
  "name": "ModifyListener",
539
557
  "description": "Grants permission to modify the specified properties of the specified listener",
@@ -143,6 +143,14 @@
143
143
  "conditionKeys": [],
144
144
  "dependentActions": []
145
145
  },
146
+ "getinteraction": {
147
+ "name": "GetInteraction",
148
+ "description": "Grants permission to retrieve personalized troubleshooting assistance for account and technical issues for a specific interaction",
149
+ "accessLevel": "Read",
150
+ "resourceTypes": [],
151
+ "conditionKeys": [],
152
+ "dependentActions": []
153
+ },
146
154
  "initiatecallforcase": {
147
155
  "name": "InitiateCallForCase",
148
156
  "description": "Grants permission to initiate a call on AWS Support Center. This is an internally managed function",
@@ -198,5 +206,13 @@
198
206
  "resourceTypes": [],
199
207
  "conditionKeys": [],
200
208
  "dependentActions": []
209
+ },
210
+ "startinteraction": {
211
+ "name": "StartInteraction",
212
+ "description": "Grants permission to start a specific interaction to receive personalized troubleshooting assistance for account and technical issues",
213
+ "accessLevel": "Write",
214
+ "resourceTypes": [],
215
+ "conditionKeys": [],
216
+ "dependentActions": []
201
217
  }
202
218
  }
@@ -73,5 +73,10 @@
73
73
  "key": "codeconnections:RepositoryName",
74
74
  "description": "Filters access by the repository name that is passed in the request. Applies only to UseConnection requests for access to repositories owned by a specific user",
75
75
  "type": "String"
76
+ },
77
+ "codeconnections:vpcid": {
78
+ "key": "codeconnections:VpcId",
79
+ "description": "Filters access by the VpcId passed in the request",
80
+ "type": "String"
76
81
  }
77
82
  }
@@ -73,5 +73,10 @@
73
73
  "key": "codestar-connections:RepositoryName",
74
74
  "description": "Filters access by the repository name that is passed in the request. Applies only to UseConnection requests for access to repositories owned by a specific user",
75
75
  "type": "String"
76
+ },
77
+ "codestar-connections:vpcid": {
78
+ "key": "codestar-connections:VpcId",
79
+ "description": "Filters access by the VpcId passed in the request",
80
+ "type": "String"
76
81
  }
77
82
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202503101",
3
- "updatedAt": "2025-03-10T04:41:53.779Z"
2
+ "version": "0.1.202503121",
3
+ "updatedAt": "2025-03-12T04:48:04.251Z"
4
4
  }
@@ -18,6 +18,10 @@
18
18
  "key": "default-prompt-router",
19
19
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:default-prompt-router/${ResourceId}"
20
20
  },
21
+ "prompt-router": {
22
+ "key": "prompt-router",
23
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:prompt-router/${ResourceId}"
24
+ },
21
25
  "application-inference-profile": {
22
26
  "key": "application-inference-profile",
23
27
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:application-inference-profile/${ResourceId}",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202503101
3
+ Version: 0.1.202503121
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=T-ddPHwEd1Y1k15v0uRKqh-sz57Z14IPa7eflNN2ziw,76
7
+ iamdata/data/metadata.json,sha256=Ra-NQVbLtR8lQNy0zhxYdXLAWyCjh_pRCPn0mTJtIec,76
8
8
  iamdata/data/serviceNames.json,sha256=7rqpOppDGN79gw8HoOlfyP3sRAl032Oo5pUNMMT6dfc,18410
9
9
  iamdata/data/services.json,sha256=ieJwxa1_iMnrt6RkrqRwhxfBmt44Wy4qqahZRROz5Jw,7144
10
10
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
@@ -57,7 +57,7 @@ iamdata/data/actions/backup.json,sha256=dR8raNjQ5JmoVeREEutUjLM0KQx5WesZUzmS4vp_
57
57
  iamdata/data/actions/batch.json,sha256=WDT6NPGyJLLRpRDGdx7z6Emwuy2ZHSKOhBI9U107GvU,12594
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=OOXVJiV9kVYLwvfD1kIXI7dJ0fhJOVm-3QR9eYVca3k,83420
60
+ iamdata/data/actions/bedrock.json,sha256=c0zbB_JlRayGZjIFlhnv2vifFBSh6HDZCF39-cn9OD8,85638
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=wOW6oOfFpz0KjEahp8VcgEvwwMMC7VbO3J-5DV1Uesc,5969
@@ -85,7 +85,7 @@ iamdata/data/actions/codeartifact.json,sha256=4LMAjhVuG3Osun615WiVBGz85pqq9lBO9q
85
85
  iamdata/data/actions/codebuild.json,sha256=FY_CZO8dGqgySpuNaPZyCNZjjFEmetUQf6r_8_uTARo,22912
86
86
  iamdata/data/actions/codecatalyst.json,sha256=mzx8k_osgE9Dhhx7DLwaluEsor2HIKRX4FgxxyKUWzc,14626
87
87
  iamdata/data/actions/codecommit.json,sha256=mIqnZgmCQz-J2CKL-3_99zkPco3AK7OIixSebVs_x3o,39501
88
- iamdata/data/actions/codeconnections.json,sha256=d868q_NVlyQI7mKLas0m1GBylUe-DnvP53n9E3B25io,15490
88
+ iamdata/data/actions/codeconnections.json,sha256=KjoJuJyXTBMNZXIIanPLCTGAa4knZoasUHI1QoL53-Y,15556
89
89
  iamdata/data/actions/codedeploy-commands-secure.json,sha256=bPw3sv0xI8XGb_hZf-JHim7zkUp39eu_RUCbnQMr2BA,1022
90
90
  iamdata/data/actions/codedeploy.json,sha256=iz7O8FZaghRAAPnvtKtn99tTRsbimesVsCPhm8KqAYE,19897
91
91
  iamdata/data/actions/codeguru-profiler.json,sha256=2c5RcFf1VDrDeORDBH42bzG0zivqwKA1wtPOnc7fz-M,9283
@@ -93,7 +93,7 @@ iamdata/data/actions/codeguru-reviewer.json,sha256=iksWC3yeuc9PUSnwu1q4iTc1fF9xi
93
93
  iamdata/data/actions/codeguru-security.json,sha256=LVYEobSt9mnIj748m4IL21WgL6TsPBEi2Mlf5OPtWKM,5232
94
94
  iamdata/data/actions/codeguru.json,sha256=WfkAaO_NPlR0RwT1V5sKudheXHp2FwcLrjRGUoXo3ak,341
95
95
  iamdata/data/actions/codepipeline.json,sha256=wyuQ_D_YBr9TgO5-kD_fSoLQkbhg_UxLwAT9-0jhylc,17159
96
- iamdata/data/actions/codestar-connections.json,sha256=i5qhLO1eSInd91zO0qlSgK-7VOdpZXRD3aackpj2FWw,15650
96
+ iamdata/data/actions/codestar-connections.json,sha256=Ptx8e32PzFYxfOqUTFlY5b45ntQqp7b3X_9xhJYHOJo,15726
97
97
  iamdata/data/actions/codestar-notifications.json,sha256=a1c2FYuTxpbIVemaMFzXZDrlFDolrlDHuJjbWo5GFao,5912
98
98
  iamdata/data/actions/codestar.json,sha256=9gkFfw_VL7xNQCGHgG0FpA9WXcWrs0Yq7cTslhE-XT0,8702
99
99
  iamdata/data/actions/codewhisperer.json,sha256=WOxPYwZRkAMNshTSVAr-5degDLnY3P6TGvU6yFKtO0g,8607
@@ -149,7 +149,7 @@ iamdata/data/actions/eks.json,sha256=uqnPJTUD04TcCoL9gq1B9CcBDvxWOusNCSGfiS7pKaQ
149
149
  iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
150
150
  iamdata/data/actions/elasticbeanstalk.json,sha256=lAz2vQMEI8q0jze5njH2Jbal2bToylaaynqw9an7uM4,27164
151
151
  iamdata/data/actions/elasticfilesystem.json,sha256=G5u9Zc6ihv0eairQSZUCndgnr3uydY8thEE60rpd9Dc,17227
152
- iamdata/data/actions/elasticloadbalancing.json,sha256=UJkOARGVeMr5saMAhVuR-g4vIVA0EFgLC31b11L_lJo,35377
152
+ iamdata/data/actions/elasticloadbalancing.json,sha256=b_EbZioFhL5UpW3F4PCZ22Ed380hxuAQpA7xEHrpCbk,35856
153
153
  iamdata/data/actions/elasticmapreduce.json,sha256=DwQt0YQEMFlh6TREETvxFjcPZXB9vbll1uUXsLW5daU,32803
154
154
  iamdata/data/actions/elastictranscoder.json,sha256=ZaGhnQtTfH_ezS5Dm8H_bV_AOMwhd2_2T6Qh8IqtYrM,5590
155
155
  iamdata/data/actions/elemental-activations.json,sha256=CBB_xY1_nbPtesILvCI0X43zhdQR29vW6Qo_N3locjo,3976
@@ -384,7 +384,7 @@ iamdata/data/actions/sso.json,sha256=8Oo8PaUA2XAAfswSgu6hMqZpWzfXviBdtI0v2_m9zUg
384
384
  iamdata/data/actions/states.json,sha256=DNJWrTYPKKwY-qi9CINOI1Ajv9bkI0bIckSEA2E28w8,15468
385
385
  iamdata/data/actions/storagegateway.json,sha256=87l-rpd-cqGJTH5KUx7vcY9_xTFjlZ9m7eGplOpjIAY,43905
386
386
  iamdata/data/actions/sts.json,sha256=9h5vaXpm9CQSG8YbbNm7edCiK8JiZd3hqcNc_AJFIGk,8145
387
- iamdata/data/actions/support.json,sha256=VyK4vHb1ClSxFaCH3UbLqlzAppF0OsOsMxPHY0xi2Ro,7196
387
+ iamdata/data/actions/support.json,sha256=mCwK63u923M4xbOfCV95WYm8JNEovl9pMXrVAUFIj48,7831
388
388
  iamdata/data/actions/supportapp.json,sha256=4_F5iPZ64y_G1bQlR_uQxsTZefZiWi-QpcK74rt2l6w,3850
389
389
  iamdata/data/actions/supportplans.json,sha256=MW_iAr3Ka3WYkQ44WQ3pfVbNRemQVHSWtO8jIX9JdPA,1549
390
390
  iamdata/data/actions/supportrecommendations.json,sha256=yOHJWonwKtV4zt4yZFv0Z0wxprcdde5oAKwbnp9BR2I,715
@@ -504,7 +504,7 @@ iamdata/data/conditionKeys/codeartifact.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQN
504
504
  iamdata/data/conditionKeys/codebuild.json,sha256=En_svRYziiG_HNnsMGv4xdzXxKqjBxTqat59gOc0SD0,971
505
505
  iamdata/data/conditionKeys/codecatalyst.json,sha256=KDcJB__Qfpu07mPb7SmCc5KL-LuJjYq75dWNnorQxKI,508
506
506
  iamdata/data/conditionKeys/codecommit.json,sha256=eB2SJRKOr79bfv-Ig63qnajAcsomAaRom5MoITOWTJM,713
507
- iamdata/data/conditionKeys/codeconnections.json,sha256=qvyBqBTcrTXy5D91QFoPbiS97WumAWq32S9YtKdnv0E,3569
507
+ iamdata/data/conditionKeys/codeconnections.json,sha256=EQ1z-6JyOCwPVFKz-KNv1lSfvk0sU3GNJAwKCXCN_zI,3732
508
508
  iamdata/data/conditionKeys/codedeploy-commands-secure.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
509
509
  iamdata/data/conditionKeys/codedeploy.json,sha256=3LtgqO95psLCdlBh2_DxCa5Gron_VUC5qQpa-E5OZXs,553
510
510
  iamdata/data/conditionKeys/codeguru-profiler.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
@@ -512,7 +512,7 @@ iamdata/data/conditionKeys/codeguru-reviewer.json,sha256=KiqMixOG69C2AoGjsCcfPSN
512
512
  iamdata/data/conditionKeys/codeguru-security.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
513
513
  iamdata/data/conditionKeys/codeguru.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
514
514
  iamdata/data/conditionKeys/codepipeline.json,sha256=3LtgqO95psLCdlBh2_DxCa5Gron_VUC5qQpa-E5OZXs,553
515
- iamdata/data/conditionKeys/codestar-connections.json,sha256=6nOnogu5fI96dEr9gI_1k6LisYALUMbcpOjF1ioSdpE,3694
515
+ iamdata/data/conditionKeys/codestar-connections.json,sha256=y8kCf9_pf3SclHDmfOSvlxWyMToRGXFpcIyMrcRNlys,3867
516
516
  iamdata/data/conditionKeys/codestar-notifications.json,sha256=vr3_NfDYaiXMuVY9Yt01d8Voi52CG5OooXkMy4cjeow,802
517
517
  iamdata/data/conditionKeys/codestar.json,sha256=dyym6t1J43saQQ4GQaPFGyHiRL8Ufknxb1CGgrBPtA4,776
518
518
  iamdata/data/conditionKeys/codewhisperer.json,sha256=VJnJ9jJ0dshuMnBPb9xVxRRiGemrR5fiunTOwZCQWgc,528
@@ -895,7 +895,7 @@ iamdata/data/resourceTypes/backup.json,sha256=nwoT2rxkj-jrpmULliowEmJ_6x4YeThYmf
895
895
  iamdata/data/resourceTypes/batch.json,sha256=jfVf4PiwDGoIi86_dtbmYY1TkUbaNCawB0p1k4uJDjA,1213
896
896
  iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
897
897
  iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
898
- iamdata/data/resourceTypes/bedrock.json,sha256=hWt0qa1I1ZL2N_5ek45ayNq400PVmBNJBy_d5l74uCM,5469
898
+ iamdata/data/resourceTypes/bedrock.json,sha256=S5zPkz_x5NK2be0as4ABoGLMJOLI4UIZv7nM0eMOcS8,5610
899
899
  iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
900
900
  iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
901
901
  iamdata/data/resourceTypes/braket.json,sha256=5yA6ILtuPmcUh5cn3dkvzGstgYy4ClSRcybGd6pFDYo,372
@@ -1268,7 +1268,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1268
1268
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1269
1269
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1270
1270
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1271
- iamdata-0.1.202503101.dist-info/METADATA,sha256=JvJF_OdK9jsS98CpDa64qCZJ25Hzfp1RI9vuzWiYrmY,3491
1272
- iamdata-0.1.202503101.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1273
- iamdata-0.1.202503101.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1274
- iamdata-0.1.202503101.dist-info/RECORD,,
1271
+ iamdata-0.1.202503121.dist-info/METADATA,sha256=d7QktgrHOBxdYLyH1X0bsqkAPCSAJ1sk6djURFj7dpM,3491
1272
+ iamdata-0.1.202503121.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1273
+ iamdata-0.1.202503121.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1274
+ iamdata-0.1.202503121.dist-info/RECORD,,