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

@@ -190,6 +190,24 @@
190
190
  ],
191
191
  "dependentActions": []
192
192
  },
193
+ "createcustommodeldeployment": {
194
+ "name": "CreateCustomModelDeployment",
195
+ "description": "Grants permission to create a custom model deployment for custom model",
196
+ "accessLevel": "Write",
197
+ "resourceTypes": [
198
+ {
199
+ "name": "custom-model",
200
+ "required": true,
201
+ "conditionKeys": [],
202
+ "dependentActions": []
203
+ }
204
+ ],
205
+ "conditionKeys": [
206
+ "aws:RequestTag/${TagKey}",
207
+ "aws:TagKeys"
208
+ ],
209
+ "dependentActions": []
210
+ },
193
211
  "createdataautomationproject": {
194
212
  "name": "CreateDataAutomationProject",
195
213
  "description": "Grants permission to create a data automation project",
@@ -714,6 +732,21 @@
714
732
  "conditionKeys": [],
715
733
  "dependentActions": []
716
734
  },
735
+ "deletecustommodeldeployment": {
736
+ "name": "DeleteCustomModelDeployment",
737
+ "description": "Grants permission to delete a custom model deployment that you created earlier",
738
+ "accessLevel": "Write",
739
+ "resourceTypes": [
740
+ {
741
+ "name": "custom-model-deployment",
742
+ "required": true,
743
+ "conditionKeys": [],
744
+ "dependentActions": []
745
+ }
746
+ ],
747
+ "conditionKeys": [],
748
+ "dependentActions": []
749
+ },
717
750
  "deletedataautomationproject": {
718
751
  "name": "DeleteDataAutomationProject",
719
752
  "description": "Grants permission to delete a data automation project",
@@ -1239,6 +1272,21 @@
1239
1272
  "conditionKeys": [],
1240
1273
  "dependentActions": []
1241
1274
  },
1275
+ "getcustommodeldeployment": {
1276
+ "name": "GetCustomModelDeployment",
1277
+ "description": "Grants permission to get the properties associated with a custom model deployment. Use this operation to get the status of a custom model deployment",
1278
+ "accessLevel": "Read",
1279
+ "resourceTypes": [
1280
+ {
1281
+ "name": "custom-model-deployment",
1282
+ "required": true,
1283
+ "conditionKeys": [],
1284
+ "dependentActions": []
1285
+ }
1286
+ ],
1287
+ "conditionKeys": [],
1288
+ "dependentActions": []
1289
+ },
1242
1290
  "getdataautomationproject": {
1243
1291
  "name": "GetDataAutomationProject",
1244
1292
  "description": "Grants permission to retrieve an existing data automation project",
@@ -1859,6 +1907,12 @@
1859
1907
  "conditionKeys": [],
1860
1908
  "dependentActions": []
1861
1909
  },
1910
+ {
1911
+ "name": "custom-model-deployment",
1912
+ "required": true,
1913
+ "conditionKeys": [],
1914
+ "dependentActions": []
1915
+ },
1862
1916
  {
1863
1917
  "name": "default-prompt-router",
1864
1918
  "required": true,
@@ -1922,6 +1976,12 @@
1922
1976
  "conditionKeys": [],
1923
1977
  "dependentActions": []
1924
1978
  },
1979
+ {
1980
+ "name": "custom-model-deployment",
1981
+ "required": true,
1982
+ "conditionKeys": [],
1983
+ "dependentActions": []
1984
+ },
1925
1985
  {
1926
1986
  "name": "default-prompt-router",
1927
1987
  "required": true,
@@ -2072,6 +2132,14 @@
2072
2132
  "conditionKeys": [],
2073
2133
  "dependentActions": []
2074
2134
  },
