iamdata 0.1.202510131__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.
- iamdata/data/actions/bedrock-agentcore.json +169 -13
- iamdata/data/actions/eks.json +16 -0
- iamdata/data/actions/fsx.json +15 -6
- iamdata/data/actions/kinesis.json +13 -0
- iamdata/data/actions/rds.json +19 -8
- iamdata/data/actions/servicequotas.json +32 -0
- iamdata/data/actions/social-messaging.json +64 -8
- iamdata/data/actions/xray.json +6 -2
- iamdata/data/conditionKeys/bedrock-agentcore.json +40 -0
- iamdata/data/conditionKeys/kinesis.json +15 -0
- iamdata/data/conditionKeys/xray.json +5 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock-agentcore.json +20 -5
- {iamdata-0.1.202510131.dist-info → iamdata-0.1.202510161.dist-info}/METADATA +1 -1
- {iamdata-0.1.202510131.dist-info → iamdata-0.1.202510161.dist-info}/RECORD +17 -17
- {iamdata-0.1.202510131.dist-info → iamdata-0.1.202510161.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202510131.dist-info → iamdata-0.1.202510161.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -64,6 +64,46 @@
|
|
|
64
64
|
],
|
|
65
65
|
"dependentActions": []
|
|
66
66
|
},
|
|
67
|
+
"completeresourcetokenauth": {
|
|
68
|
+
"name": "CompleteResourceTokenAuth",
|
|
69
|
+
"description": "Grants permission to retrieve access token with OAuth2 for 3LO flow to access external resource",
|
|
70
|
+
"accessLevel": "Read",
|
|
71
|
+
"resourceTypes": [
|
|
72
|
+
{
|
|
73
|
+
"name": "oauth2credentialprovider",
|
|
74
|
+
"required": true,
|
|
75
|
+
"conditionKeys": [],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "token-vault",
|
|
80
|
+
"required": true,
|
|
81
|
+
"conditionKeys": [],
|
|
82
|
+
"dependentActions": []
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "workload-identity",
|
|
86
|
+
"required": true,
|
|
87
|
+
"conditionKeys": [],
|
|
88
|
+
"dependentActions": []
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "workload-identity-directory",
|
|
92
|
+
"required": true,
|
|
93
|
+
"conditionKeys": [],
|
|
94
|
+
"dependentActions": []
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"conditionKeys": [
|
|
98
|
+
"bedrock-agentcore:InboundJwtClaim/iss",
|
|
99
|
+
"bedrock-agentcore:InboundJwtClaim/sub",
|
|
100
|
+
"bedrock-agentcore:InboundJwtClaim/aud",
|
|
101
|
+
"bedrock-agentcore:InboundJwtClaim/scope",
|
|
102
|
+
"bedrock-agentcore:InboundJwtClaim/client_id",
|
|
103
|
+
"bedrock-agentcore:userid"
|
|
104
|
+
],
|
|
105
|
+
"dependentActions": []
|
|
106
|
+
},
|
|
67
107
|
"connectbrowserautomationstream": {
|
|
68
108
|
"name": "ConnectBrowserAutomationStream",
|
|
69
109
|
"description": "Grants permission to connect to a browser automation stream",
|
|
@@ -87,7 +127,9 @@
|
|
|
87
127
|
"resourceTypes": [],
|
|
88
128
|
"conditionKeys": [
|
|
89
129
|
"aws:RequestTag/${TagKey}",
|
|
90
|
-
"aws:TagKeys"
|
|
130
|
+
"aws:TagKeys",
|
|
131
|
+
"bedrock-agentcore:subnets",
|
|
132
|
+
"bedrock-agentcore:securityGroups"
|
|
91
133
|
],
|
|
92
134
|
"dependentActions": [
|
|
93
135
|
"iam:PassRole"
|
|
@@ -129,7 +171,10 @@
|
|
|
129
171
|
"dependentActions": []
|
|
130
172
|
}
|
|
131
173
|
],
|
|
132
|
-
"conditionKeys": [
|
|
174
|
+
"conditionKeys": [
|
|
175
|
+
"aws:RequestTag/${TagKey}",
|
|
176
|
+
"aws:TagKeys"
|
|
177
|
+
],
|
|
133
178
|
"dependentActions": []
|
|
134
179
|
},
|
|
135
180
|
"createbrowser": {
|
|
@@ -139,7 +184,9 @@
|
|
|
139
184
|
"resourceTypes": [],
|
|
140
185
|
"conditionKeys": [
|
|
141
186
|
"aws:RequestTag/${TagKey}",
|
|
142
|
-
"aws:TagKeys"
|
|
187
|
+
"aws:TagKeys",
|
|
188
|
+
"bedrock-agentcore:subnets",
|
|
189
|
+
"bedrock-agentcore:securityGroups"
|
|
143
190
|
],
|
|
144
191
|
"dependentActions": []
|
|
145
192
|
},
|
|
@@ -150,7 +197,9 @@
|
|
|
150
197
|
"resourceTypes": [],
|
|
151
198
|
"conditionKeys": [
|
|
152
199
|
"aws:RequestTag/${TagKey}",
|
|
153
|
-
"aws:TagKeys"
|
|
200
|
+
"aws:TagKeys",
|
|
201
|
+
"bedrock-agentcore:subnets",
|
|
202
|
+
"bedrock-agentcore:securityGroups"
|
|
154
203
|
],
|
|
155
204
|
"dependentActions": []
|
|
156
205
|
},
|
|
@@ -231,7 +280,10 @@
|
|
|
231
280
|
"dependentActions": []
|
|
232
281
|
}
|
|
233
282
|
],
|
|
234
|
-
"conditionKeys": [
|
|
283
|
+
"conditionKeys": [
|
|
284
|
+
"aws:RequestTag/${TagKey}",
|
|
285
|
+
"aws:TagKeys"
|
|
286
|
+
],
|
|
235
287
|
"dependentActions": []
|
|
236
288
|
},
|
|
237
289
|
"createworkloadidentity": {
|
|
@@ -252,7 +304,10 @@
|
|
|
252
304
|
"dependentActions": []
|
|
253
305
|
}
|
|
254
306
|
],
|
|
255
|
-
"conditionKeys": [
|
|
307
|
+
"conditionKeys": [
|
|
308
|
+
"aws:RequestTag/${TagKey}",
|
|
309
|
+
"aws:TagKeys"
|
|
310
|
+
],
|
|
256
311
|
"dependentActions": []
|
|
257
312
|
},
|
|
258
313
|
"deleteagentruntime": {
|
|
@@ -831,7 +886,13 @@
|
|
|
831
886
|
"dependentActions": []
|
|
832
887
|
}
|
|
833
888
|
],
|
|
834
|
-
"conditionKeys": [
|
|
889
|
+
"conditionKeys": [
|
|
890
|
+
"bedrock-agentcore:InboundJwtClaim/iss",
|
|
891
|
+
"bedrock-agentcore:InboundJwtClaim/sub",
|
|
892
|
+
"bedrock-agentcore:InboundJwtClaim/aud",
|
|
893
|
+
"bedrock-agentcore:InboundJwtClaim/scope",
|
|
894
|
+
"bedrock-agentcore:InboundJwtClaim/client_id"
|
|
895
|
+
],
|
|
835
896
|
"dependentActions": []
|
|
836
897
|
},
|
|
837
898
|
"getworkloadaccesstokenforuserid": {
|
|
@@ -852,7 +913,9 @@
|
|
|
852
913
|
"dependentActions": []
|
|
853
914
|
}
|
|
854
915
|
],
|
|
855
|
-
"conditionKeys": [
|
|
916
|
+
"conditionKeys": [
|
|
917
|
+
"bedrock-agentcore:userid"
|
|
918
|
+
],
|
|
856
919
|
"dependentActions": []
|
|
857
920
|
},
|
|
858
921
|
"getworkloadidentity": {
|
|
@@ -1170,6 +1233,12 @@
|
|
|
1170
1233
|
"description": "Grants permission to list tags for a Bedrock-AgentCore resource",
|
|
1171
1234
|
"accessLevel": "List",
|
|
1172
1235
|
"resourceTypes": [
|
|
1236
|
+
{
|
|
1237
|
+
"name": "apikeycredentialprovider",
|
|
1238
|
+
"required": false,
|
|
1239
|
+
"conditionKeys": [],
|
|
1240
|
+
"dependentActions": []
|
|
1241
|
+
},
|
|
1173
1242
|
{
|
|
1174
1243
|
"name": "browser-custom",
|
|
1175
1244
|
"required": false,
|
|
@@ -1194,6 +1263,12 @@
|
|
|
1194
1263
|
"conditionKeys": [],
|
|
1195
1264
|
"dependentActions": []
|
|
1196
1265
|
},
|
|
1266
|
+
{
|
|
1267
|
+
"name": "oauth2credentialprovider",
|
|
1268
|
+
"required": false,
|
|
1269
|
+
"conditionKeys": [],
|
|
1270
|
+
"dependentActions": []
|
|
1271
|
+
},
|
|
1197
1272
|
{
|
|
1198
1273
|
"name": "runtime",
|
|
1199
1274
|
"required": false,
|
|
@@ -1205,6 +1280,24 @@
|
|
|
1205
1280
|
"required": false,
|
|
1206
1281
|
"conditionKeys": [],
|
|
1207
1282
|
"dependentActions": []
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "token-vault",
|
|
1286
|
+
"required": false,
|
|
1287
|
+
"conditionKeys": [],
|
|
1288
|
+
"dependentActions": []
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"name": "workload-identity",
|
|
1292
|
+
"required": false,
|
|
1293
|
+
"conditionKeys": [],
|
|
1294
|
+
"dependentActions": []
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "workload-identity-directory",
|
|
1298
|
+
"required": false,
|
|
1299
|
+
"conditionKeys": [],
|
|
1300
|
+
"dependentActions": []
|
|
1208
1301
|
}
|
|
1209
1302
|
],
|
|
1210
1303
|
"conditionKeys": [],
|
|
@@ -1390,6 +1483,12 @@
|
|
|
1390
1483
|
"description": "Grants permission to Tag a Bedrock-AgentCore resource",
|
|
1391
1484
|
"accessLevel": "Tagging",
|
|
1392
1485
|
"resourceTypes": [
|
|
1486
|
+
{
|
|
1487
|
+
"name": "apikeycredentialprovider",
|
|
1488
|
+
"required": false,
|
|
1489
|
+
"conditionKeys": [],
|
|
1490
|
+
"dependentActions": []
|
|
1491
|
+
},
|
|
1393
1492
|
{
|
|
1394
1493
|
"name": "browser-custom",
|
|
1395
1494
|
"required": false,
|
|
@@ -1414,6 +1513,12 @@
|
|
|
1414
1513
|
"conditionKeys": [],
|
|
1415
1514
|
"dependentActions": []
|
|
1416
1515
|
},
|
|
1516
|
+
{
|
|
1517
|
+
"name": "oauth2credentialprovider",
|
|
1518
|
+
"required": false,
|
|
1519
|
+
"conditionKeys": [],
|
|
1520
|
+
"dependentActions": []
|
|
1521
|
+
},
|
|
1417
1522
|
{
|
|
1418
1523
|
"name": "runtime",
|
|
1419
1524
|
"required": false,
|
|
@@ -1425,6 +1530,24 @@
|
|
|
1425
1530
|
"required": false,
|
|
1426
1531
|
"conditionKeys": [],
|
|
1427
1532
|
"dependentActions": []
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "token-vault",
|
|
1536
|
+
"required": false,
|
|
1537
|
+
"conditionKeys": [],
|
|
1538
|
+
"dependentActions": []
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"name": "workload-identity",
|
|
1542
|
+
"required": false,
|
|
1543
|
+
"conditionKeys": [],
|
|
1544
|
+
"dependentActions": []
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "workload-identity-directory",
|
|
1548
|
+
"required": false,
|
|
1549
|
+
"conditionKeys": [],
|
|
1550
|
+
"dependentActions": []
|
|
1428
1551
|
}
|
|
1429
1552
|
],
|
|
1430
1553
|
"conditionKeys": [
|
|
@@ -1438,6 +1561,12 @@
|
|
|
1438
1561
|
"description": "Grants permission to Untag a Bedrock-AgentCore resource",
|
|
1439
1562
|
"accessLevel": "Tagging",
|
|
1440
1563
|
"resourceTypes": [
|
|
1564
|
+
{
|
|
1565
|
+
"name": "apikeycredentialprovider",
|
|
1566
|
+
"required": false,
|
|
1567
|
+
"conditionKeys": [],
|
|
1568
|
+
"dependentActions": []
|
|
1569
|
+
},
|
|
1441
1570
|
{
|
|
1442
1571
|
"name": "browser-custom",
|
|
1443
1572
|
"required": false,
|
|
@@ -1462,6 +1591,12 @@
|
|
|
1462
1591
|
"conditionKeys": [],
|
|
1463
1592
|
"dependentActions": []
|
|
1464
1593
|
},
|
|
1594
|
+
{
|
|
1595
|
+
"name": "oauth2credentialprovider",
|
|
1596
|
+
"required": false,
|
|
1597
|
+
"conditionKeys": [],
|
|
1598
|
+
"dependentActions": []
|
|
1599
|
+
},
|
|
1465
1600
|
{
|
|
1466
1601
|
"name": "runtime",
|
|
1467
1602
|
"required": false,
|
|
@@ -1473,6 +1608,24 @@
|
|
|
1473
1608
|
"required": false,
|
|
1474
1609
|
"conditionKeys": [],
|
|
1475
1610
|
"dependentActions": []
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"name": "token-vault",
|
|
1614
|
+
"required": false,
|
|
1615
|
+
"conditionKeys": [],
|
|
1616
|
+
"dependentActions": []
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "workload-identity",
|
|
1620
|
+
"required": false,
|
|
1621
|
+
"conditionKeys": [],
|
|
1622
|
+
"dependentActions": []
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "workload-identity-directory",
|
|
1626
|
+
"required": false,
|
|
1627
|
+
"conditionKeys": [],
|
|
1628
|
+
"dependentActions": []
|
|
1476
1629
|
}
|
|
1477
1630
|
],
|
|
1478
1631
|
"conditionKeys": [
|
|
@@ -1489,13 +1642,16 @@
|
|
|
1489
1642
|
"name": "runtime",
|
|
1490
1643
|
"required": true,
|
|
1491
1644
|
"conditionKeys": [],
|
|
1492
|
-
"dependentActions": [
|
|
1645
|
+
"dependentActions": [
|
|
1646
|
+
"iam:PassRole"
|
|
1647
|
+
]
|
|
1493
1648
|
}
|
|
1494
1649
|
],
|
|
1495
|
-
"conditionKeys": [
|
|
1496
|
-
|
|
1497
|
-
"
|
|
1498
|
-
]
|
|
1650
|
+
"conditionKeys": [
|
|
1651
|
+
"bedrock-agentcore:subnets",
|
|
1652
|
+
"bedrock-agentcore:securityGroups"
|
|
1653
|
+
],
|
|
1654
|
+
"dependentActions": []
|
|
1499
1655
|
},
|
|
1500
1656
|
"updateagentruntimeendpoint": {
|
|
1501
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",
|
iamdata/data/actions/rds.json
CHANGED
|
@@ -284,7 +284,8 @@
|
|
|
284
284
|
],
|
|
285
285
|
"conditionKeys": [
|
|
286
286
|
"aws:RequestTag/${TagKey}",
|
|
287
|
-
"aws:TagKeys"
|
|
287
|
+
"aws:TagKeys",
|
|
288
|
+
"rds:req-tag/${TagKey}"
|
|
288
289
|
],
|
|
289
290
|
"dependentActions": []
|
|
290
291
|
},
|
|
@@ -304,7 +305,8 @@
|
|
|
304
305
|
],
|
|
305
306
|
"conditionKeys": [
|
|
306
307
|
"aws:RequestTag/${TagKey}",
|
|
307
|
-
"aws:TagKeys"
|
|
308
|
+
"aws:TagKeys",
|
|
309
|
+
"rds:req-tag/${TagKey}"
|
|
308
310
|
],
|
|
309
311
|
"dependentActions": []
|
|
310
312
|
},
|
|
@@ -324,7 +326,8 @@
|
|
|
324
326
|
],
|
|
325
327
|
"conditionKeys": [
|
|
326
328
|
"aws:RequestTag/${TagKey}",
|
|
327
|
-
"aws:TagKeys"
|
|
329
|
+
"aws:TagKeys",
|
|
330
|
+
"rds:req-tag/${TagKey}"
|
|
328
331
|
],
|
|
329
332
|
"dependentActions": []
|
|
330
333
|
},
|
|
@@ -346,6 +349,7 @@
|
|
|
346
349
|
"conditionKeys": [
|
|
347
350
|
"aws:RequestTag/${TagKey}",
|
|
348
351
|
"aws:TagKeys",
|
|
352
|
+
"rds:req-tag/${TagKey}",
|
|
349
353
|
"rds:CopyOptionGroup"
|
|
350
354
|
],
|
|
351
355
|
"dependentActions": []
|
|
@@ -366,7 +370,8 @@
|
|
|
366
370
|
],
|
|
367
371
|
"conditionKeys": [
|
|
368
372
|
"aws:RequestTag/${TagKey}",
|
|
369
|
-
"aws:TagKeys"
|
|
373
|
+
"aws:TagKeys",
|
|
374
|
+
"rds:req-tag/${TagKey}"
|
|
370
375
|
],
|
|
371
376
|
"dependentActions": []
|
|
372
377
|
},
|
|
@@ -450,7 +455,8 @@
|
|
|
450
455
|
],
|
|
451
456
|
"conditionKeys": [
|
|
452
457
|
"aws:RequestTag/${TagKey}",
|
|
453
|
-
"aws:TagKeys"
|
|
458
|
+
"aws:TagKeys",
|
|
459
|
+
"rds:req-tag/${TagKey}"
|
|
454
460
|
],
|
|
455
461
|
"dependentActions": []
|
|
456
462
|
},
|
|
@@ -543,7 +549,8 @@
|
|
|
543
549
|
"conditionKeys": [
|
|
544
550
|
"rds:EndpointType",
|
|
545
551
|
"aws:RequestTag/${TagKey}",
|
|
546
|
-
"aws:TagKeys"
|
|
552
|
+
"aws:TagKeys",
|
|
553
|
+
"rds:req-tag/${TagKey}"
|
|
547
554
|
],
|
|
548
555
|
"dependentActions": []
|
|
549
556
|
},
|
|
@@ -809,6 +816,7 @@
|
|
|
809
816
|
"conditionKeys": [
|
|
810
817
|
"aws:RequestTag/${TagKey}",
|
|
811
818
|
"aws:TagKeys",
|
|
819
|
+
"rds:req-tag/${TagKey}",
|
|
812
820
|
"rds:PubliclyAccessible"
|
|
813
821
|
],
|
|
814
822
|
"dependentActions": []
|
|
@@ -905,7 +913,8 @@
|
|
|
905
913
|
],
|
|
906
914
|
"conditionKeys": [
|
|
907
915
|
"aws:RequestTag/${TagKey}",
|
|
908
|
-
"aws:TagKeys"
|
|
916
|
+
"aws:TagKeys",
|
|
917
|
+
"rds:req-tag/${TagKey}"
|
|
909
918
|
],
|
|
910
919
|
"dependentActions": []
|
|
911
920
|
},
|
|
@@ -982,6 +991,7 @@
|
|
|
982
991
|
"conditionKeys": [
|
|
983
992
|
"aws:RequestTag/${TagKey}",
|
|
984
993
|
"aws:TagKeys",
|
|
994
|
+
"rds:req-tag/${TagKey}",
|
|
985
995
|
"rds:TenantDatabaseName",
|
|
986
996
|
"rds:ManageMasterUserPassword"
|
|
987
997
|
],
|
|
@@ -2778,7 +2788,8 @@
|
|
|
2778
2788
|
],
|
|
2779
2789
|
"conditionKeys": [
|
|
2780
2790
|
"aws:RequestTag/${TagKey}",
|
|
2781
|
-
"aws:TagKeys"
|
|
2791
|
+
"aws:TagKeys",
|
|
2792
|
+
"rds:req-tag/${TagKey}"
|
|
2782
2793
|
],
|
|
2783
2794
|
"dependentActions": []
|
|
2784
2795
|
},
|
|
@@ -56,6 +56,14 @@
|
|
|
56
56
|
"organizations:DescribeOrganization"
|
|
57
57
|
]
|
|
58
58
|
},
|
|
59
|
+
"getautomanagementconfiguration": {
|
|
60
|
+
"name": "GetAutoManagementConfiguration",
|
|
61
|
+
"description": "Grants permission to retrieve the automatic management of Service Quotas configuration, including notification settings, opt-in type, and excluded quotas",
|
|
62
|
+
"accessLevel": "Read",
|
|
63
|
+
"resourceTypes": [],
|
|
64
|
+
"conditionKeys": [],
|
|
65
|
+
"dependentActions": []
|
|
66
|
+
},
|
|
59
67
|
"getrequestedservicequotachange": {
|
|
60
68
|
"name": "GetRequestedServiceQuotaChange",
|
|
61
69
|
"description": "Grants permission to retrieve the details for a particular service quota increase request",
|
|
@@ -194,6 +202,22 @@
|
|
|
194
202
|
],
|
|
195
203
|
"dependentActions": []
|
|
196
204
|
},
|
|
205
|
+
"startautomanagement": {
|
|
206
|
+
"name": "StartAutoManagement",
|
|
207
|
+
"description": "Grants permission to enable automatic management of Service Quotas for an AWS account, including notification preferences and excluded quotas configurations",
|
|
208
|
+
"accessLevel": "Write",
|
|
209
|
+
"resourceTypes": [],
|
|
210
|
+
"conditionKeys": [],
|
|
211
|
+
"dependentActions": []
|
|
212
|
+
},
|
|
213
|
+
"stopautomanagement": {
|
|
214
|
+
"name": "StopAutoManagement",
|
|
215
|
+
"description": "Grants permission to stop automatic management of Service Quotas for an AWS account and remove all associated configurations",
|
|
216
|
+
"accessLevel": "Write",
|
|
217
|
+
"resourceTypes": [],
|
|
218
|
+
"conditionKeys": [],
|
|
219
|
+
"dependentActions": []
|
|
220
|
+
},
|
|
197
221
|
"tagresource": {
|
|
198
222
|
"name": "TagResource",
|
|
199
223
|
"description": "Grants permission to associate a set of tags with an existing SQ resource",
|
|
@@ -214,5 +238,13 @@
|
|
|
214
238
|
"aws:TagKeys"
|
|
215
239
|
],
|
|
216
240
|
"dependentActions": []
|
|
241
|
+
},
|
|
242
|
+
"updateautomanagement": {
|
|
243
|
+
"name": "UpdateAutoManagement",
|
|
244
|
+
"description": "Grants permission to update the automatic management of Service Quotas configuration, including notification preferences and excluded quotas",
|
|
245
|
+
"accessLevel": "Write",
|
|
246
|
+
"resourceTypes": [],
|
|
247
|
+
"conditionKeys": [],
|
|
248
|
+
"dependentActions": []
|
|
217
249
|
}
|
|
218
250
|
}
|
|
@@ -15,7 +15,14 @@
|
|
|
15
15
|
"name": "CreateWhatsAppMessageTemplate",
|
|
16
16
|
"description": "Grants permission to create a WhatsApp message template",
|
|
17
17
|
"accessLevel": "Write",
|
|
18
|
-
"resourceTypes": [
|
|
18
|
+
"resourceTypes": [
|
|
19
|
+
{
|
|
20
|
+
"name": "waba",
|
|
21
|
+
"required": true,
|
|
22
|
+
"conditionKeys": [],
|
|
23
|
+
"dependentActions": []
|
|
24
|
+
}
|
|
25
|
+
],
|
|
19
26
|
"conditionKeys": [],
|
|
20
27
|
"dependentActions": []
|
|
21
28
|
},
|
|
@@ -23,7 +30,14 @@
|
|
|
23
30
|
"name": "CreateWhatsAppMessageTemplateFromLibrary",
|
|
24
31
|
"description": "Grants permission to create a WhatsApp message template from Meta's template library",
|
|
25
32
|
"accessLevel": "Write",
|
|
26
|
-
"resourceTypes": [
|
|
33
|
+
"resourceTypes": [
|
|
34
|
+
{
|
|
35
|
+
"name": "waba",
|
|
36
|
+
"required": true,
|
|
37
|
+
"conditionKeys": [],
|
|
38
|
+
"dependentActions": []
|
|
39
|
+
}
|
|
40
|
+
],
|
|
27
41
|
"conditionKeys": [],
|
|
28
42
|
"dependentActions": []
|
|
29
43
|
},
|
|
@@ -31,7 +45,14 @@
|
|
|
31
45
|
"name": "CreateWhatsAppMessageTemplateMedia",
|
|
32
46
|
"description": "Grants permission to create media for WhatsApp message templates",
|
|
33
47
|
"accessLevel": "Write",
|
|
34
|
-
"resourceTypes": [
|
|
48
|
+
"resourceTypes": [
|
|
49
|
+
{
|
|
50
|
+
"name": "waba",
|
|
51
|
+
"required": true,
|
|
52
|
+
"conditionKeys": [],
|
|
53
|
+
"dependentActions": []
|
|
54
|
+
}
|
|
55
|
+
],
|
|
35
56
|
"conditionKeys": [],
|
|
36
57
|
"dependentActions": []
|
|
37
58
|
},
|
|
@@ -54,7 +75,14 @@
|
|
|
54
75
|
"name": "DeleteWhatsAppMessageTemplate",
|
|
55
76
|
"description": "Grants permission to delete a WhatsApp message template",
|
|
56
77
|
"accessLevel": "Write",
|
|
57
|
-
"resourceTypes": [
|
|
78
|
+
"resourceTypes": [
|
|
79
|
+
{
|
|
80
|
+
"name": "waba",
|
|
81
|
+
"required": true,
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
}
|
|
85
|
+
],
|
|
58
86
|
"conditionKeys": [],
|
|
59
87
|
"dependentActions": []
|
|
60
88
|
},
|
|
@@ -122,7 +150,14 @@
|
|
|
122
150
|
"name": "GetWhatsAppMessageTemplate",
|
|
123
151
|
"description": "Grants permission to get details of a WhatsApp message template",
|
|
124
152
|
"accessLevel": "Read",
|
|
125
|
-
"resourceTypes": [
|
|
153
|
+
"resourceTypes": [
|
|
154
|
+
{
|
|
155
|
+
"name": "waba",
|
|
156
|
+
"required": true,
|
|
157
|
+
"conditionKeys": [],
|
|
158
|
+
"dependentActions": []
|
|
159
|
+
}
|
|
160
|
+
],
|
|
126
161
|
"conditionKeys": [],
|
|
127
162
|
"dependentActions": []
|
|
128
163
|
},
|
|
@@ -159,7 +194,14 @@
|
|
|
159
194
|
"name": "ListWhatsAppMessageTemplates",
|
|
160
195
|
"description": "Grants permission to list WhatsApp message templates",
|
|
161
196
|
"accessLevel": "List",
|
|
162
|
-
"resourceTypes": [
|
|
197
|
+
"resourceTypes": [
|
|
198
|
+
{
|
|
199
|
+
"name": "waba",
|
|
200
|
+
"required": true,
|
|
201
|
+
"conditionKeys": [],
|
|
202
|
+
"dependentActions": []
|
|
203
|
+
}
|
|
204
|
+
],
|
|
163
205
|
"conditionKeys": [],
|
|
164
206
|
"dependentActions": []
|
|
165
207
|
},
|
|
@@ -167,7 +209,14 @@
|
|
|
167
209
|
"name": "ListWhatsAppTemplateLibrary",
|
|
168
210
|
"description": "Grants permission to list available templates from Meta's template library",
|
|
169
211
|
"accessLevel": "List",
|
|
170
|
-
"resourceTypes": [
|
|
212
|
+
"resourceTypes": [
|
|
213
|
+
{
|
|
214
|
+
"name": "waba",
|
|
215
|
+
"required": true,
|
|
216
|
+
"conditionKeys": [],
|
|
217
|
+
"dependentActions": []
|
|
218
|
+
}
|
|
219
|
+
],
|
|
171
220
|
"conditionKeys": [],
|
|
172
221
|
"dependentActions": []
|
|
173
222
|
},
|
|
@@ -269,7 +318,14 @@
|
|
|
269
318
|
"name": "UpdateWhatsAppMessageTemplate",
|
|
270
319
|
"description": "Grants permission to update a WhatsApp message template",
|
|
271
320
|
"accessLevel": "Write",
|
|
272
|
-
"resourceTypes": [
|
|
321
|
+
"resourceTypes": [
|
|
322
|
+
{
|
|
323
|
+
"name": "waba",
|
|
324
|
+
"required": true,
|
|
325
|
+
"conditionKeys": [],
|
|
326
|
+
"dependentActions": []
|
|
327
|
+
}
|
|
328
|
+
],
|
|
273
329
|
"conditionKeys": [],
|
|
274
330
|
"dependentActions": []
|
|
275
331
|
}
|
iamdata/data/actions/xray.json
CHANGED
|
@@ -327,7 +327,9 @@
|
|
|
327
327
|
"description": "Grants permission to upload OpenTelemetry spans to AWS X-Ray",
|
|
328
328
|
"accessLevel": "Write",
|
|
329
329
|
"resourceTypes": [],
|
|
330
|
-
"conditionKeys": [
|
|
330
|
+
"conditionKeys": [
|
|
331
|
+
"logs:LogGeneratingResourceArns"
|
|
332
|
+
],
|
|
331
333
|
"dependentActions": []
|
|
332
334
|
},
|
|
333
335
|
"putspansforindexing": {
|
|
@@ -352,7 +354,9 @@
|
|
|
352
354
|
"description": "Grants permission to upload segment documents to AWS X-Ray. The X-Ray SDK generates segment documents and sends them to the X-Ray daemon, which uploads them in batches",
|
|
353
355
|
"accessLevel": "Write",
|
|
354
356
|
"resourceTypes": [],
|
|
355
|
-
"conditionKeys": [
|
|
357
|
+
"conditionKeys": [
|
|
358
|
+
"logs:LogGeneratingResourceArns"
|
|
359
|
+
],
|
|
356
360
|
"dependentActions": []
|
|
357
361
|
},
|
|
358
362
|
"starttraceretrieval": {
|
|
@@ -19,6 +19,31 @@
|
|
|
19
19
|
"description": "Filters access by the authorizerType attribute on a Gateway",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"bedrock-agentcore:inboundjwtclaim/aud": {
|
|
23
|
+
"key": "bedrock-agentcore:InboundJwtClaim/aud",
|
|
24
|
+
"description": "Filters access by the audience claim (aud) in the JWT passed in the request",
|
|
25
|
+
"type": "ArrayOfString"
|
|
26
|
+
},
|
|
27
|
+
"bedrock-agentcore:inboundjwtclaim/client_id": {
|
|
28
|
+
"key": "bedrock-agentcore:InboundJwtClaim/client_id",
|
|
29
|
+
"description": "Filters access by the client_id claim in the JWT passed in the request",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
32
|
+
"bedrock-agentcore:inboundjwtclaim/iss": {
|
|
33
|
+
"key": "bedrock-agentcore:InboundJwtClaim/iss",
|
|
34
|
+
"description": "Filters access by the issuer (iss) claim present in the JWT passed in the request",
|
|
35
|
+
"type": "String"
|
|
36
|
+
},
|
|
37
|
+
"bedrock-agentcore:inboundjwtclaim/scope": {
|
|
38
|
+
"key": "bedrock-agentcore:InboundJwtClaim/scope",
|
|
39
|
+
"description": "Filters access by the scope claim in the JWT passed in the request",
|
|
40
|
+
"type": "ArrayOfString"
|
|
41
|
+
},
|
|
42
|
+
"bedrock-agentcore:inboundjwtclaim/sub": {
|
|
43
|
+
"key": "bedrock-agentcore:InboundJwtClaim/sub",
|
|
44
|
+
"description": "Filters access by the subject claim (sub) in the JWT passed in the request",
|
|
45
|
+
"type": "String"
|
|
46
|
+
},
|
|
22
47
|
"bedrock-agentcore:actorid": {
|
|
23
48
|
"key": "bedrock-agentcore:actorId",
|
|
24
49
|
"description": "Filters access by Actor Id",
|
|
@@ -29,6 +54,11 @@
|
|
|
29
54
|
"description": "Filters access by namespace",
|
|
30
55
|
"type": "String"
|
|
31
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
|
+
},
|
|
32
62
|
"bedrock-agentcore:sessionid": {
|
|
33
63
|
"key": "bedrock-agentcore:sessionId",
|
|
34
64
|
"description": "Filters access by Session Id",
|
|
@@ -38,5 +68,15 @@
|
|
|
38
68
|
"key": "bedrock-agentcore:strategyId",
|
|
39
69
|
"description": "Filters access by Memory Strategy Id",
|
|
40
70
|
"type": "String"
|
|
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
|
+
},
|
|
77
|
+
"bedrock-agentcore:userid": {
|
|
78
|
+
"key": "bedrock-agentcore:userid",
|
|
79
|
+
"description": "Filters access by the static user ID value passed in the request",
|
|
80
|
+
"type": "String"
|
|
41
81
|
}
|
|
42
82
|
}
|
|
@@ -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
|
}
|
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"logs:loggeneratingresourcearns": {
|
|
18
|
+
"key": "logs:LogGeneratingResourceArns",
|
|
19
|
+
"description": "Filters access by LogGeneratingResourceArn in the request",
|
|
20
|
+
"type": "ArrayOfARN"
|
|
21
|
+
},
|
|
17
22
|
"xray:resourcepolicyname": {
|
|
18
23
|
"key": "xray:ResourcePolicyName",
|
|
19
24
|
"description": "Filters access by PolicyName in the request",
|
iamdata/data/metadata.json
CHANGED
|
@@ -15,15 +15,24 @@
|
|
|
15
15
|
},
|
|
16
16
|
"workload-identity": {
|
|
17
17
|
"key": "workload-identity",
|
|
18
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:workload-identity-directory/${DirectoryId}/workload-identity/${WorkloadIdentityName}"
|
|
18
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:workload-identity-directory/${DirectoryId}/workload-identity/${WorkloadIdentityName}",
|
|
19
|
+
"conditionKeys": [
|
|
20
|
+
"aws:ResourceTag/${TagKey}"
|
|
21
|
+
]
|
|
19
22
|
},
|
|
20
23
|
"oauth2credentialprovider": {
|
|
21
24
|
"key": "oauth2credentialprovider",
|
|
22
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}/oauth2credentialprovider/${Name}"
|
|
25
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}/oauth2credentialprovider/${Name}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
23
29
|
},
|
|
24
30
|
"apikeycredentialprovider": {
|
|
25
31
|
"key": "apikeycredentialprovider",
|
|
26
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}/apikeycredentialprovider/${Name}"
|
|
32
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}/apikeycredentialprovider/${Name}",
|
|
33
|
+
"conditionKeys": [
|
|
34
|
+
"aws:ResourceTag/${TagKey}"
|
|
35
|
+
]
|
|
27
36
|
},
|
|
28
37
|
"runtime": {
|
|
29
38
|
"key": "runtime",
|
|
@@ -63,10 +72,16 @@
|
|
|
63
72
|
},
|
|
64
73
|
"workload-identity-directory": {
|
|
65
74
|
"key": "workload-identity-directory",
|
|
66
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:workload-identity-directory/${DirectoryId}"
|
|
75
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:workload-identity-directory/${DirectoryId}",
|
|
76
|
+
"conditionKeys": [
|
|
77
|
+
"aws:ResourceTag/${TagKey}"
|
|
78
|
+
]
|
|
67
79
|
},
|
|
68
80
|
"token-vault": {
|
|
69
81
|
"key": "token-vault",
|
|
70
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}"
|
|
82
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}",
|
|
83
|
+
"conditionKeys": [
|
|
84
|
+
"aws:ResourceTag/${TagKey}"
|
|
85
|
+
]
|
|
71
86
|
}
|
|
72
87
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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
|
|
@@ -320,7 +320,7 @@ iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw
|
|
|
320
320
|
iamdata/data/actions/rbin.json,sha256=L7CSng1O2j-b5QwJd-LEj_jBsu39qY3u5E_BroBCkgU,4415
|
|
321
321
|
iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKGRTsRM,2927
|
|
322
322
|
iamdata/data/actions/rds-db.json,sha256=-kxeNl2Nj36gpRpkC-75kSstRTNFMa-j8-0Rh_tMr9Q,374
|
|
323
|
-
iamdata/data/actions/rds.json,sha256=
|
|
323
|
+
iamdata/data/actions/rds.json,sha256=NetmS4JQSC-z1y1dWdsN4kcYykgMSfeFLKVmIun8Ndk,96025
|
|
324
324
|
iamdata/data/actions/redshift-data.json,sha256=_L_REwixJomvY8GgpsES1CWCyrPmv3j1zdPNTAg9v_M,4841
|
|
325
325
|
iamdata/data/actions/redshift-serverless.json,sha256=2_z5zDo_hcxfh-_HHBn-NMB3MucA4GD-P5K_tXciDdg,25609
|
|
326
326
|
iamdata/data/actions/redshift.json,sha256=pRfMDtu3jS7zvQiqthWU-G2gpOfRbGv03Fqnqmz3nHI,67684
|
|
@@ -365,7 +365,7 @@ iamdata/data/actions/serverlessrepo.json,sha256=Iljrr1qMuyRCjz5m1QTZKgId1-B_seWQ
|
|
|
365
365
|
iamdata/data/actions/servicecatalog.json,sha256=Qg7YwtC1LTNLwL1bZ1DOYUxhfB32UZ9EYq6Aq_C8Xgc,44633
|
|
366
366
|
iamdata/data/actions/servicediscovery.json,sha256=Iq8vFf5BA4DdkVEb9oFvJxsjrPL03G0et4_ZszgbXgY,13755
|
|
367
367
|
iamdata/data/actions/serviceextract.json,sha256=HY1Erl6U3P1WaE1AmjTCwJ6b7G6CySsIDjEMlUIm16A,312
|
|
368
|
-
iamdata/data/actions/servicequotas.json,sha256
|
|
368
|
+
iamdata/data/actions/servicequotas.json,sha256=-NcgYxMmTIjAZQZetZQz-NC0LqEAhJpsoeTKmJjo8Hk,8907
|
|
369
369
|
iamdata/data/actions/ses.json,sha256=8NtArnmggUCdgK4NbDqHZ7yFW0JTkBh9hACdeOqOuJw,94151
|
|
370
370
|
iamdata/data/actions/shield.json,sha256=Lu5Mk87ReNVm2hxYgNkGf2LCfqvhyh8gMxPCEzxrU9Q,15110
|
|
371
371
|
iamdata/data/actions/signer.json,sha256=smEu7GjaL7BfjjcLay5PwkKEfeP43yvVe9rk3s5tFgE,7449
|
|
@@ -376,7 +376,7 @@ iamdata/data/actions/sms.json,sha256=xEZ3VoB9QhbM8UWuk-AyleV39B4xyG5budYrIBATwjY
|
|
|
376
376
|
iamdata/data/actions/snow-device-management.json,sha256=EcxY8_xWRdAyHaeKx37vkHFfc4aM72oQSArMLsT3r6E,4502
|
|
377
377
|
iamdata/data/actions/snowball.json,sha256=n1czDMQpXRaI8x7g6SZW1XzUU4xT0sKpUhPzcQkRd9Y,7709
|
|
378
378
|
iamdata/data/actions/sns.json,sha256=nCpLw8SWrCk-h2mgU_yN5JZcYOjUCNHlWj39F7_CTcc,14514
|
|
379
|
-
iamdata/data/actions/social-messaging.json,sha256=
|
|
379
|
+
iamdata/data/actions/social-messaging.json,sha256=akZ24lLzSj8aZ2L3vgAp9oS6MkwFz3jbaiMZkrdV42A,8979
|
|
380
380
|
iamdata/data/actions/sqlworkbench.json,sha256=Rt5mcsmu4Fsh1EzIlIGo-l7mhM8zQp4gHnnQ8emBk1I,29911
|
|
381
381
|
iamdata/data/actions/sqs.json,sha256=vAzo-n4XZe9Io24S9PJWOZT-rApm2Lbi8H9_v5wWYx8,7864
|
|
382
382
|
iamdata/data/actions/ssm-contacts.json,sha256=lYEq-XLJXI4cO5yQUUePxBzPPAg2T2Of6jdWQfH5ruo,15449
|
|
@@ -436,7 +436,7 @@ iamdata/data/actions/workmailmessageflow.json,sha256=J9wg1dkXioNULN8nhKqbXSTq5ze
|
|
|
436
436
|
iamdata/data/actions/workspaces-instances.json,sha256=lTKAhRp8mNNKu_rXwLt093h--hn8Varn1M9VRRMLflQ,5037
|
|
437
437
|
iamdata/data/actions/workspaces-web.json,sha256=uYwR5IlvElDPQHnD7EP9zKTWZyq7RG-71HGN4ptiXcI,32455
|
|
438
438
|
iamdata/data/actions/workspaces.json,sha256=fUbL2xf0CkzDbwNExZYXHWinPMPGwldElzFR8vo9gCo,40095
|
|
439
|
-
iamdata/data/actions/xray.json,sha256=
|
|
439
|
+
iamdata/data/actions/xray.json,sha256=SoEcxgyTfd3LpbESwh9IJnjz-4oILrAjWbpKYn2wlzY,14598
|
|
440
440
|
iamdata/data/conditionKeys/a2c.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
441
441
|
iamdata/data/conditionKeys/a4b.json,sha256=rxQCKCe125TdAUcjup1xxhAlFRFh5HrcaAk__zF9hA0,876
|
|
442
442
|
iamdata/data/conditionKeys/access-analyzer.json,sha256=3LtgqO95psLCdlBh2_DxCa5Gron_VUC5qQpa-E5OZXs,553
|
|
@@ -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=
|
|
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=
|
|
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
|
|
@@ -864,7 +864,7 @@ iamdata/data/conditionKeys/workmailmessageflow.json,sha256=RBNvo1WzZ4oRRq0W9-hkn
|
|
|
864
864
|
iamdata/data/conditionKeys/workspaces-instances.json,sha256=Ho5aZnG_yYWDlAIFY6T1OsNOrea682pe6sZciw3GMWM,536
|
|
865
865
|
iamdata/data/conditionKeys/workspaces-web.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
866
866
|
iamdata/data/conditionKeys/workspaces.json,sha256=Xd79UFBDsDfAdwJcfLi812rr7RmsyuuiytaZu1OKGeU,689
|
|
867
|
-
iamdata/data/conditionKeys/xray.json,sha256=
|
|
867
|
+
iamdata/data/conditionKeys/xray.json,sha256=55iDspm5QRbu4Osntz7OmHGK-dgxhMOMRcqPhaZ0gBQ,1061
|
|
868
868
|
iamdata/data/resourceTypes/a2c.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
869
869
|
iamdata/data/resourceTypes/a4b.json,sha256=0XPsgLRZpMEgjQDioY8RnSpum9ojFniQtrJ-BlghcJc,1699
|
|
870
870
|
iamdata/data/resourceTypes/access-analyzer.json,sha256=UFshzuf9VO8A29upraRp7bwCxaA5VyTDDcHooo3PI-4,369
|
|
@@ -917,7 +917,7 @@ iamdata/data/resourceTypes/bcm-dashboards.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
|
|
|
917
917
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
918
918
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
919
919
|
iamdata/data/resourceTypes/bcm-recommended-actions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
920
|
-
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=
|
|
920
|
+
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=lj7DkNfzW_uprg9VdEptvNJfuHqur6qPKZhpfCdAEAo,2868
|
|
921
921
|
iamdata/data/resourceTypes/bedrock.json,sha256=bKhvt5WtdyDatVUy8-KT8Hsofmkzyl9GI9sudrv4MOA,6930
|
|
922
922
|
iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
|
|
923
923
|
iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
|
|
@@ -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.
|
|
1301
|
-
iamdata-0.1.
|
|
1302
|
-
iamdata-0.1.
|
|
1303
|
-
iamdata-0.1.
|
|
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,,
|
|
File without changes
|
|
File without changes
|