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

@@ -44,6 +44,21 @@
44
44
  "conditionKeys": [],
45
45
  "dependentActions": []
46
46
  },
47
+ "batchgetcommandexecutions": {
48
+ "name": "BatchGetCommandExecutions",
49
+ "description": "Grants permission to get information about one or more command executions",
50
+ "accessLevel": "Read",
51
+ "resourceTypes": [
52
+ {
53
+ "name": "sandbox",
54
+ "required": true,
55
+ "conditionKeys": [],
56
+ "dependentActions": []
57
+ }
58
+ ],
59
+ "conditionKeys": [],
60
+ "dependentActions": []
61
+ },
47
62
  "batchgetfleets": {
48
63
  "name": "BatchGetFleets",
49
64
  "description": "Grants permission to return an array of the Fleet objects specified by the input parameter",
@@ -104,6 +119,21 @@
104
119
  "conditionKeys": [],
105
120
  "dependentActions": []
106
121
  },
122
+ "batchgetsandboxes": {
123
+ "name": "BatchGetSandboxes",
124
+ "description": "Grants permission to get information about one or more sandboxes",
125
+ "accessLevel": "Read",
126
+ "resourceTypes": [
127
+ {
128
+ "name": "project",
129
+ "required": true,
130
+ "conditionKeys": [],
131
+ "dependentActions": []
132
+ }
133
+ ],
134
+ "conditionKeys": [],
135
+ "dependentActions": []
136
+ },
107
137
  "batchputcodecoverages": {
108
138
  "name": "BatchPutCodeCoverages",
109
139
  "isPermissionOnly": true,
@@ -484,6 +514,21 @@
484
514
  "conditionKeys": [],
485
515
  "dependentActions": []
486
516
  },
517
+ "listcommandexecutionsforsandbox": {
518
+ "name": "ListCommandExecutionsForSandbox",
519
+ "description": "Grants permission to get a list of command execution IDs for the specified sandbox, with each command execution ID representing a single command execution",
520
+ "accessLevel": "List",
521
+ "resourceTypes": [
522
+ {
523
+ "name": "sandbox",
524
+ "required": true,
525
+ "conditionKeys": [],
526
+ "dependentActions": []
527
+ }
528
+ ],
529
+ "conditionKeys": [],
530
+ "dependentActions": []
531
+ },
487
532
  "listconnectedoauthaccounts": {
488
533
  "name": "ListConnectedOAuthAccounts",
489
534
  "isPermissionOnly": true,
@@ -557,6 +602,29 @@
557
602
  "conditionKeys": [],
558
603
  "dependentActions": []
559
604
  },
605
+ "listsandboxes": {
606
+ "name": "ListSandboxes",
607
+ "description": "Grants permission to get a list of sandbox IDs, with each sandbox ID representing a single sandbox",
608
+ "accessLevel": "List",
609
+ "resourceTypes": [],
610
+ "conditionKeys": [],
611
+ "dependentActions": []
612
+ },
613
+ "listsandboxesforproject": {
614
+ "name": "ListSandboxesForProject",
615
+ "description": "Grants permission to get a list of sandbox IDs for the specified sandbox project, with each sandbox ID representing a single sandbox",
616
+ "accessLevel": "List",
617
+ "resourceTypes": [
618
+ {
619
+ "name": "project",
620
+ "required": true,
621
+ "conditionKeys": [],
622
+ "dependentActions": []
623
+ }
624
+ ],
625
+ "conditionKeys": [],
626
+ "dependentActions": []
627
+ },
560
628
  "listsharedprojects": {
561
629
  "name": "ListSharedProjects",
562
630
  "description": "Grants permission to return a list of project ARNs that have been shared with the requester. Each project ARN represents one project",
@@ -671,6 +739,51 @@
671
739
  "conditionKeys": [],
672
740
  "dependentActions": []
673
741
  },
742
+ "startcommandexecution": {
743
+ "name": "StartCommandExecution",
744
+ "description": "Grants permission to start running a command execution",
745
+ "accessLevel": "Write",
746
+ "resourceTypes": [
747
+ {
748
+ "name": "sandbox",
749
+ "required": true,
750
+ "conditionKeys": [],
751
+ "dependentActions": []
752
+ }
753
+ ],
754
+ "conditionKeys": [],
755
+ "dependentActions": []
756
+ },
757
+ "startsandbox": {
758
+ "name": "StartSandbox",
759
+ "description": "Grants permission to start running a sandbox",
760
+ "accessLevel": "Write",
761
+ "resourceTypes": [
762
+ {
763
+ "name": "project",
764
+ "required": true,
765
+ "conditionKeys": [],
766
+ "dependentActions": []
767
+ }
768
+ ],
769
+ "conditionKeys": [],
770
+ "dependentActions": []
771
+ },
772
+ "startsandboxconnection": {
773
+ "name": "StartSandboxConnection",
774
+ "description": "Grants permission to establish a connection to the sandbox",
775
+ "accessLevel": "Write",
776
+ "resourceTypes": [
777
+ {
778
+ "name": "sandbox",
779
+ "required": true,
780
+ "conditionKeys": [],
781
+ "dependentActions": []
782
+ }
783
+ ],
784
+ "conditionKeys": [],
785
+ "dependentActions": []
786
+ },
674
787
  "stopbuild": {
675
788
  "name": "StopBuild",
676
789
  "description": "Grants permission to attempt to stop running a build",
@@ -701,6 +814,21 @@
701
814
  "conditionKeys": [],
702
815
  "dependentActions": []
703
816
  },
