iamdata 0.1.202510011__py3-none-any.whl → 0.1.202510031__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/ecs.json +20 -2
- iamdata/data/actions/pcs.json +26 -0
- iamdata/data/actions/scn.json +17 -5
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock-agentcore.json +4 -1
- iamdata/data/resourceTypes/scn.json +16 -4
- iamdata/data/serviceNames.json +0 -1
- iamdata/data/services.json +0 -1
- {iamdata-0.1.202510011.dist-info → iamdata-0.1.202510031.dist-info}/METADATA +1 -1
- {iamdata-0.1.202510011.dist-info → iamdata-0.1.202510031.dist-info}/RECORD +13 -16
- 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.202510011.dist-info → iamdata-0.1.202510031.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202510011.dist-info → iamdata-0.1.202510031.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,
|
iamdata/data/actions/ecs.json
CHANGED
|
@@ -3,8 +3,18 @@
|
|
|
3
3
|
"name": "CreateCapacityProvider",
|
|
4
4
|
"description": "Grants permission to create a new capacity provider. Capacity providers are associated with an Amazon ECS cluster and are used in capacity provider strategies to facilitate cluster auto scaling",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
|
-
"resourceTypes": [
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "capacity-provider",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [
|
|
11
|
+
"aws:ResourceTag/${TagKey}"
|
|
12
|
+
],
|
|
13
|
+
"dependentActions": []
|
|
14
|
+
}
|
|
15
|
+
],
|
|
7
16
|
"conditionKeys": [
|
|
17
|
+
"ecs:propagate-tags",
|
|
8
18
|
"aws:RequestTag/${TagKey}",
|
|
9
19
|
"aws:TagKeys"
|
|
10
20
|
],
|
|
@@ -70,7 +80,14 @@
|
|
|
70
80
|
"name": "CreateTaskSet",
|
|
71
81
|
"description": "Grants permission to create a new Amazon ECS task set",
|
|
72
82
|
"accessLevel": "Write",
|
|
73
|
-
"resourceTypes": [
|
|
83
|
+
"resourceTypes": [
|
|
84
|
+
{
|
|
85
|
+
"name": "task-set",
|
|
86
|
+
"required": true,
|
|
87
|
+
"conditionKeys": [],
|
|
88
|
+
"dependentActions": []
|
|
89
|
+
}
|
|
90
|
+
],
|
|
74
91
|
"conditionKeys": [
|
|
75
92
|
"aws:RequestTag/${TagKey}",
|
|
76
93
|
"aws:TagKeys",
|
|
@@ -1053,6 +1070,7 @@
|
|
|
1053
1070
|
}
|
|
1054
1071
|
],
|
|
1055
1072
|
"conditionKeys": [
|
|
1073
|
+
"ecs:propagate-tags",
|
|
1056
1074
|
"aws:ResourceTag/${TagKey}"
|
|
1057
1075
|
],
|
|
1058
1076
|
"dependentActions": []
|
iamdata/data/actions/pcs.json
CHANGED
|
@@ -347,6 +347,32 @@
|
|
|
347
347
|
],
|
|
348
348
|
"dependentActions": []
|
|
349
349
|
},
|
|
350
|
+
"updatecluster": {
|
|
351
|
+
"name": "UpdateCluster",
|
|
352
|
+
"description": "Grants permission to update cluster properties",
|
|
353
|
+
"accessLevel": "Write",
|
|
354
|
+
"resourceTypes": [
|
|
355
|
+
{
|
|
356
|
+
"name": "cluster",
|
|
357
|
+
"required": true,
|
|
358
|
+
"conditionKeys": [],
|
|
359
|
+
"dependentActions": []
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"conditionKeys": [],
|
|
363
|
+
"dependentActions": [
|
|
364
|
+
"ec2:CreateNetworkInterface",
|
|
365
|
+
"ec2:CreateNetworkInterfacePermission",
|
|
366
|
+
"ec2:DescribeNetworkInterfaces",
|
|
367
|
+
"ec2:DescribeSecurityGroups",
|
|
368
|
+
"ec2:DescribeSubnets",
|
|
369
|
+
"ec2:DescribeVpcs",
|
|
370
|
+
"ec2:GetSecurityGroupsForVpc",
|
|
371
|
+
"iam:CreateServiceLinkedRole",
|
|
372
|
+
"secretsmanager:CreateSecret",
|
|
373
|
+
"secretsmanager:TagResource"
|
|
374
|
+
]
|
|
375
|
+
},
|
|
350
376
|
"updatecomputenodegroup": {
|
|
351
377
|
"name": "UpdateComputeNodeGroup",
|
|
352
378
|
"description": "Grants permission to update compute node group properties",
|
iamdata/data/actions/scn.json
CHANGED
|
@@ -41,7 +41,10 @@
|
|
|
41
41
|
"dependentActions": []
|
|
42
42
|
}
|
|
43
43
|
],
|
|
44
|
-
"conditionKeys": [
|
|
44
|
+
"conditionKeys": [
|
|
45
|
+
"aws:RequestTag/${TagKey}",
|
|
46
|
+
"aws:TagKeys"
|
|
47
|
+
],
|
|
45
48
|
"dependentActions": []
|
|
46
49
|
},
|
|
47
50
|
"createdatalakedataset": {
|
|
@@ -56,7 +59,10 @@
|
|
|
56
59
|
"dependentActions": []
|
|
57
60
|
}
|
|
58
61
|
],
|
|
59
|
-
"conditionKeys": [
|
|
62
|
+
"conditionKeys": [
|
|
63
|
+
"aws:RequestTag/${TagKey}",
|
|
64
|
+
"aws:TagKeys"
|
|
65
|
+
],
|
|
60
66
|
"dependentActions": []
|
|
61
67
|
},
|
|
62
68
|
"createdatalakenamespace": {
|
|
@@ -71,7 +77,10 @@
|
|
|
71
77
|
"dependentActions": []
|
|
72
78
|
}
|
|
73
79
|
],
|
|
74
|
-
"conditionKeys": [
|
|
80
|
+
"conditionKeys": [
|
|
81
|
+
"aws:RequestTag/${TagKey}",
|
|
82
|
+
"aws:TagKeys"
|
|
83
|
+
],
|
|
75
84
|
"dependentActions": []
|
|
76
85
|
},
|
|
77
86
|
"createinstance": {
|
|
@@ -86,7 +95,10 @@
|
|
|
86
95
|
"dependentActions": []
|
|
87
96
|
}
|
|
88
97
|
],
|
|
89
|
-
"conditionKeys": [
|
|
98
|
+
"conditionKeys": [
|
|
99
|
+
"aws:RequestTag/${TagKey}",
|
|
100
|
+
"aws:TagKeys"
|
|
101
|
+
],
|
|
90
102
|
"dependentActions": []
|
|
91
103
|
},
|
|
92
104
|
"createssoapplication": {
|
|
@@ -361,7 +373,7 @@
|
|
|
361
373
|
},
|
|
362
374
|
"listdatalakedatasets": {
|
|
363
375
|
"name": "ListDataLakeDatasets",
|
|
364
|
-
"description": "Grants permission to list the data lake datasets under specific instance
|
|
376
|
+
"description": "Grants permission to list the data lake datasets under specific instance or namespace",
|
|
365
377
|
"accessLevel": "List",
|
|
366
378
|
"resourceTypes": [
|
|
367
379
|
{
|
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",
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"instance": {
|
|
3
3
|
"key": "instance",
|
|
4
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}"
|
|
4
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"bill-of-materials-import-job": {
|
|
7
10
|
"key": "bill-of-materials-import-job",
|
|
@@ -9,14 +12,23 @@
|
|
|
9
12
|
},
|
|
10
13
|
"data-integration-flow": {
|
|
11
14
|
"key": "data-integration-flow",
|
|
12
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/data-integration-flows/${FlowName}"
|
|
15
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/data-integration-flows/${FlowName}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
13
19
|
},
|
|
14
20
|
"namespace": {
|
|
15
21
|
"key": "namespace",
|
|
16
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}"
|
|
22
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}",
|
|
23
|
+
"conditionKeys": [
|
|
24
|
+
"aws:ResourceTag/${TagKey}"
|
|
25
|
+
]
|
|
17
26
|
},
|
|
18
27
|
"dataset": {
|
|
19
28
|
"key": "dataset",
|
|
20
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}/datasets/${DatasetName}"
|
|
29
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}/datasets/${DatasetName}",
|
|
30
|
+
"conditionKeys": [
|
|
31
|
+
"aws:ResourceTag/${TagKey}"
|
|
32
|
+
]
|
|
21
33
|
}
|
|
22
34
|
}
|
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.202510031
|
|
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=eo0TfXjSfayYEml6LLTBfB3TvKoM9k1Oxc6uJLsaOTY,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
|
|
@@ -148,7 +147,7 @@ iamdata/data/actions/ec2.json,sha256=cFTlDflq8nyO4tIOc9tU-PrW_6N_H6G7Nag43uSSgn4
|
|
|
148
147
|
iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
|
|
149
148
|
iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
|
|
150
149
|
iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
|
|
151
|
-
iamdata/data/actions/ecs.json,sha256=
|
|
150
|
+
iamdata/data/actions/ecs.json,sha256=MjQ4YTW8hq2lx05MJt23yuTQCyxhIcW_EPWMLOQ7OAs,33199
|
|
152
151
|
iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
|
|
153
152
|
iamdata/data/actions/eks.json,sha256=F0lEmL0VwmMgSZ9F4198FBubwpEZPZlQ0ygHMGLSPpo,29897
|
|
154
153
|
iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
|
|
@@ -301,7 +300,7 @@ iamdata/data/actions/payment-cryptography.json,sha256=sznx_Nd0iukjmJMVl5Ez1xllzS
|
|
|
301
300
|
iamdata/data/actions/payments.json,sha256=WV5RwInAC747CtPhd3vAbCqibzf7UoFF2qgcz6JMO44,7279
|
|
302
301
|
iamdata/data/actions/pca-connector-ad.json,sha256=1Re-ZLS9O4zO_chWn5EbQXer6BFQZacbIiAzr6lu3JQ,10952
|
|
303
302
|
iamdata/data/actions/pca-connector-scep.json,sha256=A1jFaFO7EvorVRWA6L2UYf8nJngG3kbpQBfRdZtLzv8,4593
|
|
304
|
-
iamdata/data/actions/pcs.json,sha256=
|
|
303
|
+
iamdata/data/actions/pcs.json,sha256=rI_BeISRUGVIrA13oPH0fnVKd_zsBXz1JrFfrmchIrI,11070
|
|
305
304
|
iamdata/data/actions/personalize.json,sha256=H6ibVM9Xuo_taxwSJHYnxNK4_Q4Ef_CYuiE9IqDqrso,27857
|
|
306
305
|
iamdata/data/actions/pi.json,sha256=bQTk71VAJ5-ku_PVcr7b2tQoPhriaJ4tgsdHASIphEc,6233
|
|
307
306
|
iamdata/data/actions/pipes.json,sha256=5zK6euxqKwWddbxMD0Yf0h2TjeDM7VAdua-1jhXy-LU,3918
|
|
@@ -356,7 +355,7 @@ iamdata/data/actions/sagemaker.json,sha256=v1qyPjXgzzv6sWnA6nFt2aK9M6taa6jNeic12
|
|
|
356
355
|
iamdata/data/actions/savingsplans.json,sha256=midTJf_dQ2FKAfqNJ68FNX3NpxRwlkUUwz-tGO4vZvc,3878
|
|
357
356
|
iamdata/data/actions/scheduler.json,sha256=xzpOLBth_c4tXDto3VCL01Yo39mHRpeN99cwxdTBv6A,5133
|
|
358
357
|
iamdata/data/actions/schemas.json,sha256=1fV6fHO1u7WA2_HTo5ef22dP0QMrEIUfGZkZPuzJsjc,13247
|
|
359
|
-
iamdata/data/actions/scn.json,sha256=
|
|
358
|
+
iamdata/data/actions/scn.json,sha256=YF7AwRcR28dvqnGVDgMoxPDEOvxMG73j_Q-TgcwOND0,14857
|
|
360
359
|
iamdata/data/actions/sdb.json,sha256=zVcQBc-U-ZILVE-LXO08RNG1YGSv4nRR1m9ViVR6bG0,3822
|
|
361
360
|
iamdata/data/actions/secretsmanager.json,sha256=tCuvKkEHJI-nnTXqyrpPzVRVLs-CMGE3rm-83Ic49MU,13769
|
|
362
361
|
iamdata/data/actions/security-ir.json,sha256=N6uBDYgXkPxJNfWmEq5OENIrOhqgCHAVfqGDSUJzQZ8,8709
|
|
@@ -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
|
|
@@ -1214,7 +1211,7 @@ iamdata/data/resourceTypes/sagemaker.json,sha256=r5fdw4lg-me4aP64RP6LBoP_vKfg-Si
|
|
|
1214
1211
|
iamdata/data/resourceTypes/savingsplans.json,sha256=8tLIu_FUwRKxv-bta1h4cy7zPkeFQtc356VPeNDqVRM,197
|
|
1215
1212
|
iamdata/data/resourceTypes/scheduler.json,sha256=Zp9amrBnMEqrkPzGKU10d4wjbxrveOSUFeNunCbjlRQ,354
|
|
1216
1213
|
iamdata/data/resourceTypes/schemas.json,sha256=Qhj-r7f6sJkTva-uLKc_Zv619Mb4GQxl2B7Nv1Et_-0,592
|
|
1217
|
-
iamdata/data/resourceTypes/scn.json,sha256=
|
|
1214
|
+
iamdata/data/resourceTypes/scn.json,sha256=7X4WFcfebA1ypFNr2UTIU3mtYUXM3E4uwLYzko0xykM,1079
|
|
1218
1215
|
iamdata/data/resourceTypes/sdb.json,sha256=R7TfxvHzMqTW44DqHtrnsYQWHCjAEZme3im8c8L8TBs,118
|
|
1219
1216
|
iamdata/data/resourceTypes/secretsmanager.json,sha256=z97r_Oa3umKzIMTEwr59hdGiXae5WHU42nZlhKWfF54,346
|
|
1220
1217
|
iamdata/data/resourceTypes/security-ir.json,sha256=4w8aRCsl679ALmRFRCIeWcHuh1HzUWVKZOKuG8nRjUU,382
|
|
@@ -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.202510031.dist-info/METADATA,sha256=t0dcQWDqoF6hJUPFKIB6tvtyZtQE_KSZV-YwobcOnbc,3491
|
|
1301
|
+
iamdata-0.1.202510031.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1302
|
+
iamdata-0.1.202510031.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1303
|
+
iamdata-0.1.202510031.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
|