iamdata 0.1.202507181__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": {
@@ -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.202507181",
3
- "updatedAt": "2025-07-18T05:02:52.522Z"
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
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202507181
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=x6c730OeZKck24PFkI34qDqZx_0s2SNzQ1T0JCohn0s,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
@@ -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
@@ -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.202507181.dist-info/METADATA,sha256=j6JdkYuuNnunGP2CtL6JVrZ-EBtzAXm5leEyn5X893g,3491
1290
- iamdata-0.1.202507181.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1291
- iamdata-0.1.202507181.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1292
- iamdata-0.1.202507181.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,,