@cloud-copilot/iam-data 0.9.202503261 → 0.9.202503281
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/config.json
CHANGED
|
@@ -944,14 +944,21 @@
|
|
|
944
944
|
"name": "PutConfigurationRecorder",
|
|
945
945
|
"description": "Grants permission to create or update a customer managed configuration recorder to record the selected resource configurations",
|
|
946
946
|
"accessLevel": "Write",
|
|
947
|
-
"resourceTypes": [
|
|
947
|
+
"resourceTypes": [
|
|
948
|
+
{
|
|
949
|
+
"name": "ConfigurationRecorder",
|
|
950
|
+
"required": true,
|
|
951
|
+
"conditionKeys": [],
|
|
952
|
+
"dependentActions": [
|
|
953
|
+
"iam:PassRole"
|
|
954
|
+
]
|
|
955
|
+
}
|
|
956
|
+
],
|
|
948
957
|
"conditionKeys": [
|
|
949
958
|
"aws:RequestTag/${TagKey}",
|
|
950
959
|
"aws:TagKeys"
|
|
951
960
|
],
|
|
952
|
-
"dependentActions": [
|
|
953
|
-
"iam:PassRole"
|
|
954
|
-
]
|
|
961
|
+
"dependentActions": []
|
|
955
962
|
},
|
|
956
963
|
"putconformancepack": {
|
|
957
964
|
"name": "PutConformancePack",
|
|
@@ -327,7 +327,10 @@
|
|
|
327
327
|
"description": "Grants permission to create a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways",
|
|
328
328
|
"accessLevel": "Write",
|
|
329
329
|
"resourceTypes": [],
|
|
330
|
-
"conditionKeys": [
|
|
330
|
+
"conditionKeys": [
|
|
331
|
+
"aws:RequestTag/${TagKey}",
|
|
332
|
+
"aws:TagKeys"
|
|
333
|
+
],
|
|
331
334
|
"dependentActions": []
|
|
332
335
|
},
|
|
333
336
|
"createdirectconnectgatewayassociation": {
|
|
@@ -809,6 +812,12 @@
|
|
|
809
812
|
"description": "Grants permission to describe the tags associated with the specified AWS Direct Connect resources",
|
|
810
813
|
"accessLevel": "Read",
|
|
811
814
|
"resourceTypes": [
|
|
815
|
+
{
|
|
816
|
+
"name": "dx-gateway",
|
|
817
|
+
"required": false,
|
|
818
|
+
"conditionKeys": [],
|
|
819
|
+
"dependentActions": []
|
|
820
|
+
},
|
|
812
821
|
{
|
|
813
822
|
"name": "dxcon",
|
|
814
823
|
"required": false,
|
|
@@ -958,6 +967,12 @@
|
|
|
958
967
|
"description": "Grants permission to add the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags",
|
|
959
968
|
"accessLevel": "Tagging",
|
|
960
969
|
"resourceTypes": [
|
|
970
|
+
{
|
|
971
|
+
"name": "dx-gateway",
|
|
972
|
+
"required": false,
|
|
973
|
+
"conditionKeys": [],
|
|
974
|
+
"dependentActions": []
|
|
975
|
+
},
|
|
961
976
|
{
|
|
962
977
|
"name": "dxcon",
|
|
963
978
|
"required": false,
|
|
@@ -988,6 +1003,12 @@
|
|
|
988
1003
|
"description": "Grants permission to remove one or more tags from the specified AWS Direct Connect resource",
|
|
989
1004
|
"accessLevel": "Tagging",
|
|
990
1005
|
"resourceTypes": [
|
|
1006
|
+
{
|
|
1007
|
+
"name": "dx-gateway",
|
|
1008
|
+
"required": false,
|
|
1009
|
+
"conditionKeys": [],
|
|
1010
|
+
"dependentActions": []
|
|
1011
|
+
},
|
|
991
1012
|
{
|
|
992
1013
|
"name": "dxcon",
|
|
993
1014
|
"required": false,
|
|
@@ -631,6 +631,54 @@
|
|
|
631
631
|
"conditionKeys": [],
|
|
632
632
|
"dependentActions": []
|
|
633
633
|
},
|
|
634
|
+
"resetchannelstate": {
|
|
635
|
+
"name": "ResetChannelState",
|
|
636
|
+
"description": "Grants permission to reset a channel",
|
|
637
|
+
"accessLevel": "Write",
|
|
638
|
+
"resourceTypes": [
|
|
639
|
+
{
|
|
640
|
+
"name": "Channel",
|
|
641
|
+
"required": true,
|
|
642
|
+
"conditionKeys": [],
|
|
643
|
+
"dependentActions": []
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "ChannelGroup",
|
|
647
|
+
"required": true,
|
|
648
|
+
"conditionKeys": [],
|
|
649
|
+
"dependentActions": []
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"conditionKeys": [],
|
|
653
|
+
"dependentActions": []
|
|
654
|
+
},
|
|
655
|
+
"resetoriginendpointstate": {
|
|
656
|
+
"name": "ResetOriginEndpointState",
|
|
657
|
+
"description": "Grants permission to reset an origin endpoint",
|
|
658
|
+
"accessLevel": "Write",
|
|
659
|
+
"resourceTypes": [
|
|
660
|
+
{
|
|
661
|
+
"name": "Channel",
|
|
662
|
+
"required": true,
|
|
663
|
+
"conditionKeys": [],
|
|
664
|
+
"dependentActions": []
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"name": "ChannelGroup",
|
|
668
|
+
"required": true,
|
|
669
|
+
"conditionKeys": [],
|
|
670
|
+
"dependentActions": []
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "OriginEndpoint",
|
|
674
|
+
"required": true,
|
|
675
|
+
"conditionKeys": [],
|
|
676
|
+
"dependentActions": []
|
|
677
|
+
}
|
|
678
|
+
],
|
|
679
|
+
"conditionKeys": [],
|
|
680
|
+
"dependentActions": []
|
|
681
|
+
},
|
|
634
682
|
"tagresource": {
|
|
635
683
|
"name": "TagResource",
|
|
636
684
|
"description": "Grants permission to add specified tags to the specified resource",
|
|
@@ -282,6 +282,21 @@
|
|
|
282
282
|
"conditionKeys": [],
|
|
283
283
|
"dependentActions": []
|
|
284
284
|
},
|
|
285
|
+
"describeflowoperation": {
|
|
286
|
+
"name": "DescribeFlowOperation",
|
|
287
|
+
"description": "Grants permission to describe a flow operation performed on a firewall",
|
|
288
|
+
"accessLevel": "Read",
|
|
289
|
+
"resourceTypes": [
|
|
290
|
+
{
|
|
291
|
+
"name": "Firewall",
|
|
292
|
+
"required": true,
|
|
293
|
+
"conditionKeys": [],
|
|
294
|
+
"dependentActions": []
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"conditionKeys": [],
|
|
298
|
+
"dependentActions": []
|
|
299
|
+
},
|
|
285
300
|
"describeloggingconfiguration": {
|
|
286
301
|
"name": "DescribeLoggingConfiguration",
|
|
287
302
|
"description": "Grants permission to describe the logging configuration of a firewall",
|
|
@@ -459,6 +474,36 @@
|
|
|
459
474
|
"conditionKeys": [],
|
|
460
475
|
"dependentActions": []
|
|
461
476
|
},
|
|
477
|
+
"listflowoperationresults": {
|
|
478
|
+
"name": "ListFlowOperationResults",
|
|
479
|
+
"description": "Grants permission to list results from a flow operation performed on a firewall",
|
|
480
|
+
"accessLevel": "Read",
|
|
481
|
+
"resourceTypes": [
|
|
482
|
+
{
|
|
483
|
+
"name": "Firewall",
|
|
484
|
+
"required": true,
|
|
485
|
+
"conditionKeys": [],
|
|
486
|
+
"dependentActions": []
|
|
487
|
+
}
|
|
488
|
+
],
|
|
489
|
+
"conditionKeys": [],
|
|
490
|
+
"dependentActions": []
|
|
491
|
+
},
|
|
492
|
+
"listflowoperations": {
|
|
493
|
+
"name": "ListFlowOperations",
|
|
494
|
+
"description": "Grants permission to list flow operations performed on a firewall",
|
|
495
|
+
"accessLevel": "List",
|
|
496
|
+
"resourceTypes": [
|
|
497
|
+
{
|
|
498
|
+
"name": "Firewall",
|
|
499
|
+
"required": true,
|
|
500
|
+
"conditionKeys": [],
|
|
501
|
+
"dependentActions": []
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"conditionKeys": [],
|
|
505
|
+
"dependentActions": []
|
|
506
|
+
},
|
|
462
507
|
"listrulegroups": {
|
|
463
508
|
"name": "ListRuleGroups",
|
|
464
509
|
"description": "Grants permission to retrieve the metadata for rule groups",
|
|
@@ -563,6 +608,36 @@
|
|
|
563
608
|
"conditionKeys": [],
|
|
564
609
|
"dependentActions": []
|
|
565
610
|
},
|
|
611
|
+
"startflowcapture": {
|
|
612
|
+
"name": "StartFlowCapture",
|
|
613
|
+
"description": "Grants permission to start capture operation on a firewall",
|
|
614
|
+
"accessLevel": "Write",
|
|
615
|
+
"resourceTypes": [
|
|
616
|
+
{
|
|
617
|
+
"name": "Firewall",
|
|
618
|
+
"required": true,
|
|
619
|
+
"conditionKeys": [],
|
|
620
|
+
"dependentActions": []
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"conditionKeys": [],
|
|
624
|
+
"dependentActions": []
|
|
625
|
+
},
|
|
626
|
+
"startflowflush": {
|
|
627
|
+
"name": "StartFlowFlush",
|
|
628
|
+
"description": "Grants permission to start flush operation on a firewall",
|
|
629
|
+
"accessLevel": "Write",
|
|
630
|
+
"resourceTypes": [
|
|
631
|
+
{
|
|
632
|
+
"name": "Firewall",
|
|
633
|
+
"required": true,
|
|
634
|
+
"conditionKeys": [],
|
|
635
|
+
"dependentActions": []
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"conditionKeys": [],
|
|
639
|
+
"dependentActions": []
|
|
640
|
+
},
|
|
566
641
|
"tagresource": {
|
|
567
642
|
"name": "TagResource",
|
|
568
643
|
"description": "Grants permission to attach tags to a resource",
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dx-gateway": {
|
|
24
24
|
"key": "dx-gateway",
|
|
25
|
-
"arn": "arn:${Partition}:directconnect::${Account}:dx-gateway/${DirectConnectGatewayId}"
|
|
25
|
+
"arn": "arn:${Partition}:directconnect::${Account}:dx-gateway/${DirectConnectGatewayId}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
26
29
|
}
|
|
27
30
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202503281",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-03-
|
|
6
|
+
"updatedAt": "2025-03-28T04:46:24.551Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|