@cloud-copilot/iam-data 0.9.202411201 → 0.9.202411221

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.
@@ -168,6 +168,8 @@
168
168
  }
169
169
  ],
170
170
  "conditionKeys": [
171
+ "autoscaling:CapacityReservationIds",
172
+ "autoscaling:CapacityReservationResourceGroupArns",
171
173
  "autoscaling:InstanceTypes",
172
174
  "autoscaling:LaunchConfigurationName",
173
175
  "autoscaling:LaunchTemplateVersionSpecified",
@@ -986,6 +988,8 @@
986
988
  }
987
989
  ],
988
990
  "conditionKeys": [
991
+ "autoscaling:CapacityReservationIds",
992
+ "autoscaling:CapacityReservationResourceGroupArns",
989
993
  "autoscaling:InstanceTypes",
990
994
  "autoscaling:LaunchConfigurationName",
991
995
  "autoscaling:LaunchTemplateVersionSpecified",
@@ -507,6 +507,14 @@
507
507
  "conditionKeys": [],
508
508
  "dependentActions": []
509
509
  },
510
+ "listagreementcharges": {
511
+ "name": "ListAgreementCharges",
512
+ "description": "Grants permission to users to view charges associated with their agreements",
513
+ "accessLevel": "List",
514
+ "resourceTypes": [],
515
+ "conditionKeys": [],
516
+ "dependentActions": []
517
+ },
510
518
  "listagreementrequests": {
511
519
  "name": "ListAgreementRequests",
512
520
  "description": "Grants permission to users to list their subscription requests for products that require subscription verification",
@@ -563,6 +571,14 @@
563
571
  "conditionKeys": [],
564
572
  "dependentActions": []
565
573
  },
574
+ "updatepurchaseorders": {
575
+ "name": "UpdatePurchaseOrders",
576
+ "description": "Grants permission to users to update purchase orders for charges associated with their agreements",
577
+ "accessLevel": "Write",
578
+ "resourceTypes": [],
579
+ "conditionKeys": [],
580
+ "dependentActions": []
581
+ },
566
582
  "viewsubscriptions": {
567
583
  "name": "ViewSubscriptions",
568
584
  "description": "Grants permission to users to see their account's subscriptions",
@@ -1228,6 +1228,14 @@
1228
1228
  "conditionKeys": [],
1229
1229
  "dependentActions": []
1230
1230
  },
1231
+ "invokeinlineagent": {
1232
+ "name": "InvokeInlineAgent",
1233
+ "description": "Grants permission to send user input (text-only) to the inline agent for Bedrock",
1234
+ "accessLevel": "Read",
1235
+ "resourceTypes": [],
1236
+ "conditionKeys": [],
1237
+ "dependentActions": []
1238
+ },
1231
1239
  "invokemodel": {
1232
1240
  "name": "InvokeModel",
1233
1241
  "description": "Grants permission to invoke the specified Bedrock model to run inference using the input provided in the request body",
@@ -1,4 +1,20 @@
1
1
  {
2
+ "allowvendedlogdeliveryforresource": {
3
+ "name": "AllowVendedLogDeliveryForResource",
4
+ "isPermissionOnly": true,
5
+ "description": "Grants permission to configure vended log delivery for a distribution",
6
+ "accessLevel": "Permissions management",
7
+ "resourceTypes": [
8
+ {
9
+ "name": "distribution",
10
+ "required": false,
11
+ "conditionKeys": [],
12
+ "dependentActions": []
13
+ }
14
+ ],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ },
2
18
  "associatealias": {
3
19
  "name": "AssociateAlias",
4
20
  "description": "Grants permission to associate an alias to a CloudFront distribution",
@@ -33,6 +49,24 @@
33
49
  "cloudfront:GetDistribution"
34
50
  ]
35
51
  },
52
+ "createanycastiplist": {
53
+ "name": "CreateAnycastIpList",
54
+ "description": "Grants permission to create an Anycast static IP list",
55
+ "accessLevel": "Write",
56
+ "resourceTypes": [
57
+ {
58
+ "name": "anycast-ip-list",
59
+ "required": true,
60
+ "conditionKeys": [],
61
+ "dependentActions": []
62
+ }
63
+ ],
64
+ "conditionKeys": [
65
+ "aws:RequestTag/${TagKey}",
66
+ "aws:TagKeys"
67
+ ],
68
+ "dependentActions": []
69
+ },
36
70
  "createcachepolicy": {
37
71
  "name": "CreateCachePolicy",
38
72
  "description": "Grants permission to add a new cache policy to CloudFront",
@@ -273,6 +307,32 @@
273
307
  ],
274
308
  "dependentActions": []
275
309
  },
