@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.
@@ -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
+ }
@@ -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
  }
@@ -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,
@@ -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",
@@ -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",
@@ -5,6 +5,7 @@
5
5
  "account",
6
6
  "acm",
7
7
  "acm-pca",
8
+ "action-recommendations",
8
9
  "activate",
9
10
  "aiops",
10
11
  "airflow",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202510161",
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-16T04:46:28.710Z",
9
+ "updatedAt": "2025-10-18T04:45:04.734Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",