@cloud-copilot/iam-data 0.9.202505071 → 0.9.202505091
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.
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"resourceTypes": [],
|
|
31
31
|
"conditionKeys": [
|
|
32
32
|
"aws:RequestTag/${TagKey}",
|
|
33
|
+
"aws:ResourceTag/${TagKey}",
|
|
33
34
|
"aws:TagKeys"
|
|
34
35
|
],
|
|
35
36
|
"dependentActions": []
|
|
@@ -59,6 +60,7 @@
|
|
|
59
60
|
"resourceTypes": [],
|
|
60
61
|
"conditionKeys": [
|
|
61
62
|
"aws:RequestTag/${TagKey}",
|
|
63
|
+
"aws:ResourceTag/${TagKey}",
|
|
62
64
|
"aws:TagKeys"
|
|
63
65
|
],
|
|
64
66
|
"dependentActions": [
|
|
@@ -73,6 +75,7 @@
|
|
|
73
75
|
"resourceTypes": [],
|
|
74
76
|
"conditionKeys": [
|
|
75
77
|
"aws:RequestTag/${TagKey}",
|
|
78
|
+
"aws:ResourceTag/${TagKey}",
|
|
76
79
|
"aws:TagKeys"
|
|
77
80
|
],
|
|
78
81
|
"dependentActions": []
|
package/data/serviceNames.json
CHANGED
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"networkflowmonitor": "Network Flow Monitor",
|
|
263
263
|
"networkmanager": "AWS Network Manager",
|
|
264
264
|
"networkmanager-chat": "AWS Network Manager Chat",
|
|
265
|
-
"networkmonitor": "Amazon CloudWatch Network Monitor",
|
|
265
|
+
"networkmonitor": "Amazon CloudWatch Network Synthetic Monitor",
|
|
266
266
|
"nimble": "Amazon Nimble Studio",
|
|
267
267
|
"notifications": "AWS User Notifications",
|
|
268
268
|
"notifications-contacts": "AWS User Notifications Contacts",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202505091",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-05-
|
|
6
|
+
"updatedAt": "2025-05-09T04:48:35.119Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|