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

@@ -37,7 +37,20 @@
37
37
  "name": "DecryptData",
38
38
  "description": "Grants permission to decrypt ciphertext data to plaintext using symmetric, asymmetric or DUKPT data encryption key",
39
39
  "accessLevel": "Write",
40
- "resourceTypes": [],
40
+ "resourceTypes": [
41
+ {
42
+ "name": "alias",
43
+ "required": true,
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ },
47
+ {
48
+ "name": "key",
49
+ "required": true,
50
+ "conditionKeys": [],
51
+ "dependentActions": []
52
+ }
53
+ ],
41
54
  "conditionKeys": [],
42
55
  "dependentActions": []
43
56
  },
@@ -78,7 +91,20 @@
78
91
  "name": "EncryptData",
79
92
  "description": "Grants permission to encrypt plaintext data to ciphertext using symmetric, asymmetric or DUKPT data encryption key",
80
93
  "accessLevel": "Write",
81
- "resourceTypes": [],
94
+ "resourceTypes": [
95
+ {
96
+ "name": "alias",
97
+ "required": true,
98
+ "conditionKeys": [],
99
+ "dependentActions": []
100
+ },
101
+ {
102
+ "name": "key",
103
+ "required": true,
104
+ "conditionKeys": [],
105
+ "dependentActions": []
106
+ }
107
+ ],
82
108
  "conditionKeys": [],
83
109
  "dependentActions": []
84
110
  },
@@ -101,7 +127,20 @@
101
127
  "name": "GenerateCardValidationData",
102
128
  "description": "Grants permission to generate card-related data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) or Card Security Codes (CSC) that check the validity of a magnetic stripe card",
103
129
  "accessLevel": "Write",
104
- "resourceTypes": [],
130
+ "resourceTypes": [
131
+ {
132
+ "name": "alias",
133
+ "required": true,
134
+ "conditionKeys": [],
135
+ "dependentActions": []
136
+ },
137
+ {
138
+ "name": "key",
139
+ "required": true,
140
+ "conditionKeys": [],
141
+ "dependentActions": []
142
+ }
143
+ ],
105
144
  "conditionKeys": [],
106
145
  "dependentActions": []
107
146
  },
@@ -109,7 +148,20 @@
109
148
  "name": "GenerateMac",
110
149
  "description": "Grants permission to generate a MAC (Message Authentication Code) cryptogram",
111
150
  "accessLevel": "Write",
112
- "resourceTypes": [],
151
+ "resourceTypes": [
152
+ {
153
+ "name": "alias",
154
+ "required": true,
155
+ "conditionKeys": [],
156
+ "dependentActions": []
157
+ },
158
+ {
159
+ "name": "key",
160
+ "required": true,
161
+ "conditionKeys": [],
162
+ "dependentActions": []
163
+ }
164
+ ],
113
165
  "conditionKeys": [],
114
166
  "dependentActions": []
115
167
  },
@@ -138,7 +190,20 @@
138
190
  "name": "GeneratePinData",
139
191
  "description": "Grants permission to generate pin-related data such as PIN, PIN Verification Value (PVV), PIN Block and PIN Offset during new card issuance or card re-issuance",
140
192
  "accessLevel": "Write",
141
- "resourceTypes": [],
193
+ "resourceTypes": [
194
+ {
195
+ "name": "alias",
196
+ "required": true,
197
+ "conditionKeys": [],
198
+ "dependentActions": []
199
+ },
200
+ {
201
+ "name": "key",
202
+ "required": true,
203
+ "conditionKeys": [],
204
+ "dependentActions": []
205
+ }
206
+ ],
142
207
  "conditionKeys": [],
143
208
  "dependentActions": []
144
209
  },
@@ -260,7 +325,20 @@
260
325
  "name": "ReEncryptData",
261
326
  "description": "Grants permission to re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys",
262
327
  "accessLevel": "Write",
263
- "resourceTypes": [],
328
+ "resourceTypes": [
329
+ {
330
+ "name": "alias",
331
+ "required": true,
332
+ "conditionKeys": [],
333
+ "dependentActions": []
334
+ },
335
+ {
336
+ "name": "key",
337
+ "required": true,
338
+ "conditionKeys": [],
339
+ "dependentActions": []
340
+ }
341
+ ],
264
342
  "conditionKeys": [],