2135
+ "listcustommodeldeployments": {
2136
+ "name": "ListCustomModelDeployments",
2137
+ "description": "Grants permission to get the list of custom model deployments that you have submitted",
2138
+ "accessLevel": "List",
2139
+ "resourceTypes": [],
2140
+ "conditionKeys": [],
2141
+ "dependentActions": []
2142
+ },
2075
2143
  "listcustommodels": {
2076
2144
  "name": "ListCustomModels",
2077
2145
  "description": "Grants permission to get a list of Bedrock custom models that you have created",
@@ -2447,6 +2515,12 @@
2447
2515
  "conditionKeys": [],
2448
2516
  "dependentActions": []
2449
2517
  },
2518
+ {
2519
+ "name": "custom-model-deployment",
2520
+ "required": true,
2521
+ "conditionKeys": [],
2522
+ "dependentActions": []
2523
+ },
2450
2524
  {
2451
2525
  "name": "data-automation-invocation-job",
2452
2526
  "required": true,
@@ -2887,6 +2961,12 @@
2887
2961
  "conditionKeys": [],
2888
2962
  "dependentActions": []
2889
2963
  },
2964
+ {
2965
+ "name": "custom-model-deployment",
2966
+ "required": false,
2967
+ "conditionKeys": [],
2968
+ "dependentActions": []
2969
+ },
2890
2970
  {
2891
2971
  "name": "data-automation-invocation-job",
2892
2972
  "required": false,
@@ -3043,6 +3123,12 @@
3043
3123
  "conditionKeys": [],
3044
3124
  "dependentActions": []
3045
3125
  },
3126
+ {
3127
+ "name": "custom-model-deployment",
3128
+ "required": false,
3129
+ "conditionKeys": [],
3130
+ "dependentActions": []
3131
+ },
3046
3132
  {
3047
3133
  "name": "data-automation-invocation-job",
3048
3134
  "required": false,
@@ -113,7 +113,10 @@
113
113
  "dependentActions": []
114
114
  }
115
115
  ],
116
- "conditionKeys": [],
116
+ "conditionKeys": [
117
+ "cloud9:UserArn",
118
+ "cloud9:EnvironmentId"
119
+ ],
117
120
  "dependentActions": []
118
121
  },
119
122
  "describeec2remote": {
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "createcertificate": {
18
18
  "name": "CreateCertificate",
19
- "description": "Grants permission to create a certificate",
19
+ "description": "Grants permission to call the CreateCertificate method to accept the CertificateSigningRequest, and return the signed certificate",
20
20
  "accessLevel": "Write",
21
21
  "resourceTypes": [],
22
22
  "conditionKeys": [],
@@ -278,6 +278,12 @@
278
278
  "conditionKeys": [],
279
279
  "dependentActions": []
280
280
  },
281
+ {
282
+ "name": "securityConfiguration",
283
+ "required": false,
284
+ "conditionKeys": [],
285
+ "dependentActions": []
286
+ },
281
287
  {
282
288
  "name": "virtualCluster",
283
289
  "required": false,
@@ -339,6 +345,12 @@
339
345
  "conditionKeys": [],
340
346
  "dependentActions": []
341
347
  },
348
+ {
349
+ "name": "securityConfiguration",
350
+ "required": false,
351
+ "conditionKeys": [],
352
+ "dependentActions": []
353
+ },
342
354
  {
343
355
  "name": "virtualCluster",
344
356
  "required": false,
@@ -375,6 +387,12 @@
375
387
  "conditionKeys": [],
376
388
  "dependentActions": []
377
389
  },
390
+ {
391
+ "name": "securityConfiguration",
392
+ "required": false,
393
+ "conditionKeys": [],
394
+ "dependentActions": []
395
+ },
378
396
  {
379
397
  "name": "virtualCluster",
380
398
  "required": false,
@@ -67,6 +67,21 @@
67
67
  "conditionKeys": [],
68
68
  "dependentActions": []
69
69
  },
70
+ "getdicombulkdata": {
71
+ "name": "GetDICOMBulkdata",
72
+ "description": "Grants permission to get dicom bulkdata in binary format",
73
+ "accessLevel": "Read",
74
+ "resourceTypes": [
75
+ {
76
+ "name": "datastore",
77
+ "required": true,
78
+ "conditionKeys": [],
79
+ "dependentActions": []
80
+ }
81
+ ],
82
+ "conditionKeys": [],
83
+ "dependentActions": []
84
+ },
70
85
  "getdicomimportjob": {
71
86
  "name": "GetDICOMImportJob",
72
87
  "description": "Grants permission to get an import job's properties",
@@ -360,6 +375,36 @@
360
375
  "conditionKeys": [],
361
376
  "dependentActions": []
362
377
  },
378
+ "storedicom": {
379
+ "name": "StoreDICOM",
380
+ "description": "Grants permission to store dicom instances that returns result in DICOM JSON format",
381
+ "accessLevel": "Write",
382
+ "resourceTypes": [
383
+ {
384
+ "name": "datastore",
385
+ "required": true,
386
+ "conditionKeys": [],
387
+ "dependentActions": []
388
+ }
389
+ ],
390
+ "conditionKeys": [],
391
+ "dependentActions": []
392
+ },
393
+ "storedicomstudy": {
394
+ "name": "StoreDICOMStudy",
395
+ "description": "Grants permission to store a dicom study that returns result in DICOM JSON format",
396
+ "accessLevel": "Write",
397
+ "resourceTypes": [
398
+ {
399
+ "name": "datastore",
400
+ "required": true,
401
+ "conditionKeys": [],
402
+ "dependentActions": []
403
+ }
404
+ ],
405
+ "conditionKeys": [],
406
+ "dependentActions": []
407
+ },
363
408
  "tagresource": {
364
409
  "name": "TagResource",
365
410
  "description": "Grants permission to add tags to a medical imaging resource",
@@ -697,6 +697,24 @@
697
697
  ],
698
698
  "dependentActions": []
699
699
  },
