@cloud-copilot/iam-data 0.15.202511081 → 0.15.202511111

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.
@@ -129,7 +129,8 @@
129
129
  "eks:supportType",
130
130
  "eks:computeConfigEnabled",
131
131
  "eks:elasticLoadBalancingEnabled",
132
- "eks:blockStorageEnabled"
132
+ "eks:blockStorageEnabled",
133
+ "eks:loggingType/${type}"
133
134
  ],
134
135
  "dependentActions": []
135
136
  },
@@ -825,7 +826,9 @@
825
826
  }
826
827
  ],
827
828
  "conditionKeys": [],
828
- "dependentActions": []
829
+ "dependentActions": [
830
+ "eks:AccessKubernetesApi"
831
+ ]
829
832
  },
830
833
  "registercluster": {
831
834
  "name": "RegisterCluster",
@@ -1037,7 +1040,8 @@
1037
1040
  "eks:supportType",
1038
1041
  "eks:computeConfigEnabled",
1039
1042
  "eks:elasticLoadBalancingEnabled",
1040
- "eks:blockStorageEnabled"
1043
+ "eks:blockStorageEnabled",
1044
+ "eks:loggingType/${type}"
1041
1045
  ],
1042
1046
  "dependentActions": []
1043
1047
  },
@@ -74,6 +74,11 @@
74
74
  "description": "Filters access by the kubernetesGroups present in the access entry requests the user makes to the EKS service",
75
75
  "type": "ArrayOfString"
76
76
  },
77
+ "eks:loggingtype/${type}": {
78
+ "key": "eks:loggingType/${type}",
79
+ "description": "Filters access by the cluster logging enabled and type parameter in the create / update cluster request",
80
+ "type": "Bool"
81
+ },
77
82
  "eks:namespaces": {
78
83
  "key": "eks:namespaces",
79
84
  "description": "Filters access by the namespaces present in the associate / disassociate access policy requests the user makes to the EKS service",
@@ -91,6 +91,9 @@
91
91
  "ecs": {
92
92
  "ecs:ResourceTag/.+?": "ecs:ResourceTag/${TagKey}"
93
93
  },
94
+ "eks": {
95
+ "eks:loggingType/.+?": "eks:loggingType/${type}"
96
+ },
94
97
  "elasticmapreduce": {
95
98
  "elasticmapreduce:RequestTag/.+?": "elasticmapreduce:RequestTag/${TagKey}",
96
99
  "elasticmapreduce:ResourceTag/.+?": "elasticmapreduce:ResourceTag/${TagKey}"
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202511081",
3
+ "version": "0.15.202511111",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2025-11-08T04:46:41.933Z",
9
+ "updatedAt": "2025-11-11T04:48:21.794Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",