@cloud-copilot/iam-data 0.9.202506121 → 0.9.202506131
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.
|
@@ -22,6 +22,14 @@
|
|
|
22
22
|
"conditionKeys": [],
|
|
23
23
|
"dependentActions": []
|
|
24
24
|
},
|
|
25
|
+
"listcontrolmappings": {
|
|
26
|
+
"name": "ListControlMappings",
|
|
27
|
+
"description": "Grants permission to return a paginated list of control mappings from the AWS Control Catalog",
|
|
28
|
+
"accessLevel": "List",
|
|
29
|
+
"resourceTypes": [],
|
|
30
|
+
"conditionKeys": [],
|
|
31
|
+
"dependentActions": []
|
|
32
|
+
},
|
|
25
33
|
"listcontrols": {
|
|
26
34
|
"name": "ListControls",
|
|
27
35
|
"description": "Grants permission to return a paginated list of all available controls in the AWS Control Catalog library",
|
package/data/actions/ecs.json
CHANGED
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
{
|
|
19
19
|
"name": "cluster",
|
|
20
20
|
"required": true,
|
|
21
|
-
"conditionKeys": [
|
|
21
|
+
"conditionKeys": [
|
|
22
|
+
"aws:ResourceTag/${TagKey}"
|
|
23
|
+
],
|
|
22
24
|
"dependentActions": []
|
|
23
25
|
}
|
|
24
26
|
],
|
|
@@ -682,12 +684,13 @@
|
|
|
682
684
|
{
|
|
683
685
|
"name": "cluster",
|
|
684
686
|
"required": true,
|
|
685
|
-
"conditionKeys": [
|
|
687
|
+
"conditionKeys": [
|
|
688
|
+
"aws:ResourceTag/${TagKey}"
|
|
689
|
+
],
|
|
686
690
|
"dependentActions": []
|
|
687
691
|
}
|
|
688
692
|
],
|
|
689
693
|
"conditionKeys": [
|
|
690
|
-
"aws:ResourceTag/${TagKey}",
|
|
691
694
|
"ecs:capacity-provider"
|
|
692
695
|
],
|
|
693
696
|
"dependentActions": []
|
|
@@ -700,13 +703,14 @@
|
|
|
700
703
|
{
|
|
701
704
|
"name": "cluster",
|
|
702
705
|
"required": true,
|
|
703
|
-
"conditionKeys": [
|
|
706
|
+
"conditionKeys": [
|
|
707
|
+
"aws:ResourceTag/${TagKey}"
|
|
708
|
+
],
|
|
704
709
|
"dependentActions": []
|
|
705
710
|
}
|
|
706
711
|
],
|
|
707
712
|
"conditionKeys": [
|
|
708
713
|
"aws:RequestTag/${TagKey}",
|
|
709
|
-
"aws:ResourceTag/${TagKey}",
|
|
710
714
|
"aws:TagKeys"
|
|
711
715
|
],
|
|
712
716
|
"dependentActions": []
|
|
@@ -1034,12 +1038,13 @@
|
|
|
1034
1038
|
{
|
|
1035
1039
|
"name": "cluster",
|
|
1036
1040
|
"required": true,
|
|
1037
|
-
"conditionKeys": [
|
|
1041
|
+
"conditionKeys": [
|
|
1042
|
+
"aws:ResourceTag/${TagKey}"
|
|
1043
|
+
],
|
|
1038
1044
|
"dependentActions": []
|
|
1039
1045
|
}
|
|
1040
1046
|
],
|
|
1041
1047
|
"conditionKeys": [
|
|
1042
|
-
"aws:ResourceTag/${TagKey}",
|
|
1043
1048
|
"ecs:fargate-ephemeral-storage-kms-key"
|
|
1044
1049
|
],
|
|
1045
1050
|
"dependentActions": []
|
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.202506131",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-06-
|
|
6
|
+
"updatedAt": "2025-06-13T04:51:41.045Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|