iamdata 0.1.202510151__py3-none-any.whl → 0.1.202510161__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.

@@ -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
- "dependentActions": [
1644
- "iam:PassRole"
1645
- ]
1650
+ "conditionKeys": [
1651
+ "bedrock-agentcore:subnets",
1652
+ "bedrock-agentcore:securityGroups"
1653
+ ],
1654
+ "dependentActions": []
1646
1655
  },
1647
1656
  "updateagentruntimeendpoint": {
1648
1657
  "name": "UpdateAgentRuntimeEndpoint",
@@ -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",
@@ -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": "Required to manage cross-account sharing of FSx volumes through AWS Resource Access Manager (RAM). PutResourcePolicy and GetResourcePolicy are also required",
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": "Required to manage cross-account sharing of FSx volumes through AWS Resource Access Manager (RAM). PutResourcePolicy and DeleteResourcePolicy are also required",
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": "Required to manage cross-account sharing of FSx volumes through AWS Resource Access Manager (RAM). DeleteResourcePolicy and GetResourcePolicy are also required",
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",
@@ -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
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202510151",
3
- "updatedAt": "2025-10-15T04:46:57.870Z"
2
+ "version": "0.1.202510161",
3
+ "updatedAt": "2025-10-16T04:46:48.300Z"
4
4
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202510151
3
+ Version: 0.1.202510161
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,7 +5,7 @@ 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=IanBB8eOj5LJZwUpT0H-tDbTurHRcaMM233_6RDYWCo,76
8
+ iamdata/data/metadata.json,sha256=g_uB8Fk142N6Opnm5AYcF4F6GAyeyNiidYbbC5mbNVA,76
9
9
  iamdata/data/serviceNames.json,sha256=jVTwLHU4IOlBeoFmNJXHU1Cq7_dLKBB7IQiDfTEN8Mw,18794
10
10
  iamdata/data/services.json,sha256=7xtILbCSXyFohO4he9Fujno5UrnByoMLWdz8lTuUU6Q,7273
11
11
  iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
@@ -61,7 +61,7 @@ iamdata/data/actions/bcm-dashboards.json,sha256=ZOndaQY5uj2F2liI6COzuMcE1FxtiH_1
61
61
  iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
62
62
  iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
63
63
  iamdata/data/actions/bcm-recommended-actions.json,sha256=6pucTTUoHQJzBgmwQn-m0bb2Ct7NHL4u0tA9Vh915No,251
64
- iamdata/data/actions/bedrock-agentcore.json,sha256=KBejTR9K6EhCkWc5_py1q5wQUj55bfsWhCya672ccHM,46473
64
+ iamdata/data/actions/bedrock-agentcore.json,sha256=v5w4b7DFdoXitnY2IbYyuwkqiTLthxGf63Hv-ATTihY,46793
65
65
  iamdata/data/actions/bedrock.json,sha256=mNYd_Pe1GHGQfoZLz72Mn2_OOB5gzOPQp_6PDaLiWns,107563
66
66
  iamdata/data/actions/billing.json,sha256=ZvE1P49Tcbgv1ObPBM9Hzp3Ffgh7Qx2B0NtUhK9ZDPs,10720
67
67
  iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
@@ -149,7 +149,7 @@ iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWuj
149
149
  iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
150
150
  iamdata/data/actions/ecs.json,sha256=MjQ4YTW8hq2lx05MJt23yuTQCyxhIcW_EPWMLOQ7OAs,33199
151
151
  iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
152
- iamdata/data/actions/eks.json,sha256=F0lEmL0VwmMgSZ9F4198FBubwpEZPZlQ0ygHMGLSPpo,29897
152
+ iamdata/data/actions/eks.json,sha256=NSZHK8N-AwD10gPTN00EvoESdMhpAJ9zmurQrlm08fA,30324
153
153
  iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
154
154
  iamdata/data/actions/elasticbeanstalk.json,sha256=lAz2vQMEI8q0jze5njH2Jbal2bToylaaynqw9an7uM4,27164
155
155
  iamdata/data/actions/elasticfilesystem.json,sha256=G5u9Zc6ihv0eairQSZUCndgnr3uydY8thEE60rpd9Dc,17227
@@ -177,7 +177,7 @@ iamdata/data/actions/forecast.json,sha256=AdZK8zPcx_2Nr_kUYFybKJC6cRn7b6t6Gux-1w
177
177
  iamdata/data/actions/frauddetector.json,sha256=R0wL0WeWPRaX8AC9pB0AE53EmWkzPEjdbeq5mf2msUk,43491
178
178
  iamdata/data/actions/freertos.json,sha256=qEEj4gmepGjIIyjB9ho8ZN43pBRjh8-RxZvggdxEA_M,6335
179
179
  iamdata/data/actions/freetier.json,sha256=9uo7VBh_YuS6gSDdwuJ1m76TPBRYvauY2E7cj8AxGdo,1907
180
- iamdata/data/actions/fsx.json,sha256=T4IV4P4tJCqa1coyQDQ3XfMIM_eABSBMhugW83131uI,30262
180
+ iamdata/data/actions/fsx.json,sha256=L66X2M9hGDnCfytTZu0Af2Z5uYuOxTtgbAqNkc6f0xw,30620
181
181
  iamdata/data/actions/gamelift.json,sha256=qHYa4M3qEDU-kErfFO4LvOzKaU6XqObOEh-MpPk6pgk,50331
182
182
  iamdata/data/actions/gameliftstreams.json,sha256=2_fH5E41YHt0iqXRALV6fTzNbO5U1KV9CcMRI7PlPWM,9480
183
183
  iamdata/data/actions/geo-maps.json,sha256=X4g1-CUuAzBGk7j-FJFNTIJX0iSKgoNBIM_M2tvWUSY,708
@@ -227,7 +227,7 @@ iamdata/data/actions/kafka.json,sha256=0h-9oYlFG8ehC4D9uK9aPe4TazL__SxQB9T8sbbxu
227
227
  iamdata/data/actions/kafkaconnect.json,sha256=OhY809kdh8fg4kAwj9qffuUheVinNa8S8aXxyIcKeFI,8400
228
228
  iamdata/data/actions/kendra-ranking.json,sha256=eABRV6btlCgqmuPN72trM9HFryhJp4QMdrH2yTfAnho,3466
229
229
  iamdata/data/actions/kendra.json,sha256=KkFOjMGLJhQ869Z8vzmHnLIoblFPOrPynRiBXr-GqL0,32081
230
- iamdata/data/actions/kinesis.json,sha256=bx6GqNMc2LA29tYXfJyf1UNyyXvXDg4t_p5SpjzeXmQ,16833
230
+ iamdata/data/actions/kinesis.json,sha256=G7jNoO4QZ-2WPAwkcarVnqrfkqSXocaG1EZ-6DNxLi4,17219
231
231
  iamdata/data/actions/kinesisanalytics.json,sha256=qfokOb3pzp4lPXQx7QuOqhaWZ_fCYBmK8AbzTSXXKto,13688
232
232
  iamdata/data/actions/kinesisvideo.json,sha256=CbufqlOdV-36LWV3MSsvGziUhnlsVQKmHGscBkYE7pM,17983
233
233
  iamdata/data/actions/kms.json,sha256=5rXjte7j2JHEsidsVT3XScOx2rLvDNDqho4AMsuWiB4,39941
@@ -489,7 +489,7 @@ iamdata/data/conditionKeys/bcm-dashboards.json,sha256=HmuuSen5Z4Pj1hID7UHWQz1mcw
489
489
  iamdata/data/conditionKeys/bcm-data-exports.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
490
490
  iamdata/data/conditionKeys/bcm-pricing-calculator.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
491
491
  iamdata/data/conditionKeys/bcm-recommended-actions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
492
- iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=JOsKtN6D4KnWdjr70lE3cl3DxcbAhBBR8rrDsXZXiA0,2758
492
+ iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=43x-AsprlvKpBg-zfIhJB2SVhNu_41GZroEhOlXCHW4,3182
493
493
  iamdata/data/conditionKeys/bedrock.json,sha256=EK-sFHvUKTTOYGR4eNwUnpX2vN4KHNpkmLz-QKPXNiQ,1821
494
494
  iamdata/data/conditionKeys/billing.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
495
495
  iamdata/data/conditionKeys/billingconductor.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
@@ -655,7 +655,7 @@ iamdata/data/conditionKeys/kafka.json,sha256=GyZBK1_q9xQyDSg2gwIMk_FPzIAQggUQh-Z
655
655
  iamdata/data/conditionKeys/kafkaconnect.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
656
656
  iamdata/data/conditionKeys/kendra-ranking.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
657
657
  iamdata/data/conditionKeys/kendra.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
658
- iamdata/data/conditionKeys/kinesis.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
658
+ iamdata/data/conditionKeys/kinesis.json,sha256=Vff7H05Yen5faZibdn_3_fCuU-7deoJJxMG2CXzYa0Q,1055
659
659
  iamdata/data/conditionKeys/kinesisanalytics.json,sha256=Lqh48IefYpGcIChK3WrArCGFzGFpIeYLNPHsh01bHfs,520
660
660
  iamdata/data/conditionKeys/kinesisvideo.json,sha256=DWYq7bnbV8dFNbuJoiNUEc6_e_zbN7MsvaOeUTJhc5E,553
661
661
  iamdata/data/conditionKeys/kms.json,sha256=q8ca6opzIGOGdjYZJl8V0K0zrUgcmXA01cTTbVBElfs,27589
@@ -1297,7 +1297,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1297
1297
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1298
1298
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1299
1299
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1300
- iamdata-0.1.202510151.dist-info/METADATA,sha256=kmNFJs7QWH2XZNllt3-tXAcGH9jyyiSKB7yuknRefFc,3491
1301
- iamdata-0.1.202510151.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1302
- iamdata-0.1.202510151.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1303
- iamdata-0.1.202510151.dist-info/RECORD,,
1300
+ iamdata-0.1.202510161.dist-info/METADATA,sha256=nnTrb_B-9VfUGuTnH2tTbIY3CtM2EpNKkHb3WInGzh8,3491
1301
+ iamdata-0.1.202510161.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1302
+ iamdata-0.1.202510161.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1303
+ iamdata-0.1.202510161.dist-info/RECORD,,