310
+ "createvpcorigin": {
311
+ "name": "CreateVpcOrigin",
312
+ "description": "Grants permission to create a VPC origin",
313
+ "accessLevel": "Write",
314
+ "resourceTypes": [],
315
+ "conditionKeys": [
316
+ "aws:RequestTag/${TagKey}",
317
+ "aws:TagKeys"
318
+ ],
319
+ "dependentActions": []
320
+ },
321
+ "deleteanycastiplist": {
322
+ "name": "DeleteAnycastIpList",
323
+ "description": "Grants permission to delete an Anycast static IP list",
324
+ "accessLevel": "Write",
325
+ "resourceTypes": [
326
+ {
327
+ "name": "anycast-ip-list",
328
+ "required": true,
329
+ "conditionKeys": [],
330
+ "dependentActions": []
331
+ }
332
+ ],
333
+ "conditionKeys": [],
334
+ "dependentActions": []
335
+ },
276
336
  "deletecachepolicy": {
277
337
  "name": "DeleteCachePolicy",
278
338
  "description": "Grants permission to delete a cache policy",
@@ -492,6 +552,21 @@
492
552
  "conditionKeys": [],
493
553
  "dependentActions": []
494
554
  },
555
+ "deletevpcorigin": {
556
+ "name": "DeleteVpcOrigin",
557
+ "description": "Grants permission to delete a VPC origin",
558
+ "accessLevel": "Write",
559
+ "resourceTypes": [
560
+ {
561
+ "name": "vpcorigin",
562
+ "required": true,
563
+ "conditionKeys": [],
564
+ "dependentActions": []
565
+ }
566
+ ],
567
+ "conditionKeys": [],
568
+ "dependentActions": []
569
+ },
495
570
  "describefunction": {
496
571
  "name": "DescribeFunction",
497
572
  "description": "Grants permission to get a CloudFront function summary",
@@ -522,6 +597,21 @@
522
597
  "conditionKeys": [],
523
598
  "dependentActions": []
524
599
  },
600
+ "getanycastiplist": {
601
+ "name": "GetAnycastIpList",
602
+ "description": "Grants permission to get an Anycast static IP list",
603
+ "accessLevel": "Read",
604
+ "resourceTypes": [
605
+ {
606
+ "name": "anycast-ip-list",
607
+ "required": true,
608
+ "conditionKeys": [],
609
+ "dependentActions": []
610
+ }
611
+ ],
612
+ "conditionKeys": [],
613
+ "dependentActions": []
614
+ },
525
615
  "getcachepolicy": {
526
616
  "name": "GetCachePolicy",
527
617
  "description": "Grants permission to get the cache policy",
@@ -916,6 +1006,29 @@
916
1006
  "conditionKeys": [],
917
1007
  "dependentActions": []
918
1008
  },
1009
+ "getvpcorigin": {
1010
+ "name": "GetVpcOrigin",
1011
+ "description": "Grants permission to get the information about a VPC origin",
1012
+ "accessLevel": "Read",
1013
+ "resourceTypes": [
1014
+ {
1015
+ "name": "vpcorigin",
1016
+ "required": true,
1017
+ "conditionKeys": [],
1018
+ "dependentActions": []
1019
+ }
1020
+ ],
1021
+ "conditionKeys": [],
1022
+ "dependentActions": []
1023
+ },
1024
+ "listanycastiplists": {
1025
+ "name": "ListAnycastIpLists",
1026
+ "description": "Grants permission to list your Anycast static IP lists",
1027
+ "accessLevel": "List",
1028
+ "resourceTypes": [],
1029
+ "conditionKeys": [],
1030
+ "dependentActions": []
1031
+ },
919
1032
  "listcachepolicies": {
920
1033
  "name": "ListCachePolicies",
921
1034
  "description": "Grants permission to list all cache policies that have been created in CloudFront for this account",
@@ -963,6 +1076,14 @@
963
1076
  "conditionKeys": [],
964
1077
  "dependentActions": []
965
1078
  },
