iamdata 0.1.202509171__py3-none-any.whl → 0.1.202509191__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.
- iamdata/data/actions/autoscaling.json +1 -0
- iamdata/data/actions/bedrock.json +15 -0
- iamdata/data/actions/evs.json +30 -0
- iamdata/data/actions/profile.json +7 -1
- iamdata/data/actions/sso-oauth.json +4 -2
- iamdata/data/actions/sso.json +338 -110
- iamdata/data/actions/workspaces.json +0 -16
- iamdata/data/conditionKeys/autoscaling.json +5 -0
- iamdata/data/metadata.json +2 -2
- {iamdata-0.1.202509171.dist-info → iamdata-0.1.202509191.dist-info}/METADATA +1 -1
- {iamdata-0.1.202509171.dist-info → iamdata-0.1.202509191.dist-info}/RECORD +13 -13
- {iamdata-0.1.202509171.dist-info → iamdata-0.1.202509191.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202509171.dist-info → iamdata-0.1.202509191.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -659,22 +659,6 @@
|
|
|
659
659
|
"conditionKeys": [],
|
|
660
660
|
"dependentActions": []
|
|
661
661
|
},
|
|
662
|
-
"describerootclientcertificates": {
|
|
663
|
-
"name": "DescribeRootClientCertificates",
|
|
664
|
-
"isPermissionOnly": true,
|
|
665
|
-
"description": "Grants permission to retrieve information for root client certificates",
|
|
666
|
-
"accessLevel": "List",
|
|
667
|
-
"resourceTypes": [
|
|
668
|
-
{
|
|
669
|
-
"name": "certificateid",
|
|
670
|
-
"required": true,
|
|
671
|
-
"conditionKeys": [],
|
|
672
|
-
"dependentActions": []
|
|
673
|
-
}
|
|
674
|
-
],
|
|
675
|
-
"conditionKeys": [],
|
|
676
|
-
"dependentActions": []
|
|
677
|
-
},
|
|
678
662
|
"describetags": {
|
|
679
663
|
"name": "DescribeTags",
|
|
680
664
|
"description": "Grants permission to describe the tags for WorkSpaces resources",
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
"description": "Filters access based on the ARN of a Capacity Reservation resource group",
|
|
10
10
|
"type": "ArrayOfString"
|
|
11
11
|
},
|
|
12
|
+
"autoscaling:forcedelete": {
|
|
13
|
+
"key": "autoscaling:ForceDelete",
|
|
14
|
+
"description": "Filters access based on whether the force delete option is specified when deleting an Auto Scaling group",
|
|
15
|
+
"type": "Bool"
|
|
16
|
+
},
|
|
12
17
|
"autoscaling:imageid": {
|
|
13
18
|
"key": "autoscaling:ImageId",
|
|
14
19
|
"description": "Filters access based on the AMI ID for the launch configuration",
|
iamdata/data/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202509191
|
|
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
|
|
@@ -5,7 +5,7 @@ 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
7
|
iamdata/data/conditionPatterns.json,sha256=V5ku4ezJfk6znSFJ1_o-qjzjondyQIR66exDGblNmLY,6431
|
|
8
|
-
iamdata/data/metadata.json,sha256=
|
|
8
|
+
iamdata/data/metadata.json,sha256=CGsAuN-eDauy9lKjnDRKfkkZiVuoipnnY_eSH1LGLpU,76
|
|
9
9
|
iamdata/data/serviceNames.json,sha256=7JeiQW8vW89qj2ZiUVKeeAi61Wo-DcxWwCCTKxPx888,18866
|
|
10
10
|
iamdata/data/services.json,sha256=bvvZkc0zB27LMZr4oER7-EXSQU1-r8DdPLK-cEg1DNo,7304
|
|
11
11
|
iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
|
|
@@ -47,7 +47,7 @@ iamdata/data/actions/artifact.json,sha256=t5v7Cxg90BbMgcxm9V5GwNa8zHQOC-FfXR-KtD
|
|
|
47
47
|
iamdata/data/actions/athena.json,sha256=v_WHH4Y4mmmoAT6xz6dkfrR33qr3wgmxRHelvjM275g,30848
|
|
48
48
|
iamdata/data/actions/auditmanager.json,sha256=KmUtWJFHhtCXWTFeEuPp4mewgDwXflsx_LavgpZcP68,23926
|
|
49
49
|
iamdata/data/actions/autoscaling-plans.json,sha256=_m3Y8BzwGJt7RBR023KBHN3om4Htm7sGOMoxP_ZwdHg,1470
|
|
50
|
-
iamdata/data/actions/autoscaling.json,sha256=
|
|
50
|
+
iamdata/data/actions/autoscaling.json,sha256=MdHm0fvxokPGWqN4_srU5XAISN5objNHb8rtz4XBma4,29893
|
|
51
51
|
iamdata/data/actions/aws-marketplace-management.json,sha256=7_LogpX5ntD0bZUQi9ZnYHOZML9BqSJ-yY6NWmxlqxM,4007
|
|
52
52
|
iamdata/data/actions/aws-marketplace.json,sha256=bJxQyjMpz5Ghad9kAthp3I7n2qaB48S9t3zsYOMF7fI,19982
|
|
53
53
|
iamdata/data/actions/aws-portal.json,sha256=-WAb_llUoaJ-mebtp7hFxHrNqKXDEryptbSN6Ajmmes,2734
|
|
@@ -63,7 +63,7 @@ iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23Pkoqy
|
|
|
63
63
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
|
64
64
|
iamdata/data/actions/bcm-recommended-actions.json,sha256=6pucTTUoHQJzBgmwQn-m0bb2Ct7NHL4u0tA9Vh915No,251
|
|
65
65
|
iamdata/data/actions/bedrock-agentcore.json,sha256=Zi10Kde6IW-D6RcAM5WXjz4xJVGu4w9C931g1chDhds,35661
|
|
66
|
-
iamdata/data/actions/bedrock.json,sha256=
|
|
66
|
+
iamdata/data/actions/bedrock.json,sha256=mNYd_Pe1GHGQfoZLz72Mn2_OOB5gzOPQp_6PDaLiWns,107563
|
|
67
67
|
iamdata/data/actions/billing.json,sha256=it40jkO1aQnvxXgcFqW5bc3gFzJCznyy_kwjnSGxbG0,9379
|
|
68
68
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
|
69
69
|
iamdata/data/actions/braket.json,sha256=ckpknxfX95gNPieCdF9SwWtG0h5vusN-D2BkldAANFs,5658
|
|
@@ -167,7 +167,7 @@ iamdata/data/actions/entityresolution.json,sha256=8YvuJu5ZnHeUIwZhB5dGiD7PGzEw-q
|
|
|
167
167
|
iamdata/data/actions/es.json,sha256=bdqD51F2DSxf5DAu6Kh1aTmNBsXH1MHBJCvCSvngMHQ,43956
|
|
168
168
|
iamdata/data/actions/events.json,sha256=XH-xiGKcvRVZgPurZyit0AaXaRUTQNErvStEMvKJ5Yc,25577
|
|
169
169
|
iamdata/data/actions/evidently.json,sha256=_8CG5r8kMEnqHdda6QOKhd7J1_sf8f43BFUEUoGxeM4,13445
|
|
170
|
-
iamdata/data/actions/evs.json,sha256=
|
|
170
|
+
iamdata/data/actions/evs.json,sha256=5druFLDlRXMTKOpCWmMU5nXj_ltTzqgUuhKsVbmApcU,5133
|
|
171
171
|
iamdata/data/actions/execute-api.json,sha256=JK8sAQbfih1ryeIhX2oHCG3Nc8BM6h5PXmz_psr9pbI,1280
|
|
172
172
|
iamdata/data/actions/finspace-api.json,sha256=1YWtEsqWlnn94VfSjPip2wYsQ6SyKghSea00OMFUbak,429
|
|
173
173
|
iamdata/data/actions/finspace.json,sha256=dleWfTnKhIxfM2N5oNBsv20xZE5l2cjS_lsk-OoYSQA,26696
|
|
@@ -308,7 +308,7 @@ iamdata/data/actions/pipes.json,sha256=5zK6euxqKwWddbxMD0Yf0h2TjeDM7VAdua-1jhXy-
|
|
|
308
308
|
iamdata/data/actions/polly.json,sha256=hYPq7nRF2-8kyoNVNdlsOjqeSDl8sT0l4Vf0SRgN9VI,3079
|
|
309
309
|
iamdata/data/actions/pricing.json,sha256=zm-BI0D9leB4oGj7Z71PkPf6hnGtx56eXWfMle9rDIA,1432
|
|
310
310
|
iamdata/data/actions/private-networks.json,sha256=uX17jjHVVWdPhGNmO0t-nSpwNaFsshHbuAUbROV32Wg,11076
|
|
311
|
-
iamdata/data/actions/profile.json,sha256=
|
|
311
|
+
iamdata/data/actions/profile.json,sha256=j7zXn6ZUSS6gPEKIjZItQygyC2VPIhzAp2wS7NweIi0,40486
|
|
312
312
|
iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54PATU,49972
|
|
313
313
|
iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
|
|
314
314
|
iamdata/data/actions/q.json,sha256=iWr-C_4ZqKX5sX5G_l4KGIpPf_XprnnSZgDM4FMx9jw,13525
|
|
@@ -388,8 +388,8 @@ iamdata/data/actions/ssm-sap.json,sha256=jmiUval48vekNp4OVHVSB4RqtSnL-Z1kUnu2s2b
|
|
|
388
388
|
iamdata/data/actions/ssm.json,sha256=9mTf108bWFFJHWmhpocqjUx57J9-9BDRW_SVPJFQ3q0,72148
|
|
389
389
|
iamdata/data/actions/ssmmessages.json,sha256=qgUMhrTZNlb0cktmE6j2kqt89c6pbknWMvXJ6g1XeCY,1321
|
|
390
390
|
iamdata/data/actions/sso-directory.json,sha256=d_kgAAQaui8k4UDevqkhk3W2GkHHscq36667ppbHZXU,17404
|
|
391
|
-
iamdata/data/actions/sso-oauth.json,sha256=
|
|
392
|
-
iamdata/data/actions/sso.json,sha256=
|
|
391
|
+
iamdata/data/actions/sso-oauth.json,sha256=I2Rgq813GDfxS-pvuSiUIXxmqqK3IXs5CBO4UGQh9YQ,581
|
|
392
|
+
iamdata/data/actions/sso.json,sha256=Q3ZJJtfiVO921UVGaGrMpukjhyK1g1JS8K6vW0Wcn6g,55099
|
|
393
393
|
iamdata/data/actions/states.json,sha256=DNJWrTYPKKwY-qi9CINOI1Ajv9bkI0bIckSEA2E28w8,15468
|
|
394
394
|
iamdata/data/actions/storagegateway.json,sha256=87l-rpd-cqGJTH5KUx7vcY9_xTFjlZ9m7eGplOpjIAY,43905
|
|
395
395
|
iamdata/data/actions/sts.json,sha256=PG27BFhzE3DeNQRmJI2_fKA3u6-E-xQ9mzC_k8AtyBA,8283
|
|
@@ -436,7 +436,7 @@ iamdata/data/actions/workmail.json,sha256=-jvK5uBMMZZb14NefPsoKAhvseWyqFv1KfJ5Fn
|
|
|
436
436
|
iamdata/data/actions/workmailmessageflow.json,sha256=J9wg1dkXioNULN8nhKqbXSTq5zezo2XYNetqfnw2_xE,841
|
|
437
437
|
iamdata/data/actions/workspaces-instances.json,sha256=lTKAhRp8mNNKu_rXwLt093h--hn8Varn1M9VRRMLflQ,5037
|
|
438
438
|
iamdata/data/actions/workspaces-web.json,sha256=bjOvY3Kkd9TIUP5d52BNC75ENzXqoKXhupuJV1f1_yk,32085
|
|
439
|
-
iamdata/data/actions/workspaces.json,sha256=
|
|
439
|
+
iamdata/data/actions/workspaces.json,sha256=fUbL2xf0CkzDbwNExZYXHWinPMPGwldElzFR8vo9gCo,40095
|
|
440
440
|
iamdata/data/actions/xray.json,sha256=FymyznsdIZpLeNopAUqWJNnT2DLPkc633cLkCRwsP4Y,14510
|
|
441
441
|
iamdata/data/conditionKeys/a2c.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
442
442
|
iamdata/data/conditionKeys/a4b.json,sha256=rxQCKCe125TdAUcjup1xxhAlFRFh5HrcaAk__zF9hA0,876
|
|
@@ -476,7 +476,7 @@ iamdata/data/conditionKeys/artifact.json,sha256=zxISBuX1Js3lJumHw1O9Qv0GoPi_oyDj
|
|
|
476
476
|
iamdata/data/conditionKeys/athena.json,sha256=gV7Q5dgeBi7k3meeasYfsv83jDe5L4z6uk4QPYaBZiY,540
|
|
477
477
|
iamdata/data/conditionKeys/auditmanager.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
478
478
|
iamdata/data/conditionKeys/autoscaling-plans.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
479
|
-
iamdata/data/conditionKeys/autoscaling.json,sha256=
|
|
479
|
+
iamdata/data/conditionKeys/autoscaling.json,sha256=UxEhNwbmp5zOcper9nx-xyjuV-BSd43FdAmVfNhXgcY,4601
|
|
480
480
|
iamdata/data/conditionKeys/aws-marketplace-management.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
481
481
|
iamdata/data/conditionKeys/aws-marketplace.json,sha256=8---trq2UY36xhEcdeP2dt6pp1oAbVmqWBrWdkpoJGE,1515
|
|
482
482
|
iamdata/data/conditionKeys/aws-portal.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
@@ -1300,7 +1300,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1300
1300
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1301
1301
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1302
1302
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1303
|
-
iamdata-0.1.
|
|
1304
|
-
iamdata-0.1.
|
|
1305
|
-
iamdata-0.1.
|
|
1306
|
-
iamdata-0.1.
|
|
1303
|
+
iamdata-0.1.202509191.dist-info/METADATA,sha256=b5QRXcT9hjNuN3Z05STHry99m2UZgOAUK_t7gGjJmCA,3491
|
|
1304
|
+
iamdata-0.1.202509191.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1305
|
+
iamdata-0.1.202509191.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1306
|
+
iamdata-0.1.202509191.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|