@cloud-copilot/iam-data 0.15.202510161 → 0.15.202510171
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.
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"listrecommendedactions": {
|
|
3
|
+
"name": "ListRecommendedActions",
|
|
4
|
+
"description": "Grants permission to list recommended actions in the AWS Management Console",
|
|
5
|
+
"accessLevel": "List",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/data/serviceNames.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"account": "AWS Account Management",
|
|
6
6
|
"acm": "AWS Certificate Manager",
|
|
7
7
|
"acm-pca": "AWS Private Certificate Authority",
|
|
8
|
+
"action-recommendations": "AWS Action Recommendations",
|
|
8
9
|
"activate": "AWS Activate",
|
|
9
10
|
"aiops": "Amazon AI Operations",
|
|
10
11
|
"airflow": "Amazon Managed Workflows for Apache Airflow",
|
package/data/services.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202510171",
|
|
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-10-
|
|
9
|
+
"updatedAt": "2025-10-17T04:46:06.023Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|