@cloud-copilot/iam-data 0.9.202503261 → 0.9.202503271
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",
|
|
@@ -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",
|
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.202503271",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-03-
|
|
6
|
+
"updatedAt": "2025-03-27T04:48:04.810Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|