@cloud-copilot/iam-data 0.9.202504171 → 0.9.202504181

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.
@@ -297,6 +297,23 @@
297
297
  ],
298
298
  "dependentActions": []
299
299
  },
300
+ "describeworkspaceconfiguration": {
301
+ "name": "DescribeWorkspaceConfiguration",
302
+ "description": "Grants permission to describe workspace configuration",
303
+ "accessLevel": "Read",
304
+ "resourceTypes": [
305
+ {
306
+ "name": "workspace",
307
+ "required": true,
308
+ "conditionKeys": [],
309
+ "dependentActions": []
310
+ }
311
+ ],
312
+ "conditionKeys": [
313
+ "aws:ResourceTag/${TagKey}"
314
+ ],
315
+ "dependentActions": []
316
+ },
300
317
  "getalertmanagersilence": {
301
318
  "name": "GetAlertManagerSilence",
302
319
  "description": "Grants permission to get a silence",
@@ -758,5 +775,22 @@
758
775
  "aws:ResourceTag/${TagKey}"
759
776
  ],
760
777
  "dependentActions": []
778
+ },
779
+ "updateworkspaceconfiguration": {
780
+ "name": "UpdateWorkspaceConfiguration",
781
+ "description": "Grants permission to update workspace configuration",
782
+ "accessLevel": "Write",
783
+ "resourceTypes": [
784
+ {
785
+ "name": "workspace",
786
+ "required": true,
787
+ "conditionKeys": [],
788
+ "dependentActions": []
789
+ }
790
+ ],
791
+ "conditionKeys": [
792
+ "aws:ResourceTag/${TagKey}"
793
+ ],
794
+ "dependentActions": []
761
795
  }
762
796
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202504171",
3
+ "version": "0.9.202504181",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-04-17T04:47:56.818Z",
6
+ "updatedAt": "2025-04-18T04:48:36.276Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",