@cloud-copilot/iam-data 0.21.202608051 → 0.21.202608061
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/workspaces.json +14 -4
- package/package.json +2 -2
|
@@ -217,7 +217,9 @@
|
|
|
217
217
|
"name": "workspaceimage",
|
|
218
218
|
"required": true,
|
|
219
219
|
"conditionKeys": [
|
|
220
|
-
"aws:
|
|
220
|
+
"aws:RequestTag/${TagKey}",
|
|
221
|
+
"aws:ResourceTag/${TagKey}",
|
|
222
|
+
"aws:TagKeys"
|
|
221
223
|
],
|
|
222
224
|
"dependentActions": []
|
|
223
225
|
}
|
|
@@ -307,7 +309,9 @@
|
|
|
307
309
|
"name": "workspaceimage",
|
|
308
310
|
"required": true,
|
|
309
311
|
"conditionKeys": [
|
|
310
|
-
"aws:
|
|
312
|
+
"aws:RequestTag/${TagKey}",
|
|
313
|
+
"aws:ResourceTag/${TagKey}",
|
|
314
|
+
"aws:TagKeys"
|
|
311
315
|
],
|
|
312
316
|
"dependentActions": []
|
|
313
317
|
}
|
|
@@ -911,7 +915,10 @@
|
|
|
911
915
|
"description": "Grants permission to import Bring Your Own License (BYOL) images into Amazon WorkSpaces",
|
|
912
916
|
"accessLevel": "Write",
|
|
913
917
|
"resourceTypes": [],
|
|
914
|
-
"conditionKeys": [
|
|
918
|
+
"conditionKeys": [
|
|
919
|
+
"aws:RequestTag/${TagKey}",
|
|
920
|
+
"aws:TagKeys"
|
|
921
|
+
],
|
|
915
922
|
"dependentActions": []
|
|
916
923
|
},
|
|
917
924
|
"importworkspaceimage": {
|
|
@@ -919,7 +926,10 @@
|
|
|
919
926
|
"description": "Grants permission to import Bring Your Own License (BYOL) images into Amazon WorkSpaces",
|
|
920
927
|
"accessLevel": "Write",
|
|
921
928
|
"resourceTypes": [],
|
|
922
|
-
"conditionKeys": [
|
|
929
|
+
"conditionKeys": [
|
|
930
|
+
"aws:RequestTag/${TagKey}",
|
|
931
|
+
"aws:TagKeys"
|
|
932
|
+
],
|
|
923
933
|
"dependentActions": []
|
|
924
934
|
},
|
|
925
935
|
"listaccountlinks": {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.202608061",
|
|
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-08-
|
|
9
|
+
"updatedAt": "2026-08-06T05:35:59.149Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|