265
343
  "dependentActions": []
266
344
  },
@@ -331,7 +409,20 @@
331
409
  "name": "TranslatePinData",
332
410
  "description": "Grants permission to translate encrypted PIN block from and to ISO 9564 formats 0,1,3,4",
333
411
  "accessLevel": "Write",
334
- "resourceTypes": [],
412
+ "resourceTypes": [
413
+ {
414
+ "name": "alias",
415
+ "required": true,
416
+ "conditionKeys": [],
417
+ "dependentActions": []
418
+ },
419
+ {
420
+ "name": "key",
421
+ "required": true,
422
+ "conditionKeys": [],
423
+ "dependentActions": []
424
+ }
425
+ ],
335
426
  "conditionKeys": [],
336
427
  "dependentActions": []
337
428
  },
@@ -380,7 +471,20 @@
380
471
  "name": "VerifyAuthRequestCryptogram",
381
472
  "description": "Grants permission to verify Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization",
382
473
  "accessLevel": "Write",
383
- "resourceTypes": [],
474
+ "resourceTypes": [
475
+ {
476
+ "name": "alias",
477
+ "required": true,
478
+ "conditionKeys": [],
479
+ "dependentActions": []
480
+ },
481
+ {
482
+ "name": "key",
483
+ "required": true,
484
+ "conditionKeys": [],
485
+ "dependentActions": []
486
+ }
487
+ ],
384
488
  "conditionKeys": [],
385
489
  "dependentActions": []
386
490
  },
@@ -388,7 +492,20 @@
388
492
  "name": "VerifyCardValidationData",
389
493
  "description": "Grants permission to verify card-related validation data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) and Card Security Codes (CSC)",
390
494
  "accessLevel": "Write",
391
- "resourceTypes": [],
495
+ "resourceTypes": [
496
+ {
497
+ "name": "alias",
498
+ "required": true,
499
+ "conditionKeys": [],
500
+ "dependentActions": []
501
+ },
502
+ {
503
+ "name": "key",
504
+ "required": true,
505
+ "conditionKeys": [],
506
+ "dependentActions": []
507
+ }
508
+ ],
392
509
  "conditionKeys": [],
393
510
  "dependentActions": []
394
511
  },
@@ -396,7 +513,20 @@
396
513
  "name": "VerifyMac",
397
514
  "description": "Grants permission to verify MAC (Message Authentication Code) of input data against a provided MAC",
398
515
  "accessLevel": "Write",
399
- "resourceTypes": [],
516
+ "resourceTypes": [
517
+ {
518
+ "name": "alias",
519
+ "required": true,
520
+ "conditionKeys": [],
521
+ "dependentActions": []
522
+ },
523
+ {
524
+ "name": "key",
525
+ "required": true,
526
+ "conditionKeys": [],
527
+ "dependentActions": []
528
+ }
529
+ ],
400
530
  "conditionKeys": [],
401
531
  "dependentActions": []
402
532
  },
@@ -404,7 +534,20 @@
404
534
  "name": "VerifyPinData",
405
535
  "description": "Grants permission to verify pin-related data such as PIN and PIN Offset using algorithms including VISA PVV and IBM3624",
406
536
  "accessLevel": "Write",
407
- "resourceTypes": [],
537
+ "resourceTypes": [
538
+ {
539
+ "name": "alias",
540
+ "required": true,
541
+ "conditionKeys": [],
542
+ "dependentActions": []
543
+ },
544
+ {
545
+ "name": "key",
546
+ "required": true,
547
+ "conditionKeys": [],
548
+ "dependentActions": []
549
+ }
550
+ ],
408
551
  "conditionKeys": [],
409
552
  "dependentActions": []
410
553
  }
@@ -393,6 +393,25 @@
393
393
  "kms:ReEncryptTo"
394
394
  ]
395
395
  },
