@cloud-copilot/iam-data 0.19.202605061 → 0.19.202605071
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.
|
@@ -11,7 +11,10 @@
|
|
|
11
11
|
"dependentActions": []
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
|
-
"conditionKeys": [
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aws:RequestTag/${TagKey}",
|
|
16
|
+
"aws:TagKeys"
|
|
17
|
+
],
|
|
15
18
|
"dependentActions": []
|
|
16
19
|
},
|
|
17
20
|
"createprobe": {
|
|
@@ -19,7 +22,10 @@
|
|
|
19
22
|
"description": "Grants permission to create a probe",
|
|
20
23
|
"accessLevel": "Write",
|
|
21
24
|
"resourceTypes": [],
|
|
22
|
-
"conditionKeys": [
|
|
25
|
+
"conditionKeys": [
|
|
26
|
+
"aws:RequestTag/${TagKey}",
|
|
27
|
+
"aws:TagKeys"
|
|
28
|
+
],
|
|
23
29
|
"dependentActions": []
|
|
24
30
|
},
|
|
25
31
|
"deletemonitor": {
|
|
@@ -129,7 +135,10 @@
|
|
|
129
135
|
"dependentActions": []
|
|
130
136
|
}
|
|
131
137
|
],
|
|
132
|
-
"conditionKeys": [
|
|
138
|
+
"conditionKeys": [
|
|
139
|
+
"aws:RequestTag/${TagKey}",
|
|
140
|
+
"aws:TagKeys"
|
|
141
|
+
],
|
|
133
142
|
"dependentActions": []
|
|
134
143
|
},
|
|
135
144
|
"untagresource": {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202605071",
|
|
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-05-
|
|
9
|
+
"updatedAt": "2026-05-07T05:45:15.327Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|