1079
+ "listdistributionsbyanycastiplistid": {
1080
+ "name": "ListDistributionsByAnycastIpListId",
1081
+ "description": "Grants permission to list the distributions in your account that are associated with the specified AnycastIpListId",
1082
+ "accessLevel": "List",
1083
+ "resourceTypes": [],
1084
+ "conditionKeys": [],
1085
+ "dependentActions": []
1086
+ },
966
1087
  "listdistributionsbycachepolicyid": {
967
1088
  "name": "ListDistributionsByCachePolicyId",
968
1089
  "description": "Grants permission to list distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy",
@@ -1012,6 +1133,14 @@
1012
1133
  "conditionKeys": [],
1013
1134
  "dependentActions": []
1014
1135
  },
1136
+ "listdistributionsbyvpcoriginid": {
1137
+ "name": "ListDistributionsByVpcOriginId",
1138
+ "description": "Grants permission to list IDs for distributions associated with the specified VPC origin",
1139
+ "accessLevel": "List",
1140
+ "resourceTypes": [],
1141
+ "conditionKeys": [],
1142
+ "dependentActions": []
1143
+ },
1015
1144
  "listdistributionsbywebaclid": {
1016
1145
  "name": "ListDistributionsByWebACLId",
1017
1146
  "description": "Grants permission to list the distributions associated with your AWS account with given AWS WAF web ACL",
@@ -1146,11 +1275,23 @@
1146
1275
  "description": "Grants permission to list tags for a CloudFront resource",
1147
1276
  "accessLevel": "Read",
1148
1277
  "resourceTypes": [
1278
+ {
1279
+ "name": "anycast-ip-list",
1280
+ "required": false,
1281
+ "conditionKeys": [],
1282
+ "dependentActions": []
1283
+ },
1149
1284
  {
1150
1285
  "name": "distribution",
1151
1286
  "required": false,
1152
1287
  "conditionKeys": [],
1153
1288
  "dependentActions": []
1289
+ },
1290
+ {
1291
+ "name": "vpcorigin",
1292
+ "required": false,
1293
+ "conditionKeys": [],
1294
+ "dependentActions": []
1154
1295
  }
1155
1296
  ],
1156
1297
  "conditionKeys": [],
@@ -1165,6 +1306,14 @@
1165
1306
  "conditionKeys": [],
1166
1307
  "dependentActions": []
1167
1308
  },
1309
+ "listvpcorigins": {
1310
+ "name": "ListVpcOrigins",
1311
+ "description": "Grants permission to list VPC origins",
1312
+ "accessLevel": "List",
1313
+ "resourceTypes": [],
1314
+ "conditionKeys": [],
1315
+ "dependentActions": []
1316
+ },
1168
1317
  "publishfunction": {
1169
1318
  "name": "PublishFunction",
1170
1319
  "description": "Grants permission to publish a CloudFront function",
@@ -1185,6 +1334,12 @@
1185
1334
  "description": "Grants permission to add tags to a CloudFront resource",
1186
1335
  "accessLevel": "Tagging",
1187
1336
  "resourceTypes": [
1337
+ {
1338
+ "name": "anycast-ip-list",
1339
+ "required": false,
1340
+ "conditionKeys": [],
1341
+ "dependentActions": []
1342
+ },
1188
1343
  {
1189
1344
  "name": "distribution",
1190
1345
  "required": false,
@@ -1196,6 +1351,12 @@
1196
1351
  "required": false,
1197
1352
  "conditionKeys": [],
1198
1353
  "dependentActions": []
1354
+ },
1355
+ {
1356
+ "name": "vpcorigin",
1357
+ "required": false,
1358
+ "conditionKeys": [],
1359
+ "dependentActions": []
1199
1360
  }
1200
1361
  ],
1201
1362
  "conditionKeys": [
@@ -1224,6 +1385,12 @@
1224
1385
  "description": "Grants permission to remove tags from a CloudFront resource",
1225
1386
  "accessLevel": "Tagging",
1226
1387
  "resourceTypes": [
1388
+ {
1389
+ "name": "anycast-ip-list",
1390
+ "required": false,
1391
+ "conditionKeys": [],
1392
+ "dependentActions": []
1393
+ },
1227
1394
  {
1228
1395
  "name": "distribution",
1229
1396
  "required": false,
@@ -1235,6 +1402,12 @@
1235
1402
  "required": false,
1236
1403
  "conditionKeys": [],
1237
1404
  "dependentActions": []
1405
+ },
1406
+ {
1407
+ "name": "vpcorigin",
1408
+ "required": false,
1409
+ "conditionKeys": [],
1410
+ "dependentActions": []
1238
1411
  }
1239
1412
  ],
1240
1413
  "conditionKeys": [
@@ -1469,5 +1642,20 @@
1469
1642
  ],
1470
1643
  "conditionKeys": [],
1471
1644
  "dependentActions": []
1645
+ },
1646
+ "updatevpcorigin": {
1647
+ "name": "UpdateVpcOrigin",
1648
+ "description": "Grants permission to update a VPC origin",
1649
+ "accessLevel": "Write",
1650
+ "resourceTypes": [
1651
+ {
1652
+ "name": "vpcorigin",
1653
+ "required": true,
1654
+ "conditionKeys": [],
1655
+ "dependentActions": []
1656
+ }
1657
+ ],
1658
+ "conditionKeys": [],
1659
+ "dependentActions": []
1472
1660
  }
1473
1661
  }
