@cloud-copilot/iam-data 0.15.202510031 → 0.15.202510041
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.
|
@@ -1160,14 +1160,18 @@
|
|
|
1160
1160
|
"name": "imagePipeline",
|
|
1161
1161
|
"required": true,
|
|
1162
1162
|
"conditionKeys": [],
|
|
1163
|
-
"dependentActions": [
|
|
1163
|
+
"dependentActions": [
|
|
1164
|
+
"iam:CreateServiceLinkedRole",
|
|
1165
|
+
"imagebuilder:GetImagePipeline",
|
|
1166
|
+
"imagebuilder:TagResource"
|
|
1167
|
+
]
|
|
1164
1168
|
}
|
|
1165
1169
|
],
|
|
1166
|
-
"conditionKeys": [
|
|
1167
|
-
|
|
1168
|
-
"
|
|
1169
|
-
|
|
1170
|
-
]
|
|
1170
|
+
"conditionKeys": [
|
|
1171
|
+
"aws:RequestTag/${TagKey}",
|
|
1172
|
+
"aws:TagKeys"
|
|
1173
|
+
],
|
|
1174
|
+
"dependentActions": []
|
|
1171
1175
|
},
|
|
1172
1176
|
"startresourcestateupdate": {
|
|
1173
1177
|
"name": "StartResourceStateUpdate",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202510041",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-10-
|
|
6
|
+
"updatedAt": "2025-10-04T04:44:12.493Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|