iamdata 0.1.202502261__py3-none-any.whl → 0.1.202502271__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/ecs.json +37 -10
- iamdata/data/actions/ram.json +2 -1
- iamdata/data/conditionKeys/ecs.json +41 -1
- iamdata/data/metadata.json +2 -2
- {iamdata-0.1.202502261.dist-info → iamdata-0.1.202502271.dist-info}/METADATA +1 -1
- {iamdata-0.1.202502261.dist-info → iamdata-0.1.202502271.dist-info}/RECORD +8 -8
- {iamdata-0.1.202502261.dist-info → iamdata-0.1.202502271.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202502261.dist-info → iamdata-0.1.202502271.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/ecs.json
CHANGED
|
@@ -38,22 +38,29 @@
|
|
|
38
38
|
{
|
|
39
39
|
"name": "service",
|
|
40
40
|
"required": true,
|
|
41
|
-
"conditionKeys": [
|
|
41
|
+
"conditionKeys": [
|
|
42
|
+
"ecs:cluster",
|
|
43
|
+
"aws:ResourceTag/${TagKey}"
|
|
44
|
+
],
|
|
42
45
|
"dependentActions": []
|
|
43
46
|
}
|
|
44
47
|
],
|
|
45
48
|
"conditionKeys": [
|
|
46
49
|
"aws:RequestTag/${TagKey}",
|
|
47
|
-
"aws:ResourceTag/${TagKey}",
|
|
48
50
|
"aws:TagKeys",
|
|
49
|
-
"ecs:cluster",
|
|
50
51
|
"ecs:capacity-provider",
|
|
51
52
|
"ecs:task-definition",
|
|
52
53
|
"ecs:enable-ebs-volumes",
|
|
53
54
|
"ecs:enable-execute-command",
|
|
54
55
|
"ecs:enable-service-connect",
|
|
55
56
|
"ecs:namespace",
|
|
56
|
-
"ecs:enable-vpc-lattice"
|
|
57
|
+
"ecs:enable-vpc-lattice",
|
|
58
|
+
"ecs:enable-ecs-managed-tags",
|
|
59
|
+
"ecs:propagate-tags",
|
|
60
|
+
"ecs:auto-assign-public-ip",
|
|
61
|
+
"ecs:subnet",
|
|
62
|
+
"ecs:task-cpu",
|
|
63
|
+
"ecs:task-memory"
|
|
57
64
|
],
|
|
58
65
|
"dependentActions": []
|
|
59
66
|
},
|
|
@@ -708,10 +715,23 @@
|
|
|
708
715
|
"name": "RegisterTaskDefinition",
|
|
709
716
|
"description": "Grants permission to register a new task definition from the supplied family and containerDefinitions",
|
|
710
717
|
"accessLevel": "Write",
|
|
711
|
-
"resourceTypes": [
|
|
718
|
+
"resourceTypes": [
|
|
719
|
+
{
|
|
720
|
+
"name": "task-definition",
|
|
721
|
+
"required": true,
|
|
722
|
+
"conditionKeys": [
|
|
723
|
+
"aws:ResourceTag/${TagKey}"
|
|
724
|
+
],
|
|
725
|
+
"dependentActions": []
|
|
726
|
+
}
|
|
727
|
+
],
|
|
712
728
|
"conditionKeys": [
|
|
713
729
|
"aws:RequestTag/${TagKey}",
|
|
714
|
-
"aws:TagKeys"
|
|
730
|
+
"aws:TagKeys",
|
|
731
|
+
"ecs:compute-compatibility",
|
|
732
|
+
"ecs:privileged",
|
|
733
|
+
"ecs:task-cpu",
|
|
734
|
+
"ecs:task-memory"
|
|
715
735
|
],
|
|
716
736
|
"dependentActions": []
|
|
717
737
|
},
|
|
@@ -1057,20 +1077,27 @@
|
|
|
1057
1077
|
{
|
|
1058
1078
|
"name": "service",
|
|
1059
1079
|
"required": true,
|
|
1060
|
-
"conditionKeys": [
|
|
1080
|
+
"conditionKeys": [
|
|
1081
|
+
"ecs:cluster",
|
|
1082
|
+
"aws:ResourceTag/${TagKey}"
|
|
1083
|
+
],
|
|
1061
1084
|
"dependentActions": []
|
|
1062
1085
|
}
|
|
1063
1086
|
],
|
|
1064
1087
|
"conditionKeys": [
|
|
1065
|
-
"aws:ResourceTag/${TagKey}",
|
|
1066
|
-
"ecs:cluster",
|
|
1067
1088
|
"ecs:capacity-provider",
|
|
1068
1089
|
"ecs:enable-ebs-volumes",
|
|
1069
1090
|
"ecs:enable-execute-command",
|
|
1070
1091
|
"ecs:enable-service-connect",
|
|
1071
1092
|
"ecs:namespace",
|
|
1072
1093
|
"ecs:task-definition",
|
|
1073
|
-
"ecs:enable-vpc-lattice"
|
|
1094
|
+
"ecs:enable-vpc-lattice",
|
|
1095
|
+
"ecs:enable-ecs-managed-tags",
|
|
1096
|
+
"ecs:propagate-tags",
|
|
1097
|
+
"ecs:auto-assign-public-ip",
|
|
1098
|
+
"ecs:subnet",
|
|
1099
|
+
"ecs:task-cpu",
|
|
1100
|
+
"ecs:task-memory"
|
|
1074
1101
|
],
|
|
1075
1102
|
"dependentActions": []
|
|
1076
1103
|
},
|
iamdata/data/actions/ram.json
CHANGED
|
@@ -29,16 +29,26 @@
|
|
|
29
29
|
"description": "Filters access by the Amazon ECS account setting name",
|
|
30
30
|
"type": "String"
|
|
31
31
|
},
|
|
32
|
+
"ecs:auto-assign-public-ip": {
|
|
33
|
+
"key": "ecs:auto-assign-public-ip",
|
|
34
|
+
"description": "Filters access by the public IP assignment configuration of your Amazon ECS task or Amazon ECS service that uses awsvpc network mode",
|
|
35
|
+
"type": "Bool"
|
|
36
|
+
},
|
|
32
37
|
"ecs:capacity-provider": {
|
|
33
38
|
"key": "ecs:capacity-provider",
|
|
34
39
|
"description": "Filters access by the ARN of an Amazon ECS capacity provider",
|
|
35
|
-
"type": "
|
|
40
|
+
"type": "ArrayOfARN"
|
|
36
41
|
},
|
|
37
42
|
"ecs:cluster": {
|
|
38
43
|
"key": "ecs:cluster",
|
|
39
44
|
"description": "Filters access by the ARN of an Amazon ECS cluster",
|
|
40
45
|
"type": "ARN"
|
|
41
46
|
},
|
|
47
|
+
"ecs:compute-compatibility": {
|
|
48
|
+
"key": "ecs:compute-compatibility",
|
|
49
|
+
"description": "Filters access by the required compatibilities field provided in the request",
|
|
50
|
+
"type": "ArrayOfString"
|
|
51
|
+
},
|
|
42
52
|
"ecs:container-instances": {
|
|
43
53
|
"key": "ecs:container-instances",
|
|
44
54
|
"description": "Filters access by the ARN of an Amazon ECS container instance",
|
|
@@ -54,6 +64,11 @@
|
|
|
54
64
|
"description": "Filters access by the Amazon ECS managed Amazon EBS volume capability of your ECS task or service",
|
|
55
65
|
"type": "String"
|
|
56
66
|
},
|
|
67
|
+
"ecs:enable-ecs-managed-tags": {
|
|
68
|
+
"key": "ecs:enable-ecs-managed-tags",
|
|
69
|
+
"description": "Filters access by the enableECSManagedTags configuration of your Amazon ECS task or Amazon ECS service",
|
|
70
|
+
"type": "Bool"
|
|
71
|
+
},
|
|
57
72
|
"ecs:enable-execute-command": {
|
|
58
73
|
"key": "ecs:enable-execute-command",
|
|
59
74
|
"description": "Filters access by the execute-command capability of your Amazon ECS task or Amazon ECS service",
|
|
@@ -79,19 +94,44 @@
|
|
|
79
94
|
"description": "Filters access by the ARN of AWS Cloud Map namespace which is defined in the Service Connect Configuration",
|
|
80
95
|
"type": "ARN"
|
|
81
96
|
},
|
|
97
|
+
"ecs:privileged": {
|
|
98
|
+
"key": "ecs:privileged",
|
|
99
|
+
"description": "Filters access by the privileged field provided in the request",
|
|
100
|
+
"type": "String"
|
|
101
|
+
},
|
|
102
|
+
"ecs:propagate-tags": {
|
|
103
|
+
"key": "ecs:propagate-tags",
|
|
104
|
+
"description": "Filters access by the tag propagation configuration of your Amazon ECS task or Amazon ECS service",
|
|
105
|
+
"type": "String"
|
|
106
|
+
},
|
|
82
107
|
"ecs:service": {
|
|
83
108
|
"key": "ecs:service",
|
|
84
109
|
"description": "Filters access by the ARN of an Amazon ECS service",
|
|
85
110
|
"type": "ARN"
|
|
86
111
|
},
|
|
112
|
+
"ecs:subnet": {
|
|
113
|
+
"key": "ecs:subnet",
|
|
114
|
+
"description": "Filters access by the subnet configuration of your Amazon ECS task or Amazon ECS service that uses awsvpc network mode",
|
|
115
|
+
"type": "ArrayOfString"
|
|
116
|
+
},
|
|
87
117
|
"ecs:task": {
|
|
88
118
|
"key": "ecs:task",
|
|
89
119
|
"description": "Filters access by the ARN of an Amazon ECS task",
|
|
90
120
|
"type": "ARN"
|
|
91
121
|
},
|
|
122
|
+
"ecs:task-cpu": {
|
|
123
|
+
"key": "ecs:task-cpu",
|
|
124
|
+
"description": "Filters access by the task cpu, as an integer with 1024 = 1 vCPU, provided in the request",
|
|
125
|
+
"type": "Numeric"
|
|
126
|
+
},
|
|
92
127
|
"ecs:task-definition": {
|
|
93
128
|
"key": "ecs:task-definition",
|
|
94
129
|
"description": "Filters access by the ARN of an Amazon ECS task definition",
|
|
95
130
|
"type": "ARN"
|
|
131
|
+
},
|
|
132
|
+
"ecs:task-memory": {
|
|
133
|
+
"key": "ecs:task-memory",
|
|
134
|
+
"description": "Filters access by the task memory, as an integer representing MiB, provided in the request",
|
|
135
|
+
"type": "Numeric"
|
|
96
136
|
}
|
|
97
137
|
}
|
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.202502271
|
|
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=
|
|
7
|
+
iamdata/data/metadata.json,sha256=MtApkqJzoOfTcuMX5nhYr-N90IXe5HzSnlL31ssTWdA,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=cq4NoN6Uff23-Xak3U-bQlEXqGmnf_EOZZeaR89HcCs,18231
|
|
9
9
|
iamdata/data/services.json,sha256=a_m1ljUk8AJ5U4v3dpI-Z7mARUWv-NGDwxp4ZwrfRvQ,7079
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -143,7 +143,7 @@ iamdata/data/actions/ec2.json,sha256=YhHl8lAK5izVTLBazEacCaJb9JrS2aHFUCGbFREynvo
|
|
|
143
143
|
iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
|
|
144
144
|
iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
|
|
145
145
|
iamdata/data/actions/ecr.json,sha256=XokLvCW7j0MIYvOwLCJe9buyNetiTMKOiTw6Zm_-7D0,18846
|
|
146
|
-
iamdata/data/actions/ecs.json,sha256=
|
|
146
|
+
iamdata/data/actions/ecs.json,sha256=7r7KMOQPYziMGQazz-eH9APCJ5qo7FlHKJtEdp5O6f8,31345
|
|
147
147
|
iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
|
|
148
148
|
iamdata/data/actions/eks.json,sha256=uqnPJTUD04TcCoL9gq1B9CcBDvxWOusNCSGfiS7pKaQ,27452
|
|
149
149
|
iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
|
|
@@ -305,7 +305,7 @@ iamdata/data/actions/qapps.json,sha256=qOgramTbI6DagOhSKyFW8TELITuqF1vLL8S4bO4WJ
|
|
|
305
305
|
iamdata/data/actions/qbusiness.json,sha256=IG0ry1_WHixsvmAvLDKJ-SgmqxMpjqMjQ_XRYzyaQXw,41758
|
|
306
306
|
iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
|
|
307
307
|
iamdata/data/actions/quicksight.json,sha256=m1I0am8GHu35UuKsfzmBv09jjUSXXr8NhAmfayY-7Vg,93967
|
|
308
|
-
iamdata/data/actions/ram.json,sha256=
|
|
308
|
+
iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw,16349
|
|
309
309
|
iamdata/data/actions/rbin.json,sha256=L7CSng1O2j-b5QwJd-LEj_jBsu39qY3u5E_BroBCkgU,4415
|
|
310
310
|
iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKGRTsRM,2927
|
|
311
311
|
iamdata/data/actions/rds-db.json,sha256=-kxeNl2Nj36gpRpkC-75kSstRTNFMa-j8-0Rh_tMr9Q,374
|
|
@@ -559,7 +559,7 @@ iamdata/data/conditionKeys/ec2.json,sha256=Hi5Zzxt-ymLFZT_br8sxacIL8FnA_8OWU-_X_
|
|
|
559
559
|
iamdata/data/conditionKeys/ec2messages.json,sha256=Wj2FI88_ylE-MehRI2ouDKNCWnYP7AKTntm8_vJsOmw,576
|
|
560
560
|
iamdata/data/conditionKeys/ecr-public.json,sha256=51bQfBuLh-b_fqAhlxKGp81zVbaSdkWVg29SRvVoi8U,764
|
|
561
561
|
iamdata/data/conditionKeys/ecr.json,sha256=DvjSF2Bl80kd7EkBBcH5AESp4V1lnSj9dTQZNmiYHcw,860
|
|
562
|
-
iamdata/data/conditionKeys/ecs.json,sha256=
|
|
562
|
+
iamdata/data/conditionKeys/ecs.json,sha256=0n7_WJvFVT4EsuDGaHJ5dcDxwfCH_AfdiDZrVl5b-d0,5054
|
|
563
563
|
iamdata/data/conditionKeys/eks-auth.json,sha256=4zcDb81GvLzhZtdFdqmWUF2lWj1FjKY-SuOwuz1nI_c,166
|
|
564
564
|
iamdata/data/conditionKeys/eks.json,sha256=76psSvBcEYWpTYTsqlK_CjczCOlYk1cl-EiJ1gGa4IE,4266
|
|
565
565
|
iamdata/data/conditionKeys/elasticache.json,sha256=m7rJ8esnmHr5ipNL8fvJ8wR8t7PENUlakcCy3Ye9iWA,5569
|
|
@@ -1259,7 +1259,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1259
1259
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1260
1260
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1261
1261
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1262
|
-
iamdata-0.1.
|
|
1263
|
-
iamdata-0.1.
|
|
1264
|
-
iamdata-0.1.
|
|
1265
|
-
iamdata-0.1.
|
|
1262
|
+
iamdata-0.1.202502271.dist-info/METADATA,sha256=uzBqw1lw19z1isMOfM-_stTbOoN4RRU1nr3N6SCiU2M,3491
|
|
1263
|
+
iamdata-0.1.202502271.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1264
|
+
iamdata-0.1.202502271.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1265
|
+
iamdata-0.1.202502271.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|