@@ -67,6 +67,16 @@
67
67
  "ecs:ListServices"
68
68
  ]
69
69
  },
70
+ "exportidlerecommendations": {
71
+ "name": "ExportIdleRecommendations",
72
+ "description": "Grants permission to export idle recommendations to S3 for the provided accounts",
73
+ "accessLevel": "Write",
74
+ "resourceTypes": [],
75
+ "conditionKeys": [],
76
+ "dependentActions": [
77
+ "compute-optimizer:GetIdleRecommendations"
78
+ ]
79
+ },
70
80
  "exportlambdafunctionrecommendations": {
71
81
  "name": "ExportLambdaFunctionRecommendations",
72
82
  "description": "Grants permission to export Lambda function recommendations to S3 for the provided accounts",
@@ -193,6 +203,14 @@
193
203
  "conditionKeys": [],
194
204
  "dependentActions": []
195
205
  },
206
+ "getidlerecommendations": {
207
+ "name": "GetIdleRecommendations",
208
+ "description": "Grants permission to get idle recommendations for the specified account(s)",
209
+ "accessLevel": "List",
210
+ "resourceTypes": [],
211
+ "conditionKeys": [],
212
+ "dependentActions": []
213
+ },
196
214
  "getlambdafunctionrecommendations": {
197
215
  "name": "GetLambdaFunctionRecommendations",
198
216
  "description": "Grants permission to get recommendations for the provided Lambda functions",
@@ -567,7 +567,8 @@
567
567
  "conditionKeys": [
568
568
  "aws:RequestTag/${TagKey}",
569
569
  "aws:TagKeys",
570
- "connect:InstanceId"
570
+ "connect:InstanceId",
571
+ "connect:FlowType"
571
572
  ],
572
573
  "dependentActions": []
573
574
  },
@@ -590,6 +591,25 @@
590
591
  ],
591
592
  "dependentActions": []
592
593
  },
594
+ "createcontactflowversion": {
595
+ "name": "CreateContactFlowVersion",
596
+ "description": "Grants permission to create a version a flow in an Amazon Connect instance",
597
+ "accessLevel": "Write",
598
+ "resourceTypes": [
599
+ {
600
+ "name": "contact-flow",
601
+ "required": true,
602
+ "conditionKeys": [],
603
+ "dependentActions": []
604
+ }
605
+ ],
606
+ "conditionKeys": [
607
+ "aws:ResourceTag/${TagKey}",
608
+ "connect:InstanceId",
609
+ "connect:FlowType"
610
+ ],
611
+ "dependentActions": []
612
+ },
593
613
  "createevaluationform": {
594
614
  "name": "CreateEvaluationForm",
595
615
  "description": "Grants permission to create an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form",
@@ -1197,7 +1217,8 @@
1197
1217
  ],