700
+ "pausemultiregionclusterreplication": {
701
+ "name": "PauseMultiRegionClusterReplication",
702
+ "isPermissionOnly": true,
703
+ "description": "Grants permission to pause replication for a Multi-Region cluster",
704
+ "accessLevel": "Write",
705
+ "resourceTypes": [
706
+ {
707
+ "name": "multiregioncluster",
708
+ "required": true,
709
+ "conditionKeys": [],
710
+ "dependentActions": []
711
+ }
712
+ ],
713
+ "conditionKeys": [
714
+ "aws:ResourceTag/${TagKey}"
715
+ ],
716
+ "dependentActions": []
717
+ },
700
718
  "purchasereservednodesoffering": {
701
719
  "name": "PurchaseReservedNodesOffering",
702
720
  "description": "Grants permissions to purchase a new reserved node",
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202507171",
3
- "updatedAt": "2025-07-17T05:02:02.140Z"
2
+ "version": "0.1.202507191",
3
+ "updatedAt": "2025-07-19T04:56:02.566Z"
4
4
  }
@@ -191,5 +191,12 @@
191
191
  "conditionKeys": [
192
192
  "aws:ResourceTag/${TagKey}"
193
193
  ]
194
+ },
195
+ "custom-model-deployment": {
196
+ "key": "custom-model-deployment",
197
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:custom-model/${ResourceId}",
198
+ "conditionKeys": [
199
+ "aws:ResourceTag/${TagKey}"
200
+ ]
194
201
  }
195
202
  }
@@ -33,9 +33,5 @@
33
33
  "conditionKeys": [
34
34
  "aws:ResourceTag/${TagKey}"
35
35
  ]
36
- },
37
- "certificate": {
38
- "key": "certificate",
39
- "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/certificates/${CertificateId}"
40
36
  }
41
37
  }
@@ -55,10 +55,7 @@
55
55
  },
56
56
  "namespace": {
57
57
  "key": "namespace",
58
- "arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}",
59
- "conditionKeys": [
60
- "aws:ResourceTag/${TagKey}"
61
- ]
58
+ "arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}"
62
59
  },
