iamdata 0.1.202510021__py3-none-any.whl → 0.1.202510041__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/bedrock-agentcore.json +22 -1
- iamdata/data/actions/imagebuilder.json +10 -6
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock-agentcore.json +4 -1
- iamdata/data/serviceNames.json +0 -1
- iamdata/data/services.json +0 -1
- {iamdata-0.1.202510021.dist-info → iamdata-0.1.202510041.dist-info}/METADATA +1 -1
- {iamdata-0.1.202510021.dist-info → iamdata-0.1.202510041.dist-info}/RECORD +10 -13
- iamdata/data/actions/application-cost-profiler.json +0 -50
- iamdata/data/conditionKeys/application-cost-profiler.json +0 -1
- iamdata/data/resourceTypes/application-cost-profiler.json +0 -1
- {iamdata-0.1.202510021.dist-info → iamdata-0.1.202510041.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202510021.dist-info → iamdata-0.1.202510041.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -128,7 +128,10 @@
|
|
|
128
128
|
"description": "Grants permission to create a new gateway",
|
|
129
129
|
"accessLevel": "Write",
|
|
130
130
|
"resourceTypes": [],
|
|
131
|
-
"conditionKeys": [
|
|
131
|
+
"conditionKeys": [
|
|
132
|
+
"aws:RequestTag/${TagKey}",
|
|
133
|
+
"aws:TagKeys"
|
|
134
|
+
],
|
|
132
135
|
"dependentActions": [
|
|
133
136
|
"iam:PassRole"
|
|
134
137
|
]
|
|
@@ -1069,6 +1072,12 @@
|
|
|
1069
1072
|
"conditionKeys": [],
|
|
1070
1073
|
"dependentActions": []
|
|
1071
1074
|
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "gateway",
|
|
1077
|
+
"required": false,
|
|
1078
|
+
"conditionKeys": [],
|
|
1079
|
+
"dependentActions": []
|
|
1080
|
+
},
|
|
1072
1081
|
{
|
|
1073
1082
|
"name": "runtime",
|
|
1074
1083
|
"required": false,
|
|
@@ -1256,6 +1265,12 @@
|
|
|
1256
1265
|
"conditionKeys": [],
|
|
1257
1266
|
"dependentActions": []
|
|
1258
1267
|
},
|
|
1268
|
+
{
|
|
1269
|
+
"name": "gateway",
|
|
1270
|
+
"required": false,
|
|
1271
|
+
"conditionKeys": [],
|
|
1272
|
+
"dependentActions": []
|
|
1273
|
+
},
|
|
1259
1274
|
{
|
|
1260
1275
|
"name": "runtime",
|
|
1261
1276
|
"required": false,
|
|
@@ -1292,6 +1307,12 @@
|
|
|
1292
1307
|
"conditionKeys": [],
|
|
1293
1308
|
"dependentActions": []
|
|
1294
1309
|
},
|
|
1310
|
+
{
|
|
1311
|
+
"name": "gateway",
|
|
1312
|
+
"required": false,
|
|
1313
|
+
"conditionKeys": [],
|
|
1314
|
+
"dependentActions": []
|
|
1315
|
+
},
|
|
1295
1316
|
{
|
|
1296
1317
|
"name": "runtime",
|
|
1297
1318
|
"required": false,
|
|
@@ -1160,14 +1160,18 @@
|
|
|
1160
1160
|
"name": "imagePipeline",
|
|
1161
1161
|
"required": true,
|
|
1162
1162
|
"conditionKeys": [],
|
|
1163
|
-
"dependentActions": [
|
|
1163
|
+
"dependentActions": [
|
|
1164
|
+
"iam:CreateServiceLinkedRole",
|
|
1165
|
+
"imagebuilder:GetImagePipeline",
|
|
1166
|
+
"imagebuilder:TagResource"
|
|
1167
|
+
]
|
|
1164
1168
|
}
|
|
1165
1169
|
],
|
|
1166
|
-
"conditionKeys": [
|
|
1167
|
-
|
|
1168
|
-
"
|
|
1169
|
-
|
|
1170
|
-
]
|
|
1170
|
+
"conditionKeys": [
|
|
1171
|
+
"aws:RequestTag/${TagKey}",
|
|
1172
|
+
"aws:TagKeys"
|
|
1173
|
+
],
|
|
1174
|
+
"dependentActions": []
|
|
1171
1175
|
},
|
|
1172
1176
|
"startresourcestateupdate": {
|
|
1173
1177
|
"name": "StartResourceStateUpdate",
|
iamdata/data/metadata.json
CHANGED
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
},
|
|
6
6
|
"gateway": {
|
|
7
7
|
"key": "gateway",
|
|
8
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:gateway/${GatewayId}"
|
|
8
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:gateway/${GatewayId}",
|
|
9
|
+
"conditionKeys": [
|
|
10
|
+
"aws:ResourceTag/${TagKey}"
|
|
11
|
+
]
|
|
9
12
|
},
|
|
10
13
|
"workload-identity": {
|
|
11
14
|
"key": "workload-identity",
|
iamdata/data/serviceNames.json
CHANGED
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"appfabric": "AWS AppFabric",
|
|
19
19
|
"appflow": "Amazon AppFlow",
|
|
20
20
|
"application-autoscaling": "AWS Application Auto Scaling",
|
|
21
|
-
"application-cost-profiler": "AWS Application Cost Profiler Service",
|
|
22
21
|
"application-signals": "Amazon CloudWatch Application Signals",
|
|
23
22
|
"application-transformation": "AWS Application Transformation Service",
|
|
24
23
|
"applicationinsights": "Amazon CloudWatch Application Insights",
|
iamdata/data/services.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202510041
|
|
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,9 +5,9 @@ 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=14QLiN1bUr3l5UfocGIXfEmCK8sP_HthG0oXEXDpvzk,6548
|
|
8
|
-
iamdata/data/metadata.json,sha256=
|
|
9
|
-
iamdata/data/serviceNames.json,sha256=
|
|
10
|
-
iamdata/data/services.json,sha256=
|
|
8
|
+
iamdata/data/metadata.json,sha256=xI_4lOdnHxmiMcQL8H45sFs1sCyrgyi3OBOfOT479-k,76
|
|
9
|
+
iamdata/data/serviceNames.json,sha256=jVTwLHU4IOlBeoFmNJXHU1Cq7_dLKBB7IQiDfTEN8Mw,18794
|
|
10
|
+
iamdata/data/services.json,sha256=7xtILbCSXyFohO4he9Fujno5UrnByoMLWdz8lTuUU6Q,7273
|
|
11
11
|
iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
|
|
12
12
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
13
13
|
iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
|
|
@@ -28,7 +28,6 @@ iamdata/data/actions/appconfig.json,sha256=jfUWaS82WDtTfD5BVOf_OXX_uvxpKpNCt0NKx
|
|
|
28
28
|
iamdata/data/actions/appfabric.json,sha256=AvXi5cmQWdibTxKn2ZPh1kfgOyVPzQNGjnBlNQvy3jc,13801
|
|
29
29
|
iamdata/data/actions/appflow.json,sha256=6AoIiRsuLBTSvTYX5o5ZnLwltaIEHUL68cb2JsbccVU,12480
|
|
30
30
|
iamdata/data/actions/application-autoscaling.json,sha256=POMpk1nQ_WCxpwCxQLn7PGB4YlCCIf0Nuf9dTYVD8hY,5984
|
|
31
|
-
iamdata/data/actions/application-cost-profiler.json,sha256=9VcuPqhnt0kpwf1isl4twq8bdq8xOboCeDjEJ7L7By8,1763
|
|
32
31
|
iamdata/data/actions/application-signals.json,sha256=ahCcvYfQPx6aTajyNMADbK7Q_qpN61ukZBGDZuIW6-0,7513
|
|
33
32
|
iamdata/data/actions/application-transformation.json,sha256=Q61FUo8d-kkrSlJWTR5-7n3lVCWT7i47Cxw4Dpywe6o,3693
|
|
34
33
|
iamdata/data/actions/applicationinsights.json,sha256=e3XCjtB1ZxRLJx_QFvanOwjKXDTh-X3de84YT-Z_Rq4,8215
|
|
@@ -62,7 +61,7 @@ iamdata/data/actions/bcm-dashboards.json,sha256=ZOndaQY5uj2F2liI6COzuMcE1FxtiH_1
|
|
|
62
61
|
iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
|
|
63
62
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
|
64
63
|
iamdata/data/actions/bcm-recommended-actions.json,sha256=6pucTTUoHQJzBgmwQn-m0bb2Ct7NHL4u0tA9Vh915No,251
|
|
65
|
-
iamdata/data/actions/bedrock-agentcore.json,sha256=
|
|
64
|
+
iamdata/data/actions/bedrock-agentcore.json,sha256=m_uwa9bhbu4Xqw8iHGBIiZ1v20YlIWQMsUFZak60WRc,38978
|
|
66
65
|
iamdata/data/actions/bedrock.json,sha256=mNYd_Pe1GHGQfoZLz72Mn2_OOB5gzOPQp_6PDaLiWns,107563
|
|
67
66
|
iamdata/data/actions/billing.json,sha256=ZvE1P49Tcbgv1ObPBM9Hzp3Ffgh7Qx2B0NtUhK9ZDPs,10720
|
|
68
67
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
|
@@ -200,7 +199,7 @@ iamdata/data/actions/iam.json,sha256=I83uLhuZHku2Mx_9qj92pUdJmpTfik-7ZEVl3iPhrq8
|
|
|
200
199
|
iamdata/data/actions/identity-sync.json,sha256=w2y9PcBgULyvcuf1Rk68KcSsyFpkklKSpkQ2HO-AOkE,5633
|
|
201
200
|
iamdata/data/actions/identitystore-auth.json,sha256=m2DQl4cOuoIGJgcStZ1WlYTJf5MxxsRhLumaxKBzhOM,866
|
|
202
201
|
iamdata/data/actions/identitystore.json,sha256=xJ_8jNBOEDYk0ig_H4Pg7Guyb7RQUfVUtD2JzMsDFh0,13008
|
|
203
|
-
iamdata/data/actions/imagebuilder.json,sha256=
|
|
202
|
+
iamdata/data/actions/imagebuilder.json,sha256=juwdgYEUE-VZO26xM255mqs9luE7XIF3xAelW8fvvQk,37941
|
|
204
203
|
iamdata/data/actions/importexport.json,sha256=h1-JuJoaK_SEIUsKjZlSpjdlQ86fyNwkHCvi13vysPM,1738
|
|
205
204
|
iamdata/data/actions/inspector-scan.json,sha256=JxxlHGqpy6IUkAwGOWcIbg7Od4yr12QG3-KaKEd1HPI,269
|
|
206
205
|
iamdata/data/actions/inspector.json,sha256=Ub-q2PoES3dnr4drOiK8r2OO0ZNM9r_JnhJ8zkGdlgU,11657
|
|
@@ -457,7 +456,6 @@ iamdata/data/conditionKeys/appconfig.json,sha256=ZYOdu0KH7fehbpWdminQJ2OFRcf-g8M
|
|
|
457
456
|
iamdata/data/conditionKeys/appfabric.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
458
457
|
iamdata/data/conditionKeys/appflow.json,sha256=qOBHOCGM3I9AL5ZeSPPyaGDQTpagusB9VbsugdtGxdI,520
|
|
459
458
|
iamdata/data/conditionKeys/application-autoscaling.json,sha256=avuwdvpG0R3KKoyc-n1ahYemwK0Y7k3gZdnn-aGcl5c,967
|
|
460
|
-
iamdata/data/conditionKeys/application-cost-profiler.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
461
459
|
iamdata/data/conditionKeys/application-signals.json,sha256=dldzYUchHPuUjVd91C9ti1H4fC65mmCXdOxYDVmd01k,528
|
|
462
460
|
iamdata/data/conditionKeys/application-transformation.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
463
461
|
iamdata/data/conditionKeys/applicationinsights.json,sha256=jiA_afWqChWCZFRSqtRhqJvFyLPaxcsANrzqzN2bos0,542
|
|
@@ -886,7 +884,6 @@ iamdata/data/resourceTypes/appconfig.json,sha256=ErfluuMMqnqL_31EfNNr_c2fnWiYHQ_
|
|
|
886
884
|
iamdata/data/resourceTypes/appfabric.json,sha256=1sBG-Q6qTJbs4oO3sAhTDCrQQNX7ZXyKImIG-4BFuF4,998
|
|
887
885
|
iamdata/data/resourceTypes/appflow.json,sha256=wgvUzt7sIPTvU0l1cT2bqch_sIepEvfATNnqEKFRBHs,526
|
|
888
886
|
iamdata/data/resourceTypes/application-autoscaling.json,sha256=6lWo3StS2UC0WRwgO4sNiXzGZ4UI2WGw7f5EK0qSYM4,227
|
|
889
|
-
iamdata/data/resourceTypes/application-cost-profiler.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
890
887
|
iamdata/data/resourceTypes/application-signals.json,sha256=cUL_vpTOO83ASJRZTo6akyS6pg86bhMICxaNpPmNpNg,186
|
|
891
888
|
iamdata/data/resourceTypes/application-transformation.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
892
889
|
iamdata/data/resourceTypes/applicationinsights.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
@@ -920,7 +917,7 @@ iamdata/data/resourceTypes/bcm-dashboards.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
|
|
|
920
917
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
921
918
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
922
919
|
iamdata/data/resourceTypes/bcm-recommended-actions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
923
|
-
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=
|
|
920
|
+
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=cNkqMVaB6bYoWJsv7mYrarW-dvC7i9-XlZb-bt12hZc,2484
|
|
924
921
|
iamdata/data/resourceTypes/bedrock.json,sha256=bKhvt5WtdyDatVUy8-KT8Hsofmkzyl9GI9sudrv4MOA,6930
|
|
925
922
|
iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
|
|
926
923
|
iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
|
|
@@ -1300,7 +1297,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1300
1297
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1301
1298
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1302
1299
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1303
|
-
iamdata-0.1.
|
|
1304
|
-
iamdata-0.1.
|
|
1305
|
-
iamdata-0.1.
|
|
1306
|
-
iamdata-0.1.
|
|
1300
|
+
iamdata-0.1.202510041.dist-info/METADATA,sha256=m_2hguUjT7ZN5CZYs9ejALEVhB7hL155kJCrT3RDvvI,3491
|
|
1301
|
+
iamdata-0.1.202510041.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1302
|
+
iamdata-0.1.202510041.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1303
|
+
iamdata-0.1.202510041.dist-info/RECORD,,
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"deletereportdefinition": {
|
|
3
|
-
"name": "DeleteReportDefinition",
|
|
4
|
-
"description": "Grants permission to delete the configuration with specific Application Cost Profiler Report thereby effectively disabling report generation",
|
|
5
|
-
"accessLevel": "Write",
|
|
6
|
-
"resourceTypes": [],
|
|
7
|
-
"conditionKeys": [],
|
|
8
|
-
"dependentActions": []
|
|
9
|
-
},
|
|
10
|
-
"getreportdefinition": {
|
|
11
|
-
"name": "GetReportDefinition",
|
|
12
|
-
"description": "Grants permission to fetch the configuration with specific Application Cost Profiler Report request",
|
|
13
|
-
"accessLevel": "Read",
|
|
14
|
-
"resourceTypes": [],
|
|
15
|
-
"conditionKeys": [],
|
|
16
|
-
"dependentActions": []
|
|
17
|
-
},
|
|
18
|
-
"importapplicationusage": {
|
|
19
|
-
"name": "ImportApplicationUsage",
|
|
20
|
-
"description": "Grants permission to import the application usage from S3",
|
|
21
|
-
"accessLevel": "Write",
|
|
22
|
-
"resourceTypes": [],
|
|
23
|
-
"conditionKeys": [],
|
|
24
|
-
"dependentActions": []
|
|
25
|
-
},
|
|
26
|
-
"listreportdefinitions": {
|
|
27
|
-
"name": "ListReportDefinitions",
|
|
28
|
-
"description": "Grants permission to get a list of the different Application Cost Profiler Report configurations they have created",
|
|
29
|
-
"accessLevel": "Read",
|
|
30
|
-
"resourceTypes": [],
|
|
31
|
-
"conditionKeys": [],
|
|
32
|
-
"dependentActions": []
|
|
33
|
-
},
|
|
34
|
-
"putreportdefinition": {
|
|
35
|
-
"name": "PutReportDefinition",
|
|
36
|
-
"description": "Grants permission to create Application Cost Profiler Report configurations",
|
|
37
|
-
"accessLevel": "Write",
|
|
38
|
-
"resourceTypes": [],
|
|
39
|
-
"conditionKeys": [],
|
|
40
|
-
"dependentActions": []
|
|
41
|
-
},
|
|
42
|
-
"updatereportdefinition": {
|
|
43
|
-
"name": "UpdateReportDefinition",
|
|
44
|
-
"description": "Grants permission to update an existing Application Cost Profiler Report configuration",
|
|
45
|
-
"accessLevel": "Write",
|
|
46
|
-
"resourceTypes": [],
|
|
47
|
-
"conditionKeys": [],
|
|
48
|
-
"dependentActions": []
|
|
49
|
-
}
|
|
50
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
File without changes
|
|
File without changes
|