iamdata 0.1.202511241__py3-none-any.whl → 0.1.202512101__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.
- iamdata/data/actions/aco-automation.json +252 -0
- iamdata/data/actions/aidevops.json +481 -0
- iamdata/data/actions/aws-marketplace.json +48 -0
- iamdata/data/actions/aws-mcp.json +26 -0
- iamdata/data/actions/bcm-data-exports.json +12 -0
- iamdata/data/actions/bedrock-agentcore.json +594 -2
- iamdata/data/actions/bedrock-mantle.json +106 -0
- iamdata/data/actions/bedrock.json +84 -3
- iamdata/data/actions/ce.json +8 -0
- iamdata/data/actions/cloudfront.json +239 -0
- iamdata/data/actions/cloudwatch.json +45 -0
- iamdata/data/actions/connect.json +1081 -8
- iamdata/data/actions/datazone.json +16 -0
- iamdata/data/actions/ecr.json +78 -0
- iamdata/data/actions/eks.json +108 -0
- iamdata/data/actions/healthlake.json +1 -0
- iamdata/data/actions/identitystore.json +19 -0
- iamdata/data/actions/lambda.json +296 -4
- iamdata/data/actions/logs.json +105 -0
- iamdata/data/actions/mediaconnect.json +748 -91
- iamdata/data/actions/nova-act.json +276 -0
- iamdata/data/actions/observabilityadmin.json +180 -0
- iamdata/data/actions/opensearch.json +40 -0
- iamdata/data/actions/partnercentral-account-management.json +22 -0
- iamdata/data/actions/partnercentral.json +903 -22
- iamdata/data/actions/rds.json +47 -3
- iamdata/data/actions/route53.json +15 -0
- iamdata/data/actions/route53globalresolver.json +700 -0
- iamdata/data/actions/s3.json +1 -0
- iamdata/data/actions/s3tables.json +243 -3
- iamdata/data/actions/s3vectors.json +147 -22
- iamdata/data/actions/sagemaker-unified-studio-mcp.json +3 -0
- iamdata/data/actions/sagemaker.json +110 -0
- iamdata/data/actions/security-ir.json +31 -0
- iamdata/data/actions/securityagent.json +503 -0
- iamdata/data/actions/transform-custom.json +274 -0
- iamdata/data/actions/transform.json +72 -0
- iamdata/data/actions/vpce.json +14 -1
- iamdata/data/conditionKeys/aco-automation.json +17 -0
- iamdata/data/conditionKeys/aidevops.json +22 -0
- iamdata/data/conditionKeys/aws-mcp.json +1 -0
- iamdata/data/conditionKeys/bedrock-agentcore.json +0 -5
- iamdata/data/conditionKeys/bedrock-mantle.json +17 -0
- iamdata/data/conditionKeys/connect.json +10 -0
- iamdata/data/conditionKeys/nova-act.json +1 -0
- iamdata/data/conditionKeys/observabilityadmin.json +5 -0
- iamdata/data/conditionKeys/partnercentral-account-management.json +12 -1
- iamdata/data/conditionKeys/partnercentral.json +15 -0
- iamdata/data/conditionKeys/route53globalresolver.json +17 -0
- iamdata/data/conditionKeys/s3tables.json +5 -0
- iamdata/data/conditionKeys/s3vectors.json +20 -0
- iamdata/data/conditionKeys/securityagent.json +1 -0
- iamdata/data/conditionKeys/transform-custom.json +17 -0
- iamdata/data/conditionPatterns.json +4 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/aco-automation.json +9 -0
- iamdata/data/resourceTypes/aidevops.json +24 -0
- iamdata/data/resourceTypes/apigateway.json +3 -0
- iamdata/data/resourceTypes/aws-mcp.json +1 -0
- iamdata/data/resourceTypes/bcm-data-exports.json +7 -0
- iamdata/data/resourceTypes/bedrock-agentcore.json +20 -0
- iamdata/data/resourceTypes/bedrock-mantle.json +6 -0
- iamdata/data/resourceTypes/cloudfront.json +14 -0
- iamdata/data/resourceTypes/connect.json +18 -0
- iamdata/data/resourceTypes/eks.json +7 -0
- iamdata/data/resourceTypes/lambda.json +11 -0
- iamdata/data/resourceTypes/mediaconnect.json +41 -12
- iamdata/data/resourceTypes/nova-act.json +10 -0
- iamdata/data/resourceTypes/observabilityadmin.json +14 -0
- iamdata/data/resourceTypes/omics.json +0 -4
- iamdata/data/resourceTypes/partnercentral.json +42 -0
- iamdata/data/resourceTypes/rds.json +8 -2
- iamdata/data/resourceTypes/route53globalresolver.json +37 -0
- iamdata/data/resourceTypes/s3vectors.json +10 -2
- iamdata/data/resourceTypes/sagemaker.json +8 -0
- iamdata/data/resourceTypes/securityagent.json +38 -0
- iamdata/data/resourceTypes/transform-custom.json +18 -0
- iamdata/data/resourceTypes/vpce.json +10 -1
- iamdata/data/serviceNames.json +9 -2
- iamdata/data/services.json +8 -1
- {iamdata-0.1.202511241.dist-info → iamdata-0.1.202512101.dist-info}/METADATA +1 -1
- {iamdata-0.1.202511241.dist-info → iamdata-0.1.202512101.dist-info}/RECORD +84 -63
- {iamdata-0.1.202511241.dist-info → iamdata-0.1.202512101.dist-info}/WHEEL +1 -1
- iamdata/data/actions/deepcomposer.json +0 -316
- iamdata/data/conditionKeys/deepcomposer.json +0 -17
- iamdata/data/resourceTypes/deepcomposer.json +0 -20
- {iamdata-0.1.202511241.dist-info → iamdata-0.1.202512101.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/services.json
CHANGED
|
@@ -5,8 +5,10 @@
|
|
|
5
5
|
"account",
|
|
6
6
|
"acm",
|
|
7
7
|
"acm-pca",
|
|
8
|
+
"aco-automation",
|
|
8
9
|
"action-recommendations",
|
|
9
10
|
"activate",
|
|
11
|
+
"aidevops",
|
|
10
12
|
"aiops",
|
|
11
13
|
"airflow",
|
|
12
14
|
"airflow-serverless",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"autoscaling-plans",
|
|
42
44
|
"aws-marketplace",
|
|
43
45
|
"aws-marketplace-management",
|
|
46
|
+
"aws-mcp",
|
|
44
47
|
"aws-portal",
|
|
45
48
|
"awsconnector",
|
|
46
49
|
"b2bi",
|
|
@@ -55,6 +58,7 @@
|
|
|
55
58
|
"bcm-recommended-actions",
|
|
56
59
|
"bedrock",
|
|
57
60
|
"bedrock-agentcore",
|
|
61
|
+
"bedrock-mantle",
|
|
58
62
|
"billing",
|
|
59
63
|
"billingconductor",
|
|
60
64
|
"braket",
|
|
@@ -118,7 +122,6 @@
|
|
|
118
122
|
"dax",
|
|
119
123
|
"dbqms",
|
|
120
124
|
"deadline",
|
|
121
|
-
"deepcomposer",
|
|
122
125
|
"deepracer",
|
|
123
126
|
"detective",
|
|
124
127
|
"devicefarm",
|
|
@@ -275,6 +278,7 @@
|
|
|
275
278
|
"nimble",
|
|
276
279
|
"notifications",
|
|
277
280
|
"notifications-contacts",
|
|
281
|
+
"nova-act",
|
|
278
282
|
"oam",
|
|
279
283
|
"observabilityadmin",
|
|
280
284
|
"odb",
|
|
@@ -333,6 +337,7 @@
|
|
|
333
337
|
"route53-recovery-control-config",
|
|
334
338
|
"route53-recovery-readiness",
|
|
335
339
|
"route53domains",
|
|
340
|
+
"route53globalresolver",
|
|
336
341
|
"route53profiles",
|
|
337
342
|
"route53resolver",
|
|
338
343
|
"rtbfabric",
|
|
@@ -355,6 +360,7 @@
|
|
|
355
360
|
"sdb",
|
|
356
361
|
"secretsmanager",
|
|
357
362
|
"security-ir",
|
|
363
|
+
"securityagent",
|
|
358
364
|
"securityhub",
|
|
359
365
|
"securitylake",
|
|
360
366
|
"serverlessrepo",
|
|
@@ -406,6 +412,7 @@
|
|
|
406
412
|
"transcribe",
|
|
407
413
|
"transfer",
|
|
408
414
|
"transform",
|
|
415
|
+
"transform-custom",
|
|
409
416
|
"translate",
|
|
410
417
|
"trustedadvisor",
|
|
411
418
|
"ts",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202512101
|
|
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
|