63
60
  "parametergroup": {
64
61
  "key": "parametergroup",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202507171
3
+ Version: 0.1.202507191
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=62EhujjeWM9ZwlFCDQcors3pSn3NO7EupBprZ5E3ilI,76
7
+ iamdata/data/metadata.json,sha256=64BcV-u9jf_cjTNFbBee5PJ7vXAnFX1PtywiQB-xuOE,76
8
8
  iamdata/data/serviceNames.json,sha256=2FxBQrJ7gxWVYB2S0sLqMHXdh3oW3n5Z2nWDT8H-2x0,18575
9
9
  iamdata/data/services.json,sha256=FmWyi-xI0eK_g9bdwqFpaQKosjb2D4DoihExduuroyg,7223
10
10
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
@@ -58,7 +58,7 @@ iamdata/data/actions/batch.json,sha256=0ReKY6Wxy-uzPSjI7cMBl77fRLpgpxPnJvRk2oABq
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
60
  iamdata/data/actions/bedrock-agentcore.json,sha256=4o0VbN1SNgEj0ZQ4_Mc4JoljfX7QPSohk9lQBrwJd28,29001
61
- iamdata/data/actions/bedrock.json,sha256=wXSiaSoYTUPkZl9if8tdMmFiBYWghyZR-naw--9L-gY,90483
61
+ iamdata/data/actions/bedrock.json,sha256=xlgwOvlvbvU6GqPXAAStaJc3nZkRYEnSQIX1VUJsSyg,92928
62
62
  iamdata/data/actions/billing.json,sha256=tlpZgCGc05gf3Dt2kV-VICRX2Tb1PX7OlCHSqTDRcKU,8947
63
63
  iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
64
64
  iamdata/data/actions/braket.json,sha256=ckpknxfX95gNPieCdF9SwWtG0h5vusN-D2BkldAANFs,5658
@@ -71,7 +71,7 @@ iamdata/data/actions/chatbot.json,sha256=u-Ib1coBm3aWz1nnfQoLpK8ADrCvZX85otTuUPp
71
71
  iamdata/data/actions/chime.json,sha256=8gattJeWU-RLXnSBCxbwmBC9TlTiph1n1RddqIIQv34,134408
72
72
  iamdata/data/actions/cleanrooms-ml.json,sha256=5PGSYRckq8xpMuzTrOjBN6j3I9UwHPcttBh7ULHjnrk,29129
73
73
  iamdata/data/actions/cleanrooms.json,sha256=a_Zh9iODZ31v-_4EhjJ6km67MUhRLZgtOdj-8PFC9a0,48419
74
- iamdata/data/actions/cloud9.json,sha256=uAxjSH88ABvGXz2YaADg42entA0mBcOSIY9-zCGZayY,12911
74
+ iamdata/data/actions/cloud9.json,sha256=hPRl1ah40UI913-gRC8Bo8hPAtAbe0nsytNy6lxTHqw,12969
75
75
  iamdata/data/actions/clouddirectory.json,sha256=CH3QAtTSZb7UCWXCYkfddRG5rGNbIXupVatrFPKG4PM,29198
76
76
  iamdata/data/actions/cloudformation.json,sha256=7woLNfne-QjqJCZy15BsJrQKaV-5vlCX0aHlF_srLyg,38905
77
77
  iamdata/data/actions/cloudfront-keyvaluestore.json,sha256=hNTagDn1DcoTc-XDysrPaGQ3qjbddWwh2DkHt_4Cxws,2333
@@ -156,7 +156,7 @@ iamdata/data/actions/elemental-activations.json,sha256=CBB_xY1_nbPtesILvCI0X43zh
156
156
  iamdata/data/actions/elemental-appliances-software.json,sha256=ITJ9bDhj-7_O8xjSMk6XHGFfNPXbf-78FrzIu3n0wjM,4066
157
157
  iamdata/data/actions/elemental-support-cases.json,sha256=dT1ASawW0gLgTGdbA-o-X7-6F-OsSExqHLkhgTgGuh4,6466
158
158
  iamdata/data/actions/elemental-support-content.json,sha256=eAq3Ca4qB6_u3eDIOy5nRo6wkpE0tUEwu20za8FzUPE,241
159
- iamdata/data/actions/emr-containers.json,sha256=Cz5PDmzine3lmvEa1SqbaOh_faxNlMn43fNfgvQNSUI,9960
159
+ iamdata/data/actions/emr-containers.json,sha256=nGxAT13C4zdXQhuM3IC8OXllQkQq4gHIJjV61OpOsWI,10483
160
160
  iamdata/data/actions/emr-serverless.json,sha256=Nr2ASqP0BgpLdQ0-Om29Syn0yiwbqL5zMN-5IrJ3jHc,7210
161
161
  iamdata/data/actions/entityresolution.json,sha256=8YvuJu5ZnHeUIwZhB5dGiD7PGzEw-qwV_sT0PpwcS7A,14637
162
162
  iamdata/data/actions/es.json,sha256=bdqD51F2DSxf5DAu6Kh1aTmNBsXH1MHBJCvCSvngMHQ,43956
@@ -256,8 +256,8 @@ iamdata/data/actions/mediapackage.json,sha256=taxoGgmLGStZ30dKbikDPxxyqFzowGJwXg
256
256
  iamdata/data/actions/mediapackagev2.json,sha256=iEcytBBt7pQtqwvgSXvczWTmTpMsm3AuSgjQKnsz-QE,19885
257
257
  iamdata/data/actions/mediastore.json,sha256=ioJ3MSAQskNIz4fY4KwNen0qXNJNGCEvsfY7Q124UGw,9870
258
258
  iamdata/data/actions/mediatailor.json,sha256=7qxJ5X8ylYiHkjJRWlu_f77V3jZ5g79S6FA8DTa7kmY,19351
259
- iamdata/data/actions/medical-imaging.json,sha256=lWIGIFxfd4ul7e9IWljIv0rTJW0V3SWMioL2pLzzUr0,10825
260
- iamdata/data/actions/memorydb.json,sha256=qZc51k5ZkProhwc4TZ3D4aLbD6nL0b2SOwJgG_6tCNA,25332
259
+ iamdata/data/actions/medical-imaging.json,sha256=Sw72xe2UTvuzpA1vuvdAetHBP0a1zdKbHrFWlF2C92g,12005
260
+ iamdata/data/actions/memorydb.json,sha256=4EE2rg33tbKShx_Ay-h1z0pILqr2zT5lJ2KK1z5Ijtc,25836
261
261
  iamdata/data/actions/mgh.json,sha256=rVxqPZE3FNU2wqGudVnOiMkhrERHGlw9gOb0xM_TJL0,15934
262
262
  iamdata/data/actions/mgn.json,sha256=_DE3ZvX66CnRgMFqkhflZFbcHWnklLvh8hd1FTrDo_U,64499
263
263
  iamdata/data/actions/migrationhub-orchestrator.json,sha256=4ngX4tJL1lF-3CYTNusuY-SW6jfmP18udS9mya4kzUI,12778
@@ -908,7 +908,7 @@ iamdata/data/resourceTypes/batch.json,sha256=myIDeOX1B_WycacLBdpRgAlcoK_AHGLZjQY
908
908
  iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
909
909
  iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
910
910
  iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=GSekUrW9Lbe2q5ZBDnZOH7tbyDEhBCD_HjElwBLEzMo,1823
911
- iamdata/data/resourceTypes/bedrock.json,sha256=WCXpbfmDRTMGjMHc2aoq3BWW3WbjML04ZNXQtwgOjDM,6135
911
+ iamdata/data/resourceTypes/bedrock.json,sha256=WbfjP8yNoGZuBjoVk9dKy13gNLGRNiSICwGTYcCxh2Y,6359
912
912
  iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
913
913
  iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
914
914
  iamdata/data/resourceTypes/braket.json,sha256=5yA6ILtuPmcUh5cn3dkvzGstgYy4ClSRcybGd6pFDYo,372
@@ -1006,7 +1006,7 @@ iamdata/data/resourceTypes/elemental-activations.json,sha256=RBNvo1WzZ4oRRq0W9-h
1006
1006
  iamdata/data/resourceTypes/elemental-appliances-software.json,sha256=Kb2Qout9g8Z1fXvsabEGMRuwtyQY6PbMKaryWdOG-ec,141
1007
1007
  iamdata/data/resourceTypes/elemental-support-cases.json,sha256=WrnfSglgmberf_jGoR-gHiRx84qPMvnBZwvF-eqICjM,187
1008
1008
  iamdata/data/resourceTypes/elemental-support-content.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1009
- iamdata/data/resourceTypes/emr-containers.json,sha256=uwh3cNqSLHIlHsQ1eo5v5rD-u8VMX9riGzkT5Z_qN3A,1310
1009
+ iamdata/data/resourceTypes/emr-containers.json,sha256=Rw_VuTDkB-BFN-CYk2mjdNgny49g51KThbRW4C_wUlQ,1163
1010
1010
  iamdata/data/resourceTypes/emr-serverless.json,sha256=Synr76gUV50ig8Wic4MRsQHa3qpIkPQGCHlSv46XiS8,434
1011
1011
  iamdata/data/resourceTypes/entityresolution.json,sha256=wJqhFgiNDrA9IvZvd02wZ0wKV1hO_5ndMkOAdIqrC1c,1127
1012
1012
  iamdata/data/resourceTypes/es.json,sha256=47_z_Czok3nPYwg_4Yogm2RJuMJRSLxG4GEwhQx1lCU,1090
@@ -1169,7 +1169,7 @@ iamdata/data/resourceTypes/rds-db.json,sha256=VPylcnDspJ5PVO_O2TZXNfsv2jb27w-mR7
1169
1169
  iamdata/data/resourceTypes/rds.json,sha256=dGu_REUnSt1hnx1eg2wNGX0U0ht-is3jmM8Ye26uU8A,5247
1170
1170
  iamdata/data/resourceTypes/redshift-data.json,sha256=5UVxHrtr6tjx5Abf_Mt3-GJ1HeN7GkX5daFnxQVyaF8,570
1171
1171
  iamdata/data/resourceTypes/redshift-serverless.json,sha256=0U4cpNYlnYB6FJO3Ts2XPP8g-1-IurE19-_LLd_3iEs,1179
1172
- iamdata/data/resourceTypes/redshift.json,sha256=4X9Tsfs6c8FnXaQb5pJdCsHH5XPGTtvrlZoXYKW8hpc,4389
1172
+ iamdata/data/resourceTypes/redshift.json,sha256=40oGidcdIRofbKTkB6UtuUKNzGVcZM1Hq5602slftSA,4325
1173
1173
  iamdata/data/resourceTypes/refactor-spaces.json,sha256=w1wzR8eDB7Ry5wjvDa07yd8I_ch7T3eARVLxw3w-LVE,1422
1174
1174
  iamdata/data/resourceTypes/rekognition.json,sha256=xplzTE55GfGgMCL4Z4kdkOz7BeWwQyHSUiphGxiPodQ,1125
1175
1175
  iamdata/data/resourceTypes/repostspace.json,sha256=t2WZ17szBx0ULYFd-1foRfkLy10GW3_tdaGsZY2q-lk,187
@@ -1286,7 +1286,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1286
1286
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1287
1287
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1288
1288
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1289
- iamdata-0.1.202507171.dist-info/METADATA,sha256=x_L2mkiJqfxGRSWZQdgjJlW65z--T3p4w-6s0tTcJio,3491
1290
- iamdata-0.1.202507171.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1291
- iamdata-0.1.202507171.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1292
- iamdata-0.1.202507171.dist-info/RECORD,,
1289
+ iamdata-0.1.202507191.dist-info/METADATA,sha256=0VIk-d4ef3HJu9hL4aG7Ubp9fMB8BwyWT7BtaAM-dJw,3491
1290
+ iamdata-0.1.202507191.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1291
+ iamdata-0.1.202507191.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1292
+ iamdata-0.1.202507191.dist-info/RECORD,,