@cloud-copilot/iam-data 0.15.202510171 → 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/odb.json +15 -0
- package/data/actions/pi.json +6 -0
- package/data/resourceTypes/pi.json +4 -1
- package/package.json +2 -2
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,
|
|
@@ -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/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",
|