@cloud-copilot/iam-data 0.18.202603261 → 0.18.202603271
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/es.json +30 -0
- package/package.json +2 -2
package/data/actions/es.json
CHANGED
|
@@ -620,6 +620,21 @@
|
|
|
620
620
|
"conditionKeys": [],
|
|
621
621
|
"dependentActions": []
|
|
622
622
|
},
|
|
623
|
+
"describeinsightdetails": {
|
|
624
|
+
"name": "DescribeInsightDetails",
|
|
625
|
+
"description": "Grants permission to view detailed information about insights for an OpenSearch Service domain",
|
|
626
|
+
"accessLevel": "Read",
|
|
627
|
+
"resourceTypes": [
|
|
628
|
+
{
|
|
629
|
+
"name": "domain",
|
|
630
|
+
"required": true,
|
|
631
|
+
"conditionKeys": [],
|
|
632
|
+
"dependentActions": []
|
|
633
|
+
}
|
|
634
|
+
],
|
|
635
|
+
"conditionKeys": [],
|
|
636
|
+
"dependentActions": []
|
|
637
|
+
},
|
|
623
638
|
"describeinstancetypelimits": {
|
|
624
639
|
"name": "DescribeInstanceTypeLimits",
|
|
625
640
|
"description": "Grants permission to view the instance count, storage, and master node limits for a given engine version and instance type",
|
|
@@ -1085,6 +1100,21 @@
|
|
|
1085
1100
|
"conditionKeys": [],
|
|
1086
1101
|
"dependentActions": []
|
|
1087
1102
|
},
|
|
1103
|
+
"listinsights": {
|
|
1104
|
+
"name": "ListInsights",
|
|
1105
|
+
"description": "Grants permission to list insights for OpenSearch Service domains in the account",
|
|
1106
|
+
"accessLevel": "List",
|
|
1107
|
+
"resourceTypes": [
|
|
1108
|
+
{
|
|
1109
|
+
"name": "domain",
|
|
1110
|
+
"required": false,
|
|
1111
|
+
"conditionKeys": [],
|
|
1112
|
+
"dependentActions": []
|
|
1113
|
+
}
|
|
1114
|
+
],
|
|
1115
|
+
"conditionKeys": [],
|
|
1116
|
+
"dependentActions": []
|
|
1117
|
+
},
|
|
1088
1118
|
"listinstancetypedetails": {
|
|
1089
1119
|
"name": "ListInstanceTypeDetails",
|
|
1090
1120
|
"description": "Grants permission to list all instance types and available features for a given OpenSearch or Elasticsearch version",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.202603271",
|
|
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": "2026-03-
|
|
9
|
+
"updatedAt": "2026-03-27T05:19:41.828Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|