iamdata 0.1.202504061__py3-none-any.whl → 0.1.202504081__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",
@@ -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.202504061",
3
- "updatedAt": "2025-04-06T04:49:26.612Z"
2
+ "version": "0.1.202504081",
3
+ "updatedAt": "2025-04-08T04:46:59.109Z"
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.202504061
3
+ Version: 0.1.202504081
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=j1iYXVlmhK_8P891DOhP8vdGhULeM_2qMZzDZeDzKhg,76
7
+ iamdata/data/metadata.json,sha256=wGevTCLJWNbhV5ckCcCDXZFZsxUItnEXA4xw192fp4U,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
@@ -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.202504061.dist-info/METADATA,sha256=MTCGyHUYXnJM4_kGIBKhCVAdMrv4HwKH8-GG4YhNnUg,3491
1269
- iamdata-0.1.202504061.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202504061.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202504061.dist-info/RECORD,,
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,,