iamdata 0.1.202506191__py3-none-any.whl → 0.1.202506201__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.
- iamdata/data/actions/aiops.json +7 -1
- iamdata/data/actions/connect-campaigns.json +16 -0
- iamdata/data/actions/profile.json +144 -0
- iamdata/data/metadata.json +2 -2
- {iamdata-0.1.202506191.dist-info → iamdata-0.1.202506201.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506191.dist-info → iamdata-0.1.202506201.dist-info}/RECORD +8 -8
- {iamdata-0.1.202506191.dist-info → iamdata-0.1.202506201.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506191.dist-info → iamdata-0.1.202506201.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/aiops.json
CHANGED
@@ -32,8 +32,13 @@
|
|
32
32
|
],
|
33
33
|
"conditionKeys": [],
|
34
34
|
"dependentActions": [
|
35
|
+
"cloudwatch:DescribeAlarmHistory",
|
36
|
+
"cloudwatch:DescribeAlarms",
|
37
|
+
"cloudwatch:GetInsightRuleReport",
|
38
|
+
"cloudwatch:GetMetricData",
|
35
39
|
"kms:Decrypt",
|
36
40
|
"kms:GenerateDataKey",
|
41
|
+
"logs:GetQueryResults",
|
37
42
|
"sts:SetContext"
|
38
43
|
]
|
39
44
|
},
|
@@ -44,7 +49,8 @@
|
|
44
49
|
"resourceTypes": [],
|
45
50
|
"conditionKeys": [
|
46
51
|
"aws:TagKeys",
|
47
|
-
"aws:RequestTag/${TagKey}"
|
52
|
+
"aws:RequestTag/${TagKey}",
|
53
|
+
"aws:ResourceTag/${TagKey}"
|
48
54
|
],
|
49
55
|
"dependentActions": [
|
50
56
|
"aiops:TagResource",
|
@@ -160,6 +160,14 @@
|
|
160
160
|
"conditionKeys": [],
|
161
161
|
"dependentActions": []
|
162
162
|
},
|
163
|
+
"getinstancecommunicationlimits": {
|
164
|
+
"name": "GetInstanceCommunicationLimits",
|
165
|
+
"description": "Grants permission to get the communication limits configuration of an Amazon Connect instance",
|
166
|
+
"accessLevel": "Read",
|
167
|
+
"resourceTypes": [],
|
168
|
+
"conditionKeys": [],
|
169
|
+
"dependentActions": []
|
170
|
+
},
|
163
171
|
"getinstanceonboardingjobstatus": {
|
164
172
|
"name": "GetInstanceOnboardingJobStatus",
|
165
173
|
"description": "Grants permission to get onboarding job status for an Amazon Connect instance",
|
@@ -241,6 +249,14 @@
|
|
241
249
|
"conditionKeys": [],
|
242
250
|
"dependentActions": []
|
243
251
|
},
|
252
|
+
"putinstancecommunicationlimits": {
|
253
|
+
"name": "PutInstanceCommunicationLimits",
|
254
|
+
"description": "Grants permission to put the communication limits configuration of an Amazon Connect instance",
|
255
|
+
"accessLevel": "Write",
|
256
|
+
"resourceTypes": [],
|
257
|
+
"conditionKeys": [],
|
258
|
+
"dependentActions": []
|
259
|
+
},
|
244
260
|
"putoutboundrequestbatch": {
|
245
261
|
"name": "PutOutboundRequestBatch",
|
246
262
|
"description": "Grants permission to create dial requests for the specified campaign",
|
@@ -284,6 +284,21 @@
|
|
284
284
|
"conditionKeys": [],
|
285
285
|
"dependentActions": []
|
286
286
|
},
|
287
|
+
"createuploadjob": {
|
288
|
+
"name": "CreateUploadJob",
|
289
|
+
"description": "Grants permission to create an upload job in the domain",
|
290
|
+
"accessLevel": "Write",
|
291
|
+
"resourceTypes": [
|
292
|
+
{
|
293
|
+
"name": "domains",
|
294
|
+
"required": true,
|
295
|
+
"conditionKeys": [],
|
296
|
+
"dependentActions": []
|
297
|
+
}
|
298
|
+
],
|
299
|
+
"conditionKeys": [],
|
300
|
+
"dependentActions": []
|
301
|
+
},
|
287
302
|
"deletecalculatedattributedefinition": {
|
288
303
|
"name": "DeleteCalculatedAttributeDefinition",
|
289
304
|
"description": "Grants permission to delete a calculated attribute definition in the domain",
|
@@ -855,6 +870,36 @@
|
|
855
870
|
"conditionKeys": [],
|
856
871
|
"dependentActions": []
|
857
872
|
},
|
873
|
+
"getuploadjob": {
|
874
|
+
"name": "GetUploadJob",
|
875
|
+
"description": "Grants permission to get details of an upload job in the domain",
|
876
|
+
"accessLevel": "Read",
|
877
|
+
"resourceTypes": [
|
878
|
+
{
|
879
|
+
"name": "domains",
|
880
|
+
"required": true,
|
881
|
+
"conditionKeys": [],
|
882
|
+
"dependentActions": []
|
883
|
+
}
|
884
|
+
],
|
885
|
+
"conditionKeys": [],
|
886
|
+
"dependentActions": []
|
887
|
+
},
|
888
|
+
"getuploadjobpath": {
|
889
|
+
"name": "GetUploadJobPath",
|
890
|
+
"description": "Grants permission to get a pre-signed URL to upload file for an upload job",
|
891
|
+
"accessLevel": "Read",
|
892
|
+
"resourceTypes": [
|
893
|
+
{
|
894
|
+
"name": "domains",
|
895
|
+
"required": true,
|
896
|
+
"conditionKeys": [],
|
897
|
+
"dependentActions": []
|
898
|
+
}
|
899
|
+
],
|
900
|
+
"conditionKeys": [],
|
901
|
+
"dependentActions": []
|
902
|
+
},
|
858
903
|
"getworkflow": {
|
859
904
|
"name": "GetWorkflow",
|
860
905
|
"description": "Grants permission to get workflow details in a domain",
|
@@ -1139,17 +1184,50 @@
|
|
1139
1184
|
"conditionKeys": [],
|
1140
1185
|
"dependentActions": []
|
1141
1186
|
},
|
1187
|
+
{
|
1188
|
+
"name": "event-triggers",
|
1189
|
+
"required": false,
|
1190
|
+
"conditionKeys": [],
|
1191
|
+
"dependentActions": []
|
1192
|
+
},
|
1142
1193
|
{
|
1143
1194
|
"name": "integrations",
|
1144
1195
|
"required": false,
|
1145
1196
|
"conditionKeys": [],
|
1146
1197
|
"dependentActions": []
|
1147
1198
|
},
|
1199
|
+
{
|
1200
|
+
"name": "layouts",
|
1201
|
+
"required": false,
|
1202
|
+
"conditionKeys": [],
|
1203
|
+
"dependentActions": []
|
1204
|
+
},
|
1148
1205
|
{
|
1149
1206
|
"name": "object-types",
|
1150
1207
|
"required": false,
|
1151
1208
|
"conditionKeys": [],
|
1152
1209
|
"dependentActions": []
|
1210
|
+
},
|
1211
|
+
{
|
1212
|
+
"name": "segment-definitions",
|
1213
|
+
"required": false,
|
1214
|
+
"conditionKeys": [],
|
1215
|
+
"dependentActions": []
|
1216
|
+
}
|
1217
|
+
],
|
1218
|
+
"conditionKeys": [],
|
1219
|
+
"dependentActions": []
|
1220
|
+
},
|
1221
|
+
"listuploadjobs": {
|
1222
|
+
"name": "ListUploadJobs",
|
1223
|
+
"description": "Grants permission to list all upload jobs in the domain",
|
1224
|
+
"accessLevel": "List",
|
1225
|
+
"resourceTypes": [
|
1226
|
+
{
|
1227
|
+
"name": "domains",
|
1228
|
+
"required": true,
|
1229
|
+
"conditionKeys": [],
|
1230
|
+
"dependentActions": []
|
1153
1231
|
}
|
1154
1232
|
],
|
1155
1233
|
"conditionKeys": [],
|
@@ -1269,6 +1347,36 @@
|
|
1269
1347
|
"conditionKeys": [],
|
1270
1348
|
"dependentActions": []
|
1271
1349
|
},
|
1350
|
+
"startuploadjob": {
|
1351
|
+
"name": "StartUploadJob",
|
1352
|
+
"description": "Grants permission to start an upload job in the domain",
|
1353
|
+
"accessLevel": "Write",
|
1354
|
+
"resourceTypes": [
|
1355
|
+
{
|
1356
|
+
"name": "domains",
|
1357
|
+
"required": true,
|
1358
|
+
"conditionKeys": [],
|
1359
|
+
"dependentActions": []
|
1360
|
+
}
|
1361
|
+
],
|
1362
|
+
"conditionKeys": [],
|
1363
|
+
"dependentActions": []
|
1364
|
+
},
|
1365
|
+
"stopuploadjob": {
|
1366
|
+
"name": "StopUploadJob",
|
1367
|
+
"description": "Grants permission to stop an upload job in the domain",
|
1368
|
+
"accessLevel": "Write",
|
1369
|
+
"resourceTypes": [
|
1370
|
+
{
|
1371
|
+
"name": "domains",
|
1372
|
+
"required": true,
|
1373
|
+
"conditionKeys": [],
|
1374
|
+
"dependentActions": []
|
1375
|
+
}
|
1376
|
+
],
|
1377
|
+
"conditionKeys": [],
|
1378
|
+
"dependentActions": []
|
1379
|
+
},
|
1272
1380
|
"tagresource": {
|
1273
1381
|
"name": "TagResource",
|
1274
1382
|
"description": "Grants permission to adds tags to a resource",
|
@@ -1292,17 +1400,35 @@
|
|
1292
1400
|
"conditionKeys": [],
|
1293
1401
|
"dependentActions": []
|
1294
1402
|
},
|
1403
|
+
{
|
1404
|
+
"name": "event-triggers",
|
1405
|
+
"required": false,
|
1406
|
+
"conditionKeys": [],
|
1407
|
+
"dependentActions": []
|
1408
|
+
},
|
1295
1409
|
{
|
1296
1410
|
"name": "integrations",
|
1297
1411
|
"required": false,
|
1298
1412
|
"conditionKeys": [],
|
1299
1413
|
"dependentActions": []
|
1300
1414
|
},
|
1415
|
+
{
|
1416
|
+
"name": "layouts",
|
1417
|
+
"required": false,
|
1418
|
+
"conditionKeys": [],
|
1419
|
+
"dependentActions": []
|
1420
|
+
},
|
1301
1421
|
{
|
1302
1422
|
"name": "object-types",
|
1303
1423
|
"required": false,
|
1304
1424
|
"conditionKeys": [],
|
1305
1425
|
"dependentActions": []
|
1426
|
+
},
|
1427
|
+
{
|
1428
|
+
"name": "segment-definitions",
|
1429
|
+
"required": false,
|
1430
|
+
"conditionKeys": [],
|
1431
|
+
"dependentActions": []
|
1306
1432
|
}
|
1307
1433
|
],
|
1308
1434
|
"conditionKeys": [
|
@@ -1334,17 +1460,35 @@
|
|
1334
1460
|
"conditionKeys": [],
|
1335
1461
|
"dependentActions": []
|
1336
1462
|
},
|
1463
|
+
{
|
1464
|
+
"name": "event-triggers",
|
1465
|
+
"required": false,
|
1466
|
+
"conditionKeys": [],
|
1467
|
+
"dependentActions": []
|
1468
|
+
},
|
1337
1469
|
{
|
1338
1470
|
"name": "integrations",
|
1339
1471
|
"required": false,
|
1340
1472
|
"conditionKeys": [],
|
1341
1473
|
"dependentActions": []
|
1342
1474
|
},
|
1475
|
+
{
|
1476
|
+
"name": "layouts",
|
1477
|
+
"required": false,
|
1478
|
+
"conditionKeys": [],
|
1479
|
+
"dependentActions": []
|
1480
|
+
},
|
1343
1481
|
{
|
1344
1482
|
"name": "object-types",
|
1345
1483
|
"required": false,
|
1346
1484
|
"conditionKeys": [],
|
1347
1485
|
"dependentActions": []
|
1486
|
+
},
|
1487
|
+
{
|
1488
|
+
"name": "segment-definitions",
|
1489
|
+
"required": false,
|
1490
|
+
"conditionKeys": [],
|
1491
|
+
"dependentActions": []
|
1348
1492
|
}
|
1349
1493
|
],
|
1350
1494
|
"conditionKeys": [
|
iamdata/data/metadata.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: iamdata
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.202506201
|
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
|
@@ -4,7 +4,7 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
|
|
4
4
|
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
|
-
iamdata/data/metadata.json,sha256=
|
7
|
+
iamdata/data/metadata.json,sha256=ABXlQ1_y8y58yfHnshOXNO7vDApmbjwq0xk5WbOudM4,76
|
8
8
|
iamdata/data/serviceNames.json,sha256=mFNp3JQL3wXYEyRGWud5DgOBVppMVtFKg5lVhArcShQ,18455
|
9
9
|
iamdata/data/services.json,sha256=tOMPn_2c_zODHhAM0eS0-SG3Uh91-tH-eBR_SMs5vcI,7173
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
@@ -14,7 +14,7 @@ iamdata/data/actions/account.json,sha256=gtyJ3HeDEb-efKOzamlHCXPVvM0BG8a7n7Bb3Vq
|
|
14
14
|
iamdata/data/actions/acm-pca.json,sha256=_XtYyJtyfGPiXgK8PtSWzNPXph23VotzCGMp8ZWg9Wg,10119
|
15
15
|
iamdata/data/actions/acm.json,sha256=nDtI7PGahr1fQfAyvEvK1B0GJq8EiAmwJvC9yIMd7DE,6484
|
16
16
|
iamdata/data/actions/activate.json,sha256=DF-tzN0a3j6sBimcATSh6EH6lFsmoDAe4QodPZ9WdaM,1893
|
17
|
-
iamdata/data/actions/aiops.json,sha256=
|
17
|
+
iamdata/data/actions/aiops.json,sha256=1_cFRMkuafBaFhK9d5tysiSvb4XfamsR1ocNHpDcPrY,10921
|
18
18
|
iamdata/data/actions/airflow.json,sha256=_vR379Y3V_5MSinPJReSi0GQrEPHGFty3c1TU_td9Vo,5034
|
19
19
|
iamdata/data/actions/amplify.json,sha256=P7nVW339-sVsELNEgWchmbtBLvkJddH0vRymEqSoEUM,16794
|
20
20
|
iamdata/data/actions/amplifybackend.json,sha256=JnMeolg-gIMo4LdolZHrxXnpV_CMN35KhDGYUFcyFF8,18149
|
@@ -104,7 +104,7 @@ iamdata/data/actions/comprehend.json,sha256=tIqpIHBjGVXNkxIrlJ1INhji7uCd0AdTl-Q6
|
|
104
104
|
iamdata/data/actions/comprehendmedical.json,sha256=cBtFmyWVK7LKb0o3sHuat17otFgpLLJIJZgzWr_MhJM,7303
|
105
105
|
iamdata/data/actions/compute-optimizer.json,sha256=e7fhylob4PxLDlwGP6kMEPeHV_UzWx50C-VcXkwfS6w,10218
|
106
106
|
iamdata/data/actions/config.json,sha256=jQGTa5vzBDeUExTXef7kwiRcy1p4WKJgMHbBkse5uIA,43354
|
107
|
-
iamdata/data/actions/connect-campaigns.json,sha256=
|
107
|
+
iamdata/data/actions/connect-campaigns.json,sha256=JoCThQJCWcNvtd3xvaFllCpWlakITKZVbvAak3GTo4I,14120
|
108
108
|
iamdata/data/actions/connect.json,sha256=QrlrkzBNzHgstr--DIOCqPGPRjvIo5sqcE2hu2Z-TLs,166598
|
109
109
|
iamdata/data/actions/consoleapp.json,sha256=GO6wCJDJGsuYO3T7cRd1RtIG7vtuTMjwYnguio4uUl8,667
|
110
110
|
iamdata/data/actions/consolidatedbilling.json,sha256=GCQbprPWn2lMp1OMCsrRva2UU48cqVnRIGTPq2L8Uto,569
|
@@ -300,7 +300,7 @@ iamdata/data/actions/pipes.json,sha256=5zK6euxqKwWddbxMD0Yf0h2TjeDM7VAdua-1jhXy-
|
|
300
300
|
iamdata/data/actions/polly.json,sha256=hYPq7nRF2-8kyoNVNdlsOjqeSDl8sT0l4Vf0SRgN9VI,3079
|
301
301
|
iamdata/data/actions/pricing.json,sha256=zm-BI0D9leB4oGj7Z71PkPf6hnGtx56eXWfMle9rDIA,1432
|
302
302
|
iamdata/data/actions/private-networks.json,sha256=uX17jjHVVWdPhGNmO0t-nSpwNaFsshHbuAUbROV32Wg,11076
|
303
|
-
iamdata/data/actions/profile.json,sha256=
|
303
|
+
iamdata/data/actions/profile.json,sha256=x8o2FyxyP2DgAlbNGWED5yqwp9elCy4ZkgX4ZexS2qI,40212
|
304
304
|
iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54PATU,49972
|
305
305
|
iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
|
306
306
|
iamdata/data/actions/q.json,sha256=iWr-C_4ZqKX5sX5G_l4KGIpPf_XprnnSZgDM4FMx9jw,13525
|
@@ -1277,7 +1277,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
1277
1277
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
1278
1278
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
1279
1279
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
1280
|
-
iamdata-0.1.
|
1281
|
-
iamdata-0.1.
|
1282
|
-
iamdata-0.1.
|
1283
|
-
iamdata-0.1.
|
1280
|
+
iamdata-0.1.202506201.dist-info/METADATA,sha256=cJlHr1wQ7ndcW1YOHRG0-vDfFWRuVSJCV3sPNzKYm8E,3491
|
1281
|
+
iamdata-0.1.202506201.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
1282
|
+
iamdata-0.1.202506201.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
1283
|
+
iamdata-0.1.202506201.dist-info/RECORD,,
|
File without changes
|
File without changes
|