iamdata 0.1.202507291__py3-none-any.whl → 0.1.202508251__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/aoss.json +32 -0
- iamdata/data/actions/aps.json +51 -0
- iamdata/data/actions/arc-region-switch.json +334 -0
- iamdata/data/actions/arc-zonal-shift.json +50 -0
- iamdata/data/actions/auditmanager.json +14 -1
- iamdata/data/actions/batch.json +162 -6
- iamdata/data/actions/bcm-dashboards.json +74 -0
- iamdata/data/actions/bcm-recommended-actions.json +10 -0
- iamdata/data/actions/bedrock-agentcore.json +328 -30
- iamdata/data/actions/bedrock.json +459 -0
- iamdata/data/actions/budgets.json +6 -2
- iamdata/data/actions/cases.json +22 -2
- iamdata/data/actions/chatbot.json +87 -20
- iamdata/data/actions/cleanrooms-ml.json +11 -0
- iamdata/data/actions/cleanrooms.json +44 -0
- iamdata/data/actions/connect.json +23 -0
- iamdata/data/actions/datazone.json +64 -0
- iamdata/data/actions/deadline.json +32 -10
- iamdata/data/actions/dms.json +1 -8
- iamdata/data/actions/ds.json +122 -0
- iamdata/data/actions/events.json +16 -0
- iamdata/data/actions/glue.json +32 -0
- iamdata/data/actions/groundtruthlabeling.json +7 -7
- iamdata/data/actions/guardduty.json +173 -0
- iamdata/data/actions/imagebuilder.json +185 -237
- iamdata/data/actions/iot.json +31 -0
- iamdata/data/actions/iotmanagedintegrations.json +11 -4
- iamdata/data/actions/iotsitewise.json +271 -0
- iamdata/data/actions/observabilityadmin.json +196 -0
- iamdata/data/actions/odb.json +4 -4
- iamdata/data/actions/outposts.json +15 -0
- iamdata/data/actions/partnercentral.json +96 -32
- iamdata/data/actions/qbusiness.json +20 -46
- iamdata/data/actions/quicksight.json +2 -6
- iamdata/data/actions/rds.json +12 -6
- iamdata/data/actions/repostspace.json +90 -0
- iamdata/data/actions/s3.json +261 -125
- iamdata/data/actions/s3express.json +24 -4
- iamdata/data/actions/sagemaker.json +128 -0
- iamdata/data/actions/security-ir.json +23 -8
- iamdata/data/actions/securityhub.json +12 -0
- iamdata/data/actions/servicediscovery.json +140 -14
- iamdata/data/actions/ses.json +286 -2
- iamdata/data/actions/social-messaging.json +64 -0
- iamdata/data/actions/sso.json +34 -50
- iamdata/data/actions/transcribe.json +12 -0
- iamdata/data/actions/uxc.json +26 -0
- iamdata/data/actions/workspaces-web.json +112 -0
- iamdata/data/actions/workspaces.json +114 -0
- iamdata/data/actions/xray.json +9 -3
- iamdata/data/conditionKeys/arc-region-switch.json +17 -0
- iamdata/data/conditionKeys/bcm-dashboards.json +1 -0
- iamdata/data/conditionKeys/bcm-recommended-actions.json +1 -0
- iamdata/data/conditionKeys/chatbot.json +17 -1
- iamdata/data/conditionKeys/ebs.json +2 -2
- iamdata/data/conditionKeys/imagebuilder.json +2 -2
- iamdata/data/conditionKeys/iotmanagedintegrations.json +10 -0
- iamdata/data/conditionKeys/observabilityadmin.json +17 -1
- iamdata/data/conditionKeys/quicksight.json +0 -5
- iamdata/data/conditionKeys/rds.json +5 -0
- iamdata/data/conditionKeys/s3.json +5 -0
- iamdata/data/conditionKeys/s3express.json +5 -0
- iamdata/data/conditionKeys/savingsplans.json +1 -1
- iamdata/data/conditionKeys/secretsmanager.json +1 -1
- iamdata/data/conditionKeys/servicediscovery.json +5 -0
- iamdata/data/conditionKeys/ses.json +5 -0
- iamdata/data/conditionKeys/uxc.json +1 -0
- iamdata/data/conditionKeys/xray.json +10 -0
- iamdata/data/conditionPatterns.json +134 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/apigateway.json +3 -3
- iamdata/data/resourceTypes/arc-region-switch.json +9 -0
- iamdata/data/resourceTypes/batch.json +14 -0
- iamdata/data/resourceTypes/bcm-dashboards.json +1 -0
- iamdata/data/resourceTypes/bcm-recommended-actions.json +1 -0
- iamdata/data/resourceTypes/bedrock-agentcore.json +8 -0
- iamdata/data/resourceTypes/bedrock.json +14 -0
- iamdata/data/resourceTypes/chatbot.json +8 -2
- iamdata/data/resourceTypes/deadline.json +4 -1
- iamdata/data/resourceTypes/execute-api.json +1 -1
- iamdata/data/resourceTypes/guardduty.json +14 -0
- iamdata/data/resourceTypes/imagebuilder.json +12 -18
- iamdata/data/resourceTypes/iotsitewise.json +7 -0
- iamdata/data/resourceTypes/mpa.json +3 -3
- iamdata/data/resourceTypes/observabilityadmin.json +16 -1
- iamdata/data/resourceTypes/partnercentral.json +8 -2
- iamdata/data/resourceTypes/qbusiness.json +0 -4
- iamdata/data/resourceTypes/s3.json +19 -1
- iamdata/data/resourceTypes/s3express.json +5 -1
- iamdata/data/resourceTypes/securityhub.json +12 -3
- iamdata/data/resourceTypes/ses.json +11 -0
- iamdata/data/resourceTypes/uxc.json +1 -0
- iamdata/data/resourceTypes/workspaces-web.json +7 -0
- iamdata/data/resourceTypes/workspaces.json +4 -0
- iamdata/data/serviceNames.json +4 -0
- iamdata/data/services.json +4 -0
- iamdata/data/unassociatedConditions.json +20 -0
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/RECORD +101 -87
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -106,6 +106,21 @@
|
|
|
106
106
|
"conditionKeys": [],
|
|
107
107
|
"dependentActions": []
|
|
108
108
|
},
|
|
109
|
+
"cancelautomatedreasoningpolicybuildworkflow": {
|
|
110
|
+
"name": "CancelAutomatedReasoningPolicyBuildWorkflow",
|
|
111
|
+
"description": "Grants permission to cancel a build workflow for an automated reasoning policy",
|
|
112
|
+
"accessLevel": "Write",
|
|
113
|
+
"resourceTypes": [
|
|
114
|
+
{
|
|
115
|
+
"name": "automated-reasoning-policy",
|
|
116
|
+
"required": true,
|
|
117
|
+
"conditionKeys": [],
|
|
118
|
+
"dependentActions": []
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"conditionKeys": [],
|
|
122
|
+
"dependentActions": []
|
|
123
|
+
},
|
|
109
124
|
"createagent": {
|
|
110
125
|
"name": "CreateAgent",
|
|
111
126
|
"description": "Grants permission to create a new agent and a test agent alias pointing to the DRAFT agent version",
|
|
@@ -153,6 +168,50 @@
|
|
|
153
168
|
],
|
|
154
169
|
"dependentActions": []
|
|
155
170
|
},
|
|
171
|
+
"createautomatedreasoningpolicy": {
|
|
172
|
+
"name": "CreateAutomatedReasoningPolicy",
|
|
173
|
+
"description": "Grants permission to create a new automated reasoning policy",
|
|
174
|
+
"accessLevel": "Write",
|
|
175
|
+
"resourceTypes": [],
|
|
176
|
+
"conditionKeys": [
|
|
177
|
+
"aws:RequestTag/${TagKey}",
|
|
178
|
+
"aws:TagKeys"
|
|
179
|
+
],
|
|
180
|
+
"dependentActions": []
|
|
181
|
+
},
|
|
182
|
+
"createautomatedreasoningpolicytestcase": {
|
|
183
|
+
"name": "CreateAutomatedReasoningPolicyTestCase",
|
|
184
|
+
"description": "Grants permission to create a test case for an automated reasoning policy",
|
|
185
|
+
"accessLevel": "Write",
|
|
186
|
+
"resourceTypes": [
|
|
187
|
+
{
|
|
188
|
+
"name": "automated-reasoning-policy",
|
|
189
|
+
"required": true,
|
|
190
|
+
"conditionKeys": [],
|
|
191
|
+
"dependentActions": []
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"conditionKeys": [],
|
|
195
|
+
"dependentActions": []
|
|
196
|
+
},
|
|
197
|
+
"createautomatedreasoningpolicyversion": {
|
|
198
|
+
"name": "CreateAutomatedReasoningPolicyVersion",
|
|
199
|
+
"description": "Grants permission to create a new automated reasoning policy version",
|
|
200
|
+
"accessLevel": "Write",
|
|
201
|
+
"resourceTypes": [
|
|
202
|
+
{
|
|
203
|
+
"name": "automated-reasoning-policy",
|
|
204
|
+
"required": true,
|
|
205
|
+
"conditionKeys": [],
|
|
206
|
+
"dependentActions": []
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"conditionKeys": [
|
|
210
|
+
"aws:RequestTag/${TagKey}",
|
|
211
|
+
"aws:TagKeys"
|
|
212
|
+
],
|
|
213
|
+
"dependentActions": []
|
|
214
|
+
},
|
|
156
215
|
"createblueprint": {
|
|
157
216
|
"name": "CreateBlueprint",
|
|
158
217
|
"description": "Grants permission to create a blueprint for custom output from data automation",
|
|
@@ -334,6 +393,18 @@
|
|
|
334
393
|
"description": "Grants permission to create a new guardrail",
|
|
335
394
|
"accessLevel": "Write",
|
|
336
395
|
"resourceTypes": [
|
|
396
|
+
{
|
|
397
|
+
"name": "automated-reasoning-policy",
|
|
398
|
+
"required": false,
|
|
399
|
+
"conditionKeys": [],
|
|
400
|
+
"dependentActions": []
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "automated-reasoning-policy-version",
|
|
404
|
+
"required": false,
|
|
405
|
+
"conditionKeys": [],
|
|
406
|
+
"dependentActions": []
|
|
407
|
+
},
|
|
337
408
|
{
|
|
338
409
|
"name": "guardrail-profile",
|
|
339
410
|
"required": false,
|
|
@@ -702,6 +773,57 @@
|
|
|
702
773
|
"conditionKeys": [],
|
|
703
774
|
"dependentActions": []
|
|
704
775
|
},
|
|
776
|
+
"deleteautomatedreasoningpolicy": {
|
|
777
|
+
"name": "DeleteAutomatedReasoningPolicy",
|
|
778
|
+
"description": "Grants permission to delete an automated reasoning policy or its version",
|
|
779
|
+
"accessLevel": "Write",
|
|
780
|
+
"resourceTypes": [
|
|
781
|
+
{
|
|
782
|
+
"name": "automated-reasoning-policy",
|
|
783
|
+
"required": true,
|
|
784
|
+
"conditionKeys": [],
|
|
785
|
+
"dependentActions": []
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "automated-reasoning-policy-version",
|
|
789
|
+
"required": true,
|
|
790
|
+
"conditionKeys": [],
|
|
791
|
+
"dependentActions": []
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"conditionKeys": [],
|
|
795
|
+
"dependentActions": []
|
|
796
|
+
},
|
|
797
|
+
"deleteautomatedreasoningpolicybuildworkflow": {
|
|
798
|
+
"name": "DeleteAutomatedReasoningPolicyBuildWorkflow",
|
|
799
|
+
"description": "Grants permission to delete a build workflow for an automated reasoning policy",
|
|
800
|
+
"accessLevel": "Write",
|
|
801
|
+
"resourceTypes": [
|
|
802
|
+
{
|
|
803
|
+
"name": "automated-reasoning-policy",
|
|
804
|
+
"required": true,
|
|
805
|
+
"conditionKeys": [],
|
|
806
|
+
"dependentActions": []
|
|
807
|
+
}
|
|
808
|
+
],
|
|
809
|
+
"conditionKeys": [],
|
|
810
|
+
"dependentActions": []
|
|
811
|
+
},
|
|
812
|
+
"deleteautomatedreasoningpolicytestcase": {
|
|
813
|
+
"name": "DeleteAutomatedReasoningPolicyTestCase",
|
|
814
|
+
"description": "Grants permission to delete a test case for an automated reasoning policy",
|
|
815
|
+
"accessLevel": "Write",
|
|
816
|
+
"resourceTypes": [
|
|
817
|
+
{
|
|
818
|
+
"name": "automated-reasoning-policy",
|
|
819
|
+
"required": true,
|
|
820
|
+
"conditionKeys": [],
|
|
821
|
+
"dependentActions": []
|
|
822
|
+
}
|
|
823
|
+
],
|
|
824
|
+
"conditionKeys": [],
|
|
825
|
+
"dependentActions": []
|
|
826
|
+
},
|
|
705
827
|
"deleteblueprint": {
|
|
706
828
|
"name": "DeleteBlueprint",
|
|
707
829
|
"description": "Grants permission to delete a blueprint for data automation",
|
|
@@ -1099,6 +1221,27 @@
|
|
|
1099
1221
|
"conditionKeys": [],
|
|
1100
1222
|
"dependentActions": []
|
|
1101
1223
|
},
|
|
1224
|
+
"exportautomatedreasoningpolicyversion": {
|
|
1225
|
+
"name": "ExportAutomatedReasoningPolicyVersion",
|
|
1226
|
+
"description": "Grants permission to retrieve an automated reasoning policy version artifact",
|
|
1227
|
+
"accessLevel": "Read",
|
|
1228
|
+
"resourceTypes": [
|
|
1229
|
+
{
|
|
1230
|
+
"name": "automated-reasoning-policy",
|
|
1231
|
+
"required": true,
|
|
1232
|
+
"conditionKeys": [],
|
|
1233
|
+
"dependentActions": []
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "automated-reasoning-policy-version",
|
|
1237
|
+
"required": true,
|
|
1238
|
+
"conditionKeys": [],
|
|
1239
|
+
"dependentActions": []
|
|
1240
|
+
}
|
|
1241
|
+
],
|
|
1242
|
+
"conditionKeys": [],
|
|
1243
|
+
"dependentActions": []
|
|
1244
|
+
},
|
|
1102
1245
|
"generatequery": {
|
|
1103
1246
|
"name": "GenerateQuery",
|
|
1104
1247
|
"description": "Grants permission to generate queries associated with user input",
|
|
@@ -1233,6 +1376,117 @@
|
|
|
1233
1376
|
"conditionKeys": [],
|
|
1234
1377
|
"dependentActions": []
|
|
1235
1378
|
},
|
|
1379
|
+
"getautomatedreasoningpolicy": {
|
|
1380
|
+
"name": "GetAutomatedReasoningPolicy",
|
|
1381
|
+
"description": "Grants permission to retrieve an automated reasoning policy or its version",
|
|
1382
|
+
"accessLevel": "Read",
|
|
1383
|
+
"resourceTypes": [
|
|
1384
|
+
{
|
|
1385
|
+
"name": "automated-reasoning-policy",
|
|
1386
|
+
"required": true,
|
|
1387
|
+
"conditionKeys": [],
|
|
1388
|
+
"dependentActions": []
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"name": "automated-reasoning-policy-version",
|
|
1392
|
+
"required": true,
|
|
1393
|
+
"conditionKeys": [],
|
|
1394
|
+
"dependentActions": []
|
|
1395
|
+
}
|
|
1396
|
+
],
|
|
1397
|
+
"conditionKeys": [],
|
|
1398
|
+
"dependentActions": []
|
|
1399
|
+
},
|
|
1400
|
+
"getautomatedreasoningpolicyannotations": {
|
|
1401
|
+
"name": "GetAutomatedReasoningPolicyAnnotations",
|
|
1402
|
+
"description": "Grants permission to retrieve annotations for a build workflow for an automated reasoning policy",
|
|
1403
|
+
"accessLevel": "Read",
|
|
1404
|
+
"resourceTypes": [
|
|
1405
|
+
{
|
|
1406
|
+
"name": "automated-reasoning-policy",
|
|
1407
|
+
"required": true,
|
|
1408
|
+
"conditionKeys": [],
|
|
1409
|
+
"dependentActions": []
|
|
1410
|
+
}
|
|
1411
|
+
],
|
|
1412
|
+
"conditionKeys": [],
|
|
1413
|
+
"dependentActions": []
|
|
1414
|
+
},
|
|
1415
|
+
"getautomatedreasoningpolicybuildworkflow": {
|
|
1416
|
+
"name": "GetAutomatedReasoningPolicyBuildWorkflow",
|
|
1417
|
+
"description": "Grants permission to retrieve a build workflow for an automated reasoning policy",
|
|
1418
|
+
"accessLevel": "Read",
|
|
1419
|
+
"resourceTypes": [
|
|
1420
|
+
{
|
|
1421
|
+
"name": "automated-reasoning-policy",
|
|
1422
|
+
"required": true,
|
|
1423
|
+
"conditionKeys": [],
|
|
1424
|
+
"dependentActions": []
|
|
1425
|
+
}
|
|
1426
|
+
],
|
|
1427
|
+
"conditionKeys": [],
|
|
1428
|
+
"dependentActions": []
|
|
1429
|
+
},
|
|
1430
|
+
"getautomatedreasoningpolicybuildworkflowresultassets": {
|
|
1431
|
+
"name": "GetAutomatedReasoningPolicyBuildWorkflowResultAssets",
|
|
1432
|
+
"description": "Grants permission to retrieve assets for a build workflow for an automated reasoning policy",
|
|
1433
|
+
"accessLevel": "Read",
|
|
1434
|
+
"resourceTypes": [
|
|
1435
|
+
{
|
|
1436
|
+
"name": "automated-reasoning-policy",
|
|
1437
|
+
"required": true,
|
|
1438
|
+
"conditionKeys": [],
|
|
1439
|
+
"dependentActions": []
|
|
1440
|
+
}
|
|
1441
|
+
],
|
|
1442
|
+
"conditionKeys": [],
|
|
1443
|
+
"dependentActions": []
|
|
1444
|
+
},
|
|
1445
|
+
"getautomatedreasoningpolicynextscenario": {
|
|
1446
|
+
"name": "GetAutomatedReasoningPolicyNextScenario",
|
|
1447
|
+
"description": "Grants permission to retrieve the next unreviewed generated scenario for a build workflow for an automated reasoning policy",
|
|
1448
|
+
"accessLevel": "Read",
|
|
1449
|
+
"resourceTypes": [
|
|
1450
|
+
{
|
|
1451
|
+
"name": "automated-reasoning-policy",
|
|
1452
|
+
"required": true,
|
|
1453
|
+
"conditionKeys": [],
|
|
1454
|
+
"dependentActions": []
|
|
1455
|
+
}
|
|
1456
|
+
],
|
|
1457
|
+
"conditionKeys": [],
|
|
1458
|
+
"dependentActions": []
|
|
1459
|
+
},
|
|
1460
|
+
"getautomatedreasoningpolicytestcase": {
|
|
1461
|
+
"name": "GetAutomatedReasoningPolicyTestCase",
|
|
1462
|
+
"description": "Grants permission to retrieve a test case for an automated reasoning policy",
|
|
1463
|
+
"accessLevel": "Read",
|
|
1464
|
+
"resourceTypes": [
|
|
1465
|
+
{
|
|
1466
|
+
"name": "automated-reasoning-policy",
|
|
1467
|
+
"required": true,
|
|
1468
|
+
"conditionKeys": [],
|
|
1469
|
+
"dependentActions": []
|
|
1470
|
+
}
|
|
1471
|
+
],
|
|
1472
|
+
"conditionKeys": [],
|
|
1473
|
+
"dependentActions": []
|
|
1474
|
+
},
|
|
1475
|
+
"getautomatedreasoningpolicytestresult": {
|
|
1476
|
+
"name": "GetAutomatedReasoningPolicyTestResult",
|
|
1477
|
+
"description": "Grants permission to retrieve result for a test case for an automated reasoning policy",
|
|
1478
|
+
"accessLevel": "Read",
|
|
1479
|
+
"resourceTypes": [
|
|
1480
|
+
{
|
|
1481
|
+
"name": "automated-reasoning-policy",
|
|
1482
|
+
"required": true,
|
|
1483
|
+
"conditionKeys": [],
|
|
1484
|
+
"dependentActions": []
|
|
1485
|
+
}
|
|
1486
|
+
],
|
|
1487
|
+
"conditionKeys": [],
|
|
1488
|
+
"dependentActions": []
|
|
1489
|
+
},
|
|
1236
1490
|
"getblueprint": {
|
|
1237
1491
|
"name": "GetBlueprint",
|
|
1238
1492
|
"description": "Grants permission to retrieve an existing blueprint for data automation",
|
|
@@ -1804,6 +2058,28 @@
|
|
|
1804
2058
|
"conditionKeys": [],
|
|
1805
2059
|
"dependentActions": []
|
|
1806
2060
|
},
|
|
2061
|
+
"invokeautomatedreasoningpolicy": {
|
|
2062
|
+
"name": "InvokeAutomatedReasoningPolicy",
|
|
2063
|
+
"isPermissionOnly": true,
|
|
2064
|
+
"description": "Grants permission to invoke an Automated Reasoning policy",
|
|
2065
|
+
"accessLevel": "Read",
|
|
2066
|
+
"resourceTypes": [
|
|
2067
|
+
{
|
|
2068
|
+
"name": "automated-reasoning-policy",
|
|
2069
|
+
"required": true,
|
|
2070
|
+
"conditionKeys": [],
|
|
2071
|
+
"dependentActions": []
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"name": "automated-reasoning-policy-version",
|
|
2075
|
+
"required": true,
|
|
2076
|
+
"conditionKeys": [],
|
|
2077
|
+
"dependentActions": []
|
|
2078
|
+
}
|
|
2079
|
+
],
|
|
2080
|
+
"conditionKeys": [],
|
|
2081
|
+
"dependentActions": []
|
|
2082
|
+
},
|
|
1807
2083
|
"invokeblueprintrecommendationasync": {
|
|
1808
2084
|
"name": "InvokeBlueprintRecommendationAsync",
|
|
1809
2085
|
"isPermissionOnly": true,
|
|
@@ -2117,6 +2393,66 @@
|
|
|
2117
2393
|
"conditionKeys": [],
|
|
2118
2394
|
"dependentActions": []
|
|
2119
2395
|
},
|
|
2396
|
+
"listautomatedreasoningpolicies": {
|
|
2397
|
+
"name": "ListAutomatedReasoningPolicies",
|
|
2398
|
+
"description": "Grants permission to list automated reasoning policies or its versions",
|
|
2399
|
+
"accessLevel": "List",
|
|
2400
|
+
"resourceTypes": [
|
|
2401
|
+
{
|
|
2402
|
+
"name": "automated-reasoning-policy",
|
|
2403
|
+
"required": false,
|
|
2404
|
+
"conditionKeys": [],
|
|
2405
|
+
"dependentActions": []
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
"conditionKeys": [],
|
|
2409
|
+
"dependentActions": []
|
|
2410
|
+
},
|
|
2411
|
+
"listautomatedreasoningpolicybuildworkflows": {
|
|
2412
|
+
"name": "ListAutomatedReasoningPolicyBuildWorkflows",
|
|
2413
|
+
"description": "Grants permission to list build workflows for an automated reasoning policy",
|
|
2414
|
+
"accessLevel": "List",
|
|
2415
|
+
"resourceTypes": [
|
|
2416
|
+
{
|
|
2417
|
+
"name": "automated-reasoning-policy",
|
|
2418
|
+
"required": true,
|
|
2419
|
+
"conditionKeys": [],
|
|
2420
|
+
"dependentActions": []
|
|
2421
|
+
}
|
|
2422
|
+
],
|
|
2423
|
+
"conditionKeys": [],
|
|
2424
|
+
"dependentActions": []
|
|
2425
|
+
},
|
|
2426
|
+
"listautomatedreasoningpolicytestcases": {
|
|
2427
|
+
"name": "ListAutomatedReasoningPolicyTestCases",
|
|
2428
|
+
"description": "Grants permission to list test cases for an automated reasoning policy",
|
|
2429
|
+
"accessLevel": "List",
|
|
2430
|
+
"resourceTypes": [
|
|
2431
|
+
{
|
|
2432
|
+
"name": "automated-reasoning-policy",
|
|
2433
|
+
"required": true,
|
|
2434
|
+
"conditionKeys": [],
|
|
2435
|
+
"dependentActions": []
|
|
2436
|
+
}
|
|
2437
|
+
],
|
|
2438
|
+
"conditionKeys": [],
|
|
2439
|
+
"dependentActions": []
|
|
2440
|
+
},
|
|
2441
|
+
"listautomatedreasoningpolicytestresults": {
|
|
2442
|
+
"name": "ListAutomatedReasoningPolicyTestResults",
|
|
2443
|
+
"description": "Grants permission to list test result for an automated reasoning policy",
|
|
2444
|
+
"accessLevel": "List",
|
|
2445
|
+
"resourceTypes": [
|
|
2446
|
+
{
|
|
2447
|
+
"name": "automated-reasoning-policy",
|
|
2448
|
+
"required": true,
|
|
2449
|
+
"conditionKeys": [],
|
|
2450
|
+
"dependentActions": []
|
|
2451
|
+
}
|
|
2452
|
+
],
|
|
2453
|
+
"conditionKeys": [],
|
|
2454
|
+
"dependentActions": []
|
|
2455
|
+
},
|
|
2120
2456
|
"listblueprints": {
|
|
2121
2457
|
"name": "ListBlueprints",
|
|
2122
2458
|
"description": "Grants permission to list existing blueprints for data automation",
|
|
@@ -2503,6 +2839,18 @@
|
|
|
2503
2839
|
"conditionKeys": [],
|
|
2504
2840
|
"dependentActions": []
|
|
2505
2841
|
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "automated-reasoning-policy",
|
|
2844
|
+
"required": true,
|
|
2845
|
+
"conditionKeys": [],
|
|
2846
|
+
"dependentActions": []
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "automated-reasoning-policy-version",
|
|
2850
|
+
"required": true,
|
|
2851
|
+
"conditionKeys": [],
|
|
2852
|
+
"dependentActions": []
|
|
2853
|
+
},
|
|
2506
2854
|
{
|
|
2507
2855
|
"name": "blueprint",
|
|
2508
2856
|
"required": true,
|
|
@@ -2797,6 +3145,36 @@
|
|
|
2797
3145
|
"conditionKeys": [],
|
|
2798
3146
|
"dependentActions": []
|
|
2799
3147
|
},
|
|
3148
|
+
"startautomatedreasoningpolicybuildworkflow": {
|
|
3149
|
+
"name": "StartAutomatedReasoningPolicyBuildWorkflow",
|
|
3150
|
+
"description": "Grants permission to start a build workflow for an automated reasoning policy",
|
|
3151
|
+
"accessLevel": "Write",
|
|
3152
|
+
"resourceTypes": [
|
|
3153
|
+
{
|
|
3154
|
+
"name": "automated-reasoning-policy",
|
|
3155
|
+
"required": true,
|
|
3156
|
+
"conditionKeys": [],
|
|
3157
|
+
"dependentActions": []
|
|
3158
|
+
}
|
|
3159
|
+
],
|
|
3160
|
+
"conditionKeys": [],
|
|
3161
|
+
"dependentActions": []
|
|
3162
|
+
},
|
|
3163
|
+
"startautomatedreasoningpolicytestworkflow": {
|
|
3164
|
+
"name": "StartAutomatedReasoningPolicyTestWorkflow",
|
|
3165
|
+
"description": "Grants permission to start a test workflow for an automated reasoning policy",
|
|
3166
|
+
"accessLevel": "Write",
|
|
3167
|
+
"resourceTypes": [
|
|
3168
|
+
{
|
|
3169
|
+
"name": "automated-reasoning-policy",
|
|
3170
|
+
"required": true,
|
|
3171
|
+
"conditionKeys": [],
|
|
3172
|
+
"dependentActions": []
|
|
3173
|
+
}
|
|
3174
|
+
],
|
|
3175
|
+
"conditionKeys": [],
|
|
3176
|
+
"dependentActions": []
|
|
3177
|
+
},
|
|
2800
3178
|
"startflowexecution": {
|
|
2801
3179
|
"name": "StartFlowExecution",
|
|
2802
3180
|
"description": "Grants permission to start an execution of a flow alias",
|
|
@@ -2949,6 +3327,18 @@
|
|
|
2949
3327
|
"conditionKeys": [],
|
|
2950
3328
|
"dependentActions": []
|
|
2951
3329
|
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "automated-reasoning-policy",
|
|
3332
|
+
"required": false,
|
|
3333
|
+
"conditionKeys": [],
|
|
3334
|
+
"dependentActions": []
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "automated-reasoning-policy-version",
|
|
3338
|
+
"required": false,
|
|
3339
|
+
"conditionKeys": [],
|
|
3340
|
+
"dependentActions": []
|
|
3341
|
+
},
|
|
2952
3342
|
{
|
|
2953
3343
|
"name": "blueprint",
|
|
2954
3344
|
"required": false,
|
|
@@ -3111,6 +3501,18 @@
|
|
|
3111
3501
|
"conditionKeys": [],
|
|
3112
3502
|
"dependentActions": []
|
|
3113
3503
|
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "automated-reasoning-policy",
|
|
3506
|
+
"required": false,
|
|
3507
|
+
"conditionKeys": [],
|
|
3508
|
+
"dependentActions": []
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"name": "automated-reasoning-policy-version",
|
|
3512
|
+
"required": false,
|
|
3513
|
+
"conditionKeys": [],
|
|
3514
|
+
"dependentActions": []
|
|
3515
|
+
},
|
|
3114
3516
|
{
|
|
3115
3517
|
"name": "blueprint",
|
|
3116
3518
|
"required": false,
|
|
@@ -3324,6 +3726,51 @@
|
|
|
3324
3726
|
"conditionKeys": [],
|
|
3325
3727
|
"dependentActions": []
|
|
3326
3728
|
},
|
|
3729
|
+
"updateautomatedreasoningpolicy": {
|
|
3730
|
+
"name": "UpdateAutomatedReasoningPolicy",
|
|
3731
|
+
"description": "Grants permission to update an automated reasoning policy",
|
|
3732
|
+
"accessLevel": "Write",
|
|
3733
|
+
"resourceTypes": [
|
|
3734
|
+
{
|
|
3735
|
+
"name": "automated-reasoning-policy",
|
|
3736
|
+
"required": true,
|
|
3737
|
+
"conditionKeys": [],
|
|
3738
|
+
"dependentActions": []
|
|
3739
|
+
}
|
|
3740
|
+
],
|
|
3741
|
+
"conditionKeys": [],
|
|
3742
|
+
"dependentActions": []
|
|
3743
|
+
},
|
|
3744
|
+
"updateautomatedreasoningpolicyannotations": {
|
|
3745
|
+
"name": "UpdateAutomatedReasoningPolicyAnnotations",
|
|
3746
|
+
"description": "Grants permission to update annotations for a build workflow for an automated reasoning policy",
|
|
3747
|
+
"accessLevel": "Write",
|
|
3748
|
+
"resourceTypes": [
|
|
3749
|
+
{
|
|
3750
|
+
"name": "automated-reasoning-policy",
|
|
3751
|
+
"required": true,
|
|
3752
|
+
"conditionKeys": [],
|
|
3753
|
+
"dependentActions": []
|
|
3754
|
+
}
|
|
3755
|
+
],
|
|
3756
|
+
"conditionKeys": [],
|
|
3757
|
+
"dependentActions": []
|
|
3758
|
+
},
|
|
3759
|
+
"updateautomatedreasoningpolicytestcase": {
|
|
3760
|
+
"name": "UpdateAutomatedReasoningPolicyTestCase",
|
|
3761
|
+
"description": "Grants permission to update a test case for automated reasoning policy",
|
|
3762
|
+
"accessLevel": "Write",
|
|
3763
|
+
"resourceTypes": [
|
|
3764
|
+
{
|
|
3765
|
+
"name": "automated-reasoning-policy",
|
|
3766
|
+
"required": true,
|
|
3767
|
+
"conditionKeys": [],
|
|
3768
|
+
"dependentActions": []
|
|
3769
|
+
}
|
|
3770
|
+
],
|
|
3771
|
+
"conditionKeys": [],
|
|
3772
|
+
"dependentActions": []
|
|
3773
|
+
},
|
|
3327
3774
|
"updateblueprint": {
|
|
3328
3775
|
"name": "UpdateBlueprint",
|
|
3329
3776
|
"description": "Grants permission to update a blueprint for data automation",
|
|
@@ -3416,6 +3863,18 @@
|
|
|
3416
3863
|
"conditionKeys": [],
|
|
3417
3864
|
"dependentActions": []
|
|
3418
3865
|
},
|
|
3866
|
+
{
|
|
3867
|
+
"name": "automated-reasoning-policy",
|
|
3868
|
+
"required": false,
|
|
3869
|
+
"conditionKeys": [],
|
|
3870
|
+
"dependentActions": []
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "automated-reasoning-policy-version",
|
|
3874
|
+
"required": false,
|
|
3875
|
+
"conditionKeys": [],
|
|
3876
|
+
"dependentActions": []
|
|
3877
|
+
},
|
|
3419
3878
|
{
|
|
3420
3879
|
"name": "guardrail-profile",
|
|
3421
3880
|
"required": false,
|
|
@@ -137,7 +137,9 @@
|
|
|
137
137
|
}
|
|
138
138
|
],
|
|
139
139
|
"conditionKeys": [],
|
|
140
|
-
"dependentActions": [
|
|
140
|
+
"dependentActions": [
|
|
141
|
+
"iam:CreateServiceLinkedRole"
|
|
142
|
+
]
|
|
141
143
|
},
|
|
142
144
|
"tagresource": {
|
|
143
145
|
"name": "TagResource",
|
|
@@ -216,6 +218,8 @@
|
|
|
216
218
|
}
|
|
217
219
|
],
|
|
218
220
|
"conditionKeys": [],
|
|
219
|
-
"dependentActions": [
|
|
221
|
+
"dependentActions": [
|
|
222
|
+
"billing:GetBillingViewData"
|
|
223
|
+
]
|
|
220
224
|
}
|
|
221
225
|
}
|
iamdata/data/actions/cases.json
CHANGED
|
@@ -224,6 +224,27 @@
|
|
|
224
224
|
"conditionKeys": [],
|
|
225
225
|
"dependentActions": []
|
|
226
226
|
},
|
|
227
|
+
"deletecase": {
|
|
228
|
+
"name": "DeleteCase",
|
|
229
|
+
"description": "Grants permission to delete the case in the case domain",
|
|
230
|
+
"accessLevel": "Write",
|
|
231
|
+
"resourceTypes": [
|
|
232
|
+
{
|
|
233
|
+
"name": "Case",
|
|
234
|
+
"required": true,
|
|
235
|
+
"conditionKeys": [],
|
|
236
|
+
"dependentActions": []
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "Domain",
|
|
240
|
+
"required": true,
|
|
241
|
+
"conditionKeys": [],
|
|
242
|
+
"dependentActions": []
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"conditionKeys": [],
|
|
246
|
+
"dependentActions": []
|
|
247
|
+
},
|
|
227
248
|
"deletecaserule": {
|
|
228
249
|
"name": "DeleteCaseRule",
|
|
229
250
|
"description": "Grants permission to delete the case rule in the case domain",
|
|
@@ -304,8 +325,7 @@
|
|
|
304
325
|
},
|
|
305
326
|
"deleterelateditem": {
|
|
306
327
|
"name": "DeleteRelatedItem",
|
|
307
|
-
"
|
|
308
|
-
"description": "Grants permission to delete a related item associated to a case in the case domain",
|
|
328
|
+
"description": "Grants permission to delete the related item associated to the case in the case domain",
|
|
309
329
|
"accessLevel": "Write",
|
|
310
330
|
"resourceTypes": [
|
|
311
331
|
{
|