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

@@ -34,7 +34,12 @@
34
34
  "accessLevel": "Write",
35
35
  "resourceTypes": [],
36
36
  "conditionKeys": [],
37
- "dependentActions": []
37
+ "dependentActions": [
38
+ "kms:Decrypt",
39
+ "kms:GenerateDataKeyWithoutPlaintext",
40
+ "kms:ReEncryptFrom",
41
+ "kms:ReEncryptTo"
42
+ ]
38
43
  },
39
44
  "createoauthappconnection": {
40
45
  "name": "CreateOAuthAppConnection",
@@ -43,7 +48,12 @@
43
48
  "accessLevel": "Write",
44
49
  "resourceTypes": [],
45
50
  "conditionKeys": [],
46
- "dependentActions": []
51
+ "dependentActions": [
52
+ "kms:Decrypt",
53
+ "kms:GenerateDataKeyWithoutPlaintext",
54
+ "kms:ReEncryptFrom",
55
+ "kms:ReEncryptTo"
56
+ ]
47
57
  },
48
58
  "createplugin": {
49
59
  "name": "CreatePlugin",
@@ -83,6 +93,20 @@
83
93
  ],
84
94
  "dependentActions": []
85
95
  },
96
+ "deleteoauthappconnection": {
97
+ "name": "DeleteOAuthAppConnection",
98
+ "isPermissionOnly": true,
99
+ "description": "Grants permission to delete an OAuth application in Amazon Q",
100
+ "accessLevel": "Write",
101
+ "resourceTypes": [],
102
+ "conditionKeys": [],
103
+ "dependentActions": [
104
+ "kms:Decrypt",
105
+ "kms:GenerateDataKeyWithoutPlaintext",
106
+ "kms:ReEncryptFrom",
107
+ "kms:ReEncryptTo"
108
+ ]
109
+ },
86
110
  "deleteplugin": {
87
111
  "name": "DeletePlugin",
88
112
  "isPermissionOnly": true,
@@ -110,6 +134,15 @@
110
134
  "conditionKeys": [],
111
135
  "dependentActions": []
112
136
  },
137
+ "generatecoderecommendations": {
138
+ "name": "GenerateCodeRecommendations",
139
+ "isPermissionOnly": true,
140
+ "description": "Grants permission to generate code recommendations in Amazon Q",
141
+ "accessLevel": "Read",
142
+ "resourceTypes": [],
143
+ "conditionKeys": [],
144
+ "dependentActions": []
145
+ },
113
146
  "getconnector": {
114
147
  "name": "GetConnector",
115
148
  "isPermissionOnly": true,
@@ -250,7 +283,12 @@
250
283
  "accessLevel": "Write",
251
284
  "resourceTypes": [],
252
285
  "conditionKeys": [],
253
- "dependentActions": []
286
+ "dependentActions": [
287
+ "kms:Decrypt",
288
+ "kms:GenerateDataKeyWithoutPlaintext",
289
+ "kms:ReEncryptFrom",
290
+ "kms:ReEncryptTo"
291
+ ]
254
292
  },
255
293
  "sendmessage": {
256
294
  "name": "SendMessage",
@@ -334,7 +372,12 @@
334
372
  "accessLevel": "Write",
335
373
  "resourceTypes": [],
336
374
  "conditionKeys": [],
337
- "dependentActions": []
375
+ "dependentActions": [
376
+ "kms:Decrypt",
377
+ "kms:GenerateDataKeyWithoutPlaintext",
378
+ "kms:ReEncryptFrom",
379
+ "kms:ReEncryptTo"
380
+ ]
338
381
  },
339
382
  "updateoauthappconnection": {
340
383
  "name": "UpdateOAuthAppConnection",
@@ -343,7 +386,12 @@
343
386
  "accessLevel": "Write",
344
387
  "resourceTypes": [],
345
388
  "conditionKeys": [],
346
- "dependentActions": []
389
+ "dependentActions": [
390
+ "kms:Decrypt",
391
+ "kms:GenerateDataKeyWithoutPlaintext",
392
+ "kms:ReEncryptFrom",
393
+ "kms:ReEncryptTo"
394
+ ]
347
395
  },
348
396
  "updatetroubleshootingcommandresult": {
349
397
  "name": "UpdateTroubleshootingCommandResult",
@@ -369,5 +417,19 @@
369
417
  ],
370
418
  "conditionKeys": [],
371
419
  "dependentActions": []