1198
1218
  "conditionKeys": [
1199
1219
  "aws:ResourceTag/${TagKey}",
1200
- "connect:InstanceId"
1220
+ "connect:InstanceId",
1221
+ "connect:FlowType"
1201
1222
  ],
1202
1223
  "dependentActions": []
1203
1224
  },
@@ -1690,7 +1711,8 @@
1690
1711
  ],
1691
1712
  "conditionKeys": [
1692
1713
  "aws:ResourceTag/${TagKey}",
1693
- "connect:InstanceId"
1714
+ "connect:InstanceId",
1715
+ "connect:FlowType"
1694
1716
  ],
1695
1717
  "dependentActions": []
1696
1718
  },
@@ -2816,6 +2838,25 @@
2816
2838
  "conditionKeys": [],
2817
2839
  "dependentActions": []
2818
2840
  },
2841
+ "listcontactflowversions": {
2842
+ "name": "ListContactFlowVersions",
2843
+ "description": "Grants permission to list all the versions a flow in an Amazon Connect instance",
2844
+ "accessLevel": "List",
2845
+ "resourceTypes": [
2846
+ {
2847
+ "name": "contact-flow",
2848
+ "required": true,
2849
+ "conditionKeys": [],
2850
+ "dependentActions": []
2851
+ }
2852
+ ],
2853
+ "conditionKeys": [
2854
+ "aws:ResourceTag/${TagKey}",
2855
+ "connect:InstanceId",
2856
+ "connect:FlowType"
2857
+ ],
2858
+ "dependentActions": []
2859
+ },
2819
2860
  "listcontactflows": {
2820
2861
  "name": "ListContactFlows",
2821
2862
  "description": "Grants permission to list contact flow resources in an Amazon Connect instance",
@@ -3863,7 +3904,8 @@
3863
3904
  ],
3864
3905
  "conditionKeys": [
3865
3906
  "connect:InstanceId",
3866
- "connect:SearchTag/${TagKey}"
3907
+ "connect:SearchTag/${TagKey}",
3908
+ "connect:FlowType"
3867
3909
  ],
3868
3910
  "dependentActions": []
3869
3911
  },
@@ -4962,7 +5004,8 @@
4962
5004
  ],
4963
5005
  "conditionKeys": [
4964
5006
  "aws:ResourceTag/${TagKey}",
4965
- "connect:InstanceId"
5007
+ "connect:InstanceId",
5008
+ "connect:FlowType"
4966
5009
  ],
4967
5010
  "dependentActions": []
4968
5011
  },
@@ -4980,7 +5023,8 @@
4980
5023
  ],
4981
5024
  "conditionKeys": [
4982
5025
  "aws:ResourceTag/${TagKey}",
4983
- "connect:InstanceId"
5026
+ "connect:InstanceId",
5027
+ "connect:FlowType"
4984
5028
  ],
4985
5029
  "dependentActions": []
4986
5030
  },
@@ -5034,7 +5078,8 @@
5034
5078
  ],
5035
5079
  "conditionKeys": [
5036
5080
  "aws:ResourceTag/${TagKey}",
5037
- "connect:InstanceId"
5081
+ "connect:InstanceId",
5082
+ "connect:FlowType"
5038
5083
  ],
5039
5084
  "dependentActions": []
5040
5085
  },
@@ -119,6 +119,14 @@
119
119
  "conditionKeys": [],
120
120
  "dependentActions": []
121
121
  },
122
+ "createconnection": {
123
+ "name": "CreateConnection",
124
+ "description": "Grants permission to create connections",
125
+ "accessLevel": "Write",
126
+ "resourceTypes": [],
127
+ "conditionKeys": [],
128
+ "dependentActions": []
129
+ },
122
130
  "createdataproduct": {
123
131
  "name": "CreateDataProduct",
124
132
  "description": "Grants permission to create data product",
@@ -324,6 +332,14 @@
324
332
  "conditionKeys": [],
325
333
  "dependentActions": []
326
334
  },
335
+ "deleteconnection": {
336
+ "name": "DeleteConnection",
337
+ "description": "Grants permission to delete connections",
338
+ "accessLevel": "Write",
339
+ "resourceTypes": [],
340
+ "conditionKeys": [],
341
+ "dependentActions": []
342
+ },
327
343
  "deletedataproduct": {
328
344
  "name": "DeleteDataProduct",
329
345
  "description": "Grants permission to delete data product",
@@ -542,6 +558,14 @@
542
558
  "conditionKeys": [],
543
559
  "dependentActions": []
544
560
  },
