@cloud-copilot/iam-data 0.9.202503251 → 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",
|
|
@@ -98,6 +98,22 @@
|
|
|
98
98
|
"conditionKeys": [],
|
|
99
99
|
"dependentActions": []
|
|
100
100
|
},
|
|
101
|
+
"deleteresourcepolicy": {
|
|
102
|
+
"name": "DeleteResourcePolicy",
|
|
103
|
+
"isPermissionOnly": true,
|
|
104
|
+
"description": "Grants permission to delete the RAM access control policy for a cluster",
|
|
105
|
+
"accessLevel": "Write",
|
|
106
|
+
"resourceTypes": [
|
|
107
|
+
{
|
|
108
|
+
"name": "cluster",
|
|
109
|
+
"required": true,
|
|
110
|
+
"conditionKeys": [],
|
|
111
|
+
"dependentActions": []
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"conditionKeys": [],
|
|
115
|
+
"dependentActions": []
|
|
116
|
+
},
|
|
101
117
|
"deleteroutingcontrol": {
|
|
102
118
|
"name": "DeleteRoutingControl",
|
|
103
119
|
"description": "Grants permission to delete a routing control",
|
|
@@ -273,6 +289,22 @@
|
|
|
273
289
|
"conditionKeys": [],
|
|
274
290
|
"dependentActions": []
|
|
275
291
|
},
|
|
292
|
+
"putresourcepolicy": {
|
|
293
|
+
"name": "PutResourcePolicy",
|
|
294
|
+
"isPermissionOnly": true,
|
|
295
|
+
"description": "Grants permission to define the RAM access control policy for a cluster",
|
|
296
|
+
"accessLevel": "Write",
|
|
297
|
+
"resourceTypes": [
|
|
298
|
+
{
|
|
299
|
+
"name": "cluster",
|
|
300
|
+
"required": true,
|
|
301
|
+
"conditionKeys": [],
|
|
302
|
+
"dependentActions": []
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"conditionKeys": [],
|
|
306
|
+
"dependentActions": []
|
|
307
|
+
},
|
|
276
308
|
"tagresource": {
|
|
277
309
|
"name": "TagResource",
|
|
278
310
|
"description": "Grants permission to tag a 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",
|