@cloud-copilot/iam-data 0.15.202512201 → 0.15.202512241
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.
- package/data/actions/arc-region-switch.json +15 -0
- package/data/actions/bedrock.json +19 -34
- package/data/actions/logs.json +32 -0
- package/data/actions/network-firewall.json +403 -0
- package/data/actions/sagemaker-mlflow.json +180 -60
- package/data/actions/sagemaker.json +68 -17
- package/data/actions/ses.json +66 -8
- package/data/actions/wickr.json +603 -9
- package/data/conditionKeys/sagemaker-mlflow.json +0 -5
- package/data/conditionPatterns.json +1 -1
- package/data/resourceTypes/network-firewall.json +21 -0
- package/data/resourceTypes/sagemaker-mlflow.json +1 -5
- package/data/resourceTypes/sagemaker.json +3 -15
- package/data/resourceTypes/ses.json +8 -2
- package/data/serviceNames.json +1 -1
- package/package.json +2 -2
|
@@ -65,6 +65,27 @@
|
|
|
65
65
|
"conditionKeys": [],
|
|
66
66
|
"dependentActions": []
|
|
67
67
|
},
|
|
68
|
+
"attachrulegroupstoproxyconfiguration": {
|
|
69
|
+
"name": "AttachRuleGroupsToProxyConfiguration",
|
|
70
|
+
"description": "Grants permission to attach proxy rule groups to a proxy configuration",
|
|
71
|
+
"accessLevel": "Write",
|
|
72
|
+
"resourceTypes": [
|
|
73
|
+
{
|
|
74
|
+
"name": "ProxyConfiguration",
|
|
75
|
+
"required": true,
|
|
76
|
+
"conditionKeys": [],
|
|
77
|
+
"dependentActions": []
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "ProxyRuleGroup",
|
|
81
|
+
"required": true,
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"conditionKeys": [],
|
|
87
|
+
"dependentActions": []
|
|
88
|
+
},
|
|
68
89
|
"createfirewall": {
|
|
69
90
|
"name": "CreateFirewall",
|
|
70
91
|
"description": "Grants permission to create an AWS Network Firewall firewall",
|
|
@@ -127,6 +148,89 @@
|
|
|
127
148
|
],
|
|
128
149
|
"dependentActions": []
|
|
129
150
|
},
|
|
151
|
+
"createproxy": {
|
|
152
|
+
"name": "CreateProxy",
|
|
153
|
+
"description": "Grants permission to create an AWS Network Firewall proxy",
|
|
154
|
+
"accessLevel": "Write",
|
|
155
|
+
"resourceTypes": [
|
|
156
|
+
{
|
|
157
|
+
"name": "Proxy",
|
|
158
|
+
"required": true,
|
|
159
|
+
"conditionKeys": [],
|
|
160
|
+
"dependentActions": [
|
|
161
|
+
"ec2:AttachApplianceToNatGateway"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "ProxyConfiguration",
|
|
166
|
+
"required": true,
|
|
167
|
+
"conditionKeys": [],
|
|
168
|
+
"dependentActions": []
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"conditionKeys": [
|
|
172
|
+
"aws:RequestTag/${TagKey}",
|
|
173
|
+
"aws:TagKeys"
|
|
174
|
+
],
|
|
175
|
+
"dependentActions": []
|
|
176
|
+
},
|
|
177
|
+
"createproxyconfiguration": {
|
|
178
|
+
"name": "CreateProxyConfiguration",
|
|
179
|
+
"description": "Grants permission to create an AWS Network Firewall proxy configuration",
|
|
180
|
+
"accessLevel": "Write",
|
|
181
|
+
"resourceTypes": [
|
|
182
|
+
{
|
|
183
|
+
"name": "ProxyConfiguration",
|
|
184
|
+
"required": true,
|
|
185
|
+
"conditionKeys": [],
|
|
186
|
+
"dependentActions": []
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "ProxyRuleGroup",
|
|
190
|
+
"required": false,
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"conditionKeys": [
|
|
196
|
+
"aws:RequestTag/${TagKey}",
|
|
197
|
+
"aws:TagKeys"
|
|
198
|
+
],
|
|
199
|
+
"dependentActions": []
|
|
200
|
+
},
|
|
201
|
+
"createproxyrulegroup": {
|
|
202
|
+
"name": "CreateProxyRuleGroup",
|
|
203
|
+
"description": "Grants permission to create an AWS Network Firewall proxy rule group",
|
|
204
|
+
"accessLevel": "Write",
|
|
205
|
+
"resourceTypes": [
|
|
206
|
+
{
|
|
207
|
+
"name": "ProxyRuleGroup",
|
|
208
|
+
"required": true,
|
|
209
|
+
"conditionKeys": [],
|
|
210
|
+
"dependentActions": []
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"conditionKeys": [
|
|
214
|
+
"aws:RequestTag/${TagKey}",
|
|
215
|
+
"aws:TagKeys"
|
|
216
|
+
],
|
|
217
|
+
"dependentActions": []
|
|
218
|
+
},
|
|
219
|
+
"createproxyrules": {
|
|
220
|
+
"name": "CreateProxyRules",
|
|
221
|
+
"description": "Grants permission to add proxy rules to a proxy rule group",
|
|
222
|
+
"accessLevel": "Write",
|
|
223
|
+
"resourceTypes": [
|
|
224
|
+
{
|
|
225
|
+
"name": "ProxyRuleGroup",
|
|
226
|
+
"required": true,
|
|
227
|
+
"conditionKeys": [],
|
|
228
|
+
"dependentActions": []
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"conditionKeys": [],
|
|
232
|
+
"dependentActions": []
|
|
233
|
+
},
|
|
130
234
|
"createrulegroup": {
|
|
131
235
|
"name": "CreateRuleGroup",
|
|
132
236
|
"description": "Grants permission to create an AWS Network Firewall rule group",
|
|
@@ -242,6 +346,68 @@
|
|
|
242
346
|
"conditionKeys": [],
|
|
243
347
|
"dependentActions": []
|
|
244
348
|
},
|
|
349
|
+
"deleteproxy": {
|
|
350
|
+
"name": "DeleteProxy",
|
|
351
|
+
"description": "Grants permission to delete a proxy",
|
|
352
|
+
"accessLevel": "Write",
|
|
353
|
+
"resourceTypes": [
|
|
354
|
+
{
|
|
355
|
+
"name": "Proxy",
|
|
356
|
+
"required": true,
|
|
357
|
+
"conditionKeys": [],
|
|
358
|
+
"dependentActions": []
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"conditionKeys": [],
|
|
362
|
+
"dependentActions": [
|
|
363
|
+
"ec2:DetachApplianceFromNatGateway"
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
"deleteproxyconfiguration": {
|
|
367
|
+
"name": "DeleteProxyConfiguration",
|
|
368
|
+
"description": "Grants permission to delete a proxy configuration",
|
|
369
|
+
"accessLevel": "Write",
|
|
370
|
+
"resourceTypes": [
|
|
371
|
+
{
|
|
372
|
+
"name": "ProxyConfiguration",
|
|
373
|
+
"required": true,
|
|
374
|
+
"conditionKeys": [],
|
|
375
|
+
"dependentActions": []
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"conditionKeys": [],
|
|
379
|
+
"dependentActions": []
|
|
380
|
+
},
|
|
381
|
+
"deleteproxyrulegroup": {
|
|
382
|
+
"name": "DeleteProxyRuleGroup",
|
|
383
|
+
"description": "Grants permission to delete a proxy rule group",
|
|
384
|
+
"accessLevel": "Write",
|
|
385
|
+
"resourceTypes": [
|
|
386
|
+
{
|
|
387
|
+
"name": "ProxyRuleGroup",
|
|
388
|
+
"required": true,
|
|
389
|
+
"conditionKeys": [],
|
|
390
|
+
"dependentActions": []
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"conditionKeys": [],
|
|
394
|
+
"dependentActions": []
|
|
395
|
+
},
|
|
396
|
+
"deleteproxyrules": {
|
|
397
|
+
"name": "DeleteProxyRules",
|
|
398
|
+
"description": "Grants permission to remove proxy rules from a proxy rule group",
|
|
399
|
+
"accessLevel": "Write",
|
|
400
|
+
"resourceTypes": [
|
|
401
|
+
{
|
|
402
|
+
"name": "ProxyRuleGroup",
|
|
403
|
+
"required": true,
|
|
404
|
+
"conditionKeys": [],
|
|
405
|
+
"dependentActions": []
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"conditionKeys": [],
|
|
409
|
+
"dependentActions": []
|
|
410
|
+
},
|
|
245
411
|
"deleteresourcepolicy": {
|
|
246
412
|
"name": "DeleteResourcePolicy",
|
|
247
413
|
"description": "Grants permission to delete a resource policy for a firewall policy or rule group or firewall",
|
|
@@ -422,6 +588,66 @@
|
|
|
422
588
|
"logs:ListLogDeliveries"
|
|
423
589
|
]
|
|
424
590
|
},
|
|
591
|
+
"describeproxy": {
|
|
592
|
+
"name": "DescribeProxy",
|
|
593
|
+
"description": "Grants permission to retrieve the data objects that define a proxy",
|
|
594
|
+
"accessLevel": "Read",
|
|
595
|
+
"resourceTypes": [
|
|
596
|
+
{
|
|
597
|
+
"name": "Proxy",
|
|
598
|
+
"required": true,
|
|
599
|
+
"conditionKeys": [],
|
|
600
|
+
"dependentActions": []
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"conditionKeys": [],
|
|
604
|
+
"dependentActions": []
|
|
605
|
+
},
|
|
606
|
+
"describeproxyconfiguration": {
|
|
607
|
+
"name": "DescribeProxyConfiguration",
|
|
608
|
+
"description": "Grants permission to retrieve the data objects that define a proxy configuration",
|
|
609
|
+
"accessLevel": "Read",
|
|
610
|
+
"resourceTypes": [
|
|
611
|
+
{
|
|
612
|
+
"name": "ProxyConfiguration",
|
|
613
|
+
"required": true,
|
|
614
|
+
"conditionKeys": [],
|
|
615
|
+
"dependentActions": []
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"conditionKeys": [],
|
|
619
|
+
"dependentActions": []
|
|
620
|
+
},
|
|
621
|
+
"describeproxyrule": {
|
|
622
|
+
"name": "DescribeProxyRule",
|
|
623
|
+
"description": "Grants permission to retrieve the data objects that define a proxy rule",
|
|
624
|
+
"accessLevel": "Read",
|
|
625
|
+
"resourceTypes": [
|
|
626
|
+
{
|
|
627
|
+
"name": "ProxyRuleGroup",
|
|
628
|
+
"required": true,
|
|
629
|
+
"conditionKeys": [],
|
|
630
|
+
"dependentActions": []
|
|
631
|
+
}
|
|
632
|
+
],
|
|
633
|
+
"conditionKeys": [],
|
|
634
|
+
"dependentActions": []
|
|
635
|
+
},
|
|
636
|
+
"describeproxyrulegroup": {
|
|
637
|
+
"name": "DescribeProxyRuleGroup",
|
|
638
|
+
"description": "Grants permission to retrieve the data objects that define a proxy rule group",
|
|
639
|
+
"accessLevel": "Read",
|
|
640
|
+
"resourceTypes": [
|
|
641
|
+
{
|
|
642
|
+
"name": "ProxyRuleGroup",
|
|
643
|
+
"required": true,
|
|
644
|
+
"conditionKeys": [],
|
|
645
|
+
"dependentActions": []
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"conditionKeys": [],
|
|
649
|
+
"dependentActions": []
|
|
650
|
+
},
|
|
425
651
|
"describeresourcepolicy": {
|
|
426
652
|
"name": "DescribeResourcePolicy",
|
|
427
653
|
"description": "Grants permission to describe a resource policy for a firewall policy or rule group or firewall",
|
|
@@ -548,6 +774,27 @@
|
|
|
548
774
|
"conditionKeys": [],
|
|
549
775
|
"dependentActions": []
|
|
550
776
|
},
|
|
777
|
+
"detachrulegroupsfromproxyconfiguration": {
|
|
778
|
+
"name": "DetachRuleGroupsFromProxyConfiguration",
|
|
779
|
+
"description": "Grants permission to detach proxy rule groups from a proxy configuration",
|
|
780
|
+
"accessLevel": "Write",
|
|
781
|
+
"resourceTypes": [
|
|
782
|
+
{
|
|
783
|
+
"name": "ProxyConfiguration",
|
|
784
|
+
"required": true,
|
|
785
|
+
"conditionKeys": [],
|
|
786
|
+
"dependentActions": []
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "ProxyRuleGroup",
|
|
790
|
+
"required": true,
|
|
791
|
+
"conditionKeys": [],
|
|
792
|
+
"dependentActions": []
|
|
793
|
+
}
|
|
794
|
+
],
|
|
795
|
+
"conditionKeys": [],
|
|
796
|
+
"dependentActions": []
|
|
797
|
+
},
|
|
551
798
|
"disassociateavailabilityzones": {
|
|
552
799
|
"name": "DisassociateAvailabilityZones",
|
|
553
800
|
"description": "Grants permission to disassociate availability zones to a firewall",
|
|
@@ -668,6 +915,51 @@
|
|
|
668
915
|
"conditionKeys": [],
|
|
669
916
|
"dependentActions": []
|
|
670
917
|
},
|
|
918
|
+
"listproxies": {
|
|
919
|
+
"name": "ListProxies",
|
|
920
|
+
"description": "Grants permission to retrieve the metadata for proxies",
|
|
921
|
+
"accessLevel": "List",
|
|
922
|
+
"resourceTypes": [
|
|
923
|
+
{
|
|
924
|
+
"name": "Proxy",
|
|
925
|
+
"required": true,
|
|
926
|
+
"conditionKeys": [],
|
|
927
|
+
"dependentActions": []
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"conditionKeys": [],
|
|
931
|
+
"dependentActions": []
|
|
932
|
+
},
|
|
933
|
+
"listproxyconfigurations": {
|
|
934
|
+
"name": "ListProxyConfigurations",
|
|
935
|
+
"description": "Grants permission to retrieve the metadata for proxy configurations",
|
|
936
|
+
"accessLevel": "List",
|
|
937
|
+
"resourceTypes": [
|
|
938
|
+
{
|
|
939
|
+
"name": "ProxyConfiguration",
|
|
940
|
+
"required": true,
|
|
941
|
+
"conditionKeys": [],
|
|
942
|
+
"dependentActions": []
|
|
943
|
+
}
|
|
944
|
+
],
|
|
945
|
+
"conditionKeys": [],
|
|
946
|
+
"dependentActions": []
|
|
947
|
+
},
|
|
948
|
+
"listproxyrulegroups": {
|
|
949
|
+
"name": "ListProxyRuleGroups",
|
|
950
|
+
"description": "Grants permission to retrieve the metadata for proxy rule groups",
|
|
951
|
+
"accessLevel": "List",
|
|
952
|
+
"resourceTypes": [
|
|
953
|
+
{
|
|
954
|
+
"name": "ProxyRuleGroup",
|
|
955
|
+
"required": true,
|
|
956
|
+
"conditionKeys": [],
|
|
957
|
+
"dependentActions": []
|
|
958
|
+
}
|
|
959
|
+
],
|
|
960
|
+
"conditionKeys": [],
|
|
961
|
+
"dependentActions": []
|
|
962
|
+
},
|
|
671
963
|
"listrulegroups": {
|
|
672
964
|
"name": "ListRuleGroups",
|
|
673
965
|
"description": "Grants permission to retrieve the metadata for rule groups",
|
|
@@ -861,6 +1153,24 @@
|
|
|
861
1153
|
"conditionKeys": [],
|
|
862
1154
|
"dependentActions": []
|
|
863
1155
|
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "Proxy",
|
|
1158
|
+
"required": false,
|
|
1159
|
+
"conditionKeys": [],
|
|
1160
|
+
"dependentActions": []
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "ProxyConfiguration",
|
|
1164
|
+
"required": false,
|
|
1165
|
+
"conditionKeys": [],
|
|
1166
|
+
"dependentActions": []
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "ProxyRuleGroup",
|
|
1170
|
+
"required": false,
|
|
1171
|
+
"conditionKeys": [],
|
|
1172
|
+
"dependentActions": []
|
|
1173
|
+
},
|
|
864
1174
|
{
|
|
865
1175
|
"name": "StatefulRuleGroup",
|
|
866
1176
|
"required": false,
|
|
@@ -909,6 +1219,24 @@
|
|
|
909
1219
|
"conditionKeys": [],
|
|
910
1220
|
"dependentActions": []
|
|
911
1221
|
},
|
|
1222
|
+
{
|
|
1223
|
+
"name": "Proxy",
|
|
1224
|
+
"required": false,
|
|
1225
|
+
"conditionKeys": [],
|
|
1226
|
+
"dependentActions": []
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "ProxyConfiguration",
|
|
1230
|
+
"required": false,
|
|
1231
|
+
"conditionKeys": [],
|
|
1232
|
+
"dependentActions": []
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "ProxyRuleGroup",
|
|
1236
|
+
"required": false,
|
|
1237
|
+
"conditionKeys": [],
|
|
1238
|
+
"dependentActions": []
|
|
1239
|
+
},
|
|
912
1240
|
{
|
|
913
1241
|
"name": "StatefulRuleGroup",
|
|
914
1242
|
"required": false,
|
|
@@ -1077,6 +1405,81 @@
|
|
|
1077
1405
|
"conditionKeys": [],
|
|
1078
1406
|
"dependentActions": []
|
|
1079
1407
|
},
|
|
1408
|
+
"updateproxy": {
|
|
1409
|
+
"name": "UpdateProxy",
|
|
1410
|
+
"description": "Grants permission to modify a proxy",
|
|
1411
|
+
"accessLevel": "Write",
|
|
1412
|
+
"resourceTypes": [
|
|
1413
|
+
{
|
|
1414
|
+
"name": "Proxy",
|
|
1415
|
+
"required": true,
|
|
1416
|
+
"conditionKeys": [],
|
|
1417
|
+
"dependentActions": []
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"conditionKeys": [],
|
|
1421
|
+
"dependentActions": []
|
|
1422
|
+
},
|
|
1423
|
+
"updateproxyconfiguration": {
|
|
1424
|
+
"name": "UpdateProxyConfiguration",
|
|
1425
|
+
"description": "Grants permission to modify a proxy configuration",
|
|
1426
|
+
"accessLevel": "Write",
|
|
1427
|
+
"resourceTypes": [
|
|
1428
|
+
{
|
|
1429
|
+
"name": "ProxyConfiguration",
|
|
1430
|
+
"required": true,
|
|
1431
|
+
"conditionKeys": [],
|
|
1432
|
+
"dependentActions": []
|
|
1433
|
+
}
|
|
1434
|
+
],
|
|
1435
|
+
"conditionKeys": [],
|
|
1436
|
+
"dependentActions": []
|
|
1437
|
+
},
|
|
1438
|
+
"updateproxyrule": {
|
|
1439
|
+
"name": "UpdateProxyRule",
|
|
1440
|
+
"description": "Grants permission to update an existing proxy rule on a proxy rule group",
|
|
1441
|
+
"accessLevel": "Write",
|
|
1442
|
+
"resourceTypes": [
|
|
1443
|
+
{
|
|
1444
|
+
"name": "ProxyRuleGroup",
|
|
1445
|
+
"required": true,
|
|
1446
|
+
"conditionKeys": [],
|
|
1447
|
+
"dependentActions": []
|
|
1448
|
+
}
|
|
1449
|
+
],
|
|
1450
|
+
"conditionKeys": [],
|
|
1451
|
+
"dependentActions": []
|
|
1452
|
+
},
|
|
1453
|
+
"updateproxyrulegrouppriorities": {
|
|
1454
|
+
"name": "UpdateProxyRuleGroupPriorities",
|
|
1455
|
+
"description": "Grants permission to modify rule group priorities on a proxy configuration",
|
|
1456
|
+
"accessLevel": "Write",
|
|
1457
|
+
"resourceTypes": [
|
|
1458
|
+
{
|
|
1459
|
+
"name": "ProxyConfiguration",
|
|
1460
|
+
"required": true,
|
|
1461
|
+
"conditionKeys": [],
|
|
1462
|
+
"dependentActions": []
|
|
1463
|
+
}
|
|
1464
|
+
],
|
|
1465
|
+
"conditionKeys": [],
|
|
1466
|
+
"dependentActions": []
|
|
1467
|
+
},
|
|
1468
|
+
"updateproxyrulepriorities": {
|
|
1469
|
+
"name": "UpdateProxyRulePriorities",
|
|
1470
|
+
"description": "Grants permission to update proxy rule priorities within a proxy rule group",
|
|
1471
|
+
"accessLevel": "Write",
|
|
1472
|
+
"resourceTypes": [
|
|
1473
|
+
{
|
|
1474
|
+
"name": "ProxyRuleGroup",
|
|
1475
|
+
"required": true,
|
|
1476
|
+
"conditionKeys": [],
|
|
1477
|
+
"dependentActions": []
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"conditionKeys": [],
|
|
1481
|
+
"dependentActions": []
|
|
1482
|
+
},
|
|
1080
1483
|
"updaterulegroup": {
|
|
1081
1484
|
"name": "UpdateRuleGroup",
|
|
1082
1485
|
"description": "Grants permission to modify a rule group",
|