iamdata 0.1.202510151__py3-none-any.whl → 0.1.202510171__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/action-recommendations.json +10 -0
- iamdata/data/actions/bedrock-agentcore.json +17 -8
- iamdata/data/actions/eks.json +16 -0
- iamdata/data/actions/fsx.json +15 -6
- iamdata/data/actions/kinesis.json +13 -0
- iamdata/data/conditionKeys/action-recommendations.json +1 -0
- iamdata/data/conditionKeys/bedrock-agentcore.json +10 -0
- iamdata/data/conditionKeys/kinesis.json +15 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/action-recommendations.json +1 -0
- iamdata/data/serviceNames.json +1 -0
- iamdata/data/services.json +1 -0
- {iamdata-0.1.202510151.dist-info → iamdata-0.1.202510171.dist-info}/METADATA +1 -1
- {iamdata-0.1.202510151.dist-info → iamdata-0.1.202510171.dist-info}/RECORD +16 -13
- {iamdata-0.1.202510151.dist-info → iamdata-0.1.202510171.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202510151.dist-info → iamdata-0.1.202510171.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"listrecommendedactions": {
|
|
3
|
+
"name": "ListRecommendedActions",
|
|
4
|
+
"description": "Grants permission to list recommended actions in the AWS Management Console",
|
|
5
|
+
"accessLevel": "List",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -127,7 +127,9 @@
|
|
|
127
127
|
"resourceTypes": [],
|
|
128
128
|
"conditionKeys": [
|
|
129
129
|
"aws:RequestTag/${TagKey}",
|
|
130
|
-
"aws:TagKeys"
|
|
130
|
+
"aws:TagKeys",
|
|
131
|
+
"bedrock-agentcore:subnets",
|
|
132
|
+
"bedrock-agentcore:securityGroups"
|
|
131
133
|
],
|
|
132
134
|
"dependentActions": [
|
|
133
135
|
"iam:PassRole"
|
|
@@ -182,7 +184,9 @@
|
|
|
182
184
|
"resourceTypes": [],
|
|
183
185
|
"conditionKeys": [
|
|
184
186
|
"aws:RequestTag/${TagKey}",
|
|
185
|
-
"aws:TagKeys"
|
|
187
|
+
"aws:TagKeys",
|
|
188
|
+
"bedrock-agentcore:subnets",
|
|
189
|
+
"bedrock-agentcore:securityGroups"
|
|
186
190
|
],
|
|
187
191
|
"dependentActions": []
|
|
188
192
|
},
|
|
@@ -193,7 +197,9 @@
|
|
|
193
197
|
"resourceTypes": [],
|
|
194
198
|
"conditionKeys": [
|
|
195
199
|
"aws:RequestTag/${TagKey}",
|
|
196
|
-
"aws:TagKeys"
|
|
200
|
+
"aws:TagKeys",
|
|
201
|
+
"bedrock-agentcore:subnets",
|
|
202
|
+
"bedrock-agentcore:securityGroups"
|
|
197
203
|
],
|
|
198
204
|
"dependentActions": []
|
|
199
205
|
},
|
|
@@ -1636,13 +1642,16 @@
|
|
|
1636
1642
|
"name": "runtime",
|
|
1637
1643
|
"required": true,
|
|
1638
1644
|
"conditionKeys": [],
|
|
1639
|
-
"dependentActions": [
|
|
1645
|
+
"dependentActions": [
|
|
1646
|
+
"iam:PassRole"
|
|
1647
|
+
]
|
|
1640
1648
|
}
|
|
1641
1649
|
],
|
|
1642
|
-
"conditionKeys": [
|
|
1643
|
-
|
|
1644
|
-
"
|
|
1645
|
-
]
|
|
1650
|
+
"conditionKeys": [
|
|
1651
|
+
"bedrock-agentcore:subnets",
|
|
1652
|
+
"bedrock-agentcore:securityGroups"
|
|
1653
|
+
],
|
|
1654
|
+
"dependentActions": []
|
|
1646
1655
|
},
|
|
1647
1656
|
"updateagentruntimeendpoint": {
|
|
1648
1657
|
"name": "UpdateAgentRuntimeEndpoint",
|
iamdata/data/actions/eks.json
CHANGED
|
@@ -811,6 +811,22 @@
|
|
|
811
811
|
"conditionKeys": [],
|
|
812
812
|
"dependentActions": []
|
|
813
813
|
},
|
|
814
|
+
"mutateviakubernetesapi": {
|
|
815
|
+
"name": "MutateViaKubernetesApi",
|
|
816
|
+
"isPermissionOnly": true,
|
|
817
|
+
"description": "Grants permission to modify Kubernetes objects via AWS console",
|
|
818
|
+
"accessLevel": "Write",
|
|
819
|
+
"resourceTypes": [
|
|
820
|
+
{
|
|
821
|
+
"name": "cluster",
|
|
822
|
+
"required": true,
|
|
823
|
+
"conditionKeys": [],
|
|
824
|
+
"dependentActions": []
|
|
825
|
+
}
|
|
826
|
+
],
|
|
827
|
+
"conditionKeys": [],
|
|
828
|
+
"dependentActions": []
|
|
829
|
+
},
|
|
814
830
|
"registercluster": {
|
|
815
831
|
"name": "RegisterCluster",
|
|
816
832
|
"description": "Grants permission to register an External cluster",
|
iamdata/data/actions/fsx.json
CHANGED
|
@@ -161,7 +161,10 @@
|
|
|
161
161
|
{
|
|
162
162
|
"name": "association",
|
|
163
163
|
"required": true,
|
|
164
|
-
"conditionKeys": [
|
|
164
|
+
"conditionKeys": [
|
|
165
|
+
"fsx:NfsDataRepositoryAuthenticationEnabled",
|
|
166
|
+
"fsx:NfsDataRepositoryEncryptionInTransitEnabled"
|
|
167
|
+
],
|
|
165
168
|
"dependentActions": [
|
|
166
169
|
"fsx:TagResource"
|
|
167
170
|
]
|
|
@@ -490,7 +493,7 @@
|
|
|
490
493
|
"deleteresourcepolicy": {
|
|
491
494
|
"name": "DeleteResourcePolicy",
|
|
492
495
|
"isPermissionOnly": true,
|
|
493
|
-
"description": "
|
|
496
|
+
"description": "Grants permission to manage cross-account sharing of FSx volumes through AWS Resource Access Manager (RAM). PutResourcePolicy and GetResourcePolicy are also required",
|
|
494
497
|
"accessLevel": "Permissions management",
|
|
495
498
|
"resourceTypes": [
|
|
496
499
|
{
|
|
@@ -723,7 +726,7 @@
|
|
|
723
726
|
"getresourcepolicy": {
|
|
724
727
|
"name": "GetResourcePolicy",
|
|
725
728
|
"isPermissionOnly": true,
|
|
726
|
-
"description": "
|
|
729
|
+
"description": "Grants permission to manage cross-account sharing of FSx volumes through AWS Resource Access Manager (RAM). PutResourcePolicy and DeleteResourcePolicy are also required",
|
|
727
730
|
"accessLevel": "Permissions management",
|
|
728
731
|
"resourceTypes": [
|
|
729
732
|
{
|
|
@@ -812,7 +815,7 @@
|
|
|
812
815
|
"putresourcepolicy": {
|
|
813
816
|
"name": "PutResourcePolicy",
|
|
814
817
|
"isPermissionOnly": true,
|
|
815
|
-
"description": "
|
|
818
|
+
"description": "Grants permission to manage cross-account sharing of FSx volumes through AWS Resource Access Manager (RAM). DeleteResourcePolicy and GetResourcePolicy are also required",
|
|
816
819
|
"accessLevel": "Permissions management",
|
|
817
820
|
"resourceTypes": [
|
|
818
821
|
{
|
|
@@ -884,7 +887,10 @@
|
|
|
884
887
|
{
|
|
885
888
|
"name": "association",
|
|
886
889
|
"required": false,
|
|
887
|
-
"conditionKeys": [
|
|
890
|
+
"conditionKeys": [
|
|
891
|
+
"fsx:NfsDataRepositoryAuthenticationEnabled",
|
|
892
|
+
"fsx:NfsDataRepositoryEncryptionInTransitEnabled"
|
|
893
|
+
],
|
|
888
894
|
"dependentActions": []
|
|
889
895
|
},
|
|
890
896
|
{
|
|
@@ -926,7 +932,10 @@
|
|
|
926
932
|
{
|
|
927
933
|
"name": "volume",
|
|
928
934
|
"required": false,
|
|
929
|
-
"conditionKeys": [
|
|
935
|
+
"conditionKeys": [
|
|
936
|
+
"fsx:ParentVolumeId",
|
|
937
|
+
"fsx:StorageVirtualMachineId"
|
|
938
|
+
],
|
|
930
939
|
"dependentActions": []
|
|
931
940
|
}
|
|
932
941
|
],
|
|
@@ -264,6 +264,19 @@
|
|
|
264
264
|
],
|
|
265
265
|
"dependentActions": []
|
|
266
266
|
},
|
|
267
|
+
"injectapierror": {
|
|
268
|
+
"name": "InjectApiError",
|
|
269
|
+
"isPermissionOnly": true,
|
|
270
|
+
"description": "Grants permission to temporarily inject errors for target API requests",
|
|
271
|
+
"accessLevel": "Write",
|
|
272
|
+
"resourceTypes": [],
|
|
273
|
+
"conditionKeys": [
|
|
274
|
+
"kinesis:FisActionId",
|
|
275
|
+
"kinesis:FisTargetArns",
|
|
276
|
+
"kinesis:FisInjectPercentage"
|
|
277
|
+
],
|
|
278
|
+
"dependentActions": []
|
|
279
|
+
},
|
|
267
280
|
"listshards": {
|
|
268
281
|
"name": "ListShards",
|
|
269
282
|
"description": "Grants permission to list the shards in a stream and provides information about each shard",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -54,6 +54,11 @@
|
|
|
54
54
|
"description": "Filters access by namespace",
|
|
55
55
|
"type": "String"
|
|
56
56
|
},
|
|
57
|
+
"bedrock-agentcore:securitygroups": {
|
|
58
|
+
"key": "bedrock-agentcore:securityGroups",
|
|
59
|
+
"description": "Filters access by the ID of security groups configured for the AgentCore runtime",
|
|
60
|
+
"type": "ArrayOfString"
|
|
61
|
+
},
|
|
57
62
|
"bedrock-agentcore:sessionid": {
|
|
58
63
|
"key": "bedrock-agentcore:sessionId",
|
|
59
64
|
"description": "Filters access by Session Id",
|
|
@@ -64,6 +69,11 @@
|
|
|
64
69
|
"description": "Filters access by Memory Strategy Id",
|
|
65
70
|
"type": "String"
|
|
66
71
|
},
|
|
72
|
+
"bedrock-agentcore:subnets": {
|
|
73
|
+
"key": "bedrock-agentcore:subnets",
|
|
74
|
+
"description": "Filters access by the ID of subnets configured for the AgentCore runtime",
|
|
75
|
+
"type": "ArrayOfString"
|
|
76
|
+
},
|
|
67
77
|
"bedrock-agentcore:userid": {
|
|
68
78
|
"key": "bedrock-agentcore:userid",
|
|
69
79
|
"description": "Filters access by the static user ID value passed in the request",
|
|
@@ -13,5 +13,20 @@
|
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by the presence of tag keys in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"kinesis:fisactionid": {
|
|
18
|
+
"key": "kinesis:FisActionId",
|
|
19
|
+
"description": "Filters access by the ID of an AWS FIS action",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
22
|
+
"kinesis:fisinjectpercentage": {
|
|
23
|
+
"key": "kinesis:FisInjectPercentage",
|
|
24
|
+
"description": "Filters access by the percentage of calls being affected by an AWS FIS action",
|
|
25
|
+
"type": "Numeric"
|
|
26
|
+
},
|
|
27
|
+
"kinesis:fistargetarns": {
|
|
28
|
+
"key": "kinesis:FisTargetArns",
|
|
29
|
+
"description": "Filters access by the ARN of an AWS FIS target",
|
|
30
|
+
"type": "ArrayOfARN"
|
|
16
31
|
}
|
|
17
32
|
}
|
iamdata/data/metadata.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
iamdata/data/serviceNames.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"account": "AWS Account Management",
|
|
6
6
|
"acm": "AWS Certificate Manager",
|
|
7
7
|
"acm-pca": "AWS Private Certificate Authority",
|
|
8
|
+
"action-recommendations": "AWS Action Recommendations",
|
|
8
9
|
"activate": "AWS Activate",
|
|
9
10
|
"aiops": "Amazon AI Operations",
|
|
10
11
|
"airflow": "Amazon Managed Workflows for Apache Airflow",
|
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.202510171
|
|
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=zTDgGPk-4T58KfzrCBqXrJSpNE5CoyGUh1ZM548IgsE,76
|
|
9
|
+
iamdata/data/serviceNames.json,sha256=JIAgAaJh06nNBharwjuKXEf7foOqr5bwpNlvXZuK9pc,18852
|
|
10
|
+
iamdata/data/services.json,sha256=vh2gYSeLifXpJXh1P8wj06QGQ1-SOZ3VQRoJPTLoqSU,7301
|
|
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
|
|
@@ -15,6 +15,7 @@ iamdata/data/actions/access-analyzer.json,sha256=_WtDOojkPWOtM58YCuo5-FJLMh0lAaG
|
|
|
15
15
|
iamdata/data/actions/account.json,sha256=gtyJ3HeDEb-efKOzamlHCXPVvM0BG8a7n7Bb3VqYkn8,7819
|
|
16
16
|
iamdata/data/actions/acm-pca.json,sha256=_XtYyJtyfGPiXgK8PtSWzNPXph23VotzCGMp8ZWg9Wg,10119
|
|
17
17
|
iamdata/data/actions/acm.json,sha256=nDtI7PGahr1fQfAyvEvK1B0GJq8EiAmwJvC9yIMd7DE,6484
|
|
18
|
+
iamdata/data/actions/action-recommendations.json,sha256=0brMbs2aQKBqa543rjs423XS6JR8IcO8VgF4EZw21VM,277
|
|
18
19
|
iamdata/data/actions/activate.json,sha256=DF-tzN0a3j6sBimcATSh6EH6lFsmoDAe4QodPZ9WdaM,1893
|
|
19
20
|
iamdata/data/actions/aiops.json,sha256=UwnY_5KL7OTBbrfIvNw1EI6l2ezslTzF3odDQRim2hA,15633
|
|
20
21
|
iamdata/data/actions/airflow.json,sha256=_vR379Y3V_5MSinPJReSi0GQrEPHGFty3c1TU_td9Vo,5034
|
|
@@ -61,7 +62,7 @@ iamdata/data/actions/bcm-dashboards.json,sha256=ZOndaQY5uj2F2liI6COzuMcE1FxtiH_1
|
|
|
61
62
|
iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
|
|
62
63
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
|
63
64
|
iamdata/data/actions/bcm-recommended-actions.json,sha256=6pucTTUoHQJzBgmwQn-m0bb2Ct7NHL4u0tA9Vh915No,251
|
|
64
|
-
iamdata/data/actions/bedrock-agentcore.json,sha256=
|
|
65
|
+
iamdata/data/actions/bedrock-agentcore.json,sha256=v5w4b7DFdoXitnY2IbYyuwkqiTLthxGf63Hv-ATTihY,46793
|
|
65
66
|
iamdata/data/actions/bedrock.json,sha256=mNYd_Pe1GHGQfoZLz72Mn2_OOB5gzOPQp_6PDaLiWns,107563
|
|
66
67
|
iamdata/data/actions/billing.json,sha256=ZvE1P49Tcbgv1ObPBM9Hzp3Ffgh7Qx2B0NtUhK9ZDPs,10720
|
|
67
68
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
|
@@ -149,7 +150,7 @@ iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWuj
|
|
|
149
150
|
iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
|
|
150
151
|
iamdata/data/actions/ecs.json,sha256=MjQ4YTW8hq2lx05MJt23yuTQCyxhIcW_EPWMLOQ7OAs,33199
|
|
151
152
|
iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
|
|
152
|
-
iamdata/data/actions/eks.json,sha256=
|
|
153
|
+
iamdata/data/actions/eks.json,sha256=NSZHK8N-AwD10gPTN00EvoESdMhpAJ9zmurQrlm08fA,30324
|
|
153
154
|
iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
|
|
154
155
|
iamdata/data/actions/elasticbeanstalk.json,sha256=lAz2vQMEI8q0jze5njH2Jbal2bToylaaynqw9an7uM4,27164
|
|
155
156
|
iamdata/data/actions/elasticfilesystem.json,sha256=G5u9Zc6ihv0eairQSZUCndgnr3uydY8thEE60rpd9Dc,17227
|
|
@@ -177,7 +178,7 @@ iamdata/data/actions/forecast.json,sha256=AdZK8zPcx_2Nr_kUYFybKJC6cRn7b6t6Gux-1w
|
|
|
177
178
|
iamdata/data/actions/frauddetector.json,sha256=R0wL0WeWPRaX8AC9pB0AE53EmWkzPEjdbeq5mf2msUk,43491
|
|
178
179
|
iamdata/data/actions/freertos.json,sha256=qEEj4gmepGjIIyjB9ho8ZN43pBRjh8-RxZvggdxEA_M,6335
|
|
179
180
|
iamdata/data/actions/freetier.json,sha256=9uo7VBh_YuS6gSDdwuJ1m76TPBRYvauY2E7cj8AxGdo,1907
|
|
180
|
-
iamdata/data/actions/fsx.json,sha256=
|
|
181
|
+
iamdata/data/actions/fsx.json,sha256=L66X2M9hGDnCfytTZu0Af2Z5uYuOxTtgbAqNkc6f0xw,30620
|
|
181
182
|
iamdata/data/actions/gamelift.json,sha256=qHYa4M3qEDU-kErfFO4LvOzKaU6XqObOEh-MpPk6pgk,50331
|
|
182
183
|
iamdata/data/actions/gameliftstreams.json,sha256=2_fH5E41YHt0iqXRALV6fTzNbO5U1KV9CcMRI7PlPWM,9480
|
|
183
184
|
iamdata/data/actions/geo-maps.json,sha256=X4g1-CUuAzBGk7j-FJFNTIJX0iSKgoNBIM_M2tvWUSY,708
|
|
@@ -227,7 +228,7 @@ iamdata/data/actions/kafka.json,sha256=0h-9oYlFG8ehC4D9uK9aPe4TazL__SxQB9T8sbbxu
|
|
|
227
228
|
iamdata/data/actions/kafkaconnect.json,sha256=OhY809kdh8fg4kAwj9qffuUheVinNa8S8aXxyIcKeFI,8400
|
|
228
229
|
iamdata/data/actions/kendra-ranking.json,sha256=eABRV6btlCgqmuPN72trM9HFryhJp4QMdrH2yTfAnho,3466
|
|
229
230
|
iamdata/data/actions/kendra.json,sha256=KkFOjMGLJhQ869Z8vzmHnLIoblFPOrPynRiBXr-GqL0,32081
|
|
230
|
-
iamdata/data/actions/kinesis.json,sha256=
|
|
231
|
+
iamdata/data/actions/kinesis.json,sha256=G7jNoO4QZ-2WPAwkcarVnqrfkqSXocaG1EZ-6DNxLi4,17219
|
|
231
232
|
iamdata/data/actions/kinesisanalytics.json,sha256=qfokOb3pzp4lPXQx7QuOqhaWZ_fCYBmK8AbzTSXXKto,13688
|
|
232
233
|
iamdata/data/actions/kinesisvideo.json,sha256=CbufqlOdV-36LWV3MSsvGziUhnlsVQKmHGscBkYE7pM,17983
|
|
233
234
|
iamdata/data/actions/kms.json,sha256=5rXjte7j2JHEsidsVT3XScOx2rLvDNDqho4AMsuWiB4,39941
|
|
@@ -443,6 +444,7 @@ iamdata/data/conditionKeys/access-analyzer.json,sha256=3LtgqO95psLCdlBh2_DxCa5Gr
|
|
|
443
444
|
iamdata/data/conditionKeys/account.json,sha256=qWDd3sNh08aeLYqHPbQt6gGHeBdhiiWKe5--QEYtHWY,986
|
|
444
445
|
iamdata/data/conditionKeys/acm-pca.json,sha256=PDC0twLMSo9fbV0B2pfTUPvhWr0OYdkCsFPZWOfU3ik,712
|
|
445
446
|
iamdata/data/conditionKeys/acm.json,sha256=zsLTIzp-iNdSa_jMNoqeJnBf1hb_ovfprvrkjKolLP4,1864
|
|
447
|
+
iamdata/data/conditionKeys/action-recommendations.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
446
448
|
iamdata/data/conditionKeys/activate.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
447
449
|
iamdata/data/conditionKeys/aiops.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
448
450
|
iamdata/data/conditionKeys/airflow.json,sha256=PZQI6yB3cugNbnSSDrYLaC7X-JNu6EooUYvZCs0djkE,516
|
|
@@ -489,7 +491,7 @@ iamdata/data/conditionKeys/bcm-dashboards.json,sha256=HmuuSen5Z4Pj1hID7UHWQz1mcw
|
|
|
489
491
|
iamdata/data/conditionKeys/bcm-data-exports.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
490
492
|
iamdata/data/conditionKeys/bcm-pricing-calculator.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
491
493
|
iamdata/data/conditionKeys/bcm-recommended-actions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
492
|
-
iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=
|
|
494
|
+
iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=43x-AsprlvKpBg-zfIhJB2SVhNu_41GZroEhOlXCHW4,3182
|
|
493
495
|
iamdata/data/conditionKeys/bedrock.json,sha256=EK-sFHvUKTTOYGR4eNwUnpX2vN4KHNpkmLz-QKPXNiQ,1821
|
|
494
496
|
iamdata/data/conditionKeys/billing.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
495
497
|
iamdata/data/conditionKeys/billingconductor.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
@@ -655,7 +657,7 @@ iamdata/data/conditionKeys/kafka.json,sha256=GyZBK1_q9xQyDSg2gwIMk_FPzIAQggUQh-Z
|
|
|
655
657
|
iamdata/data/conditionKeys/kafkaconnect.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
|
|
656
658
|
iamdata/data/conditionKeys/kendra-ranking.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
657
659
|
iamdata/data/conditionKeys/kendra.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
658
|
-
iamdata/data/conditionKeys/kinesis.json,sha256=
|
|
660
|
+
iamdata/data/conditionKeys/kinesis.json,sha256=Vff7H05Yen5faZibdn_3_fCuU-7deoJJxMG2CXzYa0Q,1055
|
|
659
661
|
iamdata/data/conditionKeys/kinesisanalytics.json,sha256=Lqh48IefYpGcIChK3WrArCGFzGFpIeYLNPHsh01bHfs,520
|
|
660
662
|
iamdata/data/conditionKeys/kinesisvideo.json,sha256=DWYq7bnbV8dFNbuJoiNUEc6_e_zbN7MsvaOeUTJhc5E,553
|
|
661
663
|
iamdata/data/conditionKeys/kms.json,sha256=q8ca6opzIGOGdjYZJl8V0K0zrUgcmXA01cTTbVBElfs,27589
|
|
@@ -871,6 +873,7 @@ iamdata/data/resourceTypes/access-analyzer.json,sha256=UFshzuf9VO8A29upraRp7bwCx
|
|
|
871
873
|
iamdata/data/resourceTypes/account.json,sha256=R-lIHhazFatFl5pM_l4fNWr6o4VpHX7daDaWYKsU668,281
|
|
872
874
|
iamdata/data/resourceTypes/acm-pca.json,sha256=Ea4mHBtROYiM7HSyCP-VoJHwQ55ec9nr7Ki3VEv1OFI,243
|
|
873
875
|
iamdata/data/resourceTypes/acm.json,sha256=A8jwgeslMkDwQwXz4K6HtklvfBD2Vwx8YlsSZr1Alhc,200
|
|
876
|
+
iamdata/data/resourceTypes/action-recommendations.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
874
877
|
iamdata/data/resourceTypes/activate.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
875
878
|
iamdata/data/resourceTypes/aiops.json,sha256=bEdmQhxfVNMw1HDe5NpjcGqzHdGtyNxcg5pzwFFGIWI,233
|
|
876
879
|
iamdata/data/resourceTypes/airflow.json,sha256=HCNThOhViil7HGUS1ttGXrrb3GrxkHmc5OoRUBolWfY,283
|
|
@@ -1297,7 +1300,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1297
1300
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1298
1301
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1299
1302
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1300
|
-
iamdata-0.1.
|
|
1301
|
-
iamdata-0.1.
|
|
1302
|
-
iamdata-0.1.
|
|
1303
|
-
iamdata-0.1.
|
|
1303
|
+
iamdata-0.1.202510171.dist-info/METADATA,sha256=GE88MsK3lQMNTOiaMuGz-Wvf6GXe71j9pFcSXn5rhK4,3491
|
|
1304
|
+
iamdata-0.1.202510171.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1305
|
+
iamdata-0.1.202510171.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1306
|
+
iamdata-0.1.202510171.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|