420
+ },
421
+ "verifyoauthappconnection": {
422
+ "name": "VerifyOAuthAppConnection",
423
+ "isPermissionOnly": true,
424
+ "description": "Grants permission to verify an OAuth application in Amazon Q",
425
+ "accessLevel": "Write",
426
+ "resourceTypes": [],
427
+ "conditionKeys": [],
428
+ "dependentActions": [
429
+ "kms:Decrypt",
430
+ "kms:GenerateDataKeyWithoutPlaintext",
431
+ "kms:ReEncryptFrom",
432
+ "kms:ReEncryptTo"
433
+ ]
372
434
  }
373
435
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202504081",
3
- "updatedAt": "2025-04-08T04:46:59.109Z"
2
+ "version": "0.1.202504101",
3
+ "updatedAt": "2025-04-10T04:49:05.700Z"
4
4
  }
@@ -1 +1,14 @@
1
- {}
1
+ {
2
+ "instance": {
3
+ "key": "instance",
4
+ "arn": "arn:${Partition}:appstudio:${Region}:${Account}:instance/${InstanceId}"
5
+ },
6
+ "application": {
7
+ "key": "application",
8
+ "arn": "arn:${Partition}:appstudio:${Region}:${Account}:application/${ApplicationId}"
9
+ },
10
+ "connector": {
11
+ "key": "connector",
12
+ "arn": "arn:${Partition}:appstudio:${Region}:${Account}:connector/${ConnectionId}"
13
+ }
14
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202504081
3
+ Version: 0.1.202504101
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=wGevTCLJWNbhV5ckCcCDXZFZsxUItnEXA4xw192fp4U,76
7
+ iamdata/data/metadata.json,sha256=gcEj04fUbpVRo_ENGR_b41vyP2glnti1mB1RGJ6Ryxw,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
@@ -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=0Hfbw3WIRYjGkbnFB8gVWe41j2sEh4zzvqIOcZuh4qA,10758
304
+ iamdata/data/actions/q.json,sha256=vDxCuRvv-7RPHB8fhbtSATVCADZ12GjeM8prXZ6WqiU,12504
305
305
  iamdata/data/actions/qapps.json,sha256=qOgramTbI6DagOhSKyFW8TELITuqF1vLL8S4bO4WJng,22802
306
306
  iamdata/data/actions/qbusiness.json,sha256=IG0ry1_WHixsvmAvLDKJ-SgmqxMpjqMjQ_XRYzyaQXw,41758
307
307
  iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
@@ -870,7 +870,7 @@ iamdata/data/resourceTypes/appmesh-preview.json,sha256=mizVI26Uco4T46c60_are8sy_
870
870
  iamdata/data/resourceTypes/appmesh.json,sha256=mVoOV_Hf2zVS18kDHRsvJf13uHNPntczDTwR-P2e6HY,1588
871
871
  iamdata/data/resourceTypes/apprunner.json,sha256=6janCCJM9d_a1iF0qeFXew292jkSXEnxlh2thU2wMWI,1727
872
872
  iamdata/data/resourceTypes/appstream.json,sha256=r2TLV01_Fl40x9r_dMGyEUfvxUhq20u6cOe4xLQo2ZM,1392
873
- iamdata/data/resourceTypes/appstudio.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
873
+ iamdata/data/resourceTypes/appstudio.json,sha256=z-LFf63j8XjwcBUEIuuKSPkZJ6rqKG-0O1ukv6y3tDg,403
874
874
  iamdata/data/resourceTypes/appsync.json,sha256=K18oiuc85UXGw1Jaq8jD1nItcTM0-Q7FfR3TGPE-mBw,1774
875
875
  iamdata/data/resourceTypes/apptest.json,sha256=hIP_Hr-eOJ9uSRTjFNsWtLBABGEZwuFY1fUqkyDKBF4,798
876
876
  iamdata/data/resourceTypes/aps.json,sha256=DTxFIUQe8FqGgtLnyPuDAnKIEBuw4_SXu49WVshVK6A,956
@@ -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.202504081.dist-info/METADATA,sha256=jd4bFc_0e65vFxo5zCgDZknVBllYBP_F0Sr1WvK1NoM,3491
1269
- iamdata-0.1.202504081.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202504081.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202504081.dist-info/RECORD,,
1268
+ iamdata-0.1.202504101.dist-info/METADATA,sha256=eDia9VXL8LIy7tihdJgVjaOW0K1Sw3rjlkiQ9GF5wmg,3491
1269
+ iamdata-0.1.202504101.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202504101.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202504101.dist-info/RECORD,,