@cloud-copilot/iam-data 0.15.202510161 → 0.15.202510181
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/action-recommendations.json +10 -0
- package/data/actions/odb.json +15 -0
- package/data/actions/pi.json +6 -0
- package/data/conditionKeys/action-recommendations.json +1 -0
- package/data/resourceTypes/action-recommendations.json +1 -0
- package/data/resourceTypes/pi.json +4 -1
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -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
|
+
}
|
package/data/actions/odb.json
CHANGED
|
@@ -792,5 +792,20 @@
|
|
|
792
792
|
],
|
|
793
793
|
"conditionKeys": [],
|
|
794
794
|
"dependentActions": []
|
|
795
|
+
},
|
|
796
|
+
"updateodbpeeringconnection": {
|
|
797
|
+
"name": "UpdateOdbPeeringConnection",
|
|
798
|
+
"description": "Grants permission to update properties of a specified ODB Peering Connection",
|
|
799
|
+
"accessLevel": "Write",
|
|
800
|
+
"resourceTypes": [
|
|
801
|
+
{
|
|
802
|
+
"name": "odb-peering-connection",
|
|
803
|
+
"required": true,
|
|
804
|
+
"conditionKeys": [],
|
|
805
|
+
"dependentActions": []
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"conditionKeys": [],
|
|
809
|
+
"dependentActions": []
|
|
795
810
|
}
|
|
796
811
|
}
|
package/data/actions/pi.json
CHANGED
|
@@ -163,6 +163,12 @@
|
|
|
163
163
|
"description": "Grants permission to call ListTagsForResource API to list tags for a resource",
|
|
164
164
|
"accessLevel": "List",
|
|
165
165
|
"resourceTypes": [
|
|
166
|
+
{
|
|
167
|
+
"name": "metric-resource",
|
|
168
|
+
"required": true,
|
|
169
|
+
"conditionKeys": [],
|
|
170
|
+
"dependentActions": []
|
|
171
|
+
},
|
|
166
172
|
{
|
|
167
173
|
"name": "perf-reports-resource",
|
|
168
174
|
"required": true,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metric-resource": {
|
|
3
3
|
"key": "metric-resource",
|
|
4
|
-
"arn": "arn:${Partition}:pi:${Region}:${Account}:metrics/${ServiceType}/${Identifier}"
|
|
4
|
+
"arn": "arn:${Partition}:pi:${Region}:${Account}:metrics/${ServiceType}/${Identifier}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"perf-reports-resource": {
|
|
7
10
|
"key": "perf-reports-resource",
|
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.202510181",
|
|
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-18T04:45:04.734Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|