396
+ "updateplugin": {
397
+ "name": "UpdatePlugin",
398
+ "isPermissionOnly": true,
399
+ "description": "Grants permission to update a third party plugin in Amazon Q",
400
+ "accessLevel": "Write",
401
+ "resourceTypes": [
402
+ {
403
+ "name": "plugin",
404
+ "required": true,
405
+ "conditionKeys": [],
406
+ "dependentActions": []
407
+ }
408
+ ],
409
+ "conditionKeys": [
410
+ "aws:TagKeys",
411
+ "aws:RequestTag/${TagKey}"
412
+ ],
413
+ "dependentActions": []
414
+ },
396
415
  "updatetroubleshootingcommandresult": {
397
416
  "name": "UpdateTroubleshootingCommandResult",
398
417
  "isPermissionOnly": true,
@@ -49,7 +49,7 @@
49
49
  "createsession": {
50
50
  "name": "CreateSession",
51
51
  "description": "Grants permission to Create Session token which is used for object APIs such as PutObject, GetObject, ect",
52
- "accessLevel": "Read",
52
+ "accessLevel": "Write",
53
53
  "resourceTypes": [
54
54
  {
55
55
  "name": "bucket",
@@ -24,6 +24,11 @@
24
24
  "description": "Filters access by the specified inference profile",
25
25
  "type": "ARN"
26
26
  },
27
+ "bedrock:inlineagentname": {
28
+ "key": "bedrock:InlineAgentName",
29
+ "description": "Filters access by the Inline Agent Names, this will be used in InvokeInlineAgent API names",
30
+ "type": "String"
31
+ },
27
32
  "bedrock:promptrouterarn": {
28
33
  "key": "bedrock:PromptRouterArn",
29
34
  "description": "Filters access by the specified prompt router",
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202504281",
3
- "updatedAt": "2025-04-28T04:49:13.842Z"
2
+ "version": "0.1.202504291",
3
+ "updatedAt": "2025-04-29T04:47:24.629Z"
4
4
  }
@@ -70,5 +70,19 @@
70
70
  "conditionKeys": [
71
71
  "aws:ResourceTag/${TagKey}"
72
72
  ]
73
+ },
74
+ "distribution-tenant": {
75
+ "key": "distribution-tenant",
76
+ "arn": "arn:${Partition}:cloudfront::${Account}:distribution-tenant/${Id}",
77
+ "conditionKeys": [
78
+ "aws:ResourceTag/${TagKey}"
79
+ ]
80
+ },
81
+ "connection-group": {
82
+ "key": "connection-group",
83
+ "arn": "arn:${Partition}:cloudfront::${Account}:connection-group/${Id}",
84
+ "conditionKeys": [
85
+ "aws:ResourceTag/${TagKey}"
86
+ ]
73
87
  }
74
88
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202504281
3
+ Version: 0.1.202504291
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=pwd9I0dugHawLyei5-HalOEjl43r-u6zenH2w19IEKA,76
7
+ iamdata/data/metadata.json,sha256=U-UC1o_iXHWFvaeEAJhCXt4V7NmI1u6HLSRN1w-j8Cg,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
@@ -74,7 +74,7 @@ iamdata/data/actions/cloud9.json,sha256=iETF9axljX1m9TxCxljhlPRvM1muLBI0bA2EkSgO
74
74
  iamdata/data/actions/clouddirectory.json,sha256=CH3QAtTSZb7UCWXCYkfddRG5rGNbIXupVatrFPKG4PM,29198
75
75
  iamdata/data/actions/cloudformation.json,sha256=7woLNfne-QjqJCZy15BsJrQKaV-5vlCX0aHlF_srLyg,38905
76
76
  iamdata/data/actions/cloudfront-keyvaluestore.json,sha256=hNTagDn1DcoTc-XDysrPaGQ3qjbddWwh2DkHt_4Cxws,2333
77
- iamdata/data/actions/cloudfront.json,sha256=epfDPAHyJDp27Y5ZgCu6dHcs9yFTOp8iClPTpLH9sSk,47971
77
+ iamdata/data/actions/cloudfront.json,sha256=1Tsu9Jbp4CWGrN-xKcb0dc4pWPM_44Dl_HZrP2tQmAQ,58954
78
78
  iamdata/data/actions/cloudhsm.json,sha256=0SZZuGsbD3xPP59CTdoe_RHwQ-PqYYRdwrITdAlCOMc,8105
79
79
  iamdata/data/actions/cloudsearch.json,sha256=zh1cCJni8npKiIfF1wNhp5uW_QB-AAZBv6a1ChiNnE8,12214
80
80
  iamdata/data/actions/cloudshell.json,sha256=bqra8FWfKtXrVb8ymavNGBuKT5caJsmLjj3xYlMEj5E,4462
@@ -129,7 +129,7 @@ iamdata/data/actions/devops-guru.json,sha256=afVZXiMYF5thd2j72pwlapJPuukhkzo_cXf
129
129
  iamdata/data/actions/directconnect.json,sha256=F2_7IdoBuharYWPqj7jiqMlcL4Wwe4fPQ3sGOC_rimM,31263
130
130
  iamdata/data/actions/discovery.json,sha256=XL77oQ9qFdgRZqny7rMvREMA3l6_ZtIT3Iw0rziVaVM,12397
131
131
  iamdata/data/actions/dlm.json,sha256=NQBmWoisSxG58l5aFlxFRiY6c1D0q9Ba3KiPfVfsfik,3242
132
- iamdata/data/actions/dms.json,sha256=auVj86frmx6M_sKC2xxAWdMUevUcRrI66Oosa9ckE2Y,64452
132
+ iamdata/data/actions/dms.json,sha256=s_kPzsQRNTe4B4eJq5iQy3hZwLwgO4d5ND4YncjzAkw,52295
133
133
  iamdata/data/actions/docdb-elastic.json,sha256=fjk8kUH9ZuYqv_1ZhLfIuwPAtzsuFaZBiX3iuVsSdBA,12056
134
134
  iamdata/data/actions/drs.json,sha256=La78bLQy39JRhXMEYt9fmEyh6EAIDDjeiOfKBH8z14w,43861
135
135
  iamdata/data/actions/ds-data.json,sha256=bwZGtvuBi74oVFJVoHDd0_3kGGltbZewiKZVPfYoEpE,8399
@@ -193,7 +193,7 @@ iamdata/data/actions/iam.json,sha256=Ptgqfm5olhtPN3b25UHjWem4tOrxE-oOtGJ0yNdcLd4
193
193
  iamdata/data/actions/identity-sync.json,sha256=w2y9PcBgULyvcuf1Rk68KcSsyFpkklKSpkQ2HO-AOkE,5633
194
194
  iamdata/data/actions/identitystore-auth.json,sha256=m2DQl4cOuoIGJgcStZ1WlYTJf5MxxsRhLumaxKBzhOM,866
195
195
  iamdata/data/actions/identitystore.json,sha256=4ikFnrao-qGoL5Wm44DrdtjtRX2WCU2XB7KwEDWR7t4,11406
196
- iamdata/data/actions/imagebuilder.json,sha256=XEExs7-X1W0Yn4H5-ehNDJ0U4pFbuNKX3_7jZczamZQ,38489
196
+ iamdata/data/actions/imagebuilder.json,sha256=sbR1OcX71VPdtaYPHS0Y8g93S-CDfU0o1BOTLnaFiVs,38597
197
197
  iamdata/data/actions/importexport.json,sha256=h1-JuJoaK_SEIUsKjZlSpjdlQ86fyNwkHCvi13vysPM,1738
198
198
  iamdata/data/actions/inspector-scan.json,sha256=JxxlHGqpy6IUkAwGOWcIbg7Od4yr12QG3-KaKEd1HPI,269
199
199
  iamdata/data/actions/inspector.json,sha256=Ub-q2PoES3dnr4drOiK8r2OO0ZNM9r_JnhJ8zkGdlgU,11657
@@ -278,7 +278,7 @@ iamdata/data/actions/oam.json,sha256=A2X3P7Xoi5fgeAFzVUbgtMJ_AB80fGTBI84pQoQ6PDo
278
278
  iamdata/data/actions/observabilityadmin.json,sha256=AysuOnSanS6RUKrKM92zGz1oyXmBBlxjtJUFpq9Kw4A,2426
279
279
  iamdata/data/actions/omics.json,sha256=MBuT-Dp0aXrevfXSTBU5cEN4_0Ffdq3tm13etZk1PAA,39397
280
280
  iamdata/data/actions/one.json,sha256=9Ww9qFomWyq4R_awQOIGVmhOEoXqgwlJSGj4gYsndAc,11248
281
- iamdata/data/actions/opensearch.json,sha256=vIfU4IhUksDN4JksOml1q986JeYW7RPCX7LRQTOmZhg,2103
281
+ iamdata/data/actions/opensearch.json,sha256=crtW3ri7sgT0s0pfxP2Q881-MJbBhgSXHdhEtRv3qig,2120
282
282
  iamdata/data/actions/opsworks-cm.json,sha256=uAE-pPrUQdVTdXMXZNSAB8LIkV9lF96vd8uXagyiBlM,5073
283
283
  iamdata/data/actions/opsworks.json,sha256=9LmvtxzgDHGxvoCo7fe9MAXqj5FSk-6SLEcwKxGUFeU,27770
284
284
  iamdata/data/actions/organizations.json,sha256=YVq-VDzpspTBjT2JJzaj0FMDoK8eoVvvcZKfdRQXWBE,25509
@@ -287,7 +287,7 @@ iamdata/data/actions/outposts.json,sha256=229Z4lu37mExwY2DcA2PKQ6b5zB9nNDMBgR8OR
287
287
  iamdata/data/actions/panorama.json,sha256=ght9nRGyupi3v5-780o-gw9Vz1_3KDbjqdgszRYTs9M,13293
288
288
  iamdata/data/actions/partnercentral-account-management.json,sha256=U9sp_018hzi3bmWVn2h0G_xGfBIdjiEcLMLS62EwS7w,809
289
289
  iamdata/data/actions/partnercentral.json,sha256=xGxWnTVHS0pw8ECrlx0yP5LlZAcYZ0H-7sG0mhgU9Dc,16027
290
- iamdata/data/actions/payment-cryptography.json,sha256=yrJJgVoN4gADOk0OiTYFrVjXRS8J83cgHgHC6G1ukWQ,11872
290
+ iamdata/data/actions/payment-cryptography.json,sha256=sznx_Nd0iukjmJMVl5Ez1xllzSOyImXdE3SuP4WVybo,14710
291
291
  iamdata/data/actions/payments.json,sha256=WV5RwInAC747CtPhd3vAbCqibzf7UoFF2qgcz6JMO44,7279
292
292
  iamdata/data/actions/pca-connector-ad.json,sha256=1Re-ZLS9O4zO_chWn5EbQXer6BFQZacbIiAzr6lu3JQ,10952
293
293
  iamdata/data/actions/pca-connector-scep.json,sha256=A1jFaFO7EvorVRWA6L2UYf8nJngG3kbpQBfRdZtLzv8,4593
@@ -301,7 +301,7 @@ iamdata/data/actions/private-networks.json,sha256=uX17jjHVVWdPhGNmO0t-nSpwNaFssh
301
301
  iamdata/data/actions/profile.json,sha256=HpK6ZF3Grd4DuwIp08g2L9dx4B6kfplVciUXeuBfJs0,34243
302
302
  iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54PATU,49972
303
303
  iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
304
- iamdata/data/actions/q.json,sha256=vDxCuRvv-7RPHB8fhbtSATVCADZ12GjeM8prXZ6WqiU,12504
304
+ iamdata/data/actions/q.json,sha256=rAMw_yoykE2ckAVzTHecg7xS38RFVW26r_-jM5Uwivs,12967
305
305
  iamdata/data/actions/qapps.json,sha256=qOgramTbI6DagOhSKyFW8TELITuqF1vLL8S4bO4WJng,22802
306
306
  iamdata/data/actions/qbusiness.json,sha256=Fwe5OMsK5ZkxXD0N44BKXPtRU22yhHjNj2vO7aWdgLU,42279
307
307
  iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
@@ -336,7 +336,7 @@ iamdata/data/actions/rum.json,sha256=2VetwUsiBrv5jiqU_ooNaLRqDNo2Un2XrbsHn36nvTQ
336
336
  iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
337
337
  iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
338
338
  iamdata/data/actions/s3.json,sha256=3MHA4weSKaYbDMBaA6CUI5PlBAaHqxa5zB9hiyeoa-8,105104
339
- iamdata/data/actions/s3express.json,sha256=4mH6giRiLS9qRLLAh8GIxd5odDqpKIiLt3QBnqBPV3I,13308
339
+ iamdata/data/actions/s3express.json,sha256=wdb_64O33_pGoNWOUr93D3dMQ-JLsZIwKx1cMBu_dVE,13309
340
340
  iamdata/data/actions/s3tables.json,sha256=2vcdg7jf0oEWONiY3Gsf5C15h5BfaQ7lE7cr9bVXsO8,14025
341
341
  iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo6jNAMJfiSCDclkr1VoB7NlF59T9wE,300
342
342
  iamdata/data/actions/sagemaker-geospatial.json,sha256=q2Wr1EaMAcV2hJVxiejUwEYrCdNSEEOmUmX3YnJAJvc,9339
@@ -475,7 +475,7 @@ iamdata/data/conditionKeys/backup.json,sha256=RY4d_fpmcQK-BPdGhVBKFFD5_wEZdpADIm
475
475
  iamdata/data/conditionKeys/batch.json,sha256=yzWN8dncyJS43HhQy-MqjFWJSZ47qMIe61-IVvVeoxg,3495
476
476
  iamdata/data/conditionKeys/bcm-data-exports.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
477
477
  iamdata/data/conditionKeys/bcm-pricing-calculator.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
478
- iamdata/data/conditionKeys/bedrock.json,sha256=MEUv-2Z9YJMw_yIT6Rgi4X2Ky23gNry7eWamYwDv9Gw,1436
478
+ iamdata/data/conditionKeys/bedrock.json,sha256=l3iR_JK1_Ht1byrp5PW_C_ybOHXd8Inl6kvbgmL8mr8,1644
479
479
  iamdata/data/conditionKeys/billing.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
480
480
  iamdata/data/conditionKeys/billingconductor.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
481
481
  iamdata/data/conditionKeys/braket.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
@@ -910,7 +910,7 @@ iamdata/data/resourceTypes/cloud9.json,sha256=58NN2MvxEpJGLKvdAnKOGHF9Av73Cpx0y0
910
910
  iamdata/data/resourceTypes/clouddirectory.json,sha256=qLTKJMtY_-1CONrXE0yOnGWJFTOJlEEBaUNdivpUIGY,643
911
911
  iamdata/data/resourceTypes/cloudformation.json,sha256=rSB7WPRx5RF1QA4cCCBzhqC5M9ATFvXIouAzVtS8q4w,1180
912
912
  iamdata/data/resourceTypes/cloudfront-keyvaluestore.json,sha256=yGxzxkXQQoItiC-fwiZ6TGPU_ItHhMcYgxymCtLlrFc,143
913
- iamdata/data/resourceTypes/cloudfront.json,sha256=DrOa_12EPd7vyWb8A4fyjGNbxpfpHNMexZNbFWPljkY,2466
913
+ iamdata/data/resourceTypes/cloudfront.json,sha256=PEVejZa_t3VQYfLv69s1AKSxD40yeGxDk7OhomNTIss,2875
914
914
  iamdata/data/resourceTypes/cloudhsm.json,sha256=9TV_LARn3UNyLbPLqaRxcGsKN9bk6iTo2ZwUI_LS4Gs,408
915
915
  iamdata/data/resourceTypes/cloudsearch.json,sha256=HoeyGc-hOJPgUIwfqxGhI7rg7uec9fyw3c46STMpbyk,126
916
916
  iamdata/data/resourceTypes/cloudshell.json,sha256=85Ff-8BHH8x2VoH1HLtGuQGTCETQKVetbYoafcx_DCM,143
@@ -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.202504281.dist-info/METADATA,sha256=579B9lZiu8bZtCsD3dQYYvfQw2YX8iqD6yG3zkOxdEs,3491
1269
- iamdata-0.1.202504281.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202504281.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202504281.dist-info/RECORD,,
1268
+ iamdata-0.1.202504291.dist-info/METADATA,sha256=PZ8WMLG0PqBGoe7epx1-_yDQHYo7g5WiYyZalVvok2w,3491
1269
+ iamdata-0.1.202504291.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202504291.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202504291.dist-info/RECORD,,