561
+ "getconnection": {
562
+ "name": "GetConnection",
563
+ "description": "Grants permission to get connections",
564
+ "accessLevel": "Read",
565
+ "resourceTypes": [],
566
+ "conditionKeys": [],
567
+ "dependentActions": []
568
+ },
545
569
  "getdataproduct": {
546
570
  "name": "GetDataProduct",
547
571
  "description": "Grants permission to get data product",
@@ -581,6 +605,15 @@
581
605
  "conditionKeys": [],
582
606
  "dependentActions": []
583
607
  },
608
+ "getdomainexecutionrolecredentials": {
609
+ "name": "GetDomainExecutionRoleCredentials",
610
+ "isPermissionOnly": true,
611
+ "description": "Grants permission to use features that require access to domain execution role credentials",
612
+ "accessLevel": "Read",
613
+ "resourceTypes": [],
614
+ "conditionKeys": [],
615
+ "dependentActions": []
616
+ },
584
617
  "getdomainsharingpolicy": {
585
618
  "name": "GetDomainSharingPolicy",
586
619
  "isPermissionOnly": true,
@@ -695,6 +728,22 @@
695
728
  "conditionKeys": [],
696
729
  "dependentActions": []
697
730
  },
731
+ "getjobrun": {
732
+ "name": "GetJobRun",
733
+ "description": "Grants permission to get job runs",
734
+ "accessLevel": "Read",
735
+ "resourceTypes": [],
736
+ "conditionKeys": [],
737
+ "dependentActions": []
738
+ },
739
+ "getlineageevent": {
740
+ "name": "GetLineageEvent",
741
+ "description": "Grants permission to get lineage events",
742
+ "accessLevel": "Read",
743
+ "resourceTypes": [],
744
+ "conditionKeys": [],
745
+ "dependentActions": []
746
+ },
698
747
  "getlineagenode": {
699
748
  "name": "GetLineageNode",
700
749
  "description": "Grants permission to get the lineage node",
@@ -825,6 +874,14 @@
825
874
  "conditionKeys": [],
826
875
  "dependentActions": []
827
876
  },
877
+ "listconnections": {
878
+ "name": "ListConnections",
879
+ "description": "Grants permission to list connections",
880
+ "accessLevel": "List",
881
+ "resourceTypes": [],
882
+ "conditionKeys": [],
883
+ "dependentActions": []
884
+ },
828
885
  "listdataproductrevisions": {
829
886
  "name": "ListDataProductRevisions",
830
887
  "description": "Grants permission to list data product revisions",
@@ -938,6 +995,22 @@
938
995
  "conditionKeys": [],
939
996
  "dependentActions": []
940
997
  },
998
+ "listjobruns": {
999
+ "name": "ListJobRuns",
1000
+ "description": "Grants permission to list job runs",
1001
+ "accessLevel": "List",
1002
+ "resourceTypes": [],
1003
+ "conditionKeys": [],
1004
+ "dependentActions": []
1005
+ },
1006
+ "listlineageevents": {
1007
+ "name": "ListLineageEvents",
1008
+ "description": "Grants permission to list lineage events",
1009
+ "accessLevel": "List",
1010
+ "resourceTypes": [],
1011
+ "conditionKeys": [],
1012
+ "dependentActions": []
1013
+ },
941
1014
  "listlineagenodehistory": {
942
1015
  "name": "ListLineageNodeHistory",
943
1016
  "description": "Grants permission to list historical versions of lineage node",
@@ -1308,6 +1381,14 @@
1308
1381
  "conditionKeys": [],
1309
1382
  "dependentActions": []
1310
1383
  },
1384
+ "updateconnection": {
1385
+ "name": "UpdateConnection",
1386
+ "description": "Grants permission to update connections",
1387
+ "accessLevel": "Write",
1388
+ "resourceTypes": [],
1389
+ "conditionKeys": [],
1390
+ "dependentActions": []
1391
+ },
1311
1392
  "updatedatasource": {
1312
1393
  "name": "UpdateDataSource",
1313
1394
  "description": "Grants permission to update existing DataSource",