817
+ "stopsandbox": {
818
+ "name": "StopSandbox",
819
+ "description": "Grants permission to attempt to stop running a sandbox",
820
+ "accessLevel": "Write",
821
+ "resourceTypes": [
822
+ {
823
+ "name": "project",
824
+ "required": true,
825
+ "conditionKeys": [],
826
+ "dependentActions": []
827
+ }
828
+ ],
829
+ "conditionKeys": [],
830
+ "dependentActions": []
831
+ },
704
832
  "updatefleet": {
705
833
  "name": "UpdateFleet",
706
834
  "description": "Grants permission to change the settings of an existing compute fleet",
@@ -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
  }
@@ -4,7 +4,9 @@
4
4
  "description": "Grants permission to create a User subscription Claim",
5
5
  "accessLevel": "Write",
6
6
  "resourceTypes": [],
7
- "conditionKeys": [],
7
+ "conditionKeys": [
8
+ "user-subscriptions:CreateForSelf"
9
+ ],
8
10
  "dependentActions": []
9
11
  },
10
12
  "deleteclaim": {
@@ -1 +1,7 @@
1
- {}
1
+ {
2
+ "user-subscriptions:createforself": {
3
+ "key": "user-subscriptions:CreateForSelf",
4
+ "description": "Filters access by only allowing creation of User subscription Claims for the caller",
5
+ "type": "Bool"
6
+ }
7
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202504071",
3
- "updatedAt": "2025-04-07T04:46:43.581Z"
2
+ "version": "0.1.202504091",
3
+ "updatedAt": "2025-04-09T04:48:29.993Z"
4
4
  }
@@ -28,5 +28,9 @@
28
28
  "fleet": {
29
29
  "key": "fleet",
30
30
  "arn": "arn:${Partition}:codebuild:${Region}:${Account}:fleet/${FleetName}:${FleetId}"
31
+ },
32
+ "sandbox": {
33
+ "key": "sandbox",
34
+ "arn": "arn:${Partition}:codebuild:${Region}:${Account}:sandbox/${SandboxId}"
31
35
  }
32
36
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202504071
3
+ Version: 0.1.202504091
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=MLGwZwqyNIBCrrfMjRoL8iShrzJz9GMFUI4WqjneO78,76
7
+ iamdata/data/metadata.json,sha256=p7V81IjFcRXsmh87urBK_41IwPufqlGh57CSpE5Sdv8,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
@@ -82,7 +82,7 @@ iamdata/data/actions/cloudtrail-data.json,sha256=drVVOLQB0eDpKVG8MJQPLUzxKR5QLBE
82
82
  iamdata/data/actions/cloudtrail.json,sha256=4DqeOSHqkBDdtYN6dFyS7dZtoSrqNzpToSWspsEC7UQ,27992
83
83
  iamdata/data/actions/cloudwatch.json,sha256=KUChns7ag4wTUEwUpZ-DkE0e0Lnou7-84igHKd2MWIc,21730
84
84
  iamdata/data/actions/codeartifact.json,sha256=4LMAjhVuG3Osun615WiVBGz85pqq9lBO9qVsYLqnNF8,20865
85
- iamdata/data/actions/codebuild.json,sha256=FY_CZO8dGqgySpuNaPZyCNZjjFEmetUQf6r_8_uTARo,22912
85
+ iamdata/data/actions/codebuild.json,sha256=pP3Ygmk6hJeug-kPjbaCBkUVYfsU8IqUyk0IXapSVDo,26473
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
88
  iamdata/data/actions/codeconnections.json,sha256=KjoJuJyXTBMNZXIIanPLCTGAa4knZoasUHI1QoL53-Y,15556
@@ -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
@@ -403,7 +403,7 @@ iamdata/data/actions/transfer.json,sha256=earZSD0x0OiuExQlhAzVt-nWIazdBSGqVhvz18
403
403
  iamdata/data/actions/translate.json,sha256=WaQx7sKrvNhmdnkwzyhwQsv2rtoVAGm7Plbjs-9r4v0,7655
404
404
  iamdata/data/actions/trustedadvisor.json,sha256=rBnQqABsmSBh_pyFVV2GtXVnU1_q85sXTGrLLURFt70,16403
405
405
  iamdata/data/actions/ts.json,sha256=GIZqbhh1J0-hPithINogkxbG0Zy20F1bT_yrTEh2gEM,3373
406
- iamdata/data/actions/user-subscriptions.json,sha256=i6Z-yUM0i_t8z2Q9Eeu94Dg_JhYXyhIHL13Zfc4ka_g,1442
406
+ iamdata/data/actions/user-subscriptions.json,sha256=P1UUUzK-bB8RwImjpKPH-QYqZ2cOurFRxHPP80bU6JI,1488
407
407
  iamdata/data/actions/vendor-insights.json,sha256=qEcP85B6_ucX10cqdt8Tu7hOh54Ittzw2qB2kJRQZyk,10434
408
408
  iamdata/data/actions/verified-access.json,sha256=RLtyTcTlf6ayUNPE9Dqa8gVsEf6kmUyf3Q7DLycttnA,279
409
409
  iamdata/data/actions/verifiedpermissions.json,sha256=yuPSlIEao3MPi9X0HMGkCOqx7zqi5896wBFioexMC_Y,9868
@@ -821,7 +821,7 @@ iamdata/data/conditionKeys/transfer.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzW
821
821
  iamdata/data/conditionKeys/translate.json,sha256=W-Nq0JyFJVmTKP2LLaWROVsJm9BqJxIfqoKSG_1Ip6k,561
822
822
  iamdata/data/conditionKeys/trustedadvisor.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
823
823
  iamdata/data/conditionKeys/ts.json,sha256=dldzYUchHPuUjVd91C9ti1H4fC65mmCXdOxYDVmd01k,528
824
- iamdata/data/conditionKeys/user-subscriptions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
824
+ iamdata/data/conditionKeys/user-subscriptions.json,sha256=KJP6ElzcMsR7B41e7wMBOZrV7PBjL-yvmxiShpBsmSE,219
825
825
  iamdata/data/conditionKeys/vendor-insights.json,sha256=czK0ZdIV-Qn0wfQx1WfJpq-k-QnO95TJEZ553HqF0Kw,506
826
826
  iamdata/data/conditionKeys/verified-access.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
827
827
  iamdata/data/conditionKeys/verifiedpermissions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -918,7 +918,7 @@ iamdata/data/resourceTypes/cloudtrail-data.json,sha256=taWc-PhifTQWPMFEBE8Mn55GT
918
918
  iamdata/data/resourceTypes/cloudtrail.json,sha256=uQ8xN8w28yOCffOy50WFwCHupne2qqE3KpHPYA8JQxI,790
919
919
  iamdata/data/resourceTypes/cloudwatch.json,sha256=Hy00znbeB1boMqFlZwxDOTolahC51mB_cIIizumgEMU,1124
920
920
  iamdata/data/resourceTypes/codeartifact.json,sha256=B3A5RMWV-hC-bBY75GlekCSR7r5CLPiSGI0scrdymvc,847
921
- iamdata/data/resourceTypes/codebuild.json,sha256=jhf7CEHgJ0P8AvhggcTmnwC0FdcNIJ0MsR_OIKyF3P8,924
921
+ iamdata/data/resourceTypes/codebuild.json,sha256=S809gnUEaqzG6ejAacGJmLcsLR8ruxrs_NpkWWr4-To,1048
922
922
  iamdata/data/resourceTypes/codecatalyst.json,sha256=gbSk0TRvAHapD7xOF1tt6HhCiJaIfR5mcq3bG2S_wc4,707
923
923
  iamdata/data/resourceTypes/codecommit.json,sha256=iyd2y7orcj8hN4yBog8I-NnbxF0tmMDTuul9ELm8f7w,194
924
924
  iamdata/data/resourceTypes/codeconnections.json,sha256=2pWBIO8klAGFTjOvlVY_vIclYeYcrlrn0Ug8yb23etQ,613
@@ -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.202504071.dist-info/METADATA,sha256=jT_oZxP2DuD-ofFiFqI6DPIgxCGc9dp7WeNCJ31fkHE,3491
1269
- iamdata-0.1.202504071.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202504071.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202504071.dist-info/RECORD,,
1268
+ iamdata-0.1.202504091.dist-info/METADATA,sha256=K9u751SbQQcFE-E0ud32TZudDC1V6GK2z6-OcvEGEj8,3491
1269
+ iamdata-0.1.202504091.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202504091.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202504091.dist-info/RECORD,,